@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #333;
    font-family: 'Rubik', sans-serif;
}

// html,
// body {
//     overflow-y: hidden;
// }
img {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li,
ol {
    list-style: none;
}

h2,
h3 {}

button:focus {
    outline: none !important;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 40px 0;
    nav {
        display: inline-block;
        ul {
            display: flex;
            align-items: center;
            li {
                a {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 19px;
                    text-align: center;
                    letter-spacing: 0.003em;
                    color: #FFFFFF;
                    padding: 0 50px;
                }
            }
            li.current-menu-items a {
                font-weight: bold;
            }
        }
    }
    a.enq-btn {
        background: #FDB913;
        border-radius: 15px;
        line-height: 50px;
        display: inline-block;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #373737;
        padding: 0 28px;
    }
    a.mob-menu {
        display: none;
    }
    a.close-menu {
        display: none;
    }
}

section.banner-part {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    .slider {
        .item {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            &:before {
                content: "";
                background: linear-gradient(24.63deg, rgba(0, 0, 0, 0.42) -44.28%, rgba(92, 85, 85, 0.56) 36.4%);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }
            img {
                width: 100%;
                height: 100vh;
                object-fit: cover;
                object-position: center;
            }
            h2 {
                position: absolute;
                font-weight: 600;
                font-size: 53px;
                line-height: 62px;
                text-align: center;
                color: #FFFFFF;
                max-width: 716px;
                margin: 0;
            }
        }
        .owl-nav {
            span {
                font-size: 50px;
                color: #ffbb37;
            }
            button.owl-prev {
                position: absolute;
                top: 0;
                left: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }
            button.owl-next {
                position: absolute;
                top: 0;
                right: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }
        }
    }
    a {
        position: absolute;
        bottom: 45px;
        color: #fff;
        font-size: 20px;
        z-index: 99;
    }
    .bounce-5 {
        animation-name: bounce-5;
        animation-timing-function: ease;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    @keyframes bounce-5 {
        0% {
            transform: scale(1, 1) translateY(0);
        }
        10% {
            transform: scale(1.1, .9) translateY(0);
        }
        30% {
            transform: scale(.9, 1.1) translateY(-50px);
            -webkit-transform: scale(.9, 1.1) translateY(-50px);
            -moz-transform: scale(.9, 1.1) translateY(-50px);
            -ms-transform: scale(.9, 1.1) translateY(-50px);
            -o-transform: scale(.9, 1.1) translateY(-50px);
        }
        50% {
            transform: scale(1, 1) translateY(0);
        }
        57% {
            transform: scale(1, 1) translateY(-7px);
        }
        64% {
            transform: scale(1, 1) translateY(0);
        }
        100% {
            transform: scale(1, 1) translateY(0);
        }
    }
}

section.body-cont1 {
    padding: 60px 0;
    h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 18px;
    }
    h6 {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #353A40;
        margin: 0 0 74px;
        span {
            font-weight: 700;
            margin-right: 5px;
        }
    }
    .ftd-pro {
        .item {
            background: #FFFFFF;
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
            border-radius: 20px;
            padding: 30px;
            margin: 23px;
            img {
                border-radius: 15px;
            }
            h3 {
                font-weight: 700;
                font-size: 42px;
                line-height: 50px;
                color: #00355F;
            }
            h4 {
                font-weight: 700;
                font-size: 26px;
                line-height: 31px;
                letter-spacing: 0.003em;
                color: #3F3F3F;
                span {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 14px;
                    letter-spacing: 0.003em;
                    color: #3F3F3F;
                }
            }
            h5 {
                font-weight: 400;
                font-size: 20px;
                line-height: 27px;
                color: #3F3F3F;
            }
            p {
                font-weight: 400;
                font-size: 16px;
                color: #9A9A9A;
                max-width: 324px;
                margin: 0 0 32px;
            }
            a {
                display: table;
                background: #FDB913;
                border-radius: 15px;
                font-weight: 400;
                font-size: 14px;
                line-height: 50px;
                text-align: center;
                letter-spacing: 0.003em;
                color: #3F3F3F;
                max-width: 127px;
                width: 100%;
            }
        }
        .owl-dots {
            max-width: 483px;
            background: #E8E8E8;
            margin: 0 auto;
            display: flex;
            button.owl-dot {
                width: 33.33%;
                height: 2px;
            }
            button.owl-dot.active {
                background: #00355F;
            }
        }
        .owl-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 592px;
            margin: 30px auto -30px;
            button span {
                color: #00355F;
                font-size: 40px;
            }
            button.disabled span {
                opacity: 0.4;
            }
        }
    }
    a.all-pro {
        display: table;
        margin: 50px auto 0;
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #3F3F3F;
        padding: 0 30px;
    }
    div#counter {
        text-align: center;
        margin: 30px 0 0;
    }
}

