.custom-header {
    display: flex;
    justify-content: space-between;
}

.banner-background-image {
    /* background-image: url(../images/web/banner-image.jpg);
    background-size: contain;
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast; */

    background-image: url(../images/web/banner-image.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.homepage-bottom-image {
    max-height: 650px;
    min-width: 250px;
    background-size: contain;
}

.flex-1 {
    flex: 1
}

@media (max-width: 948px) {
    .banner-responsive {
        display: none;
        flex: 0;
    }
}

@media (max-width: 500px) {
    .uk-height-large {
        height: 300px;
    }
}


/* custom boxes */
/* custom boxes */
.section-offers {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin-top: 15%;
}

.container {
    width: 100%;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    padding: 0;
}

.offers {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    /* padding: 80px 0 120px; */
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.offers-title {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-direction: normal;
    box-sizing: border-box;
    margin-bottom: 70px;
    line-height: .94;
    text-align: center;
}

.offers-title-black {
    font-family: Montserrat, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    line-height: 1.33;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-transform: uppercase;
    color: #323232;
    text-align: center;
}

.offers-tabcontent {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: space-between;
    max-width: 1200px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .03);
    max-height: none;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: opacity 1s;
}

.tabcontent-item {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 30px 20px 0 0;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    flex: 1 1 33.3333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    max-width: 398px;
    min-width: 200px;
    min-height: 190px;
    background-color: #fff;
    overflow: hidden;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin-bottom: 3px;
}

.offers-tabcontent .tabcontent-item:first-child {
    border-top-left-radius: 7px;
}

.offers-tabcontent .tabcontent-item:last-child {
    border-bottom-right-radius: 7px;
}

#services .tabcontent-item:last-child:before {
    background-color: transparent;
}

.tabcontent-item:hover .offer-image {
    transition: all .3s ease;
    transform: scale(1.2);
}

.tabcontent-item:hover .offer-content-description {
    color: hsla(0, 0%, 100%, .85);
}

.tabcontent-item:hover .offer-content-title {
    color: #fff;
}

.tabcontent-item:hover .offer-content-link-more {
    opacity: 1;
    transition: all .3s ease;
}

a.offer-content-link-more:hover {
    color: #000;
}

.tabcontent-item:hover {
    background-color: rgba(20, 118, 242, .8);
}

.offer-image {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-direction: normal;
    cursor: pointer;
    width: 85;
    height: 82;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 1 25%;
    transition: all .3s ease;
    padding-left: 10px;
}

.offer-content {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-direction: normal;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 1 70%;
    max-width: 260px;
    padding-left: 3px;
}

.offer-content-title {
    font-family: Montserrat, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-direction: normal;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    max-width: 260px;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: #323232;
    text-transform: capitalize;
    transition: all .3s ease;
}

.offer-content-description {
    font-family: Montserrat, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-direction: normal;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 0 12px;
    font-size: 13.5px;
    line-height: 1.43;
    text-align: left;
    color: rgba(50, 50, 50, .8);
    transition: all .3s ease;
}

.offer-content-link-more {
    font-family: Montserrat, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-direction: normal;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    transition: all .3s ease;
}

.isoi-angle-right {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-direction: normal;
    color: #fff;
    box-sizing: border-box;
    font-family: isoficonfont !important;
    /* speak: none; */
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    margin-left: -3px;
    transition: all .3s;
    transition-delay: .5s;
}

#pr__hero>div>div>div>a.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav>svg {
    color: #1c309f;
}

#pr__hero>div>div>div>a.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav>svg:hover {
    color: #000000;
}


/* counter */
.container {
    margin-top: 100px
}

.counter-box {
    display: block;
    padding: 24px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px;
    background: linear-gradient(to left, #9bd8e9 0%, #243c96 100%);
    line-height: 28px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.count-box-min-width-120px {
    min-width: 120px;
}

#site-wrapper>.pr__header.uk-active {
    background-color: #000000;
}


.svg-color:hover svg path {
    fill: white
}

.svg-color:hover svg polygon {
    fill: white
}

.svg-color:hover svg rect {
    fill: white
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 6px;
}

.item.feature-box:last-child:before {
    display: none;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.popup-content {
    width: 75%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    z-index: 100;
    position: relative;
}

.popup-container button {
    position: absolute;
    top: -25px;
    right: 0;
    background-color: transparent;
    border: none;
    color: white;
}

.popup-container button:hover {
    scale: 1.1;
}