*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  body{
  background-color: rgba(255, 255, 255, 0.62);
  font-family: Arial, Helvetica, sans-serif;

  }

.sec1{
    max-width: 1500px;
    margin: auto;
    padding-top: 200px;
    height: 400px;
    background-image: linear-gradient(rgba(0, 144, 149, 0.304),rgba(0, 0, 0, 0.824)), url(image/bg.html\ img\ 3.png);
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    color: white;
    /* font-size: 35px; */
}
.sec1 h2{
  color: white;
  font-size: 45px;
}

.sec2{
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  justify-content: space-between;
}
.text-1{
  width: 48%;
  box-shadow: 0 0 2px rgb(143, 143, 143);
  border-radius: 10px;
  padding: 30px;
  background-color: rgb(255, 255, 255);

}
.text-1 h4{
  font-size: 20px;
  display: flex;
  margin-top: 20px;
}
.text-1 h4 p{
  color: rgba(0, 0, 0, 0.604);
  font-weight: 400;
  margin-left: 5px;
  margin-top: -3px;
}
.text-2{
  /* box-shadow: 0 0 10px gray; */
  width: 42%;
}

.text-2 h1{
  width: 50%;
  box-shadow: 0 0 2px gray;
  padding: 5px 10px;
}
.text-2 h4{
  display: flex;
  margin-top: 10px;
}
.text-2 img{
  width: 90%;
  filter: brightness(1.04);
}
.text-2 h4 p{
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.604);

}

.text-2 .col-xl-3 i{
  color: black;
}

form h5{
  font-size: 25px;
}

.mape{
  max-width: 1500px;
  margin: auto;

}
.mape iframe{
  width: 100%;
  height: 400px;
}


#footer-icons{
  display: flex;
  /* background-color: aqua; */
}
#footer-icons li{
  margin: 10px;
  width: 40px;
}
#footer-icons li a i{
  font-size: 40px;
}



/* .location{
  width: 100%;
  height: 400px;
}
.location iframe{
  width: 100%;
  height: 100%;
} */



  @media screen and (max-width: 900px) {


.text-1{
  width: 100%;
  padding: 20px;
 }
.text-2{
  width: 100%;
  
}

.text-2 h1{
  width: 100%;
}


.form-box .img{
  /* height: 400px; */
  font-size: 18px;
}


.form-box{
  padding: 50px 0;
}

.form-box .img{
  width: 100%;
}


.main{
  width: 100%;
  height: 620px;
  margin: 8px;
  padding: 0px;
  margin: 0;
}
.main h2{
  padding: 0 20px;
  margin-top: 20px;
}



}