section.body-cont2 {
    h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 18px;
    }
    h6 {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #3F3F3F;
        opacity: 0.65;
        max-width: 356px;
        margin: 0 auto 70px;
    }
    a.all-pro {
        display: table;
        margin: 30px auto 0;
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #3F3F3F;
        padding: 0 30px;
    }
    ul.nav.nav-tabs {
        border: none;
        align-items: center;
        justify-content: center;
        li {
            a.nav-link {
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                text-align: center;
                letter-spacing: 0.003em;
                color: #9D9D9D;
                padding: 0 50px;
            }
            a.nav-link.active {
                font-weight: 700;
                font-size: 22px;
                line-height: 26px;
                text-align: center;
                letter-spacing: 0.003em;
                color: #FDB913;
                border: none;
            }
        }
    }
    .timeline {
        .item {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 20px;
            padding: 45px;
            text-align: center;
            opacity: 0.3;
            margin: 60px 0;
            img {
                width: auto;
                margin: 0 auto 20px;
            }
            h3 {
                font-weight: 700;
                font-size: 26px;
                line-height: 31px;
                text-align: center;
                letter-spacing: 0.003em;
                text-transform: uppercase;
                color: #272727;
                margin: 0 0 18px;
            }
            p {
                font-weight: 400;
                font-size: 14px;
                text-align: center;
                letter-spacing: 0.003em;
                color: #7D7D7D;
                max-width: 261px;
                margin: 0 auto 20px;
            }
            a {
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
                text-align: center;
                letter-spacing: 0.003em;
                text-transform: uppercase;
                color: #272727;
            }
        }
        .owl-item.center {
            .item {
                background: #F7F7F7;
                border-radius: 20px;
                opacity: 1;
                transform: scale(1.2);
            }
        }
    }
}

section.body-cont3 {
    padding: 60px 0;
    h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 18px;
    }
    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #3F3F3F;
        opacity: 0.65;
        max-width: 623px;
        margin: 0 auto 70px;
    }
    .testi-cara {
        .item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            &:before {
                content: "";
                background: rgba(44, 44, 44, 0.3);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }
            .decp {
                position: absolute;
                bottom: 60px;
                left: 75px;
                z-index: 9;
                max-width: 327px;
                img {
                    width: auto;
                }
                h3 {
                    font-weight: 700;
                    font-size: 30px;
                    line-height: 35px;
                    display: flex;
                    align-items: center;
                    letter-spacing: 0.005em;
                    color: #FFFFFF;
                    margin: 15px 0 25px;
                }
                h4 {
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 12px;
                    display: flex;
                    align-items: center;
                    letter-spacing: 0.005em;
                    color: #FFFFFF;
                    margin: 0 0 18px;
                }
                h5 {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 12px;
                    display: flex;
                    align-items: center;
                    letter-spacing: 0.005em;
                    color: #FFFFFF;
                    margin: 0 0 42px;
                }
                a {
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 24px;
                    letter-spacing: 0.003em;
                    color: #FFFFFF;
                    img {
                        margin-right: 22px;
                        display: inline-block;
                    }
                }
            }
        }
        .owl-dots {
            max-width: 483px;
            background: #E8E8E8;
            margin: 0 auto;
            display: flex;
            button.owl-dot {
                width: 33.33%;
                height: 2px;
            }
            button.owl-dot.active {
                background: #00355F;
            }
        }
        .owl-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 592px;
            margin: 30px auto -30px;
            button span {
                color: #00355F;
                font-size: 40px;
            }
            button.disabled span {
                opacity: 0.4;
            }
        }
    }
    div#counter2 {
        text-align: center;
        margin: 30px 0 0;
    }
}

