/* navbar */

  body{
  font-family: "Urbanist", sans-serif;
  }

  
  /* inner banner */
  .inner{
    
    position: relative;
  }
  .inner-banner{
     overflow: hidden;
    width:100%;
    height:auto;
   
  }
  .inner-banner img{
    height:auto;
   width:100%;
  }

  .bread {
    position: absolute;
    bottom: -25px;
    right: 76px;
}
  
  .bread-about{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--red);
    border-radius: 30px;
    color:white;
    padding: 8px 20px;
  }
  .bread-about p a{
   color:white;
   font-weight: bold;
   text-decoration: none;
   cursor: pointer;
   
   
  }
  .bread-about p{
    
    font-size: 18px;
  }
  /* about-us */
  .about-head{
     overflow: hidden;
    padding:100px 0px;;
    height:auto;
    align-items: center;
    justify-content: center;
  }
    .about-head h1{
      font-size:26px;
      font-weight:bold;
  }
  .about-head p{
    text-align: justify;
    width:500px;
  
    font-size: 19px;;
    line-height:35px;
  }
  #box1 img{
    width:500px;
    height:auto;

  }
  #box1{
    position: relative;
  }
  #box1::after{
    position: absolute;
    content: "";
    height: 310px;
    width: 74%;
    border: 1px solid var(--red);
    background-color:var(--red);
    left: 39px;
    bottom: -15px;
    z-index: -1;
  }
 
  /* why ihs */
  .ihs{
    overflow: hidden;
    background-color:#148943;
    color:white;
   height:auto;
   padding:100px;
   display:flex;
   align-items: center;
   justify-content: center;
   position: relative;
   
  }
  #ihs-para{
    margin-left:150px;
  }
  #clg-box{
    position: relative;
    z-index: 1;
    width:500px;
  }
  
  #clg-box::after {
    position: absolute;
    content: "";
    height: 300px;
    width: 88%;
    border: 1px solid var(--red);
    background-color: var(--red);
    left: -5px;
    bottom: -18px;
    z-index: -1;
}
  .ihs p{
    text-align: justify;
    width:500px;
    font-size: 19px;
    line-height: 40px;
  }
 
/* vision-mission */
  .vision-mission{
    display: flex;
    align-items: center;
    justify-content: center;
    
    height:auto;
    background-color: var(--red);;
    color:white;
    padding-top:20px;
    position: relative;
    overflow: hidden;
    
    
  }
  #vision p{
    font-size: 19px;
    text-align: justify;
    line-height: 27px;;
 
   
  }
  #vision{
    margin-top:10px;
    padding:20px;
    width:500px;
  }

  #mission p{
    font-size: 19px;
   
    text-align: justify;
    line-height:27px;
  }
  #vision img{
    position: absolute;
    left:200px;
    top:30px;
    z-index:-1px;
  }
  #mission img{
    position: absolute;
    left:961px;
    top:83px;
    z-index:-1px;
    width:200px;

  }
   
  #mission{
    margin-top:10px;
    margin-left:250px;
    padding:20px;
    width:500px;
  }


.sec-title{
  color:white;
  margin-bottom:20px;
}
.sec-text{
font-weight: 800;
    letter-spacing: -1.2px;
    margin: 0;
    font-size: 27px;
     color:white;
    line-height: 1.256;
}
  .why-para{
    padding-left: 60px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 187.5%;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    color:white;
    text-align: justify;
}
.single-item{
  border:1px solid white;
    padding: 27px 30px 11px 30px;
    margin-bottom: 30px;
     background-color: var(--header-btn);
    margin-top:50px;
    backdrop-filter: blur(15px);
    box-shadow: 10px 10px 5px var(--header-btn);
}
.single-item:hover {
 background-color:var(--red);
 color:white;
 width: 100%;
 height: auto;
 align-items: start;
 color: #000;
 font-weight: bold;
 
}
.single-item:hover {
  background: transparent;
}



.single-item:hover::before {
  top: 100%;
}

.single-item:hover::after {
  bottom: -50%;
}
.single-item img{
  margin-bottom: 12px;
  background: none;
}
.single-item h6{
  color:white;
  font-weight: bold;
  font-size: 20px;;
}
.single-item h6:hover{
   color:black;
   text-decoration: underline;
}
.choose{
   background-color: var(--header-btn);
  padding:50px;
}
.year{
  color:white;
  float:right;
  font-size: 30px;
  font-weight: bold;
}
.sup{
  font-size: 40px;
}
.single-item h6{
  text-align: center;
}

.single-item {
  position: relative;
  z-index: 1;
}

.single-item:after {
  content: "";
  position: absolute;
  top:0px;
  bottom:0px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
 background:var(--red);
  z-index: -1;
  transition: transform 0.3s;
}

.single-item:hover::after {
  transform: scaleY(1);
}
