body {
  background-color: black;
  color: white;
  margin: 0;
  /* font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh; */
  

}

header {
  background-color: rgb(85, 85, 85);
  padding: 5px;
  text-align: center;

}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
}
header img 
{    
  margin-left: 20px;    
}
.homehdr
{
  
  margin-right: 47rem;
  font-size: 1.7rem;
                 
}
  nav 
  {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
  }
  
  nav a 
  {
    color: white;
    text-decoration: none;
    margin-left: 8px;
  }
  
  .navBar a 
  {
    margin: 10px;
    font-size: 13px;
  }
  .navBar {
    margin-right: 60px;
  }
  
  section {
    flex: 1;
    /* Add more styles for your section if needed */
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .tstone h2
  {
    font-size: 45px;
    margin-top: 10rem;
    text-align: center;
  }
  .tstone div 
  {
    display: flex;
    flex-direction: row;
    padding:  0 4rem;
    justify-content: space-around;
    margin-left: 10rem;
    font-size: 30px;
  }
  .tsttwo h3
  {
    font-size: 45px;
    text-align: center;
    margin-top: 10rem;
  }

  .tsttwo img
  {
    margin-top: 40px;
    /* margin-left: 10rem; */
  }
  .inb
{
  display: flex;
    flex-direction: row;
    padding:  0 4rem;
    justify-content: space-around;
    /* margin-top: 3rem; */
    margin-right: 10rem;
    align-content: center;
}
.tstthree h4
{
  font-size: 45px;
  text-align: center;
}
.tstthree p,img
{
  font-size: 30px;
  text-align: center;
  
}
.tstsecndthr 
{
   display: flex;
    flex-direction: row;
    padding:  0 4rem;
    justify-content: space-around;
    /* margin-top: 3rem; */
    margin-right: 10rem;
    
}
.tstsecndthr{
  font-size: 20px;
}
.tstsecndthr  h6{
  font-size: 20px;
}

.tstfrthfifth h6
{
  font-size: 30px;
}
.pera
{
  display: flex;
    flex-direction: row;
    padding:  0 1rem;
    justify-content: space-around;
    /* margin-top: 3rem; */
    margin-right: 10rem;
}
footer {              
  display: flex;
  justify-content: space-between;
  background-color: rgb(85, 85, 85);
  /* padding: 5px; */
  /* height: 280px ; */
}

.foterLog  {
  padding:0 4rem;
}

.foterLog p{
  font-size: 26px;
 
}
.address p
{
  font-size: 15px;
}

form {
  /* background-color: #fff; */
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}
