@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');

body p,
body span,
body ul li {
  transition: all 0.5s ease !important;
  color: #4F4F4F;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
body a {
  transition: all 0.5s ease !important;
  text-decoration: none !important;
  color: #4F4F4F;
  font-size: 1rem;
  line-height: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}
.w-100 img {
  width: 100%;
}
.sm-body,
.sm-body a,
.nav-link,
.content-project p {
  font-size: 0.938rem;
  line-height: 1.5rem;
}
.wpcf7-acceptance span {
  font-size: 0.75rem;
  line-height: normal;
}
.wp-block-image img {
  width: 100%;
}
.wpcf7 select.wpcf7-form-control.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-size: 11px 11px;
  background-color: #fff;
}
footer p, footer a, footer ul li {
  font-size: 1rem;
  line-height: 200%;
}
h1,
.font-64, h1 strong, .h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: "Teko", sans-serif;
  color: #000;
}
h2, .h2, h2 strong, h1.h2 strong {
  font-size: 1.875rem;
  font-family: "Teko", sans-serif;
  color: #000;
}
h3,
.font-48, h3 a, h3 strong, .h3 {
  font-size: 1.5rem;
  font-family: "Teko", sans-serif;
  color: #000;
}
h4,
.font-32, h4 strong {
  font-size: 1.125rem;
  font-family: "Teko", sans-serif;
  color: #000;
}
.navbar-toggler-icon {
  background-image: none;
  width: auto;
  height: 28px;
}
.navbar-toggler-icon::after {
  content: '\f0c9';
  font-family: 'fontawesome';
  font-size: 1.75rem;
  color: #ffff;
  line-height: normal;
}
.btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
.navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-dark {
  background-color: #575B65 !important;
  padding: 1rem 0;
}
.color-white {
  color: #fff;
}
.navbar-brand {
  padding: 0;
  margin-right: 0;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.nav-link {
  color: #fff;
}
.nav-link:hover, .current-menu-item a {
  color: #e5c788;
}
.offcanvas {
  background: #575B65;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #e5c788;
  cursor: pointer;
  border-radius: 10px;
  font-size: 1rem;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  color: #000;
  justify-content: center;
  align-items: center;
}
#myBtn:hover {
  background-color: #575B65;
  color: #e5c788;
}
.fa:hover {
  color: #e5c788;
}
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select {
  border-radius: 0;
  border: none;
  border: 1px solid #CED4DA;
  color: #212529 !important;
}
::-ms-input-placeholder, textarea::placeholder {
  text-align:right !important;
  transform: translateY(150px) !important;
}
.placeholderr {
  bottom: 10px;
  /* color: #ccc; */
  font-family: "Poppins", sans-serif;
  position: absolute;
  /* text-align: center; */
  width: 100%;
  z-index: 1;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.wpcf7 textarea {
  border: none;
  border: 1px solid #ECECEC;
  position: relative;
  border-radius: 0;
}
.wpcf7 textarea:focus {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7 {
  max-width: 415px;
  margin: auto 0 0 0 !important;
}
.wpcf7 .wpcf7-submit,
.wpcf7 input[type="submit"]:disabled,
.wpcf7 input[type="submit"]:first-child:active,
.wpcf7 input[type="submit"]:first-child:active:focus-visible,
.wpcf7 input[type="submit"]:focus {
  font-size: 1rem !important;
  color: #000 !important;
  font-weight: 600 !important;
  background-color: #e5c788 !important;
  border: none !important;
  width: 7.125rem !important;
  box-shadow: none !important;
  position: relative !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  padding: 8px 20px !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
.wpcf7 .wpcf7-submit:hover {
  color: #e5c788  !important;
  background-color: #575B65 !important;
}
.wpcf7 .wpcf7-form .submit-form p:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #f7941d;
}
.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 select:focus,
.modal-dialog .wpcf7 input[type="text"]:focus,
.modal-dialog .wpcf7 input[type="email"]:focus,
.modal-dialog .wpcf7 select:focus,
.modal-dialog .wpcf7 textarea:focus {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #ECECEC;
}
.wpcf7 .wpcf7-form label,
.wpcf7 .wpcf7-form span,
.wpcf7-list-item-label {
  color: #000;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #e5c788 !important;
  font-size: 0.9rem;
}
.wpcf7 textarea:focus {
  border: 1px solid #ECECEC;
}
footer, #wrapper-footer-full, #wrapper-static-hero {
  background-color: #575B65;
}
#wrapper-footer-full {
  padding: 0;
}
footer ul {
  list-style-type: none;
}
footer p, footer p a {
  color: #fff;
  margin-bottom: 0;
}
footer {
  padding: 2rem 0;
}
figure, .wp-block-image img {
  margin-bottom: 0;
}
@media (min-width:768px) {
  .page-template .img-margin-left {
    margin-left: -8rem;
    position: relative;
    z-index: -1;
  }
  .page-template .img-margin-right {
    margin-right: -8rem;
    position: relative;
    z-index: -1;
  }
}
.page-template .img-margin-left figure,
.page-template .img-margin-right figure {
  height: 100%;
}
.page-template .img-margin-left figure img,
.page-template .img-margin-right figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width:1450px) {
  .container {
    max-width: 1300px;
  }
}
.pt-45rem {
  padding-top: 4.5rem;
}
.py-45rem {
  padding: 4.5rem 0;
}
.pt-6 {
  padding-top: 6rem;
}
.pb-6 {
  padding-bottom: 6rem;
}
.pb-10 {
  padding-bottom: 10rem;
}
.img-circle figure {
  width: 10.75rem;
  height: 10.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7EFD9;
  border-radius: 50%;
  margin-bottom: 1.5rem !important;
  margin-left: auto;
  margin-right: auto;
}
.img-circle img {
  margin-bottom: 0 !important;
  width: auto;
}
.group-width {
  max-width: 39.5rem;
  min-height: 27rem;
  display: flex;
  align-items: center;
}
.wp-block-button__link {
  padding: 7px 23px;
}
.page-template .wp-block-button__link:hover {
  background-color: #575B65 !important;
  color: #e5c788 !important;
}
.wp-block-list li {
  margin-bottom: 1rem;
}
.wp-block-column p a:hover {
  color: #e5c788;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #e5c788 !important;
}
@media (min-width: 782px) and (max-width:991px) {
  .img-circle figure {
    height: 8.75rem;
  }
}
@media (max-width: 781px) {
  .page-template .wp-block-group__inner-container .img-circle, .page-template  .mobile-design .wp-block-column  {
    flex-basis: 47% !important;
  }
  .img-circle img {
    width: 50%;
  }
  .img-circle figure {
    width: 6.75rem;
    height: 6.75rem;
    margin-bottom: 1rem !important;
  }
  .wpcf7 {
    max-width: 100%;
      margin: auto 0 0 0 !important;
  }
}
@media (max-width: 767px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1rem;
  }
  h1,
  .font-64, h1 strong, .h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  h2, .h2, h2 strong, h1.h2 strong {
    font-size: 1.5rem;
  }
  h3,
  .font-48, h3 a, h3 strong {
    font-size: 1.5rem;
  }
  h4,
  .font-32, h4 strong {
    font-size: 1rem;
  }
  .pt-6 {
    padding-top: 2cqh;
  }
  .pb-6 {
    padding-bottom: 2rem;
  }
  .pb-10 {
    padding-bottom: 2rem;
  }
  .py-45rem {
    padding: 2rem 0;
  }
  .pt-45rem {
    padding-top: 2rem;
  }
}
