.testimonial-contact-wrapper::before {
    width: 100%;
}

.light-mode .header-area .navbar-nav li > a {
    color: #0E0E0E !important;
} 

#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

.navbar-brand img {
    width: 200px;
}

* {
  font-family: "Montserrat", sans-serif ;
  font-style: normal;
}


.light-mode .header-area.style-five {
    height: 80px;
    background-color: white !important;
}

.header-area .navbar-nav li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.light-mode .header-area.style-five .navbar {
    height: 80px;
}

.sideMenuButton {
    border-radius: 16px;
}

.btn {
    border-radius: 22px;
}

.text-colored {
    color: #00b897;
}

.box-hover {
    border: 2px solid #f1f1f1;
    min-height: 200px;
    width: 360px;
    background-color: white;
    border-radius: 24px;
    padding: 20px;
}

.light-mode .footer-wrapper {
    background-color: #0E0E0E !important;
}

.footer-card a, .footer-card h5, .footer-card p, .footer-wrapper p {
    color: #f1f1f1 !important;
}

form .btn {
    border-radius: 22px !important;
}

.light-mode form .form-control {
    border: 2px solid #f1f1f1;
    background-color: white;
    border-radius: 22px;
}

#contactForm .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 12px !important;
}

.contact-form {
    padding: 76px 60px 60px 60px !important;
}

#scrollTopButton {
    border-radius: 16px;
}

label.error {
    color: #c00c0c;
    font-size: 12px;
}

.hero-swiper .btn {
    width: 300px;
}

.hero-card h2 {
    letter-spacing: normal;
    font-size: 40px;
}

.navbar-collapse {
    background-color: white;
}

@media screen and (max-width: 991px ){
    #vorixNav {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    margin-top: 80px;
}

.breadcrumb-wrapper .breadcrumb-content ul {
    position: absolute;
    bottom: -22px;
    border-radius: 16px;
}