body {
    color: #183153;
    overflow-x: hidden;
    font-family: var(--main-font-family), sans-serif;
    top:0 !important;
}
h1, h2, h3 {
    color: #32236f;
    cursor:default;
}
.small, small {
    font-size: 80%;
}

.img-fluid-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visually-hidden {
    color: #000 !important;
    background-color:#FFF !important;
}

#google_translate_element, #goog-gt-tt, .goog-te-banner-frame, .skiptranslate {
    display: none !important;
    position: absolute;
    top: -500px;
    z-index: 0;
}
.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

img[height="1"], img[width="1"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.pe-none a[href] {
    pointer-events: auto !important;
}
a[href], a[role=button] {
    cursor: pointer;
    transition: .3s ease-in-out;
}
.offcanvas_main_menu li a:hover, .slider .slider__content button:hover, .slider .slider__nav button:hover, a:hover {
    color: var(--main-color-hexa);
}

.lp-link {
    color: #32236f;
    cursor: pointer;
    transition: all .25s ease-in-out;
}
.lp-link:hover {
    color: var(--main-color-hexa);
}

.lp-sections {
    padding: 100px 0;
}
.sections-lg {
    margin-top: 80px;
    padding-bottom: 120px;
}
.lp-sections .title {
    font-size: 22px;
    font-weight: 600;
}
.section-title {
    font-size: 40px;
    font-weight: 700;
}
.section-bg-light {
    background-color: rgba(var(--main-color-rgb),.15);
}
footer .section-bg-light {
    background-color: #f7f6fe !important;
}

.modal-open .main-header, .offcanvas-open .main-header {
    right: 17px !important;
}

.focus-div {
    margin-bottom: 3rem;
}

/* Wrap Card */
.wrap-card {
    position: relative;
}
.wrap-card::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--main-color-rgb),.20);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    border-radius: 30px;
}

/* Forms */
.form-label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.form-control, .form-select {
    height: 50px;
    border-color: #c8c5da;
    border-radius: 0.5rem;
}
textarea.form-control {
    min-height: 160px !important;
}
.form-check-input:checked {
    background-color: var(--main-color-hexa);
    border-color: var(--main-color-hexa);
}

/* Validate Form */
.has-validate-form {
    position: relative;
}
.invalid-feedback {
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
}
.has-validate-form .invalid-feedback {
    position: absolute;
    left: 0;
    margin-top: 10px;
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    z-index: 10;
}
.required {
    color: #f3051c !important;
}
.requiredCheck, .requiredCheck a {
    color: #f3051c !important;
}
.requiredCheck .slider {
    background-color: #f3051c !important;
}
:invalid ~ .invalid-feedback, .required ~ .invalid-feedback,
.required:invalid ~ .invalid-feedback, .requiredCheck ~ .invalid-feedback {
    display: block;
}
.requiredCheck ~ .invalid-feedback {
    margin-top: 0px !important;
}
.required, .requiredCheck.form-switch .form-check-input {
    border-color: #f3051c !important;
    box-shadow: 0 0 0 0.15rem rgb(243 5 28 / 75%), 0 0 0 0.4rem rgb(243 5 28 / 25%) !important;
}

/* Buttons */
.btn {
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.2rem;
    z-index: 1;
}

.btn-primary {
    --bs-btn-color: var(--main-color-contrast);
    --bs-btn-bg: var(--main-color-hexa);
    --bs-btn-border-color: var(--main-color-hexa);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color-button-hover);
    --bs-btn-hover-border-color: var(--main-color-button-hover);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-color-button-hover);
    --bs-btn-active-border-color: var(--main-color-button-hover);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--main-color-hexa);
    --bs-btn-disabled-border-color: var(--main-color-hexa);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--main-color-contrast);
    background-color: var(--main-color-hexa);
}

