.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;
}