.hero {
    min-height: 100vh;
    display: flex;               /* start a flex formatting context */
    align-items: center;         /* vertical axis in flexbox */
    justify-content: center;     /* horizontal axis (optional) */
}

.footer-logo img {
    max-width: 250px!important;
}

.our-blog {
    padding-top: 0;
}

.split-line {
  display:inline-block; /* or flex/inline-flex if you prefer */
  margin:0;
  line-height:inherit;
}

.why-choose-us {
    background: none;
}

.navbar {
    background: rgba(0,0,0,0.3);
}

[class^="split-line"]{display:inline-block!important;margin:0!important;}

.header-btn .btn-default.btn-border:hover::after {
    content: none;
}

.header-btn .btn-default.btn-border:hover::before {
    filter: none;
}

.hero::before {
    background: linear-gradient(270deg, rgba(23, 44, 69, 0.00) 0%, rgba(23, 44, 69, 0.50) 60.83%);
}

.always-accent-bg {
    background-color: var(--accent-color) !important;
    color: var(--primary-color) !important;
}

@media only screen and (max-width: 991px) and (min-width: 580px) {
    .header-btn {
        display: block;
        margin-left: auto;
        margin-right: 30px;
    }
}

header.main-header {
    border-bottom: none;
}

header.main-header .header-sticky {
    border-bottom: 1px solid var(--dark-divider-color);
}

.main-header > .header-btn {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
@media only screen and (min-width: 580px) {
    .main-header > .header-btn {
        display: none;
    }
}

@media only screen and (max-width: 579px) {
    .main-header > .header-btn {
        display: block;
    }
}

.team-image a, .team-image figure {
    cursor: default;
}