/* Modals */
.modal-content, .offcanvas {
    border: none !important;
}
.modal-chatbot .modal-dialog {
    max-width: 775px !important;
}
.modal-chatbot .modal-content {
    overflow: hidden;
}
.modal-chatbot .modal-body {
    padding: 0 !important;
}
.modal-fullscreen .modal-body {
    padding: 30px;
}

/* Focus */
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
iframe:focus-visible, [href]:focus-visible, [contentEditable="true"]:focus-visible, [role="button"]:focus, [role="button"]:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.4rem rgba(var(--main-color-rgb), .30), 0 0 0 0.15rem rgba(var(--main-color-rgb), .95) !important;
    transition: none !important;
    opacity: 1;
}
iframe:focus, [href]:not(.btn):focus-visible, [contentEditable="true"]:focus-visible {
    border-radius: 6px;
}
button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.4rem rgba(var(--main-color-rgb), .30), 0 0 0 0.15rem rgba(var(--main-color-rgb), .95) !important;
    transition: none !important;
}
.form-control:focus, .form-control:focus-visible {
    outline: 0;
    border-color: rgba(var(--main-color-rgb), 1);
    box-shadow: 0 0 0 0.4rem rgba(var(--main-color-rgb), .30), 0 0 0 0.15rem rgba(var(--main-color-rgb), .95) !important;
}
.form-switch .form-check-input:focus {
    background-image: none !important;
    border-color: var(--main-color-button-hover);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--main-color-rgb), .30);
}
.form-switch .form-check-input:focus::before {
    background-color: var(--main-color-button-hover);
}
.form-check-input:focus {
    border-color: var(--main-color-hexa);
    box-shadow: 0 0 0 0.25rem rgba(var(--main-color-rgb), 25%);
}

/* Header */
header {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 15px 0px;
    background-color: #ffffff;
    box-shadow: 0px 6px 30px rgb(53 50 92 / 15%);
    z-index: 1030;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}
.navbar li {
    margin: 0px;
}
.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand {
    margin: 0px;
    padding: 0px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    padding: 6px 16px 6px !important;
    color: #27346d;
    font-weight: 600;
}
.nav-link:hover {
    color: var(--main-color-hexa);
}
.nav-link.active {
    position: relative;
    color: #000 !important;
    font-weight: 700;
    pointer-events: none!important;
    cursor: default;
}
.nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: var(--main-color-hexa);
}
.nav-link.btn-ws {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    height: 40px;
    width: 40px;
    padding: 0 !important;
    font-size: 2rem;
}
.nav-link.btn-call {
    color: var(--main-color-contrast);
    background-color: var(--main-color-hexa);
    font-size: 16px;
    border-radius: 30px;
    position: relative;
}
.nav-link.btn-call::before, .nav-link.btn-call::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    z-index: -1;
}
.nav-link.btn-call::before {
    animation: pulse-blue-medium-sm 3.5s infinite;
}
.nav-link.btn-call::after {
    animation: pulse-blue-small-sm 3.5s infinite;
}
.btn-call .span-tlf {
    margin-left: 8px;
}
.nav-link.btn-call:hover {
    background-color: var(--main-color-button-hover);
}
.nav-link.ptrans {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    height: 40px;
    width: 50px;
    padding: 0 !important;
    font-size: 1.5rem;
}
.ptrans .text-lang {
    font-size: 1.2rem;
    text-transform: capitalize;
}
.wrap-langs {
    margin-left: 15px;
    padding-left: 10px;
}
.wrap-langs::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background-color: #c3c0d4;
}