section.body-cont4 {
    h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 18px;
    }
    h6 {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #3F3F3F;
        opacity: 0.65;
        max-width: 623px;
        margin: 0 auto 70px;
    }
    .wrap {
        background: #FFFFFF;
        box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 28px;
    }
    img {
        width: 100%;
    }
    h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.005em;
        color: #00355F;
        margin: 24px 0 8px;
        a {
            color: #00355F;
        }
    }
    p {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.005em;
        color: #727272;
        max-width: 435px;
        margin-bottom: 5px;
    }
    h5 {
        font-weight: 600;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.005em;
        color: #0A0A0A;
        opacity: 0.65;
        margin: 0 0 12px;
    }
    a.more-btn {
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.005em;
        text-transform: uppercase;
        color: #3F3F3F;
        display: table;
    }
    a.moe-btn2 {
        display: table;
        margin: 50px auto 0;
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #3F3F3F;
        padding: 0 30px;
        max-width: 190px;
        width: 100%;
    }
}

section.body-cont5 {
    padding: 60px 0;
    h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 55px;
    }
    .wrap {
        background: #FFFFFF;
        box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 35px;
    }
    h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.005em;
        color: #00355F;
        margin: 0 0 14px;
    }
    p {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.005em;
        color: #727272;
        max-width: 283px;
    }
    a {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.005em;
        color: #3F3F3F;
        display: block;
    }
}

footer {
    background: #343434;
    padding: 65px 0 0;
    a.logo {
        display: table;
        margin: 0 0 40px;
    }
    h6 {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.005em;
        color: #FDB913;
        margin: 0 0 15px;
    }
    ul.menu1 {
        column-count: 2;
        margin-bottom: 65px;
        li {
            a {
                font-weight: 400;
                font-size: 16px;
                line-height: 38px;
                display: flex;
                align-items: center;
                letter-spacing: 0.005em;
                color: #FFFFFF;
            }
        }
    }
    ul.menu2 {
        li {
            a {
                font-weight: 400;
                font-size: 16px;
                line-height: 38px;
                display: flex;
                align-items: center;
                letter-spacing: 0.005em;
                color: #FFFFFF;
            }
        }
    }
    h5 {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        letter-spacing: 0.005em;
        color: #FFFFFF;
        margin: 0 0 15px;
    }
    p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.005em;
        color: #FFFFFF;
    }
    form {
        position: relative;
        input:not([type="submit"]) {
            width: 100%;
            font-weight: 400;
            font-size: 12px;
            line-height: 0%;
            display: flex;
            align-items: center;
            letter-spacing: 0.005em;
            color: #FFFFFF;
            background: none;
            border: none;
            border-bottom: 2px solid #fff;
            padding: 13px 0;
        }
        input[type="submit"] {
            position: absolute;
            background: #FDB913;
            border-radius: 15px;
            border: none;
            font-weight: 400;
            font-size: 12px;
            letter-spacing: 0.005em;
            color: #343434;
            line-height: 35px;
            padding: 0 21px;
            top: 0;
            right: 0;
        }
         ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #fff;
        }
         ::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff;
        }
         :-ms-input-placeholder {
            /* IE 10+ */
            color: #fff;
        }
         :-moz-placeholder {
            /* Firefox 18- */
            color: #fff;
        }
    }
    h4 {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.005em;
        color: #FFFFFF;
        span {
            display: table;
        }
    }
    a.chat-btn {
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 20px;
        line-height: 57px;
        letter-spacing: 0.005em;
        color: #343434;
        max-width: 227px;
        display: block;
        text-align: center;
        margin: 0 auto 25px;
    }
    ul.social {
        display: flex;
        align-items: center;
        justify-content: center;
        li {
            a {
                display: flex;
                width: 35px;
                height: 35px;
                background: #fff;
                text-align: center;
                line-height: 35px;
                border-radius: 50%;
                color: #343434;
                font-size: 15px;
                margin: 0 7px;
                align-items: center;
                justify-content: center;
            }
        }
    }
    .wrap {
        background: #3F3F3F;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        p {
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.005em;
            color: #FFFFFF;
            max-width: 148px;
            margin: 0;
        }
        img {
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }
    }
    hr {
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
        margin: 50px 0 0px;
    }
}

