.nmc-logo{
    width: 300px;
}

.btn-primary {
    background-color: #009eb4;
    border-color: #009eb4;
}
.text-primary {
    color: #009eb4 !important;
}

.nav-link {
    color: #009eb4;
}

.bg-primary {
    background-color: #009eb4 !important;
}

.facts {
    background: linear-gradient(rgb(251 179 30), rgb(251 179 30)), url(../img/bg.png);
}

.facts.slogan {
    background: linear-gradient(rgb(0 158 180), rgb(251 179 30 / 67%)), url(../img/bg.png);
}

a {
    color: #fbb31e;
}

.callback::before {
    background: linear-gradient(#009eb4, #009eb4), url(../img/bg.png);
}

.ind-page i {
    font-size: 20px;
    color: #009eb4;
}

h1.display-1.mb-4.slideInDown {
    font-size: 60px!important;
}

img.img-fluid.rounded.project {
    width: 90%;
    height: auto;
}
.project-img-wrapper {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.toast-error,.toast-success {
    background-color: #009eb4!important;
}

#toast-container>div{
    border-radius: 15px!important;
}

.container-fluid.cover-slider {
    top: 125px;
    position: relative;
    padding-bottom: 150px!important;
}

.img-slider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    padding-right: 60px;
}
.img-slider img {
    width: 500px;
}

.row.row-slider{
    height: 600px;
}

.team-item .team-text{
    right: 5px;
    left: 5px;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    height: 250px;
}

.web_modal_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_web_modal {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    left: 50%;
    width: 60%;
}

.custom_modal_wrapper {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.close_btn_cookie {
    position: absolute;
    top: 10px;
    z-index: 999;
    right: 10px;
    background: #009eb4;
    padding: 1px 5px;
    border-radius: 0px 8px;
    color: white;
    cursor: pointer;
    font-size: 15px;
}

.web_modal_item img {
    align-self: center;
}

.project-img {
    border: 2px solid #0dcaf0;
    border-radius: 9px;
}