@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@400;500;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
  --title: 'Montserrat', sans-serif;
  --para: 'Roboto', sans-serif;
}
.navbar-logo{
  margin-left: 1%;
}


.navbar-nav{
  margin-right: 1%;
}

.navbar-logo{
  margin-left: 1%;
}

.navbar-logo{
  width: 75px;
}

.navbar-brand {
  font-weight: bold;
}
.navbar-brand img {
  width: 50px;
}


nav{
  background-color: #32cd32;
}
.nav-link {
  border-bottom: 4px solid #32cd32;

  transition: .5s ease;
  padding: 5px;
}
.nav-link {
color: white !important;
padding-right: 40px;
}
.nav-link:hover {
  color: black;
  border-bottom: 2px solid white;
}
 .active a {
  color: white !important;
  font-weight: 600;
  border-bottom: 2px solid white;
}
.nav-link{
padding-right: 30px;
font-weight: 300;
color:white;
font-size: 1em;
font-family: 'Roboto';
}
i {  
    margin-right: 10px;  
}  
nav{
  display: flex;
  justify-content:space-around ;
  background-color: #32cd32;
}

.card-abt{
  margin-top: 1%;
  transition: 0.5s
}

.card-abt:hover{
  transform: scale(1.1);
  transition: 0.5s
}

.abt-img{
  
  position: relative;
  bottom: 150px;
}
@media  all and (min-width: 1200px) and (max-width: 1625px){
  .abt-img{
  
    position: relative;
    top: 40px;
  }
}
@media  all and (min-width: 991px) and (max-width: 1200px){
  .abt-img{
  
    position: relative;
    top: 150px;
  }
}
@media  all and (min-width: 901px) and (max-width: 991px){
  .abt-img{
  
    position: relative;
 bottom: 100px;
  }
}
@media  all and (max-width: 900px){
  .abt-img{
  
    position: relative;
    top: 0px;
  }
}
.card {
  z-index: -1;
  position: relative;
  width: 80%;
  max-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
  }
  
 
  
  
  .card__title {
    padding-top: 0.5%;
  margin: 0 auto;
  font-family: 'Montserrat';
  grid-row: 2/4;
  font-weight: 400;
  font-size: 4rem;
  color: #fff;
  }
  
  .card__apply {
  grid-row: 4/5;
  align-self: center;
  }
  
  .card-1 {
    margin: 0 auto;
    width: 85%;
    height: 10vh;
  opacity: 80%;
  background: radial-gradient( #32cd32,  #32cd32);
  transition: 0.5s;
  }

  .center-image{
    width: 45%;
    min-width: 420px;

  }
  
@media  all and (min-width: 1300px) and (max-width: 1625px){
  .card__title{
    padding-top: 1%;
    font-size: 5.5vh;
  }
}
@media  all and (min-width: 1172px) and (max-width: 1300px){
  .content-box{
    font-size: 1.2rem !important;
  }
  .card__title{
    padding-top: 2%;
    font-size: 4.5vh;
  }
}
@media  all and (min-width: 1020px) and (max-width: 1172px){
  .content-box{
    font-size: 1.2rem !important;
  }
  .card__title{
    padding-top: 3%;
    font-size: 3.5vh;
  }
}
@media  all and (min-width: 800px) and (max-width: 1020px){
  .content-box{
    font-size: 1.2rem !important;
  }
  .card__title{
    padding-top: 3%;
    font-size: 3vh;
  }
}
@media  all and (min-width: 568px) and (max-width: 800px){
  .card__title{
    padding-top: 3%;
    font-size: 2.5vh;
  }
  .card-1{
    height: 7vh;
  }
}
@media  all and (min-width: 320px) and (max-width: 568px){
  .card__title{
    padding-top: 3%;
    font-size: 2vh;
  }
  .card-1{
    height: 5vh;
  }
  .content-box{
    font-size: medium !important;
  }
}
  .para{
      font-size: x-large;
      margin-top: 40px;
  }

  .glassContainer{
    position: relative;
    transition: 0.4s;
    }

    .content-box{
    text-align: justify;
    font-size: x-large;
    position: relative;
    padding: 10px;
    background: #32cd32;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    }
    .content-box::after{
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 20px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%);
    }

    .grid{
        padding-top: 10%;
        padding-bottom: 10%;
        display: grid;
        grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
        grid-template-rows: 250px ;
        grid-row-gap: 20px;
    }

    /*START CERTIFICATES CSS*/
    .certificates-heading{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.2rem;
        color: #32cd32;
        letter-spacing: 1px;
    }
    .certificates-heading::after{
        content: "";
        display: block;
        height: 3px;
        width: 90px;
        background: #32cd32;
        margin: 15px auto 0;
    }

    .certificate-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        padding: 30px 25px;
        text-align: center;
        text-decoration: none;
        background: #fff;
        border: 1px solid rgba(0,0,0,0.08);
        border-radius: 20px;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.08);
        transition: 0.4s;
    }
    .certificate-card:hover{
        transform: translateY(-8px);
        box-shadow: 0 24px 44px rgba(0,0,0,0.22), 0 18px 16px rgba(0,0,0,0.16);
    }

    .certificate-logo{
        width: 110px;
        max-width: 60%;
        margin-bottom: 20px;
    }

    .certificate-title{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        color: #1f7a1f;
        margin-bottom: 12px;
    }

    .certificate-meta{
        font-family: 'Roboto', sans-serif;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #4a4a4a;
        margin-bottom: 22px;
    }

    .certificate-btn{
        margin-top: auto;
        display: inline-block;
        padding: 10px 26px;
        background: #32cd32;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 1px;
        border-radius: 30px;
        transition: 0.3s;
    }
    .certificate-card:hover .certificate-btn{
        background: #1f7a1f;
    }

    @media only screen and (max-width: 568px){
        .certificates-heading{ font-size: 1.5rem; }
        .certificate-meta{ font-size: 0.9rem; }
    }
    /*END CERTIFICATES CSS*/


.footer {
    background: linear-gradient(120deg,#32cd32 ,#61dd61);
    padding-top: 20px;
    padding-bottom: 10px;
  }
  
  address{
  color: #fff;
  font-weight: 400;
  }
  
  /*END FOOTER SOCIAL DESIGN*/
  
  @media only screen and (max-width:768px) { 
  .single_footer{margin-bottom:30px;}
  }
  .single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
  }
  .single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
  }
  .single_footer p{color:#fff;}
  .single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .single_footer ul li a:hover { color: #ff3666; }
  
  
  .single_footer_address ul li{color:#fff;}
  .single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
  }
  .contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  
  
  
  /*START SOCIAL PROFILE CSS*/
  .social_profile {margin-top:40px;
  }
  .social_profile ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }
  .social_profile ul li{float:left;}
  .social_profile ul li a {
    text-align: center;
  
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px ;
  text-decoration: dashed;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
    
  }
  @media only screen and (max-width:768px) { 
  .social_profile ul li a{margin-right:10px;margin-bottom:10px;}
  }
  @media only screen and (max-width:480px) { 
  .social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
  padding-top: 10px;
  }
  }
  
  
  .social_profile ul li a:hover{
  background:#ff3666;
  border: 1px solid #ff3666;
  color:#fff;
  border:0px;
  }
  /*END SOCIAL PROFILE CSS*/
  .copyright {
    margin-top: 10px;
    padding-top: 10px;
    color:#fff;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    text-align: center;
  }
  .copyright a{text-decoration: none; color:#332d4f;transition: all 0.2s ease 0s;}
  .copyright a:hover{color:#ff3666;}

