﻿/*-----------------------------------------------------------------------------------

    Project Name: Yacty - Yacht & Boat Rental HTML5 Template
    Author: XpressBuddy -->> (https://themeforest.net/user/xpressbuddy)
    Support: support@xpressbuddy.com
    Description: Yacty - Yacht & Boat Rental HTML5 Template
    Developer: Mohammad Wasim Mia -> contact@xpressbuddy.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ==================
    
	01. Theme default CSS
    02. header
    03. global
    04. hero
    05. feature
    06. about
    07. service
    08. team
    09. testimonial
    10. contact
    11. blog
    12. bramd
    13. pricing
    14. project
    15. cta
    16. funfact
    17. marquee
    18. process
    19. banner
    20. portfolio
    21. accordion
    22. mission
    23. career
    24. shop
    25. breadcrumb
    26. sidebar
    27. backtotop
    28. sec-title
    29. search
    30. mobile-menu
    31. 404
    32. preloader
    

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");

:root {
    --font-body: "Jost", sans-serif;
    --font-heading: 'Laginchy';
    --color-primary: #EF5A38;
    --color-secondary: #0a2b50;
    --color-heading: #0a2b50;
    --color-default: rgba(10, 43, 80, 0.7);
    --color-gray: #546b85;
    --color-white: #fff;
    --color-black: #000;
    --color-body: #fff;
    --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

/* reset css start */
:root {
    scroll-behavior: auto;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    position: relative;
    color: var(--color-default);
    font-family: var(--font-body);
    background-color: var(--color-body);
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0px;
    padding: 0px;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    button:focus {
        outline: none;
    }

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    a:hover {
        color: inherit;
    }

select {
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-color: transparent;
    border: 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
    width: 100%;
    height: 75px;
    border-radius: 0;
    background-color: #F3F4F5;
    padding: 10px 20px;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-black);
    font-weight: 500;
}

    input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, form select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #888686;
        opacity: 1;
    }

    input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, form select::-moz-placeholder, textarea::-moz-placeholder {
        color: #888686;
        opacity: 1;
    }

    input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, form select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #888686;
        opacity: 1;
    }

    input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, form select:-moz-placeholder, textarea:-moz-placeholder {
        color: #888686;
        opacity: 1;
    }

textarea {
    height: 100px;
}

button {
    border: 0;
}

table {
    width: 100%;
}

p, li, span {
    margin-bottom: 0;
}

