/* NABAR START HERE  */





.nav-name{

  color: white;

  font-weight: bold;

  margin-left: 5%;

  font-size: 130%;

}



.main-cat{

  text-decoration: none;

}



.adjust-nav{

  display: flex;

  flex-wrap: wrap;

}



.top-info{

font-weight: bold;

}





.company-logo{

animation: rotate 2s linear infinite;

}



@media (max-width: 576px) {

  .nav-top-contact{

  font-size: 12px; /* Adjust font size for extra small screens */

}

}





.nav-top-contact{

display: flex;

flex-wrap: wrap;

}

.nav-top-content{

 flex-grow: 1;

 flex-basis: 200;

 text-align: center;

 align-items: center;

 justify-content: space-around;

 padding: 1% ;

}



.nav-top-content span{

  font-weight: bold;

  font-size: clamp(14px, 2vw, 18px);

}



.circular-image {

  width: 200px; /* Adjust width and height as needed */

  height: 200px;

  border-radius: 50%; /* Ensure the image is circular */

  animation: rotate 10s linear infinite; /* Apply the rotate animation */

}



@keyframes rotate {

  from {

    transform: rotate(0deg); /* Start the rotation from 0 degrees */

  }

  to {

    transform: rotate(360deg); /* Rotate the image to 360 degrees */

  }

}



.container-fluid{

  background-color: #e3be9b;

}

#navbarDropdown:hover{

  color: rgb(0, 0, 0);

}

.dropdown-menu .dropdown-item:hover{

 background-color: rgb(43, 226, 202);

}





/* Search BTn*/



/* CSS */





/* CSS */

.btn64 {

  font-size: 12px;

  padding: 0.6em 1em;

  border: none;

  text-decoration: none;

  outline: none;

  color: rgb(17, 2, 2);

  background: #111;

  cursor: pointer;

  position: relative;

  z-index: 0;

  border-radius: 10px;

  user-select: none;

  -webkit-user-select: none;

  touch-action: manipulation;

}



.btn64:before {

  content: "";

  background: linear-gradient(

    45deg,

    #ff0000,

    #ff7300,

    #fffb00,

    #48ff00,

    #00ffd5,

    #002bff,

    #7a00ff,

    #ff00c8,

    #ff0000

  );

  position: absolute;

  top: -2px;

  left: -2px;

  background-size: 400%;

  z-index: -1;

  filter: blur(5px);

  -webkit-filter: blur(5px);

  width: calc(100% + 4px);

  height: calc(100% + 4px);

  animation: glowing-button-85 20s linear infinite;

  transition: opacity 0.3s ease-in-out;

  border-radius: 10px;

}



@keyframes glowing-button-85 {

  0% {

    background-position: 0 0;

  }

  50% {

    background-position: 400% 0;

  }

  100% {

    background-position: 0 0;

  }

}

.btn64:hover{

  color: #f8f9fa;

  

  

}



.btn64:after {

  z-index: -1;

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: #d8d5d5;

  left: 0;

  top: 0;

  border-radius: 10px;

}



/* NABAR ENDS HERE  */









/* CAROUSEL START */


  .carousel-inner{
    height: 75vh;
  }
  
  .content-image{
    filter: brightness(70%);
    margin-right: 0px;
  }
  
  .text-center img {
    height: 20%;
    margin: 15% 0 0 0;
  }
  
  .profile-content-1 div, .profile-content-2 div{
    font-size: 2rem;
    font-weight: bold;
    margin: 20% 0 20% 0;
  }
  
  .carousel-item{
    background-size: fit;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  
  
  .top-logo{
  height: 6%; 
  width: 6%;
  margin-right: 2%;
  }
  .company-name-1{
  font-weight: bold;  
  }
  
  
  
  .carousel-item img {
    width: 100%;         /* Ensures the image takes up the full width of the screen */
    height: 100%;        /* Maintains the aspect ratio of the image */
    object-fit: cover;
       /* Ensures the image covers the container, even if some parts are cropped */
  }
  
  .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); Optional: adds a shadow for better readability */
  }
  
  .carousel-caption h1{
  color: yellow;
  font-weight: bold;
  font-size: clamp(2rem, 1.9074rem + 0.4938vw, 2.5rem);
  }
  
  .carousel-caption p{
  color: white;
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
  }
  
  .carousel-inner {
    width: 100%;         /* Ensures the carousel container is full width */
  }
  
  