.copy-sec {
    background: #343434;
    padding: 20px 0 35px;
    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.005em;
        color: #FFFFFF;
        margin: 0;
    }
    ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 8px;
        li {
            a {
                font-weight: 400;
                font-size: 14px;
                line-height: 17px;
                color: #FFFFFF;
                border-left: 1px solid #fff;
                padding: 0 10px;
            }
            &:first-child a {
                border: none;
            }
            &:last-child a {
                padding-right: 0;
            }
        }
    }
}

section.inner-ban {
    position: relative;
    >img {
        width: 100%;
    }
    &:before {
        content: "";
        background: linear-gradient(0deg, rgba(12, 12, 12, 0.7) 0%, rgb(12 12 12 / 49%) 71.54%);
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }
    .ban-tx {
        position: absolute;
        bottom: 45px;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        a {
            background: #FDB913;
            border-radius: 15px;
            font-weight: 400;
            font-size: 16px;
            line-height: 50px;
            letter-spacing: 0.005em;
            color: #343434;
            max-width: 227px;
            display: block;
            text-align: center;
            margin: 0 auto;
            padding: 0 35px;
        }
        h2 {
            font-weight: 700;
            font-size: 29px;
            line-height: 24px;
            text-align: center;
            color: #FFFFFF;
            margin: 24px 0 6px;
        }
        h3 {
            font-weight: 500;
            font-size: 16px;
            text-align: center;
            color: #FFFFFF;
            margin: 7px 0 20px;
        }
    }
}

section.pro-page1 {
    padding: 50px 0;
    ul.nav.nav-tabs {
        max-width: 788px;
        margin: 0 auto;
        justify-content: space-between;
        li {
            a.nav-link {
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                text-align: center;
                letter-spacing: 0.005em;
                color: #5D534A;
                opacity: 0.65;
                padding: 18px 0;
            }
            a.nav-link.active {
                border: none;
                border-bottom: 2px solid #FDB913;
            }
        }
    }
    .tab-content {
        max-width: 788px;
        margin: 0 auto;
        div#menu1 {
            ul {
                display: flex;
                justify-content: space-between;
                li {
                    h4 {
                        font-weight: 700;
                        font-size: 16px;
                        line-height: 19px;
                        color: #00355F;
                        span {
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 19px;
                            color: #1D1D1D;
                            display: block;
                        }
                    }
                }
            }
        }
    }
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 42px 0 21px;
    }
    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.003em;
        color: #7D7D7D;
    }
    .wrap {
        position: relative;
        &:before {
            content: "";
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 43.48%);
            border-radius: 20px;
            position: absolute;
            top: 0;
            left: 0;
        }
        img {
            width: 100%;
            border-radius: 17px;
            -webkit-border-radius: 17px;
            -moz-border-radius: 17px;
            -ms-border-radius: 17px;
            -o-border-radius: 17px;
        }
        h4 {
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0.003em;
            color: #FFFFFF;
            position: absolute;
            bottom: 44px;
            left: 53px;
        }
    }
    ul.config-sec {
        display: grid;
        gap: 30px;
        grid-template-columns: auto auto auto;
        li {
            background: #00355F;
            border: 1px solid #00355F;
            border-radius: 20px;
            padding: 45px 47px;
            text-align: center;
            .sec1 {
                background: #00223E;
                border-radius: 15px;
                padding: 33px 45px;
                margin-bottom: 36px;
                h3 {
                    font-weight: 700;
                    font-size: 38px;
                    line-height: normal;
                    text-align: center;
                    letter-spacing: 0.003em;
                    color: #FDB913;
                    margin: 0;
                }
                p {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 19px;
                    text-align: center;
                    letter-spacing: 0.003em;
                    color: #FFFFFF;
                    margin: 10px 0;
                }
            }
            h4 {
                font-weight: 400;
                font-size: 22px;
                line-height: 26px;
                text-align: center;
                letter-spacing: 0.003em;
                color: #FFFFFF;
            }
            h5 {
                font-weight: 500;
                font-size: 28px;
                line-height: 33px;
                text-align: center;
                letter-spacing: 0.003em;
                color: #FDB913;
                margin: 0 0 32px;
            }
            a {
                background: #FDB913;
                border-radius: 15px;
                font-weight: 400;
                font-size: 16px;
                line-height: 50px;
                letter-spacing: 0.005em;
                color: #343434;
                max-width: 180px;
                display: block;
                text-align: center;
                margin: 0 auto -70px;
                padding: 0 35px;
            }
        }
        li:nth-child(2) {
            background: #EDEDED;
            border: 1px solid #EDEDED;
            .sec1 {
                background: #E4E4E4;
                h3 {
                    color: #00355F;
                }
                p {
                    color: #6B6B6B;
                }
            }
            h4 {
                color: #6B6B6B;
                display: flex;
                align-items: center;
                justify-content: center;
                i.fas.fa-info {
                    font-size: 10px;
                    border: 1px solid;
                    border-radius: 50%;
                    padding: 2px 5px;
                    margin-left: 5px;
                }
            }
            h5 {
                color: #00355F;
            }
        }
    }
}

