.logo {
  max-width: 126px;
  transition: all 0.2s linear;
  vertical-align: middle;
  height: auto;
  border: 0;
  margin-left: 15px;
}
.header_hr {
  margin: 0;
}
.body_text {
  color: #000000;
  font-family: "Heebo", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  padding-top: 200px;
}
.body_button {
  border: none;
  text-decoration: none;
  font-family: "Heebo", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  fill: #000000;
  color: #1f1b1b;
  background-color: #65DEDA;
  border-radius: 8px 8px 8px 8px;
  padding: 12px 025px 12px 22px;
  text-align: center;
  transition-duration: 0.4s;
  cursor: pointer;
}
.body_button:hover {
  background-color: #6bebe6;
}
.body_button_div {
  margin: 20px 0px 75px 0px;
  text-align: center;
}
.ui_image {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}
.fluid_text {
  background-color: #65DEDA;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.fluid_p {
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 40px 0px;
}
.fluid_p p {
  border: 0;
  text-align: center;
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 4px;
  margin: 0;
  margin-bottom: 1.75em;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.detail_box {
  margin-top: 0px;
  margin-bottom: 100px;
  padding: 0px 0px 0px 0px;
}
.elementor-icon {
  fill: #65DEDA;
  color: #65DEDA;
  border-color: #65DEDA;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
}
.elementor-title {
  font-family: "Helvetica", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #65DEDA;
}
.elementor-description {
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.elementor-icon i {
  transform: rotate(0deg);
}
.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #65DEDA;
}
a, a:focus {
  text-decoration: none;
}
.fa, .fas {
  /* font-family: "Font Awesome 5 Free"; */
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.partners_box {
  background-color: #F3F3F3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 0px 100px 0px;
}
.elementor-partners {
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-weight: 600;
}
.partners_text {
  text-align: center;
  vertical-align: middle;
}
.elementor-img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer {
  background-color: #eeeeee;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact_dev{
  background-color: #1E1E1E;
  display: flex;
  justify-content: center;
  padding: 5rem;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Helvetica', Sans-serif;
  line-height: 1px;
  font-weight: 400;
}
.contact_text {
  font-size: 25px;
}
.contact_text p{
  padding: 0.8rem;
}
.contact_address_text {
  display: flex; 
  justify-content: center;
  font-size: 20px;
  
}
.contact_address_text p{
  padding: 0.6rem;
}