.elementor-element {
  --widgets-spacing: 0 !important;
  --widgets-spacing-row: 0 !important;
  --widgets-spacing-column: 0 !important;
}
.ourwork .grid {
  margin-bottom: 22px;
}
a {
  cursor: pointer;
}
.frm-show-form .hide_req {
    display: none;
    font-size: 12px;
    color: #d92932;
    font-family: "ShubbakRegular";
    margin-right: 10px;
    margin-top: 5px;
}
.frm-show-form .hide_email {
    display: none;
    font-size: 12px;
    color: #d92932;
    font-family: "ShubbakRegular";
    margin-right: 10px;
    margin-top: 5px;
}
.frm-show-form .inputField.missing .hide_req {
    display: block !important;
}
.frm-show-form .inputField.invalid-email .hide_email {
    display: block !important;
}
.inputField.invalid-email .field {
  border-color: #d92932 !important;
}
.inputField.invalid-email .picicon svg path {
  fill: #d92932;
  fill-opacity: 1;
}
.inputField.invalid-email label {
  color: #d92932;
}
#recaptcha-error{
    font-size: 12px;
    color: #d92932;
    font-family: "ShubbakRegular";
    margin-top: 5px;
}
#trp-floater-ls div:not(#trp-floater-poweredby) > a {
  justify-content: center;
}