body{
/*   letter-spacing: 0.5px; */
  font-family: 'Roboto', sans-serif;
}
.topsec_img{
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-image: url(../images/contactimg.avif);
   object-fit: contain;
   
    
  }
  .topsec_img-bg{
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    height: 400px;
  }
  .topsec_img-bg h1{
    color: white;
    /* display: flex; */
    font-size: 65px;
    font-weight: 800;
    padding-top: 100px;
    line-height: 1.3;
    letter-spacing: 1px;
   
  }
  .topsec_img-bg h6{
    color: #fff;
    /* display: flex; */
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    
  }
  .contactsection_second_box{
    text-align: center;
    padding: 40px;
    border: 1px solid #3d8083;
    border-radius: 3px;
    margin-top: 40px;
  }
  .contactsection_second_box i{
    font-size:50px;
    color:#3d8083;
  }
 
  .contactsection_second_box p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #647589;
    padding-top: 25px;
  }
  .contactsection_second_box {
    transition: all 0.3s ease; /* Smooth transition for all properties */
}
.ph_number:hover{
  text-decoration: none;
  color: white;
}
  .contactsection_second_box:hover{
    color: #fff;
   
    background-color:#3d8083;
  }
  .contactsection_second_box:hover i {
    color: white ; /* Change icon color to white on hover */
  }

.contactsection_second_box:hover p {
    color: white; /* Change text color to white on hover */
}
.contactsection_third{
    padding-top: 50px;
}
/* form */
.contact-form .input-box input,
.contact-form .input-box textarea  {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border: 2px solid #3d8083;
  outline: none;
  resize: none;
  padding: 15px;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}



.contact-form .input-box input[type="submit"] {
  /* width: 20%; */
  background:  #3d8083;
  color: #FFF;
  border: none;
  cursor: pointer;
  /* padding: 15px; */
  font-size: 16px;
  border: 1px solid  #2e385c;
  transition: 0.5s;
  height: 50px;
}

.contact-form .input-box input[type="submit"]:hover {
  background: #FFF;
  color: #00bcd4;
}

.contact-form {
  background-color: #fff;
 /*  padding: 20px; */
 margin-top:30px ;
  width: 100%;
  
 
  margin-bottom: 40px;
  /* margin-top: 20px; */
 /*  padding-left: 40px; */
  /* padding-right: 40px; */
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .hero-inner{
    margin-top: -50px !important;
  }
}

  