section.pro-page2 {
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 25px 0 21px;
    }
    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.003em;
        color: #7D7D7D;
        margin: 0 0 32px;
    }
    .map-sec {
        margin: 0 0 50px;
        img {
            width: 100%;
        }
    }
    .status-cara {
        .owl-dots {
            max-width: 483px;
            background: #E8E8E8;
            margin: 0 auto;
            display: flex;
            button.owl-dot {
                width: 33.33%;
                height: 2px;
            }
            button.owl-dot.active {
                background: #00355F;
            }
        }
        .owl-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 592px;
            margin: 30px auto -30px;
            button span {
                color: #00355F;
                font-size: 40px;
            }
            button.disabled span {
                opacity: 0.4;
            }
        }
    }
    div#counter3 {
        text-align: center;
        margin: 30px 0 0;
    }
}

section.pro-page3 {
    padding: 50px 0;
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 40px;
    }
    .imgwrap {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        &:before {
            content: "";
            background: rgba(44, 44, 44, 0.3);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
        >img {
            width: 100%;
        }
        a {
            position: absolute;
            left: 70px;
            bottom: 57px;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0.003em;
            color: #FFFFFF;
            img {
                margin-right: 32px;
            }
        }
    }
}

section.pro-page4 {
    .sec {
        background: #00355F;
        box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 42px 54px;
    }
    p {
        font-weight: 400;
        font-size: 24px;
        line-height: 135%;
        letter-spacing: 0.005em;
        color: #FFFFFF;
        margin: 0;
        max-width: 560px;
    }
    a {
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 16px;
        line-height: 50px;
        letter-spacing: 0.005em;
        color: #343434;
        max-width: 180px;
        display: inline-block;
        text-align: center;
        padding: 0 35px;
    }
}

section.pro-page5 {
    padding: 60px 0 0;
    position: relative;
    &:before {
        content: "";
        width: 100%;
        height: 44%;
        background: #343434;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    .sec {
        background: #FFFFFF;
        box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 60px 115px;
    }
    h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 135%;
        letter-spacing: 0.005em;
        color: #00355F;
        margin: 0 0 42px;
    }
    input:not([type="submit"]),
    select {
        border: none;
        border-bottom: 1px solid #B4B4B4;
        width: 100%;
        padding: 12px 0;
        margin: 0 0 40px;
    }
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #B4B4B4;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        color: #B4B4B4;
    }
     :-ms-input-placeholder {
        /* IE 10+ */
        color: #B4B4B4;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        color: #B4B4B4;
    }
    input[type="submit"] {
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 16px;
        line-height: 50px;
        letter-spacing: 0.005em;
        color: #343434;
        display: inline-block;
        text-align: center;
        padding: 0 75px;
        border: none;
        margin: 30px 0 0;
    }
}

section.pro-detail1 {
    padding: 50px 0 65px;
    ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 38px;
        li {
            margin: 0 22px;
            a {
                display: table;
                background: #FDB913;
                border-radius: 15px;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: #343434;
                padding: 12px 19px;
            }
            select {
                border: 0.75px solid #343434;
                border-radius: 15px;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                text-align: center;
                color: #343434;
                padding: 12px 19px;
            }
        }
    }
    img {
        width: 100%;
    }
}

section.pro-detail2 {
    ul.nav.nav-tabs {
        border: none;
        justify-content: center;
        margin: 0 0 42px;
        li {
            a.nav-link {
                font-weight: 400;
                font-size: 18px;
                line-height: 21px;
                text-align: center;
                letter-spacing: 0.005em;
                color: #7B7B7B;
                opacity: 0.65;
                padding: 0 80px;
                &:hover {
                    border: none;
                }
            }
            a.nav-link.active {
                border: none;
                font-weight: 600;
                color: #00355F;
            }
        }
    }
    img {
        width: 100%;
    }
}

