 .bi {
    display: inline-block;
    vertical-align: -.125em;
 }

@media (min-width: 768px) {
    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

.row-grid > [class*="col-"] + [class*="col-"] {
    margin-top: 3rem; 
}

.text-muted {
    color: #718096 !important;
}

.get-button .btn {
    display: inline-block;
    font-weight: 600;
    color: #718096;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get-button .btn-neutral {
    background-color: transparent;
    color: #273444;
    border: 2px solid #E2E8F0;
}
@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }
}
.slice .btn {
    position: relative;
    transition: all 0.2s ease;
}
.btn-icon .btn-inner--text:not(:last-child) {
    margin-right: .75em;
}
.slice .btn-primary {
    color: #FFF;
    background-color: #008aff;
    border-color: #008aff;
    box-shadow: none;
}
.slice .badge-lg {
    padding: .85em 1.375em;
}


.slice .badge {
    display: inline-block;
    padding: 0.35rem 0.5rem;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.slice .badge-soft-success {
    color: #5cc9a7;
    background-color: #def4ed;
}
.slice .badge-lg {
    padding: .85em 1.375em;
}
.slice .badge {
    display: inline;
    text-transform: none;
}
.slice .badge-pill {
    padding-right: 0.875em;
    padding-left: 0.875em;
    border-radius: 50rem;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.alpha-7, .alpha-container:hover .alpha-7--hover {
    opacity: 0.7;
}
.bg-cover .bg-primary {
    background-color: #288cff !important;
}
.bg-size--cover {
    background-size: cover;
    background-repeat: no-repeat;
        position: relative;
}
.feather {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentcolor;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.btn + .btn {
    margin-left: .5rem;
}
.card-body .link-dark
{
    color: #1e2022;
    transition: all .2s ease-in;
}
.card-body a, button {
    outline: none !important;
}
.card-body .link-dark:hover {
    color: #3765f9;
    text-decoration: none
}
.home-city-block{box-shadow: 0 20px 25px -12px rgba(0, 0, 0, .09);}
.home-jobs-block p {color: #4a4f54;}
.section .font-normal {
    font-weight: 400 !important;
}
.section .btn {
    font-size: .875rem;
    position: relative;
    letter-spacing: .025em;
    text-transform: uppercase;
    will-change: transform;
}
.section .btn-primary, .btn-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
}
.section .btn-primary {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.section .btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
}
.container .search {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 0;
    height: auto;
    text-align: left;
    border-color: #c1c1c1;
}
.container .fa-close, .container .fa-search
{
    position: absolute;
    left: 10px;
    top: 18px;
}
.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002";
}
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
strong, table th, .fa, .fas {
    font-weight: 600;
}
.container .search-wraper {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.container .form-group {
    position: relative;
}
.card-body .stretched-link:after {
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.card-body .stretched-link{
	font-weight: bold;
}
.rounded-home-item {
    border-radius: 1.25rem !important;
}
.rounded-home-item-img
{
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}
.text-lg-center
 {
        text-align: center !important;
 }

.duik-go-to {
    z-index: 100;
    width: 2.75rem;
    height: 2.75rem;
    color: #fff;
    opacity: 1;
    background-color: #5e72e4;
    border-radius: 50%;
    font-size: 1rem;
    transition: all .3s ease-out;
    position: fixed;
    bottom: -50px;
    right: 25px;
}
 .duik-go-to.show
 {
    bottom: 25px;
}
.duik-go-to__inner
 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}