@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-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;
}

.heading{
  color: #fff;
  font-weight: 700;
}

.awreness-card{
  transition: 0.5s;
}
.awreness-card:hover{
  transform: scale(1.05);
  transition: 0.5s;
}
.news-card{
  transition: 0.5s;
}
.news-card:hover{
  transform: scale(1.05);
  transition: 0.5s;
}

.card {
    margin-top: 1%;
    padding-top: 0.5%;
    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:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
    transition: 0.5s;
    }
    
    
    .card__title {
    margin-top: 1%;
    margin: 0 auto;
    font-family: 'Montserrat';
    grid-row: 3/4;
    font-weight: 400;
    font-size: 4rem;
    color: #fff;
    }
    
    .card__apply {
    grid-row: 4/5;
    align-self: center;
    }
    
    .card-1 {
      margin: 0 auto;
      width: 70%;
      height: 10vh;
    opacity: 80%;
    background: radial-gradient( #32cd32,  #32cd32);
    transition: 0.5s;
    }
    .card-2 {
      margin: 0 auto;
      width: 90%;
      height: 10vh;
    opacity: 80%;
    background: radial-gradient( #32cd32,  #32cd32);
    transition: 0.5s;
    }
  
    .center-image{
      width: 45%;
  
    }
    
  @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){
    .card__title{
      padding-top: 2%;
      font-size: 4.5vh;
    }
  }
  @media  all and (min-width: 1020px) and (max-width: 1172px){
    .card__title{
      padding-top: 3%;
      font-size: 3.5vh;
    }
  }
  @media  all and (min-width: 800px) and (max-width: 1020px){
    .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;
    }
    .card-2{
      height: 7vh;
    }
  }
  @media  all and (min-width: 320px) and (max-width: 568px){
    .card__title{
      padding-top: 3%;
      font-size: 2vh;
    }
    .card-1{
      height: 5vh;
    }
    .card-2{
      height: 5vh;
    }
  }
  .navbar-logo{
    margin-left: 1%;
  }
  .content-1{
    padding: 1%;
    font-size: 'Roboto';
    font-size: 2.2em;
    font-weight: 600;
    background-color: #32cd32;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;

}



.img-1 img{
  border-radius: 20px;
  width: 70%;
  max-width: 650px;
  min-width: 220px;
  box-shadow: 2px 4px 10px 10px rgba(64, 230, 78, 0.329);
  margin-top: 5%;
}

.link-container{
    padding: 2%;
    border-radius: 10px;
    margin-top: 2%;
    background-color: #32cd32;
}


.link-container li{
    list-style: none;
}

.link-container a{
    font-size: x-large;
    color: #fff;
    font-family: 'Roboto';
    text-align: justify;
    min-width: 320px;
}

@media only screen and (max-width:525px){
  .link-container a{
    font-size: large;
  }
}
  

.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;}

