*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
    width: 100vw;
    height: 100vh;
       /* margin: 0; */
       /* padding: 0; */
       overflow-x: hidden;
      /* position: absolute; */
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 9999; /* Ensure it's above other content */
  }
  
  .whatsapp-icon img {
    width: 50px; /* Adjust size as needed */
    height: auto;
    border-radius: 50%; /* Makes it round */
    box-shadow:rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; /* Optional: Adds shadow */
  }
   .mobilenav{
    display: none;
   }

   .nav{
    position:fixed;
    overlay: none;
    /* position: relative; */
    z-index: 2;
  top: 0;
  /* width: 100%; */
    height: 100px;
    width: 100%;
    border-bottom: 1px solid rgba(128, 128, 128, 0.247);
    /* background-color:rgb(212, 212, 212); */
    padding: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* background-color:rgb(13, 178, 255); */
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
   }
   .subnav{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color:rgb(13, 178, 255); */
   }
   .logod{
    height: 100%;
    width: 30%;
    /* background-color:white; */
    overflow: hidden;
    /* display: flex; */
    /* align-items: left; */
    /* justify-content: left; */
   }
   .logod img{
    height: 100%;
    width: 50%;
    object-fit: contain;
   }
   .menud{
    height: 100%;
    width: 50%;
    /* background-color: white; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 11px;
   }
   .menud .linktext{
    font-size:1.3em;
    /* top:0px; */
    text-align:center;
    position:relative;
    z-index:2;
    font-weight: 600;
    /* color:#000000; */
    color: #424242;
    /* color: rgb(13, 178, 255); */
    /* background: -webkit-linear-gradient(#3c2372, #c3b538);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    /* background: #c0392b; fallback for old browsers */
  /* background: -webkit-linear-gradient(to right, #c0392b, #8e44ad); Chrome 10-25, Safari 5.1-6 */
  /* linear-gradient(to right, #c0392b, #8e44ad); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* color: darkgoldenrod; */
    /* color: #7b4397; */
    /* color:rgb(101, 99, 99); */
    /* color:#FFABAB; */
    text-decoration:none;
    font-family: "Poppins", sans-serif;
    /* font-family: "Lato", sans-serif; */
    font-size: 16px;
    text-transform:uppercase;
    transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
  }
  .menud .linktext:before{
    content:'';
    position:absolute;
    top:0px;
    left:-2.5px;
    width:calc(100% + 5px);
    border-left:1.5px solid black;
    border-right:1.5px solid black;
    height:150%;
    transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
    opacity:1;
    background:transparent;
    max-height:0%;
    transform:translateY(20px);
    -webkit-transform:translateY(20px);
  }
  .menud .linktext:after{
    display:inline-block;
    content:attr(data-text);
    position:absolute;
    top:24px;
    left:0px;
    width:100%;
    transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
    font-size:0.5em;
    color:black;
    transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
  }
  .menud .item{
    position:relative;
    display:inline-block;
    height:35px;
    padding-top:15px;
    margin-left:25px;
    margin-right:25px;
    background:transparent;
    z-index:2;
    color:rgb(201, 36, 179);
    text-decoration:none;
    font-family:Arial, sans-serif;
    text-transform:uppercase;
    transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
  }
  .menud .item:hover .linktext:before{
    max-height:150%;
    transition-delay:0.3s;
    -webkit-transition-delay:0.3s;
    transform:translateY(0%);
    -webkit-transform:translateY(0%);
  }
  .menud .item:hover .linktext:after{
    opacity:1;
    transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
  }
  .menud .item:hover .linktext{
    color:#f58320;
    top:-10px;
    transform:scale(1.3);
    -webkit-transform:scale(1.3);
  }
   .icond{
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content:right;
    /* background-color: saddlebrown; */
    transition: 1.1s ease-in;
   }
   .icond i:hover{
    transform: scale(1.2);
   }
   #i1{
    color: rgb(24, 162, 24);
    font-size: 23px;
    padding-right: 18px;
   }
   #i2{
    color: rgb(201, 31, 116);
    font-size: 23px;
    padding-right: 18px;
   }
   #i3{
    color: rgb(222, 8, 8);
    font-size: 23px;
    padding-right: 18px;
   }
   #i4{
    color: rgb(60, 60, 212);
    font-size: 23px;
    padding-right: 18px;
   }
   .sum{
    margin-top: 100px;
    height: 731px;
    width:100%;
    background-color: #f58320;
   }
   .sum img{
    height: 100%;
    width: 100%;
    object-fit:cover;
   }
   
  .topheading{
    height: 200px;
    width: 100%;
    background-color: white;
    /* background-color:pink; */
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
  }
  .topheadingsub1{
    height: 30%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rebeccapurple; */
  }
  .topheadingsub1 span{
    color:#f58320;
    font-size: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  
  }
  .topheadingsub1 p{
    height: 4%;
    width: 5%;
    /* margin-left: 70px; */
    background-color: #f58320;
    /* margin-right: 5px; */
  }
  .topheadingsub1 h1{
    color:#424242;
    font-size: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .topheadingsub{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #1248c5; */
  }
  .topheadingsub p{
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 25px;
    text-align: justify;
    font-family: "Lato", sans-serif;
  }
 .para{
    height: 550px;
    width: 100%;
    /* background-color: #000a30; */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .subpara{
    height: 100%;
    width: 77%;
    /* background-color: #4270d4; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
 }
 .subpara p{
    font-size: 16px;
    color: #424242;
    text-align:left;
    letter-spacing: 2px;
    line-height: 35px;
    font-family: "Lato", sans-serif;
 }
 .sp{
    height: 170px;
    width: 100%;
    background-color: white;
 }


 
 .p1{
    height: 450px;
    width: 100%;
    /* background-color: #000a30; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.p2{
    height: 100%;
    width: 75%;
    /* background-color: #e11574; */
}
.subp1{
    height: 10%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items:center;
    justify-content: left;
    /* line-height: 1.2; */
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.556);
}
.subp1 h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 32px;
    font-weight: 500;
    color: #f58320;
}
.subp2{
    height: 90%;
    width: 100%;
    /* background-color: #424242; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.subp22{
    height: 100%;
    width: 55%;
    /* background-color: gold; */
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.subtext1{
    height: 50%;
    width: 100%;
    padding-right: 20px;
    /* background-color: salmon; */
}
.subtext1 p{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    color: #212529;
    line-height: 35px;
    text-align: left;
}
.subtext2 p{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    color: #212529;
    line-height: 35px;
    text-align: left;
}
.subtext2{
    height: 30%;
    width: 100%;
    padding-right: 20px;
    /* background-color: green; */
}
.bt{
    height:20%;
    width: 100%;
    /* background-color: salmon; */
    display: flex;
    align-items:last baseline;
    justify-content:left;

}
.bt a{
    font-size: 16px;
    /* height: 40px; */
    /* width:250px; */
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    background-color: #29c629;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   
}
.bt i{
    padding-right: 10px;
}
.bt a:hover{
    background-color: #18a318;

}
.subp23{
    height: 100%;
    width: 45%;
    overflow: hidden;
    background-color: darksalmon;
}
.subp23 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: .2s ease-in-out;
}
.subp23 img:hover{
    transform: scale(1.3);
}

































