
    html,* { font-family: 'Inter'; box-sizing: border-box; }
    
    


/*   for Header  */

.h1 nav {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.h1 .logo {
  font-size: 28px;
}

.h1 .logo a {
  color: #333;
  text-decoration: none;
}

.h1 .nav-links {
  display: flex;
  justify-content: space-around;
  width: 60%;
}

.h1 .nav-links li {
  list-style: none;
}

.h1 .nav-links a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-size:14px;
  font-weight: 200;
  font-family:Raleway;
  letter-spacing: 1px;
  padding: 0 10px;
}

.h1 .nav-links a:hover {
  color: rgb(255, 0, 0);
}

/*----------header----------*/



h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    color:#0e0c47; 
}


/*   for section 1  */

#s1{
  padding:50px;
  overflow-x: hidden;
}


/*   for d1  */

#d1{
  display:flex;
  width:100%;
  position:relative;
  justify-content: space-around;
}


#d11{
  display: block;
  width:50%;
  justify-content: center;

}

#d11 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color:#0e0c47; 
}

#d11 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:25px;
  padding: 20px;
}



#d12{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;
  width:50%;

}

#d12 img{

  margin-top: 50px;

  height:250px;
  width:450px;

}

#d11 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);

  
}

#d11 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d1 ----------*/

/*   for d2  */

#d2{
  display:flex;
  width:100%;
  position:relative;


}

#d22{
  display: block;
  width:50%;
  justify-content: center;

}

#d22 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color:#0e0c47; 
}

#d22 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:25px;
  padding: 20px;
}



#d21{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;
  width:50%;

}

#d21 img{
  margin-top: 50px;
  
  height:250px;
  width:450px;

}

#d22 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);

  
}

#d22 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d2 ----------*/



/*   for d3  */

#d3{
  display:flex;
  width:100%;
  position:relative;
  justify-content: space-around;
}

#d31{
  display: block;
  width:50%;
justify-content: center;
}

#d31 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color:#0e0c47; 
}

#d31 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:25px;
  padding: 20px;
}



#d32{
  
  display:block;

  place-items: center;
  margin-top: -50px;
  width:50%;



}

#d32 img{

  margin-top: 50px;
 
  height:250px;
  width:450px;

}

#d31 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);

}

#d31 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d3 ----------*/

/*   for d4  */

#d4{
  display:flex;
  width:100%;
  position:relative;
  justify-content:space-around;

}

#d42{
  display: block;
  width:50%;
  justify-content:center;

}

#d42 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color:#0e0c47; 
}

#d42 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:25px;
  padding: 20px;
}



#d41{
  
  display:block;
  width:50%;
  place-items: center;
  margin-top: -50px;
  width:50%;

}

#d41 img{
  margin-top: 50px;

  height:250px;
  width:450px;

}

#d42 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);

  
}

#d42 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d4 ----------*/

/*   for d5  */

#d5{
  display:flex;
  width:100%;
  position:relative;
  justify-content:space-around;
}

#d51{
  display: block;
  width:50%;
  justify-content:center;

}

#d51 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color:#0e0c47; 
}

#d51 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:25px;
  padding: 20px;
}



#d52{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;
  width:50%;

}

#d52 img{

  margin-top: 50px;

  height:250px;
  width:450px;


}

#d51 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);

  
}

#d51 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d5 ----------*/


/*   for d6  */

#d6{
  display:flex;
  width:100%;
  position:relative;
  justify-content:space-around
}

#d62{
  display: block;
  width:50%;
  justify-content:center;

}

#d62 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color:#0e0c47; 
}

#d62 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:25px;
  padding: 20px;
}



#d61{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;
  width:50%;

}

#d61 img{

  margin-top: 50px;

  height:250px;
  width:450px;


}

#d62 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);

  
}

#d62 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d6 ----------*/

/*   for d7  */

#d7{
  display:flex;
  width:100%;
  position:relative;
  justify-content:space-around;
}

