*{
    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{
    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 */
  }
   .nav{
    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;
   }
   .mainimg{
    margin-top: 100px;
    height: 731px;
    width: 100%;
    /* object-fit: cover; */
   }
   .mainimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   }
   .slideshower{
    display: none;
    margin-top: 100px;
    height: 731px;
    width: 100%;
    background-color: #1248c5;
    position: relative;
    overflow: hidden;
}
/* slideshow start */
.slider_container {
    position: relative;
    width: 100%;
    min-width: 50rem;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  
  .slider {
    position: relative;
    width: 400%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
  }
  
  .slide {
    position: relative;
    min-width: 100%;
    height: 100%;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
  }
  
  .slide .caption {
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size: 30px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    background: rgba(0, 0, 0, 0.348);
    backdrop-filter: blur(10px);
    padding: 1rem 5rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .slide.one {
    background: rgb(182, 19, 109);
  }
  .slide.two {
    background: rgb(255, 64, 64);
  }
  .slide.three {
    background: rgb(11, 173, 188);
  }
  .slide.four {
    background: rgb(11, 188, 14);
  }
  .slide.five {
    background: rgb(46, 38, 5);
  }
  .slide.six {
    background: rgb(50, 17, 53);
  }
  .slide.seven {
    background: rgb(11, 188, 82);
  }

  
  @keyframes sliding {
    0% {
      transform: translateX(0%);
    }
    10% {
      transform: translateX(0%);
    }
    15% {
      transform: translateX(-100%);
    }
    23% {
      transform: translateX(-100%);
    }
    30% {
      transform: translateX(-200%);
    }
    38% {
        transform: translateX(-200%);
      }
    45% {
      transform: translateX(-300%);
    }
    55% {
      transform: translateX(-300%);
    }
    65% {
      transform: translateX(-400%);
    }
    75% {
        transform: translateX(-400%);
      }
    85% {
      transform: translateX(-500%);
    }
    100% {
        transform: translateX(-500%);
      }





  }

  /* .{
    background: #00afea;
    background: -o-linear-gradient(65deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);
    background: linear-gradient(25deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);
  } */
   .div2{
    height: 700px;
    width: 100%;
    padding: 20px;
    background-color:white;
   }
   .subdiv2{
    height: 100%;
    width: 100%;
    /* background-color:saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .subdiv22{
    height: 90%;
    width: 50%;
    /* background-color: aliceblue; */
   }
   .subdiv23{
    height: 80%;
    width: 40%;
    /* background-color:white; */
  }
  .subdiv23 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .headdy{
    height: 20%;
    width: 100%;
    background-color: white;
    /* background-color:pink; */
    display: flex;
    align-items:center;
    justify-content: left;
  }
  .headdy p{
    height: 3%;
    width: 10%;
    background-color: #f58320;
    margin-right: 5px;
  }
  .headdy 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";
  }
  .connty{
    height: 60%;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: left;
  }
  .connty h1{
    font-size: 40px;
    font-weight: 300;
    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";
  }
  .connty p{
    padding-top: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 25px;
    text-align: justify;
    font-family: "Lato", sans-serif;
  }
  .connty a{
    color: blue;
    text-decoration: none;
    padding-top: 20px;
    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";
  
  }
  .cardi{
    height: 20%;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: left;
    border-top: 1px solid rgba(128, 128, 128, 0.36);
  }
  .cardi1{
    height: 100%;
    width: 33.5%;
    /* background-color:gray; */
    border-right: 1px solid rgba(128, 128, 128, 0.53);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cardi2{
    height: 100%;
    width: 33.1%;
    /* background-color:gray; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-right: 2px solid red; */
  }
  .cardi22{
    height: 100%;
    width: 40%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cardi22 i{
    color:#f58320;
    font-size: 45px;
    /* font-weight: 400; */
  }
  .cardi23{
    height: 100%;
    width: 60%;
    /* background-color: antiquewhite; */
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
  }
  .cardi23 h2{
    font-size: 22px;
    font-weight: 350;
    font-family: "Lato", sans-serif;
    color: black;
  }
  .topheading{
    height: 250px;
    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;
  }
  .minicontain{
    height:2200px;
    width: 100%;
    padding: 20px;
    /* background-color: #1248c5; */
  }
  .subminicontain{
    height: 100%;
    width:100%;
    /* background-color: #424242; */
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
  }
  .card{
    height:650px;
    width: 350px;
    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;
  
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; */
    border-radius: 20px;
    overflow: hidden;
  }
  .card:hover{
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
  }
  .card:hover img{
    transform: scale(1.4);
  }
  .c1{
    height:60%;
    width: 100%;
    /* background-color: #4668b8; */
    overflow: hidden;
    padding: 20px;
    /* padding-bottom: 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; */
  
  }
  .c1 img{
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* transition: 0.6s ease-in; */
    /* 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; */
    object-fit: cover;
    transform: scale(1.2);
    transition: .2s ease-in;
  }

  .c2{
    height: 40%;
    width: 100%;
    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:white;
    padding: 20px;
  }
  .c2 h2{
    margin-top: 10px;
    color: #424242;
    /* margin-bottom: 1px solid red; */
    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: 20px;
    transition: 1.2s ease-in;
  }
  .c2 p{
    background-color:rgba(128, 128, 128, 0.299);
    width: 100%;
    margin-top: 20px;
    height:1.3px;
  }
  #te{  
    background-color: #f2f2f2;
    margin-top: 30px;
    font-size: 15px;
    text-align: justify;
    font-family: "Lato", sans-serif;
  }
  .contact{
    height: 400px;
    width: 100%;
    background-image: url(../img/mach.webp);
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* padding-top: 100px; */
        /* background-color: #454cd1; */
}
.subcontact{
    height: 100%;
    width: 100%;
    background-color:rgba(47, 47, 47, 0.822);
    display: flex;
    align-items: center;
    justify-content: center;
}
.subccon{
    height: 100%;
    width: 100%;    
    /* background-color: #454cd1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subccon h1{
    /* font-family:Arial, sans-serif; */
    font-size: 38px;
    color:rgb(222, 218, 218);
    font-family: "Poppins", sans-serif;
}
.subccon p{
    /* font-size: 38px; */
    font-size: 15px;
    color: rgb(207, 205, 205);
    font-family: "Poppins", sans-serif;
}
.subccon a{
  font-family: "Poppins", sans-serif;
  color: white;
  height: 35px;
  width: 180px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  padding-top: 5px;
  border-radius: 5px;
  background-color: #f58320;
}
.subccon a:hover{
  background-color: #e56d03;
  color: rgba(255, 255, 255, 0.734);
}
.nexdiv{
  height: 800px;
  width: 100%;
  /* background-color: #1248c5; */
  background-color: white;
  position:relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subnextdiv{
  height: 100%;
  width: 50%;
  /* background-color: rebeccapurple; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  place-items: center;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  overflow: hidden;
}
.cardg {
  /* position:absolute; */
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
  transform: translate(-0%,-0%);
  width: 300px;
  height: 320px;
  background: #000;
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.cardg .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}
.cardg .image img {
  height: 100%;
  width: 100%;
  transition: .5s;
  object-fit: contain;
}
.cardg:hover .image img {
  opacity: .5;
  transform: translateX(30%);
}
.cardg .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;/*100%*/
  height: 100%;
  background: #f58320;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.cardg:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.center{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: orange; */
}
.cardg .details .center {
  padding: 20px;
  text-align: center;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
  /* background: #f58320; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cardg .details .center h1 {
  margin: 0;
  padding: 0;
  color: #ff3636;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.cardg .details .center h1 span {
  font-size: 14px;
  color: #262626;
}
.cardg .details .center p {
  margin: 10px 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #262626;
}
.subnextdiv2{
  height: 100%;
  width: 40%;
  /* background-color: #e56d03; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.summa{
  height: 100px;
  width: 100%;
  background-color: white;
}
.dd{
  height: 390px;
  width: 100%;
  padding: 20px;
  background-color:white;
  padding-bottom: 50px;
}
.dd1{
  height: 100%;
  width: 100%;
  background-color:white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: 'Open Sans', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');



.car {
  /* position: relative; */
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 22em;
  max-width: 80%;
  padding: 2em 0;
  background: #FFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
  border-radius: 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; */
    /* box-shadow: 0 0 6px 0 rgba(#202024, .12); */
  transition: all .35s ease;
  
  &::before, &::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    background: #f58320;
    height: 4px;
  }
  
  &::before {
    width: 0;
    opacity: 0;
    transition: opacity 0 ease, width 0 ease;
    transition-delay: .5s;
  }
  
  &::after {
    width: 100%;
    background: white;
    transition: width .5s ease;
  }
  
  .conten {
    width: 18em;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .logo {
    margin: 0 0 1em;
    width: 10.625em;
    transition: all .35s ease;
  }
  
  h6 {
    color: #201f1f;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
  }
  
  .hover_content {
    overflow: hidden;
    max-height: 0;
    transform: translateY(1em);
    transition: all .55s ease;

    
    p {
      text-align: center;
      margin: 1.5em 0 0;
      color: #6E6E70;
      line-height: 1.4em;
    }
  }
  
  &:hover {
    width: 24em;
    box-shadow: 0 10px 20px 0 rgba(#202024, .12);
    
    &::before {
      width: 100%;
      opacity: 1;
      transition: opacity .5s ease, width .5s ease;
      transition-delay: 0;
    }
    
    &::after {
      width: 0;
      opacity: 0;
      transition: width 0 ease;
    }
    
    .logo {
      margin-bottom: .5em;
    }
    
    .hover_content {
      max-height: 10em;
      transform: none;
    }
  }
}
.nn{
  height: 1000px;
  width: 100%;
  background-color: rebeccapurple;
}
.contactt{
  height: 400px;
  width: 100%;
  background-image: url(../img/cc.webp);
  background-position:center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  /* padding-top: 100px; */
      /* background-color: #454cd1; */
}
.subcontactt{
  height: 100%;
  width: 100%;
  background-color:rgba(47, 47, 47, 0.822);
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcconn{
  height: 100%;
  width: 100%;    
  /* background-color: #454cd1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subcconn h1{
  /* font-family:Arial, sans-serif; */
  font-size: 38px;
  color:rgb(222, 218, 218);
  font-family: "Poppins", sans-serif;
}
.subcconn p{
  /* font-size: 38px; */
  font-size: 15px;
  color: rgb(207, 205, 205);
  font-family: "Poppins", sans-serif;
}
.subcconn a{
  font-family: "Poppins", sans-serif;
  color: white;
  height: 35px;
  width: 180px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  padding-top: 5px;
  border-radius: 5px;
  background-color: #f58320;
}
.subcconn a:hover{
  background-color: #e56d03;
  color: rgba(255, 255, 255, 0.734);
}
.summa{
  height: 20px;
  width: 100%;
  background-color:white;
  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;
   }
   .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 */
}
   .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;
}
   .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;
   }
   .mainimg{
    margin-top: 100px;
    height: auto;
    width: 100%;
    /* object-fit: cover; */
   }
   .mainimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   }
   .slideshower{
    display: none;
    margin-top: 100px;
    height: 731px;
    width: 100%;
    background-color: #1248c5;
    position: relative;
    overflow: hidden;
}
/* slideshow start */
.slider_container {
    position: relative;
    width: 100%;
    min-width: 50rem;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  
  .slider {
    position: relative;
    width: 400%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
  }
  
  .slide {
    position: relative;
    min-width: 100%;
    height: 100%;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
  }
  
  .slide .caption {
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size: 30px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    background: rgba(0, 0, 0, 0.348);
    backdrop-filter: blur(10px);
    padding: 1rem 5rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .slide.one {
    background: rgb(182, 19, 109);
  }
  .slide.two {
    background: rgb(255, 64, 64);
  }
  .slide.three {
    background: rgb(11, 173, 188);
  }
  .slide.four {
    background: rgb(11, 188, 14);
  }
  .slide.five {
    background: rgb(46, 38, 5);
  }
  .slide.six {
    background: rgb(50, 17, 53);
  }
  .slide.seven {
    background: rgb(11, 188, 82);
  }

  
  @keyframes sliding {
    0% {
      transform: translateX(0%);
    }
    10% {
      transform: translateX(0%);
    }
    15% {
      transform: translateX(-100%);
    }
    23% {
      transform: translateX(-100%);
    }
    30% {
      transform: translateX(-200%);
    }
    38% {
        transform: translateX(-200%);
      }
    45% {
      transform: translateX(-300%);
    }
    55% {
      transform: translateX(-300%);
    }
    65% {
      transform: translateX(-400%);
    }
    75% {
        transform: translateX(-400%);
      }
    85% {
      transform: translateX(-500%);
    }
    100% {
        transform: translateX(-500%);
      }





  }

  /* .{
    background: #00afea;
    background: -o-linear-gradient(65deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);
    background: linear-gradient(25deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);
  } */
   .div2{
    height:auto;
    width: 100%;
    padding: 20px;
    background-color:white;
   }
   .subdiv2{
    height: 100%;
    width: 100%;
    /* background-color:saddlebrown; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   .subdiv22{
    height: 100%;
    width: 100%;
    /* background-color: aliceblue; */
   }
   .subdiv23{
    height: 100%;
    width: 100%;
    /* background-color:white; */
  }
  .subdiv23 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .headdy{
    height: 20%;
    width: 100%;
    background-color: white;
    /* background-color:pink; */
    display: flex;
    align-items:center;
    justify-content: center;
  }
  .headdy p{
    height:5px;
    width: 10%;
    background-color: #f58320;
    /* margin-right: 5px; */
  }
  .headdy 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";
  }
  .connty{
    height: 100%;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .connty h1{
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    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";
  }
  .connty p{
    padding-top: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 25px;
    text-align: justify;
    font-family: "Lato", sans-serif;
  }
  .connty a{
    color: blue;
    text-decoration: none;
    padding-top: 20px;
    margin-bottom: 30px;
    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";
  
  }
  .cardi{
    height:80px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: left;
    border-top: 1px solid rgba(128, 128, 128, 0.36);
  }
  .cardi1{
    height: 100%;
    width: 33.5%;
    /* background-color:gray; */
    border-right: 1px solid rgba(128, 128, 128, 0.53);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cardi2{
    height: 100%;
    width: 33.1%;
    /* background-color:gray; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-right: 2px solid red; */
  }
  .cardi22{
    height: 100%;
    width: 40%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cardi22 i{
    color:#f58320;
    font-size: 30px;
    /* font-weight: 400; */
  }
  .cardi23{
    height: 100%;
    width: 60%;
    /* background-color: antiquewhite; */
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
  }
  .cardi23 h2{
    font-size: 16px;
    font-weight: 350;
    font-family: "Lato", sans-serif;
    color: black;
  }
  .topheading{
    overflow: hidden;
    height: 250px;
    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: 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-family: "Lato", sans-serif;
  }
  .minicontain{
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 20px;
    /* background-color: #1248c5; */
  }
  .subminicontain{
    height: 100%;
    width:100%;
    /* background-color: #424242; */
    display: grid;
    grid-template-columns: repeat(1,1fr);
    place-items: center;
  }
  .card{
    margin-bottom:50px;
    height:650px;
    width: 350px;
    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;
  
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; */
    border-radius: 20px;
    /* overflow: hidden; */
  }
  .card:hover{
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
  }
  
  .c1{
    height:60%;
    width: 100%;
    /* background-color: #4668b8; */
    overflow: hidden;
    padding-bottom: 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; */
  
  }
  .c1 img{
    height: 120%;
    width: 100%;
    overflow: hidden;
    /* transition: 0.6s ease-in; */
    /* 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; */
  
    object-fit: cover;
  }
  .c2{
    height: 40%;
    width: 100%;
    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:white;
    padding: 20px;
  }
  .c2 h2{
    margin-top: 10px;
    color: #424242;
    /* margin-bottom: 1px solid red; */
    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: 20px;
    transition: 1.2s ease-in;
  }
  .c2 p{
    background-color:rgba(128, 128, 128, 0.299);
    width: 100%;
    margin-top: 20px;
    height:1.3px;
  }
  #te{  
    background-color: #f2f2f2;
    margin-top: 30px;
    font-size: 15px;
    text-align: justify;
    font-family: "Lato", sans-serif;
  }
  .contact{
    height:400px;
    width: 100%;
    background-image: url(../img/mach.webp);
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* padding-top: 100px; */
        /* background-color: #454cd1; */
}
.subcontact{
    height: 100%;
    width: 100%;
    background-color:rgba(47, 47, 47, 0.822);
    display: flex;
    align-items: center;
    justify-content: center;
}
.subccon{
    height: 100%;
    width: 100%;    
    /* background-color: #454cd1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subccon h1{
    /* font-family:Arial, sans-serif; */
    font-size: 32px;
    color:rgb(222, 218, 218);
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.subccon p{
    /* font-size: 38px; */
    font-size: 15px;
    color: rgb(207, 205, 205);
    font-family: "Poppins", sans-serif;
}
.subccon a{
  font-family: "Poppins", sans-serif;
  color: white;
  height: 35px;
  width: 180px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  padding-top: 5px;
  border-radius: 5px;
  background-color: #f58320;
}
.subccon a:hover{
  background-color: #e56d03;
  color: rgba(255, 255, 255, 0.734);
}
.nexdiv{
  overflow:hidden;
  height:auto;
  width: 100%;
  /* background-color: #1248c5; */
  background-color: white;
  position:relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subnextdiv{
  height: 100%;
  width: 100%;
  /* background-color: rebeccapurple; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  place-items: center;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  overflow: hidden;
  margin-bottom: 80px;
}
.cardg {
  /* position:absolute; */
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
  transform: translate(-0%,-0%);
  width: 180px;
  height: 220px;
  background: #000;
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.cardg .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}
.cardg .image img {
  height: 100%;
  width: 100%;
  transition: .5s;
  object-fit: contain;
}
.cardg:hover .image img {
  opacity: .5;
  transform: translateX(30%);
}
.cardg .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;/*100%*/
  height: 100%;
  background: #f58320;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.cardg:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.center{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: orange; */
}
.cardg .details .center {
  padding: 20px;
  text-align: center;
  background: white;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px; */
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
  /* background: #f58320; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cardg .details .center h1 {
  margin: 0;
  padding: 0;
  color: #ff3636;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.cardg .details .center h1 span {
  font-size: 14px;
  color: #262626;
}
.cardg .details .center p {
  font-size: 14px;
  margin: 10px 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #262626;
}
.subnextdiv2{
  height: 100%;
  width: 100%;
  /* background-color: #e56d03; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.summa{
  /* display: none; */
  height: 0px;
  width: 100%;
  background-color: white;
}
.dd{
  height:auto;
  width: 100%;
  padding: 20px;
  background-color:white;
  padding-bottom: 50px;
}
.dd1{
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color:white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-family: 'Open Sans', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');



.car {
  /* position: relative; */
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 22em;
  max-width: 80%;
  padding: 2em 0;
  background: #FFF;
  margin-bottom: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
  border-radius: 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; */
    /* box-shadow: 0 0 6px 0 rgba(#202024, .12); */
  transition: all .35s ease;
  
  &::before, &::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    background: #f58320;
    height: 4px;
  }
  
  &::before {
    width: 0;
    opacity: 0;
    transition: opacity 0 ease, width 0 ease;
    transition-delay: .5s;
  }
  
  &::after {
    width: 100%;
    background: white;
    transition: width .5s ease;
  }
  
  .conten {
    width: 18em;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .logo {
    margin: 0 0 1em;
    width: 10.625em;
    transition: all .35s ease;
  }
  
  h6 {
    color: #201f1f;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
  }
  
  .hover_content {
    overflow: hidden;
    max-height: 0;
    transform: translateY(1em);
    transition: all .55s ease;

    
    p {
      text-align: center;
      margin: 1.5em 0 0;
      color: #6E6E70;
      line-height: 1.4em;
    }
  }
  
  &:hover {
    width: 24em;
    box-shadow: 0 10px 20px 0 rgba(#202024, .12);
    
    &::before {
      width: 100%;
      opacity: 1;
      transition: opacity .5s ease, width .5s ease;
      transition-delay: 0;
    }
    
    &::after {
      width: 0;
      opacity: 0;
      transition: width 0 ease;
    }
    
    .logo {
      margin-bottom: .5em;
    }
    
    .hover_content {
      max-height: 10em;
      transform: none;
    }
  }
}
.nn{
  height: 1000px;
  width: 100%;
  background-color: rebeccapurple;
}
.contactt{
  height: 400px;
  width: 100%;
  background-image: url(../img/cc.webp);
  background-position:center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  /* padding-top: 100px; */
      /* background-color: #454cd1; */
}
.subcontactt{
  height: 100%;
  width: 100%;
  background-color:rgba(47, 47, 47, 0.822);
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcconn{
  height: 100%;
  width: 100%;    
  /* background-color: #454cd1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subcconn h1{
  /* font-family:Arial, sans-serif; */
  font-size: 32px;
  text-align: center;
  color:rgb(222, 218, 218);
  font-family: "Poppins", sans-serif;
}
.subcconn p{
  /* font-size: 38px; */
  font-size: 15px;
  text-align: center;
  color: rgb(207, 205, 205);
  font-family: "Poppins", sans-serif;
}
.subcconn a{
  font-family: "Poppins", sans-serif;
  color: white;
  height: 35px;
  width: 180px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  padding-top: 5px;
  border-radius: 5px;
  background-color: #f58320;
}
.subcconn a:hover{
  background-color: #e56d03;
  color: rgba(255, 255, 255, 0.734);
}
.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;
}





}