<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#imageContainer {
    width: auto; 
    height: 70rem; 
    border: 1px solid #ccc;
    overflow: hidden;
}

#imageContainer img {
    width: 100%;
    height: auto; 
}

.custom-file-container{
    margin-bottom: 5vh;
    cursor: pointer;
    color: brown;
}

#navigation a {
    text-decoration: none;
    color: brown;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-family: "oswald", sans-serif;
    display: flex;
  } 

  .navbar{
    display: none;
    z-index: 100;
  }
  .cardsContainer_responsive{
    display: none;
  }


  #leftSection {
    flex: 1;
    position: fixed;
    height: 100vh;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 20vw;
    box-sizing: border-box;
    z-index: 2; 
  }

  #logo {
    text-align: center;
  }
  #logo img {
    height: 10vw;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  #navigation {
    margin-top: 20px;
  }

  #rightSection {
    flex: 2;
    padding-left: 12px;
    box-sizing: border-box;
    overflow-y: auto;
    height: 100vh;
    margin-left: 20vw;
    padding-top: 0;
  }

  #imageBackground {
    background: url("https://img1.wsimg.com/isteam/stock/87365/:/rs=w:1920,m")
      center/cover no-repeat;
    height: 100vh; 
    text-align: center;
    color: #fff;
    padding: 50px;
  }

  ul ul {
    padding: 0;
    font-size: 18px;
  }
  a {
    text-decoration: none;
    color: grey;
  }
  .headings{
    font-size: 20px;
    font-weight: bold;
    margin: 40px;
    font-family: "system-ui", sans-serif;
    opacity: 0.6;
    text-align: center;

  }
.projectsHeading{
  text-align: center;
  font-family: "system-ui", sans-serif;
  font-size: 7vh !important; 
}

  #cards {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
    position: relative;
  }

  .card {
    width: calc(50% - 25px); 
    margin-bottom: 20px;
    text-align: center;
    border: 0;
  }

  .card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .btn {
    border: 2px solid black;
    background-color: transparent;
    color: black;
    padding: 14px 28px;
    font-size: 19px;
    cursor: pointer;
  }
  .titleContainer {
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #imageBackground h1 {
    font-family: "system-ui", sans-serif;
    font-size: 70px !important;  }
  #imageBackground p {
    font-size: 25px;
  }

  .default {
    border-color: #e7e7e7;
    color: white;
    border-radius: 0;
    border: 2px solid white;
  }

  .default:hover {
    background: white;
    color: black;
    border: 2px solid white;

    
  }
  
  .cardsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 45rem;
    margin: auto;
  }


  .contactUs {
    position: relative;
    margin: 10px;
    height: 40rem;
  }
   .contactUsText{
    margin: 2.5rem 0;
   }
  .contactUs img {
    height: 90%;
    width: 90%;
    margin-left: 11.9%;
  }
  .whatsappBtn {
    background-color: #455a64;
    height: 3.5rem;
    width: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .whatsappBtn h6 {
    margin: 0;
    color: white;
    font-size: large;
    margin-top: 0.1rem;
  }
  .whatsappBtn img {
    height: 1.5rem;
    width: 1.5rem;
    margin: 0;
    margin-right: 0.5rem;
  }
  .whatsappBtn a {
    display: flex;
  }
  #dayDropdown {
    border: none;
    margin-bottom: 10px;
  }
  #dayDropdown option {
    border: none;
  }
  .container .colLeft {
    position: relative;
  }

  .button5 {
    height: 3rem;
    width: 15rem;
    color: black;
    background-color: white;
    border: 2px solid black;
  }
  .button5:hover {
    background-color: black;
    height: 3rem;
    color: white;
    width: 15rem;
  }
  #myDiv {
    display: none;
    padding: 20px;
    height: 100%;
    width: 100%;
    background-color: white;
    color: black;
  }
  #myDiv1 {
    display: none;
    padding: 20px;
    height: 100%;
    width: 100%;
    background-color: white;
    color: black;
  }
  #myNavDiv{
    display: none;
    padding: 20px;
    height: 100%;
    width: 100%;
    background-color: white;
    color: black;
  }

  .footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: url("/images/rs=w_1280\ \(3\).webp");
    height: 18rem;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: white;
    margin-top: 1rem;
  }

  .input-group {
    margin-top: 10px;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }

  .copyRight {
    height: 6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  form{
    background-color: white;
}
.formInputs{
  margin: 2rem 0;
  height: 3.5rem;
 background-color:  rgb(246, 246, 246);
 border: none;
  border-radius: 0;
}

.containers{
    height: 50vh;
    width: 100%;
    display: block;
    padding: 2vw;
}

.head1{
    display: flex;
    justify-content: space-around;
    margin-top: 2vh;
}

.test{
    height: 12vh;
    width: 15vw;
    display: block;
}

.heads{
    display: flex;
    justify-content: center;
}

.valuess{
    display: flex;
    justify-content: center;
}

.conatinerItems{
    background-color: red;
height: 0px;
border: 1px solid black;
width: 500px;
}

 .projectContainers{
    height: 35vh;
    width: 100%;
    display: flex;
    margin-bottom: 5vh;
    margin-top: 2vh;
    

}

.projectHead1{
    display: flex;
    justify-content: space-around;
    height: 40vh;
    width: 27vw;
    overflow: hidden;
}
.projectHead2{
    display: flex;
    justify-content: space-around;
    height: 40vh;
    width: 27vw;
    overflow: hidden;

}
.projectHead3{
    display: flex;
    justify-content: space-around;
    height: 40vh;
    width: 27vw;
    overflow: hidden;

}

.projectTest{
    height: 10vh;
    width: 15vw;
    display: block;
}
.zoom{
width: 100%;
transition:all 0.5s;
}

.zoom:hover {

    transform: scale(1.1); 
  }
#btnClass:hover{
    background-color: white;
    border: 2px solid white;
    color: black
}
#btnClass{
    border: 2px solid white; 
    color: white;
}
.active, activeOne:hover {
  color: #9a162e;
}
a:hover{
  color: #9a162e;
}




