/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 17 feb 2025, 8:24:49
    Author     : USUARIO
*/
h2{
    font-: 2rem !important;
    color: #006fc1 !important;
}
.fa-plus::before {
    content: "\f107" !important;
}

.header-main .main-menu ul li .submenu {
    min-width: 300px !important;
}
.service-card-items .service-image::before{
    background: linear-gradient(180deg, #C0DCF4 0%, #BDE7F0 100%) !important;
    ;
}
h1{
    font-size: 3.5rem !important;
}


.service-box-items .service-content .number{
    -webkit-text-stroke: 1px rgba(1, 204, 251, 0.5)
}
.service-box-items:hover .service-content .number{
    -webkit-text-stroke: 1px rgba(1, 204, 251, 0.5)
}

.service-card-items:hover .content h3 a {
    color: black !important;
}
.service-card-items:hover .content p {
    color: black !important;
}
.service-card-items:hover .content .link-btn {
    color: black !important;
}
.news-box-items:hover, .news-box-items.active {
    background-color: #0371c1 !important;
}

.breadcrumb-wrapper {
    padding-top: 200px !important;
    padding-bottom: 50px !important;
}

.theme-btn {
    background-color: #e5edf2 !important;
    color: #848282 !important;
    //border-radius: 40px !important;
}

.page-nav-wrap ul li .page-numbers {
  width: auto !important;
  padding: 1px 40px !important;
}