.summa{
    height: 20px;
    width: 100%;
    background-color:#e8e8e8;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:10px;

}
.summa p{
    height: 50%;
    width: 0.6%;
   border-radius: 100%;
   background-color: rgb(240, 59, 59);
}
#np1{
    height: 50%;
    width: 0.6%;
    border-radius: 100%;
    background-color: rgb(236, 190, 52);
    /* padding-left: 5px; */
    margin-left: 3px;
}
#np2{
    height: 50%;
    width: 0.6%;
    border-radius: 100%;
    background-color: rgb(10, 141, 28);
    margin-left: 3px;
}








/* footer code */
.footer{
  height: 500px;
  width: 100%;
  background-color: #000a30;
  /* background-color:rebeccapurple; */
  padding: 20px;
}
.subfooter{
  height: 100%;
  width: 100%;
  /* background-color: blue; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.fdiv{
  height: 80%;
  width:100%;
  /* background-color: rgb(114, 55, 55); */
  display: flex;
  align-items: center;
  justify-content: space-around   ;
}
.seconddiv{
  height:50px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  /* padding-left: 10px; */
  background-color:#e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.minicon{
  height: 100%;
  width: 22%;
  /* background-color: darkgoldenrod; */
}
.imgg{
  height: 30%;
  width: 100%;
  background-color:rgb(255, 255, 255);
    overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: left;
  border-radius: 10px;
}
.imgg img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
  opacity: 0.8;
}
.imgg img:hover{
  opacity: 1;
  /* transform: scale(0.4); */
}
.cons{
  height: 40%;
  width: 100%;
  /* background-color: bisque; */
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-around;
  position: relative;
}
.cons p{
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #97a0b8;
  /* margin-top: 20px; */
  /* line-height:25px; */
  text-transform:capitalize;
  text-align: left;
}

