/* .sticky-wrapper .site-navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
} */

.sticky-wrapper .site-navbar .site-logo a img {
    width: 160px;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a img {
    width: 120px;
}

.top-bar {
    background: #000;
}

.top-bar a {
    color: #ffffff;
}

.ftco-cover-1.overlay:before {
    background: rgba(0, 0, 0, 0.6);
}

.owl-all .owl-stage-outer>.owl-stage>.owl-item .service {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 60%);
    min-height: 430px;
    max-height: 430px;
}

.services_area .owl-all .owl-stage-outer>.owl-stage>.owl-item {
    min-height: 340px;
    max-height: 340px;
}

.track_area {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
}

.track_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
}

.track_area h2 {
    color: #fff;
}

a {
    color: #0d6efd;
}

a:hover {
    color: #dc3545;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.text-primary {
    color: #dc3545 !important;
}

.block-heading-1 h4 {
    text-transform: capitalize;
}

[type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type=file]+label {
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    float: left;
    cursor: pointer;
}

[type=file]+label:hover {
    border: 1px solid #000000;
}

.services_section .owl-carousel .block__35630 {
    min-height: 530px;
    max-height: 530px;
}