.navbar-toggler {
    border: none;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    line-height: 0px;
}
.navbar-toggler .icon-bar {
    position: relative;
    width: 28px;
    height: 3px;
    background-color: #27346d;
    margin: 0px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-toggler .middle-bar {
    margin: 6px 0px;
    opacity: 1;
}
.navbar-toggler[aria-expanded="true"] .top-bar {
    -webkit-transform: rotate(-45deg) translate(-9px, 3.5px);
    -ms-transform: rotate(-45deg) translate(-9px, 3.5px);
    transform: rotate(-45deg) translate(-9px, 3.5px);
    background: #27346d;
    left: 4px;
}
.navbar-toggler[aria-expanded="true"] .middle-bar {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"]  .bottom-bar {
    -webkit-transform: rotate(45deg) translate(-9px, -3.5px);
    -ms-transform: rotate(45deg) translate(-9px, -3.5px);
    transform: rotate(45deg) translate(-9px, -3.5px);
    background: #27346d;
    left: 4px;
}
.nav-backgdrop {
    display: none;
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    padding-top: 140px;
    padding-bottom: 210px;
}
.hero-content h1 {
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-bottom: 18px;
}
.hero-content .description {
    font-size: 24px;
    line-height: 34px;
}
.main-banner .card {
    border: none;
    box-shadow: 0px 10px 35px rgb(51 42 88 / 45%);
    border-radius: 30px;
    overflow: hidden;
}

/* Slick */
.slick-slider {
    position: relative;
    display: block
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 320px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-dots {
    display: flex;
    align-items: center !important;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    width: 20px;
    height: 20px;
}
.slick-dots li button {
    border: 0;
    background-color: rgb(204 202 229 / 50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.slick-dots li button:hover {
    background-color: var(--main-color-hexa);
}
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    background-color: var(--main-color-hexa);
    width: 12px;
    height: 12px;
}
.slick-dots li.slick-active button {
    background-color: var(--main-color-hexa);
}
.slick-arrow {
    position: absolute;
    bottom: 10px;
    border: none;
    outline: 0;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    z-index:10;
}
.slick-arrow:hover {
    background-color: rgba(var(--main-color-rgb),.15);
    color: var(--main-color-hexa);
}
.slick-arrow.slick-prev {
    left:15px;
}
.slick-arrow.slick-next {
    right:15px;
}
.slick-arrow.slick-prev::before {
    content: "\f060";
}
.slick-arrow.slick-next::before {
    content: "\f061";
}
.main-banner .slider .image-item {
    position: relative;
    min-height: 300px;
}
.main-banner .slider .image-item img {
    position: relative;
    top: 0;
    max-width: 100%;
    height: auto;
}
.main-banner .footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

/* Services */
.wrap-items-services {
    margin: 15px 0 40px;
}
.wrap-items-services .card {
    border: 0 !important;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 40px 40px 0 rgb(14 17 51 / 10%);
    transition: .3s linear;
}
.wrap-items-services .card .wrap-icon {
    padding: 0;
    overflow: hidden;
    border: 0 !important;
    border-radius: 15px;
    height: 58%;
}
.wrap-items-services .card-body {
    padding: 20px 30px;
    overflow: hidden;
    height: 90px;
}
.wrap-items-services .card .title {
    font-size: 22px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrap-items-services .card .description {
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
    height: 70px;
    overflow: hidden;
}
.wrap-items-services .card .description::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 30px, rgba(255,255,255,0.95));
    z-index: 20;
}


/* About */
.lp-sections.about {
    padding: 140px 0;
}
.about .wrap-card::before {
    -webkit-transform: rotate(-8deg) !important;
    transform: rotate(-8deg) !important;
}
.about .card {
    border: none;
    box-shadow: 0px 10px 35px rgb(51 42 88 / 45%);
    border-radius: 30px;
    overflow: hidden;
}
.wrap-about-text {
    padding-left:60px;
}
.wrap-about-text .description {
    font-size: 18px;
}

/* Find Us */
.find-us .icon {
    width: 90px;
    height: 90px;
    background-color: var(--main-color-hexa);
    display: block;
    border-radius: 50%;
    margin: 30px auto;
    display: flex;
}
.find-us .icon span {
    margin: auto;
}
.find-us .icon span::before {
    font-size: 40px;
    color: var(--main-color-contrast);
    display: flex;
    justify-content: center;
}
.find-us .description {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
.wrap-map {
    display: flex;
    margin-top: 50px;
}
.wrap-map iframe {
    width: 100%;
    height: 450px;
}

/* Contact */
.contact .card {
    border: none;
    box-shadow: 0px 10px 35px rgb(51 42 88 / 45%);
    border-radius: 30px;
    overflow: hidden;
}
.contact .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-top: 35px;
    position: relative;
    justify-content: center;
    gap: 3rem;
}
.contact .icons .icon-with-text {
    position: relative;
    text-align: center;
}
.contact .icons a {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius:50px;
    border: 2px solid #32236f;
    display: flex;
    padding: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: auto;
    margin-bottom: 15px;
    text-decoration:none;
    cursor:pointer;
}
.contact .icons .icon-text {
    font-size: 14px;
    font-weight: 700;
    color: #32236f;
}
.contact .icons .icon-with-text:hover .icon-text {
    color: var(--main-color-button-hover);
}
.contact .icons a span {
    margin: auto;
    color: #32236f;
    font-size: 24px;
}
.contact .icons a:hover {
    background-color: var(--main-color-hexa);
    border-color: var(--main-color-hexa);
}
.contact .icons a:hover span {
    color: #fff;
}
.contact .wrap-card {
    width: 80%;
    margin: 0 auto;
}
.wrap-landbot {
    width: 100%;
    height: 100vh;
    max-height: 70vh;
    overflow: hidden;
}

/* Footer */
.main-footer {
    padding-top: 60px;
}
.main-footer-top {
    padding: 20px 0 40px;
}
.main-footer-bot {
    border-top: 2px solid rgb(204 202 229 / 35%);
    padding: 20px 0;
}
.main-footer .nav-legal {
    justify-content: flex-end;
}
.main-footer .nav-legal .vr {
    margin: 0 10px;
}
.copyright {
    font-size: 14px;
    margin-bottom: 0px;
}
.wrap-logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.logo-footer {
    width: 220px;
}
.logo-kit-digital {
    text-align: center;
}
.logo-wcag {
    width: 100px;
}
.main-footer .nav-legal a {
    font-size: 14px;
    cursor: pointer;
    color: #32236f;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.main-footer .nav-legal a:hover {
    color: var(--main-color-hexa);
}
.main-footer .links {
    display: flex;
    flex-direction: column;
}
.main-footer .f-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
.main-footer .links a {
    color: #32236f;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.main-footer .links a:hover {
    color: var(--main-color-hexa);
}
.main-footer .info {
    line-height: 26px;
}
.social-footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
    position: relative;
}
.social-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #32236f;
    margin: 0 6px;
    padding: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
    text-decoration: none;
    border: 2px solid #32236f;
    border-radius: 40px;
    background-color: transparent;
}
.social-footer a:hover {
    color: #fff;
    border-color: var(--main-color-hexa);
    background-color: var(--main-color-hexa);
}

