*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
       margin: 0;
       padding: 0;
       overflow-x: hidden;
      
   }
   body::-webkit-scrollbar{
       display: none;
   }
  .tp{
    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{
    background-color: darkorange;
    height: 100px;
    width: 100%;
    padding: 10px;
    /* margin-bottom: 10px; */
    /* background-color:rgba(255, 255, 255, 0.567); */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
   
}
.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;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: flex-start;
}
.firstnav img{
    height: 100%;
    width: 100%;
    scale:1.4;
    place-items: left;
    object-fit: contain;
    transform: scale(1.3);
    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;

}
.secondnav{
    height: 100%;
    width: 60%;
    /* background-color:white; */
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
}
.secondnav a{
    text-decoration: none;
    font-size: 16px;
    /* color: white; */
    font-family: "Urbanist", sans-serif;
    color:rgba(0, 0, 0, 0.77);
    font-weight: 700;
    /* background-color: aqua; */
    /* margin: 20px; */
    padding: 10px;
}
.secondnav a:hover{
    /* height: 50%; */
    /* background-color: rgb(255, 94, 0); */
    background-color: #202020a1;
    border-radius: 10px;
    color: white;
}
.secondnav i{
    /* color: white; */
    font-size: 25px;
    padding-right: 10px;
}
.secondnav a:hover i{
    color: white;
}
.undernav{
    /* margin-top: 20px; */
    height:740px;
    width: 100%;
    /* padding: 20px; */
    background-color: transparent;
}
.subundernav{
    height: 100%;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.subundernav img{
    /* position: relative; */
    object-fit: cover;
    height: 80%;
    width: 100%;
}
.subundernav img:hover{
    cursor: pointer;
}
.subundernav h1{
    position: absolute;
    font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight:200;
  font-size: 40px;
  font-style: normal;
  top: 250px;
  left: 20px;
}
#sec{
    position: absolute;
    top: 320px;  
    left: 20px;  
    font-family:  "Raleway", sans-serif;
}
.subundernav button{
    position: absolute;
    left: 20px;
    top: 390px;
    height: 40px;
    width: 140px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid rgb(255, 254, 254);
    font-family:  "Raleway", sans-serif;
    color: white;
    background-color: rgb(255, 94, 0);

}
.subundernav button:hover{
    cursor: pointer;
    background-color: rgb(255, 94, 0);
}
.minisub{
    height:300px;
    width: 100%;
    padding: 20px;
    background-color:white;
}
.minisubcard{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.m1{
    height: 50%;
    width: 22%;
    /* border-radius: 5px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: cadetblue; */
    border: 1px solid rgba(255, 94, 0, 0.792);
}
.m1:hover{
    /* border-radius: 15px; */
    cursor: pointer;
    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;
}
.m1:hover i{
    font-size: 40px;
}
.subm1{
    height: 100%;
    width: 30%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subm1 i{
    font-size: 35px;
    color:rgb(255, 94, 0);
}
.subm2{
    height: 100%;
    width: 70%;
    background-color:white;
    /* background-color: aquamarine; */
    padding: 10px;
}
.subm2 h2{
    color: rgba(0, 0, 0, 0.781);
    font-family:  "Raleway", sans-serif;
    font-size: 20px;
}
.subm2 p{
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: gray;
}
.box1 {
    width: 100%;
    height: 500px;
    /* padding: 20px; */
    background-image:url('../img/brickwall.webp');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  .subbox1{
    height: 100%;
    width: 45%;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    background-color: rgba(255, 255, 255, 0.39);
  }
  .subbox1 img{
    height: 100%;
    padding-top: 110px;
    width: 80%;
    place-items: bottom;
    object-fit: contain;
  }
  .subbox2{
    height: 100%;
    width: 55%;
    padding: 20px;
    /* background-color: red; */
    background-color: rgba(255, 255, 255, 0.39);
  }
  .subbox2 h1{
    padding-top: 50px;
    font-size:42px;
    font-family:  "Raleway", sans-serif;
    color: #222222;
  }
.subbox2 h2{
    height: 4px;
    width: 6%;
    background-color: orange;
  }
  .subbox2 p{
    padding-top: 30px;
    font-size:18px;
    width: 100%;
    line-height: 30px;
    text-align: justify;
    /* height: 100%; */
    font-family: 'Open Sans', sans-serif;
    /* font-family:  "Raleway", sans-serif; */
    color: #666666;
  }
.headd{
    height: 200px;
    width: 100%;
    /* background-color: darkblue;   */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.headd h1{
    /* padding-top: 50px; */
    font-size:48px;
    font-family:  "Raleway", sans-serif;
    color: #222222;
}
.headd h2{
    /* height: 4px; */
    /* width: 10%; */
    font-family: 'Open Sans', sans-serif;
    /* font-family:  "Raleway", sans-serif; */
    color: orange;
  }
  .fourcard{
    height: 700px;
    width: 100%;
    /* background-color: darksalmon; */
    padding: 20px;
  }
  .subfourcard{
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(3,1fr);
    /* background-color: red; */
  }
  .card1{
    height: 500px;
    width: 400px;
    background-color: white;
    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;
    /* border: 1px solid rgb(228, 126, 1); */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border-radius: 5px;
    padding: 20px;
  }
  .card1:hover{
    transform: scale(1.02);
  }
.c1{
    height:50%;
    width: 100%;
    background-color: #666666;
}
.c1 img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}
.c2{
    height: 20%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* background-color: black; */
}
.c2 h2{
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Times New Roman', Times, serif; */
    /* font-family: 'Courier New', Courier, monospace; */
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    color: rgb(234, 129, 9);
    /* font-family:  "Raleway", sans-serif; */
}
.c2 h1{
    font-size: 23px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family:  "Raleway", sans-serif;

}
.c2 h1 span{
    padding-left: 15px;
    font-size: 22px;
    color: darkorange;
    font-family: 'Open Sans', sans-serif;
}
.c2 img{
    height: 20px;
    width: 100px;
    object-fit: contain;
}
.c3{
    height:20%;
    width: 100%;
    /* background-color: rebeccapurple; */
    display: flex;
    align-items: center;
}
.c3 p{
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 16px;
    color: gray;
}
.c4{
    height: 10%;
    width: 100%;
    background-color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.c4 a{
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 13px;
    /* background-color: orange; */
    background-color: rgb(255, 132, 0);
    text-decoration: none;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.c4 a:hover{
    background-color: rgb(185, 101, 12);
    color: whitesmoke;
}
.c4 i{
    padding-right: 10px;
}
.view{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #222222; */
}
.view a{
    font-size: 15px;
    padding: 10px;
    background-color: rgb(255, 132, 0);
    /* background-color: #ffa01b; */
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.view i{
    color: rgb(255, 253, 253);
    padding-right: 10px;
}
.view a:hover{
    background-color: rgb(194, 102, 5);
    /* color: #222222; */
}
.linkk{
    height:400px;
    width: 100%;
    /* background-color: rebeccapurple; */
    padding: 20px;
}
.sublinkk{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.s1{
    height: 100%;
    width: 50%;
    /* background-color: #222222;    */
}
.s1 img{
    height: 100%;
    width: 100%;
    object-fit:contain;
    /* border-radius: 60px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}
.s2{
    height: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: aliceblue; */
    /* display: flex; */
}
.s2 h2{
    font-weight: 300;
    font-family:  "Raleway", sans-serif;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}
.s2 a{
    padding: 20px;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: capitalize;
    /* text-decoration: none; */
}
.s2 i{
    font-size: 18px;
    padding-right: 6px;
}
.vid{
    height: 700px;
    width: 100%;
    /* background-color: red; */
    padding: 20px;
   
}
.subvid{
    height: 100%;
    width: 100%;
    /* background-color: saddlebrown; */
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
}
.v1{
    height: 300px;
    width:450px;
    /* background-color: #222222; */
}
.vv1{
    height: 80%;
    width: 100%;
    /* background-color: rebeccapurple; */
}
.vv1 iframe{
    height: 100%;
    width: 100%;
}
.vv2{
    height: 20%;
    width: 100%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: left;
}
.vv2 h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* font-family:  "Raleway", sans-serif; */
    font-size: 20px;
    font-weight: 200;
}
.box{
    height: 500px;
    width: 100%;
    background-image: url(../img/wp4430530.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* padding: 20px; */
}
.sbox{
    height: 100%;
    width: 100%;
    background-color: #222222bd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sbox h2{
    font-size: 50px;
    font-family: 'Open Sans', sans-serif; 
    color: rgba(255, 255, 255, 0.459);
    padding-top: 10px;
    padding-bottom: 20px;
}
.sbox a{
    padding: 8px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    background-color: rgb(165, 76, 13);
    border-radius: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.sbox a:hover{
    background-color: chocolate ;
    color: rgb(197, 193, 193);
}
.footer-section {
    /* background: #711b1b; */
    /* background-image: url(../img/backh.jpg); */
    /* background-color: white; */
    background-color:rgba(0, 0, 0, 0.811);
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.29; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
    padding: 20px;
    font-family: 'Open Sans', sans-serif; 
   }
   
   .footer-cta {
    border-bottom: 1px solid #373636;
    /* display: flex; */
    background-color: orange;
    align-items: center;
    font-family: 'Open Sans', sans-serif; 
    /* justify-content: space-evenly; */
   }
   
   .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    /* float: left; */
    /* margin-top: 8px; */
    /* padding-top: 20px; */
   }
   .cta-text {
     /* padding-top: -90px; */
    padding-left: 45px;
     /* margin-left: 100px; */
    display: flex;
    flex-direction: column;
   }
   .cta-text h4 {
    color:white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
   }
   .cta-text span {
    color: #757575;
    font-size: 15px;
   }
   .footer-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
   }
   .row{
      display: flex;
      align-items: center;
      justify-content: space-around;
   }
   .row1{
      display: flex;
      flex-direction: column;
     /* align-items: center; */
      justify-content: space-around;
      line-height: 25px;
   }
   .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
   }
   .footer-logo {
    margin-bottom: 30px;
   }
   .footer-logo img {
      max-width: 200px;
      height: 100%;
      width: 100%;
      /* opacity: 0.29; */
      border-radius: 100%;
      transition: 1.1s ease-in;
   }
   .footer-logo img:hover{
      opacity: 1;
      /* transform: scale(1.02); */
   }
   .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
   }
   .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: white;
    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: #3B5998;
   }
   .instagram-bg{
    background: #810a42;
   }
   .google-bg{
    background: #bb230f;
   }
   .whatsapp-bg{
     background: rgb(20, 102, 20);
   }
   .footer-widget{
      width: 30%;
   }
   .footer-widget-heading h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
   }
   .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
   }
   .footer-widget ul li {
    display: inline-block;
    /* float: left; */
    width: 60%;
    margin-bottom: 12px;
   }
   .footer-widget ul li a:hover{
    color: #ff5e14;
   }
   .footer-widget ul li a {
    color: #2f0ae9;
    text-transform: capitalize;
   }
   
   .copyright-area{
    font-family: 'Open Sans', sans-serif; 
    background: #202020;
    padding: 25px 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
   }
   .copyright-text p a{
    color: #ff5e14;
   }
   .footer-menu li {
    display: inline-block;
    margin-left: 20px;
   }
   .footer-menu li:hover a{
    color: #ff5e14;
   }
   .footer-menu li a {
    font-size: 14px;
    color: #878787;
   }
   @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;
       }
       .tp{
        height: 70px;
        width: 100%;
        background-color: darkorange;
        /* background-color: #202020; */
        display: flex;
        align-items: center;
        /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
        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;
        justify-content: space-between;
    }
       .tp1{
        height: 100%;
        width: 50%;
        /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
        /* background-color: #2f0ae9; */
       }
       .tp1 img{
        object-fit: contain;
        height: 100%;
        width: 100%;
       }
       .tp2{
        height: 100%;
        width: 20%;
        /* background-color: #3B5998; */
        display: flex;
        align-items: center;
        justify-content:space-evenly;
       }
       
       
       
       /* hamburger menu */


