*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
       margin: 0;
       padding: 0;
       overflow-x: hidden;
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .mobilenav{
    display: none;
}
.mobilenav{
    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 */
  }
   .navbar{
       height: 100px;
       width: 100%;
       /* background-color: red; */
       padding: 10px;
       
       /* background-color: aquamarine; */
   }
   .subnav{
       height: 100%;
       width: 100%;
       /* background-color: aqua; */
       display: flex;
       align-items: center;
       justify-content: space-between;
   }
   .firstnav{
       height: 100%;
       width: 30%;
       /* background-color:rgb(89, 89, 250); */
       overflow: hidden;
   }
   .firstnav img{
       height: 100%;
       width: 100%;
       object-fit: contain;
   }
   .secondnav{
       height: 100%;
       width: 40%;
       /* background-color:white; */
       display: flex;
       align-items: center;
       justify-content: center;
       justify-content: space-around;
   }
   .secondnav a{
       text-decoration: none;
       font-size: 16px;
       font-family: "Urbanist", sans-serif;
       color: black;
       font-weight: 700;
       /* background-color: aqua; */
       /* margin: 20px; */
       padding: 10px;
   }
   .secondnav a:hover{
       /* height: 50%; */
       background-color:orange;
       border-radius: 10px;
       color: white;
   }
   .thirdnav{
       height: 100%;
       width: 30%;
       /* background-color: blanchedalmond; */
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .thirdnav button{
       height:45%;
       width: 30%;
       border-radius: 5px;
       font-size: 14px;
       font-weight: 500;
       border: none;
       color: black;
       background-color: orange;
       font-family: "Manrope", sans-serif;
   }
   .thirdnav button:hover{
       background-color: rgb(171, 113, 6);
       color: rgba(255, 255, 255, 0.759);
   }
   .topbox1 {
    width: 100%;
    height: 740px;
    /* padding-top: 20px; */
    background-image:url('../img/topc.avif');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
  }
  .topsubbox1{
    /* padding-top: 20px; */
    /* position: absolute; */
    height: 100%;
    width: 100%;
    /* display: block; */
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* position: relative;
    left: 60px;
    bottom: -75px; */
    /* line-height: 25px; */
    /* justify-content:right; */
    background-color: rgba(0, 0, 0, 0.719);
  }
  .topsubbox1 h1{
    /* position: relative; */
    color: rgba(255, 255, 255, 0.537);
    font-size: 44px;
    font-family: "Manrope", sans-serif;
    padding-bottom: 90px;
  }
  .topsubbox1 h1:hover{
    color: white;
    cursor: pointer;
  }
   .selling{
    width: 100%;
    height:120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.selling1{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.selling1 h1{
    padding-bottom: 15px;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    unicode-bidi: isolate;
}
.selling1 h1 span{
    color: #1248c5  ;
    font-family: "Montserrat", sans-serif;
}
.selling1 p{
    font-family: "Montserrat", sans-serif;
    color: rgb(169, 168, 168);
}
.contactdiv{
    height: 700px;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.subcontactdiv{
    height: 90%;
    width: 70%;
    /* background-color: #1248c5; */
    display: flex;
    align-items: center;
    justify-content: center;
}
 .onediv{
    height: 100%;
    width: 60%;
    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;
    /* background-color: aliceblue; */
 }  
 .subonediv{
    height: 100%;
    width: 100%;
    /* background-color: rgb(175, 33, 33); */
    padding: 20px;
 }
 .minisubonediv{
    height: 15%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .minisubonediv h1{
    font-size: 29px;
    font-family: "Urbanist", sans-serif;
    /* font-family: "Montserrat", sans-serif; */
    color: rgb(91, 87, 87);
    text-transform: capitalize;
 }
 .subonediv input[type='text']{
    margin-top: 20px;
    height: 40px;
    width: 100%;
    border-radius:5px;
    border: 1px solid gray;
    /* border: 5px red; */
    /* border:1; */
    /* border: none; */
    /* border: none; */
    padding-left: 10px;
}
.subonediv input[type='email']{
    height: 40px;
    width: 100%;
    border-radius:5px;
    border: none;
    margin-top: 20px;
    padding-left: 10px;
    border: 1px solid gray;

}
.subonediv textarea{
    height: 300px;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    border: 1px solid gray;
}
.subonediv button{
    margin-top: 20px;
    height: 35px;
    width: 150px;
    border-radius: 7px;
    background-color: #1248c5;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    border: none;
    }  
.subonediv button:hover{
    background-color: blue;
    color: aliceblue;
    cursor: pointer;
}

 .twodiv{
    height: 100%;
    width: 40%;
    background-color: #1248c5;
    padding: 20px;
    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;
 }
 .minisubtwodiv{
    height: 15%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .minisubtwodiv h1{
    font-size: 25px;
    font-family: "Urbanist", sans-serif;
    /* font-family: "Montserrat", sans-serif; */
    color: white;
    text-transform: capitalize;
 }
.m1{
    height: 19%;
    width: 100%;
    /* background-color: aqua; */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subm1{
    height: 100%;
    width: 10%;
    /* background-color: red; */
    /* padding-top: 10px; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.subm1 i{
    font-size: 24px;
    color: white;
}
.subm2{
    height: 100%;
    width: 90%;
    padding-top: 10px;
    /* background-color: #1248c5; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.subm2 h2{
    font-size: 20px;
    color: white;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Urbanist", sans-serif;
    /* font-weight: bold; */
}
.subm2 p{
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    color: rgba(239, 237, 237, 0.841);
}
.emp{
    height: 100px;
    width: 100%;
    background-color: white;
}
.box1 {
    width: 100%;
    height: 400px;
    /* padding-top: 20px; */
    background-image:url('../img/locate.jpg');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
  }
  .subbox1{
    /* padding-top: 20px; */
    /* position: absolute; */
    height: 100%;
    width: 100%;
    /* display: block; */
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* position: relative;
    left: 60px;
    bottom: -75px; */
    /* line-height: 25px; */
    /* justify-content:right; */
    background-color: rgba(0, 0, 0, 0.719);
  }
  .subbox1 h1{
    /* position: relative; */
    color: rgba(255, 255, 255, 0.537);
    font-size: 44px;
    font-family: "Manrope", sans-serif;
  }
  .subbox1 h1:hover{
    color: white;
    cursor: pointer;
  }
  .map{
    height: 700px;
    width: 100%;
    background-color: #1248c5;
  }
   .map iframe{
    height: 100%;
    width: 100%;
   }
   
   
   
   
   
   
   
   
   
   
  /* footer code */
.footer{
    height: 500px;
    width: 100%;
    /* background-color: aqua; */
    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:90%;
    /* background-color: rgb(114, 55, 55); */
    display: flex;
    align-items: center;
    justify-content: space-around   ;
}
.seconddiv{
    height: 10%;
    width: 87%;
    overflow: hidden;
    border-radius: 5px;
    /* padding-left: 10px; */
    background-color:rgba(59, 59, 179, 0.377);
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.minicon{
    height: 100%;
    width: 22%;
    /* background-color: darkgoldenrod; */
}
.imgg{
    height: 30%;
    width: 100%;
    /* background-color:honeydew; */
    overflow: hidden;
}
.imgg img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.cons{
    height: 60%;
    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: rgb(129, 129, 219);
    line-height:25px;
    text-transform:capitalize;
}
.cons input[type='text']{
    height: 40px;
    width: 80%;
    border: none;
    border-radius: 5px;
    background-color: rgb(193, 189, 189);
}
.cons button{
    /* position: absolute; */
    height: 40px;
    width: 100%;
    background-color: rgb(253, 194, 46);
    border: none;
    border-radius: 5px 5px 5px 5px;
    /* bottom: 27px; */
    /* right: 10px; */
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.712);
}
.cons button:hover{
    background-color: rgb(216, 164, 31);
    color: white;
}
.con2{
    height: 30%;
    width: 100%;
    /* background-color:honeydew; */
    overflow: hidden;
    display: flex;
    align-items: center;
}
.con2 h2{
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    letter-spacing: 1.2px;
    color: black ;
}
.con3{
    height: 60%;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
}
.con3 a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: gray;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    text-decoration: none;
}
.con3 a:hover{
    color: blue;
    letter-spacing: 2px;
}
.con3 i{
    font-size: 14px;
    color: blue;
    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: blue;
    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: "Manrope", sans-serif;
    color: gray;
    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: rgb(47, 47, 198);
    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: "Manrope", 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: "Manrope", 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{
           margin: 0;
           padding: 0;
           overflow-x: hidden;
       }
       body::-webkit-scrollbar{
           display: none;
       }
       
       .navbar{
           height: 100px;
           width: 100%;
           /* background-color: red; */
           padding: 10px;
           display: none;
           
           /* background-color: aquamarine; */
       }
       .subnav{
           height: 100%;
           width: 100%;
           /* background-color: aqua; */
           display: flex;
           align-items: center;
           justify-content: space-between;
       }
       .firstnav{
           height: 100%;
           width: 30%;
           /* background-color:rgb(89, 89, 250); */
           overflow: hidden;
       }
       .firstnav img{
           height: 100%;
           width: 100%;
           object-fit: contain;
       }
       .secondnav{
           height: 100%;
           width: 40%;
           /* background-color:white; */
           display: flex;
           align-items: center;
           justify-content: center;
           justify-content: space-around;
       }
       .secondnav a{
           text-decoration: none;
           font-size: 16px;
           font-family: "Urbanist", sans-serif;
           color: black;
           font-weight: 700;
           /* background-color: aqua; */
           /* margin: 20px; */
           padding: 10px;
       }
       .secondnav a:hover{
           /* height: 50%; */
           background-color:orange;
           border-radius: 10px;
           color: white;
       }
       .thirdnav{
           height: 100%;
           width: 30%;
           /* background-color: blanchedalmond; */
           display: flex;
           align-items: center;
           justify-content: center;
       }
       .thirdnav button{
           height:45%;
           width: 30%;
           border-radius: 5px;
           font-size: 14px;
           font-weight: 500;
           border: none;
           color: black;
           background-color: orange;
           font-family: "Manrope", sans-serif;
       }
       .thirdnav button:hover{
           background-color: rgb(171, 113, 6);
           color: rgba(255, 255, 255, 0.759);
       }
       .mobilenav{
        height: 70px;
        width: 100%;
        background-color:white;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobilenavlogo{
        height: 100%;
        width: 60%;
        /* 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:70px;
      left: -350px;
      padding: 40px;
      padding-right: 40px;
      border: none;
      /* padding-left: 55px; */
      font-family: "Manrope", sans-serif;
      /* padding-top: 125px; */
      height: 300px;
      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;
    }
    
       
       .selling{
           width: 100%;
           height:auto;
           display: flex;
           align-items: center;
           justify-content: center;
           flex-direction: column;
           padding-top: 30px;
           padding-bottom: 30px ;
       }
       .selling1{
           width: 100%;
           height:100%;
           display: flex;
           align-items: center;
           justify-content: center;
           flex-direction: column;
       }
       .selling1 h1{
           padding-bottom: 15px;
           font-size: 26px;
           font-family: "Montserrat", sans-serif;
           font-weight: bold;
           unicode-bidi: isolate;
           text-align: center;
       }
       .selling1 h1 span{
           color: #1248c5  ;
           font-family: "Montserrat", sans-serif;
       }
       .selling1 p{
           font-family: "Montserrat", sans-serif;
           color: rgb(169, 168, 168);
       }
      


       .topbox1 {
        width: 100%;
        height: auto;
        /* padding-top: 20px; */
        background-image:url('../img/about.jpg');
        /* object-fit: cover ; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        overflow: hidden;
        
      }
      .topsubbox1{
        /* padding-top: 20px; */
        /* position: absolute; */
        height: 100%;
        width: 100%;
        /* display: block; */
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* position: relative; */
        /* position: relative;
        left: 60px;
        bottom: -75px; */
        /* line-height: 25px; */
        /* justify-content:right; */
        background-color: rgba(0, 0, 0, 0.719);
      }
      .topsubbox1 h1{
        /* position: relative; */
        color: rgba(255, 255, 255, 0.537);
        font-size: 22px;
        font-family: "Manrope", sans-serif;
        padding-top:  90px;
      }
      .topsubbox1 h1:hover{
        color: white;
        cursor: pointer;
      }
      .selling{
        width: 100%;
        height:180px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .selling1{
        width: 100%;
        height:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .selling1 h1{
        padding-bottom: 15px;
        font-size: 26px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        unicode-bidi: isolate;
    }
    .selling1 h1 span{
        color: #1248c5  ;
        font-family: "Montserrat", sans-serif;
    }
    .selling1 p{
        font-family: "Montserrat", sans-serif;
        color: rgb(169, 168, 168);
    }
       

    .contactdiv{
        overflow: hidden;
        height:auto;
        width: 100%;
        /* background-color: red; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .subcontactdiv{
        height: 100%;
        width: 100%;
        /* background-color: #1248c5; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
     .onediv{
        height: 100%;
        width: 90%;
        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;
        /* background-color: aliceblue; */
     }  
     .subonediv{
        height: 100%;
        width: 100%;
        /* background-color: rgb(175, 33, 33); */
        padding: 20px;
     }
     .minisubonediv{
        height: 15%;
        /* background-color: aliceblue; */
        display: flex;
        align-items: center;
        justify-content: center;
     }
     .minisubonediv h1{
        font-size: 29px;
        font-family: "Urbanist", sans-serif;
        /* font-family: "Montserrat", sans-serif; */
        color: rgb(91, 87, 87);
        text-transform: capitalize;
     }
     .subonediv input[type='text']{
        margin-top: 20px;
        height: 40px;
        width: 100%;
        border-radius:5px;
        border: 1px solid gray;
        /* border: 5px red; */
        /* border:1; */
        /* border: none; */
        /* border: none; */
        padding-left: 10px;
    }
    .subonediv input[type='email']{
        height: 40px;
        width: 100%;
        border-radius:5px;
        border: none;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid gray;
    
    }
    .subonediv textarea{
        height: 300px;
        width: 100%;
        margin-top: 20px;
        border-radius: 5px;
        padding-top: 10px;
        padding-left: 10px;
        border: 1px solid gray;
    }
    .subonediv button{
        margin-top: 20px;
        height: 35px;
        width: 150px;
        border-radius: 7px;
        background-color: #1248c5;
        color: white;
        font-size: 16px;
        text-transform: capitalize;
        font-family: "Urbanist", sans-serif;
        border: none;
        }  
    .subonediv button:hover{
        background-color: blue;
        color: aliceblue;
        cursor: pointer;
    }
    
     .twodiv{
        height: 100%;
        width: 90%;
        background-color: #1248c5;
        padding: 20px;
        margin-top: 20px;
        /* padding-top: 20px; */
        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;
     }
     .minisubtwodiv{
        height: 15%;
        /* background-color: aliceblue; */
        display: flex;
        align-items: center;
        justify-content: center;
     }
     .minisubtwodiv h1{
        font-size: 25px;
        font-family: "Urbanist", sans-serif;
        /* font-family: "Montserrat", sans-serif; */
        color: white;
        text-transform: capitalize;
     }
    .m1{
        height: 19%;
        width: 100%;
        /* background-color: aqua; */
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .subm1{
        height: 100%;
        width: 10%;
        /* background-color: red; */
        /* padding-top: 10px; */
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }
    .subm1 i{
        font-size: 24px;
        color: white;
    }
    .subm2{
        height: 100%;
        width: 90%;
        padding-top: 10px;
        /* background-color: #1248c5; */
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
    }
    .subm2 h2{
        font-size: 20px;
        color: white;
        /* font-family: "Montserrat", sans-serif; */
        font-family: "Urbanist", sans-serif;
        /* font-weight: bold; */
    }
    .subm2 p{
        font-size: 18px;
        font-family: "Urbanist", sans-serif;
        color: rgba(239, 237, 237, 0.841);
    }
    .emp{
        height: 100px;
        width: 100%;
        background-color: white;
    }
    .box1 {
        width: 100%;
        height: 400px;
        /* padding-top: 20px; */
        background-image:url('../img/locate.jpg');
        /* object-fit: cover ; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        
      }
      .subbox1{
        /* padding-top: 20px; */
        /* position: absolute; */
        height: 100%;
        width: 100%;
        /* display: block; */
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* position: relative; */
        /* position: relative;
        left: 60px;
        bottom: -75px; */
        /* line-height: 25px; */
        /* justify-content:right; */
        background-color: rgba(0, 0, 0, 0.719);
      }
      .subbox1 h1{
        /* position: relative; */
        color: rgba(255, 255, 255, 0.537);
        font-size: 44px;
        font-family: "Manrope", sans-serif;
      }
      .subbox1 h1:hover{
        color: white;
        cursor: pointer;
      }
      .map{
        height:400px;
        width: 100%;
        background-color: white;
        /* background-color: #1248c5; */
      }
       .map iframe{
        height: 100%;
        width: 100%;
       }






       
       
       
       
       
       
       
       
       
       /* footer code */
       .footer{
           height: auto;
           width: 100%;
           /* background-color: aqua; */
           padding: 20px;
       }
       .subfooter{
           height: 100%;
           width: 100%;
           /* background-color: blue; */
           display: flex;
           flex-direction: column;
           /* flex-direction: column; */
           align-items: center;
           justify-content: space-around;
       }
       .fdiv{
           height: 100%;
           width:100%;
           /* background-color: rgb(114, 55, 55); */
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: space-around;
       }
       .seconddiv{
           height: 30px;
           width: 100%;
           /* margin-top: 20px; */
           overflow: hidden;
           border-radius: 5px;
           /* padding-left: 10px; */
           background-color:rgba(59, 59, 179, 0.377);
           display: flex;
           align-items: center;
           justify-content: space-between;
           
       }
       .minicon{
           height: 100%;
           width: 100%;
           /* background-color: darkgoldenrod; */
       }
       .imgg{
           height: 30%;
           width: 100%;
           /* background-color:honeydew; */
           overflow: hidden;
       }
       .imgg img{
           height: 100%;
           width: 100%;
           object-fit: contain;
       }
       .cons{
           height: 60%;
           width: 100%;
           /* background-color: bisque; */
           display: flex;
           flex-direction: column;
           align-items: left;
           justify-content: space-around;
           position: relative;
       }
       .cons p{
            padding-top: 20px;
            padding-bottom: 20px;
            text-align: center;
           font-family: "Manrope", sans-serif;
           font-size: 16px;
           color: rgb(129, 129, 219);
           line-height:25px;
           text-transform:capitalize;
       }
       .cons input[type='text']{
           height: 40px;
           width: 80%;
           border: none;
           border-radius: 5px;
           background-color: rgb(193, 189, 189);
       }
       .cons button{
           /* position: absolute; */
           height: 40px;
           width: 100%;
           /* background-color:#1F0757; */
           background-color: rgb(253, 194, 46);
           border: none;
           border-radius: 5px 5px 5px 5px;
           /* bottom: 27px; */
           /* right: 10px; */
           font-family: "Manrope", sans-serif;
           font-size: 14px;
           color: rgba(0, 0, 0, 0.712);
       }
       .cons button:hover{
           background-color: rgb(216, 164, 31);
           color: white;
       }
       .con2{
           height: 100%;
           width: 100%;
           padding-top: 20px;
           padding-bottom: 10px;
           /* background-color:honeydew; */
           overflow: hidden;
           display: flex;
           align-items: center;
       }
       .con2 h2{
           font-size: 20px;
           font-family: "Manrope", sans-serif;
           letter-spacing: 1.2px;
           color: black ;
       }
       .con3{
           height: 60%;
           width: 100%;
           background-color: white;
           display: flex;
           flex-direction: column;
       }
       .con3 a{
           font-size: 14px;
           font-family: "Manrope", sans-serif;
           color: gray;
           letter-spacing: 1.5px;
           text-transform: capitalize;
           text-decoration: none;
       }
       .con3 a:hover{
           color: blue;
           letter-spacing: 2px;
       }
       .con3 i{
           font-size: 14px;
           color: blue;
           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: blue;
           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: "Manrope", sans-serif;
           color: gray;
           letter-spacing: 1.5px;
           text-transform: capitalize;
           /* color: rgb(69, 56, 56); */
       }
       .subcon4{
        margin-top: 20px;
           height: 100%;
           width: 100%;
           /* background-color: aqua; */
       }
       .subcon4 i{
           font-size: 20px;
           color: rgb(47, 47, 198);
           padding: 10px;
       }
       .copy{
           height: 100%;
           width: 100%;
           /* background-color: saddlebrown; */
           display: flex;
           align-items: center;
           justify-content: center;
       }
       .copy h2{
        text-align: center;
           font-size: 10px;
           font-family: "Manrope", sans-serif;
           color:black;
       }
       .copy span a{
        text-align: center;
           font-size: 10px;
           font-family: "Manrope", sans-serif;
           color:rgb(26, 26, 165)
       }
       .copy1{
            display: none;
           /* height: 100%; */
           /* width: 30%; */
           /* background-color: saddlebrown; */
           /* display: flex; */
           /* align-items: center; */
           /* justify-content: space-between; */
       }
       .copy1 h2{
        display: none;
           font-size: 14px;
           font-family: "Manrope", sans-serif;
           color:black;    
       }
       .copy2{
        display: none;
           /* height: 100%; */
           /* width: 25%; */
           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;
       }
       .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 */
    }


}