.navbar {
    background-color: white !important;
}

.nav-sec-color {
    color: #7a4036;
    font-size: 18px;

}

.sec-descreption {
    margin-top: 6%;
    margin-bottom: 2%;
}

.paragraph-txt {
    font-size: 1rem;
    color: #757575;
    font-weight: 500;
    line-height: 1.4;

}

.service-title {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    right: 0;
    left: 0;
    top: 60%;
    bottom: 0;
    margin: auto;

}

h4 {
    color: #331d19;
    font-size: 2rem;
    font-weight: bolder;
}

.container-bg-color {
    background-color: #fff9f8;
}

.country-title {
    font-size: 1.5rem;
    color: #331d19;
    text-align: center;
}

.btn-outline-danger {

    font-size: 1rem;
    color: #331d19;
    font-weight: bolder;
    border: solid 1px #331d19;
    border-radius: 30px;

}

.btn-outline-danger:hover, .btn-outline-danger:active {
    color: #f9f7f4;
    background-color: #f07f69 !important;
    border: none;
}

.men-job-txt {
    color: #1d80f5;
}

.women-job-txt {
    color: #f07f69;
}

@media screen and (max-width: 425px) {
    .row-w {
        width: auto !important;
    }
}

.jobs-title {
    top: 40%;
}

.contact-sec-color {
    background-color: #fafafa;
}

.form-control {
    border-radius: 0px;
}

.btn-outline-success {
    background-color: #331d19;
    color: white;
    padding: 6px 40px;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 24px;
    border: none;
}

.btn-outline-success:hover, .btn-outline-success:active {
    background-color: #331d19 !important;
}

.footer-color {
    background-color: #331d19;
}

.footer-title {
    color: white;
    font-size: 0.9rem;
    font-weight: 400;
}


/* slider style */
body {
    background-color: #eee;
}

.card {

    border: none;
}

.user-content p {
    margin-top: 5px;
    font-size: 12px;
}


.ratings i {
    color: blue;
}

@media (max-width: 768px) {
    .main-nav {
        position: absolute;
        z-index: 999999;
        width: 100%;
        opacity: 0.9;
        top: 0;
    }

    .main-carousel {
        margin-top: 76px;
    }
}


