/* carousel-start */
.carousel-height

{
    height: 85vh;
}
/* carousel-End */
/* About-start */
  /* .about-img{
    width:500px;
    height:300px;
    border: 1px solid goldenrod;
    border-radius: 12px;
  } */

  .box{
    background-color:white;
    transition:1s;
  }
  .box:hover{
    transform:scale(1,1);
    transition:1s;
  }
  
  /* <about-end> */


  /* <solution-start> */
  .solution-child{
    border:1px solid black;
    box-shadow:5px 5px 5px #0000;
  }
  .padding-align{
    padding-bottom:50px;
  }
  .solution-align{
    padding-bottom: 90px;
  }
   .solution-align-2{
    padding-bottom: 58px;
  }
  /* <solution-end> */

  /* <contact-start> */
   .contact-parent{
    box-shadow: o 5px 5px black; 
    box-shadow: #5a5a5a;

   }
   .icon-size-align{
    font-size:40px;
    color:blueviolet;
   }
   
  .contact-p-align{
    padding-bottom: 80px;
  }

   
  /* <contact-end> */
  /* <service-start> */

  

  /* .box-align{
    border: 1px solid black;
    background-color:white;
    transition: 1s;
  } */
  .box:hover{
    transform: scale(1.1);
    transition: 1s;
  }
  .service-child-align{
    border:1px solid red;
    padding:25px;
    border-radius:10px;
  }
  
  .services-child-align{
    border:6px;
    padding:20px;
    border-radius:12px;
  }

  /* <service-end> */

  .bg-clr-align{
    background-color:aquamarine;
    

  }
  

  
 
  
 




  
  



    
    
    

    
    
    


 


