.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.archive_sev {
margin-bottom: 110px;
}
@media (max-width: 767px) {
.archive_sev {
margin-bottom: 80px;
}
}
.archive_sev .archive_sev_content {
display: grid;
grid-column-gap: 30px;
grid-row-gap: 50px;
}
.archive_sev .archive_sev_content.two_column {
grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
.archive_sev .archive_sev_content.two_column {
grid-template-columns: auto;
}
}
.archive_sev .archive_sev_content.three_column {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
.archive_sev .archive_sev_content.three_column {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.archive_sev .archive_sev_content.three_column {
grid-template-columns: auto;
}
}
.archive_sev .archive_sev_content.four_column {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
.archive_sev .archive_sev_content.four_column {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 991px) {
.archive_sev .archive_sev_content.four_column {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.archive_sev .archive_sev_content.four_column {
grid-template-columns: auto;
}
}
.ova-service-list {
width: 100%;
}
.ova-service-list .text {
margin: 0;
font-weight: 700;
font-size: 24px;
line-height: 1.5;
color: var(--heading);
padding-bottom: 15px;
margin-bottom: 20px;
position: relative;
}
.ova-service-list .text:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
width: 100%;
height: 1px;
background: #e9e9e9;
}
.ova-service-list .service-title-list {
list-style: none;
margin: 10px 0 0;
padding: 0;
}
.ova-service-list .service-title-list li.item {
padding: 0;
margin-bottom: 8px;
}
.ova-service-list .service-title-list li.item a {
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 800;
font-size: 16px;
padding: 16px 30px;
line-height: 1.2;
color: var(--heading);
background-color: #f5f5f5;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ova-service-list .service-title-list li.item a i {
color: var(--primary);
font-size: 11px;
}
.ova-service-list .service-title-list li.item:hover a, .ova-service-list .service-title-list li.item.active a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: var(--heading);
color: #fff;
}
.ova-service-box-elementor {
display: grid;
grid-column-gap: 30px;
grid-row-gap: 50px;
}
.ova-service-box-elementor.two_column {
grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
.ova-service-box-elementor.two_column {
grid-template-columns: auto;
}
}
.ova-service-box-elementor.three_column {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
.ova-service-box-elementor.three_column {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.ova-service-box-elementor.three_column {
grid-template-columns: auto;
}
}
.ova-service-box-elementor.four_column {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
.ova-service-box-elementor.four_column {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 991px) {
.ova-service-box-elementor.four_column {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.ova-service-box-elementor.four_column {
grid-template-columns: auto;
}
}
.ova-service-box-template1 {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
position: relative;
background-color: #fff;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
border: 1px solid transparent;
padding: 60px;
z-index: 1;
text-align: center;
overflow: hidden;
}
@media (max-width: 520px) {
.ova-service-box-template1 {
padding: 40px 30px;
}
}
.ova-service-box-template1:hover {
transition: all 0.3s ease;
border: 1px solid var(--primary);
}
.ova-service-box-template1:hover .mask {
transition: all 0.5s ease;
opacity: 1;
}
.ova-service-box-template1:hover .img-service {
transition: all 0.5s ease;
transform: translateY(5px);
}
.ova-service-box-template1 .mask {
transition: all 0.5s ease;
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background-position: top left;
background-size: auto;
background-repeat: no-repeat;
opacity: 0.25;
z-index: -1;
}
.ova-service-box-template1 .img-service {
transition: all 0.5s ease;
position: relative;
display: inline-block;
margin-bottom: 48px;
}
.ova-service-box-template1 .img-service img {
transition: all 0.5s ease;
width: 198px;
height: 198px;
border-radius: 50%;
display: block;
object-fit: cover;
}
.ova-service-box-template1 .img-service .icon {
transition: all 0.5s ease;
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
width: 90px;
height: 90px;
border-radius: 50%;
background-color: var(--primary);
}
.ova-service-box-template1 .img-service .icon i {
transition: all 0.3s ease;
display: inline-flex;
font-size: 52px;
color: #fff;
}
.ova-service-box-template1 .info a .title:hover {
transition: all 0.3s ease;
color: var(--primary);
}
.ova-service-box-template1 .info .title {
position: relative;
z-index: 1;
transition: all 0.3s ease;
margin: 0;
padding-bottom: 25px;
font-weight: 400;
font-size: 24px;
line-height: 1.2;
}
.ova-service-box-template1 .info .description {
margin: 0 0 25px 0;
font-size: 16px;
font-weight: 500;
padding-bottom: 30px;
border-bottom: 1px solid #f0e8e8;
}
.ova-service-box-template1 .info .book-button {
transition: all 0.3s ease;
position: relative;
z-index: 1;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 12px;
letter-spacing: 0.5px;
font-weight: 600;
color: var(--heading);
text-transform: uppercase;
line-height: 1;
}
.ova-service-box-template1 .info .book-button:hover {
transition: all 0.3s ease;
color: var(--primary);
}
.ova-service-box-template1 .info .book-button i {
font-size: 15px;
line-height: 1;
margin-left: 8px;
}
.ova-service-box-template2 {
transition: all 0.3s ease;
text-align: left;
background-color: #fff;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
z-index: 1;
padding: 50px;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
background-color: #fff;
border: 1px solid transparent;
}
@media (max-width: 520px) {
.ova-service-box-template2 {
padding: 30px;
}
}
.ova-service-box-template2:hover {
transition: all 0.3s ease;
border: 1px solid var(--primary);
}
.ova-service-box-template2:hover .mask {
transition: all 0.5s ease;
bottom: 0;
opacity: 1;
}
.ova-service-box-template2:hover .icon i {
transition: all 0.5s ease;
transform: translateY(-5px);
}
.ova-service-box-template2 .mask {
transition: all 0.5s ease;
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: -30px;
opacity: 0;
background-position: bottom right;
background-size: auto;
background-repeat: no-repeat;
}
.ova-service-box-template2 .icon {
position: relative;
display: inline-flex;
}
.ova-service-box-template2 .icon i {
transition: all 0.5s ease;
transform: translateY(0);
display: inline-flex;
font-size: 66px;
color: var(--primary);
}
.ova-service-box-template2 a .title:hover {
transition: all 0.3s ease;
color: var(--primary);
}
.ova-service-box-template2 .title {
transition: all 0.3s ease;
position: relative;
z-index: 1;
font-size: 20px;
margin: 6px 0 23px 0;
font-weight: 400;
color: var(--heading);
}
.ova-service-box-template2 .description {
position: relative;
font-size: 16px;
font-weight: 500;
margin: 0;
color: var(--text);
z-index: 1;
}