/* reset css end */
/* global css start */
.nice-select {
    background-color: transparent;
    height: 60px;
    line-height: 59px;
    min-height: 60px;
    padding: 0 20px;
    width: 100%;
    padding: 0 46px;
    margin-bottom: 20px;
    background-color: #F3F4F5;
    border: 0;
    font-size: 16px;
}

    .nice-select::after {
        border-bottom: 1.9px solid #4C6A6D;
        border-right: 1.9px solid #4C6A6D;
        height: 6px;
        right: 20px;
        width: 6px;
    }

    .nice-select .option {
        line-height: 38px;
        min-height: 38px;
    }

        .nice-select .option:hover,
        .nice-select .option.focus,
        .nice-select .option.selected.focus {
            background-color: rgba(11, 20, 34, 0.04);
        }

    .nice-select .list {
        width: 100%;
        margin-top: 0;
        padding: 12px 18px;
        border-radius: 0 0 5px 5px;
        -webkit-transform: scale(1) translateY(30px);
        -ms-transform: scale(1) translateY(30px);
        transform: scale(1) translateY(30px);
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

        .nice-select .list li {
            margin-right: 0 !important;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

            .nice-select .list li:hover {
                color: var(--color-heading);
                background-color: rgba(11, 20, 34, 0.04);
            }

        .nice-select .list .option {
            color: var(--color-dark);
            font-weight: 500;
        }

            .nice-select .list .option.selected {
                font-weight: 500;
            }

            .nice-select .list .option.selected, .nice-select .list .option:hover {
                border: none !important;
            }

/* global css end */
.body_wrap {
    position: relative;
}

.bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.gardiant-bg {
    background: linear-gradient(181deg, #260f8f 0%, #00b8ff 100%);
}

.dark-bg {
    background: radial-gradient(70.71% 70.71% at 50% 50%, #edf3fa 0%, #c6d2e0 100%);
}

.pt-295 {
    padding-top: 295px;
}

.color-heading {
    color: #0e052c !important;
}

.white-bg {
    background: var(--color-white);
}

.black-bg {
    background: var(--color-black);
}

.clr-white {
    color: var(--color-white) !important;
}

.clr-black {
    color: var(--color-black);
}

.pos-rel {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.f-right {
    float: right;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mlr-160 {
    margin-right: 160px;
    margin-left: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .mlr-160 {
        margin-left: 100px;
        margin-right: 100px;
    }
}

.border-effect a, .border-effect-2 a {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .border-effect a:hover, .border-effect-2 a:hover {
        background-size: 100% 100%;
        color: inherit;
    }

.border-effect-2 a {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
}

.btn-video {
    width: 100px;
    height: 100px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #011689;
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .btn-video {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

.btn-video:hover {
    color: var(--color-primary);
}

.btn-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-white);
    animation: push-scale 1500ms ease-out infinite;
    -webkit-animation: push-scale 1500ms ease-out infinite;
    z-index: -2;
}

.btn-video-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.border_effect a {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .border_effect a:hover {
        background-size: 100% 100%;
        color: inherit;
    }

@media (max-width: 991px) {
    .tx-col-md-6 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .tx-col-md-6 {
        width: 100%;
    }
}

.xb-close {
    background: rgba(0, 0, 0, 0.04);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

    .xb-close::before, .xb-close::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        background-color: #1b1b1b;
    }

    .xb-close::before {
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .xb-close::after {
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .xb-close:hover::before, .xb-close:hover::after {
        -webkit-transform: rotate(0);
        -khtml-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

/* order & unorder list reset - start */
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
        float: left;
        list-style: none;
        display: inline-block;
    }

.ul_li {
    justify-content: flex-start;
}

.ul_li_center {
    justify-content: center;
}

.ul_li_right {
    justify-content: flex-end;
}

.ul_li_between {
    justify-content: space-between;
}

.ul_li_block {
    margin: 0px;
    padding: 0px;
    display: block;
}

    .ul_li_block > li {
        display: block;
        list-style: none;
    }

.flex-1 {
    flex: 1;
}

.pagination_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
    list-style: none;
}

    .pagination_wrap ul li {
        padding: 5px;
    }

        .pagination_wrap ul li a {
            height: 50px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 600;
            color: var(--color-primary);
            border: 1px solid #EEE5E5;
            background-color: var(--color-white);
            -webkit-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            z-index: 1;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            overflow: hidden;
        }

@media (max-width: 767px) {
    .pagination_wrap ul li a {
        height: 40px;
        width: 40px;
        font-size: 15px;
    }
}

.pagination_wrap ul li a.current_page, .pagination_wrap ul li a:hover {
    background-color: var(--color-yellow);
    border-color: var(--color-yellow);
}

.xb-odm {
    overflow: hidden;
}

    .xb-odm .xbo.xbo-auto-theme .xbo-digit .xbo-digit-inner,
    .xb-odm .xbo.xbo-theme-default .xbo-digit .xbo-digit-inner {
        overflow: initial;
        overscroll-behavior-y: hidden;
    }

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
    margin-top: -5px;
}

.mt-none-10 {
    margin-top: -10px;
}

.mt-none-15 {
    margin-top: -15px;
}

.mt-none-20 {
    margin-top: -20px;
}

.mt-none-25 {
    margin-top: -25px;
}

.mt-none-30 {
    margin-top: -30px;
}

.mt-none-35 {
    margin-top: -35px;
}

.mt-none-40 {
    margin-top: -40px;
}

.mt-none-45 {
    margin-top: -45px;
}

.mt-none-50 {
    margin-top: -50px;
}

.mt-none-55 {
    margin-top: -55px;
}

.mt-none-60 {
    margin-top: -60px;
}

.mt-none-65 {
    margin-top: -65px;
}

.mt-none-70 {
    margin-top: -70px;
}

.mt-none-75 {
    margin-top: -75px;
}

.mt-none-80 {
    margin-top: -80px;
}

.mt-none-85 {
    margin-top: -85px;
}

.mt-none-90 {
    margin-top: -90px;
}

.mt-none-95 {
    margin-top: -95px;
}

.mt-none-100 {
    margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/* typography css start */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--color-heading);
    font-family: var(--font-heading);
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* typography css end */
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

.scale-upOne {
    animation: scale-upOne 5s linear infinite;
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    100% {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, -20px) rotate(72deg);
        -webkit-transform: translate(141px, -20px) rotate(72deg);
        -moz-transform: translate(141px, -20px) rotate(72deg);
        -ms-transform: translate(141px, -20px) rotate(72deg);
        -o-transform: translate(141px, -20px) rotate(72deg);
    }

    60% {
        transform: translate(83px, -60px) rotate(108deg);
        -webkit-transform: translate(83px, -60px) rotate(108deg);
        -moz-transform: translate(83px, -60px) rotate(108deg);
        -ms-transform: translate(83px, -60px) rotate(108deg);
        -o-transform: translate(83px, -60px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -30px);
        -webkit-transform: translate(165px, -30px);
        -moz-transform: translate(165px, -30px);
        -ms-transform: translate(165px, -30px);
        -o-transform: translate(165px, -30px);
    }

    100% {
        transform: translate(-60px, 80px);
        -webkit-transform: translate(-60px, 80px);
        -moz-transform: translate(-60px, 80px);
        -ms-transform: translate(-60px, 80px);
        -o-transform: translate(-60px, 80px);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        transform: translate(165px, -30px);
        -webkit-transform: translate(165px, -30px);
        -moz-transform: translate(165px, -30px);
        -ms-transform: translate(165px, -30px);
        -o-transform: translate(165px, -30px);
    }

    100% {
        transform: translate(-60px, 80px);
        -webkit-transform: translate(-60px, 80px);
        -moz-transform: translate(-60px, 80px);
        -ms-transform: translate(-60px, 80px);
        -o-transform: translate(-60px, 80px);
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(0px, 60px) rotate(0deg);
        -webkit-transform: translate(0px, 60px) rotate(0deg);
        -moz-transform: translate(0px, 60px) rotate(0deg);
        -ms-transform: translate(0px, 60px) rotate(0deg);
        -o-transform: translate(0px, 60px) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        transform: translate(0px, 60px) rotate(0deg);
        -webkit-transform: translate(0px, 60px) rotate(0deg);
        -moz-transform: translate(0px, 60px) rotate(0deg);
        -ms-transform: translate(0px, 60px) rotate(0deg);
        -o-transform: translate(0px, 60px) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
    }

    21% {
        transform: translate(4px, -20px) rotate(38deg);
        -webkit-transform: translate(4px, -20px) rotate(38deg);
        -moz-transform: translate(4px, -20px) rotate(38deg);
        -ms-transform: translate(4px, -20px) rotate(38deg);
        -o-transform: translate(4px, -20px) rotate(38deg);
    }

    41% {
        transform: translate(-50px, -60px) rotate(74deg);
        -webkit-transform: translate(-50px, -60px) rotate(74deg);
        -moz-transform: translate(-50px, -60px) rotate(74deg);
        -ms-transform: translate(-50px, -60px) rotate(74deg);
        -o-transform: translate(-50px, -60px) rotate(74deg);
    }

    60% {
        transform: translate(-20px, -30px) rotate(108deg);
        -webkit-transform: translate(-20px, -30px) rotate(108deg);
        -moz-transform: translate(-20px, -30px) rotate(108deg);
        -ms-transform: translate(-20px, -30px) rotate(108deg);
        -o-transform: translate(-20px, -30px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        -moz-transform: translate(-195px, -49px) rotate(144deg);
        -ms-transform: translate(-195px, -49px) rotate(144deg);
        -o-transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg);
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        -moz-transform: translate(-1px, 0px) rotate(180deg);
        -ms-transform: translate(-1px, 0px) rotate(180deg);
        -o-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
    }

    21% {
        transform: translate(4px, -20px) rotate(38deg);
        -webkit-transform: translate(4px, -20px) rotate(38deg);
        -moz-transform: translate(4px, -20px) rotate(38deg);
        -ms-transform: translate(4px, -20px) rotate(38deg);
        -o-transform: translate(4px, -20px) rotate(38deg);
    }

    41% {
        transform: translate(-50px, -60px) rotate(74deg);
        -webkit-transform: translate(-50px, -60px) rotate(74deg);
        -moz-transform: translate(-50px, -60px) rotate(74deg);
        -ms-transform: translate(-50px, -60px) rotate(74deg);
        -o-transform: translate(-50px, -60px) rotate(74deg);
    }

    60% {
        transform: translate(-20px, -30px) rotate(108deg);
        -webkit-transform: translate(-20px, -30px) rotate(108deg);
        -moz-transform: translate(-20px, -30px) rotate(108deg);
        -ms-transform: translate(-20px, -30px) rotate(108deg);
        -o-transform: translate(-20px, -30px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        -moz-transform: translate(-195px, -49px) rotate(144deg);
        -ms-transform: translate(-195px, -49px) rotate(144deg);
        -o-transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg);
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        -moz-transform: translate(-1px, 0px) rotate(180deg);
        -ms-transform: translate(-1px, 0px) rotate(180deg);
        -o-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes zoominup {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@-webkit-keyframes zoominup {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.zoominup {
    animation: zoominup 5s linear infinite;
}

@keyframes zoominup2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoominup2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.zoominup2 {
    animation: zoominup2 5s linear infinite;
}

@keyframes zoominfade {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes zoominfade {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoominfade {
    animation: zoominfade 3s linear infinite;
}

@keyframes xb-zoomout {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes xb-zoomout {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes updown {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@keyframes updown {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

.updown {
    animation: updown 3s linear infinite;
}

@-webkit-keyframes updown-2 {
    0% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    100% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
}

.updown-2 {
    animation: updown-2 5s linear infinite;
}

@-webkit-keyframes leftRight-animation {
    0% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }

    50% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
    }

    100% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }
}

.leftRight-animation {
    animation: leftRight-animation 4s linear infinite;
}

@keyframes ltr {
    0% {
        width: 0;
    }

    15% {
        width: 95%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 95%;
        opacity: 0;
    }

    to {
        width: 0;
        opacity: 0;
    }
}
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
    0%, 100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes lr-animation {
    0% {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes tb-animation {
    0% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes xb_up_down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.slide-up-down {
    animation: xb_up_down 1s ease infinite alternate;
}

@keyframes xb_ltr {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

.slide-ltr {
    animation: xb_ltr 5s ease infinite alternate;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes down {
    0% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes pulse-border-small {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-small {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulse-border-big {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-big {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

@keyframes push-scale-one {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes push-scale-one {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes push-scale-two {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2.4);
    }
}

@-webkit-keyframes push-scale-two {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-5deg);
        transform: scale(0.9) rotate(-5deg);
    }

    50%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-5deg);
        transform: scale(1.1) rotate(-5deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-5deg);
        -ms-transform: scale(0.9) rotate(-5deg);
        transform: scale(0.9) rotate(-5deg);
    }

    50%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(5deg);
        -ms-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-5deg);
        -ms-transform: scale(1.1) rotate(-5deg);
        transform: scale(1.1) rotate(-5deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.wow.skewIn.animated {
    -webkit-animation-name: xbSkewIn;
    animation-name: xbSkewIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
    animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes xbSkewIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes xbSkewIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.skewInImg {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
}

    .skewInImg img {
        transform-origin: 50% 50%;
        transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
        max-width: 100%;
        height: auto;
        transform: scale(1.5) translate(100px, 0px);
    }

    .skewInImg.animated {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

        .skewInImg.animated img {
            transform: scale(1) translate(0px, 0px);
        }

[data-aos=fade-up] {
    transform: translateY(50px);
}

[data-aos=fade-down] {
    transform: translateY(-50px);
}

[data-aos=fade-right] {
    transform: translate(-50px);
}

[data-aos=fade-left] {
    transform: translate(50px);
}

[data-aos=fade-up-right] {
    transform: translate(-50px, 50px);
}

[data-aos=fade-up-left] {
    transform: translate(50px, 50px);
}

[data-aos=fade-down-right] {
    transform: translate(-50px, -50px);
}

[data-aos=fade-down-left] {
    transform: translate(50px, -50px);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97);
}

@-webkit-keyframes xb-danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes xb-danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes xbzoominzoomup {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

.xbzoominzoomup {
    animation: xbzoominzoomup 5s linear infinite;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        opacity: 1;
    }
}

@keyframes rotateme2 {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rotateme2 {
    animation-name: rotateme2;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.marquee-first {
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
}

.marquee-2 {
    -webkit-animation: marquee2 30s linear infinite;
    animation: marquee2 30s linear infinite;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes marquee {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes marquee2 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes marquee2 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.path {
    stroke-dasharray: 6;
    stroke-dashoffset: 6;
    animation: dash 4s linear infinite;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 100;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.path_2 {
    stroke-dasharray: 6;
    stroke-dashoffset: 6;
    animation: dashTwo 4s linear infinite;
}

@keyframes dashTwo {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 100;
    }
}

@keyframes phoneRinging {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.phoneRinging {
    animation: phoneRinging 1.5s infinite linear;
}

@keyframes ring {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-15deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(30deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-15deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(30deg) scale(1) skew(1deg);
    }

    100%, 50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes sliderShape {
    0%,100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.xb-animetion-right {
    animation: xb-animetion-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes xb-animetion-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.xb-animetion-left {
    animation: xb-animetion-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes xb-animetion-left {
    0% {
        transform: translateX(0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.xb-animetion-left-2 {
    animation: xb-animetion-left-2 2.8s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes xb-animetion-left-2 {
    0% {
        transform: translateX(0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
    }
}

.xb-animetion-top {
    animation: xb-animetion-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes xb-animetion-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes roatedanimation {
    0% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes roatedanimation {
    0% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

.roatedanimation {
    animation: roatedanimation 7s linear infinite;
}

@keyframes roatedanimation2 {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

@-webkit-keyframes roatedanimation2 {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

.roatedanimation2 {
    animation: roatedanimation2 7s linear infinite;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    [data-overlay]::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 100%;
    }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
    background-color: var(--color-white);
}

[data-overlay="dark"]::before {
    background-color: var(--color-black);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

.header-style .header__top {
    gap: 30px;
    margin: 0 -155px 10px -155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style .header__top {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 1199px) {
    .header-style .header__top {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 991px) {
    .header-style .header__top {
        display: none;
    }
}

.header-style .header__top ul {
    gap: 14px;
}

    .header-style .header__top ul li {
        color: rgba(255, 255, 255, 0.7);
    }

@media only screen and (max-width: 1023px) {
    .header-style .header__top ul li {
        font-size: 16px;
    }
}

.header-style .header__top ul li a {
    font-weight: 500;
    color: var(--color-white);
}

.header-style .header__top ul li .countdown {
    gap: 10px;
}

    .header-style .header__top ul li .countdown .single {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-width: 70px;
    }

        .header-style .header__top ul li .countdown .single h1 {
            font-weight: 400;
            font-size: 18px;
            margin-right: 3px;
            letter-spacing: 0em;
            font-family: var(--font-body);
            color: rgba(255, 255, 255, 0.7);
        }

@media only screen and (max-width: 1023px) {
    .header-style .header__top ul li .countdown .single h1 {
        font-size: 16px;
    }
}

.header-style .header__top ul li .countdown .single p {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

@media only screen and (max-width: 1023px) {
    .header-style .header__top ul li .countdown .single p {
        font-size: 16px;
    }
}

.header-style .header__top ul.xb-right-content {
    gap: 5px;
}

.header-style .header__wrap {
    background: #fff;
    padding: 0 30px 0 30px;
    margin-left: -155px;
    margin-right: -155px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style .header__wrap {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .header-style .header__wrap {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .header-style .header__wrap {
        padding: 15px 30px;
    }
}

@media (max-width: 767px) {
    .header-style .header__wrap {
        padding: 10px 10px;
    }
}

.header-style.header-transparent {
    top: 11px;
}

@media (max-width: 991px) {
    .header-style.header-transparent {
        top: 30px;
    }
}

.header-style .main-menu > ul {
    gap: 58px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style .main-menu > ul {
        gap: 0px;
    }
}

@media (max-width: 1199px) {
    .header-style .main-menu > ul {
        gap: 28px;
    }
}

.header-style .header-menu a {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01437d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border: 1px solid rgb(2 160 234);
}

    .header-style .header-menu a svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .header-style .header-menu a:hover {
        background: var(--color-white);
    }

        .header-style .header-menu a:hover svg path {
            fill: var(--color-heading);
        }

@media (max-width: 991px) {
    .header-style .header-menu a {
        display: none;
    }
}

.header-style .main-menu__wrap {
    transform: translateX(-42px);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style .main-menu__wrap {
        transform: translateX(0);
    }
}

@media (max-width: 1199px) {
    .header-style .main-menu__wrap {
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .header-style .xb-header-logo {
        max-width: 38%;
    }
}

.header-style .header-right {
    gap: 14px;
}

.header-style .stricked-menu {
    top: 30px;
    box-shadow: none;
    background: none !important;
}

.header-style .xb-header-area-sticky .header__wrap {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}

.header-style--two {
    background: #a7d1f4;
}

    .header-style--two .header__wrap {
        padding: 0;
        border: none;
        background: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

@media (max-width: 991px) {
    .header-style--two .header__wrap {
        padding: 20px 0;
    }
}

.header-style--two .main-menu__wrap {
    transform: translateX(0);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style--two .main-menu__wrap .main-menu > ul {
        gap: 27px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-style--two .main-menu__wrap .main-menu > ul {
        gap: 25px;
    }
}

.header-style--two .main-menu__wrap .main-menu > ul > li > a {
    padding: 37px 0;
    color: var(--color-heading);
}

.header-style--two .main-menu__wrap .main-menu > ul > li.menu-item-has-children > a span::after {
    color: var(--color-heading);
}

.header-style--two .main-menu__wrap .main-menu > ul > li.active > a, .header-style--two .main-menu__wrap .main-menu > ul > li:hover > a {
    color: var(--color-heading);
}

.header-style--two.header-transparent {
    top: 0;
}

.header-style--two .header-contact {
    gap: 9px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .header-style--two .header-contact {
        display: none;
    }
}

.header-style--two .header-contact a:nth-child(1) {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-white);
}

.header-style--two .header-contact a:nth-child(2) {
    font-size: 30px;
    color: var(--color-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style--two .header-contact a:nth-child(2) {
        font-size: 25px;
    }
}

.header-style--two .header-right {
    gap: 27px;
}

.header-style--two .header-menu a {
    height: 60px;
    width: 60px;
    border: none;
    background: var(--color-white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

    .header-style--two .header-menu a:hover {
        background: var(--color-primary);
    }

        .header-style--two .header-menu a:hover svg path {
            fill: var(--color-white);
        }

.header-style--two .xb-nav-mobile {
    border-radius: 6px;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}

    .header-style--two .xb-nav-mobile:hover {
        background: var(--color-secondary);
        border: 1px solid var(--color-secondary);
    }

.header-style--two .xb-header-area-sticky {
    background-color: #a7d1f4 !important;
}

    .header-style--two .xb-header-area-sticky .main-menu__wrap .main-menu > ul > li > a {
        padding: 32px 0;
    }

.header-style--three .header__wrap {
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@media (max-width: 991px) {
    .header-style--three .header__wrap {
        padding: 20px 0;
    }
}

.header-style--three .header-right-content {
    gap: 89px;
    padding: 0 8px 0 30px;
    background: #a7d1f4;
    box-shadow: 0 6px 14px 0 rgba(24, 24, 32, 0.08);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-style--three .header-right-content {
        gap: 45px;
    }
}

@media (max-width: 1199px) {
    .header-style--three .header-right-content {
        gap: 20px;
        padding: 0 8px 0 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .header-style--three .header-right-content {
        gap: 50px;
        padding: 0 20px 0 20px;
    }
}

.header-style--three .header-right-content .header-right {
    gap: 19px;
}

@media (max-width: 1199px) {
    .header-style--three .header-right-content .header-right {
        gap: 0;
    }
}

.header-style--three .header-right-content .header-right .item-box
a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 44px;
    width: 44px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-white);
}

@media (max-width: 1199px) {
    .header-style--three .header-right-content .header-right .item-box
    a {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .header-style--three .header-right-content .header-right .item-box
    a {
        display: flex;
    }
}

@media (max-width: 991px) {
    .header-style--three .header-right-content .header-right .item-box
    a {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .header-style--three .header-right-content .header-right .header-btn {
        display: none;
    }
}

.header-style--three .main-menu__wrap {
    transform: translateX(0);
}

    .header-style--three .main-menu__wrap .main-menu > ul > li > a {
        padding: 21px 0;
        color: var(--color-heading);
    }

    .header-style--three .main-menu__wrap .main-menu > ul > li.menu-item-has-children > a span::after {
        top: 0;
        content: '\f063';
        font-size: 12px;
        color: #0a2b50;
        margin: 0 0 0 10px;
        padding: 3.5px 5.5px;
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        background: rgba(10, 43, 80, 0.1);
    }

    .header-style--three .main-menu__wrap .main-menu > ul > li.active > a, .header-style--three .main-menu__wrap .main-menu > ul > li:hover > a {
        color: rgba(10, 43, 80, 0.6);
    }

.header-style--three.header-transparent {
    top: 30px;
}

@media (max-width: 991px) {
    .header-style--three.header-transparent {
        top: 10px;
    }
}

.header-style--three .xb-header-area-sticky .header-right-content {
    background: transparent;
    box-shadow: none;
}

.header-style--three .xb-header-area-sticky .main-menu__wrap .main-menu > ul > li > a {
    padding: 32px 0;
    color: var(--color-white);
}

.header-style--three .xb-header-area-sticky .main-menu__wrap .main-menu > ul > li.menu-item-has-children > a span::after {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.header-style--three .xb-header-area-sticky .main-menu__wrap .main-menu > ul > li:hover > a, .header-style--three .xb-header-area-sticky .main-menu__wrap .main-menu > ul > li.active > a {
    color: rgba(255, 255, 255, 0.5);
}

.side-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .side-menu a span {
        position: absolute;
        left: 47px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-transform: uppercase;
        color: var(--color-white);
        font-size: 14px;
        font-weight: 600;
        padding-left: 8px;
    }

    .side-menu a svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }

        .side-menu a svg path {
            fill: var(--color-primary);
        }

.header-transparent {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

#xb-header-area .xb-header-area-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    -o-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    visibility: hidden;
    background-color: #1a416c;
}

    #xb-header-area .xb-header-area-sticky.xb-header-fixed {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        -webkit-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
        -khtml-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
        -moz-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
        -ms-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
        -o-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
        box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    }

.main-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

    .main-menu ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .main-menu ul li {
            position: relative;
        }

            .main-menu ul li a {
                z-index: 3;
                font-size: 18px;
                font-weight: 500;
                position: relative;
                padding: 31px 12px;
                letter-spacing: 0em;
                text-decoration: none;
                display: inline-block;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                text-transform: capitalize;
                color: #000;
                font-family: var(--font-body);
            }

            .main-menu ul li.menu-item-has-children > a span::after {
                content: '\f107';
                font-weight: 900; /* Free version me solid icon ke liye */
                margin-left: 6px;
                position: relative;
                top: 3px;
                color:#000;
                font-family: "Font Awesome 6 Free";
            }

            .main-menu ul li.menu-item-has-children:hover > .submenu {
                opacity: 1;
                visibility: visible;
                transform: translateY(0px);
            }

            .main-menu ul li:hover > a, .main-menu ul li.active > a {
                color: #01437d;
            }

                .main-menu ul li:hover > a > span::after, .main-menu ul li.active > a > span::after {
                    color: var(--color-white);
                }

            .main-menu ul li .submenu {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                position: absolute;
                min-width: 290px;
                top: 100%;
                opacity: 0;
                left: 0;
                z-index: 3;
                top: 100%;
                padding: 20px 10px;
                text-align: left;
                visibility: hidden;
                background: #fff;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                transform: translateY(10px);
                box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
            }

                .main-menu ul li .submenu li {
                    margin-right: 0;
                }

                    .main-menu ul li .submenu li:not(:last-child) {
                        margin-bottom: 15px;
                    }

                    .main-menu ul li .submenu li a {
                        padding: 0;
                        display: block;
                        font-size: 17px;
                        font-weight: 600;
                        letter-spacing: 0;
                        position: relative;
                        text-transform: capitalize;
                        border-radius: 5px;
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        -ms-border-radius: 5px;
                        -o-border-radius: 5px;
                        color: var(--color-heading);
                        -webkit-transition: 0.4s;
                        -o-transition: 0.4s;
                        transition: 0.4s;
                    }

                        .main-menu ul li .submenu li a:after {
                            position: absolute;
                            content: '\f178';
                            font-family: "Font Awesome 6 free";
                            left: 0;
                            bottom: 0;
                            opacity: 0;
                            font-size: 15px;
                            font-weight: 900;
                            display: block;
                            right: initial;
                            width: 16px;
                            -webkit-transition: 0.3s;
                            -o-transition: 0.3s;
                            transition: 0.3s;
                            -webkit-transform: rotate(45deg);
                            -ms-transform: rotate(45deg);
                            transform: rotate(45deg);
                        }

                    .main-menu ul li .submenu li ul {
                        left: 100%;
                        top: 0px;
                    }

                    .main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li.active > a {
                        padding-left: 20px;
                        color: var(--color-primary);
                    }

                        .main-menu ul li .submenu li:hover > a::after, .main-menu ul li .submenu li.active > a::after {
                            opacity: 1;
                        }

                        .main-menu ul li .submenu li:hover > a span::after, .main-menu ul li .submenu li.active > a span::after {
                            color: var(--color-secondary) !important;
                        }

            .main-menu ul li.menu-last ul.submenu {
                right: 0;
                left: auto;
            }

                .main-menu ul li.menu-last ul.submenu ul {
                    right: auto;
                    left: -100%;
                }

            .main-menu ul li ul.submenu .menu-item-has-children > a span::after {
                position: absolute;
                top: 0px;
                right: 15px;
                content: "\f0d7";
                font-size: 16px;
                font-family: 'Font Awesome 6 Free';
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                transform: rotate(-90deg);
                color: var(--color-heading);
            }

.xb-funfact-item {
    padding: 30px 30px 5px;
    border: 1px solid #a7d1f4;
    background: var(--color-white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .xb-funfact-item:hover, .xb-funfact-item.active {
        background: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

        .xb-funfact-item:hover .xb-item--img, .xb-funfact-item.active .xb-item--img {
            opacity: 1;
            transform: scale(1);
        }

        .xb-funfact-item:hover .xb-item--sub-title, .xb-funfact-item.active .xb-item--sub-title {
            color: var(--color-white);
        }

        .xb-funfact-item:hover .xb-item--number, .xb-funfact-item.active .xb-item--number {
            color: var(--color-white);
        }

    .xb-funfact-item .xb-item--sub-title {
        font-weight: 500;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: var(--color-heading);
    }

    .xb-funfact-item .xb-item--img {
        overflow: hidden;
        opacity: 0;
        margin: 30px 0 28px;
        transform: scale(0.8);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media (max-width: 767px) {
    .xb-funfact-item .xb-item--img {
        height: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-funfact-item .xb-item--img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .xb-funfact-item .xb-item--img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.xb-funfact-item .xb-item--number {
    font-size: 80px;
    line-height: 70px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-funfact-item .xb-item--number {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .xb-funfact-item .xb-item--number {
        font-size: 50px;
    }
}

.project-slide-item {
    position: relative;
}

    .project-slide-item .xb-item--img {
        opacity: 0;
        text-align: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transform: translateY(100px);
    }

    .project-slide-item .xb-item--project-btn {
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transform: translateY(20px);
    }

    .project-slide-item .xb-item--content-item {
        gap: 70px;
        opacity: 0;
        margin-top: 25px;
        text-align: center;
        justify-content: center;
        transform: translateY(20px);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media (max-width: 767px) {
    .project-slide-item .xb-item--content-item {
        gap: 20px;
    }
}

.project-slide-item .xb-item--title {
    font-size: 34px;
    text-transform: uppercase;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .project-slide-item .xb-item--title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .project-slide-item .xb-item--title {
        font-size: 25px;
    }
}

.project-slide-item .xb-item--meta {
    gap: 20px;
    display: inline-flex;
}

    .project-slide-item .xb-item--meta li {
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

@media (max-width: 767px) {
    .project-slide-item .xb-item--meta li {
        font-size: 14px;
    }
}

.project-slide-item .xb-item--meta li:not(:last-child) {
    padding-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .project-slide-item .xb-item--meta li img {
        max-width: 20%;
    }
}

.project-slide-item .project-heading {
    position: absolute;
    left: 50%;
    top: 5%;
    z-index: -1;
    font-size: 200px;
    color: #1a416c;
    letter-spacing: 0;
    text-align: center;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateX(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .project-slide-item .project-heading {
        font-size: 145px;
    }
}

@media (max-width: 1199px) {
    .project-slide-item .project-heading {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .project-slide-item .project-heading {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .project-slide-item .project-heading {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-slide-item .project-heading {
        font-size: 50px;
    }
}

.project-slide-btn .swiper-button-next,
.project-slide-btn .swiper-button-prev {
    top: 43%;
    height: 50px;
    width: 50px;
    z-index: 1;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
    .project-slide-btn .swiper-button-next,
    .project-slide-btn .swiper-button-prev {
        top: 25%;
    }
}

@media (max-width: 767px) {
    .project-slide-btn .swiper-button-next,
    .project-slide-btn .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 20%;
    }
}

.project-slide-btn .swiper-button-next::after,
.project-slide-btn .swiper-button-prev::after {
    display: none;
}

@media (max-width: 767px) {
    .project-slide-btn .swiper-button-next svg,
    .project-slide-btn .swiper-button-prev svg {
        max-width: 40%;
    }
}

.project-slide-btn .swiper-button-next svg path,
.project-slide-btn .swiper-button-prev svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-slide-btn .swiper-button-next:hover,
.project-slide-btn .swiper-button-prev:hover {
    background: var(--color-white);
    border: 1px solid var(--color-white);
}

    .project-slide-btn .swiper-button-next:hover svg path,
    .project-slide-btn .swiper-button-prev:hover svg path {
        fill: var(--color-heading);
    }

.project-slide-btn .swiper-button-next {
    right: 15.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .project-slide-btn .swiper-button-next {
        right: 3.5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .project-slide-btn .swiper-button-next {
        right: 0%;
    }
}

@media (max-width: 1199px) {
    .project-slide-btn .swiper-button-next {
        right: 0%;
    }
}

.project-slide-btn .swiper-button-prev {
    left: 15.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .project-slide-btn .swiper-button-prev {
        left: 3.5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .project-slide-btn .swiper-button-prev {
        left: 0%;
    }
}

@media (max-width: 1199px) {
    .project-slide-btn .swiper-button-prev {
        left: 0%;
    }
}

.project-slider .swiper-slide-active .project-slide-item .xb-item--img {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .project-slider .swiper-slide-active .project-slide-item .xb-item--img {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .project-slider .swiper-slide-active .project-slide-item .xb-item--img img {
        max-width: 80%;
    }
}

.project-slider .swiper-slide-active .project-slide-item .xb-item--content-item {
    opacity: 1;
    transition-delay: .1s;
    transform: translateY(0);
}

.project-slider .swiper-slide-active .project-slide-item .xb-item--project-btn {
    opacity: 1;
    transition-delay: .2s;
    transform: translateY(0);
}

.project-slider .swiper-slide-active .project-slide-item .project-heading {
    opacity: 1;
}

.destination-sec-title {
    gap: 140px;
    display: flex;
    align-items: start;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .destination-sec-title {
        display: block;
    }
}

.destination-sec-title .title {
    flex-grow: 1;
    flex-basis: 0;
    transform: translateY(-10px);
}

@media (max-width: 991px) {
    .destination-sec-title .title {
        transform: translateY(0);
    }
}

.xb-destination-img .loc-img {
    position: absolute;
}

.xb-destination-img .loc-img--1 {
    top: 8%;
    left: 49%;
}

@media only screen and (max-width: 1023px) {
    .xb-destination-img .loc-img--1 {
        top: 4%;
        left: 48%;
    }
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--1 {
        top: -1%;
    }
}

@media (max-width: 767px) {
    .xb-destination-img .loc-img--1 {
        max-width: 5%;
    }
}

.xb-destination-img .loc-img--2 {
    top: 18%;
    left: 20%;
}

@media only screen and (max-width: 1023px) {
    .xb-destination-img .loc-img--2 {
        left: 19%;
        top: 14%;
    }
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--2 {
        top: 8%;
        left: 18%;
        max-width: 6%;
    }
}

.xb-destination-img .loc-img--3 {
    top: 14%;
    right: 27%;
}

@media only screen and (max-width: 1023px) {
    .xb-destination-img .loc-img--3 {
        right: 26%;
        top: 9%;
    }
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--3 {
        top: 2%;
        right: 25%;
        max-width: 6%;
    }
}

.xb-destination-img .loc-img--4 {
    top: 26%;
    right: 18%;
}

@media only screen and (max-width: 1023px) {
    .xb-destination-img .loc-img--4 {
        right: 17%;
        top: 23%;
    }
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--4 {
        top: 18%;
    }
}

@media (max-width: 767px) {
    .xb-destination-img .loc-img--4 {
        max-width: 5%;
    }
}

.xb-destination-img .loc-img--5 {
    top: 34%;
    left: 15%;
}

@media only screen and (max-width: 1023px) {
    .xb-destination-img .loc-img--5 {
        left: 14%;
        top: 31%;
    }
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--5 {
        top: 27%;
    }
}

@media (max-width: 767px) {
    .xb-destination-img .loc-img--5 {
        max-width: 5%;
    }
}

.xb-destination-img .loc-img--6 {
    top: 44%;
    left: 49%;
}

@media only screen and (max-width: 1023px) {
    .xb-destination-img .loc-img--6 {
        left: 49%;
        top: 40%;
    }
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--6 {
        top: 34%;
        left: 48%;
        max-width: 6%;
    }
}

.xb-destination-img .loc-img--7 {
    right: 26%;
    bottom: 49%;
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--7 {
        right: 25%;
    }
}

@media (max-width: 767px) {
    .xb-destination-img .loc-img--7 {
        max-width: 5%;
    }
}

.xb-destination-img .loc-img--8 {
    right: 15%;
    bottom: 36%;
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--8 {
        bottom: 35%;
        right: 13%;
    }
}

@media (max-width: 767px) {
    .xb-destination-img .loc-img--8 {
        max-width: 5%;
    }
}

.xb-destination-img .loc-img--9 {
    bottom: 30%;
    left: 28.5%;
}

@media only screen and (max-width: 1023px) {
    .xb-destination-img .loc-img--9 {
        left: 28%;
    }
}

@media (max-width: 767px) {
    .xb-destination-img .loc-img--9 {
        max-width: 5%;
    }
}

.xb-destination-img .loc-img--10 {
    right: 19%;
    bottom: 20%;
}

@media (max-width: 991px) {
    .xb-destination-img .loc-img--10 {
        bottom: 19%;
        right: 18%;
        max-width: 6%;
    }
}

.destination-slider {
    padding-bottom: 10px;
}

    .destination-slider::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 14px;
        width: 100%;
        height: 1px;
        border: 1px dashed rgba(10, 43, 80, 0.2);
    }

.destination-slider-item {
    text-align: center;
    position: relative;
    padding-bottom: 38px;
}

    .destination-slider-item::before {
        position: absolute;
        content: '';
        left: 50%;
        bottom: 1px;
        height: 11px;
        width: 11px;
        display: inline-block;
        background: #c72d3e;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        transform: translateX(-50%);
    }

    .destination-slider-item .xb-item--country {
        font-weight: 500;
        font-size: 16px;
        margin-top: 12px;
        display: block;
        color: rgba(10, 43, 80, 0.8);
    }

.destination-slide-btn .swiper-button-next,
.destination-slide-btn .swiper-button-prev {
    top: 111px;
    z-index: 1;
}

    .destination-slide-btn .swiper-button-next svg path,
    .destination-slide-btn .swiper-button-prev svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .destination-slide-btn .swiper-button-next::after,
    .destination-slide-btn .swiper-button-prev::after {
        display: none;
    }

    .destination-slide-btn .swiper-button-next:hover svg path,
    .destination-slide-btn .swiper-button-prev:hover svg path {
        fill: #0a2b50;
    }

.destination-slide-btn .swiper-button-next {
    right: -3px;
}

.destination-slide-btn .swiper-button-prev {
    left: -3px;
}

.yr-destination-wrap .xb-item {
    text-align: center;
    padding: 40px 0 35px;
    position: relative;
    background: #a7d1f4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #98abc4;
}

@media (max-width: 767px) {
    .yr-destination-wrap .xb-item {
        padding: 30px 0 25px;
    }
}

.yr-destination-wrap .xb-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    background: var(--color-secondary);
}

.yr-destination-wrap .xb-item .title {
    font-size: 80px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .yr-destination-wrap .xb-item .title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .yr-destination-wrap .xb-item .title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .yr-destination-wrap .xb-item .title {
        font-size: 30px;
    }
}

.yr-destination-wrap .xb-item:hover {
    border: 1px solid var(--color-secondary);
}

    .yr-destination-wrap .xb-item:hover::before {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .yr-destination-wrap .xb-item:hover .title {
        color: var(--color-white);
    }

@media only screen and (max-width: 1023px) {
    .yr-destination-wrap .xb-item .xb-img-reveal-wrapper {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .yr-destination-wrap .xb-item .xb-img-reveal-wrapper {
        width: 150px;
    }
}

.location-bg {
    z-index: 1;
    position: relative;
}

@media (max-width: 767px) {
    .location-bg {
        padding-top: 120px;
        padding-bottom: 130px;
    }
}

.location-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(10, 43, 80, 0.6) 0%, #0a2b50 100%);
}

.xb-location-title {
    font-weight: 400;
    font-size: 170px;
    margin-bottom: 150px;
    color: var(--color-white);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .xb-location-title {
        font-size: 130px;
    }
}

@media (max-width: 991px) {
    .xb-location-title {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .xb-location-title {
        font-size: 45px;
        margin-bottom: 30px;
    }
}

.xb-location-content {
    margin-right: 55px;
}

    .xb-location-content .xb-item--title {
        font-size: 44px;
        margin-bottom: 22px;
        color: var(--color-white);
        text-transform: uppercase;
    }

@media (max-width: 991px) {
    .xb-location-content .xb-item--title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .xb-location-content .xb-item--title {
        font-size: 27px;
    }
}

.xb-location-content .xb-item--content {
    color: #b5bfca;
    line-height: 26px;
}

.xb-location-content .xb-item--btn {
    margin-top: 47px;
    display: inline-block;
}

.xb-location-nav {
    margin-left: 53px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-location-nav {
        margin-left: 0;
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    .xb-location-nav {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .xb-location-nav {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
}

.xb-slide-item {
    display: inline-block;
    padding: 10px 10px 20px;
    background: var(--color-white);
}

    .xb-slide-item .xb-text {
        margin-top: 20px;
        font-weight: 500;
        padding-left: 10px;
        display: inline-block;
        color: var(--color-heading);
    }

.xb-location-slider-wrap .location-slide-btn .swiper-button-prev,
.xb-location-slider-wrap .location-slide-btn .swiper-button-next {
    height: 62px;
    width: 62px;
    top: 47%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-white);
}

@media (max-width: 767px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-prev,
    .xb-location-slider-wrap .location-slide-btn .swiper-button-next {
        width: 52px;
        height: 52px;
    }
}

.xb-location-slider-wrap .location-slide-btn .swiper-button-prev svg path,
.xb-location-slider-wrap .location-slide-btn .swiper-button-next svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-location-slider-wrap .location-slide-btn .swiper-button-prev:after,
.xb-location-slider-wrap .location-slide-btn .swiper-button-next:after {
    display: none;
}

.xb-location-slider-wrap .location-slide-btn .swiper-button-prev:hover,
.xb-location-slider-wrap .location-slide-btn .swiper-button-next:hover {
    background: var(--color-primary);
}

    .xb-location-slider-wrap .location-slide-btn .swiper-button-prev:hover svg path,
    .xb-location-slider-wrap .location-slide-btn .swiper-button-next:hover svg path {
        fill: #fff;
    }

.xb-location-slider-wrap .location-slide-btn .swiper-button-prev {
    left: 22px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-prev {
        left: -30px;
    }
}

@media (max-width: 1199px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-prev {
        left: -30px;
    }
}

@media (max-width: 767px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-prev {
        left: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-prev {
        left: -25px;
    }
}

.xb-location-slider-wrap .location-slide-btn .swiper-button-next {
    right: -22px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-next {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-next {
        right: -9px;
    }
}

@media (max-width: 767px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-next {
        right: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-location-slider-wrap .location-slide-btn .swiper-button-next {
        right: -25px;
    }
}

.xb-location-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .xb-location-shape {
        max-width: 20%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-location-shape {
        max-width: 12%;
    }
}

.xb-location-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
}

    .xb-location-item .xb-location-img {
        height: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .xb-location-item .xb-location-img img {
            height: 100%;
            object-fit: cover;
        }

.xb-yacht-item {
    padding: 14px;
    border: 1px solid rgba(10, 43, 80, 0.1);
}

    .xb-yacht-item .xb-item--img {
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
    }

        .xb-yacht-item .xb-item--img img {
            transition: 0.3s ease-in-out;
        }

    .xb-yacht-item .xb-item--icon_shape {
        height: 80px;
        width: 80px;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        background: var(--color-white);
    }

@media (max-width: 1199px) {
    .xb-yacht-item .xb-item--icon_shape {
        height: 60px;
        width: 60px;
    }
}

.xb-yacht-item .xb-item--holder {
    padding: 30px 16px 16px;
}

@media (max-width: 1199px) {
    .xb-yacht-item .xb-item--holder {
        padding: 30px 6px 16px;
    }
}

.xb-yacht-item .xb-item--title {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-heading);
}

    .xb-yacht-item .xb-item--title a {
        color: currentColor;
    }

.xb-yacht-item .xb-item--content {
    line-height: 26px;
    color: rgba(10, 43, 80, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-yacht-item .xb-item--content {
        font-size: 16px;
    }
}

.xb-yacht-item .xb-item--meta {
    margin-top: 25px;
}

    .xb-yacht-item .xb-item--meta li {
        display: flex;
        padding: 13px 0;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(10, 43, 80, 0.1);
    }

        .xb-yacht-item .xb-item--meta li:first-child {
            border-top: 1px solid rgba(10, 43, 80, 0.1);
        }

        .xb-yacht-item .xb-item--meta li span {
            gap: 10px;
            display: flex;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
            color: rgba(10, 43, 80, 0.7);
        }

            .xb-yacht-item .xb-item--meta li span span {
                width: 17px;
            }

.xb-yacht-item .xb-item--bottom {
    gap: 25px;
    margin-top: 20px;
}

    .xb-yacht-item .xb-item--bottom span {
        font-weight: 500;
        font-size: 15px;
        color: #ef5a38;
    }

    .xb-yacht-item .xb-item--bottom a {
        padding: 11px 20px;
    }

.xb-yacht-item:hover .xb-item--img > img {
    transform: scale(1.03);
}

.yr-yacht-item {
    padding-bottom: 0;
    background: var(--color-white);
}

    .yr-yacht-item .xb-item--img::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: rgba(10, 43, 80, 0.9);
    }

    .yr-yacht-item .xb-item--dollar {
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 15px;
        font-weight: 500;
        padding: 5px 12px;
        display: inline-block;
        color: var(--color-white);
        background: var(--color-primary);
    }

    .yr-yacht-item .xb-item--category {
        font-weight: 500;
        margin-bottom: 10px;
        display: inline-block;
        color: var(--color-primary);
    }

    .yr-yacht-item .xb-item--title {
        margin-bottom: 16px;
    }

@media (max-width: 991px) {
    .yr-yacht-item .xb-item--content {
        max-width: 265px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-yacht-item .xb-item--content {
        max-width: 100%;
    }
}

.yr-yacht-item .xb-item--holder {
    padding: 24px 10px 0;
}

@media (max-width: 767px) {
    .yr-yacht-item .xb-item--holder {
        padding: 24px 0 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-yacht-item .xb-item--holder {
        padding: 24px 10px 0;
    }
}

.yr-yacht-item .xb-item--meta {
    gap: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(10, 43, 80, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yr-yacht-item .xb-item--meta {
        gap: 12px;
    }
}

@media (max-width: 1199px) {
    .yr-yacht-item .xb-item--meta {
        gap: 8px;
    }
}

@media only screen and (max-width: 1023px) {
    .yr-yacht-item .xb-item--meta {
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .yr-yacht-item .xb-item--meta {
        gap: 11px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-yacht-item .xb-item--meta {
        justify-content: space-between;
    }
}

.yr-yacht-item .xb-item--meta li {
    gap: 9px;
    padding: 21px 0;
    display: inline-flex;
    border-bottom: none;
}

@media (max-width: 1199px) {
    .yr-yacht-item .xb-item--meta li {
        gap: 5px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .yr-yacht-item .xb-item--meta li {
        gap: 3px;
    }
}

@media (max-width: 991px) {
    .yr-yacht-item .xb-item--meta li {
        gap: 4px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-yacht-item .xb-item--meta li {
        gap: 9px;
    }
}

.yr-yacht-item .xb-item--meta li:first-child {
    border-top: none;
}

.yr-yacht-item .xb-item--meta li:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid rgba(10, 43, 80, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yr-yacht-item .xb-item--meta li:not(:last-child) {
        padding-right: 12px;
    }
}

@media (max-width: 1199px) {
    .yr-yacht-item .xb-item--meta li:not(:last-child) {
        padding-right: 8px;
    }
}

@media only screen and (max-width: 1023px) {
    .yr-yacht-item .xb-item--meta li:not(:last-child) {
        padding-right: 5px;
    }
}

@media (max-width: 991px) {
    .yr-yacht-item .xb-item--meta li:not(:last-child) {
        padding-right: 11px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-yacht-item .xb-item--meta li:not(:last-child) {
        padding-right: 55px;
    }
}

@media (max-width: 1199px) {
    .yr-yacht-item .xb-item--meta li span {
        max-width: 18%;
    }
}

.yr-yacht-item .xb-item--btn {
    z-index: 2;
    opacity: 0;
    position: absolute;
    transform: scale(0.6);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.yr-yacht-item:hover .xb-item--img::before {
    opacity: 1;
}

.yr-yacht-item:hover .xb-item--btn {
    opacity: 1;
    transform: scale(1);
}

.xb-yacht-form {
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 45px 25px 60px !important;
}

@media (max-width: 1199px) {
    .xb-yacht-form .heading {
        font-size: 28px !important;
    }
}

.xb-sidebar-banner {
    margin-right: 0 !important;
}

    .xb-sidebar-banner .xb-img {
        border-radius: 0 !important;
    }

.xb-yacht-container {
    padding: 60px 50px 50px;
    border: 1px solid #dcdcdf;
}

@media (max-width: 1199px) {
    .xb-yacht-container {
        padding: 60px 40px 50px;
    }
}

@media (max-width: 767px) {
    .xb-yacht-container {
        padding: 60px 25px 50px;
    }
}

.xb-yacht-content {
    padding-right: 44px;
}

.xb-yacht-service {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .xb-yacht-service {
        gap: 20px 0;
    }
}

.xb-yacht-service li {
    width: 40%;
    padding-left: 20px;
    position: relative;
    color: var(--color-gray);
}

@media (max-width: 1199px) {
    .xb-yacht-service li {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .xb-yacht-service li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .xb-yacht-service li {
        width: 100%;
    }
}

.xb-yacht-service li::before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    left: 0;
    top: 50%;
    background: #53624e;
    transform: translateY(-50%) rotate(45deg);
}

.xb-yacht-meta {
    gap: 40px;
    margin: 57px 0 65px;
    padding: 8px 0;
    border-top: 1px solid #dcdcdf;
    border-bottom: 1px solid #dcdcdf;
}

@media (max-width: 1199px) {
    .xb-yacht-meta {
        gap: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-yacht-meta {
        gap: 15px;
    }
}

.xb-yacht-meta li {
    gap: 50px;
    display: flex;
    padding: 0 40px 0 0;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
    border-right: 1px solid #dcdcdf;
}

@media (max-width: 1199px) {
    .xb-yacht-meta li {
        padding: 0 22px 0 0;
    }
}

@media (max-width: 767px) {
    .xb-yacht-meta li {
        border-right: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-yacht-meta li {
        padding: 0 15px 0 0;
        border-right: 1px solid #dcdcdf;
    }
}

.xb-yacht-meta li:first-child {
    padding-left: 14px;
}

@media (max-width: 767px) {
    .xb-yacht-meta li:first-child {
        padding-left: 0;
    }
}

.xb-yacht-meta li span {
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--color-gray);
}

    .xb-yacht-meta li span span {
        width: 17px;
    }

.xb-yacht-ser-details {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .xb-yacht-ser-details {
        gap: 20px 0;
    }
}

.xb-yacht-ser-details li {
    display: flex;
    padding-left: 0;
}

    .xb-yacht-ser-details li::before {
        display: none;
    }

@media (max-width: 1199px) {
    .xb-yacht-ser-details li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .xb-yacht-ser-details li {
        width: 100%;
    }
}

.xb-yacht-ser-details li span {
    font-weight: 500;
    color: #546b85;
}

    .xb-yacht-ser-details li span:first-child {
        width: 95px;
        display: inline-block;
        color: var(--color-heading);
    }

    .xb-yacht-ser-details li span:last-child {
        flex-grow: 1;
        flex-basis: 0;
    }

.xb-yacht-image {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .xb-yacht-image .image-top {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
    }

@media (max-width: 767px) {
    .xb-yacht-image .image-top {
        flex-wrap: wrap;
    }
}

.google-map {
    width: 100%;
    height: 470px;
}

    .google-map iframe {
        width: 100%;
        height: 100%;
    }

.xb-rating-box {
    text-align: center;
    padding: 35px 55px;
    margin-right: 48px;
    border: 1px solid #dcdcdf;
}

@media (max-width: 767px) {
    .xb-rating-box {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.xb-rating-box .xb-item--number {
    font-size: 54px;
    font-weight: 400;
}

.xb-rating-box .xb-item--star {
    gap: 3px;
    margin: 8px 0 6px;
    display: inline-flex;
}

    .xb-rating-box .xb-item--star li {
        font-size: 12px;
        color: #ffa121;
    }

.xb-rating-box .xb-item--text {
    font-weight: 500;
    display: block;
    color: rgba(10, 43, 80, 0.7);
}

.xb-overview {
    margin-top: -6px;
    width: calc(100% - 251px);
}

@media (max-width: 767px) {
    .xb-overview {
        width: 100%;
        margin-top: 0;
    }
}

.xb-progress-item:not(:last-child) {
    margin-bottom: 25px;
}

.xb-progress-item .progress {
    padding: 5.5px 6px 0px;
    border-radius: 0;
    border: 1px solid #dcdcdf;
}

    .xb-progress-item .progress .progress-bar {
        height: 2px;
        background: #f15a29;
    }

.xb-progress-item .xb-holder {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

    .xb-progress-item .xb-holder span {
        font-weight: 500;
        font-size: 16px;
        color: #546b85;
    }

.rivew_area {
    margin-top: 80px;
}

    .rivew_area .comment_item {
        padding-right: 0;
    }

    .rivew_area .comments_list > li:last-child {
        padding-left: 0px;
    }

        .rivew_area .comments_list > li:last-child .comment_author_content {
            padding-right: 90px;
        }

@media (max-width: 767px) {
    .rivew_area .comments_list > li:last-child .comment_author_content {
        padding-right: 0;
    }
}

.xb-review-star {
    gap: 3px;
    top: 0;
    right: 0;
    position: absolute;
    padding: 3px 15px;
    display: inline-flex;
    background: var(--color-white);
    border: 1px solid rgba(10, 43, 80, 0.1);
}

@media (max-width: 767px) {
    .xb-review-star {
        top: -80px;
    }
}

.xb-review-star li {
    font-size: 14px;
    color: #ffa121;
}

.xb-yacht-ser-list {
    gap: 17px;
}

    .xb-yacht-ser-list li {
        width: 100%;
    }

        .xb-yacht-ser-list li::before {
            background: var(--color-primary);
        }

.xb-yacht-sidebar {
    position: sticky;
    top: 50px;
}

.xb-brand-wrap {
    display: inline-flex;
}

    .xb-brand-wrap .xb-brand-item {
        text-align: center;
        width: 310px;
        min-height: 150px;
        padding: 24px;
        margin-left: -6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border: 1px solid #a7d1f4;
        border-left: none;
        background: rgba(255, 255, 255, 0);
    }

@media (max-width: 991px) {
    .xb-brand-wrap .xb-brand-item {
        width: 270px;
    }
}

@media (max-width: 767px) {
    .xb-brand-wrap .xb-brand-item {
        width: 200px;
        min-height: 140px;
    }
}

.xb-brand-wrap .xb-brand-item .img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .xb-brand-wrap .xb-brand-item .img {
        width: 60px;
    }
}

.xb-brand-wrap .xb-brand-item .img--1 {
    opacity: 1;
}

.xb-brand-wrap .xb-brand-item .img--2 {
    opacity: 0;
    position: absolute;
}

.xb-brand-wrap .xb-brand-item:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

    .xb-brand-wrap .xb-brand-item:hover .img--1 {
        opacity: 0;
    }

    .xb-brand-wrap .xb-brand-item:hover .img--2 {
        opacity: 1;
    }

.xb-brand-title h3 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 48px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .xb-brand-title h3 {
        font-size: 30px;
    }
}

.xb-pricing-item {
    padding: 50px 0;
    background: #a7d1f4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .xb-pricing-item .xb-item--icon {
        min-height: 100px;
    }

    .xb-pricing-item .xb-item--title {
        font-size: 24px;
        margin: 25px 0 10px;
    }

    .xb-pricing-item .xb-item--content {
        font-size: 20px;
    }

    .xb-pricing-item .xb-item--holder {
        padding: 0 44px;
    }

    .xb-pricing-item .xb-item--price {
        font-size: 44px;
        margin: 25px 0 35px;
        padding: 15px 0 5px 44px;
        border-top: 1px solid #aebfd5;
        border-bottom: 1px solid #aebfd5;
    }

    .xb-pricing-item .xb-item--list li {
        padding-left: 20px;
        position: relative;
    }

        .xb-pricing-item .xb-item--list li:not(:last-child) {
            margin-bottom: 14px;
        }

        .xb-pricing-item .xb-item--list li::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 3px;
            width: 3px;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            background: var(--color-default);
        }

    .xb-pricing-item .xb-item--btn {
        margin-top: 35px;
        display: inline-block;
    }

    .xb-pricing-item:hover {
        transform: translateY(-5px);
    }

.pr-btn .yacht-btn {
    display: inline-flex;
}

@media (max-width: 767px) {
    .pr-btn {
        text-align: center;
    }
}

.pr-feature-content {
    margin-left: -30px;
}

@media (max-width: 1199px) {
    .pr-feature-content {
        margin-left: 0;
    }
}

.pr-feature-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 45px;
    margin: 65px 0 75px;
}

@media (max-width: 767px) {
    .pr-feature-wrap {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .pr-feature-item {
        text-align: center;
    }
}

.pr-feature-item .xb-item--title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
    max-width: 191px;
    text-transform: uppercase;
    color: var(--color-heading);
}

    .pr-feature-item .xb-item--title a {
        color: currentColor;
    }

.fea-sec-title {
    gap: 206px !important;
}

.pr-feature-shape .shape {
    z-index: -1;
    position: absolute;
}

@media (max-width: 991px) {
    .pr-feature-shape .shape {
        display: none;
    }
}

.pr-feature-shape .shape--1 {
    bottom: 24%;
    left: -87px;
}

.pr-feature-shape .shape--2 {
    right: -105px;
    bottom: 30%;
}

.sec-title .title {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    display: block;
    letter-spacing: 0em;
    color: var(--color-heading);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .sec-title .title {
        font-size: 48px;
        line-height: 65px;
    }
}

@media (max-width: 767px) {
    .sec-title .title {
        font-size: 25px;
        line-height: 35px;
    }
}

.sec-title .sub-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 23px;
    padding: 7px 20px;
    display: inline-block;
    background: linear-gradient(45deg, #01437d, #03A9F4);
    text-transform: capitalize;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .sec-title .sub-title {
        font-size: 16px;
    }
}

.sec-title--white .title {
    color: var(--color-white);
}

.sec-title--white .sub-title {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sec-title--two .sub-title {
    border: none;
    gap: 14px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    margin-bottom: 23px;
}

@media (max-width: 767px) {
    .sec-title--two .sub-title {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .sec-title--two .sub-title img {
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .sec-title--two .title {
        font-size: 29px;
    }
}

.sec-title--two .content {
    line-height: 24px;
    margin-top: 13px;
    display: inline-block;
    color: rgba(10, 43, 80, 0.7);
}

.vertical-sec-title {
    gap: 154px;
    display: flex;
    align-items: start;
}

@media (max-width: 991px) {
    .vertical-sec-title {
        display: inline-block;
    }
}

.vertical-sec-title .title {
    flex-grow: 1;
    flex-basis: 0;
    transform: translateY(-10px);
}

@media (max-width: 991px) {
    .vertical-sec-title .title {
        transform: translateY(0);
    }
}

.xb-text-reveal > span {
    position: relative;
    display: inline;
    color: var(--color-heading);
    -webkit-text-fill-color: rgba(10, 43, 80, 0.5);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 100%;
    will-change: background-size;
}

.xb-about-inner-content {
    max-width: 613px;
}

    .xb-about-inner-content p {
        display: block;
        line-height: 1.5;
        margin: 21px 0 46px;
        color: rgb(10 43 80);
    }

    .xb-about-inner-content ul {
        gap: 30px;
    }

@media (max-width: 767px) {
    .xb-about-inner-content ul {
        gap: 25px;
    }
}

.xb-about-inner-content ul li {
    width: 46%;
    padding-left: 20px;
    position: relative;
    color: rgb(10 43 80);
}

@media (max-width: 767px) {
    .xb-about-inner-content ul li {
        width: 100%;
    }
}

.xb-about-inner-content ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 9px;
    width: 9px;
    background: var(--color-primary);
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-content {
        margin-left: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-about-content {
        margin-left: 50px;
    }
}

@media (max-width: 1199px) {
    .xb-about-content {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .xb-about-content {
        margin-left: 0;
    }
}

.xb-about-form {
    margin-left: -160px;
    margin-right: 90px;
    margin-top: -260px;
    position: relative;
    z-index: 1;
    /* padding: 45px 50px 60px;*/
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* background: var(--color-white);
    border: 1px solid rgba(10, 43, 80, 0.1);*/
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-form {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .xb-about-form {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .xb-about-form {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .xb-about-form {
        padding: 45px 30px 60px;
    }
}

.xb-about-form .heading {
    font-size: 34px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.xb-about-input-form .xb-input-field:not(:first-child) {
    margin-top: 25px;
}

.xb-about-input-form .xb-input-field label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--color-heading);
}

.xb-about-input-form .xb-input-field .input {
    display: flex;
    position: relative;
}

    .xb-about-input-form .xb-input-field .input input,
    .xb-about-input-form .xb-input-field .input .nice-select {
        height: 44px;
        min-height: 44px;
        width: 100%;
        font-size: 15px;
        padding: 10px 50px 10px 20px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        backdrop-filter: blur(20px);
        color: var(--color-heading);
        border: 1px solid rgba(10, 43, 80, 0.14);
    }

        .xb-about-input-form .xb-input-field .input input::placeholder,
        .xb-about-input-form .xb-input-field .input .nice-select::placeholder {
            color: rgba(10, 43, 80, 0.7);
        }

    .xb-about-input-form .xb-input-field .input .nice-select {
        line-height: 21px;
        margin-bottom: 0;
        color: rgba(10, 43, 80, 0.7);
    }

        .xb-about-input-form .xb-input-field .input .nice-select::after {
            height: 6px;
            right: 20px;
            width: 0;
            border-bottom: none;
            transform: rotate(0deg);
            border-left: .5em solid transparent;
            border-right: .5em solid transparent;
            border-top: 0.5em solid rgba(10, 43, 80, 0.7);
        }

    .xb-about-input-form .xb-input-field .input img {
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
    }

.xb-about-input-form .xb-input-field .nice-select.open {
    z-index: 999 !important;
}

    .xb-about-input-form .xb-input-field .nice-select.open .list {
        z-index: 9999 !important;
    }

.xb-about-input-form .about-sub-btn {
    padding: 16px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 37px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    -o-border-radius: 37px;
    background: var(--color-primary);
}

    .xb-about-input-form .about-sub-btn span {
        position: relative;
        margin-left: -22px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .xb-about-input-form .about-sub-btn span::before, .xb-about-input-form .about-sub-btn span::after {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            height: 12px;
            width: 14px;
            transform: translateY(-50%);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            background-image: url(../img/icon/right-arrow-white.svg);
            background-repeat: no-repeat;
        }

        .xb-about-input-form .about-sub-btn span::before {
            left: auto;
            right: -22px;
            opacity: 1;
        }

        .xb-about-input-form .about-sub-btn span::after {
            opacity: 0;
            transform: translate(-10px, -50%);
        }

    .xb-about-input-form .about-sub-btn:hover {
        background: var(--color-secondary);
    }

        .xb-about-input-form .about-sub-btn:hover span {
            margin-left: 0;
            padding-left: 22px;
        }

            .xb-about-input-form .about-sub-btn:hover span::before {
                opacity: 0;
                right: -30px;
            }

            .xb-about-input-form .about-sub-btn:hover span::after {
                opacity: 1;
                transform: translate(0, -50%);
            }

.xb-about-shape {
    position: absolute;
    right: -155px;
    bottom: 22%;
}

@media (max-width: 1199px) {
    .xb-about-shape {
        bottom: 26%;
        right: -105px;
        max-width: 20%;
    }
}

.xb-about-left-content {
    margin-right: 77px;
}

@media only screen and (max-width: 1023px) {
    .xb-about-left-content {
        margin-right: 25px;
    }
}

@media (max-width: 991px) {
    .xb-about-left-content {
        margin-right: 0;
    }
}

.xb-about-left-content .xb-text-img {
    margin: 109px 0 43px;
    margin-right: -291px;
}

@media (max-width: 991px) {
    .xb-about-left-content .xb-text-img {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .xb-about-left-content .xb-text-img {
        margin: 90px 0 43px;
    }
}

.xb-about-left-content .xb-content {
    line-height: 24px;
    color: rgba(10, 43, 80, 0.7);
}

.xb-about-right-content {
    position: relative;
    float: right;
}

@media (max-width: 991px) {
    .xb-about-right-content {
        float: left;
    }
}

.xb-about-right-content .xb-img .xb-item--img {
    border-radius: 0 !important;
}

.xb-about-right-content .xb-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .xb-about-right-content .xb-shape {
        max-width: 20%;
    }
}

.about-shape .shape {
    z-index: -1;
    position: absolute;
}

.about-shape .shape--1 {
    top: 50%;
    left: -177px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .about-shape .shape--1 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .about-shape .shape--1 {
        display: none;
    }
}

.about-shape .shape--2 {
    top: 54.6%;
    left: 45%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .about-shape .shape--2 {
        top: 53.2%;
    }
}

@media (max-width: 1199px) {
    .about-shape .shape--2 {
        top: 57.2%;
    }
}

@media only screen and (max-width: 1023px) {
    .about-shape .shape--2 {
        top: 53.8%;
    }
}

@media (max-width: 991px) {
    .about-shape .shape--2 {
        left: 75%;
        top: 28.9%;
        max-width: 11%;
    }
}

@media (max-width: 767px) {
    .about-shape .shape--2 {
        top: 34.4%;
        max-width: 13%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-shape .shape--2 {
        top: 26.4%;
    }
}

.about-shape .shape--3 {
    right: -78px;
    bottom: 23%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .about-shape .shape--3 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .about-shape .shape--3 {
        display: none;
    }
}

.xb-about-wrap {
    padding-right: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-wrap {
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .xb-about-wrap {
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    .xb-about-wrap {
        padding-right: 0;
    }
}

.xb-about-wrap .xb-item--sub-title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--color-heading);
    font-family: var(--font-heading);
}

.xb-about-wrap .xb-item--title {
    font-size: 54px;
    font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-wrap .xb-item--title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-about-wrap .xb-item--title {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .xb-about-wrap .xb-item--title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-about-wrap .xb-item--title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .xb-about-wrap .xb-item--title {
        font-size: 28px;
    }
}

.xb-about-wrap .xb-item--content {
    color: #546b85;
    margin-top: 35px;
}

.xb-about-wrap .xb-item--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 70px;
}

    .xb-about-wrap .xb-item--list li {
        padding-left: 20px;
        position: relative;
        list-style: none;
        padding-right: 14px;
    }

@media (max-width: 767px) {
    .xb-about-wrap .xb-item--list li {
        width: 100%;
        padding-right: 0;
    }
}

.xb-about-wrap .xb-item--list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background: #53624e;
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-right-img {
        margin-top: -8px;
    }
}

.xb-about-right-img .xb-item--img {
    border-radius: 0 !important;
}

.xb-about-right-img .xb-shape {
    height: 100px;
    width: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 54px;
    left: 0;
    z-index: 1;
    position: absolute;
    background: var(--color-white);
}

.xb-about-mission {
    padding-left: 95px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-mission {
        padding-left: 50px;
        padding-right: 0;
        padding-top: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-about-mission {
        padding-top: 35px;
    }
}

@media (max-width: 1199px) {
    .xb-about-mission {
        padding-right: 0;
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .xb-about-mission {
        padding-left: 0;
    }
}

.xb-about-mission-img .xb-shape {
    left: auto;
    right: 0;
}

.xb-about-mission-wrap {
    margin-top: -37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-mission-wrap {
        margin-top: -82px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-about-mission-wrap {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .xb-about-mission-wrap {
        margin-top: 30px;
    }
}

.about-wrapper {
    margin-left: -155px;
    margin-right: -155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .about-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .about-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.xb-service-wrap {
    overflow: hidden;
    min-height: 569px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.xb-service-imges .img-item {
    position: absolute;
    opacity: 0;
    bottom: 0;
    height: 82.2%;
    width: 100%;
    transition: .5s;
}

@media (max-width: 767px) {
    .xb-service-imges .img-item {
        height: 50%;
    }
}

.xb-service-imges .img-item.active {
    opacity: 1;
    display: block;
}

.xb-service-inner {
    align-items: start;
    background: #1a416c;
}

.xb-ser-item {
    z-index: 2;
    width: 25%;
}

@media (max-width: 767px) {
    .xb-ser-item {
        width: 50%;
    }
}

.xb-ser-item .xb-holder {
    gap: 30px;
    display: flex;
    align-items: center;
    padding: 25px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    background: #01437d;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-ser-item .xb-holder {
        gap: 0;
    }
}

@media (max-width: 1199px) {
    .xb-ser-item .xb-holder {
        gap: 10px;
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-ser-item .xb-holder {
        padding: 30px 12px;
    }
}

@media (max-width: 991px) {
    .xb-ser-item .xb-holder {
        gap: 20px;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .xb-ser-item .xb-holder {
        text-align: center;
        padding: 30px 1px;
    }
}

.xb-ser-item .xb-holder::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

.xb-ser-item:first-child .xb-holder {
    border-radius: 10px 0 0 0;
}

@media (max-width: 767px) {
    .xb-ser-item:nth-child(2) .xb-holder {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 767px) {
    .xb-ser-item:nth-child(3) .xb-holder {
        border-top: none;
    }
}

.xb-ser-item:last-child .xb-holder {
    border-radius: 0 10px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .xb-ser-item:last-child .xb-holder {
        border-radius: 0;
        border-top: none;
    }
}

@media (max-width: 767px) {
    .xb-ser-item .img {
        max-width: 35%;
    }
}

.xb-ser-item .sub-item {
    opacity: 0;
    z-index: 1;
    position: relative;
    padding: 0 30px 50px;
    height: 470px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

@media only screen and (max-width: 1023px) {
    .xb-ser-item .sub-item {
        font-size: 16px;
        padding: 0 15px 50px;
    }
}

@media (max-width: 767px) {
    .xb-ser-item .sub-item {
        display: none;
        visibility: hidden;
    }
}

.xb-ser-item .sub-item p {
    opacity: 0;
    line-height: 26px;
    display: inline-block;
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(20px);
}

.xb-ser-item .sub-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    backdrop-filter: blur(6px);
    background: rgba(26, 65, 108, 0.8);
}

.xb-ser-item .title {
    font-size: 24px;
    color: var(--color-white);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .xb-ser-item .title {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .xb-ser-item .title {
        font-size: 15px;
        text-transform: capitalize;
        font-weight:600
    }
}

.xb-ser-item:hover .xb-holder, .xb-ser-item.current .xb-holder {
    background: var(--color-primary);
}

    .xb-ser-item:hover .xb-holder::before, .xb-ser-item.current .xb-holder::before {
        width: 100%;
    }

.xb-ser-item:hover .sub-item, .xb-ser-item.current .sub-item {
    opacity: 1;
}

    .xb-ser-item:hover .sub-item p, .xb-ser-item.current .sub-item p {
        opacity: 1;
        transition-delay: .2s;
        transform: translateY(0);
    }

    .xb-ser-item:hover .sub-item::before, .xb-ser-item.current .sub-item::before {
        width: 100%;
    }

.xb-service-left-content {
    margin-left: -30px;
}

@media only screen and (max-width: 1023px) {
    .xb-service-left-content {
        margin-left: -42px;
    }
}

@media (max-width: 991px) {
    .xb-service-left-content {
        margin-left: 0;
    }
}

.xb-service-item:not(:last-child) {
    margin-bottom: 20px;
}

.xb-service-item .xb-item--inner {
    background: linear-gradient(45deg, #03A9F4, #01437d);
    padding: 26px 44px 26px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 1199px) {
    .xb-service-item .xb-item--inner {
        padding: 26px 30px 26px 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-service-item .xb-item--inner {
        padding: 26px 20px 26px 20px;
    }
}

@media (max-width: 991px) {
    .xb-service-item .xb-item--inner {
        padding: 26px 44px 26px 40px;
    }
}

@media (max-width: 767px) {
    .xb-service-item .xb-item--inner {
        gap: 10px;
        padding: 26px 20px;
    }
}

.xb-service-item .xb-item--inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--color-primary);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-service-item .xb-item--left-item {
    gap: 30px;
    width: 75%;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .xb-service-item .xb-item--left-item {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .xb-service-item .xb-item--left-item {
        width: 100%;
    }
}

.xb-service-item .xb-item--icon {
    width: 70px;
}

@media (max-width: 767px) {
    .xb-service-item .xb-item--icon {
        width: 60px;
    }
}

.xb-service-item .xb-item--icon svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-service-item .xb-item--title {
    font-size: 24px;
    line-height: 34px;
    flex-grow: 1;
    flex-basis: 0;
    text-transform: uppercase;
    color: var(--color-heading);
}

@media only screen and (max-width: 1023px) {
    .xb-service-item .xb-item--title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    .xb-service-item .xb-item--title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .xb-service-item .xb-item--title {
        line-height: 30px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-service-item .xb-item--title {
        line-height: 36px;
        font-size: 30px;
    }
}

.xb-service-item .xb-item--title a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .xb-service-item .learn-btn {
        padding-left: 90px;
    }
}

.xb-service-item:hover .xb-item--inner::before {
    opacity: 1;
}

.xb-service-item:hover .xb-item--title {
    color: var(--color-white);
}

.xb-service-item:hover .xb-item--icon svg path {
    fill: var(--color-white);
}

.xb-service-item:hover .learn-btn a {
    color: var(--color-white);
}

    .xb-service-item:hover .learn-btn a span svg path {
        fill: var(--color-white);
    }

.service-btn {
    margin-top: -20px;
}

@media only screen and (max-width: 1023px) {
    .service-btn {
        margin-top: -60px;
    }
}

@media (max-width: 991px) {
    .service-btn {
        margin-top: 0;
    }
}

.service-btn a {
    padding: 60px 51px;
    display: inline-block;
    line-height: 1.1;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: var(--color-white);
    background: var(--color-primary);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

@media (max-width: 767px) {
    .service-btn a {
        padding: 40px 31px;
    }
}

.service-btn a::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: inherit;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    background: var(--color-secondary);
}

.service-btn a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.service-header {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .service-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .service-header {
        margin-bottom: 40px;
    }
}

.xb-service-right-content {
    margin-top: -35px;
}

@media (max-width: 1199px) {
    .xb-service-right-content {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .xb-service-right-content {
        text-align: center;
        padding-top: 50px;
    }
}

.xb-service-right-content .xb-service-boat {
    height: 435px;
    margin-left: -200px;
    margin-right: -30px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-service-right-content .xb-service-boat {
        padding-top: 35px;
        margin-left: -30px;
    }
}

@media (max-width: 1199px) {
    .xb-service-right-content .xb-service-boat {
        margin-left: -30px;
        padding-top: 75px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-service-right-content .xb-service-boat {
        margin-left: -55px;
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .xb-service-right-content .xb-service-boat {
        height: 352px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .xb-service-right-content .xb-service-boat {
        height: 195px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-service-right-content .xb-service-boat {
        height: 270px;
    }
}

.xb-service-shape {
    position: absolute;
    right: -347px;
    bottom: 30px;
    z-index: -1;
}

.yc-service-left-content .sec-title {
    margin-left: 110px;
    max-width: 500px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yc-service-left-content .sec-title {
        margin-left: 70px;
        max-width: 490px;
    }
}

@media (max-width: 1199px) {
    .yc-service-left-content .sec-title {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .yc-service-left-content .sec-title {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yc-service-left-content .sec-title {
        text-align: center;
    }
}

.yc-service-wrap {
    margin-left: 60px;
    margin-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yc-service-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .yc-service-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.yc-service-inner:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(10, 43, 80, 0.1);
}

@media (max-width: 767px) {
    .yc-service-inner:not(:last-child) {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.yc-service-inner .xb-service-item {
    width: 50%;
}

@media (max-width: 767px) {
    .yc-service-inner .xb-service-item {
        width: 100%;
    }
}

.yc-service-inner .xb-service-item:not(:last-child) {
    margin-bottom: 0;
    border-right: 1px solid rgba(10, 43, 80, 0.1);
}

@media (max-width: 767px) {
    .yc-service-inner .xb-service-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(10, 43, 80, 0.1);
    }
}

.yc-service-inner .xb-service-item .xb-item--inner {
    gap: 30px;
    align-items: start;
    flex-direction: column;
    padding: 30px 50px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .yc-service-inner .xb-service-item .xb-item--inner {
        padding: 30px 30px 20px 50px;
    }
}

@media (max-width: 767px) {
    .yc-service-inner .xb-service-item .xb-item--inner {
        align-items: center;
        text-align: center;
        padding: 50px 50px;
    }
}

.yc-service-inner .xb-service-item .xb-item--inner::before {
    background: none;
}

.yc-service-inner .xb-service-item .xb-item--title {
    max-width: 193px;
}

@media (max-width: 767px) {
    .yc-service-inner .xb-service-item .xb-item--title {
        font-size: 24px;
    }
}

.yc-service-inner .xb-service-item .xb-item--icon {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767px) {
    .yc-service-inner .xb-service-item .xb-item--icon {
        width: 100%;
    }
}

.yc-service-inner .xb-service-item:hover .xb-item--title {
    color: var(--color-heading);
}

.yc-service-inner .xb-service-item:hover .xb-item--icon {
    transform: rotateY(360deg);
}

    .yc-service-inner .xb-service-item:hover .xb-item--icon img {
        filter: brightness(100%);
    }

.yc-service-right-content {
    height: 100%;
    background: #0a2b50;
}

    .yc-service-right-content .xb-item--inner {
        margin-top: -88px;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 65px;
        padding: 0 90px 46px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .yc-service-right-content .xb-item--inner {
        gap: 150px;
        margin-top: -71px;
        padding: 0 30px 46px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yc-service-right-content .xb-item--inner {
        gap: 206px;
        margin-top: -62px;
    }
}

@media (max-width: 991px) {
    .yc-service-right-content .xb-item--inner {
        margin-top: -82px;
        padding: 0 32px 46px;
    }
}

@media (max-width: 767px) {
    .yc-service-right-content .xb-item--inner {
        margin-top: -37px;
        padding: 0 20px 46px;
        align-items: start;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yc-service-right-content .xb-item--inner {
        margin-top: -60px;
        padding: 0 35px 46px;
    }
}

.yc-service-right-content .xb-item--inner::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 43%;
    height: 81%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .yc-service-right-content .xb-item--inner::before {
        left: 51%;
        height: 103%;
        bottom: -85px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yc-service-right-content .xb-item--inner::before {
        left: 59%;
        height: 127%;
        bottom: -215px;
    }
}

@media (max-width: 1199px) {
    .yc-service-right-content .xb-item--inner::before {
        left: 43.6%;
    }
}

@media (max-width: 991px) {
    .yc-service-right-content .xb-item--inner::before {
        left: 40.5%;
    }
}

@media (max-width: 767px) {
    .yc-service-right-content .xb-item--inner::before {
        bottom: 39%;
        left: 0;
        height: 1px;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yc-service-right-content .xb-item--inner::before {
        bottom: 30%;
    }
}

.yc-service-right-content .xb-item--holder {
    gap: 89px;
}

@media (max-width: 1199px) {
    .yc-service-right-content .xb-item--holder {
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .yc-service-right-content .xb-item--holder {
        gap: 134px;
    }
}

@media (max-width: 767px) {
    .yc-service-right-content .xb-item--holder {
        display: block;
    }
}

.yc-service-right-content .xb-item--title {
    font-size: 170px;
    text-transform: uppercase;
    color: var(--color-white);
    background: url("../img/service/text-bg.html") center/cover no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .yc-service-right-content .xb-item--title {
        font-size: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yc-service-right-content .xb-item--title {
        font-size: 120px;
    }
}

@media (max-width: 1199px) {
    .yc-service-right-content .xb-item--title {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .yc-service-right-content .xb-item--title {
        font-size: 160px;
    }
}

@media (max-width: 767px) {
    .yc-service-right-content .xb-item--title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yc-service-right-content .xb-item--title {
        font-size: 115px;
    }
}

.yc-service-right-content .xb-item--content {
    flex-grow: 1;
    flex-basis: 0;
    color: #b5bfca;
    line-height: 24px;
    max-width: 405px;
}

@media (max-width: 1199px) {
    .yc-service-right-content .xb-item--content {
        max-width: 365px;
    }
}

@media (max-width: 767px) {
    .yc-service-right-content .xb-item--content {
        max-width: 405px;
    }
}

.yc-service-right-content .xb-item--img {
    position: relative;
}

@media (max-width: 1199px) {
    .yc-service-right-content .xb-item--img img {
        width: 100%;
    }
}

.yc-service-right-content .xb-item--img .xb-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .yc-service-right-content .xb-item--img .xb-shape {
        max-width: 15%;
    }
}

@media (max-width: 1199px) {
    .yc-service-right-content .xb-item--boat {
        max-width: 26%;
    }
}

@media (max-width: 767px) {
    .yc-service-right-content .xb-item--boat {
        max-width: 50%;
        margin-bottom: 60px;
    }
}

.xb-feature-img {
    position: relative;
}

    .xb-feature-img .xb-item--img {
        border-radius: 0 !important;
    }

    .xb-feature-img .shape {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

@media (max-width: 767px) {
    .xb-feature-img .shape {
        max-width: 15%;
    }
}

.xb-feature-content {
    margin-left: 25px;
    margin-right: 75px;
}

@media (max-width: 991px) {
    .xb-feature-content {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .xb-feature-content {
        margin-right: 0;
    }
}

.xb-feature-content .xb-item--content {
    line-height: 26px;
    color: rgba(10, 43, 80, 0.7);
}

    .xb-feature-content .xb-item--content:not(:last-child) {
        margin-bottom: 25px;
    }

.xb-feature-content .xb-item--list {
    margin: 45px 0 60px;
}

    .xb-feature-content .xb-item--list li {
        position: relative;
        padding-left: 19px;
        color: var(--color-heading);
        text-transform: capitalize;
    }

        .xb-feature-content .xb-item--list li:not(:last-child) {
            margin-bottom: 19px;
        }

        .xb-feature-content .xb-item--list li::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            height: 6px;
            width: 6px;
            background: var(--color-primary);
            transform: translateY(-50%) rotate(45deg);
        }

.xb-feature-content .xb-item--btn a {
    gap: 14px;
    display: inline-flex;
    align-items: center;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-heading);
}

    .xb-feature-content .xb-item--btn a span {
        width: 100px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        background: var(--color-secondary);
    }

.xb-feature-wrap {
    margin-left: -25px;
    border-left: 1px solid rgba(10, 43, 80, 0.1);
}

@media (max-width: 1199px) {
    .xb-feature-wrap {
        margin-left: 0;
        display: flex;
        margin-top: 50px;
        border-left: none;
        justify-content: space-between;
        border-bottom: 1px solid rgba(10, 43, 80, 0.1);
    }
}

.xb-feature-wrap .xb-feature-item {
    text-align: center;
    padding: 30.5px 20px;
}

@media (max-width: 1199px) {
    .xb-feature-wrap .xb-feature-item {
        padding: 0 105px 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-feature-wrap .xb-feature-item {
        padding: 0 90px 40px;
    }
}

@media (max-width: 991px) {
    .xb-feature-wrap .xb-feature-item {
        padding: 0 70px 40px;
    }
}

@media (max-width: 767px) {
    .xb-feature-wrap .xb-feature-item {
        padding: 0 15px 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-feature-wrap .xb-feature-item {
        padding: 0 49px 40px;
    }
}

.xb-feature-wrap .xb-feature-item:not(:last-child) {
    border-bottom: 1px solid rgba(10, 43, 80, 0.1);
}

@media (max-width: 1199px) {
    .xb-feature-wrap .xb-feature-item:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid rgba(10, 43, 80, 0.1);
    }
}

.xb-feature-wrap .xb-feature-item .xb-item--number {
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-feature-wrap .xb-feature-item .xb-item--number {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .xb-feature-wrap .xb-feature-item .xb-item--number {
        font-size: 75px;
    }
}

@media (max-width: 767px) {
    .xb-feature-wrap .xb-feature-item .xb-item--number {
        font-size: 35px;
        line-height:3
    }
}

.xb-feature-wrap .xb-feature-item .xb-item--number .xbo.xbo-auto-theme,
.xb-feature-wrap .xb-feature-item .xb-item--number .xbo.xbo-theme-default {
    transform: translateY(16px);
}

.xb-feature-wrap .xb-feature-item .xb-item--text {
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-top: -5px;
    color: rgba(10, 43, 80, 0.7);
}

@media (max-width: 767px) {
    .xb-feature-wrap .xb-feature-item .xb-item--text {
        margin-top: 0;
    }
}

.yr-feature-item {
    padding: 0 50px;
}

@media (max-width: 1199px) {
    .yr-feature-item {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .yr-feature-item {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-feature-item {
        padding: 0 95px;
    }
}

.yr-feature-item .xb-item--title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .yr-feature-item .xb-item--title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .yr-feature-item .xb-item--title {
        font-size: 24px;
        margin-top: 30px;
    }
}

.yr-feature-item .xb-item--icon {
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.yr-feature-item:hover .xb-item--icon {
    transform: rotateY(360deg);
}

.yr-feature-top {
    padding: 0 50px;
}

@media (max-width: 1199px) {
    .yr-feature-top {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .yr-feature-top {
        text-align: center;
        margin-bottom: 55px;
    }
}

.yr-feature-img {
    margin-top: -20px;
}

@media (max-width: 991px) {
    .yr-feature-img {
        margin-top: 0;
        display: none;
    }
}

.yr-feature-text {
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 38px;
    left: 0;
}

    .yr-feature-text .item {
        display: inline-flex;
        margin-right: 52px;
    }

@media (max-width: 767px) {
    .yr-feature-text .item {
        margin-right: 10px;
    }
}

.yr-feature-text .item h2 {
    font-size: 120px;
    display: inline-block;
    color: var(--color-white);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .yr-feature-text .item h2 {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .yr-feature-text .item h2 {
        font-size: 60px;
    }
}

.yr-feature-text .item .img {
    padding: 17px;
    display: inline-flex;
    transform: translateY(-10px);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    animation: spin 10s linear infinite;
}

@media (max-width: 767px) {
    .yr-feature-text .item .img {
        transform: translateY(0);
    }
}

.yr-feature-btn {
    display: inline-block;
}

.yr-feature-item-wrap {
    padding-top: 180px;
    position: relative;
}

@media (max-width: 767px) {
    .yr-feature-item-wrap {
        padding-top: 0;
    }
}

.yr-feature-item-inner {
    gap: 162px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yr-feature-item-inner {
        gap: 100px;
    }
}

@media (max-width: 991px) {
    .yr-feature-item-inner {
        gap: 40px;
    }
}

.yr-feature-title {
    font-size: 54px;
    margin-bottom: 78px;
    text-transform: uppercase;
    color: var(--color-white);
}

@media (max-width: 767px) {
    .yr-feature-title {
        font-size: 25px;
        text-align: center;
    }
}

.yr-feature-item-two {
    padding: 25px 0 75px;
    position: relative;
    max-width: 322px;
}

@media (max-width: 1199px) {
    .yr-feature-item-two {
        max-width: 220px;
    }
}

@media only screen and (max-width: 1023px) {
    .yr-feature-item-two {
        max-width: 204px;
    }
}

@media (max-width: 767px) {
    .yr-feature-item-two {
        padding: 0;
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-feature-item-two {
        padding: 0 105px;
    }
}

.yr-feature-item-two .xb-item--title {
    font-size: 24px;
    margin: 35px 0 17px;
    color: var(--color-white);
    text-transform: uppercase;
}

.yr-feature-item-two .xb-item--content {
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
}

.yr-feature-item-two .xb-item--icon {
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.yr-feature-item-two.midle::before, .yr-feature-item-two.midle::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    left: -55px;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
    .yr-feature-item-two.midle::before, .yr-feature-item-two.midle::after {
        left: -30px;
    }
}

@media (max-width: 767px) {
    .yr-feature-item-two.midle::before, .yr-feature-item-two.midle::after {
        display: none;
    }
}

.yr-feature-item-two.midle::after {
    left: auto;
    right: -55px;
}

@media (max-width: 991px) {
    .yr-feature-item-two.midle::after {
        right: -5px;
    }
}

.yr-feature-item-two:hover .xb-item--icon {
    transform: rotateY(360deg);
}

.feature-bg {
    z-index: 1;
    position: relative;
    overflow: hidden;
    min-height: 828px;
}

@media (max-width: 767px) {
    .feature-bg {
        padding-top: 95px;
        padding-bottom: 79px;
    }
}

.feature-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, #0a2b50 0%, rgba(0, 17, 36, 0) 100%);
}

.feature-bg .background_video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.feature-background {
    min-height: 1194px;
}

@media (max-width: 767px) {
    .feature-background {
        background-position: right;
    }
}

.xb-feature-video {
    position: relative;
}

    .xb-feature-video .xb-video {
        width: 170px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 51px;
        -webkit-border-radius: 51px;
        -moz-border-radius: 51px;
        -ms-border-radius: 51px;
        -o-border-radius: 51px;
        background: var(--color-primary);
    }

.xb-fea-item:not(:last-child) {
    margin-bottom: 50px;
}

.xb-fea-item .xb-item--title {
    font-size: 24px;
    margin-bottom: 6px;
}

.xb-fea-item .xb-item--holder {
    gap: 30px;
    margin-top: 14px;
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .xb-fea-item .xb-item--holder {
        flex-wrap: wrap;
    }
}

.xb-fea-item .xb-item--content {
    color: #546b85;
    max-width: 408px;
}

.xb-feature-wrapper {
    margin-top: 70px;
}

.xb-fea-shape .img {
    z-index: -1;
    position: absolute;
}

.xb-fea-shape .img--1 {
    top: -20px;
    left: 70px;
}

.xb-fea-shape .img--2 {
    right: 0;
    bottom: 70px;
}

.xb-team-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .xb-team-item::before {
        position: absolute;
        content: '';
        height: 84%;
        width: 0;
        top: 30px;
        left: 50%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transform: translateX(-50%);
        background: rgba(10, 43, 80, 0.9);
    }

    .xb-team-item .xb-item--img {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .xb-team-item .xb-item--holder {
        position: absolute;
        z-index: 2;
    }

    .xb-team-item .xb-item--name {
        opacity: 0;
        font-size: 20px;
        margin-bottom: 8px;
        color: var(--color-white);
        text-transform: uppercase;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transform: translateY(20px);
    }

@media (max-width: 991px) {
    .xb-team-item .xb-item--name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .xb-team-item .xb-item--name {
        font-size: 20px;
    }
}

.xb-team-item .xb-item--desig {
    opacity: 0;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(20px);
}

@media (max-width: 991px) {
    .xb-team-item .xb-item--desig {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .xb-team-item .xb-item--desig {
        font-size: 16px;
    }
}

.xb-team-item .xb-item--link {
    gap: 4px;
    opacity: 0;
    margin-top: 30px;
    display: inline-flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(20px);
}

    .xb-team-item .xb-item--link li a {
        font-weight: 500;
        font-size: 16px;
        padding: 5px 14px;
        color: var(--color-white);
        text-transform: uppercase;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

@media (max-width: 991px) {
    .xb-team-item .xb-item--link li a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .xb-team-item .xb-item--link li a {
        font-size: 16px;
    }
}

.xb-team-item .xb-item--link li a:hover {
    background: var(--color-primary);
}

.xb-team-item .xb-item--link li:first-child a {
    padding: 5px 10px;
}

.xb-team-item:hover::before {
    opacity: 1;
    width: 80%;
}

.xb-team-item:hover .xb-item--name, .xb-team-item:hover .xb-item--desig, .xb-team-item:hover .xb-item--link {
    opacity: 1;
    transition-delay: .1s;
    transform: translateY(0);
}

.xb-team-item:hover .xb-item--desig {
    transition-delay: .2s;
}

.xb-team-item:hover .xb-item--link {
    transition-delay: .3s;
}

@media (max-width: 767px) {
    .xb-team-slider {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .xb-team-wrapper {
        text-align: center;
    }
}

.details-content-title {
    font-weight: 400;
    font-size: 34px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--color-heading);
}

@media (max-width: 767px) {
    .details-content-title {
        font-size: 28px;
    }
}

.details-single-content {
    color: var(--color-gray);
}

.details-single-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 70px;
    color: var(--color-heading);
}

@media (max-width: 767px) {
    .details-single-title {
        font-size: 32px;
        line-height: 48px;
    }
}

.xb-meta-item {
    gap: 24px;
    margin: 26px 0 24px;
}

    .xb-meta-item li {
        display: flex;
        align-items: center;
        gap: 9px;
        font-size: 16px;
        font-weight: 500;
    }

.single-item-image {
    gap: 30px;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .single-item-image {
        flex-wrap: wrap;
    }
}

.xb-code-post {
    position: relative;
    background: #a7d1f4;
    padding: 35px 72px 35px 40px;
}

@media (max-width: 767px) {
    .xb-code-post {
        padding: 35px 30px 35px;
    }
}

.xb-code-post .quote {
    position: absolute;
    right: 68px;
    bottom: 20px;
}

@media (max-width: 767px) {
    .xb-code-post .quote {
        right: 30px;
        bottom: 30px;
        max-width: 12%;
    }
}

.xb-code-post .name {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 38px;
    margin-top: 20px;
    display: inline-block;
    color: var(--color-heading);
}

    .xb-code-post .name::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 30px;
        height: 3px;
        transform: translateY(-50%);
        background: var(--color-primary);
    }

.social_icons_block {
    gap: 10px;
}

    .social_icons_block li span {
        font-weight: 500;
        color: var(--color-heading);
    }

    .social_icons_block li a {
        width: 40px;
        height: 39px;
        font-size: 15px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border: 1px solid #dcdcdf;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        color: rgba(10, 43, 80, 0.4);
        background: var(--color-white);
    }

        .social_icons_block li a svg {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .social_icons_block li a:hover {
            color: var(--color-white);
            background: var(--color-primary);
            border: 1px solid var(--color-primary);
        }

            .social_icons_block li a:hover svg {
                filter: brightness(10000%);
            }

.other_post_nav {
    margin: 80px 0 80px;
    padding: 28px 34px 23px;
    background: #a7d1f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .other_post_nav {
        flex-wrap: wrap;
        gap: 30px 0;
    }
}

.post-nav-item {
    width: 50%;
}

@media (max-width: 767px) {
    .post-nav-item {
        width: 100%;
    }
}

.post-nav-item:not(:last-child) {
    border-right: 1px solid rgba(10, 43, 80, 0.1);
}

@media (max-width: 1199px) {
    .post-nav-item:not(:last-child) {
        padding-right: 70px;
    }
}

@media (max-width: 767px) {
    .post-nav-item:not(:last-child) {
        border-right: none;
        padding-bottom: 30px;
        padding-right: 0;
        border-bottom: 1px solid rgba(10, 43, 80, 0.1);
    }
}

.post-nav-item .xb-text {
    font-weight: 500;
    margin-top: 15px;
    color: var(--color-heading);
}

.post-nav-item .post-nav-btn {
    padding: 1px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #546b85;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid rgba(10, 43, 80, 0.1);
}

    .post-nav-item .post-nav-btn i {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .post-nav-item .post-nav-btn:hover {
        color: var(--color-white);
        background: var(--color-primary);
    }

        .post-nav-item .post-nav-btn:hover i {
            color: var(--color-white);
            -webkit-transform: translateX(-3px);
            -ms-transform: translateX(-3px);
            transform: translateX(-3px);
        }

.post-nav-item:last-child {
    text-align: end;
}

@media (max-width: 991px) {
    .post-nav-item:last-child {
        padding-left: 70px;
    }
}

@media (max-width: 767px) {
    .post-nav-item:last-child {
        padding-left: 0;
        text-align: start;
    }
}

.post-nav-item:last-child .post-nav-btn:hover i {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.postabmin_block {
    margin: 75px 0 80px;
    padding: 44px 115px 54px 44px;
    align-items: flex-start;
    border: 1px solid #dcdcdf;
    background: var(--color-white);
}

@media (max-width: 1199px) {
    .postabmin_block {
        padding: 44px 44px 54px 44px;
    }
}

@media (max-width: 767px) {
    .postabmin_block {
        padding: 44px 30px 54px;
    }
}

.postabmin_block .admin_image {
    margin-right: 24px;
    display: inline-block;
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.postabmin_block .admin_content {
    width: calc(100% - 104px);
}

@media (max-width: 767px) {
    .postabmin_block .admin_content {
        width: 100%;
        margin-top: 30px;
    }
}

.postabmin_block .admin_name {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-heading);
}

.postabmin_block .admin_designation {
    font-size: 16px;
    font-weight: 500;
    margin: 4px 0 18px;
    display: inline-block;
    text-transform: uppercase;
}

.postabmin_block p {
    margin-bottom: 10px;
}

.comment-title {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.comments_list {
    gap: 32px;
}

    .comments_list > li:not(:last-child) {
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(10, 43, 80, 0.1);
    }

    .comments_list > li:last-child {
        padding-left: 100px;
    }

@media (max-width: 767px) {
    .comments_list > li:last-child {
        padding-left: 30px;
    }
}

.comments_list > li:last-child .comment_author_content {
    padding-right: 0;
}

    .comments_list > li:last-child .comment_author_content .comment_reply_btn {
        right: 0;
    }

.unordered_list_block {
    display: flex;
    flex-direction: column;
}

.comment_item {
    gap: 20px;
    display: flex;
    padding-right: 135px;
}

@media (max-width: 991px) {
    .comment_item {
        padding-right: 90px;
    }
}

@media (max-width: 767px) {
    .comment_item {
        flex-wrap: wrap;
        padding-right: 0;
    }
}

.comment_item .comment_author_thumbnail {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.comment_item .comment_author_content {
    position: relative;
    padding-right: 90px;
}

@media (max-width: 767px) {
    .comment_item .comment_author_content {
        padding-right: 0;
    }
}

.comment_item .comment_author_content p {
    line-height: 28px;
}

.comment_item .comment_author_name {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 3px;
}

.comment_item .comment_time {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color-gray);
}

.comment_item .comment_reply_btn {
    top: 5px;
    right: 100px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0px 12px;
    position: absolute;
    background: #fff;
    border: 1px solid #dcdcdf;
    color: var(--color-default);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .comment_item .comment_reply_btn {
        right: 0;
    }
}

.comment_item .comment_reply_btn span {
    transform: translateY(-2px);
}

    .comment_item .comment_reply_btn span svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.comment_item .comment_reply_btn:hover {
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
}

    .comment_item .comment_reply_btn:hover span svg path {
        fill: var(--color-white);
    }

.xb-video .btn-video {
    position: absolute;
    height: 150px;
    width: 150px;
    top: 50%;
    left: 50%;
    padding: 55px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-white);
}

    .xb-video .btn-video svg path {
        fill: var(--color-primary);
    }

    .xb-video .btn-video::before, .xb-video .btn-video::after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: '';
        z-index: -2;
        border-radius: inherit;
        background: var(--color-white);
    }

    .xb-video .btn-video::before {
        display: block;
        animation: pulse-border 1500ms ease-out infinite;
    }

@media (max-width: 767px) {
    .xb-video .btn-video::before {
        animation: pulse-border-small 1500ms ease-out infinite;
    }
}

.xb-video .btn-video::after {
    animation: pulse-border-big 1500ms ease-out infinite;
}

@media (max-width: 767px) {
    .xb-video .btn-video::after {
        animation: pulse-border 1500ms ease-out infinite;
    }
}

.xb-video-wrap {
    min-height: 799px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .xb-video-wrap {
        min-height: 700px;
    }
}

@media (max-width: 767px) {
    .xb-video-wrap {
        min-height: 600px;
    }
}

.xb-video-wrap .background_video {
    position: absolute;
    top: -356px;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .xb-video-wrap .background_video {
        top: -525px;
    }
}

.cta-bg {
    min-height: 670px;
    padding: 164px 0 100px;
}

@media (max-width: 991px) {
    .cta-bg {
        padding: 130px 0 100px;
    }
}

.xb-cta-title .title {
    font-size: 100px;
    line-height: 1.2;
    color: var(--color-white);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .xb-cta-title .title {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .xb-cta-title .title {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .xb-cta-title .title {
        font-size: 37px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-cta-title .title {
        font-size: 55px;
    }
}

.xb-cta-title .title.xb-text-reveal > span {
    color: var(--color-white);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
}

.xb-cta-title .cat-btn {
    position: absolute;
    right: 23%;
    top: 7%;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-cta-title .cat-btn {
        right: 18%;
    }
}

@media (max-width: 1199px) {
    .xb-cta-title .cat-btn {
        top: 6%;
        right: 17%;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-cta-title .cat-btn {
        right: 13%;
    }
}

@media (max-width: 991px) {
    .xb-cta-title .cat-btn {
        top: 4%;
        right: 8%;
    }
}

@media (max-width: 767px) {
    .xb-cta-title .cat-btn {
        bottom: -45%;
        right: auto;
        top: auto;
        left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-cta-title .cat-btn {
        bottom: auto;
        right: 7%;
        top: 4%;
        left: auto;
    }
}

.cta-video {
    float: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .cta-video {
        float: left;
        margin-left: 80px;
    }
}

@media (max-width: 1199px) {
    .cta-video {
        float: left;
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .cta-video {
        margin-left: 90px;
    }
}

@media (max-width: 991px) {
    .cta-video {
        float: none;
        display: flex;
        justify-content: center;
        margin-top: 70px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .cta-video {
        margin-top: 190px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-video {
        margin-top: 100px;
    }
}

.cta-video a {
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    background: var(--color-white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

@media (max-width: 1199px) {
    .cta-video a {
        height: 100px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .cta-video a {
        width: 80px;
        height: 80px;
    }
}

.cta-video a::before, .cta-video a::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -1;
    border-radius: inherit;
    background: var(--color-white);
}

.cta-video a::before {
    display: block;
    animation: pulse-border 1500ms ease-out infinite;
}

.cta-video a::after {
    animation: pulse-border-small 1500ms ease-out infinite;
}

.cta-video .xb-shape {
    position: absolute;
    left: -138px;
    top: -58%;
}

@media (max-width: 991px) {
    .cta-video .xb-shape {
        left: 21%;
    }
}

@media (max-width: 767px) {
    .cta-video .xb-shape {
        left: 0;
        top: -85%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-video .xb-shape {
        left: 18%;
        top: -85%;
    }
}

.cta-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .cta-shape {
        max-width: 15%;
    }
}

.xb-testimonial-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 30px 100px 30px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid rgba(10, 43, 80, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-testimonial-item {
        padding: 30px 80px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .xb-testimonial-item {
        padding: 30px 50px 30px 30px;
    }
}

@media (max-width: 991px) {
    .xb-testimonial-item {
        gap: 60px;
        padding: 30px 60px 30px 30px;
    }
}

@media (max-width: 767px) {
    .xb-testimonial-item {
        padding: 30px;
    }
}

.xb-testimonial-item:hover {
    background: var(--color-white);
}

.xb-testimonial-item .xb-item--img {
    width: 410px;
    overflow: hidden;
    margin-right: 60px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 991px) {
    .xb-testimonial-item .xb-item--img {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .xb-testimonial-item .xb-item--img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .xb-testimonial-item .xb-item--img img {
        width: 100%;
    }
}

.xb-testimonial-item .xb-item--quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xb-testimonial-item .xb-item--holder {
    width: calc(100% - 470px);
}

@media (max-width: 991px) {
    .xb-testimonial-item .xb-item--holder {
        width: 100%;
    }
}

.xb-testimonial-item .xb-item--rating {
    gap: 5px;
}

    .xb-testimonial-item .xb-item--rating li i {
        color: #ffa121;
    }

.xb-testimonial-item .xb-item--content {
    font-size: 26px;
    line-height: 42px;
    display: block;
    margin-bottom: 75px;
    color: rgba(10, 43, 80, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-testimonial-item .xb-item--content {
        line-height: 38px;
        margin-bottom: 65px;
    }
}

@media (max-width: 1199px) {
    .xb-testimonial-item .xb-item--content {
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .xb-testimonial-item .xb-item--content {
        font-size: 22px;
        line-height: 34px;
    }
}

.xb-testimonial-item .xb-item--name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 9px;
    font-family: var(--font-body);
}

.xb-testimonial-item .xb-item--desig {
    font-size: 16px;
    text-transform: uppercase;
}

.xb-testimonial-item .xb-item--bottom {
    align-items: end;
}

@media (max-width: 767px) {
    .xb-testimonial-item .xb-item--bottom {
        gap: 15px;
    }
}

.xb-testimonial-slider {
    margin-left: -345px;
    margin-right: -345px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-testimonial-slider {
        margin-right: 100px;
        margin-left: 100px;
    }
}

@media (max-width: 1199px) {
    .xb-testimonial-slider {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.xb-testimonial-slider .swiper-slide-active .xb-testimonial-item {
    background: var(--color-white);
}

.xb-testimonial-slider .swiper-pagination {
    z-index: 1;
}

    .xb-testimonial-slider .swiper-pagination .swiper-pagination-bullet {
        width: 60px;
        height: 5px;
        opacity: 1;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        background: var(--color-white);
    }

@media (max-width: 767px) {
    .xb-testimonial-slider .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }
}

.xb-testimonial-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-primary);
}

.xb-testimonial-slider .swiper-pagination.swiper-pagination-bullets {
    left: 0;
    bottom: -60px;
}

.yr-testimonial-item {
    position: relative;
}

    .yr-testimonial-item .xb-item--holder {
        position: absolute;
        top: 50%;
        left: 50px;
        max-width: 508px;
        display: inline-block;
        padding: 50px 50px 35px 39px;
        background: var(--color-white);
        transform: translateY(-50%);
    }

@media (max-width: 1199px) {
    .yr-testimonial-item .xb-item--holder {
        padding: 25px 50px 35px 39px;
    }
}

@media only screen and (max-width: 1023px) {
    .yr-testimonial-item .xb-item--holder {
        max-width: 460px;
    }
}

@media (max-width: 991px) {
    .yr-testimonial-item .xb-item--holder {
        max-width: 385px;
        padding: 20px 30px 20px;
    }
}

@media (max-width: 767px) {
    .yr-testimonial-item .xb-item--holder {
        left: 10px;
        max-width: 190px;
        padding: 6px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-testimonial-item .xb-item--holder {
        max-width: 220px;
        padding: 20px 15px 20px;
    }
}

.yr-testimonial-item .xb-item--author {
    gap: 13px;
    margin-top: 79px;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 1199px) {
    .yr-testimonial-item .xb-item--author {
        margin-top: 55px;
    }
}

@media (max-width: 991px) {
    .yr-testimonial-item .xb-item--author {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .yr-testimonial-item .xb-item--author {
        gap: 8px;
        margin-top: 20px;
    }
}

.yr-testimonial-item .xb-item--content {
    font-size: 28px;
    line-height: 46px;
    opacity: 0;
    color: var(--color-heading);
    transform: translateY(20px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 1199px) {
    .yr-testimonial-item .xb-item--content {
        font-size: 24px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .yr-testimonial-item .xb-item--content {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .yr-testimonial-item .xb-item--content {
        font-size: 10px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-testimonial-item .xb-item--content {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .yr-testimonial-item .xb-item--avatar {
        max-width: 15%;
    }
}

.yr-testimonial-item .xb-item--name {
    font-weight: 600;
    font-size: 22px;
    color: #0f1529;
    letter-spacing: -0.02em;
}

@media (max-width: 991px) {
    .yr-testimonial-item .xb-item--name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .yr-testimonial-item .xb-item--name {
        font-size: 10px;
    }
}

.yr-tes-btn .swiper-button-prev,
.yr-tes-btn .swiper-button-next {
    height: 50px;
    width: 50px;
    top: 83%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-white);
}

@media (max-width: 991px) {
    .yr-tes-btn .swiper-button-prev,
    .yr-tes-btn .swiper-button-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .yr-tes-btn .swiper-button-prev,
    .yr-tes-btn .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

.yr-tes-btn .swiper-button-prev svg path,
.yr-tes-btn .swiper-button-next svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .yr-tes-btn .swiper-button-prev svg,
    .yr-tes-btn .swiper-button-next svg {
        max-width: 35%;
    }
}

.yr-tes-btn .swiper-button-prev:after,
.yr-tes-btn .swiper-button-next:after {
    display: none;
}

.yr-tes-btn .swiper-button-prev:hover,
.yr-tes-btn .swiper-button-next:hover {
    background: var(--color-primary);
}

    .yr-tes-btn .swiper-button-prev:hover svg path,
    .yr-tes-btn .swiper-button-next:hover svg path {
        fill: #fff;
    }

.yr-tes-btn .swiper-button-prev {
    left: auto;
    right: 120px;
}

@media (max-width: 991px) {
    .yr-tes-btn .swiper-button-prev {
        right: 100px;
    }
}

@media (max-width: 767px) {
    .yr-tes-btn .swiper-button-prev {
        right: 45px;
    }
}

.yr-tes-btn .swiper-button-next {
    right: 50px;
}

@media (max-width: 767px) {
    .yr-tes-btn .swiper-button-next {
        right: 10px;
    }
}

.yr-testimonial-slider .swiper-slide-active .yr-testimonial-item .xb-item--content {
    opacity: 1;
    transition-delay: .1s;
    transform: translateY(0);
}

.yr-testimonial-slider .swiper-slide-active .yr-testimonial-item .xb-item--author {
    opacity: 1;
    transition-delay: .3s;
    transform: translateY(0px);
}

.sub_text-content {
    font-size: 24px;
    line-height: 36px;
    color: var(--color-heading);
}

@media (max-width: 991px) {
    .sub_text-content {
        line-height: 32px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .sub_text-content {
        font-size: 18px;
        line-height: 28px;
    }
}

.xb-blog-banner {
    position: relative;
    margin-right: -30px;
}

@media (max-width: 991px) {
    .xb-blog-banner {
        margin-right: 0;
    }
}

.xb-blog-banner .xb-img {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.xb-blog-banner .blog-btn {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.xb-blog-right-content {
    margin-left: 60px;
}

@media (max-width: 991px) {
    .xb-blog-right-content {
        margin-left: 0;
    }
}

.xb-blog-item {
    padding-top: 33px;
    display: flex;
    align-items: center;
    gap: 32px;
    border-top: 1px solid rgba(10, 43, 80, 0.12);
}

    .xb-blog-item:last-child {
        padding-bottom: 33px;
        border-bottom: 1px solid rgba(10, 43, 80, 0.12);
    }

    .xb-blog-item:not(:last-child) {
        margin-bottom: 33px;
    }

    .xb-blog-item .xb-item--holder {
        flex-grow: 1;
        flex-basis: 0;
    }

@media (max-width: 767px) {
    .xb-blog-item .xb-item--holder {
        flex-basis: unset;
        flex-grow: unset;
    }
}

.xb-blog-item .xb-item--date {
    font-weight: 500;
    font-size: 16px;
    gap: 10px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: rgba(10, 43, 80, 0.7);
}

.xb-blog-item .xb-item--content {
    line-height: 26px;
    color: rgba(10, 43, 80, 0.7);
}

.xb-blog-item .xb-item--title {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 18px;
    text-transform: uppercase;
    color: var(--color-heading);
}

@media only screen and (max-width: 1023px) {
    .xb-blog-item .xb-item--title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .xb-blog-item .xb-item--title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .xb-blog-item .xb-item--title {
        font-size: 22px;
    }
}

.xb-blog-item .xb-item--title a {
    color: currentColor;
}

.xb-blog-item .xb-item--read-btn {
    margin-top: 35px;
    display: inline-block;
}

    .xb-blog-item .xb-item--read-btn .more-btn:hover {
        color: var(--color-primary);
    }

.hover-effect-img .xb-item--img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .hover-effect-img .xb-item--img img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

    .hover-effect-img .xb-item--img .img {
        position: relative;
        width: 100%;
        display: block;
        transition: all 500ms ease;
    }

    .hover-effect-img .xb-item--img .img--1 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        transform: translatex(50%) scalex(2);
        opacity: 0;
        filter: blur(10px);
    }

    .hover-effect-img .xb-item--img span {
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 2;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 12px;
        display: inline-block;
        color: var(--color-white);
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        background: var(--color-primary);
    }

.hover-effect-img:hover .xb-item--img .img--1 {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.hover-effect-img:hover .xb-item--img .img--2 {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.yc-blog-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
    .yc-blog-wrapper {
        gap: 30px 0;
        grid-template-columns: repeat(1, 1fr);
    }
}

.yc-blog-item {
    display: block;
    padding-top: 34px;
    padding-right: 30px;
    position: relative;
    border-top: 1px solid rgba(10, 43, 80, 0.1);
}

@media (max-width: 991px) {
    .yc-blog-item {
        padding-right: 0;
    }
}

.yc-blog-item:before {
    position: absolute;
    content: '';
    right: 30px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(10, 43, 80, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yc-blog-item:before {
        right: 15px;
    }
}

@media (max-width: 1199px) {
    .yc-blog-item:before {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .yc-blog-item:before {
        display: none;
    }
}

.yc-blog-item:last-child::before {
    display: none;
}

@media (max-width: 991px) {
    .yc-blog-item:last-child {
        padding-right: 0;
    }
}

.yc-blog-item .xb-item--top {
    gap: 14px;
    display: flex;
    align-items: center;
}

    .yc-blog-item .xb-item--top span {
        font-size: 14px;
        font-weight: 500;
        padding: 6px 12px;
        color: var(--color-white);
        background: var(--color-primary);
    }

.yc-blog-item .xb-item--date {
    font-weight: 500;
    font-size: 16px;
    gap: 10px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: rgba(10, 43, 80, 0.7);
}

.yc-blog-item .xb-item--title {
    font-size: 24px;
    line-height: 34px;
    margin: 43px 0 60px;
    text-transform: capitalize;
}

    .yc-blog-item .xb-item--title a {
        color: currentColor;
    }

.yc-blog-item .xb-item--img {
    border-radius: 0;
    overflow: hidden;
    display: inline-flex;
}

.yc-blog-item--middle .xb-item--title {
    margin: 18px 0 32px;
    text-transform: capitalize;
}

.yc-blog-btn {
    transform: translateY(-7px);
}

.yc-blog-top {
    gap: 30px;
}

.yc-blog-container .yc-blog-wrapper:not(:last-child) .yc-blog-item {
    padding-bottom: 34px;
}

.xb-contact-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

@media (max-width: 991px) {
    .xb-contact-img {
        width: 100%;
    }
}

.xb-contact-shape {
    position: absolute;
    z-index: -1;
    right: -155px;
    top: 32%;
}

.xb-contact-form {
    z-index: 1;
    position: relative;
    padding: 50px 50px 60px;
    background: var(--color-white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 767px) {
    .xb-contact-form {
        padding: 55px 30px 60px;
    }
}

.xb-contact-form .title {
    font-size: 34px;
    margin-bottom: 29px;
}

.xb-contact-form .xb-input-field {
    position: relative;
    display: block;
}

    .xb-contact-form .xb-input-field input,
    .xb-contact-form .xb-input-field textarea {
        height: 50px;
        outline: none;
        font-size: 15px;
        padding: 10px 40px 10px 20px;
        transition: all 0.3s ease;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        background: var(--color-white);
        border: 1px solid #dcdcdf;
        backdrop-filter: blur(20px);
        color: var(--color-heading);
    }

        .xb-contact-form .xb-input-field input:focus,
        .xb-contact-form .xb-input-field textarea:focus {
            border: 1px solid var(--color-primary);
        }

    .xb-contact-form .xb-input-field label {
        position: absolute;
        left: 20px;
        top: 50%;
        font-size: 15px;
        letter-spacing: -0.02em;
        white-space: nowrap;
        pointer-events: none;
        display: inline-block;
        transition: all 0.3s ease;
        transform: translateY(-50%);
        text-transform: capitalize;
        color: rgba(10, 43, 80, 0.7);
    }

    .xb-contact-form .xb-input-field input:focus + label,
    .xb-contact-form .xb-input-field input:valid + label,
    .xb-contact-form .xb-input-field textarea:focus + label,
    .xb-contact-form .xb-input-field textarea:valid + label {
        transform: translate(15px, -50%);
        opacity: 0;
    }

    .xb-contact-form .xb-input-field img {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

.xb-contact-form .contact-shape {
    right: 67px;
    top: 17px;
    position: absolute;
}

@media (max-width: 767px) {
    .xb-contact-form .contact-shape {
        right: 20px;
        top: 5px;
        max-width: 15%;
    }
}

.xb-contact-form .xb-select-field {
    z-index: 1;
    position: relative;
}

    .xb-contact-form .xb-select-field .nice-select {
        font-size: 15px;
        margin-bottom: 0;
        height: 50px;
        min-height: 50px;
        line-height: 28px;
        padding: 10px 20px;
        background: var(--color-white);
        border: 1px solid #dcdcdf;
        backdrop-filter: blur(20px);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        color: rgba(10, 43, 80, 0.7);
    }

        .xb-contact-form .xb-select-field .nice-select:focus {
            border: 1px solid var(--color-primary);
        }

        .xb-contact-form .xb-select-field .nice-select::after {
            border-bottom: 1.9px solid #0a2b50;
            border-right: 1.9px solid #0a2b50;
            height: 9px;
            right: 20px;
            width: 9px;
        }

.xb-contact-form .xb-massage-field textarea {
    height: 180px;
    padding: 18px 20px;
}

.xb-contact-form .xb-massage-field label {
    top: 16%;
}

.xb-contact-form .xb-contact-info {
    position: absolute;
    top: 50%;
    left: -360px;
    z-index: -1;
    display: inline-block;
    padding: 34px 56.5px 58px;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
    background: var(--color-secondary);
}

@media (max-width: 991px) {
    .xb-contact-form .xb-contact-info {
        top: auto;
        left: 50%;
        width: 100%;
        bottom: -215px;
        padding: 34px 56.5px 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .xb-contact-form .xb-contact-info {
        padding: 34px 30px 30px;
    }
}

.xb-contact-form .xb-contact-info span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 16px 0;
    color: var(--color-white);
}

.xb-contact-form .xb-contact-info .number {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .contact-padding-md {
        padding-bottom: 395px;
    }
}

.yr-contact-form {
    background: #a7d1f4;
    border-radius: 0;
}

    .yr-contact-form .title {
        margin-bottom: 26px;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .yr-contact-form .title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .yr-contact-form .title {
        font-size: 32px;
    }
}

.yr-contact-form .xb-input-field input,
.yr-contact-form .xb-select-field .nice-select,
.yr-contact-form .xb-massage-field textarea {
    border-radius: 0;
    background: #fff;
    border: 1px solid #fff;
    backdrop-filter: blur(20px);
}

.yr-contact-img {
    margin-left: -18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .yr-contact-img {
        margin-left: -68px;
    }
}

@media (max-width: 1199px) {
    .yr-contact-img {
        margin-left: -141px;
    }
}

@media only screen and (max-width: 1023px) {
    .yr-contact-img {
        margin-left: -166px;
    }
}

@media (max-width: 991px) {
    .yr-contact-img {
        margin-left: 0;
        margin-top: 30px;
    }
}

.yr-location-wrap {
    position: absolute;
    left: 0;
    bottom: 18.3%;
    z-index: -1;
}

    .yr-location-wrap:nth-child(2) {
        left: auto;
        right: 0;
        bottom: 7.3%;
    }

        .yr-location-wrap:nth-child(2) .loc-img {
            left: auto;
        }

        .yr-location-wrap:nth-child(2) .loc-img--1 {
            top: 14%;
            right: 16%;
        }

        .yr-location-wrap:nth-child(2) .loc-img--2 {
            top: 30%;
            right: 7%;
        }

        .yr-location-wrap:nth-child(2) .loc-img--3 {
            top: 43%;
            right: 18%;
        }

        .yr-location-wrap:nth-child(2) .loc-img--4 {
            bottom: 38%;
            right: 74px;
        }

        .yr-location-wrap:nth-child(2) .loc-img--5 {
            bottom: 18%;
            right: 11%;
        }

    .yr-location-wrap .loc-img {
        position: absolute;
    }

@media (max-width: 991px) {
    .yr-location-wrap .loc-img {
        display: none;
    }
}

.yr-location-wrap .loc-img--1 {
    top: 0;
    left: 23%;
}

.yr-location-wrap .loc-img--2 {
    top: 45%;
    left: 24%;
}

.blog-contact-form {
    background: transparent;
    border: 1px solid #dcdcdf;
}

    .blog-contact-form .title {
        font-size: 34px;
        font-weight: 500;
        text-transform: inherit;
        color: var(--color-heading);
        font-family: var(--font-body);
    }

    .blog-contact-form .xb-input-field input,
    .blog-contact-form .xb-select-field .nice-select,
    .blog-contact-form .xb-massage-field textarea {
        border: 1px solid #dcdcdf;
    }

    .blog-contact-form .form-check {
        margin: 20px 0 32px;
    }

        .blog-contact-form .form-check .form-check-input {
            width: 14px;
            height: 14px;
            border-radius: 0;
            border: 1px solid #dcdcdf;
        }

            .blog-contact-form .form-check .form-check-input:checked {
                border-color: #0a2b50;
                background-color: #0a2b50;
            }

        .blog-contact-form .form-check label {
            font-size: 15px;
            color: var(--color-default);
            transform: translate(-6px, -3px);
        }

.booking-contact-form {
    padding: 0;
    border-radius: 0;
    border: none;
}

    .booking-contact-form .xb-input-field input,
    .booking-contact-form .xb-select-field .nice-select,
    .booking-contact-form .xb-massage-field textarea {
        border-radius: 0;
        border: none;
    }

        .booking-contact-form .xb-input-field input:focus,
        .booking-contact-form .xb-select-field .nice-select:focus,
        .booking-contact-form .xb-massage-field textarea:focus {
            border: none;
        }

    .booking-contact-form .form-check {
        padding-left: 0;
    }

    .booking-contact-form .form-submit-btn {
        gap: 20px;
    }

        .booking-contact-form .form-submit-btn .booking-btn {
            gap: 0;
        }

            .booking-contact-form .form-submit-btn .booking-btn sub {
                font-size: 15px;
                transform: translateY(-3px);
                color: rgba(255, 255, 255, 0.7);
            }

.xb-contact-info-item {
    gap: 20px;
    width: 100%;
    padding: 38px 40px 38px 30px;
    background: var(--color-white);
}

@media (max-width: 1199px) {
    .xb-contact-info-item {
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .xb-contact-info-item {
        padding: 38px 30px 38px 20px;
    }
}

.xb-contact-info-item .xb-item--icon {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

@media (max-width: 767px) {
    .xb-contact-info-item .xb-item--icon {
        height: 54px;
        width: 54px;
        padding: 15px;
    }
}

.xb-contact-info-item .xb-item--title {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .xb-contact-info-item .xb-item--title {
        font-size: 22px;
    }
}

.xb-contact-info-item .xb-item--text {
    font-weight: 500;
    font-size: 20px;
    color: var(--color-default);
}

@media (max-width: 767px) {
    .xb-contact-info-item .xb-item--text {
        font-size: 18px;
    }
}

.xb-main-contact {
    background: var(--color-white);
}

    .xb-main-contact .xb-input-field input,
    .xb-main-contact .xb-select-field .nice-select,
    .xb-main-contact .xb-massage-field textarea {
        background: #a7d1f4;
        border: 1px solid #fff;
        border: 1px solid #a7d1f4;
    }

        .xb-main-contact .xb-input-field input:focus,
        .xb-main-contact .xb-select-field .nice-select:focus,
        .xb-main-contact .xb-massage-field textarea:focus {
            border: 1px solid #a7d1f4;
        }

.ui-widget-header {
    color: #fff;
}

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid var(--color-secondary);
        background: var(--color-secondary);
        color: var(--color-white);
    }

.ui-state-default,
.ui-widget-content .ui-state-default {
    text-align: center;
}

.ui-widget-content {
    color: var(--color-heading);
}

    .ui-state-active,
    .ui-widget-content .ui-state-active {
        background: rgba(10, 43, 80, 0.7);
        border: 1px solid rgba(10, 43, 80, 0.7);
    }

/*----------------------------------------*/
/*  29. search
/*----------------------------------------*/
.header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    z-index: 9999;
    background-color: #fff;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

@media (max-width: 767px) {
    .header-search-form-wrapper {
        height: 200px;
    }
}

.header-search-form-wrapper.open {
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
    transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .header-search-form-wrapper .search-form input[type="search"] {
        height: 65px;
        line-height: 65px;
        font-size: 28px;
        background-color: transparent;
        text-align: left;
        color: balck;
        border: none;
        border-bottom: 1px solid #ccc;
        padding-left: 0;
        border-radius: 0;
        width: 100%;
        color: #000;
        padding-right: 50px;
    }

@media (max-width: 767px) {
    .header-search-form-wrapper .search-form input[type="search"] {
        height: 45px;
        line-height: 50px;
        font-size: 18px;
    }
}

.header-search-form-wrapper .search-form input[type="search"]::placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
    color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
    color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #9F9F9F;
    font-size: 24px;
}

@media (max-width: 767px) {
    .header-search-form-wrapper .search-submit {
        height: 35px;
        font-size: 20px;
    }
}

.header-search-form-wrapper .xb-search-close {
    background: #cccccc45;
    width: 54px;
    height: 54px;
    border-width: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

    .header-search-form-wrapper .xb-search-close::before, .header-search-form-wrapper .xb-search-close::after {
        background-color: var(--color-black);
    }

@media (max-width: 767px) {
    .header-search-form-wrapper .xb-search-close {
        width: 50px;
        height: 50px;
        background-color: transparent;
    }
}

.header-search-container {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    border: 0;
    padding: 0;
    background: 0 0;
    transform: translate3d(0, calc(100% - 100px), 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .header-search-container {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .header-search-container {
        padding: 0 15px;
    }
}

.header-search-form-wrapper.open .header-search-container {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

form.search-form .search-submit {
    position: absolute;
    top: 7px;
    right: -9px;
    height: 100%;
    width: 50px;
    font-size: 18px;
}

.sidebar {
    position: sticky;
    top: 50px;
}

    .sidebar .sidebar_widget {
        padding: 30px 30px;
        border: 1px solid #dcdcdf;
    }

        .sidebar .sidebar_widget:not(:last-child) {
            margin-bottom: 30px;
        }

.sidebar_widget_title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--color-heading);
}

.form-group {
    position: relative;
}

    .form-group .form-control {
        height: 44px;
        border-radius: 0;
        padding-right: 70px;
        padding: 10px 40px 10px 20px;
        border: 1px solid #dcdcdf;
        background: var(--color-white);
        color: var(--color-heading);
    }

        .form-group .form-control:focus {
            box-shadow: none;
            border: 1px solid var(--color-primary);
        }

    .form-group .search_icon {
        position: absolute;
        top: 50%;
        right: 15px;
        background: transparent;
        transform: translateY(-50%);
    }

.recent_post_block {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .recent_post_block .recent_post_item {
        gap: 18px;
    }

        .recent_post_block .recent_post_item:not(:last-child) {
            margin-bottom: 24px;
        }

        .recent_post_block .recent_post_item .xb-item--title {
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            margin-top: 9px;
            font-family: var(--font-body);
            color: var(--color-heading);
        }

            .recent_post_block .recent_post_item .xb-item--title a {
                color: currentColor;
            }

@media (max-width: 1199px) {
    .recent_post_block .recent_post_item .xb-item--title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .recent_post_block .recent_post_item .xb-item--title {
        font-size: 18px;
    }
}

.recent_post_block .recent_post_item .xb-item--img {
    overflow: hidden;
}

    .recent_post_block .recent_post_item .xb-item--img img {
        transition: .3s ease-in-out;
    }

.recent_post_block .recent_post_item .xb-item--date {
    gap: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .recent_post_block .recent_post_item .xb-item--date {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .recent_post_block .recent_post_item .xb-item--date {
        font-size: 18px;
    }
}

.recent_post_block .recent_post_item .xb-item--holder {
    flex-grow: 1;
    flex-basis: 0;
}

.recent_post_block .recent_post_item:hover .xb-item--img img {
    transform: scale(1.03);
}

.tags_block {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .tags_block li {
        display: inline-block;
    }

        .tags_block li span {
            font-weight: 500;
            color: var(--color-heading);
        }

        .tags_block li a {
            font-weight: 500;
            font-size: 15px;
            padding: 2px 11px;
            color: var(--color-default);
            border: 1px solid #dcdcdf;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            background: var(--color-white);
        }

        .tags_block li:hover a {
            color: var(--color-white);
            background: var(--color-primary);
            border: 1px solid var(--color-primary);
        }

/*----------------------------------------*/
/*  27. sidebar start
/*----------------------------------------*/
.sidebar-menu-close {
    position: absolute;
    top: 53px;
    left: -61px;
    opacity: 1;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .sidebar-menu-close .xb-close {
        background: none;
        width: 30px;
        height: 30px;
        border: none;
    }

.offcanvas-sidebar .xb-close::before,
.offcanvas-sidebar .xb-close::after {
    background-color: var(--color-white);
}

.offcanvas-sidebar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1020;
    background-color: #0a2b50;
    transition-duration: 500ms;
    background-image: url(../img/bg/sidebar_bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

    .offcanvas-sidebar.active {
        right: 0;
    }

.sidebar-wrapper {
    display: flex;
    justify-content: space-between;
}

.sidebar-left-item {
    padding: 50px 0 0 100px;
}

@media (max-width: 1199px) {
    .sidebar-left-item {
        padding: 50px 0 0 50px;
    }
}

.sidebar-content {
    font-size: 26px;
    font-weight: 400;
    max-width: 605px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar-content {
        max-width: 539px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sidebar-content {
        max-width: 390px;
    }
}

@media (max-width: 1199px) {
    .sidebar-content {
        max-width: 410px;
    }
}

.sidebar-nav-wrap {
    width: 45.6%;
    position: relative;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    border: 1px solid #1d446f;
}

    .sidebar-nav li:not(:first-child) {
        border-top: 1px solid #1d446f;
    }

    .sidebar-nav li a {
        font-weight: 400;
        font-size: 60px;
        line-height: 200%;
        padding: 16px 84px;
        text-transform: uppercase;
        color: var(--color-white);
        background: transparent;
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sidebar-nav li a {
        font-size: 55px;
        padding: 16px 50px;
    }
}

@media (max-width: 1199px) {
    .sidebar-nav li a {
        font-size: 42px;
        padding: 28px 35px;
    }
}

.sidebar-nav li a span {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .sidebar-nav li a span svg {
        height: 26px;
    }
}

.sidebar-nav li a:hover {
    background: #1a416c;
}

    .sidebar-nav li a:hover span {
        opacity: 1;
        transform: translateY(0);
    }

.sidebar-shape .shape {
    position: absolute;
}

.sidebar-shape .shape--1 {
    left: 0;
    bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sidebar-shape .shape--1 {
        max-width: 45%;
    }
}

@media (max-width: 1199px) {
    .sidebar-shape .shape--1 {
        max-width: 40%;
    }
}

.sidebar-shape .shape--2 {
    left: 14.5%;
    bottom: 86px;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar-shape .shape--2 {
        left: 20.5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sidebar-shape .shape--2 {
        max-width: 24%;
        left: 22.5%;
        bottom: 108px;
    }
}

@media (max-width: 1199px) {
    .sidebar-shape .shape--2 {
        left: 15%;
        bottom: 30px;
        max-width: 30%;
    }
}

/*----------------------------------------*/
/*  27. sidebar end
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .container.px-60 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.g-15 {
    padding: 0 5px;
}

    .g-15 > * {
        padding-left: 8px;
        padding-right: 8px;
    }

.g-50 {
    margin: 0 -25px;
}

    .g-50 > * {
        padding-left: 25px;
        padding-right: 25px;
    }

.o-hidden {
    overflow: hidden;
}

.o-clip {
    overflow: clip;
}

.xb-pagination-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}

    .xb-pagination-btn li a {
        width: 50px;
        height: 50px;
        font-weight: 500;
        font-size: 16px;
        color: #546b85;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #a7d1f4;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .xb-pagination-btn li a i {
            color: var(--color-heading);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .xb-pagination-btn li a.active, .xb-pagination-btn li a:hover {
            color: var(--color-white);
            background: var(--color-primary);
        }

            .xb-pagination-btn li a.active i, .xb-pagination-btn li a:hover i {
                color: var(--color-white);
            }

.tagcloud, .tags-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px;
}

    .tagcloud a, .tags-links a {
        display: block;
        color: #5D6A83;
        border: 1px solid #EEE5E5;
        background-color: var(--color-white);
        min-height: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 500;
        padding: 4px 17px;
        margin: 7px;
        position: relative;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .tagcloud a:hover, .tags-links a:hover {
            color: var(--color-white);
            background-color: var(--color-primary);
            border-color: var(--color-primary);
        }

.body-overlay {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.tags-links a {
    min-height: 32px;
    padding: 2px 17px;
}

.body-overlay.active {
    opacity: .5;
    visibility: visible;
}

.form-check {
    margin-bottom: 0;
}

    .form-check label {
        color: rgba(255, 255, 255, 0.7);
    }

    .form-check .form-check-input {
        height: 15px;
        width: 15px;
        border-radius: 2px;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

        .form-check .form-check-input:focus {
            outline: 0;
            box-shadow: none;
        }

        .form-check .form-check-input:checked {
            background-color: transparent;
            border-color: rgba(255, 255, 255, 0.2);
        }

.post-tags li {
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
}

    .post-tags li:not(:first-child, :last-child) {
        margin-right: 11px;
        padding-right: 15px;
    }

        .post-tags li:not(:first-child, :last-child)::before {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            background-color: var(--color-primary);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            content: "";
        }

    .post-tags li span {
        display: inline-block;
        background-color: var(--color-primary);
        padding: 0px 10px;
        line-height: 25px;
        color: var(--color-white);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        margin-right: 12px;
    }

    .post-tags li a {
        color: var(--color-black);
    }

        .post-tags li a:hover {
            color: var(--color-black);
        }

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
    padding: 0;
    right: 0;
    text-align: center;
    top: -36px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var(--color-white);
    cursor: pointer;
    opacity: 1;
    font-size: 0;
    border: 9px solid transparent;
    position: absolute;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
    top: 4px;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #222;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.mfp-iframe-holder .mfp-content {
    max-width: 1170px;
}

.xb-carousel-inner {
    margin: -30px;
}

.xb-swiper-sliders {
    position: relative;
}

.xb-swiper-container {
    overflow: hidden;
    padding: 30px;
}

.xb-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.xb-swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
}

.xb-swiper-slide {
    -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.z-index-2 {
    z-index: 2;
    position: relative;
}

.xb-overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.xb-overlay-link {
    z-index: 1;
}

.letter-spacing-0 {
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .margin-none-md {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .mb-30-xs {
        margin-bottom: 30px;
    }
}

.br-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.z-1 {
    z-index: 1;
}

.z-3 {
    position: relative;
    z-index: 3;
}

.ml-auto {
    margin-left: auto;
}

.align-end {
    align-items: flex-end;
}

.xb-hover-zoom:hover .xb-item--img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.xb-hover-zoom .xb-item--img {
    overflow: hidden;
}

    .xb-hover-zoom .xb-item--img img {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

.xb-law-swiper-arrow .xb-swiper-arrow {
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
        margin-left: 10px;
    }

    .xb-law-swiper-arrow .xb-swiper-arrow:hover, .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
        color: var(--color-law);
        background-color: var(--color-white);
    }

.xb-law-swiper-arrow-main-color .xb-swiper-arrow {
    background-color: var(--color-law);
    color: var(--color-white);
}

.pagination-style1 {
    bottom: -60px;
}

    .pagination-style1 .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        background-color: #162432;
    }

    .pagination-style1.style-white .swiper-pagination-bullet {
        background-color: var(--color-white);
    }

.hero-style {
    z-index: 1;
    min-height: 950px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .hero-style {
        min-height: 910px;
    }
}

@media (max-width: 991px) {
    .hero-style {
        min-height: 850px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        min-height: 650px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style {
        min-height: 670px;
    }
}

.hero-style .hero-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .6s;
}

    .hero-style .hero-slider-bg::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        background: rgb(1 67 125 / 66%);
        /* background: rgba(10, 43, 80, 0.8);*/
    }

.hero-style .hero-slide-content {
    position: relative;
    padding-top: 270px;
    padding-bottom: 274px;
}

@media (max-width: 991px) {
    .hero-style .hero-slide-content {
        padding-top: 220px;
        padding-bottom: 323px;
    }
}

@media (max-width: 767px) {
    .hero-style .hero-slide-content {
        padding-bottom: 153px;
        padding-top: 170px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style .hero-slide-content {
        padding-top: 190px;
        padding-bottom: 190px;
    }
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .hero-slider-bg {
    animation: xb-zoomout 12s linear infinite;
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .sec-title .sub-title {
    opacity: 1;
    transition-delay: 300ms;
    transform: translateY(0);
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .sec-title .title {
    opacity: 1;
    transition-delay: 500ms;
    transform: translateY(0);
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-hero-bottom {
    opacity: 1;
    transition-delay: 700ms;
    transform: translateY(0);
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-sub-content .content {
    opacity: 1;
    transition-delay: 900ms;
    transform: translateY(0);
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-sub-content .hero-btn {
    opacity: 1;
    transition-delay: 1100ms;
    transform: translateY(-10px);
}

.hero-style .hero-swiper-inner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

    .hero-style .hero-swiper-inner .sub-text {
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 34px;
        display: inline-block;
        color: rgba(255, 255, 255, 0.7);
    }

@media (max-width: 767px) {
    .hero-style .hero-swiper-inner .sub-text {
        display: none;
    }
}

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev,
.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next {
    height: 40px;
    width: 40px;
    top: 15px;
    right: 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev,
    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next {
        top: -55px;
    }
}

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev::after,
.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next::after {
    font-size: 16px;
    font-weight: 500;
    color: #0a2b50;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev:hover,
.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next:hover {
    background: var(--color-primary);
}

    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev:hover::after,
    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next:hover::after {
        color: #fff;
    }

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev {
    left: auto;
    right: 75px;
}

.hero-style .hero-swiper-inner .hero-slider-nav {
    padding: 27px 30px 25px;
    overflow: hidden;
    width: 640px;
    height: 213px;
    border-radius: 10px 0 0 0;
    background: var(--color-white);
}

@media (max-width: 1199px) {
    .hero-style .hero-swiper-inner .hero-slider-nav {
        width: 540px;
        height: 185px;
    }
}

@media (max-width: 991px) {
    .hero-style .hero-swiper-inner .hero-slider-nav {
        height: 150px;
        width: 520px;
        padding: 27px 30px 15px;
    }
}

@media (max-width: 767px) {
    .hero-style .hero-swiper-inner .hero-slider-nav {
        display: none;
    }
}

.hero-style .hero-swiper-inner .hero-slider-nav .hero-slide-item {
    width: 33.333333%;
    height: 161px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    align-self: flex-end;
    cursor: pointer;
}

.hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
    height: 120px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
        height: 100px;
    }
}

@media (max-width: 991px) {
    .hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
        height: 90px;
    }
}

.hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img .number {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    top: -26px;
    left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: rgba(5, 12, 41, 0.7);
}

.hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
    height: 100%;
}

@media (max-width: 1199px) {
    .hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
        height: 80%;
    }
}

@media (max-width: 991px) {
    .hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
        height: 75%;
    }
}

.hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img .number {
    top: 16px;
    color: var(--color-white);
}

.hero-style .xb-hero_content {
    margin-left: -155px;
    margin-right: -155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-style .xb-hero_content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .hero-style .xb-hero_content {
        margin-left: 0;
        margin-right: 0;
    }
}

.hero-style .xb-hero_content .sec-title .title {
    opacity: 0;
    font-size: 60px;
    line-height: 80px;
    max-width: 1116px;
    color: var(--color-white);
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media (max-width: 1199px) {
    .hero-style .xb-hero_content .sec-title .title {
        font-size: 80px;
        line-height: 100px;
    }
}

@media (max-width: 991px) {
    .hero-style .xb-hero_content .sec-title .title {
        font-size: 60px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .hero-style .xb-hero_content .sec-title .title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style .xb-hero_content .sec-title .title {
        font-size: 50px;
        line-height: 70px;
    }
}

.hero-style .xb-hero_content .sec-title .sub-title {
    opacity: 0;
    padding: 4px 20px;
    margin-bottom: 20px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: translateY(40px);
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    color: #fff;
    border: 1px solid #fff;
}

.hero-style .xb-hero-bottom {
    gap: 24px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

    .hero-style .xb-hero-bottom .xb-hero-video {
        gap: 14px;
    }

        .hero-style .xb-hero-bottom .xb-hero-video a {
            height: 50px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            background: var(--color-white);
        }

        .hero-style .xb-hero-bottom .xb-hero-video span {
            line-height: 24px;
            color: rgba(255, 255, 255, 0.7);
        }

.hero-style--two {
    min-height: 597px;
}

@media (max-width: 1199px) {
    .hero-style--two {
        min-height: 499px;
    }
}

@media (max-width: 991px) {
    .hero-style--two {
        min-height: 560px;
    }
}

@media (max-width: 767px) {
    .hero-style--two {
        min-height: 570px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style--two {
        min-height: 503px;
    }
}

.hero-style--two .xb-hero_content {
    padding-top: 180px;
    padding-bottom: 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-style--two .xb-hero_content {
        padding-top: 186px;
    }
}

@media (max-width: 1199px) {
    .hero-style--two .xb-hero_content {
        padding-top: 190px;
    }
}

@media (max-width: 991px) {
    .hero-style--two .xb-hero_content {
        padding-top: 185px;
    }
}

@media (max-width: 767px) {
    .hero-style--two .xb-hero_content {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style--two .xb-hero_content {
        padding-top: 185px;
        padding-bottom: 82px;
    }
}

.hero-style--two .xb-hero_content .title {
    font-size: 254px;
    line-height: 1.1;
    overflow: hidden;
    letter-spacing: 0.01em;
    color: var(--color-heading);
}

    .hero-style--two .xb-hero_content .title span {
        display: inline-block;
    }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-style--two .xb-hero_content .title {
        font-size: 210px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-style--two .xb-hero_content .title {
        font-size: 192px;
    }
}

@media (max-width: 1199px) {
    .hero-style--two .xb-hero_content .title {
        font-size: 162px;
    }
}

@media only screen and (max-width: 1023px) {
    .hero-style--two .xb-hero_content .title {
        font-size: 154px;
    }
}

@media (max-width: 991px) {
    .hero-style--two .xb-hero_content .title {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .hero-style--two .xb-hero_content .title {
        font-size: 58px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style--two .xb-hero_content .title {
        font-size: 80px;
    }
}

.hero-style--two .xb-hero_content .xb-content {
    max-width: 687px;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-heading);
}

@media (max-width: 1199px) {
    .hero-style--two .xb-hero_content .xb-content {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style--two .xb-hero_content .xb-content {
        font-size: 18px;
        line-height: 28px;
    }
}

.hero-style--two .xb-hero_content .hero-bottom-content {
    gap: 30px;
    margin-top: -5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-style--two .xb-hero_content .hero-bottom-content {
        margin-top: 7px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-style--two .xb-hero_content .hero-bottom-content {
        margin-top: 14px;
    }
}

@media (max-width: 1199px) {
    .hero-style--two .xb-hero_content .hero-bottom-content {
        margin-top: 23px;
    }
}

@media (max-width: 767px) {
    .hero-style--three {
        min-height: 734px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style--three {
        min-height: 722px;
    }
}

.hero-style--three .hero-slide-content {
    padding-top: 230px;
    padding-bottom: 228px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-style--three .hero-slide-content {
        padding-bottom: 249px;
    }
}

@media (max-width: 991px) {
    .hero-style--three .hero-slide-content {
        padding-top: 170px;
    }
}

@media (max-width: 767px) {
    .hero-style--three .hero-slide-content {
        padding-bottom: 120px;
    }
}

.hero-style--three .xb-hero_content .sec-title .sub-title {
    margin-bottom: 45px;
}

.hero-style--three .xb-hero_content .sec-title .title {
    font-size: 218px;
    color: #fff;
    max-width: 100%;
    padding-top: 107px;
    margin-bottom: 75px;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 160px;
        padding-top: 80px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 150px;
    }
}

@media (max-width: 1199px) {
    .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 130px;
        padding-top: 80px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 120px;
    }
}

@media (max-width: 991px) {
    .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 90px;
        padding-top: 70px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 44px;
        padding-top: 30px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 65px;
        padding-top: 40px;
    }
}

.hero-style--three .xb-hero_content .xb-sub-content {
    gap: 121px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-style--three .xb-hero_content .xb-sub-content {
        gap: 50px;
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 1199px) {
    .hero-style--three .xb-hero_content .xb-sub-content {
        gap: 50px;
        flex-direction: column;
        align-items: start;
    }
}

.hero-style--three .xb-hero_content .xb-sub-content .content {
    font-size: 24px;
    line-height: 36px;
    max-width: 605px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media (max-width: 767px) {
    .hero-style--three .xb-hero_content .xb-sub-content .content {
        line-height: 34px;
        font-size: 20px;
        max-width: 350px;
    }
}

.hero-style--three .xb-hero_content .xb-sub-content .hero-btn {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.hero-style--three .hero-slider-item .hero-slider-bg::before {
    background: rgba(10, 43, 80, 0.88);
}

.hero-style--three .hero-swiper-inner {
    right: 160px;
    width: 420px;
    padding: 30px 30px;
    backdrop-filter: blur(10px);
    background: rgba(3, 29, 58, 0.5);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-style--three .hero-swiper-inner {
        right: 100px;
    }
}

@media (max-width: 1199px) {
    .hero-style--three .hero-swiper-inner {
        right: 100px;
    }
}

@media only screen and (max-width: 1023px) {
    .hero-style--three .hero-swiper-inner {
        right: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style--three .hero-swiper-inner {
        width: 340px;
        right: 65px;
    }
}

@media (max-width: 767px) {
    .hero-style--three .hero-swiper-inner {
        display: none;
    }
}

.hero-style--three .hero-swiper-inner .hero-slide-down-btn {
    position: absolute;
    top: 0;
    right: -104px;
    gap: 80px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .hero-style--three .hero-swiper-inner .hero-slide-down-btn {
        right: -99px;
    }
}

.hero-style--three .hero-swiper-inner .hero-slide-down-btn a:nth-child(1) {
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-heading);
    background: var(--color-white);
}

@media (max-width: 991px) {
    .hero-style--three .hero-swiper-inner .hero-slide-down-btn a:nth-child(1) {
        width: 52px;
        height: 52px;
    }
}

.hero-style--three .hero-swiper-inner .hero-slide-down-btn a:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.29em;
    color: var(--color-white);
    transform: rotate(90deg);
}

.hero-style--three .hero-swiper-inner .sub-text {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-style--three .hero-swiper-inner .hero-slider-nav {
    padding: 0;
    width: 420px;
    height: unset;
    background: none;
    border-radius: 0;
}

@media (max-width: 991px) {
    .hero-style--three .hero-swiper-inner .hero-slider-nav {
        display: block;
    }
}

.hero-style--three .hero-swiper-inner .hero-slider-nav .swiper-wrapper {
    gap: 15px;
    flex-direction: column;
}

.hero-style--three .hero-swiper-inner .hero-slider-nav .swiper-slide {
    width: 85% !important;
}

.hero-style--three .hero-swiper-inner .hero-slider-nav .hero-slider-imege {
    gap: 20px;
    cursor: pointer;
}

    .hero-style--three .hero-swiper-inner .hero-slider-nav .hero-slider-imege .boat-name {
        font-weight: 500;
        font-size: 24px;
        flex-grow: 1;
        flex-basis: 0;
        margin: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
        font-family: var(--font-heading);
    }

    .hero-style--three .hero-swiper-inner .hero-slider-nav .hero-slider-imege:hover .boat-name {
        color: var(--color-white);
        text-decoration: underline;
    }

.hero-style--three .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-imege span {
    color: var(--color-white);
    text-decoration: underline;
}

.hero-style--three .hero-btn {
    transform: translateY(10px);
}

/*----------------------------------------*/
/*  25. breadcrumb
/*----------------------------------------*/
.breadcrumb {
    margin: 0;
    z-index: 1;
    position: relative;
    min-height: 770px;
    padding: 237px 0 100px;
}

@media (max-width: 991px) {
    .breadcrumb {
        min-height: 720px;
        padding: 225px 0 100px;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        min-height: 620px;
        padding: 200px 0 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb {
        min-height: 650px;
    }
}

.breadcrumb__content {
    margin-left: -155px;
    margin-right: -155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .breadcrumb__content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .breadcrumb__content {
        margin-left: 0;
        margin-right: 0;
    }
}

.breadcrumb__title {
    font-weight: 400;
    font-size: 140px;
    color: #a7d1f4;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 115px;
    }
}

@media (max-width: 991px) {
    .breadcrumb__title {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .breadcrumb__title {
        font-size: 60px;
        padding-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 90px;
    }
}

.breadcrumb__list {
    display: inline-block;
    margin-bottom: 40px;
    padding: 8px 17px;
    background: #082443;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

    .breadcrumb__list li {
        font-size: 20px;
        font-weight: 500;
        color: #b5bfca;
        position: relative;
        display: inline-flex;
        align-items: center;
    }

@media (max-width: 767px) {
    .breadcrumb__list li {
        font-size: 18px;
    }
}

.breadcrumb__list li a {
    color: #b5bfca;
}

.breadcrumb__list li img {
    margin-right: 9px;
}

.breadcrumb__list .breadcrumb-item + .breadcrumb-item::before {
    color: #b5bfca;
}

.breadcrumb__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #b5bfca;
    max-width: 656px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .breadcrumb__text {
        font-size: 18px;
    }
}

.breadcrumb__shape .img {
    z-index: -1;
    position: absolute;
}

.breadcrumb__shape .img--1 {
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .breadcrumb__shape .img--1 {
        max-width: 45%;
    }
}

@media (max-width: 1199px) {
    .breadcrumb__shape .img--1 {
        max-width: 45%;
    }
}

.breadcrumb__shape .img--2 {
    top: 26%;
    right: -94px;
    z-index: 1;
}

@media (max-width: 991px) {
    .breadcrumb__shape .img--2 {
        top: 32.5%;
        max-width: 13%;
    }
}

@media (max-width: 767px) {
    .breadcrumb__shape .img--2 {
        display: none;
    }
}

.breadcrumb__shape .img--3 {
    left: 35%;
    bottom: 0;
    z-index: -2;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .breadcrumb__shape .img--3 {
        max-width: 25%;
    }
}

@media (max-width: 1199px) {
    .breadcrumb__shape .img--3 {
        max-width: 25%;
    }
}

.breadcrumb-error {
    min-height: 950px;
    padding: 487px 0 100px;
}

@media (max-width: 1199px) {
    .breadcrumb-error {
        min-height: 900px;
        padding: 450px 0 100px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-error {
        min-height: 700px;
        padding: 340px 0 100px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-error {
        padding: 250px 0 100px;
        background-position: left;
    }
}

@media (max-width: 767px) {
    .breadcrumb-error-content {
        background-position: left;
    }
}

.breadcrumb-error-content .breadcrumb__title {
    font-weight: 400;
    font-size: 320px;
    color: #6BA9FF;
    line-height: 1;
    padding-top: 0;
    border-top: 0;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .breadcrumb-error-content .breadcrumb__title {
        font-size: 280px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-error-content .breadcrumb__title {
        font-size: 240px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-error-content .breadcrumb__title {
        font-size: 180px;
    }
}

.breadcrumb-error-content .breadcrumb__text {
    font-size: 50px;
    max-width: 100%;
    padding: 0;
    margin-top: -5px;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-heading);
}

@media (max-width: 1199px) {
    .breadcrumb-error-content .breadcrumb__text {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-error-content .breadcrumb__text {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-error-content .breadcrumb__text {
        line-height: 36px;
    }
}

.breadcrumb-error-content .breadcrumb__btn {
    position: absolute;
    right: 80px;
    bottom: 9%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .breadcrumb-error-content .breadcrumb__btn {
        bottom: 12%;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-error-content .breadcrumb__btn {
        bottom: 16%;
    }
}

@media (max-width: 991px) {
    .breadcrumb-error-content .breadcrumb__btn {
        right: 30px;
        bottom: 13.5%;
    }
}

@media (max-width: 767px) {
    .breadcrumb-error-content .breadcrumb__btn {
        left: 30px;
        bottom: 22%;
        right: auto;
    }
}

.thm-btn {
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    line-height: 1;
    letter-spacing: 0em;
    padding: 20px 30px;
    border-style: none;
    align-self: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: clip;
    justify-content: center;
    color: var(--color-white);
    background: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .thm-btn:hover {
        color: var(--color-heading);
    }

.marine-btn {
    padding: 0;
    width: fit-content;
    width: -moz-fit-content;
    text-transform: capitalize;
}

    .marine-btn span {
        padding: 16px 30px;
        display: inline-flex;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: var(--color-white);
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        background: var(--color-primary);
    }

        .marine-btn span:nth-child(1) {
            opacity: 0;
            margin-inline-end: -45px;
            transform: scale3d(0.5, 0.5, 1);
        }

        .marine-btn span:nth-child(2) {
            transform: scale3d(1, 1, 1);
        }

        .marine-btn span:nth-child(3) {
            margin-inline-start: 0;
            transform: scale3d(1, 1, 1);
        }

        .marine-btn span.arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 19px 18px;
        }

    .marine-btn:hover span {
        color: var(--color-white);
    }

        .marine-btn:hover span:nth-child(1) {
            opacity: 1;
            margin-inline-end: 0;
            transform: scale3d(1, 1, 1);
        }

        .marine-btn:hover span:nth-child(2) {
            transform: scale3d(1, 1, 1);
        }

        .marine-btn:hover span:nth-child(3) {
            opacity: 0;
            margin-inline-start: -45px;
            transform: scale3d(0.5, 0.5, 1);
        }

.marine-btn--white span {
    padding: 14px 30px;
    color: var(--color-heading);
    background: var(--color-white);
}

    .marine-btn--white span:nth-child(1) {
        opacity: 1;
        margin-inline-end: 0;
        transform: scale3d(1, 1, 1);
    }

    .marine-btn--white span:nth-child(3) {
        opacity: 0;
        margin-inline-start: -45px;
        transform: scale3d(0.5, 0.5, 1);
    }

    .marine-btn--white span.arrow {
        padding: 17px 16px;
    }

.marine-btn--white:hover span {
    color: var(--color-heading);
}

    .marine-btn--white:hover span:nth-child(1) {
        opacity: 0;
        margin-inline-end: -45px;
        transform: scale3d(0.5, 0.5, 1);
    }

    .marine-btn--white:hover span:nth-child(3) {
        opacity: 1;
        margin-inline-start: 0;
        transform: scale3d(1, 1, 1);
    }

.marine-btn--black span {
    padding: 16px 30px;
    color: var(--color-white);
    background: var(--color-secondary);
}

    .marine-btn--black span.arrow {
        padding: 19px 18px;
    }

.marine-btn--black:hover span {
    color: var(--color-white);
}

.yacht-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 500;
    padding: 9px 20px;
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

    .yacht-btn span {
        height: 6px;
        width: 6px;
        background: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .yacht-btn:hover {
        color: var(--color-white);
        background: var(--color-secondary);
    }

.yacht-btn--black {
    background: var(--color-secondary);
}

    .yacht-btn--black:hover {
        background: var(--color-primary);
    }

.yacht-btn--white {
    color: var(--color-heading);
    background: var(--color-white);
}

    .yacht-btn--white span {
        background: var(--color-secondary);
    }

    .yacht-btn--white:hover {
        background: var(--color-primary);
    }

        .yacht-btn--white:hover span {
            background: var(--color-white);
        }

.yacht-btn--hover-white:hover {
    color: var(--color-primary);
    background: var(--color-white);
}

    .yacht-btn--hover-white:hover span {
        background: var(--color-primary);
    }

.more-btn {
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-heading);
    text-transform: capitalize;
}

    .more-btn span {
        overflow: hidden;
        position: relative;
    }

        .more-btn span i:nth-child(1) {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(-20px, -50%);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .more-btn span i:nth-child(2) {
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .more-btn:hover span i:nth-child(1) {
        opacity: 1;
        transform: translate(0, -50%);
    }

    .more-btn:hover span i:nth-child(2) {
        opacity: 0;
        transform: translateX(20px);
    }

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
    right: 30px;
    z-index: 999;
    bottom: 20px;
    position: fixed;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

    .xb-backtotop.active {
        bottom: 40px;
        opacity: 1;
        visibility: visible;
    }

    .xb-backtotop .scroll {
        z-index: 1;
        width: 40px;
        height: 40px;
        display: block;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: var(--color-white);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background-color: var(--color-primary);
    }

        .xb-backtotop .scroll:hover {
            margin-bottom: 4px;
        }

    .xb-backtotop.style-two .scroll {
        color: var(--color-white);
    }

    .xb-backtotop.style-three .scroll {
        color: var(--color-black);
    }

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/
.xb-hamburger-menu {
    display: none;
}

@media (max-width: 991px) {
    .xb-hamburger-menu {
        display: block;
    }
}

.xb-nav-mobile-button {
    position: relative;
    cursor: pointer;
    font-size: 23px;
    color: var(--color-dark);
}

.xb-header-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    visibility: hidden;
}

.xb-header-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 1010;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    background-color: #fff;
}

    .xb-header-menu.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

        .xb-header-menu.active + .xb-header-menu-backdrop {
            opacity: 1;
            visibility: visible;
        }

.xb-header-menu-scroll {
    padding: 50px 25px 40px;
}

    .xb-header-menu-scroll .xb-close {
        position: absolute;
        top: 0;
        right: 0;
    }

    .xb-header-menu-scroll .xb-menu-primary > li {
        padding-left: 0;
        padding-right: 0;
    }

        .xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
            margin-right: 4px;
        }

        .xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
            max-width: 100%;
        }

        .xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
            margin: 10px 0 !important;
        }

        .xb-header-menu-scroll .xb-menu-primary > li .sub-menu, .xb-header-menu-scroll .xb-menu-primary > li .children {
            padding-left: 15px;
        }

            .xb-header-menu-scroll .xb-menu-primary > li .sub-menu a, .xb-header-menu-scroll .xb-menu-primary > li .children a {
                padding-left: 0;
            }

            .xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu, .xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
                padding-left: 0;
            }

.xb-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0;
    width: 28px;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--color-heading);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
    display: inline-block;
}

    .xb-menu-toggle:before {
        content: "\f107";
        font-weight: 400;
        font-family: "Font Awesome 5 Pro";
    }

    .xb-menu-toggle.active:before {
        content: "\f106";
    }

.xb-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .xb-menu-primary li {
        position: relative;
    }

        .xb-menu-primary li a {
            display: block;
            line-height: 46px;
            color: var(--color-heading);
            font-size: 14px;
            font-weight: 600;
            text-transform: capitalize;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        }

        .xb-menu-primary li > a:hover, .xb-menu-primary li > a.current, .xb-menu-primary li.current_page_item > a, .xb-menu-primary li.current-menu-item > a, .xb-menu-primary li.current_page_ancestor > a, .xb-menu-primary li.current-menu-ancestor > a {
            color: var(--color-primary);
        }

    .xb-menu-primary .sub-menu, .xb-menu-primary .children {
        position: relative;
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .xb-menu-primary .sub-menu li a, .xb-menu-primary .children li a {
            font-weight: 500;
            padding-left: 14px;
        }

    .xb-menu-primary > li > .sub-menu > li > .sub-menu > li a {
        padding-left: 0px;
    }

    .xb-menu-primary .xb-megamenu .elementor-container > .elementor-column {
        width: 100%;
    }

    .xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
        padding: 0 !important;
    }

    .xb-menu-primary .xb-megamenu .xb-link li {
        margin: 0;
    }

    .xb-menu-primary .xb-megamenu .xb-heading {
        padding-left: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
            margin-bottom: 0 !important;
            font-size: 15px !important;
            border-bottom: none !important;
        }

    .xb-menu-primary .xb-megamenu .elementor-widget-heading > .elementor-widget-container {
        margin-bottom: 0 !important;
        border-bottom: none !important;
    }

    .xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
        flex-wrap: wrap;
    }

    .xb-menu-primary .xb-menu-toggle:hover {
        color: var(--color-primary);
    }

.xb-logo-mobile {
    margin-bottom: 40px;
}

    .xb-logo-mobile img {
        height: 40px;
    }

.xb-header-mobile-search {
    margin-bottom: 20px;
}

    .xb-header-mobile-search form {
        position: relative;
    }

    .xb-header-mobile-search .search-field {
        height: 50px;
        border: none;
        padding: 0 25px;
        font-size: 16px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        color: var(--color-heading);
        padding: 12px 35px 13px 15px;
        background-color: transparent;
        border: 2px solid rgba(150, 144, 162, 0.09);
    }

        .xb-header-mobile-search .search-field:focus {
            border-color: var(--color-secondary);
        }

    .xb-header-mobile-search .search-submit {
        position: absolute;
        top: 5px;
        right: 10px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        line-height: 36px;
        padding: 0;
        width: 30px;
        height: 40px;
        line-height: 40px;
        background: none;
        color: var(--color-primary);
    }

.xb-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.xb-header-mobile-search .search-submit {
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: var(--color-heading);
}

.xb-nav-mobile {
    color: #01437d;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid var(--color-white);
}

@media (max-width: 767px) {
    .xb-nav-mobile {
        height: 35px;
        width: 35px;
    }
}

.xb-nav-mobile:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

/*----------------------------------------*/
/*  preloader
/*----------------------------------------*/
.preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 999999;
    background-color: var(--color-secondary);
}

    .preloader .loader-circle {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 200px;
        height: 200px;
        direction: ltr;
        position: absolute;
        border-radius: 100%;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    }

    .preloader .loader-line-mask {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 30px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
        overflow: hidden;
        transform-origin: 100px 100px;
        animation: preloaderSpin 1.5s infinite linear;
    }

    .preloader .loader-line {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.44)',endColorStr='rgba(255, 255, 255, 0)');
        background-color: initial;
        position: relative;
    }

        .preloader .loader-line:before {
            top: 1px;
            left: 1px;
            right: 1px;
            bottom: 1px;
            z-index: 99;
            content: '';
            position: absolute;
            border-radius: inherit;
            background-color: var(--color-secondary);
        }

    .preloader .loader-logo {
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;
        text-align: center;
        transform: translate(0%, -50%);
    }

        .preloader .loader-logo img {
            max-width: 65%;
        }

@keyframes preloaderSpin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.xb-footer-top {
    gap: 30px;
    margin: 0 160px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-footer-top {
        gap: 20px;
        margin: 0 70px;
    }
}

@media (max-width: 1199px) {
    .xb-footer-top {
        gap: 20px;
        margin: 0 50px;
    }
}

@media (max-width: 767px) {
    .xb-footer-top {
        margin: 0 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.xb-footer-top .item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .xb-footer-top .item .link-btn {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 2;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
    }

        .xb-footer-top .item .link-btn a {
            opacity: 0;
            transform: scale(0.7);
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-weight: 500;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            color: var(--color-white);
            padding: 14px 30px;
            border-radius: 33px;
            -webkit-border-radius: 33px;
            -moz-border-radius: 33px;
            -ms-border-radius: 33px;
            -o-border-radius: 33px;
            background: var(--color-primary);
        }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-footer-top .item .link-btn a {
        gap: 8px;
        font-size: 16px;
        padding: 12px 24px;
    }
}

@media (max-width: 1199px) {
    .xb-footer-top .item .link-btn a {
        gap: 8px;
        font-size: 14px;
        padding: 8px 18px;
    }
}

@media (max-width: 991px) {
    .xb-footer-top .item .link-btn a {
        gap: 5px;
        font-size: 12px;
        padding: 3px 10px;
    }
}

@media (max-width: 767px) {
    .xb-footer-top .item .link-btn a {
        gap: 10px;
        font-size: 18px;
        padding: 14px 30px;
    }
}

@media (max-width: 1199px) {
    .xb-footer-top .item .link-btn a img {
        max-width: 16%;
    }
}

.xb-footer-top .item .link-btn a:hover {
    background: var(--color-secondary);
}

.xb-footer-top .item:hover .link-btn a {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 1199px) {
    .footer-col:nth-child(2) .xb-footer_widget {
        margin-left: -25px;
    }
}

@media (max-width: 991px) {
    .footer-col:nth-child(2) .xb-footer_widget {
        margin-left: 0;
    }
}

.footer-col:nth-child(3) .xb-footer_widget {
    margin-left: 35px;
    margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-col:nth-child(3) .xb-footer_widget {
        margin-left: 0;
        margin-right: -50px;
    }
}

@media (max-width: 1199px) {
    .footer-col:nth-child(3) .xb-footer_widget {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .footer-col:nth-child(3) .xb-footer_widget {
        margin-left: 0;
        margin-right: 0;
    }
}

.xb-footer-wrapper {
    position: relative;
}

    .xb-footer-wrapper::before, .xb-footer-wrapper::after {
        position: absolute;
        content: '';
        top: 0;
        left: 100px;
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.12);
    }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-footer-wrapper::before, .xb-footer-wrapper::after {
        left: 40px;
    }
}

@media (max-width: 1199px) {
    .xb-footer-wrapper::before, .xb-footer-wrapper::after {
        left: 20px;
    }
}

.xb-footer-wrapper::after {
    left: auto;
    right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-footer-wrapper::after {
        right: 40px;
    }
}

@media (max-width: 1199px) {
    .xb-footer-wrapper::after {
        right: 20px;
    }
}

.xb-footer-inner {
    margin: 0 -95px;
    padding: 80px 0 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-footer-inner {
        margin: 0 50px;
    }
}

@media (max-width: 1199px) {
    .xb-footer-inner {
        margin: 0 30px;
    }
}

.xb-footer-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.xb-widget-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    color: var(--color-white);
    text-transform: uppercase;
}

.xb-footer_widget .xb-logo {
    margin-top: -20px;
}

.xb-footer_widget .xb-list {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

    .xb-footer_widget .xb-list li a {
        font-weight: 400;
        font-size: 18px;
        padding-left: 23px;
        position: relative;
        display: inline-flex;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-transform:capitalize;
        color: rgba(255, 255, 255, 0.7);
        word-break:break-word
    }

        .xb-footer_widget .xb-list li a::after {
            position: absolute;
            content: '';
            height: 6px;
            width: 6px;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            background: rgba(255, 255, 255, 0.7);
        }

        .xb-footer_widget .xb-list li a:hover {
            color: var(--color-white);
        }

            .xb-footer_widget .xb-list li a:hover:after {
                background: var(--color-white);
            }

.xb-footer_widget .xb-content {
    display: inline-block;
    margin: 0px 0 0px;
    max-width: 370px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199px) {
    .xb-footer_widget .xb-content {
        max-width: 250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-footer_widget .xb-content {
        max-width: 100%;
    }
}

.xb-footer_newsletter {
    margin-left: 85px;
}

@media (max-width: 1199px) {
    .xb-footer_newsletter {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .xb-footer_newsletter {
        margin-left: 0;
    }
}

.xb-footer_newsletter .xb-widget-title {
    margin-bottom: 35px;
}

.xb-footer_newsletter .xb-content {
    max-width: 309px;
    line-height: 26px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}

.xb-footer_newsletter .xb-input-form {
    position: relative;
    margin: 35px 0 20px;
}

    .xb-footer_newsletter .xb-input-form input {
        width: 100%;
        height: 70px;
        line-height: 1;
        font-weight: 400;
        font-size: 16px;
        color: #514d49;
        padding: 0 125px 0 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: transparent;
        color: var(--color-white);
        border: 1.5px solid rgba(255, 255, 255, 0.2);
    }

        .xb-footer_newsletter .xb-input-form input::placeholder {
            color: rgba(255, 255, 255, 0.3);
        }

        .xb-footer_newsletter .xb-input-form input:focus {
            border: 1.50px solid #fff;
        }

    .xb-footer_newsletter .xb-input-form .submit_btn {
        top: 10px;
        right: 10px;
        z-index: 1;
        line-height: 1;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        color: #121212;
        position: absolute;
        padding: 17.5px 19px;
        background: #a7d1f4;
        color: var(--color-heading);
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media (max-width: 1199px) {
    .xb-footer_newsletter .xb-input-form .submit_btn {
        padding: 17.5px 15px;
    }
}

@media (max-width: 991px) {
    .xb-footer_newsletter .xb-input-form .submit_btn {
        padding: 17.5px 19px;
    }
}

.xb-footer_newsletter .xb-input-form .submit_btn:hover {
    background: var(--color-white);
}

.xb-social_media .social-link {
    gap: 8px;
}

    .xb-social_media .social-link li {
        font-size: 18px;
        font-weight: 700;
        color: var(--color-white);
    }

        .xb-social_media .social-link li a {
            height: 40px;
            width: 40px;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            background: #a7d1f4;
            color: var(--color-heading);
        }

            .xb-social_media .social-link li a::before {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                z-index: -1;
                height: 100%;
                width: 100%;
                opacity: 0;
                border-radius: inherit;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                -webkit-transform: scale(0.5);
                -ms-transform: scale(0.5);
                transform: scale(0.5);
                background: var(--color-primary);
            }

            .xb-social_media .social-link li a svg path {
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .xb-social_media .social-link li a:hover {
                color: var(--color-white);
            }

                .xb-social_media .social-link li a:hover::before {
                    opacity: 1;
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                }

                .xb-social_media .social-link li a:hover svg path {
                    fill: #fff;
                }

.xb-footer_bottom {
    padding: 39px 0 34px;
    margin: 0 -95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-footer_bottom {
        margin: 0 50px;
    }
}

@media (max-width: 1199px) {
    .xb-footer_bottom {
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    .xb-footer_bottom {
        justify-content: center;
    }
}

.xb-footer_bottom p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.7);
}

    .xb-footer_bottom p a {
        color: currentColor;
        text-transform: uppercase;
    }

.xb-footer_bottom ul {
    gap: 24px;
}

    .xb-footer_bottom ul li {
        position: relative;
    }

        .xb-footer_bottom ul li:not(:last-child)::before {
            position: absolute;
            content: '';
            right: -12px;
            height: 62%;
            top: 6px;
            width: 1.5px;
            background: rgba(255, 255, 255, 0.7);
        }

        .xb-footer_bottom ul li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            color: rgba(255, 255, 255, 0.7);
        }

.footer-style--two .xb-footer_widget .xb-list li a {
    color: var(--color-heading);
}

    .footer-style--two .xb-footer_widget .xb-list li a::after {
        background: var(--color-heading);
    }

    .footer-style--two .xb-footer_widget .xb-list li a:hover {
        color: var(--color-primary);
    }

        .footer-style--two .xb-footer_widget .xb-list li a:hover:after {
            background: var(--color-primary);
        }

.footer-style--two .xb-footer_widget .xb-content {
    margin: 27px 0 68px;
    color: var(--color-heading);
}

@media only screen and (max-width: 1023px) {
    .footer-style--two .xb-footer_widget .xb-content {
        margin: 27px 0 62px;
    }
}

@media (max-width: 991px) {
    .footer-style--two .xb-footer_widget .xb-content {
        margin: 27px 0 40px;
    }
}

.footer-style--two .xb-footer_widget .xb-logo {
    margin-top: -5px;
}

.footer-style--two .xb-widget-title {
    color: var(--color-heading);
}

.footer-style--two .xb-footer_newsletter .xb-content {
    color: var(--color-heading);
}

.footer-style--two .xb-footer_newsletter .xb-input-form input {
    background: #a7d1f4;
    color: var(--color-heading);
    border: 1.5px solid #a7d1f4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

    .footer-style--two .xb-footer_newsletter .xb-input-form input::placeholder {
        color: var(--color-heading);
    }

.footer-style--two .xb-footer_newsletter .xb-input-form .submit_btn {
    background: var(--color-white);
}

    .footer-style--two .xb-footer_newsletter .xb-input-form .submit_btn:hover {
        color: var(--color-white);
        background: var(--color-primary);
    }

.footer-style--two .form-check .form-check-input {
    border: 1px solid var(--color-heading);
}

    .footer-style--two .form-check .form-check-input:checked {
        border-color: #0a2b50;
        background-color: #0a2b50;
    }

.footer-style--two .form-check label {
    color: var(--color-heading);
}

.footer-style--two .xb-social_media .social-link li a {
    background: #a7d1f4;
}

.footer-style--two .xb-footer-wrapper::before,
.footer-style--two .xb-footer-wrapper::after {
    background: #a7d1f4;
}

.footer-style--two .xb-footer-heading {
    padding: 0 100px;
    border-top: 1px solid #a7d1f4;
    border-bottom: 1px solid #a7d1f4;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-style--two .xb-footer-heading {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .footer-style--two .xb-footer-heading {
        padding: 0 20px;
    }
}

.footer-style--two .xb-footer-heading .title {
    font-size: 175px;
    text-align: center;
    background: #a7d1f4;
    letter-spacing: 0.01em;
    padding: 68px 20px 30px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-style--two .xb-footer-heading .title {
        font-size: 119px;
        padding: 73px 20px 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .footer-style--two .xb-footer-heading .title {
        font-size: 110px;
        padding: 73px 20px 50px;
    }
}

@media (max-width: 1199px) {
    .footer-style--two .xb-footer-heading .title {
        font-size: 96px;
        padding: 73px 20px 50px;
    }
}

@media (max-width: 991px) {
    .footer-style--two .xb-footer-heading .title {
        font-size: 70px;
        padding: 65px 20px 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .footer-style--two .xb-footer-heading .title img {
        max-width: 20%;
    }
}

@media (max-width: 1199px) {
    .footer-style--two .xb-footer-heading .title img {
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .footer-style--two .xb-footer-heading .title img {
        max-width: 80%;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style--two .xb-footer-heading .title img {
        max-width: 50%;
    }
}

.footer-style--two .xb-footer-inner {
    padding: 138px 0 135px;
}

@media only screen and (max-width: 1023px) {
    .footer-style--two .xb-footer-inner {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .footer-style--two .xb-footer-inner {
        margin: 0 30px;
    }
}

.footer-style--two .xb-footer_bottom {
    margin: 0 211px;
    padding: 25px 0 15px;
    background: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-style--two .xb-footer_bottom {
        margin: 0 87px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .footer-style--two .xb-footer_bottom {
        margin: 0 64px;
    }
}

@media (max-width: 1199px) {
    .footer-style--two .xb-footer_bottom {
        margin: 0 44px;
    }
}

@media (max-width: 767px) {
    .footer-style--two .xb-footer_bottom {
        margin: 0 20px;
    }
}

.footer-style--two .xb-footer_bottom p {
    color: var(--color-heading);
}

.footer-style--two .xb-footer_bottom ul li:not(:last-child)::before {
    background: var(--color-heading);
}

.footer-style--two .xb-footer_bottom ul li a {
    color: var(--color-heading);
}

.footer-style--three .xb-footer_contact {
    padding-left: 94px;
}

@media (max-width: 1199px) {
    .footer-style--three .xb-footer_contact {
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .footer-style--three .xb-footer_contact {
        padding-left: 0;
    }
}

.footer-style--three .xb-footer_contact ul li {
    display: flex;
    align-items: center;
}

    .footer-style--three .xb-footer_contact ul li:not(:last-child) {
        margin-bottom: 26px;
    }

    .footer-style--three .xb-footer_contact ul li .icon {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        background: #a7d1f4;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
    }

    .footer-style--three .xb-footer_contact ul li .text {
        width: calc(100% - 64px);
        line-height: 26px;
        color: rgba(255, 255, 255, 0.7);
    }

        .footer-style--three .xb-footer_contact ul li .text a {
            color: currentColor;
        }

.footer-style--three .xb-footer-inner {
    margin: 0;
    position: relative;
    padding: 122px 0 125px;
}

    .footer-style--three .xb-footer-inner::before {
        position: absolute;
        content: '';
        top: 0;
        right: 28.5%;
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.12);
    }

@media (max-width: 1199px) {
    .footer-style--three .xb-footer-inner::before {
        right: 29.5%;
    }
}

@media (max-width: 991px) {
    .footer-style--three .xb-footer-inner::before {
        display: none;
    }
}

.footer-style--three .xb-footer_bottom {
    margin: 0;
    padding: 39px 0 80px;
}

.footer-style--three .xb-footer-wrap {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-style--three .xb-footer_widget .xb-content {
    margin: 30px 0 77px;
}

@media (max-width: 991px) {
    .footer-style--three .xb-footer_widget .xb-content {
        max-width: 322px;
    }
}

.footer-style--three .footer-col:nth-child(3) .xb-footer_widget {
    margin-left: 0;
}

/*# sourceMappingURL=main.css.map */
.main_logo {
    width: 250px;
    border-radius: 5px;
   /* border: 6px solid #fff;*/
}

.text-justify {
    text-align: justify !important;
}

/* GLASS CARD STYLE */
.glass-card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    /* subtle glass shine effect */
    .glass-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
        transition: 0.6s;
    }

    /* ICON */
    .glass-card .icon img {
        width: 50px;
        margin-bottom: 15px;
        transition: 0.3s;
    }

    /* TEXT */
    .glass-card h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #2196F3;
    }

    .glass-card p {
        font-size: 16px;
        color: rgb(10 43 80);
        font-weight: 400;
        line-height:normal
    }

    /* HOVER EFFECT 🔥 */
    .glass-card:hover {
        transform: translateY(-12px) scale(1.03);
        background: linear-gradient(45deg, #01437d, #03A9F4);
        border: 1px solid rgba(255,255,255,0.4);
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }

        .glass-card:hover::before {
            left: 100%;
        }

        .glass-card:hover h4,
        .glass-card:hover p {
            color: #fff;
        }

        .glass-card:hover .icon img {
            transform: scale(1.1);
        }

/* RESPONSIVE */
@media (max-width: 767px) {
    .mt-80 {
        margin-top: 40px;
    }
}
.animated-icon{
    width:80px;
    border-radius:50%;
}

.background_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.background_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 🔥 IMPORTANT */
    object-position: bottom center;
}
.marine-quote-overlay {
    background: url('../graphic/adobestock_1230224139.jpeg') no-repeat center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

    /* Light overlay only on right side for readability */
   /* .marine-quote-overlay::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        height: 100%;
        background: linear-gradient( to left, rgba(0, 20, 40, 0.75), rgba(0, 20, 40, 0.3), transparent );
    }*/

/* Content */
.marine-overlay-content {
    position: relative;
    color: #fff;
    z-index: 2;
    padding-left: 30px;
}

/* Title */
.quote-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Text */
.quote-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #0a2b50;
    font-weight:500;
}



/* RESPONSIVE 🔥 */
@media (max-width: 991px) {
    .marine-quote-overlay {
        padding: 80px 0;
    }

        .marine-quote-overlay::after {
            width: 100%;
            background: rgba(0, 20, 40, 0.7);
        }

    .col-lg-6.offset-lg-6 {
        margin-left: 0;
    }

    .marine-overlay-content {
        padding: 0 20px;
        text-align: center;
    }

    .quote-title {
        font-size: 28px;
    }
}
/* Small tag */
.quote-tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d84315;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Optional glow effect */
.quote-highlight {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-left: 3px solid #d84315;
    padding-left: 15px;
    margin-top: 15px;
}
.bg-graid {
    background: linear-gradient(45deg, #01437d, #03A9F4);
}
.testimonial-section {
    padding: 80px 0;
    position: relative;
    background: url('/assets/graphic/aerial-view-of-luxury-yachts-in-transparent-blue-sea.jpg') no-repeat center center/cover;
    color: #fff;
    overflow: hidden;
}

    /* Overlay */
    .testimonial-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(8 47 80 / 40%); /* dark blue overlay */
        z-index: 1;
    }

    /* Content above overlay */
    .testimonial-section .container {
        position: relative;
        z-index: 2;
    }


.section-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-title p {
    opacity: 0.7;
    margin-bottom: 40px;
}

/* ROW */
.testimonial-row {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 30px;
}

/* TRACK */
.testimonial-track {
    display: inline-flex;
    gap: 20px;
}

/* CARD */
.testimonial-card {
    min-width: 300px;
    max-width: 300px;
    background: #ffffff;
    color: #000;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .testimonial-card:hover {
        transform: translateY(-10px);
    }

    .testimonial-card p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .testimonial-card h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .testimonial-card span {
        font-size: 13px;
        color: #777;
    }

/* ANIMATIONS */
.scroll-left .testimonial-track {
    animation: scrollLeft 20s linear infinite;
}

.scroll-right .testimonial-track {
    animation: scrollRight 20s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .testimonial-card {
        min-width: 250px;
    }
}
/* CARD FIX */
.testimonial-card {
    min-width: 300px;
    max-width: 300px;
    background: #ffffff;
    color: #000;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden; /* IMPORTANT FIX */
}

/* TOP PROFILE */
.testimonial-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

    .testimonial-top img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

/* NAME */
.client-info h4 {
    font-size: 15px;
    margin: 0;
}

.client-info span {
    font-size: 12px;
    color: #777;
}

/* CONTENT FIX */
.testimonial-content {
    flex-grow: 1;
}

    .testimonial-content p {
        font-size: 14px;
        line-height: 1.6;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal; /* FIX */
    }

/* RATING */
.testimonial-rating {
    color: #f5b50a;
    margin-top: 10px;
    font-size: 14px;
}

/* HOVER */
.testimonial-card:hover {
    transform: translateY(-8px);
}

