﻿/* ----------------------------------
Component & element overrides index:
    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Section Heading
    06. Page title
    07. Cards
    08. Owl Carousel
    09. Accordion
    10. Pages
    11. Others
    12. Page Navigation
    13. Footer
    14. Swiper
    15. Video
    16. Vintage
    17. OOM
---------------------------------- */

/* ----------------------------------
 *    Common styles
 ---------------------------------- */
/* back to top button */
.back-to-top {
    position: fixed;
    bottom: 20px;
    background-color: var(--navy-hex, #08313f);
    z-index: 999;
    border: 2px solid var(--white-hex, #ffffff);
    border-radius: var(--border-radius-pill, 50rem);
    height: 50px;
    width: 135px;
    color: var(--white-hex, #ffffff);
    right: 2.5rem;
    vertical-align: middle;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(70px);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

    .back-to-top:hover {
        background-color: var(--navy-hover-hex, #1f6c86);
        box-shadow: var(--card-shadow);
    }

    .back-to-top.show {
        opacity: 1;
        transform: translateY(0);
    }
/* end-of: back to top button */


/* link text hover animations */
.link-text a {
    position: relative;
    z-index: 5;
    cursor: pointer;
    color: var(--black-hex, #191919);
    letter-spacing: .05rem
}

    .link-text a::after {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--teal-hover-hex, #25918E) !important;
        content: "";
        transform: scaleX(0);
        transition: transform .3s;
        bottom: -4px;
        height: 2px;
    }

    .link-text a:hover {
        color: var(--teal-hover-hex, #25918E) !important;
        text-decoration: none !important;
    }

    .link-text a:focus {
        color: var(--teal-hover-hex, #25918E) !important;
        outline: none;
        text-decoration: none !important;
    }

    .link-text a:focus-visible {
        outline: 1px solid var(--white-hex, #ffffff);
        outline-offset: 1px;
        border-radius: 2px;
        text-decoration: none !important;
    }

        .link-text a:focus-visible:after,
        .link-text a:hover:after {
            transform: scaleX(1);
            border: none;
            text-decoration: none !important;
        }

/****************************************************/
.link-text-w a {
    position: relative;
    z-index: 5;
    cursor: pointer;
    color: var(--white-hex, #ffffff);
    letter-spacing: .05rem
}

    .link-text-w a::after {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--white-hex, #ffffff) !important;
        content: "";
        transform: scaleX(0);
        transition: transform .3s;
        bottom: -4px;
        height: 2px;
    }

    .link-text-w a:hover {
        color: rgba(var(--light-rgb, 227, 227, 227), 0.7) !important;
        text-decoration: none !important;
    }

    .link-text-w a:focus {
        color: rgba(var(--light-rgb, 227, 227, 227), 0.7) !important;
        outline: none;
        text-decoration: none !important;
    }

    .link-text-w a:focus-visible {
        outline: 1px solid var(--white-hex, #ffffff);
        outline-offset: 1px;
        border-radius: 2px;
        text-decoration: none !important;
    }

        .link-text-w a:focus-visible:after,
        .link-text-w a:hover:after {
            transform: scaleX(1);
            border: none;
            text-decoration: none !important;
        }
/* end-of: link text hover animations */

/* theme color and basic options */
a:hover {
    color: var(--teal-hex, #2eb5b2);
    text-decoration: none;
}

a:active {
    color: var(--teal-active-hex, #42CFCC);
    text-decoration: none;
}

.dark-overlay[data-overlay-dark]:before {
    background: var(--black-hex, #191919);
}

.primary-overlay[data-overlay-dark]:before {
    background: var(--teal-hex, #2eb5b2);
}

.secondary-overlay[data-overlay-dark]:before {
    background: var(--black-hex, #191919);
}

.text-teal {
    color: var(--teal-hex, #2eb5b2) !important;
}

.text-skobeloff {
    color: var(--skobeloff-hex, #006e69) !important;
}

.text-navy {
    color: var(--navy-hex, #08313f) !important;
}

.text-primary, .text-primary-hover:hover {
    color: var(--teal-hex, #2eb5b2) !important;
}

.bg-teal {
    background-color: var(--teal-hex, #2eb5b2) !important;
}

.bg-skobeloff {
    background-color: var(--skobeloff-hex, #006e69) !important;
}

.bg-navy {
    background-color: var(--navy-hex, #08313f) !important;
}

.bg-primary {
    background-color: var(--teal-hex, #2eb5b2) !important;
}

.text-secondary, .text-secondary-hover:hover {
    color: var(--navy-hex, #08313f) !important;
}

.bg-secondary, .bg-dark {
    background-color: var(--navy-hex, #08313f) !important;
}

.bg-dark-dark {
    background-color: var(--navy-dark-hex, #062732) !important;
}

.text-dark, .text-dark-hover:hover {
    color: var(--black-hex, #191919) !important;
}

.form-control {
    border-radius: 0;
}

.primary-shadow {
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
}

.text-white-hover:hover {
    color: #fff !important;
}

.text-white-hover-light:hover {
    color: rgba(255, 255, 255, 0.65) !important;
}

.min-vh-100 {
    min-height: 100vh;
}

.vw-lg-60 {
    width: 60vw;
}

@media screen and (max-width: 991px) {
    .vw-lg-60 {
        width: 100%;
    }
}

.background-position-center {
    background-position: center center;
}

/* image hover */
/* var(--skobeloff-rgb, 0, 110, 105) */
.image-hover-w, .image-hover-s {
    position: relative;
    display: block;
    overflow: hidden;
}

    .image-hover-s:before {
        position: absolute;
        top: 0;
        left: -75%;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -o-linear-gradient(left, rgba(var(--skobeloff-rgb, 0, 110, 105), 0) 0%, rgba(var(--skobeloff-rgb, 0, 110, 105), 0.5) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(var(--skobeloff-rgb, 0, 110, 105), 0)), to(rgba(var(--skobeloff-rgb, 0, 110, 105), 0.5)));
        background: linear-gradient(to right, rgba(var(--skobeloff-rgb, 0, 110, 105), 0) 0%, rgba(var(--skobeloff-rgb, 0, 110, 105), 0.5) 100%);
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0);
    }

    .image-hover-w:before {
        position: absolute;
        top: 0;
        left: -75%;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0);
    }

    .image-hover-s:hover:before,
    .image-hover-w:hover:before {
        -webkit-animation: shine 1s;
        animation: shine 1s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/* image zoom */
.image-zoom img {
    display: block;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    /*border-radius: 10px 10px 0 0;*/
}

.image-zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* scroll to top */
.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: var(--teal-hex, #2eb5b2);
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
}

    .scroll-to-top i {
        color: #fff;
    }

    .scroll-to-top:hover {
        color: #fff;
        background: var(--navy-hex, #08313f);
    }

        .scroll-to-top:hover i {
            color: #fff;
        }

    .scroll-to-top:visited {
        color: #fff;
        text-decoration: none;
    }

/* list-style1 */
.list-style1 li {
    margin-bottom: 15px;
}

    .list-style1 li:last-child {
        margin-bottom: 0;
    }

    .list-style1 li a {
        color: rgba(255, 255, 255, 0.6);
    }

        .list-style1 li a:hover {
            color: var(--teal-hex, #2eb5b2);
        }

/* list-style2 */
.list-style2 {
    list-style: none;
    padding-left: 0;
}

    .list-style2 li {
        line-height: 32px;
        padding-left: 30px;
        position: relative;
        margin-bottom: 8px;
    }

        .list-style2 li:last-child {
            margin-bottom: 0;
        }

        .list-style2 li:before {
            content: '\F26E';
            speak: never;
            font-family: 'bootstrap-icons';
            font-size: 18px;
            position: absolute;
            top: 0;
            left: 0;
            font-weight: 700;
            line-height: 35px;
            color: var(--teal-hex, #2eb5b2);
        }

/* list-style3 */
.list-style3 {
    list-style: none;
    padding-left: 0;
}

    .list-style3 li {
        padding-left: 30px;
        position: relative;
        margin-bottom: 14px;
    }

        .list-style3 li:last-child {
            margin-bottom: 0;
        }

        .list-style3 li:before {
            content: '\e64c';
            font-family: 'themify';
            font-size: 18px;
            position: absolute;
            top: 0;
            left: 0;
            font-weight: 700;
            line-height: 35px;
            color: var(--teal-hex, #2eb5b2);
        }

/* list-style4 */
.list-style4 {
    list-style: none;
    padding: 0;
}

    .list-style4 li {
        margin-bottom: 15px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 15px;
    }

        .list-style4 li:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0px;
        }

/*animation*/
.ani-left-right {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: LeftRight;
    animation-timing-function: ease-in-out;
}

@keyframes LeftRight {
    0% {
        transform: translate(0px, 0px);
    }

    65% {
        transform: translate(30px, 0);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.ani-top-bottom {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: TopBottom;
    animation-timing-function: ease-in-out;
}

@keyframes TopBottom {
    0% {
        transform: translate(0px, 0px);
    }

    65% {
        transform: translate(0, 30px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}
/* ----------------------------------
 *    Button styles
 ---------------------------------- */
.btn-block, .text-block {
    display: inline-block !important;
    width: 100% !important;
    white-space: nowrap !important;
}

.btn-primary,
.btn-skobeloff {
    --bs-btn-color: #fff;
    --bs-btn-bg: #006e69;
    --bs-btn-border-color: #006e69;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #005854;
    --bs-btn-hover-border-color: #005854;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00847E;
    --bs-btn-active-border-color: #00847E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #CDD3D3;
    --bs-btn-disabled-bg: #A7ACAC;
    --bs-btn-disabled-border-color: #A7ACAC;
}

    .btn-skobeloff, .btn-skobeloff:focus-visible {
        color: var(--bs-btn-color) !important;
    }

        .btn-skobeloff:hover, .btn-skobeloff:focus {
            color: var(--bs-btn-hover-color) !important;
        }

        .btn-skobeloff:active, .btn-skobeloff.active {
            color: var(--bs-btn-active-color) !important;
        }

.btn-outline-primary,
.btn-outline-skobeloff {
    --bs-btn-color: #006e69;
    --bs-btn-border-color: #006e69;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #005854;
    --bs-btn-hover-border-color: #005854;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00847E;
    --bs-btn-active-border-color: #00847E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #CDD3D3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #A7ACAC;
    --bs-gradient: none;
}

    .btn-outline-skobeloff, .btn-outline-skobeloff:focus-visible,
    .btn-outline-primary, .btn-outline-primary:focus-visible {
        color: var(--bs-btn-color) !important;
    }

        .btn-outline-skobeloff:hover, .btn-outline-primary:hover {
            color: var(--bs-btn-hover-color) !important;
        }

        .btn-outline-skobeloff:active, .btn-outline-skobeloff.active,
        .btn-outline-primary:active, .btn-outline-primary.active {
            color: var(--bs-btn-active-color) !important;
        }

.btn-link-skobeloff {
    --bs-btn-padding-x: 0 !important;
    --bs-btn-font-weight: 400 !important;
    --bs-btn-color: #006e69;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #005854;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #00847E;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #CDD3D3;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}

    .btn-link-skobeloff, .btn-link-skobeloff:focus-visible {
        color: var(--bs-btn-color) !important;
    }

        .btn-link-skobeloff:hover, .btn-link-skobelofff:focus {
            color: var(--bs-btn-hover-color) !important;
        }

        .btn-link-skobeloff:active, .btn-link-skobeloff.active {
            color: var(--bs-btn-active-color) !important;
        }

.btn-dark,
.btn-navy {
    --bs-btn-color: #fff;
    --bs-btn-bg: #08313f;
    --bs-btn-border-color: #08313f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f6c86;
    --bs-btn-hover-border-color: #1f6c86;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #165e77;
    --bs-btn-active-border-color: #165e77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #B8BABD;
    --bs-btn-disabled-bg: #919497;
    --bs-btn-disabled-border-color: #919497;
}

    .btn-navy, .btn-navy:focus-visible {
        color: var(--bs-btn-color) !important;
    }

        .btn-navy:hover, .btn-navy:focus {
            color: var(--bs-btn-hover-color) !important;
        }

        .btn-navy:active, .btn-navy.active {
            color: var(--bs-btn-active-color) !important;
        }

.btn-outline-navy {
    --bs-btn-color: #08313f;
    --bs-btn-border-color: #08313f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f6c86;
    --bs-btn-hover-border-color: #1f6c86;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #165e77;
    --bs-btn-active-border-color: #165e77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #B8BABD;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #919497;
    --bs-gradient: none;
}

    .btn-outline-navy, .btn-outline-navy:focus-visible {
        color: var(--bs-btn-color) !important;
    }

        .btn-outline-navy:hover {
            color: var(--bs-btn-hover-color) !important;
        }

        .btn-outline-navy:active, .btn-outline-navy.active {
            color: var(--bs-btn-active-color) !important;
        }

.btn-link-navy {
    --bs-btn-padding-x: 0 !important;
    --bs-btn-font-weight: 400 !important;
    --bs-btn-color: #08313f;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #1f6c86;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #165e77;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #B8BABD;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}

    .btn-link-navy, .btn-link-navy:focus-visible {
        color: var(--bs-btn-color) !important;
    }

        .btn-link-navy:hover, .btn-link-navy:focus {
            color: var(--bs-btn-hover-color) !important;
        }

        .btn-link-navy:active, .btn-link-navy.active {
            color: var(--bs-btn-active-color) !important;
        }

.btn-secondary,
.btn-teal {
    --bs-btn-color: #00313f;
    --bs-btn-bg: #2eb5b2;
    --bs-btn-border-color: #2eb5b2;
    --bs-btn-hover-color: #00313f;
    --bs-btn-hover-bg: #25918E;
    --bs-btn-hover-border-color: #25918E;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #00313f;
    --bs-btn-active-bg: #42CFCC;
    --bs-btn-active-border-color: #42CFCC;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C6CBCB;
    --bs-btn-disabled-bg: #A0A4A4;
    --bs-btn-disabled-border-color: #A0A4A4;
}

    .btn-teal, .btn-teal:focus-visible {
        color: var(--bs-btn-color) !important;
    }

        .btn-teal:hover, .btn-teal:focus {
            color: var(--bs-btn-hover-color) !important;
        }

        .btn-teal:active, .btn-teal.active {
            color: var(--bs-btn-active-color) !important;
        }

.btn-teal-subtle {
    --bs-btn-color: #00313f;
    --bs-btn-bg: #b9f2f2;
    --bs-btn-border-color: #b9f2f2;
    --bs-btn-hover-color: #00313f;
    --bs-btn-hover-bg: #dff2f2;
    --bs-btn-hover-border-color: #dff2f2;
    --bs-btn-focus-shadow-rgb: 106, 204, 202;
    --bs-btn-active-color: #00313f;
    --bs-btn-active-bg: #92cccb;
    --bs-btn-active-border-color: #92cccb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c6cbcb;
    --bs-btn-disabled-bg: #a0a4a4;
    --bs-btn-disabled-border-color: #a0a4a4;
}

    .btn-teal-subtle, .btn-teal-subtle:focus-visible {
        color: var(--bs-btn-color) !important;
    }

        .btn-teal-subtle:hover, .btn-teal-subtle:focus {
            color: var(--bs-btn-hover-color) !important;
        }

        .btn-teal-subtle:active, .btn-teal-subtle.active {
            color: var(--bs-btn-active-color) !important;
        }

.btn-outline-teal {
    --bs-btn-color: #00313f;
    --bs-btn-border-color: #2eb5b2;
    --bs-btn-hover-color: #00313f;
    --bs-btn-hover-bg: #25918E;
    --bs-btn-hover-border-color: #25918E;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #00313f;
    --bs-btn-active-bg: #42CFCC;
    --bs-btn-active-border-color: #42CFCC;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C6CBCB;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #A0A4A4;
    --bs-gradient: none;
}

    .btn-outline-teal, .btn-outline-teal:focus-visible {
        color: var(--bs-btn-color);
    }

        .btn-outline-teal:hover {
            color: var(--bs-btn-hover-color);
        }

        .btn-outline-teal:active, .btn-outline-teal.active {
            color: var(--bs-btn-active-color);
        }

.btn-link-teal {
    --bs-btn-padding-x: 0 !important;
    --bs-btn-font-weight: 400 !important;
    --bs-btn-color: #00313f;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #00313f;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #00313f;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #C6CBCB !important;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}

    .btn-link-teal:focus-visible {
        color: var(--bs-btn-color) !important;
    }

    .btn-link-teal:hover, .btn-link-teal:focus {
        color: var(--bs-btn-hover-color) !important;
    }

    .btn-link-teal:active, .btn-link-teal.active {
        color: var(--bs-btn-active-color) !important;
    }

/* btn-style1 */
.btn-style1 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--text-white-hex, #FFFFFF);
    background: var(--teal-hex, #2eb5b2);
    padding: 15px 40px !important;
    z-index: 1;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
    border: 1px solid var(--teal-hex, #2eb5b2);
    border-radius: var(--border-radius-md, 0.4rem);
}

    .btn-style1:hover {
        background: var(--navy-hex, #08313f);
        border: 1px solid var(--navy-hex, #08313f);
    }

    .btn-style1 span {
        position: relative;
        z-index: 9;
        color: #ffffff;
    }

    .btn-style1.secondary {
        background: var(--navy-hex, #08313f);
    }

        .btn-style1.secondary:before {
            border-color: var(--teal-hex, #2eb5b2);
        }

    .btn-style1.white-hover:hover, .btn-style1.white-hover:active, .btn-style1.white-hover:focus {
        background: #fff;
        transition: all 0.4s ease-in-out 0s;
        border: 1px solid #fff;
    }

        .btn-style1.white-hover:hover span, .btn-style1.white-hover:active span, .btn-style1.white-hover:focus span {
            color: var(--teal-hex, #2eb5b2);
            transition: all 0.4s ease-in-out 0s;
        }

    .btn-style1.white-border:hover {
        border: 1px solid #fff;
    }

    .btn-style1.medium {
        padding: 10px 30px !important;
        font-size: 14px;
    }

    .btn-style1.small {
        padding: 8px 28px !important;
        font-size: 14px;
    }

    .btn-style1.white {
        background: #fff;
        border: 1px solid #fff;
    }

        .btn-style1.white span {
            color: var(--teal-hex, #2eb5b2);
        }

        .btn-style1.white:hover {
            background: var(--teal-hex, #2eb5b2);
            border: 1px solid var(--teal-hex, #2eb5b2);
        }

            .btn-style1.white:hover span {
                color: #fff;
            }

@media screen and (min-width: 992px) {
    .header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1 {
        color: #fff;
        border: 1px solid transparent;
    }

        .header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1:hover, .header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1:active, .header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1:focus {
            color: var(--teal-hex, #2eb5b2);
            border: 1px solid var(--teal-hex, #2eb5b2);
        }
}

@media screen and (max-width: 575px) {
    .btn-style1.medium {
        padding: 10px 25px !important;
        font-size: 12px;
    }
}
/* btn-style2 */
.btn-style2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px !important;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 32px !important;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    background-color: var(--teal-hex, #2eb5b2);
}

    .btn-style2:before {
        transition-duration: 800ms;
        position: absolute;
        width: 200%;
        height: 200%;
        content: "";
        top: 110%;
        left: 50%;
        background-color: var(--navy-hex, #08313f);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: -1;
    }

    .btn-style2:hover {
        color: #fff;
        background-color: var(--navy-hex, #08313f);
    }

        .btn-style2:hover:before {
            top: -40%;
        }

    .btn-style2.white:before {
        background-color: #fff;
    }

    .btn-style2.white:hover {
        color: var(--teal-hex, #2eb5b2);
    }

    .btn-style2.md {
        padding: 12px 28px !important;
    }

    .btn-style2.sm {
        padding: 8px 24px !important;
    }

/* ----------------------------------
 *    Navigation
 ---------------------------------- */
/* top bar  */
.top-bar-info {
    display: inline-block;
    vertical-align: middle;
}

    .top-bar-info ul {
        margin-bottom: 0;
    }

    .top-bar-info li {
        font-weight: 500;
        color: #fff;
        list-style-type: none;
        font-size: 14px;
        padding: 0 5px 0;
        display: inline-block;
        margin-bottom: 0;
    }

.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0;
}

.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 0;
}

    .top-social-icon li {
        font-size: 14px;
        list-style-type: none;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0 7px;
    }

        .top-social-icon li:last-child {
            padding-right: 0;
        }

            .top-social-icon li:last-child a {
                padding-right: 0;
            }

        .top-social-icon li a {
            color: #fff;
            line-height: 28px;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            padding: 0 3px;
        }

            .top-social-icon li a:hover {
                color: rgba(255, 255, 255, 0.65);
            }

/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
    color: var(--teal-hex, #2eb5b2) !important;
}

.attr-nav > ul > li > a.butn {
    color: #fff;
}

.navbar > ul > li.current > a:after {
    border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent !important;
}

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: var(--teal-hex, #2eb5b2);
}

.menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
}

.menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: var(--teal-hex, #2eb5b2);
}

    .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

.menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: var(--teal-hex, #2eb5b2);
}

.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
}

@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

    .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
        border-color: var(--teal-hex, #2eb5b2);
    }

    .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

        .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
            border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
        }

    .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
        border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
    }

    .header-style2.scrollHeader .navbar-nav li.current > a {
        color: var(--teal-hex, #2eb5b2);
    }

        .header-style2.scrollHeader .navbar-nav li.current > a:hover {
            color: var(--teal-hex, #2eb5b2);
        }

    .header-style2.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
    }

    .header-style2 .navbar ul ul li.active > a {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style2 .navbar > ul > li.has-sub > a:hover:after, .header-style2 .navbar > ul > li.has-sub > a:active:after, .header-style2 .navbar > ul > li.has-sub > a:focus:after {
        border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
    }
}

@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background: var(--teal-hex, #2eb5b2);
    }

        .header-style1 .navbar-toggler:after {
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

        .header-style1 .navbar-toggler:before {
            background: #fff;
        }

        .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
            background: #fff;
        }
}
/* header style 2 */
.header-style2 .navbar-nav li.current > a {
    color: var(--teal-hex, #2eb5b2);
}

.header-style2 .navbar > ul > li.current > a:after {
    border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
}

.header-style2.scrollHeader .navbar-nav li.current > a {
    color: var(--teal-hex, #2eb5b2);
}

    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

.header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
}

@media screen and (min-width: 992px) {
    .header-style2 .navbar ul ul li.active > a {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style2 .butn.secondary:before {
        background: #ffffff;
    }

    .header-style2 .butn.secondary:hover, .header-style2 .butn.secondary:focus, .header-style2 .butn.secondary:active {
        color: var(--navy-hex, #08313f) !important;
    }

    .header-style2.scrollHeader .butn.secondary:before {
        background: var(--teal-hex, #2eb5b2);
    }

    .header-style2.scrollHeader .butn.secondary:hover, .header-style2.scrollHeader .butn.secondary:focus, .header-style2.scrollHeader .butn.secondary:active {
        color: #fff !important;
    }
}
/* headerstyle03 */
.header-style3 .navbar-nav li.current > a, .header-style3 .navbar-nav li.active > a {
    color: var(--teal-hex, #2eb5b2);
}

@media screen and (min-width: 992px) {
    .header-style3 .navbar-nav li.active > a {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style3 .navbar ul ul li.active > a {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style3 .navbar-nav > li.has-sub > a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
        border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
    }

    .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
        border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
    }

    .header-style3.scrollHeader .navbar-nav > li.active > a {
        color: var(--teal-hex, #2eb5b2);
    }

    .header-style3.scrollHeader .navbar-nav li.current > a {
        color: var(--teal-hex, #2eb5b2);
    }

        .header-style3.scrollHeader .navbar-nav li.current > a:hover {
            color: var(--teal-hex, #2eb5b2);
        }

    .header-style3.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent var(--teal-hex, #2eb5b2) var(--teal-hex, #2eb5b2) transparent;
    }
}

@media screen and (max-width: 991px) {
    .header-style3 .navbar-toggler {
        background: var(--teal-hex, #2eb5b2);
    }

        .header-style3 .navbar-toggler:after {
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

        .header-style3 .navbar-toggler:before {
            background: #fff;
        }

        .header-style3 .navbar-toggler.menu-opened:after, .header-style3 .navbar-toggler.menu-opened:before {
            background: #fff;
        }
}
/* ----------------------------------
 *    Banner
 ---------------------------------- */
/* ----------------------------------
 *    Section Heading
 ---------------------------------- */
.section-title .header-text h1,
.section-title .header-text h2,
.section-title .header-text h3,
.section-title .header-text h4,
.section-title .header-text h5,
.section-title .header-text h6,
.section-title .header-text p,
.section-title .header-text span,
.section-title .header-text a {
    color: var(--white-hex, #ffffff);
}

    .section-title .header-text p a:hover {
        color: var(--teal-hover-hex, #25918E);
        text-decoration: underline;
    }

.section-title .header-text h1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .section-title .header-text h1 {
        font-size: 5rem;
    }
}

.section-title .header-text h2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .section-title .header-text h2 {
        font-size: 4.5rem;
    }
}

.section-title .header-text h3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .section-title .header-text h3 {
        font-size: 4rem;
    }
}

.section-title .header-text h4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .section-title .header-text h4 {
        font-size: 3.5rem;
    }
}

.section-title .header-text h5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .section-title .header-text h5 {
        font-size: 3rem;
    }
}

.section-title .header-text h6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .section-title .header-text h6 {
        font-size: 2.5rem;
    }
}

/* -----------------------------------
    Page title
-------------------------------------- */
.page-title-section {
    padding: 170px 0 85px;
}

    .page-title-section h1 {
        letter-spacing: 1px;
        line-height: 1;
        margin-bottom: 15px;
        color: #fff;
    }

    .page-title-section ul {
        margin-bottom: 0;
    }

        .page-title-section ul li {
            display: inline-block;
        }

            .page-title-section ul li:last-child a {
                opacity: 0.65;
            }

            .page-title-section ul li:after {
                content: '';
                width: 9px;
                height: 9px;
                background-color: var(--teal-hex, #2eb5b2);
                margin: 0px 9px 0 13px;
                display: inline-block;
                border-radius: 50%;
                vertical-align: middle;
            }

            .page-title-section ul li:last-child:after {
                content: none;
            }

            .page-title-section ul li a {
                font-weight: 600;
            }

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 150px 0 70px;
    }

        .page-title-section h1 {
            margin-bottom: 10px;
        }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 145px 0 70px;
    }

        .page-title-section h1 {
            margin-bottom: 8px;
        }
}

@media screen and (max-width: 767px) {
    .page-title-section {
        padding: 140px 0 70px;
    }
}
/* ----------------------------------
 *    Cards
 ---------------------------------- */
/* card-style01 */
.card-style01 {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #f9f9f9;
    transition: 0.3s;
    border: 0;
}

    .card-style01:hover {
        box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
        background: #ffffff;
    }

        .card-style01:hover .team-icon:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .card-style01:hover .team-icon:not(:first-child) {
            opacity: 1;
            transform: translate(0);
        }

    .card-style01 .team-image {
        display: inline-block;
        position: relative;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }

        .card-style01 .team-image img {
            display: block;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            border-radius: 10px 10px 0 0;
        }

    .card-style01:hover .team-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .card-style01 .team-image a:after {
        background: rgba(255, 255, 255, 0.3);
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        right: 51%;
        top: 0;
        opacity: 1;
        pointer-events: none;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .card-style01:hover .team-image a:after {
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .card-style01 .card-body {
        padding: 0 30px 30px;
        transition: 0.4s;
    }

    .card-style01 .team-social-icon {
        display: flex;
        position: relative;
        margin-top: -18px;
        transition: 0.4s;
    }

        .card-style01 .team-social-icon .fa-share-alt {
            transition: 0.4s;
        }

            .card-style01 .team-social-icon .fa-share-alt:hover {
                filter: brightness(0.95);
            }

        .card-style01 .team-social-icon a:hover {
            color: #ffffff;
            background: var(--navy-hex, #08313f);
        }

    .card-style01 .team-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        color: #ffffff;
        background: var(--teal-hex, #2eb5b2);
        text-align: center;
    }

        .card-style01 .team-icon:first-child {
            border-radius: 5px;
        }

        .card-style01 .team-icon:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .card-style01 .team-icon:not(:first-child) {
            opacity: 0;
            transform: translateX(-10px);
        }

        .card-style01 .team-icon:nth-child(2) {
            transition-delay: 0.05s;
        }

        .card-style01 .team-icon:nth-child(3) {
            transition-delay: 0.1s;
        }

        .card-style01 .team-icon:nth-child(4) {
            transition-delay: 0.15s;
        }

/* card-style03 */
.card-style03 {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transition: .3s;
}

    .card-style03:hover {
        background-color: var(--navy-hex, #08313f);
    }

/* card-style04 */
.card-style04 {
    position: relative;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    height: 100%;
}

    .card-style04:hover {
        background-color: var(--navy-hex, #08313f);
    }

        .card-style04:hover h3, .card-style04:hover p, .card-style04:hover a {
            color: #fff;
        }

    .card-style04 a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

    .card-style04:before {
        position: absolute;
        content: '';
        bottom: 100%;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
        -moz-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
        -ms-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
        -o-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
        transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
    }

    .card-style04 .card-icon {
        margin-left: 15px;
        position: relative;
        margin-bottom: 20px;
    }

    .card-style04 .icon-circle {
        height: 60px;
        width: 60px;
        top: -15px;
        left: -3px;
        border-radius: 50%;
        background: #ffa1cf;
        opacity: 0.1;
        z-index: 0;
        position: absolute;
    }

/* card-style05 */
.card-style05 {
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    border-radius: 10px;
    border: none;
}

    .card-style05 .price-label {
        position: relative;
        color: #fff;
        font-size: 34px;
        height: 55px;
        line-height: 55px;
        width: 150px;
        margin: 0 auto 40px auto;
        z-index: 1;
    }

        .card-style05 .price-label:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            z-index: -1;
            border-radius: 8px;
            background: var(--teal-hex, #2eb5b2);
        }

        .card-style05 .price-label:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            border-radius: 8px;
            transform: rotate(-6deg);
            background: rgba(255, 73, 124, 0.5);
        }

    .card-style05.bg-secondary .list-style4 a {
        color: #fff;
    }

    .card-style05.bg-secondary .list-style4 li {
        border-color: rgba(255, 255, 255, 0.1);
    }

/* card-style06 */
.card-style06 {
    position: relative;
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    transition: all 500ms ease;
}

    .card-style06 .card-body {
        padding: 43px 30px 30px 30px;
    }

    .card-style06 .card-date {
        position: absolute;
        left: 30px;
        top: -18px;
        font-size: 14px;
        line-height: 24px;
        background-color: var(--teal-hex, #2eb5b2);
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        padding: 6px 16px;
    }

    .card-style06 .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        background-color: #1e2434;
        margin-bottom: 34px;
    }

        .card-style06 .image-box img {
            transition: all 500ms ease;
        }

    .card-style06:hover .image-box img {
        transform: scale(1.05);
        opacity: 0.5;
    }

    .card-style06::before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 20px;
        width: 50px;
        height: 4px;
        background: var(--teal-hex, #2eb5b2);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .card-style06:hover::before {
        width: calc(100% - 115px);
    }

/*card-style07*/
.card-style07 {
    position: relative;
    margin-bottom: 61px;
    border: 0;
    border-radius: 0;
}

    .card-style07 .card-body {
        position: relative;
        padding: 0;
    }

        .card-style07 .card-body .project-image {
            position: relative;
            overflow: hidden;
        }

            .card-style07 .card-body .project-image:before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #081528;
                opacity: 1.0;
                transition: .5s;
                transform: perspective(400px) scaleX(0);
                transform-origin: bottom;
                z-index: 2;
            }

            .card-style07 .card-body .project-image img {
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

        .card-style07 .card-body .overlay-content-box {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            flex-wrap: wrap;
            text-align: center;
            transition: .5s;
            transform: perspective(400px) scaleX(0);
            transform-origin: bottom;
            z-index: 9;
        }

        .card-style07 .card-body .search-button {
            position: relative;
            top: 0;
            opacity: 0;
            transform-origin: center;
            transform-style: preserve-3d;
            transform: scale(0);
            transition: all 0.6s ease;
            z-index: 9;
        }

            .card-style07 .card-body .search-button a {
                position: relative;
                display: inline-block;
                color: #ffffff;
                font-size: 30px;
                text-align: center;
            }

        .card-style07 .card-body .overly-content {
            position: absolute;
            left: 25px;
            bottom: -25px;
            right: 25px;
            padding: 25px 0;
            background: #ffffff;
            opacity: 0;
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
            transition: .5s;
            transform: perspective(400px) scaleX(0);
        }

    .card-style07:hover .card-body .project-image:before {
        opacity: 0.70;
        transform: perspective(400px) scaleX(1);
    }

    .card-style07:hover .card-body .project-image img {
        transform: scale(1.2);
        transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    }

    .card-style07:hover .overlay-content-box {
        opacity: 1;
        transform: perspective(400px) scaleX(1);
    }

    .card-style07:hover .card-body .search-button {
        opacity: 1;
        transform: scale(1);
    }

    .card-style07:hover .card-body .overly-content {
        opacity: 1;
        transform: perspective(400px) scaleX(1);
    }

/* ----------------------------------
 *    Owl Carousel
 ---------------------------------- */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--teal-hex, #2eb5b2);
}

.owl-nav i, .owl-nav span {
    color: var(--teal-hex, #2eb5b2);
    font-size: 28px;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.owl-thumbs button {
    border: none;
}

    .owl-thumbs button img {
        opacity: .5;
    }

    .owl-thumbs button.active img {
        opacity: 1;
    }

.owl-thumb-item {
    cursor: pointer;
}

/* service-carousel2 */
.service-carousel2 .owl-nav {
    margin-top: 50px;
}

    .service-carousel2 .owl-nav button.owl-prev, .service-carousel2 .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 0;
        color: #fff;
    }

.service-carousel2.owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--teal-hex, #2eb5b2);
    transition: 0.4s;
}

.service-carousel2 .owl-nav i, .service-carousel2 .owl-nav span {
    color: white;
    font-size: 15px;
}

/* testimonial-carousel1 */
.testimonial-carousel1 .inner-text {
    position: relative;
    margin-top: 40px;
}

    .testimonial-carousel1 .inner-text:before {
        content: '';
        background-image: url(../img/icons/quote-01.png);
        position: absolute;
        left: 30px;
        top: -25px;
        height: 100%;
        width: 100%;
        background-size: 60px auto;
        background-repeat: no-repeat;
    }

.testimonial-img {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

    .testimonial-img .img-2 {
        margin-top: -90px;
        margin-bottom: -50px;
    }

    .testimonial-img .img-3 {
        margin-bottom: 40px;
    }

.testimonial-carousel1.owl-theme .owl-nav {
    text-align: left;
    margin-top: 25px;
}

.testimonial-img.owl-thumbs button {
    background: none;
}

    .testimonial-img.owl-thumbs button img {
        border: 4px solid #fff;
        box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.1);
    }

.testimonial-img .img-radius1 {
    border-radius: 31px 61px 84px 81px;
}

.testimonial-img .img-radius2 {
    border-radius: 30% 70% 70% 26% / 12% 30% 70% 69%;
}

.testimonial-img .img-radius3 {
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.testimonial-img .img-radius4 {
    border-radius: 38% 51% 48% 46% / 47% 66% 31% 51%;
}

.testimonial-img .img-radius5 {
    border-radius: 31% 79% 73% 38% / 63% 79% 32% 46%;
}

.testimonial-img.owl-thumbs button img {
    opacity: 1;
}

.testimonial-img.owl-thumbs button.active img {
    opacity: 0.5;
}

@media screen and (max-width: 991px) {
    .testimonial-img {
        flex-direction: unset;
    }

        .testimonial-img .img-2 {
            margin: 0;
        }

        .testimonial-img .img-3 {
            margin-bottom: 0;
        }
}
/* testimonial-carousel3 */
.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev, .testimonial-carousel3.owl-carousel .owl-nav button.owl-next {
    top: 40%;
    border-radius: 50%;
    position: absolute;
}

.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev {
    left: -100px;
}

.testimonial-carousel3.owl-carousel .owl-nav button.owl-next {
    right: -100px;
}

.testimonial-carousel3 .owl-nav span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px !important;
    color: #fff;
    transition: all .3s;
    border-radius: 50%;
}

.testimonial-carousel3.owl-carousel .owl-nav button.owl-next:hover span, .testimonial-carousel3.owl-carousel .owl-nav button.owl-prev:hover span {
    background: #fff;
    border-radius: 50%;
    color: #8cc63f;
}

/* ----------------------------------
 *    Accordion
 ---------------------------------- */
.accordion .card {
    background: transparent;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 73, 124, 0.2);
    border-radius: 10px;
}

    .accordion .card:last-child {
        margin-bottom: 0;
    }

.accordion .card-header {
    border: 0;
    padding: 0;
    background: none;
}

.accordion .accordion-collapse {
    border: none;
}

.accordion .accordion-button {
    color: #282b2d;
    font-size: 18px;
    box-shadow: none;
    line-height: 28px;
    font-weight: 500;
    padding: 15px 50px 15px 30px;
    background: none;
    border-radius: 10px;
}

    .accordion .accordion-button:hover {
        text-decoration: none;
    }

    .accordion .accordion-button.collapsed {
        background: transparent;
        color: #282b2d;
        border-top: 0;
    }

        .accordion .accordion-button.collapsed:after {
            background: none;
            border: none;
            border-radius: 0;
            content: '\2b';
            font-family: Font Awesome\ 5 Free;
            font-weight: 600;
            right: 40px;
            left: inherit;
            font-size: 14px;
            line-height: 0;
            height: 0;
            transform: none;
            width: 0;
            top: 28px;
            text-align: center;
            color: var(--navy-hex, #08313f);
            padding-left: 0;
            letter-spacing: -1px;
        }

    .accordion .accordion-button:after {
        background: none;
        border: none;
        border-radius: 0;
        content: '\f068';
        font-family: Font Awesome\ 5 Free;
        font-weight: 600;
        right: 40px;
        left: inherit;
        font-size: 14px;
        height: 0;
        line-height: 0;
        transform: none;
        width: 0;
        top: 28px;
        position: absolute;
        color: var(--teal-hex, #2eb5b2);
        text-align: center;
        padding-left: 2px;
        letter-spacing: -2px;
    }

.accordion .card-body {
    font-size: 16px;
    padding: 0 30px 20px 30px;
    line-height: 28px;
}

@media screen and (max-width: 1199px) {
    .accordion .accordion-button {
        padding: 15px 36px 15px 30px;
    }

        .accordion .accordion-button:after, .accordion .accordion-button.collapsed:after {
            right: 30px;
        }
}

@media screen and (max-width: 991px) {
    .accordion .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
    }

    .accordion .card-body {
        padding: 0 20px 20px 20px;
    }
}

@media screen and (max-width: 575px) {
    .accordion .accordion-button {
        padding: 15px 40px 15px 20px;
    }
}
/* ----------------------------------
 *    Pages
 ---------------------------------- */
/*404 page*/
.error-wrapper h1 {
    font-size: 300px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .error-wrapper h1 {
        font-size: 270px;
    }
}

@media screen and (max-width: 767px) {
    .error-wrapper h1 {
        font-size: 230px;
    }
}

@media screen and (max-width: 575px) {
    .error-wrapper h1 {
        font-size: 150px;
    }
}
/* blog-sidebar */
.blog-sidebar .widget {
    padding: 30px 25px;
    position: relative;
    display: block;
}

    .blog-sidebar .widget .widget-content {
        position: relative;
    }

    .blog-sidebar .widget .category-list li {
        margin-bottom: 12px;
    }

        .blog-sidebar .widget .category-list li:last-child {
            margin-bottom: 0px;
        }

        .blog-sidebar .widget .category-list li a {
            background: rgba(255, 255, 255, 0.1);
            padding: 14px 20px 14px 28px;
            padding: 15px 20px 15px 30px;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
            border-radius: 0.375rem;
        }

            .blog-sidebar .widget .category-list li a span {
                z-index: 9;
                position: relative;
            }

            .blog-sidebar .widget .category-list li a:after {
                content: "\e649";
                font-family: 'themify';
                font-size: 12px;
                font-weight: bold;
                margin-left: -10px;
            }

            .blog-sidebar .widget .category-list li a:hover, .blog-sidebar .widget .category-list li a:active, .blog-sidebar .widget .category-list li a:focus {
                background: white;
                color: var(--navy-hex, #08313f);
            }

        .blog-sidebar .widget .category-list li.active a:after, .blog-sidebar .widget .category-list li:hover a:after {
            margin-left: 10px;
            opacity: 1;
            transition: all 0.3s ease-in-out;
        }

.blog-sidebar .blog-tags a {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0.6rem 5px 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

    .blog-sidebar .blog-tags a:hover, .blog-sidebar .blog-tags a:active, .blog-sidebar .blog-tags a:focus {
        background-color: #fff;
        color: var(--teal-hex, #2eb5b2);
    }

.blog-tags a {
    background-color: var(--teal-hex, #2eb5b2);
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0.6rem 5px 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--teal-hex, #2eb5b2);
}

    .blog-tags a:hover, .blog-tags a:active, .blog-tags a:focus {
        background-color: #fff;
        color: var(--teal-hex, #2eb5b2);
    }

.comment-reply-link {
    color: var(--navy-hex, #08313f);
    background: rgba(31, 39, 50, 0.1);
    padding: 5px 18px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
}

    .comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus {
        color: #fff;
        background: var(--navy-hex, #08313f);
    }

/* faq page */
.faq-block:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    background-color: rgba(242, 242, 242, 0.5);
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 991px) {
    .faq-block:before {
        width: 100%;
    }
}
/*service-sidebar*/
.service-sidebar .cetegory li {
    margin-bottom: 12px;
}

    .service-sidebar .cetegory li:last-child {
        margin-bottom: 0;
    }

    .service-sidebar .cetegory li a {
        background-color: #fff;
        padding: 15px 20px 15px 30px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 0.375rem;
    }

    .service-sidebar .cetegory li:hover a, .service-sidebar .cetegory li.active a {
        background-color: var(--navy-hex, #08313f);
        color: #fff;
    }

.service-sidebar .widget {
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 10px;
    position: relative;
    display: block;
}

    .service-sidebar .widget .widget-brochure {
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }

        .service-sidebar .widget .widget-brochure li {
            position: relative;
            margin-bottom: 12px;
            display: inline-block;
            border: 1px solid #ededed;
            width: 100%;
            border-radius: 10px;
            background: #fff;
        }

            .service-sidebar .widget .widget-brochure li a {
                position: relative;
                display: block;
                padding: 16px 15px 16px 75px;
                font-size: 15px;
                font-weight: 600;
            }

                .service-sidebar .widget .widget-brochure li a i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 60px;
                    height: 100%;
                    line-height: 3;
                    text-align: center;
                    font-size: 20px;
                    background: var(--navy-hex, #08313f);
                    color: #ffffff;
                    border-radius: 10px 0 0 10px;
                }

.service-sidebar .banner-wrapper img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-sidebar .banner-wrapper .bottom-radius {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-sidebar .banner-wrapper .icon-boxs {
    position: absolute;
    top: -43px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-sidebar .sidebar .banner-wrapper .icon-boxs i {
    line-height: 80px;
}

@media screen and (max-width: 767px) {
    .service-sidebar .widget {
        padding: 25px 20px;
    }
}
/* count-down */
.countdown {
    padding: 0;
}

    .countdown li {
        background: var(--teal-hex, #2eb5b2);
        display: inline-block;
        text-align: center;
        min-width: 107px;
        overflow: hidden;
        margin-right: 10px;
        padding: 15px 10px;
        position: relative;
        border-radius: 0.375rem;
    }

        .countdown li:last-child {
            margin-right: 0;
        }

        .countdown li span {
            font-size: 36px;
            font-weight: 600;
            text-align: center;
            color: #ffffff;
            line-height: normal;
            position: relative;
        }

        .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
            margin: 0;
            z-index: 2;
            position: relative;
            padding: 0;
            text-transform: capitalize;
        }

@media screen and (max-width: 1399px) {
    .countdown li {
        min-width: 102px;
    }

        .countdown li span {
            font-size: 30px;
        }
}

@media screen and (max-width: 1199px) {
    .countdown li {
        min-width: 82px;
    }

        .countdown li span {
            font-size: 25px;
        }
}

@media screen and (max-width: 575px) {
    .countdown li {
        min-width: 90px;
    }

        .countdown li:first-child {
            margin-left: 10px;
            margin-bottom: 10px;
        }

        .countdown li:nth-child(2) {
            margin-bottom: 10px;
        }
}
/*search page*/
.search-form_input {
    color: var(--teal-hex, #2eb5b2);
}

.search-frame h4 a:hover {
    color: var(--teal-hex, #2eb5b2);
}

.search-frame .search_list .match {
    color: var(--teal-hex, #2eb5b2);
}

.search-frame .search_list li:before {
    color: var(--teal-hex, #2eb5b2);
}

.search-frame .search_list li + li {
    border-top: 3px solid var(--teal-hex, #2eb5b2);
}

.search-frame .search {
    color: var(--teal-hex, #2eb5b2);
}

/* contact-map */
.contact-map {
    width: 100%;
    height: 400px;
    vertical-align: top;
    border: 0;
}

/*contact-us*/
.contact-us .contact-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding: 0 0 25px;
    margin-bottom: 25px;
}

.contact-us .contacts-icon {
    margin-right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

    .contact-us .contacts-icon i {
        color: #fff;
        font-size: 22px;
        transition: .5s;
    }

.contact-us .contact-info:hover .contacts-icon {
    transform: rotateY(180deg);
    background: var(--teal-hex, #2eb5b2);
}

.contact-us .follow-company-icon2 a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-right: 7px;
    transition: .5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
}

    .contact-us .follow-company-icon2 a:last-child {
        margin-right: 0;
    }

    .contact-us .follow-company-icon2 a:hover {
        background: var(--teal-hex, #2eb5b2);
    }

@media screen and (max-width: 575px) {
    .contact-us .contacts-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact-us .follow-company-icon2 a {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}
/* ----------------------------------
 *    11. Others
 ---------------------------------- */
/* content branding */
.content-branding-image,
.bg-default-cb-branding,
.bg-default-quiz-branding,
.bg-default-newsh-branding,
.bg-default-newsh-branding,
.bg-default-footer-branding {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    position: absolute;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    aspect-ratio: unset;
    z-index: 1;
}

/* borders */
.border-navy {
    border-color: var(--navy-hex, #00313f) !important;
    opacity: 1;
}

.border-skobeloff {
    border-color: var(--skobeloff-hex, #006e69) !important;
    opacity: 1;
}

.border-teal {
    border-color: var(--teal-hex, #2eb5b2) !important;
    opacity: 1;
}

/* ribbon */
/* HTML: <div class="ribbon-right-h">Your text content</div> */
.ribbon-right-h {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.ribbon-right-h {
    --f: .5em; /* control the folded part*/
    --r: .8em; /* control the ribbon shape */

    position: absolute;
    top: 20px;
    right: calc(-1*var(--f));
    padding-inline: .25em;
    line-height: 1.8;
    background: var(--teal-hex, #2eb5b2);
    border-bottom: var(--f) solid #0005;
    border-left: var(--r) solid #0000;
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
}

    .ribbon-right-h span {
        color: var(--white-hex, #ffffff);
        margin-left: 16px;
        margin-right: 16px;
    }

/* HTML: <div class="ribbon ribbon-md ribbon-end">Your text content</div>*/
.ribbon {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    text-align: right;
}

    .ribbon span {
        color: var(--white-hex, #ffffff);
        text-align: center;
        display: block;
        box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
        position: absolute;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #9d9d9d;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #9d9d9d;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #9d9d9d;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #9d9d9d;
        }

.ribbon-lg {
    font-size: 1.25rem;
    width: 15.625rem;
    height: 15.625rem;
    top: -6px;
}

    .ribbon-lg span {
        line-height: 3.125rem;
        width: 12.5rem;
        top: 1.875rem;
    }

    .ribbon-lg.ribbon-start {
        left: -0.6875rem;
    }

        .ribbon-lg.ribbon-start span {
            left: -2.5rem;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

    .ribbon-lg.ribbon-end {
        right: -0.6875rem;
    }

        .ribbon-lg.ribbon-end span {
            right: -2.5rem;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

.ribbon-md {
    font-size: 0.875rem;
    width: 9.375rem;
    height: 9.375rem;
    top: -5px;
}

    .ribbon-md span {
        line-height: 1.875rem;
        width: 9.375rem;
        top: 1.75rem;
    }

    .ribbon-md.ribbon-start {
        left: -7px;
    }

        .ribbon-md.ribbon-start span {
            left: -1.875rem;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

    .ribbon-md.ribbon-end {
        right: -7px;
    }

        .ribbon-md.ribbon-end span {
            right: -1.875rem;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

.ribbon-sm {
    font-size: 0.75rem;
    width: 6.25rem;
    height: 6.25rem;
    top: -5px;
}

    .ribbon-sm span {
        line-height: 1.25rem;
        width: 6.25rem;
        top: 1.1875rem;
    }

    .ribbon-sm.ribbon-start {
        left: -6px;
    }

        .ribbon-sm.ribbon-start span {
            left: -1.25rem;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

    .ribbon-sm.ribbon-end {
        right: -6px;
    }

        .ribbon-sm.ribbon-end span {
            right: -1.25rem;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

.no-gutters .ribbon-lg.ribbon-start, .no-gutters .ribbon-md.ribbon-start, .no-gutters .ribbon-sm.ribbon-start, .g-0 .ribbon-lg.ribbon-start, .g-0 .ribbon-md.ribbon-start, .g-0 .ribbon-sm.ribbon-start {
    left: -7px;
}

.no-gutters .ribbon-lg.ribbon-end, .no-gutters .ribbon-md.ribbon-end, .no-gutters .ribbon-sm.ribbon-end, .g-0 .ribbon-lg.ribbon-end, .g-0 .ribbon-md.ribbon-end, .g-0 .ribbon-sm.ribbon-end {
    right: -7px;
}
/* end-of: ribbon */

/* about-style01 */
.about-style01 .second-line {
    margin-right: -170px;
}

.about-style01 .image-hover-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #1e2434;
}

    .about-style01 .image-hover-two img {
        width: 100%;
        transition: all 500ms ease;
    }

    .about-style01 .image-hover-two:hover img {
        transform: scale(1.05);
        opacity: 0.5;
    }

@media screen and (max-width: 767px) {
    .about-style01 .second-line {
        margin-right: 0;
    }
}
/* feature-box-one */
.feature-box-one .main-box .inner-box {
    padding: 0 50px;
}

.box-shadow {
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1599px) {
    .feature-box-one .main-box .inner-box {
        padding: 0 30px;
    }
}
/* process */
.process-style-01 .process-block {
    width: 167px;
    height: 167px;
    background: #f8f9fa;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 25px;
}

    .process-style-01 .process-block .process-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        background: var(--teal-hex, #2eb5b2);
        border-radius: 50%;
        text-align: center;
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 1;
    }

    .process-style-01 .process-block .process-count {
        width: 55px;
        height: 55px;
        line-height: 55px;
        background: #fff;
        text-align: center;
        position: absolute;
        right: 30px;
        bottom: 20px;
        box-shadow: 0px 5px 18.8px 1.2px rgba(99, 102, 187, 0.1);
        z-index: -1;
    }

        .process-style-01 .process-block .process-count span {
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            -webkit-text-fill-color: #fff;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: var(--navy-hex, #08313f);
        }

.process-style-01 span {
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--teal-hex, #2eb5b2);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 19px;
    transition: all 0.35s ease-in-out;
    bottom: 20px;
    right: -5px;
}

.process-style-01:nth-child(2) .item span {
    bottom: auto;
}

.process-style-01 .thumb {
    position: relative;
    display: inline-block;
}

.process-style-01 img {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin-bottom: 25px;
    transition: all 0.35s ease-in-out;
}

.main-process {
    position: relative;
    z-index: 1;
    padding-top: 33px;
}

    .main-process .line-shape {
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
        transform: rotate(-3deg);
    }

.process-style-01 .item:hover span {
    transform: scale(1.2);
    background: var(--navy-hex, #08313f);
    color: #fff;
    right: -45px;
}

.process-style-01:nth-child(2n) .item span {
    transform: scale(1.2);
    background: var(--teal-hex, #2eb5b2);
    color: #fff;
    right: -45px;
}

.process-style-01:nth-child(2n) .item img {
    transform: scale(1.4);
    margin-bottom: 60px;
}

.process-style-01 .item:hover img {
    transform: scale(1.4);
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .process-style-01 img {
        transform: scale(1.4);
        margin-bottom: 60px;
    }

    .main-process .line-shape {
        display: none;
    }
}
/* progress-style01 */
.progress-style01 .progress-bar {
    background-color: var(--teal-hex, #2eb5b2);
    height: 7px;
}

.progress-style01 .custom-progress {
    height: 7px;
}

/* icon-style1 */
.icon-style1 {
    display: flex;
    background: var(--teal-hex, #2eb5b2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.3s linear 0s;
    vertical-align: top;
    justify-content: center;
    align-items: center;
}

/* history-01 */
.history-01:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
    width: 35%;
    height: 70%;
}

.history-01 .history-block:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0px;
    left: 6px;
}

.history-01 .history-block:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: -10px;
    left: 1px;
    background-color: var(--teal-hex, #2eb5b2);
    border-radius: 50%;
}

.history-01 .history-block .inner-text:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    top: 60px;
    left: 6px;
    background-color: rgba(0, 0, 0, 0.1);
}

/* extra-icon-circle */
.extra-icon-circle {
    width: 80px;
    height: 80px;
    background: var(--teal-hex, #2eb5b2);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

/* team details */
.team-details-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px;
    border-top: 1px solid #ededed;
}

    .team-details-social ul {
        margin-left: 30px;
        padding-left: 0;
        margin-bottom: 0;
    }

        .team-details-social ul li {
            display: inline-block;
            list-style: none;
            margin-right: 10px;
        }

            .team-details-social ul li:last-child {
                margin: 0;
            }

            .team-details-social ul li a {
                display: inline-block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background: #fff;
                border: 1px solid #ededed;
                color: #343a40;
                -webkit-transition: all 0.4s ease-out 0s;
                transition: all 0.4s ease-out 0s;
            }

                .team-details-social ul li a:hover {
                    color: #fff;
                    border-color: var(--teal-hex, #2eb5b2);
                    background: var(--teal-hex, #2eb5b2);
                }

/* quform */
.form-group {
    margin-bottom: 1rem;
}

    .form-group label {
        margin-bottom: .5rem;
    }

.form-control:focus {
    border-color: var(--teal-hex, #2eb5b2);
}

.form-check-input:checked {
    border-color: var(--teal-hex, #2eb5b2);
    background-color: var(--teal-hex, #2eb5b2);
}

.quform-input {
    position: relative;
}

    .quform-input .quform-errors-wrap {
        position: absolute;
        right: 8px;
        top: 0;
        line-height: normal;
        z-index: 1;
    }

.quform-element > label {
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 15px;
}

    .quform-element > label .quform-required {
        color: #cc0101;
        font-size: 10px;
    }

.quform-inner input {
    width: 100%;
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top;
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px;
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal;
}

    .quform-errors > .quform-error {
        padding: 0;
        background: none;
        border: none;
        float: none;
        color: #f5543f;
        font-size: 11px;
        line-height: normal;
        letter-spacing: normal;
    }

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal;
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
    border-color: #f5543f;
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-submit-inner {
    float: none;
}

.quform-loading-wrap {
    float: none;
}

    .quform-loading-wrap .quform-loading {
        display: inline-block;
    }

.quform-element {
    margin-bottom: 1rem;
}

/* social-icon-style1 */
.social-icon-style1 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}

    .social-icon-style1 li {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
    }

        .social-icon-style1 li a {
            display: inline-block;
            font-size: 14px;
            text-align: center;
            color: #ffffff;
            background: rgba(255, 255, 255, 0.1);
            height: 41px;
            line-height: 41px;
            width: 41px;
        }

            .social-icon-style1 li a:hover {
                background: var(--teal-hex, #2eb5b2);
            }

        .social-icon-style1 li:last-child {
            margin-right: 0;
        }

/* social-icon-style2 */
.social-icon-style2 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none;
}

    .social-icon-style2 li {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
    }

        .social-icon-style2 li a {
            display: inline-block;
            font-size: 1.2rem;
            text-align: center;
            color: var(--teal-hex, #2eb5b2);
            background-color: var(--white-hex, #ffffff);
            height: 41px;
            line-height: 42px;
            width: 41px;
            border-radius: var(--border-radius-md, 0.4rem);
        }

            .social-icon-style2 li a:hover {
                background: var(--teal-hover-hex, #25918E);
                color: var(--white-hex, #ffffff);
            }

        .social-icon-style2 li:last-child {
            margin-right: 0;
        }

        .social-icon-style2 li a.small {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 11px;
        }

    .social-icon-style2.small li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

@media screen and (max-width: 991px) {
    .social-icon-style2.small li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1rem;
    }
}

/* social-icon-style3 */
.social-icon-style3 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none;
}

    .social-icon-style3 li {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
    }

        .social-icon-style3 li a {
            display: inline-block;
            font-size: 1.2rem;
            text-align: center;
            color: var(--white-hex, #ffffff);
            background-color: var(--skobeloff-hex, #006e69);
            height: 41px;
            line-height: 42px;
            width: 41px;
            border-radius: var(--radius, 0.313rem);
            transition: 0.5s;
        }

            .social-icon-style3 li a:hover {
                color: var(--white-hex, #ffffff);
                background-color: var(--skobeloff-active-hex, #00847e);
            }

        .social-icon-style3 li:last-child {
            margin-right: 0;
        }

        .social-icon-style3 li a.small {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 11px;
        }

    .social-icon-style3.small li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

@media screen and (max-width: 991px) {
    .social-icon-style3.small li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1rem;
    }
}

/* social-icon-style4 */
.social-icon-style4 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none;
}

    .social-icon-style4 li {
        text-align: center;
        margin-right: 5px;
        display: inline-block;
    }

        .social-icon-style4 li:last-child {
            margin-right: 0;
        }

        .social-icon-style4 li a {
            background-color: var(--white-hex, #ffffff);
            color: var(--teal-hex, #2eb5b2);
            border-radius: 50%;
            height: 42px;
            width: 42px;
            line-height: 43px;
            display: inline-block;
            font-size: 1.2rem;
        }

            .social-icon-style4 li a:hover, .social-icon-style4 li a:focus {
                background: var(--teal-hover-hex, #25918E);
                color: var(--white-hex, #ffffff);
            }

@media screen and (max-width: 575px) {
    .social-icon-style4 li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 1rem;
    }
}

/* ----------------------------------
 *    Page Navigation
 ---------------------------------- */
.page-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

.prev-page, .next-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px;
}

    .prev-page:before, .next-page:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
        transform: scale(1.04, 1.12);
        transition: .3s ease-in-out;
        pointer-events: none;
    }

    .prev-page .page-info > a, .next-page .page-info > a {
        display: flex;
        align-items: center;
        position: relative;
        padding: 16px 20px;
        min-height: 110px;
        transition: 0.8s;
    }

    .prev-page .page-info .image-prev, .prev-page .page-info .image-next {
        position: relative;
        flex-shrink: 0;
        width: 70px;
        height: 70px;
        vertical-align: middle;
        transition: inherit;
        overflow: hidden;
    }

    .next-page .page-info .image-prev, .next-page .page-info .image-next {
        position: relative;
        flex-shrink: 0;
        width: 70px;
        height: 70px;
        vertical-align: middle;
        transition: inherit;
        overflow: hidden;
    }

    .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
        display: inline-block;
        position: relative;
        max-width: 220px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        word-wrap: break-word;
        vertical-align: middle;
        transition: 0.45s;
    }

    .next-page .page-info .prev-title, .next-page .page-info .next-title {
        display: inline-block;
        position: relative;
        max-width: 220px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        word-wrap: break-word;
        vertical-align: middle;
        transition: 0.45s;
    }

    .prev-page .page-info .prev-title:empty, .prev-page .page-info .next-title:empty {
        display: none;
    }

    .next-page .page-info .prev-title:empty, .next-page .page-info .next-title:empty {
        display: none;
    }

    .prev-page:hover:before, .next-page:hover:before {
        background-color: white;
        transform: scale(1);
        box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
    }

    .prev-page a {
        justify-content: flex-start;
        text-align: left;
    }

        .prev-page a:hover .image-prev:after {
            visibility: visible;
            opacity: 1;
        }

        .prev-page a:hover .image-prev:before {
            visibility: visible;
            opacity: 1;
            margin-left: 0;
        }

    .prev-page .image-prev {
        margin-right: 20px;
    }

        .prev-page .image-prev:after {
            background-color: var(--teal-hex, #2eb5b2);
        }

    .next-page .image-next:after {
        background-color: var(--teal-hex, #2eb5b2);
    }

    .prev-page .image-prev:before {
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin-left: 20px;
        content: "\e64a";
        font-family: 'themify';
        font-size: 21px;
        line-height: 70px;
        color: #fff;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out;
    }

    .prev-page .image-prev:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out;
    }

.next-page {
    margin-left: auto;
}

    .next-page a {
        justify-content: flex-end;
        text-align: right;
    }

        .next-page a:hover .image-next:after {
            visibility: visible;
            opacity: 1;
        }

        .next-page a:hover .image-next:before {
            visibility: visible;
            opacity: 1;
            margin-right: 0;
        }

    .next-page .image-next {
        margin-left: 20px;
    }

        .next-page .image-next:before {
            display: block;
            position: absolute;
            z-index: 2;
            left: 0;
            right: 0;
            margin-right: 20px;
            content: "\e64a";
            font-family: 'themify';
            font-size: 21px;
            line-height: 70px;
            color: #fff;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            transition: .3s ease-in-out;
            transform: scaleX(-1);
        }

        .next-page .image-next:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            visibility: hidden;
            transition: .3s ease-in-out;
        }

    .next-page .next-title {
        text-align: right;
    }

.prev-link-page-info > span, .next-link-page-info > span {
    display: block;
}

.prev-link-page-info .date-details, .next-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 20px;
    margin-bottom: -2px;
}

    .prev-link-page-info .date-details > div, .prev-link-page-info .date-details > span {
        line-height: inherit;
        transition: 0.45s;
        font-weight: 500;
    }

    .next-link-page-info .date-details > div, .next-link-page-info .date-details > span {
        line-height: inherit;
        transition: 0.45s;
        font-weight: 500;
    }

    .prev-link-page-info .date-details:only-child, .next-link-page-info .date-details:only-child {
        margin-top: 0;
    }

@media screen and (max-width: 767px) {
    .prev-page, .next-page {
        width: calc(100% - 20px);
        max-width: unset;
    }

        .prev-page + .next-page {
            margin-top: 0;
        }

    .page-navigation {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .prev-page .page-info > a, .next-page .page-info > a {
        padding: 10px;
    }

    .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
        max-width: 168px;
    }

    .next-page .page-info .prev-title, .next-page .page-info .next-title {
        max-width: 168px;
    }
}
/* newsletter */
.newsletter-form .quform-elements {
    position: relative;
}

.newsletter-form .quform-submit-inner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: auto;
    background: transparent;
    height: 48px;
}

    .newsletter-form .quform-submit-inner .btn {
        padding: 0.500rem 1.15rem;
    }

.newsletter-form .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
}

.newsletter-form input {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.2);
    height: 50px;
    padding: 0.5rem 4rem 0.5rem 1rem;
    color: #fff;
}

.newsletter-form .form-control:focus, .newsletter-form .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.newsletter-form .quform-has-error input, .newsletter-form .quform-has-error textarea, .newsletter-form .quform-has-error select {
    border-color: #f5543f;
}

.newsletter-form .quform-input .quform-errors-wrap {
    right: 15px;
}

.newsletter-form i {
    font-size: 1.2rem;
    line-height: 2rem;
}

/* newsletter rounded*/
.newsletter-rounded .quform-elements {
    position: relative;
}

.newsletter-rounded .quform-submit-inner {
    position: absolute;
    right: 5px;
    top: 4px;
    width: auto;
}

    .newsletter-rounded .quform-submit-inner .btn {
        border: none;
    }

.newsletter-rounded .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
}

.newsletter-rounded input {
    height: 60px;
    min-height: auto;
    padding: 0.5rem 4rem 0.5rem 1.5rem;
}

.newsletter-rounded .quform-has-error input, .newsletter-rounded .quform-has-error textarea, .newsletter-rounded .quform-has-error select {
    border-color: #f5543f;
}

.newsletter-rounded .quform-input .quform-errors-wrap {
    right: 15px;
}

.newsletter-rounded i {
    font-size: 1rem;
    line-height: 2rem;
}


/* ------------------------------
    Swiper
--------------------------------- */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50% !important;
}

.swiper-button-prev, .swiper-button-next {
    width: 45px;
    height: 45px;
    background-color: var(--navy-hex, #08313f);
    border-radius: 50%;
    border: 1px solid var(--text-white-hex, #ffffff);
    line-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-button-prev {
    left: -60px !important;
}

.swiper-button-next {
    right: -60px !important;
}

    .swiper-button-prev::before,
    .swiper-button-next::before {
        font-family: 'bootstrap-icons';
        font-size: 1.5rem !important;
        font-weight: 500;
        speak: never;
        color: var(--text-white-hex, #ffffff);
        text-align: center;
        vertical-align: middle;
    }


.swiper-button-prev::before {
    content: "\F12F";
}

.swiper-button-next::before {
    content: "\F138";
}

/* remove default icons */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    display: none;
}

.swiper-free-mode > .swiper-wrapper {
    /* for swiper smooth horizontal transitions */
    transition-timing-function: linear;
}

@media (max-width: 767px) {
    .swiper-button-prev {
        left: 1px !important;
    }

    .swiper-button-next {
        right: 1px !important;
    }
}

/*------------------------------
    15. Video
-------------------------------- */
.btn-video {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: #fff;
    background: var(--teal-hex, #2eb5b2);
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

    .btn-video i {
        font-size: 4rem;
        margin-left: 10px;
    }

    .btn-video:hover i, .btn-video:focus i {
        color: #fff;
    }

@media screen and (max-width: 767px) {
    .btn-video i {
        font-size: 2rem;
        margin-left: 8px;
    }
}

.btn-video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid var(--teal-hex, #2eb5b2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.btn-video:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid var(--teal-hex, #2eb5b2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.btn-video.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

    .btn-video.small:after {
        height: 50px;
        width: 50px
    }

    .btn-video.small:before {
        height: 65px;
        width: 65px
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 1199px) {
    .btn-video {
        height: 75px;
        width: 75px;
        line-height: 75px
    }

        .btn-video:after {
            height: 75px;
            width: 75px
        }

        .btn-video:before {
            height: 90px;
            width: 90px
        }
}

@media screen and (max-width: 991px) {
    .btn-video {
        height: 70px;
        width: 70px;
        line-height: 70px
    }

        .btn-video:after {
            height: 70px;
            width: 70px
        }

        .btn-video:before {
            height: 85px;
            width: 85px
        }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .btn-video {
        height: 60px;
        width: 60px;
        line-height: 60px
    }

        .btn-video:after {
            height: 60px;
            width: 60px
        }

        .btn-video:before {
            height: 75px;
            width: 75px
        }
}

/*-------------------------------
    16. Vintage
---------------------------------*/
/* zLogin  */
.zlogin-container {
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

    .zlogin-container span.form-check-input > label {
        background: none;
    }

    .zlogin-container span.form-check-input input:checked + label {
        background: none;
    }

    .zlogin-container .usercontrol-div3 .btn-primary {
        margin-top: 60px;
    }

    .zlogin-container .usercontrol-div1 {
        margin-top: 2rem;
    }

        .zlogin-container .usercontrol-div1 .alert-success .fa-times {
            color: #00313F;
            opacity: 0.5;
        }

    .zlogin-container .usercontrol-div3 {
        padding: 2rem 3rem;
        border-radius: var(--radius);
        box-shadow: var(--footer-shadow);
    }

        .zlogin-container .usercontrol-div3 .login-form a[id$="hlForgotPassword"],
        .ulogin-links a[id$="lbForgottenPassword"] {
            position: relative;
            z-index: 5;
            cursor: pointer;
            color: var(--skobeloff-hex, #006e69);
            letter-spacing: .05rem;
        }

            .zlogin-container .usercontrol-div3 .login-form a[id$="hlForgotPassword"]::after,
            .ulogin-links a[id$="lbForgottenPassword"]::after {
                position: absolute;
                left: 0;
                width: 100%;
                background-color: var(--skobeloff-hover-hex, #005854) !important;
                content: "";
                transform: scaleX(0);
                transition: transform .3s;
                bottom: -4px;
                height: 2px;
            }

            .zlogin-container .usercontrol-div3 .login-form a[id$="hlForgotPassword"]:hover,
            .ulogin-links a[id$="lbForgottenPassword"]:hover {
                color: var(--skobeloff-hover-hex, #005854) !important;
            }

            .zlogin-container .usercontrol-div3 .login-form a[id$="hlForgotPassword"]:focus,
            .ulogin-links a[id$="lbForgottenPassword"]:focus {
                color: var(--skobeloff-hover-hex, #005854) !important;
                outline: none;
            }

            .zlogin-container .usercontrol-div3 .login-form a[id$="hlForgotPassword"]:focus-visible,
            .ulogin-links a[id$="lbForgottenPassword"]:focus-visible {
                outline: 1px solid var(--white-hex, #ffffff);
                outline-offset: 1px;
                border-radius: 2px;
            }

                .zlogin-container .usercontrol-div3 .login-form a[id$="hlForgotPassword"]:focus-visible:after,
                .zlogin-container .usercontrol-div3 .login-form a[id$="hlForgotPassword"]:hover:after,
                .ulogin-links a[id$="lbForgottenPassword"]:focus-visible:after,
                .ulogin-links a[id$="lbForgottenPassword"]:hover:after {
                    transform: scaleX(1);
                    border: none;
                }

        .zlogin-container .usercontrol-div3 .form-control {
            padding: 0.8rem 0.5rem;
        }

        .zlogin-container .usercontrol-div3 .form-check-input {
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            margin-top: .3rem;
            margin-left: -1.25rem;
            width: unset;
            height: unset;
            border: 0;
        }

    .zlogin-container .usercontrol-div4 {
        background: none;
    }

    .zlogin-container .usercontrol-div3 .invalid-feedback {
        font-size: initial;
        color: #E63D38;
    }

    .zlogin-container .usercontrol-div3 .form-control.is-invalid {
        background-image: none;
        background: #FFF0EB;
        border: 1px solid #E63D38 !important;
    }

    .zlogin-container .usercontrol-div3 h2 {
        color: #005A5E;
        text-align: center;
        margin-bottom: 16px;
    }

    .zlogin-container .usercontrol-div3 .subtitle {
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        text-align: center;
        margin: 0 auto 34px auto;
        max-width: 381px;
    }

    .zlogin-container .usercontrol-div3 .form-group label {
        color: #384B55;
    }

    .zlogin-container .usercontrol-div3 .form-check {
        position: relative;
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 10px;
    }

        .mailinglist-subscribe-verify .form-check label,
        .zlogin-container .usercontrol-div3 .form-check label {
            color: #03131B;
            padding-left: 12px;
            width: 200px;
        }

    .zlogin-container .usercontrol-div3 .btn-primary {
        padding: 12px 0;
        border-radius: 7px;
    }

    .zlogin-container .usercontrol-div3 i {
        margin-left: 0.5rem;
    }

    .zlogin-container .usercontrol-div3 input[type="password"] {
        margin-bottom: 12px;
    }

    .zlogin-container .login-footer {
        margin-top: 24px;
    }

        .zlogin-container .login-footer a {
            text-decoration: underline;
        }

            .zlogin-container .login-footer a:hover {
                text-decoration: none;
            }
/* end of: zLogin */

/* ULogin */
.ulogin-wrapper {
    padding: 80px 0px;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

    .ulogin-wrapper .row.ulogin-login {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

        .ulogin-wrapper .row.ulogin-login .button-wrapper {
            margin-bottom: 3rem !important;
        }

        .ulogin-wrapper .row.ulogin-login .form.form-login {
            padding: 2rem 3rem;
            border-radius: var(--radius);
            box-shadow: var(--footer-shadow);
        }

@media (min-width: 576px) {
    .ulogin-wrapper .row.ulogin-login .form.form-login {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .ulogin-wrapper .row.ulogin-login .form.form-login {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media (min-width: 992px) {
    .ulogin-wrapper .row.ulogin-login .form.form-login {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width: 1200px) {
    .ulogin-wrapper .row.ulogin-login .form.form-login {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}
/* end of: ULogin */

/* zForgotPassword */
.zforgotpassword {
    padding: 120px 0px;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

    .zforgotpassword .usercontrol-div3 {
        padding: 2rem 3rem;
        border-radius: var(--radius);
        box-shadow: var(--footer-shadow);
    }

        .zforgotpassword .usercontrol-div3 h2 {
            color: var(--skobeloff-hex, #006e69);
            text-align: center;
            margin-bottom: 16px;
        }
/* end of: zPassword */

/* zRegister */
.zregister-container {
    padding: 120px 0px;
    background: #fff;
    position: relative;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

    .zregister-container .usercontrol-div3 {
        padding: 2rem 3rem;
        border-radius: var(--radius);
        box-shadow: var(--footer-shadow);
    }

    .zregister-container .card {
        border: 0 !important;
    }

    .zregister-container .btn::after {
        content: "\f061";
        color: #FFFFFF;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        margin-left: 8px;
        font-size: 14px;
    }

    .zregister-container .signup-steps .card-header {
        text-transform: uppercase;
        padding: .75rem 0rem .35rem 0rem;
        color: #000000;
        border-bottom-color: #000000;
        margin-right: 1.25rem;
        background-color: transparent;
    }

    .zregister-container .signup-steps .card-body {
        padding-left: 0;
    }

        .zregister-container .signup-steps .card-body .step {
            text-transform: uppercase;
            color: #676767;
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 20px;
        }

            .zregister-container .signup-steps .card-body .step.active {
                color: #006E69;
                font-weight: bold;
            }

                .zregister-container .signup-steps .card-body .step.active:after {
                    content: "\f061";
                    font-family: 'Font Awesome 5 Pro';
                    float: right;
                }

            .zregister-container .signup-steps .card-body .step.done:before {
                content: "\f00c";
                font-family: 'Font Awesome 5 Pro';
                float: left;
                padding-right: 5px;
            }

    .zregister-container span.form-check-input.is-invalid > label {
        background: none;
        display: inline-block;
    }

    .zregister-container span.form-check-input > label {
        background: none;
    }


    .zregister-container span.form-check-input input:checked + label {
        background: none;
    }

    .zregister-container .terms .invalid-feedback {
        padding-top: 80px;
    }

    .zregister-container .form-check.terms {
        margin-bottom: 25px;
    }

    .zregister-container .form-check .form-check-input {
        display: flex;
        width: 100%;
        height: auto;
        gap: 10px;
        align-items: start;
        float: none;
        margin: 0;
        border: none;
    }

        .zregister-container .form-check .form-check-input > input {
            margin-top: 7px;
        }

    .zregister-container .usercontrol-div3 .form-group label {
        color: #384B55;
    }

    .zregister-container .usercontrol-div3 .a-tooltip {
        margin-left: 0.5rem;
    }

    .zregister-container .usercontrol-div3 .subtitle {
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        text-align: center;
        margin: 0 auto 34px auto;
        max-width: 381px;
    }

    .zregister-container .usercontrol-div3 h2 {
        color: #005A5E;
        text-align: center;
        margin-bottom: 16px;
    }

    .zregister-container .usercontrol-div3 .form-control {
        padding: 0.8rem 0.5rem;
    }

    .zregister-container .usercontrol-div3 .btn-primary {
        padding: 12px 0;
        border-radius: 7px;
        margin: 25px 0;
    }

    .zregister-container .signup-steps .card-body .step.done {
        color: #258c25;
    }

    @media (min-width: 576px) {
        .zregister-container .signup-steps .col-sm-7 {
        flex: 0 0 auto;
        width: 70.333333%;
    }
}
/* end of: zRegister */


/* 17. OOM */
.table {
    border-collapse: collapse !important;
}

    .table td,
    .table th {
        background-color: #fff !important;
    }

.l_flex {
    display: flex;
    align-items: center;
    flex: 1;
}

.template__banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 315px;
    padding-bottom: 9.6rem;
    color: var(--white-hex, #ffffff);
    background-color: var(--navy-hex, #00313f);
}

@media (min-width: 768px) {
    .template__banner {
        height: 400px;
        padding-bottom: 10rem;
    }
}

@media (min-width: 992px) {
    .template__banner {
        height: 470px;
        padding-bottom: 12.4rem;
    }

        .template__banner.course-detail__banner {
            height: 430px;
            padding-bottom: 80px;
        }
}

@media (max-width: 767.98px) {
    .template__banner.template__banner--no-filter-tabs {
        height: 270px;
        padding-bottom: 4.4rem;
    }
}

.template__banner .h1 {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .OOM-breakdown__banner {
        height: auto !important;
        padding-top: 15.8rem;
        padding-bottom: 6rem !important;
    }
}

@media (min-width: 768px) {
    .OOM-breakdown__banner {
        height: 505px;
        padding-bottom: 6.4rem;
    }
}

@media (min-width: 992px) {
    .OOM-breakdown__banner {
        padding-bottom: 9.2rem;
        height: 470px;
    }
}

.OOM-breakdown__banner .template__banner-inner {
    flex-wrap: wrap;
}

.OOM-breakdown__banner .template__banner__cta {
    padding-top: 2.2rem;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .OOM-breakdown__banner .template__banner__cta {
        padding-top: 3.2rem;
    }
}

.OOM-breakdown__banner .template__banner__cta .button {
    width: 186px;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .OOM-breakdown__banner .template__banner__cta .button {
        height: 4rem;
    }

        .OOM-breakdown__banner .template__banner__cta .button .button__text {
            padding-left: 0;
            padding-right: 0;
            color: var(--skobeloff-hex, #006e69);
        }

        .OOM-breakdown__banner .template__banner__cta .button .button__icon {
            color: var(--skobeloff-hex, #006e69);
        }

        .OOM-breakdown__banner .template__banner__cta .button:before {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .OOM-breakdown__banner .template__banner__cta div + div .button .button__text,
    .OOM-breakdown__banner .template__banner__cta div + div .button .button__icon {
        color: var(--teal-hex, #2eb5b2);
    }
}

@media (min-width: 768px) {
    .OOM-breakdown__banner .template__banner__cta {
        display: flex;
        justify-content: flex-end;
    }

        .OOM-breakdown__banner .template__banner__cta .button {
            width: 255px;
        }

        .OOM-breakdown__banner .template__banner__cta div + div {
            padding-left: 1.6rem;
        }
}

@media (min-width: 992px) {
    .OOM-breakdown__banner .template__banner__cta {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .OOM-breakdown__banner .template__banner__cta div + div {
            padding-top: 2rem;
            padding-left: 0;
        }
}

.OOM-breakdown__banner .template__banner__title {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .OOM-breakdown__banner .template__banner__title {
        padding-right: 20rem;
    }
}

.theme-dark {
    background-color: var(--navy-hex, #00313f);
}

    .theme-dark .theme-area {
        color: var(--white-hex, #ffffff);
    }

        .theme-dark .theme-area .button--primary {
            border: 1px solid var(--navy-hex, #00313f);
            color: var(--teal-hex, #2eb5b2);
        }

        .theme-dark .theme-area .button--secondary {
            color: var(--white-hex, #ffffff);
        }

        .theme-dark .theme-area.rte p {
            color: var(--white-hex, #ffffff);
        }

        .theme-dark .theme-area .checkbox--custom ~ .label:before,
        .theme-dark .theme-area .radio--custom ~ .label:before {
            border: solid 1px var(--teal-hex, #2eb5b2);
        }

        .theme-dark .theme-area .select--custom {
            background-color: #02090D;
            color: var(--white-hex, #ffffff);
            border-bottom: 1px solid rgba(141, 141, 141, 0.5);
        }

        .theme-dark .theme-area .generic-table {
            color: var(--white-hex, #ffffff);
        }

            .theme-dark .theme-area .generic-table td {
                border-bottom: 1px solid var(--navy-hex, #00313f);
                color: var(--white-hex, #ffffff);
            }

@media (max-width: 767.98px) {
    .theme-dark .theme-area.table--leaderboard .row-content__col, .theme-dark .theme-area.table--leaderboard .row-content__scroll {
        border-bottom: 1px solid var(--navy-hex, #00313f);
    }
}

.theme-dark .theme-area.table--leaderboard .show-leaderboard-mobile-swipe .row-content__scroll .score:before {
    background-color: rgba(2, 9, 13, 0.8);
}

.theme-dark .theme-area.table--leaderboard .hole-tab {
    color: var(--white-hex, #ffffff);
}

.theme-dark .theme-area.table--leaderboard .table-text, .theme-dark .theme-area.table--leaderboard .generic-table td, .generic-table .theme-dark .theme-area.table--leaderboard td,
.theme-dark .theme-area.table--leaderboard .table-text-small {
    color: var(--white-hex, #ffffff);
}

.theme-dark .theme-area.table--leaderboard .score {
    color: var(--white-hex, #ffffff);
}

.theme-dark .theme-area.table--leaderboard .table__row {
    border-bottom: 1px solid var(--navy-hex, #00313f);
}

    .theme-dark .theme-area.table--leaderboard .table__row:hover, .theme-dark .theme-area.table--leaderboard .table__row:focus {
        background-color: #0A161D;
    }

        .theme-dark .theme-area.table--leaderboard .table__row:hover:after, .theme-dark .theme-area.table--leaderboard .table__row:focus:after {
            background-color: var(--navy-hex, #00313f) !important;
        }

.theme-dark .theme-area.table--leaderboard .table__row-content__close {
    color: var(--teal-hex, #2eb5b2);
}

.theme-dark .theme-area.table--leaderboard .row-content__col--left {
    border-right: 1px solid var(--navy-hex, #00313f);
}

    .theme-dark .theme-area.table--leaderboard .row-content__col--left .score {
        color: white !important;
    }

.theme-dark .theme-area.table--leaderboard .row-content__col--right {
    border-left: 1px solid var(--navy-hex, #00313f);
    background-color: rgba(2, 72, 77, 0.25);
}

    .theme-dark .theme-area.table--leaderboard .row-content__col--right .score {
        color: white !important;
    }

.theme-dark .theme-area.table--leaderboard .score.is-par {
    border: 1px solid var(--navy-hex, #00313f);
    color: #FFFFFF;
}

.theme-dark .theme-area.table--leaderboard .score.is-bogey2 {
    background-color: var(--navy-hex, #00313f);
    border: 1px solid var(--navy-hex, #00313f);
}

.theme-dark .main,
.theme-dark .l_content-container {
    background-color: #02090D;
}

.theme-dark .u_text-lighter,
.theme-dark .u_text-light {
    color: white;
}

.theme-dark .image-video__text-container:before {
    background-color: #02090D;
}

.theme-dark .cta-block__content-container {
    background-color: #02090D;
}

.theme-dark .faq__indicator:before, .theme-dark .faq__indicator:after {
    background-color: white;
}

.theme-dark .banner__content-container {
    background-color: #0A161D;
}

.theme-dark .three-column .fill {
    fill: var(--navy-hex, #00313f) !important;
}

.theme-dark .button--text {
    color: var(--skobeloff-hex, #006e69);
}

.theme-dark .swiper-button-next:hover, .theme-dark .swiper-button-next:focus {
    color: var(--skobeloff-hex, #006e69);
}

.theme-dark .swiper-button-prev {
    color: var(--navy-hex, #00313f);
}

    .theme-dark .swiper-button-prev:hover, .theme-dark .swiper-button-prev:focus {
        color: var(--navy-hex, #00313f);
    }

.theme-dark .carousel__pagination .swiper-pagination-progressbar {
    background-color: rgba(255, 255, 255, 0.25);
}

    .theme-dark .carousel__pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--skobeloff-hex, #006e69);
    }

.theme-dark .carousel__pagination .carousel__count--current {
    color: var(--skobeloff-hex, #006e69);
}

.theme-dark .carousel__pagination .carousel__count--total {
    color: var(--white-hex, #ffffff);
}

.theme-dark .pagination {
    color: rgba(255, 255, 255, 0.9);
}

.theme-dark .button--pagination {
    color: var(--skobeloff-hex, #006e69);
}

.template__banner-inner {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    z-index: 1;
}

.template__banner__title {
    position: relative;
    align-items: baseline;
}

@media (min-width: 576px) {
    .template__banner__title {
        display: flex;
        flex: 1;
    }
}

.template__banner__title.has-icon {
    position: relative;
}

@media (min-width: 768px) {
    .template__banner__title.has-icon {
        padding-left: 7.4rem;
    }
}

@media (min-width: 1200px) {
    .template__banner__title.has-icon {
        padding-left: 8.4rem;
    }
}

.template__banner__cta {
    position: relative;
    bottom: -1rem;
}

.button {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white-hex, #ffffff);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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;
}

.button--secondary {
    position: relative;
    color: var(--navy-hex, #00313f);
    background-color: var(--teal-hex, #2eb5b2);
    border-color: var(--teal-hex, #2eb5b2);
    border-radius: 0.25rem;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .button--secondary:before {
        content: "\f1c5";
        speak: never;
        font-family: "bootstrap-icons";
        font-weight: 400;
        font-size: 1rem;
        color: currentColor;
        margin-right: 0.5rem;
        color: var(--navy-hex, #00313f);
        padding-left: 0 !important;
        position: absolute;
    }

    .button--secondary:hover,
    .button--secondary:focus {
        background-color: var(--teal-hover-hex, #25918e);
        border-color: var(--teal-hover-hex, #25918e);
    }


        .button--secondary:hover .button__text,
        .button--secondary:focus .button__text {
            color: var(--navy-hex, #00313f);
        }

    .button--secondary .button__text {
        position: relative;
        z-index: 1;
        padding-left: 2rem;
        padding-right: 2.8rem;
        transition: all 0.3s ease;
    }

.button--secondary-left:before {
    left: 0;
}

.button--text {
    padding-left: 0;
    padding-right: 0;
    color: var(--navy-hex, #00313f);
}

    .button--text:hover, .button--text:focus {
        color: var(--navy-hex, #00313f);
    }

        .button--text:hover .button__text:before, .button--text:focus .button__text:before {
            width: 100%;
        }

    .button--text .button__text {
        position: relative;
    }

        .button--text .button__text:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            height: 1px;
            left: 0;
            width: 0;
            z-index: 0;
            background-color: var(--skobeloff-hex: #006e69);
            transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
        }

.button--filter {
    white-space: nowrap;
}

    .button--filter .button__icon {
        position: relative;
        padding-right: 1rem;
        width: 3.4rem;
        height: 2.4rem;
    }

        .button--filter .button__icon .filter-state {
            position: absolute;
            top: 0;
            left: 0;
        }

        .button--filter .button__icon .filter-state-open {
            opacity: 0;
        }

.is-active .button--filter .button__icon .filter-state-open {
    opacity: 1;
}

.is-active .button--filter .button__icon .filter-state-closed {
    opacity: 0;
}

.template__filter {
    overflow: hidden;
    margin-top: -43px;
}

@media (min-width: 1200px) {
    .template__filter {
        margin-top: -53px;
    }
}

.template__filter .filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 86px;
    background-color: var(--teal-hex, #2eb5b2);
    margin-right: -1.6rem;
    position: relative;
    margin-left: -2rem;
    border-radius: 0 var(--radius, 0.313rem) var(--radius, 0.313rem) 0;
}

@media (min-width: 1200px) {
    .template__filter .filter {
        height: 106px;
    }
}

.template__filter .filter:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 50vw;
    background-color: var(--teal-hex, #2eb5b2);
    height: 100%;
}

.template__filter .filter:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 50vw;
    background-color: var(--white-hex, #ffffff);
    height: 100%;
}

@media (min-width: 1440px) {
    .template__filter .filter:after {
        display: none;
    }
}

.template__filter .filter__item {
    flex: 0 0 283px;
    max-width: 283px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.template__filter .select--custom {
    background-color: var(--white-hex, #ffffff);
    border-radius: var(--radius, 0.313rem);
    padding-left: 1rem;
}

    .template__filter .select--custom option:hover,
    .template__filter .select--custom option:focus {
        color: var(--white-hex, #ffffff);
        background-color: var(--skobeloff-hex, #006e69);
    }

.template__filter .filter__item--wide {
    flex: 0 0 350px;
    max-width: 350px;
}

.filter-trigger {
    justify-content: space-between !important;
}

    .filter-trigger .button {
        flex-grow: 1;
    }

        .filter-trigger .button .button__text {
            font-weight: 400;
            color: var(--navy-hex, #00313f);
        }

    .filter-trigger .icon-close {
        width: 2rem;
        height: 2rem;
        margin-left: 2px;
    }

@media (min-width: 768px) {
    .filter-trigger.filter--2-items {
        display: none;
    }
}

@media (min-width: 992px) {
    .filter-trigger.filter--3-items {
        display: none;
    }
}

@media (min-width: 1440px) {
    .filter-trigger.filter--4-items {
        display: none;
    }
}

@media (min-width: 1200px) {
    .filter-trigger.filter--sidebar-items {
        display: none !important;
    }
}

.select--custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    padding: 0.8rem 2rem 0.8rem 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5.64645 5.64645C5.84171 5.84171 6.15829 5.84171 6.35355 5.64645L11 1' stroke='%2300313f' stroke-linecap='round'/%3e%3c/svg%3e");
    background-position: right 11px center;
    line-height: 1.25;
    font-size: 1rem;
    transition: all 0.35s ease;
    background-color: transparent;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 #EAEBEB;
}

    .select--custom:focus {
        border-bottom: 1px solid transparent !important;
        box-shadow: inset 0 -1px 0 0 #EAEBEB !important;
        outline: 0;
    }

.filter .select--custom {
    box-shadow: inset 0 -1px 0 0 #EAEBEB;
}

.select--custom::-ms-expand {
    display: none;
}

.template__content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nav-is-solid .template__content {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .nav-is-solid .template__content {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .nav-is-solid .template__content {
        padding-top: 90px;
    }
}

.table-block {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

@media (min-width: 768px) {
    .table-block {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 1200px) {
    .table-block {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.table-block:last-child {
    padding-bottom: 10rem;
}

@media (min-width: 1200px) {
    .table-block:last-child {
        padding-bottom: 12rem;
    }
}

.table-block:last-child {
    padding: 0;
}

.row-container {
    width: 83%;
    margin: 0 auto;
    max-width: 1348px;
}

.table__header {
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #8D8D93;
    font-size: 1.4rem;
    padding: 1rem 0 1rem 0;
}

    .table__header .md-only {
        display: none !important;
    }

@media (min-width: 768px) {
    .table__header .md-only {
        display: block !important;
    }
}

.table__header .lg-only {
    display: none;
}

@media (min-width: 992px) {
    .table__header .lg-only {
        display: inline;
    }
}

@media (max-width: 580px) {
    .l_OOM-breakdown-row.table__row {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .l_OOM-breakdown-row .l_flex {
        align-items: flex-start;
    }
}

.l_OOM-breakdown-row .data-date {
    opacity: .6;
}

@media (min-width: 768px) {
    .l_OOM-breakdown-row .sm-only {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .l_OOM-breakdown-row .l_data-position {
        width: 40px !important;
    }
}

@media (min-width: 768px) {
    .l_OOM-breakdown-row .l_data-position .sm-only {
        display: none;
    }
}

@media (min-width: 992px) {
    .l_OOM-breakdown-row .l_left-col {
        padding-left: 1.2rem;
    }
}

.l_OOM-breakdown-row .l_left-col .l_data-date {
    width: 90px;
}

@media (min-width: 768px) {
    .l_OOM-breakdown-row .l_left-col .l_data-date {
        width: 104px;
    }
}

@media (min-width: 992px) {
    .l_OOM-breakdown-row .l_left-col .l_data-date {
        width: 114px;
    }
}

@media (min-width: 1200px) {
    .l_OOM-breakdown-row .l_left-col .l_data-date {
        width: 140px;
    }
}

.l_OOM-breakdown-row .l_left-col .l_data-tournament {
    padding-right: 2rem;
}

@media (min-width: 992px) {
    .l_OOM-breakdown-row .l_left-col .l_data-tournament {
        padding-right: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .l_OOM-breakdown-row .l_left-col .l_data-tournament {
        width: 60%;
    }
}

.l_OOM-breakdown-row .l_left-col .l_data-club {
    padding-right: 2.4rem;
    display: none;
}

@media (min-width: 1200px) {
    .l_OOM-breakdown-row .l_left-col .l_data-club {
        display: block;
    }
}

.l_OOM-breakdown-row .l_right-col {
    display: flex;
}

    .l_OOM-breakdown-row .l_right-col div {
        width: 72px;
        text-align: center;
    }

@media (min-width: 992px) {
    .l_OOM-breakdown-row .l_right-col div {
        width: 92px;
    }
}

.l_OOM-breakdown-row .l_right-col .l_data-rating-diff {
    width: 150px;
}

.l_OOM-breakdown-row .l_right-col .l_data-par-dif,
.l_OOM-breakdown-row .l_right-col .l_data-points {
    width: 60px;
    padding-left: 1rem;
}

@media (min-width: 992px) {
    .l_OOM-breakdown-row .l_right-col .l_data-par-dif,
    .l_OOM-breakdown-row .l_right-col .l_data-points {
        padding-left: 0;
        width: 78px;
    }
}

.l_OOM-breakdown-row .l_right-col .l_data-rounds,
.l_OOM-breakdown-row .l_right-col .l_data-score {
    display: none;
}

@media (min-width: 768px) {
    .l_OOM-breakdown-row .l_right-col .l_data-rounds,
    .l_OOM-breakdown-row .l_right-col .l_data-score {
        display: block;
    }
}

.l_OOM-breakdown-row .l_right-col .l_data-par-dif,
.l_OOM-breakdown-row .l_right-col .l_data-rating-diff {
    display: none;
}

@media (min-width: 1340px) {
    .l_OOM-breakdown-row .l_right-col .l_data-par-dif,
    .l_OOM-breakdown-row .l_right-col .l_data-rating-diff {
        display: block;
    }
}

.l_OOM-breakdown-row .l_left-col .l_data-date span,
.l_OOM-breakdown-row .l_left-col .l_data-tournament span,
.l_OOM-breakdown-row .l_left-col .l_data-club span,
.l_OOM-breakdown-row .l_right-col .l_data-position span,
.l_OOM-breakdown-row .l_right-col .l_data-rounds span,
.l_OOM-breakdown-row .l_right-col .l_data-score span {
    color: var(--navy-hex, #00313f) !important;
}

.l_OOM-breakdown-row.table__row .l_right-col div {
    padding-right: 1.3rem;
}

.u_justify-between {
    justify-content: space-between;
}

.table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .9rem;
    padding-bottom: .9rem;
    background-color: var(--white-hex, #ffffff);
    border-bottom: 1px solid var(--light-hex, #e3e3e3);
}

    .table__row:before {
        content: '';
        display: block;
        height: 41px;
        width: 1px;
        margin-left: -1px;
    }

.green-2 {
    color: var(--skobeloff-hex, #006e69) !important;
}

a.green-2:hover {
    color: var(--navy-hex, #00313f) !important;
    text-decoration: underline;
}

.table__header._l-tournament-row {
    display: none;
}

@media (min-width: 992px) {
    .table__header._l-tournament-row {
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .l_oom-row.table__header {
        display: none;
    }
}

.l_oom-row .l_left-col {
    display: flex;
    align-items: center;
    flex: 1;
}

@media (min-width: 992px) {
    .l_oom-row .l_left-col {
        padding-left: 1rem;
    }
}

.l_oom-row .l_right-col {
    display: flex;
    align-items: center;
}

    .l_oom-row .l_right-col > div {
        text-align: center;
    }

        .l_oom-row .l_right-col > div .table-text, .l_oom-row .l_right-col > div .generic-table td, .generic-table .l_oom-row .l_right-col > div td {
            padding-right: 1.3rem;
        }

.l_oom-row .l_data-last {
    width: 40px;
    display: none;
}

@media (min-width: 576px) {
    .l_oom-row .l_data-last {
        display: block;
    }
}

@media (min-width: 768px) {
    .l_oom-row .l_data-last {
        width: 50px;
    }
}

.l_oom-row .l_data-change {
    width: 30px;
}

@media (min-width: 768px) {
    .l_oom-row .l_data-change {
        width: 40px;
    }
}

@media (min-width: 992px) {
    .l_oom-row .l_data-change {
        width: 52px;
    }
}

.l_oom-row .l_data-this {
    width: 38px;
}

@media (min-width: 768px) {
    .l_oom-row .l_data-this {
        width: 50px;
    }
}

.l_oom-row .data-country,
.l_oom-row .data-pga {
    padding-left: .8rem;
    padding-right: .8rem;
}

@media (min-width: 1200px) {
    .l_oom-row .data-country,
    .l_oom-row .data-pga {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.l_oom-row .l_data-name {
    padding-left: .8rem;
    padding-right: .8rem;
}

@media (min-width: 1200px) {
    .l_oom-row .l_data-name {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.l_oom-row .data-pga {
    display: none;
}

@media (min-width: 576px) {
    .l_oom-row .data-pga {
        display: block;
    }
}

.l_oom-row .l_data-av-course,
.l_oom-row .l_data-av-par {
    display: none;
}

@media (min-width: 992px) {
    .l_oom-row .l_data-av-course,
    .l_oom-row .l_data-av-par {
        display: block;
    }
}

.l_oom-row .l_data-no-ev {
    width: 80px;
    display: none;
}

@media (min-width: 768px) {
    .l_oom-row .l_data-no-ev {
        display: block;
    }
}

@media (min-width: 1200px) {
    .l_oom-row .l_data-no-ev {
        width: 120px;
    }
}

.l_oom-row .l_data-av-points {
    width: 80px;
    display: none;
}

@media (min-width: 768px) {
    .l_oom-row .l_data-av-points {
        display: block;
    }
}

@media (min-width: 1200px) {
    .l_oom-row .l_data-av-points {
        width: 100px;
    }
}

.l_oom-row .l_data-av-course {
    width: 150px;
}

@media (min-width: 1200px) {
    .l_oom-row .l_data-av-course {
        width: 160px;
    }
}

.l_oom-row .l_data-av-par {
    width: 70px;
}

@media (min-width: 1200px) {
    .l_oom-row .l_data-av-par {
        width: 80px;
    }
}

.button--sort {
    color: var(--navy-hex, #00313f);
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    text-align: left;
    padding-left: 0;
    padding-right: 1.3rem;
    white-space: nowrap;
    cursor: pointer;
    background-position: right 4px top 7px;
    background-repeat: no-repeat;
    transition: color .3s ease;
    font-size: 1.4rem;
}

    .button--sort.is-active {
        color: #00313f;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L2.64645 2.64645C2.84171 2.84171 3.15829 2.84171 3.35355 2.64645L5 1' stroke='%2300313f' stroke-linecap='round'/%3e%3c/svg%3e ");
        text-decoration: underline;
    }

        .button--sort.is-active.is-reverse-order {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABSSURBVHgBNYvBCcAwDAMtg6FPfwqFfjpCVsmkGSErdIn++0/rFJXEYIFOksi4xbeDP71SzPf0KmoA1XxNZCAUjdJCsxEgSu9P/oPGyn2dc03/AcwUE5I0mHCoAAAAAElFTkSuQmCC");
        }

    .button--sort:hover, .button--sort:focus {
        color: var(--skobeloff-hex, #006e69) !important;
        text-decoration: underline;
    }
/* end-of-OOM */