.topnav {
  overflow: hidden;
  background-color: white;
  position: relative;
  padding-left: 5vw;
}
.logo_div{
height: 2vh;
}
.topnav #myLinks {
  display: none;
}
#myLinks a{
  color: #1C2833;
}
.topnav a {
  color: white;
  padding: 14px;
  padding-bottom: 0;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  position: absolute;
  left: 0;
}


.formInputs{
  width: 83vw;
}

.projectHead1, .projectHead2, .projectHead3{
  height: 35vh;
  width: 50%;  
}

#contactuspage{
  display: flex;
}






.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper {
  width: 95%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 90%;
  width: 95%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}












@media (max-width: 600px) {

  #leftSection{
    display: none;
  }
#myLinks{
  text-align: center;
  padding-right: 4vh;
  font-size: 4vw;
  font-weight: 700;
  opacity: 0.6;

}
  .navbar{
    display: block;
    height: 8vh;
    width: 100%;
    background-color: white;
    position: absolute;
    padding-top: 4px;
  }
  

  .menu i{
    font-size: 6vw;
    position: absolute;
    top: 2vh;
  }

  .logo_div img{
    width: 24vw;
    position: absolute;
    right: 38vw;
  }

  #rightSection {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar-toggler{
    color: black;
  }

  #cards {
    margin-top: 20px;
    justify-content: space-between;
    position: relative;
    /* background-color: red; */
  }

  .cardsContainer{
    display: none;
  }

  .card_responsive {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border: 0;
    padding: 5vw;
  }

  .card_responsive img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    /* border-radius: 25px; */
  }

  .col img{
    display: none;
  }

  .titleContainer h1{
    font-size: 1vw;
  }

  .About_m_g{
    margin-top: 9vw;
  }

  .copyRight p{
    text-align: center;
  }

  #imageBackground h1 {
    font-size: 10vw;
    font-weight: 700;
  }

  #imageBackground {
    background: url("https://img1.wsimg.com/isteam/stock/87365/:/rs=w:1920,m")
      center/cover no-repeat;
    height: 80vh; /* Adjust height as needed */
    text-align: center;
    color: #fff;
    padding: 50px;
  }

  #imageBackground p {
    font-size: 4vw;
  }

  .titleContainer button{
    padding: 2vw;

    font-size: 4vw;
  }
  .cardsContainer_responsive{
    display: block;
  }
 
.contactUs{
  margin-top: 7vh
}
iframe{
  height: 10vh;
  width: 94.4vw;
  padding-left:0px;
}


#imageBackground h1 {
  font-family: "system-ui", sans-serif;
  font-size: 25px !important;
width: 100%;
}
#imageBackground  {
height: 60vh;
}

.head1{
  flex-direction: column;
}

.test{
  height: 12vh;
  width: 100%;
  display: block;
}

.projectsHeading{
  display: flex;
  justify-content: center;
  padding: 1vw;
  margin-top: 6vh;
}

.projectsHeading h1{
  font-size: 7vw;
  font-weight: 600;
}

.contactUs {
  position: relative;
  margin-top: 0vh;
  height: 40rem;
}

.containers{
  height: 90vh;
  width: 100%;
  display: block;
  padding: 2vw;
}

#rightSection {
  height: 100vh;
  width: 100%;
  margin-top: 8vh;
  padding: 0;
}

.mySwiper{
  display: none;
  height: 0;
}

.mySwiper2{
height:30vh;
}

.swiper-button-next, .swiper-button-prev{
  display: none;

}
.projectContainers{
  height: 22vh;
}
.projectHead1, .projectHead2, .projectHead3{
  height: 21vh;
}
.bottom-cont{
  height: 50vh;
  margin-bottom: 40vh;
}
.projectcontact{
  margin-bottom:0vh;
}
.projectsHeading{
  font-size: 8vw !important;
}

}</pre></body></html>