#d71{
  display: block;
  width:50%;
  justify-content:center;
}

#d71 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color:#0e0c47; 
}

#d71 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:25px;
  padding: 20px;
}



#d72{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;
  width:50%;

}

#d72 img{

  margin-top: 50px;

  height:250px;
  width:450px;

}

#d71 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
 
  
}

#d71 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d7 ----------*/

/*   for d4  */

#d8{
  display:flex;
  width:100%;
  position:relative;
  justify-content:space-around;
}

#d82{
  display: block;
  width:50%;
  justify-content:center;
}

#d82 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color:#0e0c47; 
}

#d82 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:25px;
  padding: 20px;
}



#d81{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;
  width:50%;

}

#d81 img{

  margin-top: 50px;

  height:250px;
  width:450px;

}

#d82 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);

  
}

#d82 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d8 ----------*/

button a{
  text-decoration: none;
  color:#000000;
  font-family: poppins;
  font-size: 15px;
}

button a:hover{
  color:white;
  text-decoration: none;
}




/*   for Footer  */

#ftr{
  position:relative;
  background-color: #fff;
}

#f1{
  display:block;
  justify-content: space-around;
}

#f1d1{
  display:flex;
  margin:5px;
  padding:50px;
  justify-content: space-around;
}

#ftrimg{
  height:250px;
  width:200px;
  margin-top: -40px;
}

#ftrimg2{
  height:250px;
  width:200px;
  margin-top: -40px;
  display: none;
}

#HGF
{
  text-transform: lowercase;
}
.lid {
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-size:15px;
  font-weight: 200;
  font-family:Poppins;
  letter-spacing:0px;
  list-style: none;
  justify-content: left;
  margin-left: -30px;
}

.lid a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-size:15px;
  font-weight: 200;
  font-family:Poppins;
  letter-spacing: 0px;
  
}

.lid a:hover {
  color: rgb(255, 0, 0);
}


.h6{

  color: rgb(0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-size:25px;
  font-weight: 200;
  font-family:Poppins;
  letter-spacing: 0px;
}


#fp4{
  text-decoration:none;
  font-size: 15px;
  
}

#f1d3{
  display:block;
  justify-content: center;
  margin-top: -40px;
}

#sic{
  display:flex;
  justify-content: left;
  margin-top:0px;
}

.multicolortext {
  background-image: linear-gradient(to left, #00a0de, #aac400, #f6bb01, #cd016e, #cc0020);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
} 

/* ----------for Footer ---------- */

#mbres{

  visibility: hidden;
}


/* For screens smaller than 768px */



  
  /* APPLYING MEDIA QUERIES */
  @media screen and (max-width: 768px) {
    
    .h1 nav {
      background-color: #fff;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      height: 120px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 50px;
      width:100%;
      overflow: hidden;

    }

    #mbres{

      visibility: visible;
      background-color: transparent;
      border:none;
      margin-left: 20px;
    }
    

      .nav-links {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        z-index: 1;
        opacity: 0;
  display: none;

        transition: opacity 0.3s ease-in-out;
      }
    
      .nav-linkds {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        transition: opacity 0.3s ease-in-out;
      }

      
      .nav-linkds li{
        list-style-type: none;
        text-align: center;
        margin-top: -5px;
      }

      .nav-linkds a {
        color: rgb(0, 0, 0);
        text-decoration: none;
        text-transform: uppercase;
        font-size:15px;
        font-weight: 200;
        font-family:Raleway;
        letter-spacing: 1px;
        padding: 0 10px;

        text-decoration: none;
      }



/*   for section 1  */

#s1{
  padding:20px;

}


/*   for d1  */

#d1{
flex-direction: column;
  width:100%;

}

#d11{
  display: block;
  width:100%;

}

#d11 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
    margin-top: -60px;;
}

#d11 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
 
  padding: 20px;
}



#d12{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;


}

#d12 img{

  margin-top: 80px;
  margin-left: 10px;
  height:250px;
  width:320px;

}