/* Modals */
.modal-land .modal-header {
    padding: 15px 22px 0 !important;
    border: 0 !important;
}

/* Header Btn Animation */
@keyframes pulse-blue-small-sm {
    0% {
        box-shadow: 0 0 0 0 var(--main-color-hexa);
        opacity: 0.7;
    }
    100%, 30% {
        box-shadow: 0 0 0 12px transparent
    }
}

@keyframes pulse-blue-medium-sm {
    0% {
        box-shadow: 0 0 0 0 var(--main-color-hexa);
        opacity: 0.4;
    }
    100%, 30% {
        box-shadow: 0 0 0 20px transparent
    }
}

/* Cookies Box */
#didomi-host .didomi-notice-data-processing-container .didomi-notice-data-processing-title {
    color: #183153 !important;
}
#didomi-host .didomi-notice-data-processing-container .didomi-notice-data-processing-list {
    font-weight: 400 !important;
    color: #183153 !important;
}
#didomi-host p a:not(.didomi-no-link-style) {
    color: #000 !important;
}
#didomi-host a:not(.didomi-no-link-style):hover {
    color: var(--main-color-button-hover) !important;
}
#didomi-host .didomi-components-button {
    border-radius: 30px !important;
    position: relative;
    font-size: 0.80rem !important;
    transition: .3s ease-in-out;
}
button.didomi-components-button.didomi-button.didomi-components-button--color.didomi-button-highlight.highlight-button {
    color: var(--main-color-contrast) !important;
    background-color: var(--main-color-hexa) !important;
    border-color: var(--main-color-hexa) !important;
}
button.didomi-components-button.didomi-button.didomi-components-button--color.didomi-button-highlight.highlight-button:hover {
    color:#FFF !important;
    background-color: var(--main-color-button-hover) !important;
    border-color: var(--main-color-button-hover) !important;
}
#didomi-host .didomi-exterior-border, #didomi-host .didomi-popup-container {
    border: none !important;
}
#didomi-host .didomi-popup-backdrop {
    background-color: rgb(0 0 0 / 70%) !important;
}

