* {
    margin: 0%;
    padding: 0%;
    font-family: 'Cabin', sans-serif;
}

body {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

@font-face {
    font-family: 'CeraPro';
    src: url("{% static 'fonts/CeraPro-Regular.woff2' %}") format("woff2"),
         url("{% static 'fonts/CeraPro-Regular.woff' %}") format("woff");
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 576px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}



/************************* Overall Styling **************************/

.btn {
    background-color: #1c355e;
    color: #ffffff;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
    outline: none;
}

.btn:focus{
    outline: none;
    box-shadow: none;
}

.btn-custom:hover {
    background-color: #f1f1f1;
    color: #1c355e;
}

.btn:hover {
    background-color: #1c355e;
    color: #ffffff;
}

.login-btn {
    background-color: #7f2729;
    color: #ffffff;
    border-radius: 0.3rem;
    border: none;
    padding: 0.5rem 1.5rem;
    margin: 0 5px;
    outline: none;
    font-size: 1.2rem;
    text-decoration: none;
}

.login-btn:focus{
    outline: none;
    box-shadow: none;
}

.login-btn-custom:hover {
    background-color: #f1f1f1;
    color: #7f2729;
}

.login-btn:hover {
    background-color: #1c355e;
    color: #ffffff;
}


.signup-btn {
    background-color: #1c355e;
    color: #ffffff;
    border-radius: 0.3rem;
    border: none;
    padding: 0.5rem 1.5rem;
    margin: 0 5px;
    outline: none;
    font-size: 1.2rem;
    text-decoration: none;
}

.signup-btn:focus{
    outline: none;
    box-shadow: none;
}

.signup-btn-custom:hover {
    background-color: #f1f1f1;
    color: #7f2729;
}

.signup-btn:hover {
    background-color: #7f2729;
    color: #ffffff;
}

.overlay-btn {
    background-color: #ffffff;
    color: #1c355e;
    border: none;
    padding: 0.5rem 1rem;
    outline: none;
    text-decoration: none;
    border-radius: 5%;
}

.overlay-btn:focus{
    outline: none;
    box-shadow: none;
}

.overlay-btn:hover {
    background-color: #ffffff;
    color: #7f2729;
}

.test-css {
    color: #7f2729;
    font-size: 800;
}
/*********************** Header section *************************/


.section-header {
    text-align: center;
    font-weight: bolder;
    font-size: 12px;
    padding-top: 2rem;
}

.logo {
    margin: 0.5rem;
    width: 20%;
    height: auto;
}

@media (max-width: 576px) {
    .logo {
        margin: 0.5rem;
        width: 20%;
    }
}

.navbar {
    background-color: #ffffff;
    padding-top: 0.5rem;
    color: #1c355e;
}

.extra-nav {
    background-color: #1c355e;
    padding-top: 0.5rem;
    color: #ffffff;
}

.navbar-short {
    border: none;
}

.nav-container {
    margin-right: 2rem;
}

.navbar-light .navbar-toggler.custom-toggler {
    border: none;
}

.navbar-light .navbar-toggler.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-title {
    color: #1c355e;
    text-transform: uppercase;
}

.nav-title:hover {
    color: #7f2729;
}

.nav-title::after {
    color: #7f2729;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(28, 53, 94, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-contact {
    color: #adadad;
    font-size: 0.8rem;
    margin-right: 2rem;
    padding: 2px 5px; 
    margin: 0 5px;
    display: inline-block;
    line-height: 1.2;
}

.nav-contact:hover {
    color: #f1f1f1;
}

/* Main nav link hover and active state */
.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.nav-item .active {
    color: #1c355e !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    color: #7f2729 !important;
    background-color: transparent !important;
}

.dropdown-menu .dropdown-item.active {
    background-color: transparent !important;
    color: #7f2729 !important;
}


.navbar-toggler:focus .navbar-toggler-icon {
    box-shadow: none;
    outline: none;
}

.navbar-brand:hover {
    color: #7f2729 !important;
}



/*********************** Slider **************************/
.slider-title {
    text-align: center;
}

.slider-title h1{
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 800;
}

.carousel {
    background-color: #1c355e;
    height: 20rem;
}

.carousel-caption .text-center {
    max-width: 100%;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-caption h1,
.carousel-caption p {
    padding: 0 20px;
}

.carousel-caption a.btn {
    margin-top: 10px;
}

.slider-img {
    margin-top: 2rem;
}

.carousel-item {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.custom-bg-image {
    height: 100vh;
}

@media (max-width: 1024px) {
    .custom-bg-image {
        height: 100vh;
    }
}

@media (max-width: 920px) {
    .custom-bg-image {
        height: 50vh;
    }
}

@media (max-width: 768px) {
    .custom-bg-image {
        height: 50vh;
    }
}

@media (max-width: 576px) {
    .custom-bg-image {
        height: 100vh;
    }
}


/***************************** About Us Section *******************************/
/* about-us Section */
.about-us-section {
    background-color: #f9f9f9;
}

.service-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.icon-wrapper {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color:rgb(233, 235, 243);
    border-radius: 0.5rem;
    border: 1px solid #1c355e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.icon-wrapper img.service-icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

/* Hover effect */
.icon-wrapper:hover {
    border-color: #ffffff;
    background-color: #1c355e;
}

.icon-wrapper:hover img.service-icon {
    transform: scale(1.1);
    filter: brightness(0) invert(1);
}


.service-icon {
    width: 60px;
    height: 60px;
}

.about-us-section p {
    text-align: justify;
}

/* Small screens */
@media (max-width: 576px) {
    .about-us-section .icon-wrapper {
        width: 40px;
        height: 40px;
    }
    .about-us-section .service-icon {
        width: 40px;
        height: 40px;
    }
    .about-us-section .col-md-5 {
        padding: 0 !important;
        margin-bottom: 1rem;
    }

    .about-us-section .about-us-image {
        width: 100%;
    }

    .about-us-section .about-us-image img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
}

/* Medium screens: Image below text */
@media (max-width: 992px) {
    .about-us-section .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-us-section .col-md-5,
    .about-us-section .col-md-7 {
        order: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-us-section .col-md-7 .service-box {
        align-items: center;
        text-align: justify;
    }
    .about-us-image {
        width: 75% !important;
    }
}


.service-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
}

.service-content p {
    text-align: justify;
    margin: 0;
    color: #666;
}

.service-content ul li {
    font-size: 1rem;
    text-align: justify;
}

/* Rounded Image Styling */
.about-us-image-container {
    width: 350px;
    height: 350px;
    position: relative;
    border-top: 0px solid #7f2729;      /* Top border */
    border-right: 0px solid #7f2729;   /* Right border */
    border-bottom: 12px solid #7f2729;   /* Bottom border */
    border-left: 15px solid #7f2729;     /* Left border */
    overflow: hidden;
}

.about-us-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutus_section {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.aboutus_section::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #7f2729;
    color: #1c355e;
    transition: width 0.3s ease-in-out;
}

.aboutus_section:hover::after {
    width: 100%;
}



/********************* Content Section - Services  *********************/


.content-section p {
    text-align: justify;
}

@media (max-width: 768px) {
    .overlay-container {
        background-attachment: scroll;
        height: 60vh;
    }
    .content-section .col-md-6 {
        order: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-image {
        width: 75% !important;
    }
}
.service-image {
    height: 18rem;
}



/********************* Cards ***********************/
.card {
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Initial transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
}

.card-overlay-content {
    opacity: 0;
    color: white;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}

.card:hover .card-overlay {
    background: rgba(0, 0, 0, 0.7); /* Darker background on hover */
}

.card:hover .card-overlay-content {
    opacity: 1;
}

.card-details h5{
    padding: 0.5em;
    font-size: 20px;
}

.card-details p {
    padding: 0.5em;
    font-size: 14px;
}

.special-title {
    color:#7f2729;
    font-weight: 800;
}

.card-text-list {
    text-align: left;
}

.card-image {
    height: 15rem;
}

.home-card-image {
    height: 12rem;
}

.card-group>.card{
    border-radius: 1rem !important;
    margin:1rem;
}

.card-group>.card .card-footer,
.card-group>.card .card-body{
    padding:2rem
}

.card-group>.card .card-footer{
    padding-top:0;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
}

@media (max-width: 768px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
}

@media (max-width: 768px) {
    .card-group {
        justify-content: center;
    }

    .card-group > .card{
        flex:0 0 calc(50% - 2rem);
    }
}


/* Style for the card */
.home-card {
    background-color: rgb(234, 234, 234);
    border: none;
    border-radius: 5%;
    transition: transform 0.3s ease, box-shadow 0.6s ease;
    overflow: hidden;
    justify-content: center;
}

/* Hover effect for the entire card */
.home-card:hover {
    background-color: white;  /* Pop-out white background */
    transform: scale(1.05);  /* Slight pop effect */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Style for the card image */
.home-card-img-top {
    transition: transform 0.6s ease;  /* Smooth zoom effect */
}

/* Hover effect for the image zoom */
.home-card:hover .card-img-top {
    transform: scale(1.1);  /* Zoom in on hover */
}


/* Style for the "Learn More" button */
.home-card .btn {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    align-self: flex-start;  /* Ensures the button does not stretch */
    margin-top: auto; 
}

.home-card .btn:hover {
    background-color: #7f2729;
}

.home-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-card:hover .card-overlay {
    opacity: 1;
}

.home-card-overlay-content {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.home-card-text {
    font-size: 1rem;
}

.inhouse-card {
    background-image: url("{% static 'img/calc.jpeg' %}");
}

.virtual_card{
    position: relative;
    background-color: #1c355e;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}

.virtual_card:hover {
    background-color: #7f2729;
}



/* .service-card-text li {
    margin-bottom: 1.2rem;
    font-size: 1rem;
} */

/*** Inhouse Legal Support ***/

.legal_item img {
    width: 60px;
    margin-bottom: 10px;
}

.legal_item .legal-p {
    text-align: center;
    color: white;
    margin: 0.5em;
    font-size: 16px;
}

.legal .legal_item {
    width: 40%;
    background: #D6D6D6;
    margin: 11px 9px;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 300ms;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.legal .legal_item:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transform: scale(1.05);
    cursor: pointer;
}

#sme-page .insidecol {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    /* width: 54%; */
    margin-top: 81px;
}

.legal_item .legal_btn {
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 0.4em;
    color: #ffffff;
    margin: 0 auto;
}

.legal_item .legal_btn:hover {
    background: white;
    color: #7f2729;
    transition: all 300ms;
}

/************************** Overlay  ******************************/



.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s;
    opacity: 1;
}

.overlay h2 {
    font-weight: bold;
}

.overlay-container:hover .overlay {
    opacity: 1;
}

.overlay-service {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    margin-left: 5rem;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s;
    opacity: 1;
}

.overlay-service h2 {
    font-weight: 800;
}

.top-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    margin-left: 5rem;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s;
    opacity: 1;
}

@media (max-width: 576px) {
    .top-section {
        padding: 20px;
        align-items: flex-start;
        width: 90%;
    }
    .top-section h1 {
        font-size: 1.8rem;
        text-align: left;
    }
    .top-section p {
        text-align: justify;
        width: 90%;
    }
}


.responsive-text {
    font-weight: 800;
    font-size: 3vw;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.responsive-text-p {
    font-size: 1.2vw;
    line-height: 2.0;
    width: 70%;
}

.responsive-text-pricing {
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.2;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .top-section {
        margin-left: 2rem;
    }

    .responsive-text {
        font-size: 6vw;
    }

    .responsive-text-pricing {
        font-size: 4vw;
    }

    .responsive-text-p {
        font-size: 3vw;
    }
}

@media (max-width: 576px) {
    .top-section {
        margin-left: 1rem;
        align-items: center;
        text-align: center;
    }

    .responsive-text {
        font-size: 8vw;
    }

    .responsive-text-pricing {
        font-size: 7vw;
    }

    .responsive-text-p {
        font-size: 4vw;
    }
}


.practice-areas-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.practice-areas-img {
    height: 18rem;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

@media (max-width: 992px) { 
    .slide {
        min-height: 50vh; 
    }
}

@media (max-width: 576px) { 
    .slide {
        min-height: 100vh;
    }
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}


/******************* FAQ Section ************************/
.faq-btn {
    text-transform: uppercase;
}
.accordion-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}



/*************************** Newsletter ****************************/
.subscribe-card {
    width: 100%;
    max-width: 65%;
    margin-top: 2rem;
    background-color: #f9f9f9;
}

.subscribe-card .card-body {
    padding: 2rem;
}

.subscribe-card h5 {
    font-weight: bold;
}

.newsletter-section {
    margin: 3rem;
}

.email-link {
    color: #000;
}



/************************** Section Separator ****************************/
.separator-container {
    padding-top: 2rem;
    margin-top: 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.separator-line {
    border-color: rgba(17, 56, 97, 0.35);
    border: none;
    width: 40%;
}

.separator-hr {
    opacity: 0.5;
}


/*************************** Footer  *************************/

.footer {
    background-color: #565653;
    color: #ffffff;
}
footer .row > div {
    text-align: left !important;
    align-items: flex-start !important;
}

.footer-title {
    text-transform: uppercase;
}

.footer-links ul {
    margin-top: 2rem;
}
.footer-links ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.footer-other-links { 
    margin-top: 2rem;
}

.footer-other-links a{
    display: flexbox;
    justify-content: space-between;
    font-size: 12px;
    padding: 1rem;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.footer-logo {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    border-top: 1px solid #ffffff4d;
    padding-top: 2rem;
}

.footer-logo img {
    width: 180px;
    max-width: 80vw;
    height: auto;
}


.footer-final {
    padding-top: 3rem;
    margin-top: 2rem;
}

.footer_link {
    text-decoration: none;
    color: #f1f1f1;
    display: block;
    padding: 0.25rem 0;
    line-height: 1.5;
    text-align: left;
}

.footer_link:hover {
    color: #f1e3e3;
}

.footer-links ul {
    list-style-type: none; /* Removes bullets */
    padding: 0; /* Removes default padding */
    margin-top: 2rem; /* Maintains your existing margin */
}

.footer-links ul li {
    margin-bottom: 0.5rem; /* Optional: adds space between list items */
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .row {
        display: flex;
        flex-wrap: nowrap;     /* Keep them in one row */
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;      /* Align text to the start */
    }

    footer .row > div {
        flex: 1;
        margin: 0 10px;
    }

    footer .footer-links ul {
        padding-left: 0;
        list-style: none;
    }
}

@media (max-width: 576px) {
    footer .row {
        text-align: left !important;
    }
    footer .row > div {
        text-align: left !important;
        margin-left: 0 !important;
    }
    footer .footer-links ul {
        padding-left: 0;
    }
    .footer-logo img {
        width: 150px;
        max-width: 70vw;
    }
}


/********************* Pricing Section *************************/



/********************* Forms ************************/
.custom-select {
    position: relative;
    background-color: #f8f9fa;
}

.custom-select::after {
    content: '\f078'; /* Unicode for downwards arrow */
    font-family: 'FontAwesome';
    font-size: 1rem;
    color: #6c757d;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Optional: Change the appearance of the placeholder option */
.custom-select option:first-child {
    color: #6c757d;
}

/************************************ Contact Us **************************************/
.main-contact
{
    height: 100vh;
}
.contact-us-page {
    background-color: lightgray;
}
.contact-img {
    width: auto;
    height: 30rem;
}





/*********************** Refer A Friend  **************************/

.referral-container {
    background-color: #1c355e;
}
.referral-card {
    width: 100%;
    max-width: 90%;
    margin-top: 2rem;
    background-color: #f1f1f1;
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
}


/**************************** Documents Portal ******************************/


.documents-card {
    width: 100%;
    margin-top: 0.5rem;
    background-color: #f1f1f1;
}

.documents_btn {
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #1c355e;
    border-radius: 0.4em;
    color: #1c355e;
    margin: 0 auto;
    width: 75%;
    margin-bottom: 1rem;
}

.documents_btn:hover {
    background: white;
    color: #7f2729;
    border: 1px solid #7f2729;
    transition: all 300ms;
}

.documents_purchase_btn {
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #1c355e;
    border-radius: 0.4em;
    background: #1c355e;
    color: #ffffff;
    margin: 0 auto;
    width: 75%;
    margin-bottom: 1rem;
}

.documents_purchase_btn:hover {
    background: #7f2729;
    color: #ffffff;
    border: 1px solid #7f2729;
    transition: all 300ms;
}

/***************************** Breadcrumbs  ******************************/
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    font-weight: 600;
}
.breadcrumb a {
    color: #7f2729;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #1c355e;
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    content: " / ";
}


/*App's colors*/
/*1c355e*/
/*7f2729*/