section.pro-detail3 {
    padding: 60px 0;
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 30px;
    }
    p {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #7B7B7B;
        margin: 20px 0 30px;
    }
    img {
        width: 100%;
    }
}

section.pro-detail4 {
    .wrap {
        background: #E7E7E7;
        border-radius: 20px;
        padding: 50px 31px 25px;
    }
    h3 {
        font-weight: 700;
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 15px;
    }
    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.003em;
        color: #4D4D4D;
        margin: 0 0 30px;
        max-width: 205px;
    }
    img {
        width: 100%;
    }
    ul {
        li {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 14px;
            img {
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
            }
        }
    }
}

section.pro-detail5 {
    padding: 60px 0;
    .sec {
        padding: 30px;
        background: #F3F3F3;
        border-radius: 20px;
    }
    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.003em;
        color: #4D4D4D;
        margin: 0;
    }
}

.ban-tx2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    ul.nav.nav-tabs {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: none;
        margin: 0 0 44px;
        position: relative;
        &:after {
            content: "";
            width: 1px;
            height: 60%;
            background: #4D4D4D;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
        }
        li {
            width: 50%;
            a.nav-link {
                font-weight: 600;
                font-size: 20px;
                line-height: 39px;
                color: #868686;
                margin: 0;
                border: none;
                &:hover {
                    border: none;
                    border-radius: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0;
                    color: #282828;
                }
            }
            a.nav-link.active {
                background: none;
                color: #282828;
                border: none;
            }
        }
    }
    select {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        padding: 11px 26px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.005em;
        color: #282828;
        margin: 0 5px;
    }
    h6 {
        font-weight: 400;
        font-size: 14px;
        line-height: 29px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.005em;
        color: #FFFFFF;
    }
    h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 29px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.005em;
        color: #FFFFFF;
        margin: 0 0 17px;
    }
    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.005em;
        color: #FFFFFF;
        max-width: 690px;
    }
    h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 29px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.005em;
        color: #FFFFFF;
    }
    h5 {
        font-weight: 400;
        font-size: 14px;
        line-height: 29px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.005em;
        color: #FFFFFF;
    }
    ul.social {
        display: flex;
        align-items: center;
        justify-content: center;
        li {
            a {
                display: flex;
                width: 35px;
                height: 35px;
                background: #fff;
                text-align: center;
                line-height: 35px;
                border-radius: 50%;
                color: #343434;
                font-size: 15px;
                margin: 0 7px;
                align-items: center;
                justify-content: center;
            }
        }
    }
}

section.all-pro-page {
    padding: 60px 0;
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 50px;
    }
    .wrap {
        background: #F3F3F3;
        border-radius: 15px;
        margin: 0 0 30px;
        position: relative;
        img {
            width: 100%;
        }
    }
    .decp {
        padding: 35px;
    }
    a.tag {
        display: table;
        background: #FDB913;
        border-radius: 15px;
        position: absolute;
        top: 26px;
        right: 26px;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0.005em;
        color: #00355F;
        padding: 10px 15px;
    }
    h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 27px;
        letter-spacing: 0.005em;
        color: #00355F;
        margin: 0 0 15px;
    }
    p {
        font-weight: 400;
        font-size: 17px;
        line-height: 27px;
        letter-spacing: 0.005em;
        color: #343434;
        margin: 0;
        span {
            display: block;
        }
    }
    a.all-btn {
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 50px;
        letter-spacing: 0.005em;
        color: #343434;
        text-align: center;
        padding: 0 60px;
        margin: 0 auto;
        display: table;
    }
}

section.ab-page1 {
    padding: 60px 0;
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 50px;
    }
    h3 {
        font-weight: 600;
        font-size: 26px;
        line-height: 27px;
        letter-spacing: 0.005em;
        color: #3F3F3F;
        margin: 0 0 22px;
    }
    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.005em;
        color: #7D7D7D;
    }
}

