@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Roboto&display=swap");

.navbar-settings {
  position: absolute;
  z-index: 12;
  width: 100%;
  left: auto;
  right: auto;
}
.nav-item {
  padding-left: 20px;
}

.navbar-links-right {
  padding-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-link-facebook {
  margin-right: 30px;
  margin-left: 0px;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.p-title {
  padding-right: 30px;
  padding-left: 10px;
}
textarea {
  max-width: 100%;
}

.title-header h1 {
  padding-top: 30px;
  padding-right: 35px;
  padding-left: 40px;
  font-size: 30px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
.text-top p {
  padding-top: 30px;
  padding-left: 35px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: auto;
}
.about-us-title h1 {
  padding-top: 25px;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  text-align: center;
}
.header-content {
  background-color: #c0f1f1;
  height: 450px;
  padding-top: 70px;
}

.title-our-services {
  font-weight: 400;
  font-size: 35px;
  padding-bottom: 15px;
  padding-top: 35px;
  font-family: "Roboto", sans-serif;
}
.bg-footer {
  background-color: #c0f1f1;
  min-height: 75px;
}
.footer-text p {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding-top: 10px;
  margin-bottom: 0px;
}
.footer-text-a p {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding-top: 0px;
}
.footer-text-B {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding: 15px;
  justify-content: center;
}
.footer-text-small {
  font-size: 10px;
  padding-top: 1px;
  font-family: "Roboto", sans-serif;
}
.img-bottom {
  object-fit: cover;
  height: 270px;
  width: 100%;
}
.logo {
  width: 80px;
  height: 50px;
}
.icon {
  width: 100px;
  height: 100px;
  padding: 23px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.about-us-image {
  display: block;
  width: 270px;
  height: auto;
  max-width: 100%;
  margin: 30px auto;
}
.about-us-text p {
  font-size: 14px;
  font-weight: 100px;
  font-family: "Roboto", sans-serif;
  padding-right: 40px;
}
.parent {
  position: relative;
  height: 330px;
}
.parent-button {
  position: relative;
  max-height: 330px;
}
.child-img-1 {
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 205px;
  height: auto;
  max-width: 100%;
}
.child-img-2 {
  position: absolute;
  top: 125px;
  left: 95px;
  width: 240px;
  height: auto;
  max-width: 100%;
}

.child-img-3 {
  position: absolute;
  top: 40px;
  left: 260px;
  bottom: 150px;
  width: auto;
  height: 150px;
  max-height: 100%;
}

.col-relative {
  position: relative;
  width: 100%;
  height: 250px;
}
.my-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #09090a;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  background-color: #dcdfe0;
  border: solid #4ce2ff 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 155px;
  height: 35px;
  position: relative;
  left: 40px;
  margin-top: 60px;
}

.my-button:hover {
  border: solid #4fe3ff 1px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(to bottom, #ffffff, #ffffff);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
}
.cards-text p {
  padding: 25px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
}

.custom-modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.message-img {
  height: 45px;
  width: 55px;
}
.modal-content.modal-border {
  border-radius: 0px;
}
.modal-text {
  padding-left: 25px;
  padding-right: 50px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.modal-text p {
  margin-bottom: 0;
}

.modal-contact-header {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.my-label {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  padding-top: 11px;
  padding-bottom: 1px;
  margin-right: 30px;
  margin-left: 30px;
}

.form-control.my-email {
  border-color: #7569fa;
  font-size: 9px;
  height: 30px;
  width: 400px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 5px;
}
.form-control.my-textarea {
  width: 400px;
  border-color: #7569fa;
  max-width: 100%;
  height: 60px;
  max-height: 100%;
  font-size: 9px;
  margin: auto;
  padding: 5px;
}

.my-modal-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: "Play", sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 0;
  background-color: #776bff;
  border: solid #a7a1f4 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 75px;
  max-width: 100%;
  height: 30px;
  max-height: 100%;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 15px;
  float: right;
}

.my-modal-button:hover {
  border: solid #a7a1f4 1px;
  background: #ffffff;
  color: #776bff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(to bottom, #ffffff, #ffffff);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
}
.modal-label {
  padding: 10px;
  padding-left: 30px;
  font-size: 10px;
}

.custom-cards {
  min-height: 200px;
  max-width: 280px;
  background-color: #f7f7f7;
  box-shadow: #09090a;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.work-margin {
  margin-bottom: 100px;
}

a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: rgba(0, 0, 0, 0.847);
}
a:active {
  color: rgb(0, 0, 0);
}
.row-relative-images {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.col-relative-images {
  position: relative;
}

/* mobile devices */
@media only screen and (max-width: 768px) {
  .col-relative {
    position: absolute;
    top: auto;
    left: 50%;
  }

  .col-relative-images {
    height: 100%;
  }

  .header-content {
    height: 560px;
  }

  .my-button {
    margin-top: 15px;
  }

  .child-img-1 {
    position: absolute;
    top: 58px;
    left: 8px;
    z-index: 1;
    width: 161px;
    height: auto;
    max-width: 100%;
  }
  .child-img-2 {
    position: absolute;
    top: 116px;
    left: 46px;
    width: 210px;
    height: auto;
    max-width: 100%;
  }

  .child-img-3 {
    position: absolute;
    top: 77px;
    left: 183px;
    bottom: 150px;
    width: auto;
    height: 104px;
    max-height: 130px;
  }
}

@media only screen and (max-width: 580px) {
  .col-relative {
    position: absolute;
    top: auto;
    left: auto;
  }
  .header-content {
    height: 640px;
  }
  .child-img-1 {
    top: 10%;
    left: 1%;
    width: 186px;
    height: auto;
  }

  .child-img-2 {
    top: 35%;
    left: 27%;
    width: 224px;
    max-width: 100%;
  }

  .child-img-3 {
    top: 14%;
    left: 63%;
    bottom: 154px;
  }
}