.footer-social-icon{
  height: 40%;
  margin-top: 20px;
  width: 100%;
  /* padding-top: 30px; */
  /* background-color: red; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center; */
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
 }
 .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
 }
 .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
 }
 .facebook-bg{
  background: #4270d4;
 }
 .instagram-bg{
  background: #e11574;
 }
 .google-bg{
  background: #fb381e;
 }
 .whatsapp-bg{
   background: rgb(36, 185, 36);
 }
.con2{
  height: 30%;
  width: 100%;
  /* background-color:honeydew; */
  overflow: hidden;
  display: flex;
  align-items: center;
}
.con2 h2{
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.2px;
  color:white;
}
.con3{
  height: 60%;
  width: 100%;
  /* background-color: white; */
  display: flex;
  flex-direction: column;
}
.con3 a{
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #97a0b8;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-decoration: none;
}
.con3 a:hover{
  color: white;
  letter-spacing: 2px;
}
.con3 i{
  font-size: 14px;
  color:darkorange;
  padding: 10px;
}
#con3{
  height: 60%;
  width: 100%;
  /* background-color: white; */
  display: flex;
  flex-direction: column;
}
#con3 a{
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  color: rgb(46, 95, 255);
  letter-spacing: 1.5px;
  text-transform: capitalize;
  /* text-decoration: none; */
}
#con3 a:hover{
  color: rgb(255, 140, 0);
  letter-spacing: 2px;
}
#con3 i{
  font-size: 14px;
  color: orange;
  padding: 10px;
}
.subcon2{
  height: 60%;
  width: 100%;
  /* background-color: blueviolet; */
  /* line-height: 20px; */
}
.subcon3{
  height:80%;
  width: 100%;
  /* background-color: greenyellow; */
  padding-left: 10px;
  /* line-height: 60px; */
}
.cons h2{
  padding-top: 20px;
  /* margin-top: 20px; */
  /* line-height: 40px; */
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #97a0b8;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  /* color: rgb(69, 56, 56); */
}
.subcon3 h2{
padding-top: 20px;
  /* margin-top: 20px; */
  /* line-height: 40px; */
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #97a0b8;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
.subcon4{
  height: 20%;
  width: 100%;
  /* background-color: aqua; */
}
.subcon4 i{
  font-size: 19px;
  color: orange;
  padding: 10px;
}
.copy{
    height: 100%;
    width: 30%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy h2{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color:black;
}
.copy span a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color:rgb(26, 26, 165)
}
.copy1{
    height: 100%;
    width: 30%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy1 h2{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color:black;    
}
.copy2{
    height: 100%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* background-color: saddlebrown; */
}
.copy2 a{
    font-size: 13px;
    font-family: "Manrope", sans-serif;
    color:rgb(23, 7, 143);   
    text-decoration: none;
    letter-spacing: 1.5px;
    padding-right: 10px;
}




@media screen and (max-width:600px) {

    *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;   
     }
     body{
      width: 100vw;
      height: 100vh;
         /* margin: 0;
         padding: 0; */
         overflow-x: hidden;
        position: absolute;
     }
     body::-webkit-scrollbar{
         display: none;
     }
     .mobilenav{
      height: 100px;
      width: 100%;
      background-color:white;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position:fixed;
      /* position: relative; */
    top: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(128, 128, 128, 0.247);
      /* background-color:rgb(212, 212, 212); */
      padding: 10px;
      background-color: white;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
      
  }
  .mobilenavlogo{
      height: 100%;
      width: 40%;
      /* background-color: #1248c5; */
  }
  .mobilenavlogo img{
      height: 100%;
      width: 100%;
      object-fit: contain;
  }
  /* hamburger menu */
  
  
  #menuToggle
  {
    /* display: block; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    left: 0px;
    height:70px;
    width: 70px;
    z-index: 1;
    
    -webkit-user-select: none;
    user-select: none;
    background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%);
    /* background-color: #1248c5; */
    /* background-color: #00000092; */
    /* background-color:#f1f2f5; */
    /* background-color:rgba(41, 41, 234, 0.696); */
  }
  
  #menuToggle a
  {
    text-decoration: none;
    color: #e6dddd;
    
    transition: color 0.3s ease;
  }
  
  #menuToggle a:hover
  {
    color: black;
  }
  
  
  #menuToggle input
  {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 7px;
    left: 5px;
    
    cursor: pointer;
    
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    
    -webkit-touch-callout: none;
  }
  
  /*
   * Just a quick hamburger
   */
  #menuToggle span
  {
    display: block;
    width: 33px;
    height: 5px;
    margin: 1px;
    /* margin-bottom: 5px; */
    position: relative;
      background-color: white;
    /* color: #1248c5; */
    /* background-color: #1248c5; */
    /* background: #ede9e9; */
    border-radius: 3px;
    
    z-index: 1;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  
  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }
  
  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span
  {
    /* padding-left: 10px; */
    opacity: 1;
    transform: rotate(45deg) translate(7px, -3px);
    background: #ffffff;
    /* background-color: #1248c5; */
  }
  
  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(5px, 8px);
  }
  
  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  #menu
  {
      overflow: hidden;
    position: absolute;
    width: 450px;
    /* margin: -100px 0 0 -50px; */
    top:83px;
    left: -367px;
    padding: 40px;
    /* padding-right: 40px; */
    border: none;
    /* padding-left:px; */
    font-family: "Manrope", sans-serif;
    /* padding-top: 125px; */
    height: 350px;
  
    place-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* justify-content: left; */
    /* background: #dc3e3e; */
    background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%);
    /* background: rgb(76, 57, 218); */
  /* background: linear-gradient(90deg, rgba(187,21,21,1) 0%, rgba(240,113,120,1) 48%, rgba(208,10,10,1) 100%, rgba(118,156,0,1) 100%); */
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  
  #menu li
  {
    text-align: center;
    /* padding: 10px; */
    font-size: 22px;
    /* padding-right: 20px; */
    /* border:0.1px solid rgba(255, 255, 255, 0.375); */
    width: 400px;
    height: 40px;
    border: none;
    /* background-color: #dc3e3f; */
    border-radius: 10px;
  
  
  
    /* background: rgb(187,21,21); */
  /* background: linear-gradient(90deg, rgba(187,21,21,1) 0%, rgba(240,113,120,1) 48%, rgba(208,10,10,1) 100%, rgba(118,156,0,1) 100%); */
  }
  
  /*
   * And let's slide it in from the left
   */
  #menuToggle input:checked ~ ul
  {
    transform: none;
  }
    .whatsapp-icon {
        position: fixed;
        bottom: 100px;
        right: 30px;
        z-index: 9999; /* Ensure it's above other content */
    }
    
    .whatsapp-icon img {
        width: 45px; /* Adjust size as needed */
        height: auto;
        border-radius: 50%; /* Makes it round */
        box-shadow:rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; /* Optional: Adds shadow */
    }
     .nav{
      display: none;
      position:fixed;
      /* position: relative; */
    top: 0;
    z-index: 2;
    /* width: 100%; */
      height: 100px;
      width: 100%;
      border-bottom: 1px solid rgba(128, 128, 128, 0.247);
      /* background-color:rgb(212, 212, 212); */
      padding: 10px;
      background-color: white;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
      /* background-color:rgb(13, 178, 255); */
      /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
      /* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */
      /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
     }
     .subnav{
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* background-color:rgb(13, 178, 255); */
     }
     .logod{
      height: 100%;
      width: 30%;
      /* background-color:white; */
      overflow: hidden;
      /* display: flex; */
      /* align-items: left; */
      /* justify-content: left; */
     }
     .logod img{
      height: 100%;
      width: 50%;
      object-fit: contain;
     }
     .menud{
      height: 100%;
      width: 50%;
      /* background-color: white; */
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 11px;
     }
     .menud .linktext{
      font-size:1.3em;
      /* top:0px; */
      text-align:center;
      position:relative;
      z-index:2;
      font-weight: 600;
      /* color:#000000; */
      color: #424242;
      /* color: rgb(13, 178, 255); */
      /* background: -webkit-linear-gradient(#3c2372, #c3b538);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
      /* background: #c0392b; fallback for old browsers */
    /* background: -webkit-linear-gradient(to right, #c0392b, #8e44ad); Chrome 10-25, Safari 5.1-6 */
    /* linear-gradient(to right, #c0392b, #8e44ad); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      /* color: darkgoldenrod; */
      /* color: #7b4397; */
      /* color:rgb(101, 99, 99); */
      /* color:#FFABAB; */
      text-decoration:none;
      font-family: "Poppins", sans-serif;
      /* font-family: "Lato", sans-serif; */
      font-size: 16px;
      text-transform:uppercase;
      transition:0.3s ease-in-out;
      -webkit-transition:0.3s ease-in-out;
    }
    .menud .linktext:before{
      content:'';
      position:absolute;
      top:0px;
      left:-2.5px;
      width:calc(100% + 5px);
      border-left:1.5px solid black;
      border-right:1.5px solid black;
      height:150%;
      transition:0.3s ease-in-out;
      -webkit-transition:0.3s ease-in-out;
      opacity:1;
      background:transparent;
      max-height:0%;
      transform:translateY(20px);
      -webkit-transform:translateY(20px);
    }
    .menud .linktext:after{
      display:inline-block;
      content:attr(data-text);
      position:absolute;
      top:24px;
      left:0px;
      width:100%;
      transition:0.3s ease-in-out;
      -webkit-transition:0.3s ease-in-out;
      font-size:0.5em;
      color:black;
      transform:translateY(30px);
      -webkit-transform:translateY(30px);
      opacity:0;
    }
    .menud .item{
      position:relative;
      display:inline-block;
      height:35px;
      padding-top:15px;
      margin-left:25px;
      margin-right:25px;
      background:transparent;
      z-index:2;
      color:rgb(201, 36, 179);
      text-decoration:none;
      font-family:Arial, sans-serif;
      text-transform:uppercase;
      transition:0.3s ease-in-out;
      -webkit-transition:0.3s ease-in-out;
    }
    .menud .item:hover .linktext:before{
      max-height:150%;
      transition-delay:0.3s;
      -webkit-transition-delay:0.3s;
      transform:translateY(0%);
      -webkit-transform:translateY(0%);
    }
    .menud .item:hover .linktext:after{
      opacity:1;
      transition-delay:0.5s;
      -webkit-transition-delay:0.5s;
      transform:translateY(0px);
      -webkit-transform:translateY(0px);
    }
    .menud .item:hover .linktext{
      color:#f58320;
      top:-10px;
      transform:scale(1.3);
      -webkit-transform:scale(1.3);
    }
     .icond{
      height: 100%;
      width: 20%;
      display: flex;
      align-items: center;
      justify-content:right;
      /* background-color: saddlebrown; */
      transition: 1.1s ease-in;
     }
     .icond i:hover{
      transform: scale(1.2);
     }
     #i1{
      color: rgb(24, 162, 24);
      font-size: 23px;
      padding-right: 18px;
     }
     #i2{
      color: rgb(201, 31, 116);
      font-size: 23px;
      padding-right: 18px;
     }
     #i3{
      color: rgb(222, 8, 8);
      font-size: 23px;
      padding-right: 18px;
     }
     #i4{
      color: rgb(60, 60, 212);
      font-size: 23px;
      padding-right: 18px;
     }
     .sum{
        margin-top: 100px;
        height: auto;
        width:100%;
        background-color:white;
       }
       .sum img{
        height: 100%;
        width: 100%;
        object-fit:cover;
       }
       
      .topheading{
        margin-top: 50px;
        height: 100px;
        width: 100%;
        background-color: white;
        /* background-color:pink; */
        display: flex;
        flex-direction: column;
        align-items:center;
        justify-content: center;
      }
      .topheadingsub1{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: rebeccapurple; */
      }
      .topheadingsub1 span{
        color:#f58320;
        font-size: 32px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      
      }
      .topheadingsub1 p{
        height:5px;
        width: 10%;
        /* margin-left: 70px; */
        background-color: #f58320;
        /* margin-right: 5px; */
      }
      .topheadingsub1 h1{
        color:#424242;
        font-size: 32px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      }
      .topheadingsub{
        height: 20%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: #1248c5; */
      }
      .topheadingsub p{
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 25px;
        text-align: center;
        font-size: 16px;
        font-family: "Lato", sans-serif;
      }
     .para{
        margin-top: 20px;
        height: auto;
        width: 100%;
        /* background-color: #000a30; */
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
     }
     .subpara{
        height: 100%;
        width: 100%;
        /* background-color: #4270d4; */
        display: flex;
        /* align-items: center; */
        justify-content: center;
     }
     .subpara p{
        font-size: 16px;
        color: #424242;
        text-align:justify;
        letter-spacing: 2px;
        line-height: 35px;
        font-family: "Lato", sans-serif;
     }
     .sp{
        height: 70px;
        width: 100%;
        background-color: white;
     }
     .p1{
        height: auto;
        width: 100%;
        /* background-color: #000a30; */
        display: flex;
        padding: 20px;
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
    }
    .p2{
        height: 100%;
        width: 100%;
        /* background-color: #e11574; */
    }
    .subp1{
        height: 10%;
        width: 100%;
        /* background-color: red; */
        display: flex;
        align-items:center;
        justify-content: left;
        /* line-height: 1.2; */
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid rgba(128, 128, 128, 0.556);
    }
    .subp1 h2{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 32px;
        font-weight: 500;
        color: #f58320;
    }
    .subp2{
        height: 100%;
        width: 100%;
        /* background-color: #424242; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }
    .subp22{
        height: 100%;
        width: 100%;
        /* flex-direction: column; */
        /* background-color: gold; */
        display: flex;
        flex-direction:column;
        align-items: center;
        justify-content: center;
    }
    .subtext1{
        height: 100%;
        width: 100%;
        padding-right: 20px;
        /* background-color: salmon; */
    }
    .subtext1 p{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        color: #212529;
        line-height: 35px;
        text-align: left;
    }
    .subtext2 p{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        color: #212529;
        line-height: 35px;
        text-align: left;
    }
    .subtext2{
        height: 30%;
        width: 100%;
        padding-right: 20px;
        /* background-color: green; */
    }
    .bt{
        height:20%;
        width: 100%;
        /* background-color: salmon; */
        display: flex;
        align-items:last baseline;
        justify-content:left;
    
    }
    .bt a{
        font-size: 16px;
        /* height: 40px; */
        /* width:250px; */
        padding: 10px;
        color: white;
        margin-top: 30px;
        text-decoration: none;
        border-radius: 3px;
        background-color: #29c629;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
       
    }
    .bt i{
        padding-right: 10px;
    }
    .bt a:hover{
        background-color: #18a318;
    
    }
    .subp23{
        height: 100%;
        width:100%;
        margin-top: 50px;
        overflow: hidden;
        background-color: white;
        /* background-color: darksalmon; */
    }
    .subp23 img{
        object-fit: cover;
        height: 100%;
        width: 100%;
        transition: .2s ease-in-out;
    }
    .subp23 img:hover{
        transform: scale(1.3);
    }
    

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .summa{
    height: 15px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:10px;
  
  }
  .summa p{
    height: 50%;
    width: 1.7%;
   border-radius: 100%;
   background-color: rgb(240, 59, 59);
  }
  #np1{
    height: 50%;
    width: 1.7%;
    border-radius: 100%;
    background-color: rgb(236, 190, 52);
    /* padding-left: 5px; */
    margin-left: 3px;
  }
  #np2{
    height: 50%;
    width: 1.7%;
    border-radius: 100%;
    background-color: rgb(10, 141, 28);
    margin-left: 3px;
  }
  /* footer code */
  .footer{
    overflow: hidden  ;
    height: auto;
    width: 100%;
    background-color: #000a30;
    /* background-color:rebeccapurple; */
    padding: 20px;
  }
  .subfooter{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .fdiv{
    height: 80%;
    width:100%;
    /* background-color: rgb(114, 55, 55); */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around   ;
  }
  .seconddiv{
    height:50px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    /* padding-left: 10px; */
    background-color:#e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .minicon{
    height: 100%;
    width: 100%;
    margin-bottom:30px;
    /* background-color: darkgoldenrod; */
  }
  .imgg{
    height: 30%;
    width: 100%;
    background-color:rgb(255, 255, 255);
      overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 10px;
  }
  .imgg img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
    opacity: 0.8;
  }
  .imgg img:hover{
    opacity: 1;
    /* transform: scale(0.4); */
  }
  .cons{
    height: 100%;
    width: 100%;
    /* background-color: bisque; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;
    position: relative;
  }
  .cons p{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #97a0b8;
    /* margin-top: 20px; */
    /* line-height:25px; */
    text-transform:capitalize;
    text-align: left;
  }
  
  .footer-social-icon{
    height: 40%;
    width: 100%;
    /* padding-top: 30px; */
    /* background-color: red; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
   }
   .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
   }
   .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
   }
   .facebook-bg{
    background: #4270d4;
   }
   .instagram-bg{
    background: #e11574;
   }
   .google-bg{
    background: #fb381e;
   }
   .whatsapp-bg{
     background: rgb(36, 185, 36);
   }
  .con2{
    height: 30%;
    width: 100%;
    /* background-color:honeydew; */
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .con2 h2{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.2px;
    color:white;
    margin-bottom: 20px;
  }
  .con3{
    height: 60%;
    width: 100%;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
  }
  .con3 a{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #97a0b8;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .con3 a:hover{
    color: white;
    letter-spacing: 2px;
  }
  .con3 i{
    font-size: 14px;
    color:darkorange;
    padding: 10px;
  }
  #con3{
    height: 60%;
    width: 100%;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
  }
  #con3 a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: rgb(46, 95, 255);
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* text-decoration: none; */
  }
  #con3 a:hover{
    color: rgb(255, 140, 0);
    letter-spacing: 2px;
  }
  #con3 i{
    font-size: 14px;
    color: orange;
    padding: 10px;
  }
  .subcon2{
    height: 60%;
    width: 100%;
    /* background-color: blueviolet; */
    /* line-height: 20px; */
  }
  .subcon3{
    height:80%;
    width: 100%;
    /* background-color: greenyellow; */
    padding-left: 10px;
    /* line-height: 60px; */
  }
  .subcon3 h2{
    padding-top: 20px;
    /* margin-top: 20px; */
    /* line-height: 40px; */
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #97a0b8;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* color: rgb(69, 56, 56); */
  }
  .subcon4{
    height: 20%;
    width: 100%;
    /* background-color: aqua; */
  }
  .subcon4 i{
    font-size: 19px;
    color: orange;
    padding: 10px;
  }
  .copy{
    height: 100%;
    width: 100%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copy h2{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color:black;
  }
  .copy span a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color:rgb(26, 26, 165)
  }
  .copy1{
    display: none;
    height: 100%;
    width: 0%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .copy1 h2{
    display: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color:black;    
  }
  .copy2{
    height: 100%;
    width: 0%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* background-color: saddlebrown; */
  }
  .copy2 a{
    display: none;
    font-size: 13px;
    font-family: "Manrope", sans-serif;
    color:rgb(23, 7, 143);   
    text-decoration: none;
    letter-spacing: 1.5px;
    padding-right: 10px;
  }
  
  
  
  
  
  }