#d11 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  margin-top: -20px;
}


/*---------- d1 ----------*/


#d2{
  flex-direction: column;
  width:100%;
}

#d22{
  display: block;
  width:100%;

}

#d22 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
    margin-top: 30px;
}

#d22 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 20px;
}



#d21{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;


}

#d21 img{
  margin-top: 50px;
  margin-left: 10px;
  height:250px;
  width:320px;

}

#d22 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  
}


/*   for d3  */

#d3{
  flex-direction: column;
  width:100%;

}

#d31{
  display: block;
  width:100%;

}

#d31 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
}

#d31 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 20px;
}



#d32{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;
  

}

#d32 img{

  margin-top: 80px;
  margin-left: 10px;
  height:250px;
  width:320px;

}

#d31 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  
}

#d31 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d3 ----------*/



/*   for d4  */

#d4{
  flex-direction: column;
  width:100%;

}

#d42{
  display: block;
  width:100%;

}

#d42 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
    margin-top: 30px;
}

#d42 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 20px;
}



#d41{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;


}

#d41 img{
  margin-top: 50px;
  margin-left: 10px;
  height:250px;
  width:320px;

}

#d42 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  
}

#d42 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d4 ----------*/




/*   for d5  */

#d5{
  flex-direction: column;
  width:100%;
}

#d51{
  display: block;
  width:100%;

}

#d51 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
    margin-top: 20px;
}

#d51 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 20px;
}



#d52{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;


}

#d52 img{

  margin-top: 80px;
  margin-left: 10px;
  height:250px;
  width:320px;


}

#d51 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  
}

#d51 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d5 ----------*/


/*   for d6  */

#d6{
  flex-direction: column;
  width:100%;
}

#d62{
  display: block;
  width:100%;

}

#d62 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
    margin-top: 20px;
}

#d62 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 20px;
}



#d61{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;


}

#d61 img{

  margin-top: 50px;
  margin-left: 20px;
  height:250px;
  width:300px;


}

#d62 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  
}

#d62 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d6 ----------*/


/*   for d7  */

#d7{
  flex-direction: column;
  width:100%;
}

#d71{
  display: block;
  width:100%;

}

#d71 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
    margin-top: 20px;
}

#d71 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 20px;
}



#d72{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;


}

#d72 img{

  margin-top: 80px;
  margin-left: 10px;
  height:250px;
  width:320px;

}

#d71 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  
}

#d71 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d7 ----------*/

/*   for d8  */

#d8{
  flex-direction: column;
  width:100%;
}

#d82{
  display: block;
  width:100%;

}

#d82 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
    margin-top: 20px;
}

#d82 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 20px;
}



#d81{
  
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;


}

#d81 img{

  margin-top: 80px;
  margin-left: 10px;
  height:250px;
  width:320px;

}

#d82 button{
  padding: 10px;
  margin: 10px;
  font-family: poppins;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  
}

#d82 button:hover{

  background-color: rgb(77, 148, 255);
  color:white;

}

/*---------- d8 ----------*/

button a{
  text-decoration: none;
  color:#000000;
  font-family: poppins;
  font-size: 15px;
}

button a:hover{
  color:white;
  text-decoration: none;
}


      
      
/*   for footer  */



#f1{
  display:block;
  justify-content: space-around;
  text-align: center;
}

#f1d1{
  flex-direction: column;
  overflow-x: hidden;
  justify-content: center;
 margin:5px;
 padding:5px;
}

#ftrimg{
  height:250px;
  width:200px;
  margin-top: 40px;
  display:none;
}

#ftrimg2{
  height:250px;
  width:300px;
  margin-top: 5px;
  display: block;
  margin-left: 20px;


}



.f1d1d{
margin-top:5px;
}

.f1d1d  .h6{
  color:red;
  font-size: 20px;
  MARGIN:5PX
}

#sic{
display:flex;
justify-content: CENTER;
margin-top:0px;
}
    
    
    }