/* RESPONSIVE */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar-brand .logo {
        max-width: 100%;
        height: 70px;
    }
    .nav-link.active::before {
        bottom: -32px !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container {
        padding: 0 25px !important;
    }
    .hero {
        margin-top: 85px !important;
        padding-bottom: 160px !important;
    }
    .hero-content h1 {
        font-size: 50px !important;
    }
    .section-title {
        font-size: 36px !important;
    }
    .lp-sections {
        padding: 80px 0 !important;
    }
    .lp-sections.find-us {
        padding-bottom: 0px !important;
        overflow: hidden;
    }
    .navbar-brand .logo {
        max-width: 100%;
        height: 58px;
    }
    .nav-link.active::before {
        bottom: -27px !important;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .wrap-items-services .card-body {
        padding: 20px !important;
    }
    .wrap-items-services .card .title {
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    .wrap-items-services.items-hrz {
        margin: 15px 0 75px;
    }
    .items-hrz .card {
        flex-direction: row;
    }
    .items-hrz .card .wrap-icon {
        position: relative;
        width: 375px;
        height: auto;
        /*min-height: 250px;*/
        margin: 30px;        
    }
    .items-hrz .card .wrap-icon img {
        /*position: absolute;*/
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        /*min-width: 375px;*/
        /*min-height: 250px;*/
        margin: auto;
    }
    .items-hrz:nth-child(even) .card .wrap-icon {
        order: 2 !important;
    }
    .items-hrz .card .description::before {
        content: none;
        width: 0;
        height: 0;
        background: none;
    }
    .items-hrz .card-body {
        padding: 30px !important;
        height: auto !important;
        width: 65%;
    }
    .items-hrz .card .title {
        font-size: 26px !important;
    }
    .items-hrz .description {
        font-size: 20px !important;
        height: auto !important;
    }
    .logo-footer {
        width: 185px !important;
    }
}
/* Medium devices (landscape tablets, 768px and max 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero {
        margin-top: 50px !important;
        padding-top: 100px !important;
        padding-bottom: 80px !important;
    }
    .navbar-brand .logo {
        height: 58px;
    }
    .hero-content h1 {
        font-size: 42px !important;
        line-height: 50px !important;
    }
    .section-title {
        font-size: 36px !important;
    }
    .wrap-about-text {
        padding-left: 0px !important;
        padding-right: 60px;
    }
    .lp-sections, .lp-sections.about {
        padding: 90px 0 !important;
    }
    .lp-sections.find-us {
        padding-bottom: 0px !important;
        overflow: hidden;
    }
    .contact .wrap-card {
        display: none;
    }
    .logo-footer {
        width: 150px !important;
    }
    .main-footer .info {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin: 0 !important;
    }
    .wrap-items-services .card-body {
        padding: 20px !important;
        height: auto !important;
    }
    .wrap-items-services .card .description {
        height: auto !important;
    }
    .items-hrz .card .description::before {
        content: none;
        width: 0;
        height: 0;
        background: none;
    }
}
/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    header {
        padding: 5px 0px !important;
    }
    .navbar {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .navbar-call-actions {
        justify-content: center;
        margin: 35px 0;
    }
    .nav-link.btn-ws {
        margin: 0 !important;
    }
    .nav-link {
        padding: 15px 16px 7px !important;
    }
    .nav-link.active::before {
        bottom: 0px !important;
        width: 92% !important;
        margin: auto;
    }
    .navbar-nav {
        margin-bottom: 30px;
    }
    .nav-link.btn-call {
        padding: 6px 16px 6px !important;
    }
    .navbar-toggler {
        padding: 10px !important;
        margin: 0px !important;
    }
    .navbar-brand .logo {
        height: 50px !important;
    }
    .hero {
        margin-top: 0px !important;
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        text-align: center;
    }
    .hero-content {
        margin-bottom: 20px;
    }
    .hero-content h1 {
        font-size: 42px !important;
        line-height: 50px !important;
        text-align: center !important;
    }
    .hero-content .btn {
        margin-bottom: 50px !important;
    }
    .wrap-card::before {
        left: 0;
    }
    .lp-sections {
        padding: 70px 0px 50px !important;
    }
    .section-title {
        font-size: 32px !important;
    }
    .lp-sections.about {
        padding: 140px 0;
        overflow: hidden;
    }
    .wrap-about-text {
        padding: 0 20px !important;
        margin-bottom: 50px;
    }
    .lp-sections.find-us {
        padding-bottom: 0px !important;
        overflow: hidden;
    }
    .card-findus {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 1rem !important;
        padding: 10px 0px 10px 15px;
    }
    .find-us .icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0px !important;
    }
    .find-us .icon span::before {
        font-size: 24px !important;
    }
    .find-us .description {
        text-align: left !important;
        width: calc(100% - 70px);
    }
    .contact {
        overflow-x: hidden;
    }
    .contact .form {
        padding: 0 10px;
    }
    .main-footer {
        padding-top: 30px !important;
    }
    .main-footer-top {
        padding: 0px 15px 15px !important;
    }
    .main-footer .wrap-logo {
        align-items: center;
        margin-bottom: 45px;
    }
    .main-footer .links {
        margin-bottom: 40px;
    }
    .main-footer .info {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .main-footer .f-address {
        margin-bottom: 30px;
    }
    .copyright {
        margin-bottom: 20px !important;
        text-align: center;
    }
    .main-footer .nav-legal {
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem !important;
    }
    .main-footer .nav-legal .vr {
        display: none !important;
    }
    .contact .icons {
        gap: 1.5rem;
    }
    .contact .icons .icon-with-text {
        width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .wrap-items-services .card-body {
        padding: 20px !important;
        height: auto !important;
    }
    .wrap-items-services .card .description {
        height: auto !important;
    }
    .items-hrz .card .description::before {
        content: none;
        width: 0;
        height: 0;
        background: none;
    }
    .wrap-items-services .card .wrap-icon {
        height: auto;
    }
}
/* Extra small devices (phones, 324px and down) */
@media only screen and (max-width:324px) {
    .navbar-brand .logo {
        height: 45px !important;
    }
    .hero {
        padding-bottom: 80px !important;
    }
    .hero-content h1 {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }
    .section-title {
        font-size: 26px !important;
    }
    .wrap-items-services .card .title {
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    .wrap-items-services .card-body {
        padding: 20px !important;
    }
    .main-banner .slider .image-item {
        min-height: 245px !important;
    }
    .slick-slide {
        min-height: 305px !important;
    }
    .lp-sections .mb-5 {
        margin-bottom: 1.2rem !important;
    }
}