section.ab-page2 {
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 24px;
    }
    h6 {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #272727;
        opacity: 0.65;
        max-width: 389px;
        margin: 0 auto;
    }
    ul {
        max-width: 900px;
        margin: 70px auto 0;
        position: relative;
        &:before {
            content: "";
            width: 2px;
            height: 84%;
            background: #D9D9D9;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 0;
            top: 0;
        }
        li {
            margin: 22px 0;
            .decp {
                background: #FFFFFF;
                box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
                max-width: 45%;
                position: relative;
                padding: 22px 28px;
                border-radius: 15px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                &:after {
                    content: "";
                    width: 12px;
                    height: 15px;
                    background: #fff;
                    clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 50%);
                    position: absolute;
                    top: 0;
                    right: -12px;
                    bottom: 0;
                    margin: auto;
                }
                 :before {
                    content: "";
                    width: 22px;
                    height: 22px;
                    background: #00355F;
                    border: 4px solid #FFFFFF;
                    border-radius: 50%;
                    position: absolute;
                    right: -55px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }
                .sec2 {
                    border-left: 1px solid #D9D9D9;
                    padding: 0 28px;
                    padding-right: 0;
                }
                .sec1 {
                    padding-right: 11px;
                }
                img {
                    position: relative;
                    float: left;
                    max-width: 74px;
                    margin-right: 15px;
                }
                h4 {
                    font-weight: 400;
                    font-size: 11px;
                    line-height: 29px;
                    text-align: center;
                    color: #737373;
                    margin: 0;
                    span {
                        display: block;
                        font-weight: 500;
                        font-size: 24px;
                        line-height: 29px;
                        /* identical to box height, or 121% */
                        text-align: center;
                        color: #00355F;
                    }
                }
                h3 {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 17px;
                    color: #000000;
                    margin: 0 0 3px;
                }
                p {
                    font-weight: 400;
                    font-size: 10px;
                    line-height: 13px;
                    color: #737373;
                    margin: 0 0 5px;
                }
            }
        }
        li:nth-child( even) {
            display: flex;
            justify-content: flex-end;
            .decp {
                &:after {
                    clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 50%);
                    left: -10px;
                    right: unset;
                    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 50%);
                }
                 :before {
                    left: -55px;
                    right: unset;
                }
            }
        }
    }
}

section.ab-page3 {
    background: #FAFAFA;
    padding: 95px 0;
    margin: 60px 0;
    h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #00355F;
    }
    p {
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.005em;
        color: #3F3F3F;
        margin: 0;
    }
}

section.ab-page4 {
    padding: 0 0 60px;
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 24px;
    }
    h5 {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #272727;
        opacity: 0.65;
        max-width: 389px;
        margin: 0 auto 60px;
    }
    h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        color: #3F3F3F;
        text-align: center;
        margin: 26px 0 5px;
    }
    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #828282;
        margin: 0 0 30px;
        text-align: center;
    }
}

section.ab-page5 {
    background: #EFEFEF;
    padding: 90px 0;
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.003em;
        color: #00355F;
        margin: 0 0 12px;
    }
    p {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #6C6C6C;
        max-width: 1078px;
        a {
            font-weight: 600;
            color: #6C6C6C;
            text-decoration-line: underline;
        }
    }
}

section.faq-page {
    padding: 60px 0 0;
    .accordion-toggle {
        cursor: pointer;
        margin: 0;
        padding: 20px 0;
        position: relative;
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        color: #3F3F3F;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    h4.accordion-toggle:first-child {
        border: none;
    }
    .accordion-toggle.active:after {
        content: "\f068";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .accordion-toggle:before {
        content: "\2b";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .accordion-toggle.active:before {
        display: none;
    }
    .accordion-content {
        display: none;
        p {
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
            /* or 144% */
            color: #7D7D7D;
        }
    }
}

section.blog-page {
    padding: 60px 0 0;
    ul.nav.nav-tabs {
        border: none;
        justify-content: center;
        margin: 0 0 36px;
        li {
            margin: 0 12px;
            a.nav-link {
                border: 0.75px solid #343434;
                border-radius: 15px;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                text-align: center;
                color: #343434;
                padding: 10px 16px;
                &:hover {
                    background: #343434;
                    color: #fff;
                }
            }
            a.nav-link.active {
                background: #343434;
                color: #fff;
            }
        }
    }
    .wrap {
        background: #FFFFFF;
        box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        margin: 0 0 30px;
        padding: 25px;
        img {
            width: 100%;
            border: 20px;
            margin-bottom: 24px;
        }
        h3 {
            font-weight: 600;
            font-size: 18px;
            line-height: 21px;
            letter-spacing: 0.005em;
            color: #00355F;
            a {
                color: #00355F;
            }
        }
        p {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0.005em;
            color: #727272;
            max-width: 435px;
            margin: 0 0 5px;
        }
        h4 {
            font-weight: 600;
            font-size: 11px;
            line-height: 13px;
            letter-spacing: 0.005em;
            color: #0A0A0A;
            opacity: 0.65;
        }
        a.more-btn {
            font-weight: 600;
            font-size: 15px;
            line-height: 18px;
            letter-spacing: 0.005em;
            text-transform: uppercase;
            color: #3F3F3F;
            display: table;
            margin: 12px 0 0;
        }
    }
    a.all-pro {
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 49px;
        letter-spacing: 0.005em;
        color: #343434;
        display: table;
        text-align: center;
        padding: 0 51px;
        border: none;
        margin: 30px auto 0;
    }
}

section.blog-detail-page1 {
    padding: 60px 0;
    h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 35px;
        color: #3F3F3F;
        margin: 0 0 16px;
    }
    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #7D7D7D;
    }
    img {
        border-radius: 20px;
        margin: 0 0 25px;
    }
}