#menuToggle
{
  /* display: block; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: 1px solid white;
  border-radius: 5px;
  -webkit-user-select: none;
  user-select: none;
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
  /* background-color: #dc3e3f; */
}

#menuToggle a
{
  text-decoration: none;
  color: #e6dddd;
  margin-bottom: 10px;
  /* border: 1px solid white; */
  border-radius: 5px;
  box-shadow: rgb(233, 121, 10) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.077) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0) 0px 2px 1px, rgba(231, 127, 7, 0.712) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(192, 99, 5, 0.674) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
  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;
  margin: 2px;
  width: 33px;
  height: 4px;
  /* margin-bottom: 5px; */
  position: relative;
  
  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;
}

/*
 * 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: 445px;
  /* margin: -100px 0 0 -50px; */
  top:59px;
  left: -380px;
  padding: 40px;
  padding-left: 80px;
  /* padding-top: 125px; */
  height:auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* justify-content: left; */
  /* background: #dc3e3e; */
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  background:darkorange;
  /* 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: 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-top: 5px;
  /* margin-left: 50px; */
  /* padding-left: 50px; */
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /* border:0.1px solid rgba(255, 255, 255, 0.375); */
  width: 300px;
  height: 40px;
  /* 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;
}

       .navbar{
        display: none;
        height: 100px;
        width: 100%;
        padding: 10px;
        /* margin-bottom: 10px; */
        background-color:rgba(255, 255, 255, 0.567);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
        /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
       
    }
    .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;
        display: flex;
        align-items: center;
        padding: 15px;
        justify-content: flex-start;
    }
    .firstnav img{
        height: 100%;
        width: 100%;
        scale:1.4;
        place-items: left;
        object-fit: contain;
        transform: scale(1.3);
        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;
    
    }
    .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:rgba(0, 0, 0, 0.77);
        font-weight: 700;
        /* background-color: aqua; */
        /* margin: 20px; */
        padding: 10px;
    }
    .secondnav a:hover{
        /* height: 50%; */
        background-color: rgb(255, 94, 0);
        border-radius: 10px;
        color: white;
    }
    .secondnav i{
        font-size: 25px;
        padding-right: 10px;
    }
    .secondnav a:hover i{
        color: white;
    }
    .undernav{
        /* margin-top: 20px; */
        height:auto;
        width: 100%;
        /* padding: 20px; */
        background-color: transparent;
    }
    .subundernav{
        height: 100%;
        width: 100%;
        /* background-color: aqua; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* position: relative; */
        overflow: hidden;
    }
    
    .subundernav img{
        /* position: relative; */
        object-fit: cover;
        height: 80%;
        width: 100%;
    }
    .subundernav img:hover{
        cursor: pointer;
    }
    .subundernav h1{
        /* position: absolute; */
        font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight:600;
      font-size: 10px;
      font-style: normal;
      top: 80px;
      left: 10px;
    }
    #sec{
        position: absolute;
        top: 100px;  
        left: 10px;  
        font-family:  "Raleway", sans-serif;
    }
    .subundernav button{
        position: absolute;
        left: 10px;
        top: 130px;
        height: 30px;
        width: 60px;
        font-size: 8px;
        border-radius: 5px;
        border: 1px solid rgb(255, 254, 254);
        font-family:  "Raleway", sans-serif;
        color: white;
        background-color: rgb(255, 94, 0);
    
    }
    .subundernav button:hover{
        cursor: pointer;
        background-color: rgb(255, 94, 0);
    }
    .minisub{
        overflow: hidden;
        height:auto;
        width: 100%;
        padding: 20px;
        background-color:white;
    }
    .minisubcard{
        height: 100%;
        width: 100%;
        /* background-color: blue; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        overflow: hidden;
    }
    .m1{
        height: 50%;
        width: 100%;
        margin-top: 20px;
        /* padding: 10px; */
        /* border-radius: 5px; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: cadetblue; */
        overflow: hidden;
        border: 1px solid rgba(255, 94, 0, 0.792);
    }
    .m1:hover{
        /* border-radius: 15px; */
        cursor: pointer;
        /* 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; */
    }
    .m1:hover i{
        font-size: 40px;
    }
    .subm1{
        height: 100%;
        width: 30%;
        background-color:white;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .subm1 i{
        font-size: 35px;
        color:rgb(255, 94, 0);
        overflow: hidden;
    }
    .subm2{
        height: 100%;
        width: 70%;
        background-color:white;
        /* background-color: aquamarine; */
        padding: 10px;
    }
    .subm2 h2{
        color: rgba(0, 0, 0, 0.781);
        font-family:  "Raleway", sans-serif;
        font-size: 20px;
    }
    .subm2 p{
        padding-top: 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: gray;
    }
    .box1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* padding: 20px; */
        background-image:url('../img/brickwall.webp');
        /* object-fit: cover ; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
      }
      .subbox1{
        height: 100%;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       
        background-color: rgba(255, 255, 255, 0.39);
      }
      .subbox1 img{
        height: 100%;
        padding-top: 110px;
        width: 80%;
        place-items: bottom;
        object-fit: contain;
      }
      .subbox2{
        height: 100%;
        width:100%;
        padding: 20px;
        /* background-color: red; */
        background-color: rgba(255, 255, 255, 0.39);
      }
      .subbox2 h1{
        padding-top: 20px;
        font-size:30px;
        font-family:  "Raleway", sans-serif;
        color: #222222;
      }
    .subbox2 h2{
        height: 4px;
        width: 10%;
        background-color: orange;
      }
      .subbox2 p{
        padding-top: 30px;
        font-size:16px;
        width: 100%;
        line-height: 30px;
        text-align: justify;
        /* height: 100%; */
        font-family: 'Open Sans', sans-serif;
        /* font-family:  "Raleway", sans-serif; */
        color: #666666;
      }
    .headd{
        height: auto;
        width: 100%;
        /* background-color: darkblue;   */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .headd h1{
        /* padding-top: 50px; */
        font-size:30px;
        font-family:  "Raleway", sans-serif;
        color: #222222;
    }
    .headd h2{
        /* height: 4px; */
        /* width: 10%; */
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        /* font-family:  "Raleway", sans-serif; */
        color: orange;
      }
      .fourcard{
        height: auto;
        width: 100%;
        background-color:white;
        /* padding: 20px; */
        /* padding-bottom: 30px; */
        /* margin-bottom: 30px; */
      }
      .subfourcard{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: white;
        /* display: grid; */
        /* place-items: center; */
        /* grid-template-columns: repeat(3,1fr); */
        /* background-color: red; */
        /* overflow: hidden; */
      }
      .card1{
        height: 450px;
        width: 350px;
        background-color: white;
        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;
        /* border: 1px solid rgb(228, 126, 1); */
        /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        border-radius: 5px;
        padding: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
      }
      .card1:hover{
        transform: scale(1.02);
      }
    .c1{
        height:50%;
        width: 100%;
        background-color: #666666;
    }
    .c1 img{
        height: 100%;
        width: 100%;
        object-fit:cover;
    }
    .c2{
        height: 20%;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        /* background-color: black; */
    }
    .c2 h2{
        font-family: Arial, Helvetica, sans-serif;
        /* font-family: 'Times New Roman', Times, serif; */
        /* font-family: 'Courier New', Courier, monospace; */
        /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
        /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
        /* font-family: 'Open Sans', sans-serif; */
        color: rgb(234, 129, 9);
        /* font-family:  "Raleway", sans-serif; */
    }
    .c2 h1{
        font-size: 20px;
        /* font-family: 'Open Sans', sans-serif; */
        font-family:  "Raleway", sans-serif;
    
    }
    .c2 h1 span{
        padding-left: 15px;
        font-size: 20px;
        color: darkorange;
        font-family: 'Open Sans', sans-serif;
    }
    .c2 img{
        height: 15px;
        width: 100px;
        object-fit: contain;
    }
    .c3{
        height:20%;
        width: 100%;
        /* background-color: rebeccapurple; */
        display: flex;
        align-items: center;
    }
    .c3 p{
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        font-size: 12px;
        color: gray;
    }
    .c4{
        height: 10%;
        width: 100%;
        background-color: aliceblue;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .c4 a{
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 13px;
        /* background-color: orange; */
        background-color: rgb(255, 132, 0);
        text-decoration: none;
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .c4 a:hover{
        background-color: rgb(185, 101, 12);
        color: whitesmoke;
    }
    .c4 i{
        padding-right: 10px;
    }
    .view{
        /* margin-top: 30px; */
        height: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: #222222; */
    }
    .view a{
        font-size: 15px;
        padding: 10px;
        background-color: rgb(255, 132, 0);
        /* background-color: #ffa01b; */
        color: white;
        border-radius: 5px;
        text-decoration: none;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .view i{
        color: rgb(255, 253, 253);
        padding-right: 10px;
    }
    .view a:hover{
        background-color: rgb(194, 102, 5);
        /* color: #222222; */
    }
    .linkk{
        height:auto;
        width: 100%;
        /* background-color: rebeccapurple; */
        padding: 20px;
    }
    .sublinkk{
        height: 100%;
        width: 100%;
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .s1{
        height: 100%;
        width: 100%;
        /* background-color: #222222;    */
    }
    .s1 img{
        height: 100%;
        width: 100%;
        object-fit:contain;
        /* border-radius: 60px; */
        /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
    }
    .s2{
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* background-color: aliceblue; */
        /* display: flex; */
    }
    .s2 h2{
        padding-top: 10px;
        font-weight: 300;
        font-size: 19px;
        text-align: justify;
        font-family:  "Raleway", sans-serif;
        /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    }
    .s2 a{
        padding: 20px;
        font-size: 18px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-transform: capitalize;
        /* text-decoration: none; */
    }
    .s2 i{
        font-size: 18px;
        padding-right: 6px;
    }
    .vid{
        height: auto;
        width: 100%;
        /* background-color: red; */
        padding: 20px;
       
    }
    .subvid{
        height: 100%;
        width: 100%;
        /* background-color: saddlebrown; */
        display: grid;
        grid-template-columns: repeat(1,1fr);
        place-items: center;
        overflow: hidden;
    }
    .v1{
        height: 300px;
        width:400px;
        /* background-color: #222222; */
    }
    .vv1{
        height: 80%;
        width: 100%;
        /* background-color: rebeccapurple; */
    }
    .vv1 iframe{
        height: 100%;
        width: 100%;
    }
    .vv2{
        height: 20%;
        width: 100%;
        /* background-color: aliceblue; */
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .vv2 h2{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        /* font-family:  "Raleway", sans-serif; */
        font-size: 16px;
        font-weight: 200;
    }
    .box{
        height:200px;
        width: 100%;
        background-image: url(../img/wp4430530.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        /* padding: 20px; */
    }
    .sbox{
        height: 100%;
        width: 100%;
        background-color: #222222bd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sbox h2{
        padding-top: 30px;
        font-size: 22px;
        font-family: 'Open Sans', sans-serif; 
        color: rgba(255, 255, 255, 0.459);
        /* padding-top: 10px; */
        /* padding-bottom: 20px; */
    }
    .sbox a{
        /* padding-top: 30px; */
        padding: 8px;
        font-size: 14px;
        text-decoration: none;
        color: white;
        background-color: rgb(165, 76, 13);
        border-radius: 5px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .sbox a:hover{
        background-color: chocolate ;
        color: rgb(197, 193, 193);
    }
    .footer-section {
        overflow: hidden;
        /* background: #711b1b; */
        /* background-image: url(../img/backh.jpg); */
        /* background-color: white; */
        background-color:rgba(0, 0, 0, 0.811);
        background-repeat: no-repeat;
        background-size: cover;
        /* opacity: 0.29; */
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        width: 100%;
        padding: 20px;
        font-family: 'Open Sans', sans-serif; 
       }
       
       .footer-cta {
        border-bottom: 1px solid #373636;
        /* display: flex; */
        background-color: orange;
        align-items: center;
        font-family: 'Open Sans', sans-serif; 
        /* justify-content: space-evenly; */
       }
       
       .single-cta i {
        color: #ff5e14;
        font-size: 30px;
        /* float: left; */
        /* margin-top: 8px; */
        /* padding-top: 20px; */
       }
       .cta-text {
         /* padding-top: -90px; */
        padding-left: 45px;
         /* margin-left: 100px; */
        display: flex;
        flex-direction: column;
        flex-direction: column;
       }
       .cta-text h4 {
        color:white;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
       }
       .cta-text span {
        color: #757575;
        font-size: 15px;
       }
       .footer-content {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-around;
       }
       .row{
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-around;
       }
       .row1{
        margin-top: 20px;
          display: flex;
          flex-direction: column;
         /* align-items: center; */
          justify-content: space-around;
          line-height: 25px;
       }
       .footer-pattern img {
        position: absolute;
        top: 0;
        left: 0;
        height: 330px;
        background-size: cover;
        background-position: 100% 100%;
       }
       .footer-logo {
        margin-bottom: 30px;
       }
       .footer-logo img {
          max-width: 200px;
          height: 100%;
          width: 100%;
          /* opacity: 0.29; */
          border-radius: 100%;
          transition: 1.1s ease-in;
       }
       .footer-logo img:hover{
          opacity: 1;
          /* transform: scale(1.02); */
       }
       .footer-text p {
        margin-bottom: 14px;
        font-size: 14px;
            color: #7e7e7e;
        line-height: 28px;
       }
       .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: white;
        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: #3B5998;
       }
       .instagram-bg{
        background: #810a42;
       }
       .google-bg{
        background: #bb230f;
       }
       .whatsapp-bg{
         background: rgb(20, 102, 20);
       }
       .footer-widget{
        margin-top: 20px;
          width: 100%;
       }
       .footer-widget-heading h3 {
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
        position: relative;
       }
       .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #ff5e14;
       }
       .footer-widget ul li {
        display: inline-block;
        /* float: left; */
        width: 100%;
        margin-bottom: 12px;
       }
       .footer-widget ul li a:hover{
        color: #ff5e14;
       }
       .footer-widget ul li a {
        color: #2f0ae9;
        text-transform: capitalize;
       }
       
       .copyright-area{
        font-family: 'Open Sans', sans-serif; 
        background: #202020;
        padding: 20px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
       }
       .copyright-text p {
        margin: 0;
        text-align: center;
        font-size: 14px;
        color: #878787;
       }
       .copyright-text p a{
        color: #ff5e14;
       }
       .footer-menu li {
        display: inline-block;
        margin-left: 20px;
       }
       .footer-menu li:hover a{
        color: #ff5e14;
       }
       .footer-menu li a {
        font-size: 14px;
        color: #878787;
       }


       .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 */
    }





   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

































































