@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;
}

.facility-card{
  transition: 0.5s;
}
.facility-card{
  transform: scale(1.05);
  transition: 0.5s;
}


.card {
  margin-top: 1% !important;
    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: 0.5%;
    margin: 0 auto;
    font-family: 'Montserrat';
    grid-row: 3/4;
    font-weight: 200;
    font-size: 4rem;
    color: #fff;
    }
    
    .card__apply {
    grid-row: 4/5;
    align-self: center;
    }
    
    .card-1 {
      margin: 0 auto;
      height: 10vh;
    opacity: 80%;
    background: radial-gradient( #32cd32,  #32cd32);
    }
    .navbar-logo{
      margin-left: 1%;
    }

    @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;
        }
        
      }
      @media  all and (min-width: 320px) and (max-width: 568px){
        .card__title{
          padding-top: 3%;
          font-size: 2vh;
        }
        .card-1{
          height: 5vh;
        }
        .content{
          font-size: medium !important;
        }
        .content-1{
          font-size: larger !important;
        }
      }

      .content{
          text-align: justify;
          font-family: 'Roboto';
          font-size: x-large;
          background-color: #32cd32;
          padding: 5%;
          margin-bottom: 2%;
          border-radius: 20px;
          color: #fff;
      }

      .content-1{
          padding: 2px;
          border-radius: 12px;
          width: 60%;
          margin: 0 auto;
          background: radial-gradient( #32cd32,  #32cd32);
          font-size: 'Roboto';
          font-size: 2.2em;
          font-weight: 600;
          color: #fff;
          font-weight: 700;
      }

     

      .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);
      }

      .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;}
    