section.related-blog {
    .wrap {
        background: #FFFFFF;
        box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        margin: 0 0 30px;
        padding: 25px;
        img {
            width: 100%;
            border: 20px;
            margin-bottom: 24px;
        }
        h3 {
            font-weight: 600;
            font-size: 18px;
            line-height: 21px;
            letter-spacing: 0.005em;
            color: #00355F;
            a {
                color: #00355F;
            }
        }
        p {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0.005em;
            color: #727272;
            max-width: 435px;
            margin: 0 0 5px;
        }
        h4 {
            font-weight: 600;
            font-size: 11px;
            line-height: 13px;
            letter-spacing: 0.005em;
            color: #0A0A0A;
            opacity: 0.65;
        }
        a.more-btn {
            font-weight: 600;
            font-size: 15px;
            line-height: 18px;
            letter-spacing: 0.005em;
            text-transform: uppercase;
            color: #3F3F3F;
            display: table;
            margin: 12px 0 0;
        }
    }
    a.all-pro {
        background: #FDB913;
        border-radius: 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 49px;
        letter-spacing: 0.005em;
        color: #343434;
        display: table;
        text-align: center;
        padding: 0 51px;
        border: none;
        margin: 30px auto 0;
    }
}

section.lead-page {
    padding: 60px 0;
    .wrap {
        background: #FFFFFF;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 22px;
        margin: 0 0 30px;
        transition: all 0.5s ease-in-out;
        &:hover {
            background: #00355F;
            h3,
            p {
                color: #fff;
            }
        }
        img {
            border-radius: 20px;
            width: 100%;
        }
        .decp {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 0 0;
        }
        h3 {
            font-weight: 600;
            font-size: 22px;
            line-height: 27px;
            letter-spacing: 0.005em;
            color: #00355F;
        }
        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.005em;
            color: #343434;
            margin: 0;
        }
        .btn-sec a {
            background: #FDB913;
            border-radius: 15px;
            display: table;
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            text-align: center;
            letter-spacing: 0.003em;
            color: #3F3F3F;
            padding: 14px 20px;
        }
    }
    .wrap2 {
        background: #FFFFFF;
        box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 25px;
        h4 {
            font-weight: 600;
            font-size: 16px;
            line-height: 135%;
            letter-spacing: 0.005em;
            color: #00355F;
            max-width: 229px;
            margin: 0 0 25px;
        }
        input:not([type="submit"]),
        select {
            border: none;
            border-bottom: 1px solid #B4B4B4;
            width: 100%;
            padding: 12px 0;
            margin: 0 0 14px;
        }
        input[type="submit"] {
            background: #FDB913;
            border-radius: 15px;
            display: table;
            font-weight: 500;
            font-size: 15px;
            line-height: 17px;
            text-align: center;
            letter-spacing: 0.003em;
            color: #3F3F3F;
            padding: 14px 20px;
            border: none;
            width: 100%;
            margin: 20px 0 0;
            text-transform: capitalize;
        }
    }
}

section.disclaimer-page {
    padding: 60px 0;
    h2 {
        font-weight: 600;
        font-size: 22px;
        line-height: 35px;
        color: #3F3F3F;
    }
    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #7D7D7D;
    }
}