/* CAROUSEL END */









/* ABOUT US START HERE  */





.company-name {

  text-align: center;

  margin-bottom: 5%;

  font-weight: bold;

  color: red;

  font-size: clamp(1.5625rem, 1.3281rem + 1.25vw, 2.5rem);

}





.description {

  text-align: justify;

}



.lead{

  font-size: clamp(0.9375rem, 0.7813rem + 0.8333vw, 1.5625rem);

}





/* ABOUT US ENDS HERE  */









/* CERTIFICATION STARTS HERE */







.certification-head{

  text-align: center;

  margin-top: 10%;

  margin-bottom: 5%;

}



.certification-head h1{

  font-weight: bold;

}





.word {

  padding-bottom: 10px;

  border-bottom: 5px solid red;

}





  /* CERTIFICATION ENDS HERE */









/* HERO SECTION STARTS HERE */



.hero {

  background-color: #f8f9fa;

  color: #333;

  padding: 5% 0; /* Adjust padding as needed */

  text-align: center;

  margin: 2% 0 2% 0;

}

.hero img {

  max-width: 100%;

  height: auto;

  margin-bottom: 30px;

}



.para3 {

  font-weight: bold;

  font-size: 150%;

}



.why-choose-us{

  /* display: flex;

  justify-content: space-around;

  align-items: stretch;

  width: 60%;

  margin: 40px auto; */

  border-left: 10px solid red;

  margin-bottom: 5%;

  padding-left: 5%;

}



/* HERO SECTION ENDS HERE */







/* VISSION-MISSION START HERE  */





.vision-mission-container {

  margin-bottom: 50px;

}



#mission-vision {

  display: flex;

}





.vision-container {

  background-color: #f8f8f8;

  padding: 20px 20px 20px 20px;

}



.vision-container-2 {

  background-color: white;

  padding: 20px 20px 20px 20px;

}



.vision {

  text-align: center;

}



.vision h2 {

  font-size: 2em;

  color: #333;

}



.vision p {

  font-size: 1.2em;

  color: #666;

  margin: 0 10% 0 10%;

  text-align: justify;

}



.vision-icon {

  display: inline-block;

  position: relative;

}



.vision-icon img {

  width: 70px;

  height: 70px;

  margin: 0 0 10px 0;

}



/* .vision-icon::before {

  content: '';

  position: absolute;

  top: 50%;

  left: 50%;

  width: 120px;

  height: 120px;

  background-color: #007bff;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  z-index: -1;

  opacity: 0.2;

} */



/* VISSION-MISSION ENDS HERE  */





/* FOOTER PART START HERE */



footer {

background-color: #121921;

color: white;

font-family: sans-serif;

margin-top: 120px;

}


  .iso-certs, .about, .useful-links, .get-in-touch {
  margin-bottom: 5%;
  margin-top: 5%;
  flex-grow: 1;
  flex-basis: 200;
  }



.footer {

display: flex;

justify-content: space-around;

flex-wrap: wrap;

padding: 50px 30px 50px 30px;

margin-top: 50px;

}



.head {

font-size: 17px;

margin-bottom: 40px;

letter-spacing: 1px;

font-weight: bold;

}



.head-border {

border-bottom: 1px solid red;

padding-bottom: 20px;

}



.list span {

font-size: small;

line-height: 2.5;

letter-spacing: 1px;

color: rgb(185, 184, 184);

}





.list span:hover {

cursor: pointer;

color: white;

font-weight: bold;

}



.list-contact span {

/* padding: 20px; */

font-weight: bold;

letter-spacing: 1px;

}



.list-contact img {

height: 30px;

width: 30px;

background-color: white;

border-radius: 10px;

padding: 7px;

margin-bottom: 3px;

}





.footer-2 {

text-align: center;

/* margin-bottom: 10%; */

}



.footer-2 h3 {

font-size: medium;

font-family: 'Poppins', sans-serif;

padding: 30px 0 70px 0;

border-top: 0.5px solid rgb(113, 113, 113);

}



/* FOOTER PART ENDS HERE */









