
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
body,
ul {
    margin: 0;
    padding: 0
}

a,
button {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.body_wrap,
.brand .border-line,
.comments-form .form .xb-item--field,
.ec-contact-form .input-field,
.form-group,
.main-menu ul li,
.pos-rel,
.widget__search,
.xb-header-mobile-search form,
.xb-menu-primary li,
.xb-news,
.xb-swiper-sliders,
body {
    position: relative
}

.mb-10,
.nice-select,
.post-title {
    margin-bottom: 10px
}

.zoominup,
.zoominup2 {
    animation-name: zoominup;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover,
blockquote {
    background-color: #f3f4f5
}

.btn,
.contact a,
.latest__comments .reply,
.main-menu ul li a,
a {
    text-decoration: none
}

:root {
    --font-body: "Inter", sans-serif;
    --font-heading: 'Recoleta';
    --color-primary: #0B3948;
    --color-heading: #0b3948;
    --color-default: #5d6a83;
    --color-default-two: #4c6a6d;
    --color-yellow: #ffd470;
    --xb-track-color: #06083c;
    --color-dark: #0F172A;
    --color-white: #fff;
    --color-black: #000;
    --color-gray: #F8F8F8;
    --color-border: #EFF5F8;
    --color-body: #F7F5F2;
    --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
    scroll-behavior: auto
}

html {
    scroll-behavior: smooth
}

body {
    font-weight: 400;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.02em;
    color: var(--color-default);
    background-color: var(--color-body);
    scrollbar-color: var(--color-primary) var(--xb-track-color);
    scrollbar-width: thin
}

body::-webkit-scrollbar {
    width: 7px
}

body::-webkit-scrollbar-track {
    background: var(--xb-track-color);
    border-radius: 10px
}

body::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px
}

.border-effect a,
.border-effect-2 a,
.border_effect a {
    display: inline !important;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-size: 0 100%
}

img {
    max-width: 100%;
    height: auto
}

button {
    cursor: pointer;
    transition: .3s
}

:focus,
button:focus {
    outline: 0
}

a {
    transition: .3s
}

a:hover {
    color: inherit
}

select {
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon/select-arrow.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-color: transparent;
    border: 0
}

form select,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #f7f5f2;
    padding: 28px 22px;
    border: 2px solid #f7f5f2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #888686;
    font-weight: 500
}

form select::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888686;
    opacity: 1
}

form select::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888686;
    opacity: 1
}

form select:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888686;
    opacity: 1
}

form select:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888686;
    opacity: 1
}

.main-content textarea,
textarea {
    height: 100px
}

button {
    border: 0
}

.nice-select .list,
table {
    width: 100%
}

.job-apply__form .xb-field,
.xb-cta-list .cta-item:last-child,
li,
p,
span {
    margin-bottom: 0
}

.nice-select {
    background-color: #f7f5f2;
    height: 50px;
    line-height: 25px;
    min-height: 50px;
    padding: 10px 20px;
    width: 100%;
    border: 2px solid #eee5e5;
    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 .list li {
    margin-right: 0 !important
}

.nice-select .list .option {
    color: var(--color-dark);
    font-weight: 500
}

.nice-select .list .option.selected {
    font-weight: 600
}

.nice-select .list .option.selected,
.nice-select .list .option:hover {
    border: none !important
}

.bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.footer-bg {
    background-color: #04060a
}

.black-bg {
    background: var(--color-black)
}

.gray-bg {
    background-color: var(--color-gray)
}

.gray-bg-2 {
    background-color: var(--color-gray-2)
}

.dark-bg {
    background-color: var(--color-dark)
}

.btn-video,
.btn-video::before,
.pagination_wrap ul li a {
    background-color: var(--color-white)
}

.about-left .title-white,
.contact-three a span,
.white,
.xb-services:hover .xb-item--title {
    color: var(--color-white)
}

.btn-video:hover,
.pagination_wrap ul li a,
.service_facilities_group .iconbox_block.layout_icon_left:hover .iconbox_title {
    color: var(--color-primary)
}

.about-shape .shape,
.pos-absolute,
.service-shape .shape,
.team-shape .shape,
.work-shape .shape {
    position: absolute
}

.f-right {
    float: right
}

.br-20,
.feature-img img,
.radius-20,
.service-img img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.border-effect a,
.border-effect-2 a {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    -webkit-transition: .6s cubic-bezier(.215, .61, .355, 1);
    -o-transition: .6s cubic-bezier(.215, .61, .355, 1);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.border-effect a:hover,
.border-effect-2 a:hover,
.border_effect 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: 73px;
    height: 73px;
    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: #1140c0;
    position: relative
}

.btn-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: 1.5s ease-out infinite pulse-border;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    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%)
}

.skewInImg,
.xb-close,
[data-overlay] {
    position: relative
}

.border_effect a {
    color: #0b3948;
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:991px) {
    .tx-col-md-6 {
        width: 50%
    }
    .header-area .xb-header {
        padding: 10px 0
    }
}

.xb-close {
    background: rgba(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
}

.xb-close::after,
.xb-close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .25s cubic-bezier(.645, .045, .355, 1);
    transition: .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #1b1b1b
}

.xb-close::before,
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)
}

.xb-close::after,
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)
}

.xb-close:hover::after,
.xb-close:hover::before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.ul_li,
.ul_li_between,
.ul_li_center,
.ul_li_right,
[class*=unordered_list] {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ul_li>li,
.ul_li_between>li,
.ul_li_center>li,
.ul_li_right>li {
    float: left;
    list-style: none;
    display: inline-block
}

.ul_li {
    justify-content: flex-start
}

.ec-about-right .ec-about-btn,
.ec-btn,
.ul_li_center,
.xb-process-wrap {
    justify-content: center
}

.ul_li_right {
    justify-content: flex-end
}

.ul_li_between {
    justify-content: space-between
}

.ul_li_block {
    margin: 0;
    padding: 0;
    display: block
}

.ul_li_block>li {
    display: block;
    list-style: none
}

.flex-1 {
    flex: 1
}

.color-black,
.post-tags li a,
.post-tags li a:hover {
    color: var(--color-black)
}

.pagination_wrap ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
    list-style: none
}

.pagination_wrap ul li a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #eee5e5;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden
}

.contact-two a span,
.main-menu ul li a,
.section-title .sub-title,
.section-title .title,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading)
}

.skewInImg,
.skewInImg img {
    transition: 1.3s cubic-bezier(.5, .5, 0, 1)
}

.pagination_wrap ul li a.current_page,
.pagination_wrap ul li a:hover,
.social_icons_block a:hover {
    background-color: var(--color-yellow);
    border-color: var(--color-yellow)
}

.mr-none-60 {
    margin-right: -60px
}

.ml-none-60 {
    margin-left: -60px
}

.pb-8 {
    padding-bottom: 8px
}

.bg-leniar {
    background: linear-gradient(180deg, #f7f5f2 15.68%, #fff 100%)
}

.header-style-three,
.home-two,
.home-two main,
.pagination-style1.style-white .swiper-pagination-bullet,
[data-overlay=light]::before {
    background-color: var(--color-white)
}

[data-overlay],
blockquote {
    background-repeat: no-repeat;
    background-size: cover
}

.xb-hover-zoom .xb-item--img,
.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
}

.mt-none-5 {
    margin-top: -5px
}

.ec-about-left .title,
.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
}

.mt-5 {
    margin-top: 5px
}

.mt-10,
.post-tags .tags-links,
.social-icon li {
    margin-top: 10px
}

.mt-15,
.xb-feature .xb-item--holder {
    margin-top: 15px
}

.mt-20,
.social-share .post-share {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35,
.post-read-more {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50,
.pagination_wrap ul {
    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
}

.mb-5,
.widget__post-item .post-meta {
    margin-bottom: 5px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20,
.widget__post-item:not(:last-child),
.xb-career .xb-item--holder p:not(:last-child) {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.comments-form .comment-heading,
.mb-30,
.post-details .post-thumb,
.post-details p:not(:last-child) {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40,
.portfolio-single__content p,
.xb-logo-mobile {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60,
.single-post-item {
    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
}

.ml-5 {
    margin-left: 5px
}

.ml-10,
.xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    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,
.side-menu-4 {
    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
}

.latest__comments li.children,
.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
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.footer-bottom .social-link a:not(:last-child),
.mr-15,
.xb-fanfact .xb-item--icon {
    margin-right: 15px
}

.mr-20,
.social-share li:not(:last-child) {
    margin-right: 20px
}

.mr-25,
.sc-footer-social li:not(:last-child) {
    margin-right: 25px
}

.brand_award .xb-item--holder:not(:last-child),
.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50,
.xb-reating .xb-item--holder {
    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
}

.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
}

.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
}

.dc-testimonial-slider,
.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80,
.post-comments {
    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
}

.pl-5 {
    padding-left: 5px
}

.pl-10,
.sidebar-area {
    padding-left: 10px
}

.pl-15,
.xb-header-menu-scroll .xb-menu-primary>li .children,
.xb-header-menu-scroll .xb-menu-primary>li .sub-menu {
    padding-left: 15px
}

.career-single__content ul,
.footer-style-four .footer-col:nth-child(4) .sc-footer-widget,
.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40,
.post-info-list {
    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
}

.about-inner-wrap,
.pl-70 {
    padding-left: 70px
}

.pl-75,
.service-content-inner {
    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
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20,
.xb-reating .xb-item--review:not(:last-child) {
    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
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--font-heading)
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 22px
}

.about-content .con-size,
h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

@-webkit-keyframes jump {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
}

@keyframes jump {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 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%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotatedHalf {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-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(.2);
        transform: scale(.2)
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
}

@-webkit-keyframes scale-right {
    0%,
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@keyframes scale-right {
    0%,
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@-webkit-keyframes fade-in {
    0%,
    100% {
        opacity: .7
    }
    40% {
        opacity: 1
    }
}

@keyframes fade-in {
    0%,
    100% {
        opacity: .7
    }
    40% {
        opacity: 1
    }
}

@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%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes scale-up-one {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@-webkit-keyframes scale-up-two {
    0%,
    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes scale-up-two {
    0%,
    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes scale-up-three {
    0%,
    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    40% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
}

@keyframes scale-up-three {
    0%,
    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    40% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
}

@keyframes animationFramesOne {
    0%,
    100% {
        transform: translate(0, 0) rotate(0);
        -webkit-transform: translate(0, 0) rotate(0);
        -moz-transform: translate(0, 0) rotate(0);
        -ms-transform: translate(0, 0) rotate(0);
        -o-transform: translate(0, 0) rotate(0)
    }
    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)
    }
}

@-webkit-keyframes animationFramesOne {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0)
    }
    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)
    }
}

@keyframes animationFramesTwo {
    0%,
    100% {
        transform: translate(0, 0) rotate(0) scale(1)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.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)
    }
}

@-webkit-keyframes animationFramesTwo {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.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)
    }
}

@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(0, 60px) rotate(0);
        -webkit-transform: translate(0, 60px) rotate(0);
        -moz-transform: translate(0, 60px) rotate(0);
        -ms-transform: translate(0, 60px) rotate(0);
        -o-transform: translate(0, 60px) rotate(0)
    }
    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(0, 60px) rotate(0);
        -webkit-transform: translate(0, 60px) rotate(0);
        -moz-transform: translate(0, 60px) rotate(0);
        -ms-transform: translate(0, 60px) rotate(0);
        -o-transform: translate(0, 60px) rotate(0)
    }
    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(0);
        -webkit-transform: translate(0, 0) rotate(0);
        -moz-transform: translate(0, 0) rotate(0);
        -ms-transform: translate(0, 0) rotate(0);
        -o-transform: translate(0, 0) rotate(0)
    }
    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, 0) rotate(180deg);
        -webkit-transform: translate(-1px, 0) rotate(180deg);
        -moz-transform: translate(-1px, 0) rotate(180deg);
        -ms-transform: translate(-1px, 0) rotate(180deg);
        -o-transform: translate(-1px, 0) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        transform: translate(0, 0) rotate(0);
        -webkit-transform: translate(0, 0) rotate(0);
        -moz-transform: translate(0, 0) rotate(0);
        -ms-transform: translate(0, 0) rotate(0);
        -o-transform: translate(0, 0) rotate(0)
    }
    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, 0) rotate(180deg);
        -webkit-transform: translate(-1px, 0) rotate(180deg);
        -moz-transform: translate(-1px, 0) rotate(180deg);
        -ms-transform: translate(-1px, 0) rotate(180deg);
        -o-transform: translate(-1px, 0) rotate(180deg)
    }
}

.zoominup {
    animation-duration: 2s
}

.zoominup2 {
    animation-duration: 3s
}

@-webkit-keyframes zoominup {
    0%,
    100% {
        transform: scale(1.2)
    }
    50% {
        transform: scale(1)
    }
}

@-webkit-keyframes updown {
    0%,
    100% {
        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)
    }
}

@-webkit-keyframes updown-2 {
    0%,
    100% {
        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)
    }
}

@keyframes ltr {
    0% {
        width: 0
    }
    15% {
        width: 95%
    }
    85% {
        opacity: 1
    }
    90% {
        width: 95%;
        opacity: 0
    }
    to {
        width: 0;
        opacity: 0
    }
}

@-webkit-keyframes circleAnimation {
    0%,
    100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(.01deg);
        transform: translate3d(0, 0, 0) rotateZ(.01deg)
    }
    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(.01deg)
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(.01deg);
        transform: translate3d(0, 0, 0) rotateZ(.01deg)
    }
    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(.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: 1s infinite alternate xb_up_down
}

@keyframes xb_ltr {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateX(-20px)
    }
}

.slide-ltr {
    animation: 1s infinite alternate xb_ltr
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    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%,
    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    50% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    50% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes down {
    0%,
    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes down {
    0%,
    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        opacity: .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);
        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);
        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);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    80% {
        transform: scale(2.5);
        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);
        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);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    80% {
        transform: scale(2.5);
        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);
        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: .67
    }
    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: .67
    }
    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes pulse-border-big {
    0% {
        transform: scale(1);
        opacity: .67
    }
    100% {
        transform: scale(3);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border-big {
    0% {
        transform: scale(1);
        opacity: .67
    }
    100% {
        transform: scale(3);
        opacity: 0
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-5deg);
        transform: scale(.9) rotate(-5deg)
    }
    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(.9) rotate(-5deg);
        -ms-transform: scale(.9) rotate(-5deg);
        transform: scale(.9) rotate(-5deg)
    }
    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
}

.rotateme,
.rotateme2 {
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-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;
    overflow: hidden
}

.skewInImg img {
    transform-origin: 50% 50%;
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0)
}

.skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.skewInImg.animated img {
    transform: scale(1) translate(0, 0)
}

[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%,
    100% {
        transform: scale(.8)
    }
    50% {
        transform: scale(1.2)
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0);
        opacity: 1
    }
    50% {
        transform: rotate(-180deg)
    }
    100% {
        transform: rotate(-360deg);
        opacity: 1
    }
}

@keyframes rotateme2 {
    0% {
        transform: rotate(0);
        opacity: 1
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg);
        opacity: 1
    }
}

.rotateme {
    animation-name: rotateme
}

.rotateme2 {
    animation-name: rotateme2
}

[data-overlay] {
    background-position: center center
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%
}

[data-overlay=dark]::before {
    background-color: var(--color-black)
}

[data-opacity="1"]::before {
    opacity: .1
}

[data-opacity="2"]::before {
    opacity: .2
}

[data-opacity="3"]::before {
    opacity: .3
}

[data-opacity="4"]::before {
    opacity: .4
}

[data-opacity="5"]::before {
    opacity: .5
}

[data-opacity="6"]::before {
    opacity: .6
}

[data-opacity="7"]::before {
    opacity: .7
}

[data-opacity="8"]::before {
    opacity: .8
}

[data-opacity="9"]::before {
    opacity: .9
}

.header-style-one {
    background: var(--color-white);
    border-bottom: 1px solid #edebe9;
    box-shadow: 0 4px 4px 0 transparent
}

.brand .brand-sub_title.chng-mr b,
.header-style-three .main-menu ul li a {
    color: var(--xb-track-color)
}

.header-area {
    position: relative;
    z-index: 5
}

.header-contact a {
    border-radius: 5px;
    background: #0b3948;
    box-shadow: 0 4px 4px 0 #f5f5f5;
    padding: 0 30px;
    color: var(--color-white);
    display: inline-block;
    line-height: 1
}

.header-contact a:hover {
    background-color: var(--color-yellow);
    color: var(--color-primary);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.header-contact a:hover svg path,
.side-menu a svg path {
    fill: var(--color-primary)
}

.header-contact a svg {
    margin-right: 6px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.header-contact a svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-contact a span {
    font-weight: 500;
    font-size: 18px;
    line-height: 273%;
    letter-spacing: -.02em
}

.header-style-two .xb-header__midle li a,
.header-style-two .xb-header__top .top-list li,
.side-menu a span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.contact-two a {
    border-radius: 50px;
    background: 0 0;
    padding: 17px 30px;
    border: 1px solid #e8e8e8
}

.contact-two a:hover,
.preloader-two .loader .loader-container:before {
    border-color: var(--color-yellow)
}

.contact-two a span {
    line-height: 1
}

.contact-three a {
    border-radius: 60px;
    background: var(--xb-track-color);
    box-shadow: none
}

.contact-three a:hover,
.xb-service-three:hover {
    background-color: #1140c0
}

.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%);
    color: var(--color-white);
    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
}

.header-style-two#xb-header-area .xb-header-area-sticky {
    padding: 15px 0;
    background-color: #16171b
}

.header-style-two .side-menu {
    margin-left: 27px;
    padding-right: 45px
}

.header-style-two .xb-header__top {
    border-bottom: 1px solid #fffFFF0F;
    padding: 14px 0;
    margin-bottom: 10px
}

.header-style-two .xb-header__top .top-list li {
    color: #fff;
    letter-spacing: -.21px
}

.header-style-two .xb-header__midle {
    margin-left: auto;
    margin-right: 191px
}

.header-style-two .xb-header__midle li {
    list-style: none;
    display: inline-block;
    margin-left: 9px
}

.header-style-two .xb-header__midle li a {
    color: #fff;
    letter-spacing: 2.94px;
    text-decoration-line: underline
}

.header-style-two .xb-header__btn a {
    margin-left: 30px;
    padding: 19px 27px
}

.header-style-two .xb-header__btn a.thm-btn--stroke {
    padding: 17px 27px
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3
}

.header-style-three {
    z-index: 3
}

.header-style-three .xb-left-header .header-logo {
    margin-right: 250px
}

.header-style-four .header__wrap,
.header-top-inner {
    padding-left: 70px;
    padding-right: 70px
}

.header-style-three .header-bar {
    width: 78px;
    height: 26px;
    position: relative;
    margin-left: auto;
    margin-right: 206px
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .header-style-three .header-bar {
        margin-right: auto;
        margin-left: -80px
    }
    .header-style-three .header-btn {
        margin-left: 40px
    }
}

@media (max-width:1199px) {
    .header-style-two .xb-header__midle {
        margin-right: auto
    }
    .header-style-three .xb-header {
        padding: 10px 0
    }
    .header-style-three .header-bar {
        margin-right: auto;
        margin-left: 0
    }
    .header-style-three .header-btn {
        margin-left: 40px
    }
}

@media (max-width:991px) {
    .header-style-two .xb-header__btn a.thm-btn--stroke {
        display: none
    }
    .header-style-three .header-bar {
        margin-right: auto;
        margin-left: -100px
    }
    .header-style-two .hero__content-wrap {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.header-style-three .header-bar span {
    width: 100%;
    height: 2px;
    background: #020202;
    position: absolute;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-style-three .header-bar span:first-child {
    top: 0
}

.header-style-three .header-bar span:nth-child(2) {
    top: 10px
}

.header-style-three .header-bar span:nth-child(3) {
    bottom: 0
}

.header-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 43.8%;
    height: 100%;
    content: "";
    background-color: var(--color-primary);
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .header-style-three .main-menu ul li:not(:last-child) {
        margin-right: 32px
    }
    .header-bg::before {
        width: 34%
    }
    .header-top-inner {
        padding: 0
    }
}

@media (max-width:1199px) {
    .header-bg::before {
        width: 50%
    }
    .header-top-inner {
        padding: 0
    }
}

#xb-header-area .xb-header-area-sticky .main-menu>ul>li>a {
    padding: 37px 0
}

#xb-header-area.header-style-three .xb-header-area-sticky .main-menu>ul>li>a {
    padding: 30px 0
}

#xb-header-area .xb-header-area-sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    visibility: hidden;
    background: var(--color-white)
}

#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, .09);
    -khtml-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(6, 27, 92, .09);
    -ms-box-shadow: 0 3px 18px rgba(6, 27, 92, .09);
    -o-box-shadow: 0 3px 18px rgba(6, 27, 92, .09);
    box-shadow: 0 3px 18px rgba(6, 27, 92, .09)
}

.xb-header_btn a {
    font-family: var(--font-heading);
    line-height: 28px;
    letter-spacing: -.16px;
    color: var(--color-primary);
    padding: 10px 20px;
    border: 1px solid var(--color-primary)
}

.header-top-inner {
    background-color: #5f2656
}

.header-top {
    padding: 0 0 7px
}

.header-top li {
    color: var(--color-white);
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 7px
}

.header-top li img,
.thm-btn.donate-btn svg {
    margin-right: 8px
}

.header-style-four {
    margin-left: -80px;
    margin-right: -80px
}

.header-style-four .header-contact a {
    background-color: #e8f1f4;
    border: 1px solid #d8eef5;
    color: #006676
}

.header-style-four .header-contact a svg path {
    fill: #006676
}

.header-style-four .header-contact a:hover {
    background-color: #006676;
    color: #fff
}

.header-style-four .header-contact a:hover svg path,
.xb-service-three:hover .xb-item--icon-bg svg path {
    fill: #fff
}

.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:not(:last-child) {
    margin-right: 56px
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .header-style-four {
        margin: 0 -15px
    }
    .header-style-four .header__wrap {
        padding: 0
    }
    .main-menu ul li:not(:last-child) {
        margin-right: 45px
    }
}

.hero-right_img,
.main-menu ul li .submenu li {
    margin-right: 0
}

.main-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.96px;
    padding: 37px 0;
    position: relative;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: -.02px
}

.main-menu ul li a span i {
    font-size: 11px;
    margin-left: 5px
}

.main-menu ul li.menu-item-has-children>a span::after {
    content: "+";
    display: inline-block;
    padding-left: 4px
}

.main-menu ul li.menu-item-has-children:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.main-menu ul li .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    min-width: 400px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0;
    padding: 21px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3;
    top: calc(100% + 10px);
    text-align: left;
    box-shadow: 0 .5rem 1.875rem rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.main-menu ul li .submenu li a {
    padding: 8px 20px;
    display: block;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600
}

.main-menu ul li .submenu ul {
    left: 100%;
    top: 0
}

.main-menu ul li .submenu ul::before {
    display: none
}

.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::after {
    position: absolute;
    top: 9px;
    right: 15px;
    content: "\f105";
    font-size: 13px;
    font-family: 'Font Awesome 5 Pro'
}

.section-title .sub-title {
    font-weight: 500;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 13px 0 #e9e9e4
}

.section-title .sub-title-two,
.section-title--three .sub-title {
    font-weight: 500;
    background: 0 0;
    position: relative;
    display: inline-block;
    padding-left: 27px
}

.section-title .title {
    font-size: 35px;
    letter-spacing: -.02em;
    line-height: 45px;
    text-transform: capitalize;
    display: inline-block;
}

    .about-left h2 {
	color: #fff !important;
}   

@media (max-width:1199px) {
    .header-style-four {
        margin: 0
    }
    .header-style-four .header__wrap {
        padding: 0
    }
    .main-menu ul li:not(:last-child) {
        margin-right: 20px
    }
    .section-title .title {
        font-size: 44px;
        letter-spacing: -.01em;
        line-height: 56px
    }
}

.section-title .title span,
.xb-overlay-link,
.z-1 {
    z-index: 1
}

.section-title .title span svg {
    position: absolute;
    top: 0;
    left: -4px;
    z-index: -1;
    width: 100%;
    height: 100%
}

.section-title .content {
    max-width: 571px;
    line-height: 28px
}

.section-title .sub-title-two {
    color: var(--color-heading);
    font-size: 15px;
    box-shadow: none;
    margin-bottom: 12px;
    text-transform: uppercase
}

.section-title .sub-title-two::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url(../img/icon/sub-icon.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center
}

.section-title .title-two {
    color: var(--color-white);
    line-height: 60px
}

.section-title .content-two {
    color: var(--color-white);
    font-size: 20px
}

.section-title--three .sub-title {
    color: var(--xb-track-color);
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 9px
}

.section-title--three .sub-title::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url(../img/icon/sub-icon02.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center
}

.section-title--three .title {
    font-size: 54px;
    line-height: 64px;
    color: var(--xb-track-color)
}

@media (max-width:991px) {
    .section-title--three .title {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width:767px) {
    .btn-video {
        width: 60px;
        height: 60px;
        font-size: 18px
    }
    .header-bg::before,
    .tx-col-md-6 {
        width: 100%
    }
    .pagination_wrap ul li a {
        height: 40px;
        width: 40px;
        font-size: 15px
    }
    .header-style-three .header-btn,
    .header-style-two .xb-header__btn,
    .header-style-two .xb-header__midle,
    .header-style-two .xb-header__top {
        display: none
    }
    .header-style-three .xb-left-header .header-logo {
        margin-right: 0
    }
    .header-style-three .header-bar {
        margin-right: 0;
        margin-left: auto
    }
    .header-top {
        justify-content: center
    }
    .section-title .title {
        font-size: 22px !important;
        letter-spacing: 0;
        line-height: 30px !important
    }
    .section-title {
        font-size: 18px !important
    }
    .contact_form1 {
        margin-bottom: 50px
    }
    .pb-100,
    .pb-50 {
        padding-bottom: 0
    }
    .xb-fanfact .xb-item--number {
        font-size: 30px !important
    }
    .xb-news .xb-item--title {
        font-size: 20px important;
        line-height: 30px important
    }
    .section-title .title-two {
        line-height: 40px
    }
    .section-title--three .title {
        font-size: 32px;
        line-height: 40px
    }
}

.section-title--three .chg-title {
    font-size: 70px;
    line-height: 80px
}

@media (max-width:1199px) {
    .section-title--three .chg-title {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width:991px) {
    .section-title--three .chg-title {
        font-size: 35px;
        line-height: 45px
    }
}

.section-title--three .content {
    color: var(--color-default-two)
}

.section-title--md .title {
    font-size: 45px;
    line-height: 55px
}

@media (max-width:991px) {
    .section-title--md .title {
        font-size: 35px;
        line-height: 45px
    }
}

.title-senior-care .xb-heading {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -.03em;
    text-transform: capitalize
}

@media (max-width:1199px) {
    .title-senior-care .xb-heading {
        font-size: 45px;
        letter-spacing: -.02em
    }
}

.title-senior-care p {
    color: #656565
}

.about-content_wrap {
    background: var(--color-primary);
    border-radius: 20px;
    padding: 100px 0 97px 70px;
    margin-left: -70px;
    margin-right: -70px;
    z-index: 1
}

.about-content_wrap .xb-shape .shape,
.contact-shape .shape,
.ec-shape .shape,
.news-shape .shape,
.protfolio-shape .shape,
.xb-service-shape .shape {
    position: absolute;
    z-index: -1
}

.about-content_wrap .xb-shape .shape--one {
    top: 0;
    left: 0
}

.about-content_wrap .xb-shape .shape--two {
    left: 0;
    bottom: 0
}

.about-content_wrap .xb-shape .shape--three {
    top: 0;
    right: 0
}

.about-content_wrap .xb-shape .shape--four {
    right: 0;
    bottom: 0
}

.about-left .bg-color {
    background: #21596d;
    box-shadow: none;
    color: var(--color-white)
}
.about-left .content {
	color: #d8e3f8;
}

.xb-reating .xb-item--img {
    margin-bottom: 16px
}

.xb-reating .xb-item--review {
    font-size: 20px;
    color: #d8e3f8
}

.xb-reating .xb-item--review i {
    color: var(--color-yellow)
}

.xb-map-location {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media (max-width:991px) {
    .about-content_wrap {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px
    }
    .xb-map-location {
        left: 20px
    }
}

.xb-map-location .xb-loc_circle {
    height: 36px;
    width: 36px;
    border-radius: 100px;
    background: rgba(255, 212, 112, .1);
    position: absolute;
    left: 130px;
    top: 105px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer
}

.xb-map-location .xb-loc_circle::after,
.xb-map-location .xb-loc_circle::before {
    content: '';
    position: absolute;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-map-location .xb-loc_circle::after {
    height: 22px;
    width: 22px;
    background: rgba(255, 212, 112, .2)
}

.xb-map-location .xb-loc_circle::before {
    height: 8px;
    width: 8px;
    background: var(--color-yellow);
    z-index: 2
}

.xb-map-location .xb-loc_circle.active,
.xb-map-location .xb-loc_circle:hover {
    background: rgba(255, 212, 112, .8);
    transform: scale(2)
}

.xb-map-location .xb-loc_circle.active::after,
.xb-map-location .xb-loc_circle:hover::after {
    background: rgba(255, 212, 112, .2);
    border: 1px solid #0b3948
}

.xb-map-location .xb-loc_circle.active::before,
.xb-map-location .xb-loc_circle:hover::before {
    background: rgba(255, 212, 112, .8);
    border: 2px solid #0b3948
}

.xb-map-location .xb-loc_circle.active~.xb-map_inner,
.xb-map-location .xb-loc_circle:hover~.xb-map_inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.dc-testimonial-nav-item .xb-item--name,
.xb-map_inner {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px)
}

.xb-map-wrapper .xb-map-location {
	top: 47%;
	left: 81%;
	z-index: 2;
}

.xb-map-wrapper .xb-map-location:nth-child(3) {
    left: auto;
    right: 27px;
    top: 140px
}

.xb-map_inner {
    background: var(--color-white);
    border-radius: 10px;
    max-width: 250px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    top: 157px;
    left: -116px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: translateY(20px)
}

.xb-map_inner::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 0 0;
    border-color: transparent #fff;
    position: absolute;
    left: 222px;
    top: -13px;
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out
}

.xb-map_inner .xb-item--img img {
    border-radius: 10px 0 0 10px
}

.xb-map_inner .xb-item--holder {
    padding-left: 10px;
    padding-right: 15px;
    display: inline-block
}

.xb-map_inner .xb-item--title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    font-family: var(--font-body);
    padding-bottom: 5px
}

.xb-map_inner .xb-item--content {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 5px
}

.xb-map_inner .xb-item--loc-dir {
    text-transform: capitalize;
    color: var(--color-primary)
}

.xb-map_inner .xb-item--loc-dir a {
    color: currentColor
}

.xb-map_inner .xb-item--loc-dir span {
    padding-left: 5px;
    font-size: 10px
}

.about-content .about-right_img {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.ec-about-left .content {
    border-top: 1px solid #1140c0;
    padding-top: 22px;
    margin-left: -20px;
    max-width: 385px
}

.ec-about-left .about-play_video {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block
}

.ec-about-left .about-play_video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ec-about-right {
    text-align: center;
    margin-left: -20px;
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 45px 30px 60px
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .about-content_wrap {
        margin-left: 0;
        margin-right: 0
    }
    .xb-map-wrapper .xb-map-location:nth-child(3) {
        right: 0
    }
    .ec-about-right {
        margin-left: 0
    }
}

.ec-about-right .xb-item--holder {
    border-bottom: 1px dashed var(--color-white);
    padding-bottom: 25px;
    margin-bottom: 35px
}

.ec-about-right .xb-item--number {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -.02em;
    color: var(--color-white);
    padding-bottom: 8px
}

.ec-about-right .xb-item--text {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -.02em;
    text-transform: capitalize;
    color: var(--color-white)
}

.ec-about-right .ec-about-btn a:hover {
    background-color: #06083c
}

.about-shape .shape--one {
    bottom: 46%;
    left: 121px
}

.about-shape .shape--two {
    top: 46px;
    right: 139px
}

.about-shape .shape--three {
    bottom: 119px;
    right: 179px
}

.brand .border-line::before,
.xb-services::after {
    right: 0;
    position: absolute;
    z-index: -1;
    content: ''
}

.about-funfact .xb-item--top {
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9
}

.about-funfact .xb-item--icon,
.cta-wrap .cta-button .cta-btn img,
.xb-cta-list .cta-item svg,
.xb-list li i {
    margin-right: 10px
}

.about-funfact .xb-item--title {
    text-transform: uppercase
}

.about-funfact .xb-item--number {
    font-size: 70px
}

@media (max-width:1199px) {
    .about-content_wrap {
        margin-left: 0;
        margin-right: 0
    }
    .xb-reating .xb-item--img img {
        height: 24px
    }
    .ec-about-right {
        margin-left: 0
    }
    .about-inner-wrap {
        padding-left: 30px
    }
}

.sc-about-content {
    background-color: #5f2656;
    padding: 90px 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 100%
}

.sc-about-content h3 {
    font-size: 32px;
    color: var(--color-white);
    line-height: 40px
}

.sc-about-content h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-body);
    color: var(--color-white)
}

.sc-about-content p,
.sc-about-content ul>li {
    font-size: 18px;
    color: #d9bfd5;
    font-weight: 500;
    line-height: 28px
}

.service-bottom-content p,
.xb-list li {
    color: #273043
}

.sc-about-content ul>li:not(:last-child) {
    margin-bottom: 3px
}

.sc-about-img {
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border: 1px solid #bebebe
}

@media (max-width:767px) {
    .section-title--md .title {
        font-size: 30px;
        line-height: 38px
    }
    .title-senior-care .xb-heading {
        font-size: 32px;
        letter-spacing: 0
    }
    .xb-map-location {
        z-index: 2;
        left: 60px;
        top: -22px
    }
    .xb-map-wrapper .xb-map-location:nth-child(2) {
        z-index: 1
    }
    .xb-map-wrapper .xb-map-location:nth-child(3) {
        top: 106px;
        left: auto;
        right: -105px
    }
    .xb-map_inner {
        width: 400px
    }
    .sc-about-logo {
        max-width: 80px
    }
    .xb-map-location .xb-loc_circle {
        height: 20px;
        width: 20px;
        left: 40px;
        top: 50px
    }
    .xb-feature {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px 0 !important
    }
    .about-funfact .xb-item--number {
        font-size: 40px
    }
    .xb-services .xb-item--title {
        font-size: 22px !important
    }
    .cta-wrap .xb-item--title {
        font-size: 30px !important;
        line-height: 40px !important
    }
}

.brand .border-line::before {
    height: 1px;
    width: 100%;
    background: #e8e4de;
    top: 37%;
    left: 0;
    transform: translateY(-50%)
}

.brand .brand-sub_title {
    background: var(--color-white);
    border: 1px solid #e8e4de;
    padding: 8px 20px;
    color: var(--color-default);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    box-shadow: none;
    text-transform: capitalize
}

.brand .brand-sub_title b {
    color: var(--color-heading);
    font-weight: 700
}

.sc-service-item .xb-item--title a,
.xb-service-three .xb-item--title a,
.xb-service-two .xb-item--title a {
    color: currentColor
}

.brand .brand-sub_title.chng-mr {
    margin: 0;
    z-index: 2;
    position: relative;
    color: var(--color-default-two)
}

.ec-brand-slider {
    box-shadow: 0 9px 45px 0 #f1f1e9;
    background: #fff;
    border-radius: 10px;
    padding: 74px 0 50px;
    margin-top: -22px
}

.ec-btn .ec-srv,
.iconbox_block {
    box-shadow: 0 6px 12px 0 #e8e8e8
}

.ec-brand-slider .brand-logo {
    justify-content: center;
    display: flex;
    align-items: center
}

.cta-button .thm-white,
.service-white {
    background: var(--color-white)
}

.xb-services {
    border-radius: 20px;
    border: 1px solid #eee5e5;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-services::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-primary);
    opacity: 0;
    -webkit-transform: scaleY(.96);
    transform: scale(.96);
    transform-origin: bottom;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    bottom: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.xb-services::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--color-white);
    opacity: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.xb-blog--two:hover .blog-button .thm-btn--two,
.xb-news:hover .xb-item--button .news-btn span,
.xb-service-two .xb-item--srv-link,
.xb-services:hover .xb-item--button .srv-btn span {
    background: var(--color-yellow)
}

.xb-services .xb-item--title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.02em;
    text-transform: capitalize;
    font-family: var(--font-body);
    padding-bottom: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-services .xb-item--img {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    display: block;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path d='M20 0 C8.95 0 0 8.95 0 20 V30 C0 41.05 8.95 50 20 50 C8.95 50 0 58.95 0 70 V80 C0 91.05 8.95 100 20 100 H80 C91.05 100 100 91.05 100 80 V70 C100 58.95 91.05 50 80 50 C91.05 50 100 41.05 100 30 V20 C100 8.95 91.05 0 80 0 Z' fill='black'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path d='M20 0 C8.95 0 0 8.95 0 20 V30 C0 41.05 8.95 50 20 50 C8.95 50 0 58.95 0 70 V80 C0 91.05 8.95 100 20 100 H80 C91.05 100 100 91.05 100 80 V70 C100 58.95 91.05 50 80 50 C91.05 50 100 41.05 100 30 V20 C100 8.95 91.05 0 80 0 Z' fill='black'/></svg>");
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    transition: .8s;
    mask-size: 100% 100%;
    mask-repeat: no-repeat
}

.xb-services .xb-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.xb-services .xb-item--img:hover {
    -webkit-mask-image: none;
    mask-image: none
}

.xb-services .xb-item--button .srv-btn {
    color: var(--color-primary);
    display: flex;
    align-items: center
}

.xb-services .xb-item--button .srv-btn span {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(93, 106, 131, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-services .xb-item--button .srv-btn span svg {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-process.active::after,
.xb-process:hover::after,
.xb-services:hover::after {
    opacity: 1;
    transform: scaleY(1)
}

.xb-services:hover::before {
    opacity: 0
}

.xb-services:hover .xb-item--content {
    color: #d8e3f8
}

.xb-services:hover .xb-item--img img:first-child {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 100%
}

.xb-services:hover .xb-item--img img:nth-child(2) {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    width: 100%
}

.xb-services:hover .xb-item--button .srv-btn {
    color: var(--color-white)
}

.xb-services:hover .xb-item--button .srv-btn span svg {
    transform: rotate(45deg)
}

.breadcrumb__list,
.service-title .title {
    display: inline-block
}

.service-title .title span svg {
    left: -7px
}

.align-end,
.srv-heading {
    align-items: flex-end
}

.srv-heading .srv-content {
    max-width: 543px;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-white);
    padding-bottom: 10px;
    margin-right: 15px
}

.xb-service-two {
    border-radius: 20px;
    background: var(--color-white);
    padding: 20px
}

.single-post-item:hover .post-thumbnail-wrapper img,
.widget__post-item:hover .post-thumb img,
.xb-hover-zoom:hover .xb-item--img img,
.xb-service-two:hover .xb-item--img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.xb-service-two .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 5px
}

.xb-service-two .xb-item--img {
    overflow: hidden;
    display: inline-block;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-service-two .xb-item--img img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.xb-service-two .xb-item--img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: rgba(11, 57, 72, .7);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-service-two .xb-item--srv-link {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-service-two:hover .xb-item--img::after {
    opacity: 1;
    height: 100%
}

.xb-service-two:hover .xb-item--srv-link {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.ec-service {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 10px 10px 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.iconbox_block,
.sc-service-item,
.xb-service-three {
    background-color: var(--color-white)
}

.ec-btn .ec-srv,
.xb-work .xb-item--img {
    -webkit-transition: .4s;
    -o-transition: .4s
}

.ec-service .xb-item--holder {
    text-align: center;
    background: var(--color-white);
    border-radius: 20px;
    padding: 40px 30px
}

.ec-service .xb-item--icon {
    height: 76px
}

.ec-service .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: var(--xb-track-color);
    padding: 40px 0 20px
}

.ec-service:hover,
.ec-team:hover::before {
    background: #1140c0
}

.ec-service:hover .ec-btn .ec-srv,
.form-group .form-control:focus,
.form-group .form-select:focus {
    box-shadow: none
}

.ec-btn .ec-srv {
    padding: 17px 38px;
    transition: .4s
}

.color-white {
    color: var(--color-white) !important
}

.service-shape .shape--one {
    top: 43%;
    left: 89px
}

.service-shape .shape--two {
    bottom: 30%;
    right: 145px
}

.xb-service-three {
    padding: 72px 40px 50px;
    border-radius: 20px;
    height: 450px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.ec-news:hover .ec-btn .ec-news span svg,
.xb-service-three:hover .xb-item--link img {
    filter: brightness(100)
}

.xb-service-three:hover .xb-item--content,
.xb-service-three:hover .xb-item--link,
.xb-service-three:hover .xb-item--title {
    color: #fff
}

.xb-service-three .xb-item--icon {
    position: relative;
    margin-bottom: 60px;
    z-index: 1
}

.xb-service-three .xb-item-icon-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.xb-service-three .xb-item-icon-bg svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.xb-service-three .xb-item--title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px
}

.xb-service-three .xb-item--content {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.xb-service-three .xb-item--link {
    font-size: 18px;
    color: #06083c;
    margin-top: 30px;
    display: inline-block;
    position: relative
}

.xb-service-three .xb-item--link img {
    margin-left: 9px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.xb-service-three .xb-item--link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.xb-service-shape .shape--1 {
    left: 4%;
    top: 20%
}

.xb-service-shape .shape--2 {
    right: 5%;
    bottom: 16%
}

.service-img {
    margin-right: -30px
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .service-img {
        margin-right: 0
    }
    .service-content-inner {
        padding-left: 30px
    }
}

.xb-list li {
    font-size: 16px;
    font-weight: 500
}

.xb-list li:not(:last-child) {
    margin-bottom: 12px
}

.service-bottom-content h3 {
    font-size: 22px;
    font-family: var(--font-body);
    margin-bottom: 10px
}

.iconbox_block {
    padding: 50px 50px 42px;
    transition: .3s
}

.iconbox_block:hover {
    transform: translateY(-2px)
}

.iconbox_block:hover .iconbox_icon {
    background-color: var(--color-yellow)
}

.iconbox_block .iconbox_icon {
    flex: 0 0 auto;
    margin: 0 0 32px;
    border-radius: 5px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: var(--color-primary);
    background-color: #f7f5f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.iconbox_block .iconbox_icon img {
    max-width: 40px
}

.iconbox_block a {
    color: #5d6a83
}

.iconbox_block.layout_icon_left {
    padding: 30px;
    display: inline-flex;
    align-items: flex-start;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.iconbox_block.layout_icon_left .iconbox_icon {
    width: 70px;
    height: 70px;
    margin: 0 30px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.iconbox_block.layout_icon_left .iconbox_icon img {
    max-width: 32px
}

.btns,
.service_facilities_group {
    margin: -10px
}

.cta-box,
.xb-cta.cta-right {
    margin-right: -70px
}

.service_facilities_group>li {
    padding: 10px;
    flex: 0 0 50%
}

@media (max-width:767px) {
    .service_facilities_group>li {
        flex: 0 0 100%
    }
    .xb-work {
        margin-left: 0
    }
}

.service_facilities_group .iconbox_block.layout_icon_left {
    display: flex;
    align-items: center;
    padding: 16px 20px 16px 16px
}

.service_facilities_group .iconbox_block.layout_icon_left .iconbox_icon {
    width: 42px;
    height: 42px;
    margin: 0 16px 0 0;
    border-radius: 6px
}

.service_facilities_group .iconbox_block.layout_icon_left .iconbox_icon img {
    max-width: 22px
}

.service_facilities_group .iconbox_block.layout_icon_left .iconbox_title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: var(--font-body);
    letter-spacing: -.02em;
    color: var(--color-primary)
}

.sc-service-item {
    padding: 70px 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.sc-service-item .xb-item--icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sc-service-item .xb-item--title {
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: capitalize
}

@media (max-width:1199px) {
    .sc-about-content {
        padding: 40px
    }
    .sc-about-content-inner {
        margin-bottom: 20px
    }
    .service-img {
        margin-right: 0
    }
    .service-content-inner {
        padding-left: 0
    }
    .sc-service-item {
        padding: 50px 30px
    }
    .sc-service-item .xb-item--title {
        font-size: 25px;
        margin-bottom: 25px
    }
}

.contact_method_box .contact_method_list,
.sc-service-item .xb-item--content {
    margin-bottom: 50px
}

.sc-service-item .xb-item--link {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #222;
    padding: 15px 70px
}

.sc-service-item .xb-item--link svg path {
    stroke: #222222
}

.sc-service-item .xb-item--link:hover {
    background-color: #006676;
    border-color: #006676;
    color: #fff
}

.sc-service-item .xb-item--link:hover svg {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.sc-service-item .xb-item--link:hover svg path {
    stroke: #fff;
    fill: none
}

.xb-work-wrapper .work-shape {
    position: absolute;
    top: 98px;
    left: 308px
}

.xb-work {
    max-width: 298px;
    text-align: center
}

.cta-box,
.xb-cta.cta-left {
    margin-left: -70px
}

.xb-work .xb-item--img {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    transition: .4s
}

.xb-work .xb-item--img img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-work .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
    text-transform: capitalize
}

.xb-work .xb-item--content {
    font-size: 15px
}

.xb-work .xb-item--number {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 78px;
    right: 3px;
    background: var(--color-white);
    color: var(--color-primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5ecfb;
    box-shadow: 0 4px 13px 0 rgba(11, 57, 72, .25)
}

.cta-wrap,
.xb-cta {
    border-radius: 20px
}

.xb-work .xb-item--number.number02 {
    top: 236px;
    left: 129px
}

.xb-work .xb-item--number.number03 {
    top: 78px;
    left: 3px
}

.xb-blog:hover .xb-item--img img,
.xb-news:hover .xb-item--img img,
.xb-team:hover img,
.xb-work:hover .xb-item--img img {
    transform: scale(1.1)
}

.dc-testimonial-nav-item,
.ec-work,
.news-title {
    text-align: center
}

.ec-work .xb-item--number {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 70px;
    color: var(--xb-track-color);
    position: absolute;
    left: 27%;
    bottom: 60px
}

.ec-work .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: var(--xb-track-color);
    padding: 16px 0 20px
}

.ec-work .xb-item--content {
    max-width: 330px;
    display: inline-block
}

.work-shape .shape--one {
    bottom: 0;
    left: 83px
}

.xb-cta {
    padding: 61px 0 70px 70px;
    background: var(--color-primary);
    width: auto
}

.xb-feature,
.xb-testimonial {
    background: var(--color-white);
    box-shadow: 0 4px 13px 0 #e9e9e4
}

.xb-cta .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: var(--color-white)
}

.xb-cta .xb-item--content {
    color: #d8e3f8;
    padding: 25px 0 38px;
    max-width: 458px
}

.xb-cta-list {
    list-style: none;
    padding-bottom: 55px
}

.xb-cta-list .list-title {
    font-weight: 600;
    font-size: 22px;
    color: var(--color-white);
    padding-bottom: 28px;
    display: inline-block
}

.xb-cta-list .cta-item {
    color: var(--color-white);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.cta-wrap {
    padding: 60px 0 70px 70px;
    margin-bottom: -148px;
    z-index: 2
}

.cta-wrap .xb-item--title {
    font-size: 34px;
    line-height: 44px;
    text-transform: capitalize;
    color: var(--color-white)
}

.cta-wrap .xb-item--sub-title {
    font-size: 16px;
    letter-spacing: -.01em;
    color: #d8e3f8
}

.cta-wrap .xb-item--img,
.hero-right-two {
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width:1199px) {
    .sc-service-item .xb-item--link {
        padding: 14px 35px
    }
    .xb-cta.cta-left {
        margin-left: 0
    }
    .xb-cta.cta-right {
        margin-right: 0
    }
    .cta-box {
        margin-left: 0;
        margin-right: 0
    }
    .cta-wrap .xb-item--img {
        max-width: 450px
    }
}

.xb-feature {
    border: 1px solid #f2f6ff;
    border-radius: 10px;
    padding: 0 70px 15px;
    margin-left: -70px;
    margin-right: -70px
}

.xb-feature .xb-item--icon {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #f7f5f2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.xb-feature .xb-item--icon::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 1px dashed var(--color-primary);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0
}

.xb-feature .xb-item--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: var(--color-heading);
    padding-left: 10px;
    text-transform: capitalize
}

.xb-feature .xb-item--holder:hover .xb-item--icon::before {
    visibility: visible;
    opacity: 1;
    animation: 20s linear infinite spin;
    -webkit-animation: 20s linear infinite spin
}

.xb-feature-two .xb-item--inner {
    box-shadow: 0 8px 15px 0 rgba(220, 220, 220, .25);
    background: #fff;
    border-radius: 10px;
    padding: 22px 31px 28px
}

.xb-feature-two .xb-item--img {
    padding-right: 52px
}

.xb-feature-two .xb-item--holder {
    transform: translateY(4px)
}

.xb-feature-two .xb-item--title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -.03em;
    text-transform: capitalize;
    color: var(--color-heading);
    padding-bottom: 8px;
    display: inline-block
}

.xb-feature-two .xb-item--text {
    max-width: 195px
}

.xb-testimonial {
    border-radius: 20px;
    border: 1px solid #f2f6ff;
    padding: 30px 40px 52px 41px;
    margin-bottom: 85px
}

.xb-testimonial .xb-item--img {
    border-radius: 0 0 85px 85px;
    width: 170px;
    height: 171px;
    background: var(--color-primary);
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.xb-testimonial .xb-item--img img {
    border-radius: 100%
}

.xb-testimonial .xb-item--holder {
    transform: translateY(-6px)
}

.xb-testimonial .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: var(--color-heading)
}

.xb-testimonial .xb-item--sub-title {
    font-size: 16px;
    line-height: 30px
}

.xb-testimonial .xb-item--reating {
    padding-top: 5px
}

.xb-testimonial .xb-item--reating i {
    color: var(--color-yellow);
    margin-right: 7px
}

.xb-testimonial .xb-item--reating span {
    color: var(--color-heading);
    font-size: 20px;
    font-family: 600
}

.xb-testimonial .xb-item--content {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    margin-top: 30px;
    height: 100px
}

.xb-testimonial .xb-tes_shape {
    position: absolute;
    top: 64.75px;
    right: 43px
}

.testimonial-slider .swiper-pagination-bullet {
    display: inline-block;
    opacity: .1;
    height: 6px;
    width: 18px;
    border-radius: 20px;
    background: var(--color-primary)
}

.dc-testimonial-slider-button,
.testimonial-carousel .xb-swiper-arrow {
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgba(93, 106, 131, .25);
    cursor: pointer
}

.testimonial-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-primary)
}

.testimonial-carousel .xb-swiper-arrow {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 1
}

.testimonial-carousel .xb-swiper-arrow:hover {
    background: var(--color-primary)
}

.testimonial-carousel .xb-swiper-arrow:hover img {
    filter: brightness(10000%)
}

.testimonial-carousel .xb-swiper-arrow-prev {
    position: absolute;
    left: 12%;
    top: 35.5%;
    transform: translateY(-50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.testimonial-carousel .xb-swiper-arrow-next {
    position: absolute;
    right: 12%;
    top: 35.5%;
    transform: translateY(-50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.dc-testimonial-slider .testimonial_wrapper {
    opacity: 0;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px)
}

.dc-testimonial-slider .swiper-slide-active .testimonial_wrapper {
    opacity: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.dc-testimonial-slider-nav {
    max-width: 222px;
    padding: 0 15px 90px
}

.dc-testimonial-slider-nav .swiper-slide-active .dc-testimonial-nav-item .xb-item--avatar::before,
.dc-testimonial-slider-nav .swiper-slide-active .dc-testimonial-nav-item .xb-item--content {
    opacity: 1
}

.dc-testimonial-slider-nav .swiper-slide-active .dc-testimonial-nav-item .xb-item--avatar::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.dc-testimonial-slider-nav .swiper-slide-active .dc-testimonial-nav-item .xb-item--desig,
.dc-testimonial-slider-nav .swiper-slide-active .dc-testimonial-nav-item .xb-item--name {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.dc-testimonial-slider-nav .swiper-slide-active .dc-testimonial-nav-item .xb-item--desig {
    transition-delay: .1s
}

.dc-testimonial-nav-item .xb-item--avatar {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.dc-testimonial-nav-item .xb-item--avatar img {
    width: 46px
}

.dc-testimonial-nav-item .xb-item--avatar::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    content: "";
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dc-testimonial-nav-item .xb-item--content {
    position: absolute;
    opacity: 0;
    bottom: -71px;
    width: 200px;
    left: 27px;
    transform: translateX(-50%);
    text-align: center
}

.dc-testimonial-nav-item .xb-item--name {
    color: #fff;
    font-size: 22px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    transform: translateY(20px);
    margin-bottom: 2px
}

.dc-testimonial-nav-item .xb-item--desig {
    font-size: 16px;
    color: #c5bcc7;
    opacity: 0;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.dc-testimonial-slider-button {
    position: absolute;
    top: 14%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 1px solid #7c3488;
    font-size: 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dc-testimonial-slider-button:hover {
    color: var(--color-primary);
    background-color: var(--color-yellow);
    border-color: var(--color-yellow)
}

.dc-testimonial-slider-button.tm-button-next {
    left: auto;
    right: 0
}

.dc-testimonial-quote {
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testimonial_wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial_wrapper .xb-title {
    font-size: 34px;
    line-height: 48px;
    text-transform: capitalize;
    text-align: center;
    color: var(--color-white);
    max-width: 990px
}

@media (max-width:991px) {
    .about-content .about-right_img {
        position: unset
    }
    .ec-about-left .content {
        margin-left: 0;
        max-width: 100%
    }
    .about-inner-wrap {
        padding-left: 0
    }
    .xb-service-two .xb-item--title {
        font-size: 22px
    }
    .xb-work .xb-item--number.number03 {
        top: 120px;
        left: auto
    }
    .cta-wrap .xb-item--img {
        max-width: 300px
    }
    .testimonial_wrapper .xb-title {
        font-size: 26px;
        line-height: 46px
    }
}

.dc-testimonial-carousel .xb-swiper-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #6a2875;
    border: 1px solid #7c3488;
    box-shadow: 0 1px 10px 0 #5f1f69;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 6px 0 rgba(93, 106, 131, .25);
    z-index: 1
}

.ec-testimonial-wrpper,
.xb-blog {
    border-radius: 20px;
    overflow: hidden
}

.dc-testimonial-carousel .xb-swiper-arrow i,
.footer-bottom .link-bar a i {
    color: var(--color-white);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.dc-testimonial-carousel .xb-swiper-arrow:hover,
.footer-bottom .link-bar a:hover {
    background: #ffcb05
}

.dc-testimonial-carousel .xb-swiper-arrow:hover i {
    color: #6a2875
}

.dc-testimonial-carousel .xb-swiper-arrow-prev {
    position: absolute;
    left: 0;
    top: 30%
}

.dc-testimonial-carousel .xb-swiper-arrow-next {
    position: absolute;
    right: 0;
    top: 30%
}

.ec-testimonial-wrpper {
    margin-top: -408px;
    padding: 145px 70px 70px
}

.ec-testimonial-slider .swiper-pagination {
    display: flex;
    position: unset;
    padding-top: 62px
}

.ec-testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    background: var(--color-white);
    opacity: .2
}

.ec-testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-white)
}

.ec-testimonial .qutation {
    height: 66px;
    width: 66px;
    background: #1140c0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px
}

.ec-testimonial .content {
    font-size: 36px;
    line-height: 54px;
    max-width: 955px;
    text-transform: capitalize;
    padding-bottom: 70px;
    color: var(--color-white)
}

@media (max-width:991px) {
    .ec-testimonial .content {
        font-size: 26px;
        line-height: 44px
    }
    .xb-blog .xb-item--author {
        padding: 20px
    }
}

.ec-testimonial .text {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--color-white)
}

@media (max-width:1199px) {
    .testimonial-carousel .xb-swiper-arrow-prev {
        left: 10px
    }
    .testimonial-carousel .xb-swiper-arrow-next {
        right: 10px
    }
    .testimonial-inner {
        padding: 0 100px
    }
}

.testimonial-title .sub-title {
    background-color: #21596d;
    box-shadow: none;
    color: var(--color-white)
}

.testimonial-nav-two .dc-testimonial-slider-button,
.thm-btn.hover-white:hover {
    background-color: var(--color-white);
    color: var(--color-primary)
}

.testimonial-nav-two .dc-testimonial-slider-button:hover {
    background-color: var(--color-yellow);
    border-color: #7c3488;
    color: #7c3488
}

.ec-news,
.xb-award,
.xb-blog {
    background: var(--color-white)
}

.sc-testimonial-nav {
    margin-left: -18px
}

.sc-testimonial-nav .dc-testimonial-nav-item .xb-item--content {
    text-align: left
}

.sc-testimonial-nav .dc-testimonial-nav-item .xb-item--desig {
    color: var(--color-white)
}

.sc-testimonial-slider .testimonial_wrapper .xb-title {
    max-width: 100%;
    text-align: left;
    font-size: 45px;
    line-height: 57px
}

@media (max-width:1199px) {
    .sc-testimonial-slider .testimonial_wrapper .xb-title {
        font-size: 35px;
        line-height: 55px
    }
}

.sc-testimonial-inner {
    padding: 0 30px
}

.xb-blog {
    box-shadow: 0 4px 13px 0 #e9e9e4;
    margin: 0 -70px 30px
}

.comments-form,
.faq__blockchain .accordion_box .block,
.social-share li a,
.widget {
    box-shadow: 0 8px 15px 0 rgba(220, 220, 220, .25)
}

.xb-blog .xb-item--img {
    margin-right: 60px;
    display: inline-block;
    overflow: hidden
}

.xb-blog .xb-item--img img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-blog .xb-item--inner {
    width: 84%
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .xb-cta.cta-left {
        margin-left: 0
    }
    .xb-cta.cta-right {
        margin-right: 0
    }
    .cta-box,
    .xb-blog,
    .xb-feature {
        margin-left: 0;
        margin-right: 0
    }
    .testimonial-carousel .xb-swiper-arrow-prev {
        left: 10px
    }
    .testimonial-carousel .xb-swiper-arrow-next {
        right: 10px
    }
    .xb-blog .xb-item--inner {
        flex-wrap: nowrap
    }
}

@media (max-width:1199px) {
    .xb-blog {
        margin-left: 0;
        margin-right: 0
    }
    .xb-blog .xb-item--inner {
        width: 75%;
        padding: 40px 10px 40px 0;
        flex-wrap: nowrap
    }
}

@media (max-width:991px) {
    .xb-blog .xb-item--inner {
        width: 100%;
        flex-wrap: wrap
    }
}

.xb-blog .xb-item--location {
    display: block
}

.xb-blog .xb-item--location svg {
    margin-right: 8px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.xb-blog .xb-item--location i,
.xb-blog--two .xb-item--location svg {
    margin-right: 10px
}

.xb-blog .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 36px;
    padding: 18px 0 14px
}

@media (max-width:1199px) {
    .xb-blog .xb-item--title {
        font-size: 22px
    }
}

.xb-blog .xb-item--title a,
article .post-title a {
    color: currentColor
}

.xb-blog .xb-item--holder {
    padding-bottom: 38px
}

.xb-blog .xb-item--avater {
    position: relative;
    padding-right: 40px;
    margin-right: 30px;
    margin-top: 15px
}

.xb-blog .xb-item--avater::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-right: 1px solid #e8e4de
}

.xb-blog .xb-item--details {
    margin-top: 15px
}

.xb-blog .xb-item--avt_img {
    margin-right: 11px
}

.xb-blog .xb-item--avt_img img {
    border-radius: 100px
}

.xb-blog .xb-item--sub-title {
    font-size: 16px;
    line-height: 24px
}

.xb-blog .xb-item--name {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--color-heading)
}

.xb-blog .xb-item--button .blog-btn {
    padding: 17px 40px
}

.xb-blog .xb-item--date {
    border-bottom: 1px dashed var(--color-white);
    margin-bottom: 35px
}

.xb-blog .xb-item--date .number {
    font-size: 40px;
    line-height: 60px;
    color: var(--color-yellow);
    display: block
}

.social-share li a:hover,
.xb-blog .xb-item--date .year,
.xb-blog .xb-item--time span,
.xb-process.active .xb-item--text,
.xb-process.active .xb-item--title,
.xb-process:hover .xb-item--text,
.xb-process:hover .xb-item--title {
    color: var(--color-white)
}

.xb-blog .xb-item--date .year {
    display: block;
    padding-bottom: 30px
}

.xb-blog .xb-item--time span i {
    margin-right: 7px
}

.xb-blog .xb-item--schedule {
    text-align: center;
    background: var(--color-primary);
    padding: 68px 20px 79px;
    width: 16%
}

@media (max-width:1199px) {
    .xb-blog .xb-item--schedule {
        width: 25%
    }
    .post-info-list {
        padding-left: 0
    }
}

.xb-blog .xb-item--shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.xb-blog .xb-item--shape img {
    height: 100%
}

.xb-blog--two {
    margin: 0 0 30px;
    padding-right: 27px
}

.xb-blog--two .xb-item--img {
    width: 220px;
    margin-right: 70px
}

@media (max-width:767px) {
    .xb-cta {
        padding: 40px 30px
    }
    .cta-button a {
        font-size: 16px;
        padding: 22px 20px
    }
    .cta-wrap {
        padding: 50px 30px
    }
    .cta-wrap .xb-item--img {
        display: none
    }
    .testimonial_wrapper .xb-title {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0
    }
    .ec-testimonial-wrpper {
        padding: 50px 20px
    }
    .ec-testimonial .content {
        font-size: 20px;
        line-height: 40px
    }
    .testimonial-inner {
        padding: 0 50px
    }
    .sc-testimonial-slider .testimonial_wrapper .xb-title {
        font-size: 22px;
        line-height: 40px
    }
    .xb-blog--two {
        padding-right: 0
    }
    .xb-blog--two .xb-item--img {
        width: 100%;
        margin-right: 0
    }
}

.xb-blog--two .xb-item--author {
    width: calc(100% - 290px)
}

@media (max-width:767px) {
    .xb-blog--two .xb-item--author {
        width: 100%
    }
}

.xb-blog--two .xb-item--title {
    max-width: 320px;
    font-size: 22px;
    line-height: 34px;
    padding: 22px 0 30px
}

.xb-blog--two .xb-item--location {
    display: block;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 24px
}

.xb-blog--two .xb-item--blg_date {
    position: absolute;
    top: 100px;
    left: 170px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background: #6a2875;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.xb-blog--two .xb-item--blg_date span {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -.03em;
    text-transform: capitalize;
    color: var(--color-white)
}

.text-24,
.xb-blog--two .xb-item--blg_date .number {
    font-size: 24px
}

.xb-blog--two .blog-button .thm-btn--two {
    padding: 18px 30px;
    background: var(--color-white);
    border: 1px solid #e8e8e8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.latest__comments .reply:hover,
.social-share li a:hover,
blockquote .quote {
    background-color: var(--color-primary)
}

.xb-blog--two .blog-button .thm-btn--two:hover {
    color: var(--color-primary);
    border-color: var(--color-yellow)
}

.thm-btn.donate-btn:hover svg path,
.thm-btn.hover-white:hover svg path,
.thm-btn.hover-yellow:hover svg path,
.xb-blog--two .blog-button .thm-btn--two:hover svg path {
    fill: var(--color-primary)
}

.card-img-top img,
.career img,
.post-details .post-thumb img,
.xb-blog--two .xb-item--inner,
.xb-menu-primary .xb-megamenu .elementor-container>.elementor-column {
    width: 100%
}

.post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.post-thumbnail-wrapper img {
    -webkit-transition: .5s cubic-bezier(.25, 1, .5, 1);
    -o-transition: .5s cubic-bezier(.25, 1, .5, 1);
    transition: .5s cubic-bezier(.25, 1, .5, 1)
}

.post-meta {
    margin-bottom: 20px;
    margin-top: -4px
}

.post-meta li {
    font-size: 16px;
    line-height: 25px;
    margin-right: 50px;
    margin-top: 7px
}

.post-meta li i {
    margin-right: 5px;
    color: #191b1e
}

.post-meta li a {
    color: #787b84
}

article .post-title {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 35px;
    letter-spacing: -.02em;
    word-break: break-word
}

.post-read-more .xb-btn {
    padding: 18px 40px
}

.post-details h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px
}

.post-details h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px
}

.post-details p,
.team_member_details_card .icon_list>li {
    font-size: 18px;
    line-height: 30px
}

blockquote {
    padding: 40px 55px 40px 130px;
    position: relative;
    font-family: var(--font-heading);
    margin: 40px 0
}

blockquote p {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    line-height: 34px;
    margin-bottom: 20px !important
}

.post-info-list li,
blockquote span {
    font-size: 18px;
    color: #787b84
}

blockquote span {
    font-weight: 500;
    padding-left: 27px;
    position: relative
}

blockquote span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 17px;
    height: 1px;
    background-color: #787b84;
    content: ""
}

.comments-form,
.social-share li a,
.team_member_details_card,
.widget {
    background-color: var(--color-white)
}

blockquote .quote {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    -ms-border-radius: 20px 0;
    -o-border-radius: 20px 0
}

.main-content .form-group,
.post-info-list li:not(:last-child) {
    margin-bottom: 18px
}

.post-info-list li img {
    margin-right: 12px
}

.post-tags .tag-title {
    font-size: 20px;
    margin-right: 15px;
    margin-top: 20px;
    font-weight: 500;
    font-family: var(--font-body)
}

.social-share li a {
    color: var(--color-primary);
    font-size: 13px;
    width: 32px;
    height: 32px;
    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
}

.social-share .title {
    font-size: 20px;
    margin-right: 15px;
    margin-top: 20px;
    font-weight: 600
}

.post-comments .title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500
}

.latest__comments .comments-box {
    border-top: 1px solid var(--color-border-2);
    padding: 30px 0
}

.latest__comments .comments-text {
    overflow: hidden;
    font-size: 18px;
    line-height: 30px
}

.latest__comments .comments-avatar {
    border-radius: 50%;
    float: left
}

@media (max-width:767px) {
    .post-details h2,
    article .post-title {
        font-size: 24px
    }
    .post-details h3 {
        font-size: 22px
    }
    blockquote {
        padding: 30px 55px 30px 100px
    }
    .latest__comments .comments-avatar {
        float: none;
        margin-bottom: 10px
    }
    .latest__comments li.children {
        margin-left: 0
    }
}

.latest__comments .comments-avatar img {
    border-radius: 50%;
    width: 80px !important;
    margin-right: 30px
}

.latest__comments li:last-child .comments-box {
    padding-bottom: 0
}

.latest__comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .service_facilities_group>li {
        flex: 0 0 50%
    }
    .latest__comments .comments-avatar {
        float: left;
        margin-bottom: 0
    }
    .latest__comments li.children {
        margin-left: 50px
    }
}

.latest__comments .avatar-name {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.latest__comments .avatar-name h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: -.2px;
    font-family: var(--font-body)
}

.latest__comments .avatar-name span {
    font-size: 15px;
    color: var(--color-default)
}

.latest__comments .reply {
    color: #787b84;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 1;
    position: absolute;
    right: 0;
    margin-top: 0;
    top: 0;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #eee5e5;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.latest__comments .reply:hover {
    color: var(--color-white)
}

.latest__comments--2 p {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-black)
}

.widget {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px
}

.widget__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: var(--font-body)
}

.widget__search input {
    height: 60px;
    background-color: #f7f5f2;
    padding: 20px;
    border: 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.widget__search input::-webkit-input-placeholder {
    color: #8f959f;
    opacity: 1
}

.widget__search input::-moz-placeholder {
    color: #8f959f;
    opacity: 1
}

.widget__search input:-ms-input-placeholder {
    color: #8f959f;
    opacity: 1
}

.widget__search input:-moz-placeholder {
    color: #8f959f;
    opacity: 1
}

.contact_method_list a:hover,
.footer-bottom .link-bar a:hover i,
.instant_contact_form .small_title i,
.team_member_details_card .icon_list strong,
.widget__category li a.active,
.widget__category li a:hover,
.widget__search button,
.xb-career .xb-item--holder p span,
.xb-menu-primary .xb-menu-toggle:hover,
.xb-menu-primary li.current-menu-ancestor>a,
.xb-menu-primary li.current-menu-item>a,
.xb-menu-primary li.current_page_ancestor>a,
.xb-menu-primary li.current_page_item>a,
.xb-menu-primary li>a.current,
.xb-menu-primary li>a:hover {
    color: var(--color-primary)
}

.widget__search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent
}

.widget__category li:not(:last-child) {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e7e9ee
}

.widget__category li a {
    position: relative;
    display: block;
    z-index: 1;
    color: #888686;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.widget__category li a i {
    font-size: 13px
}

.widget__post-item .post-thumb {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.widget__post-item .post-thumb img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%;
    object-fit: cover
}

.widget__post-item:hover .post-title a {
    background-size: 100% 100%
}

.widget__post-item .post-meta a {
    font-size: 12px;
    color: #4a4c51;
    position: relative
}

.widget__post-item .post-meta a:not(:last-child) {
    margin-right: 9px;
    padding-right: 12px
}

.widget__post-item .post-meta a:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 1px;
    height: 15px;
    background-color: #e6e6e6
}

.widget__post-item .post-meta a i {
    margin-right: 10px;
    color: #191b1e
}

.widget__post-item .post-content {
    width: calc(100% - 110px)
}

.widget__post-item .post-content .post-title {
    font-size: 16px;
    font-family: var(--font-body);
    color: var(--color-black);
    font-weight: 600
}

.widget__post-item .post-content .post-title a {
    color: inherit
}

.comments-form {
    padding: 40px 50px 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.comments-form .title {
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 500
}

.comments-form .form input,
.comments-form .form textarea {
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px 0 46px;
    width: 100%;
    font-size: 15px;
    color: var(--color-black);
    border-radius: 10px;
    background-color: #f7f5f2;
    border: 2px solid #f7f5f2;
    font-weight: 400;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.ec-news .xb-item--title a,
.xb-news .xb-item--title a,
.xb-team .xb-item--title a {
    color: currentColor
}

.comments-form .form input::-webkit-input-placeholder,
.comments-form .form textarea::-webkit-input-placeholder {
    color: #8f959f;
    opacity: 1
}

.comments-form .form input::-moz-placeholder,
.comments-form .form textarea::-moz-placeholder {
    color: #8f959f;
    opacity: 1
}

.comments-form .form input:-ms-input-placeholder,
.comments-form .form textarea:-ms-input-placeholder {
    color: #8f959f;
    opacity: 1
}

.comments-form .form input:-moz-placeholder,
.comments-form .form textarea:-moz-placeholder {
    color: #8f959f;
    opacity: 1
}

.comments-form .form input:focus,
.comments-form .form textarea:focus,
.job-apply__form input:focus,
.job-apply__form textarea:focus {
    border-color: var(--color-primary)
}

.comments-form .form textarea {
    height: 150px;
    padding-top: 14px
}

.comments-form .form .icon {
    position: absolute;
    top: 13px;
    left: 20px;
    z-index: 1
}

.comments-form__btn button {
    padding: 18px 35px
}

.xb-award {
    border-radius: 20px;
    box-shadow: 0 62px 73px 0 #dad9d6;
    border: 1px solid #f2f6ff;
    overflow: hidden;
    margin-left: -70px;
    margin-right: -70px;
    padding: 0 70px
}

.xb-award .xb-shape .shape--one {
    position: absolute;
    top: -7px;
    right: -50px
}

.xb-award .xb-shape .shape--two {
    position: absolute;
    bottom: 22px;
    right: -50px
}

.award-left {
    padding: 78px 0
}

.brand_award {
    justify-content: end;
    margin-top: -9px;
    margin-bottom: -40px;
    max-height: 550px
}

.brand_award .xb-item--holder.change-holder {
    margin-top: -139px
}

.brand_award .xb-item--item {
    border-radius: 10px;
    width: 160px;
    height: 180px;
    box-shadow: 0 8px 18px 0 #e4e4e4;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .xb-blog .xb-item--schedule {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 27px;
        padding: 20px
    }
    .xb-blog .xb-item--shape {
        width: 100%
    }
    .xb-blog .xb-item--shape img {
        width: 100%;
        object-fit: cover
    }
    .brand_award {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .brand_award .xb-item--item {
        width: 140px
    }
    .xb-news.xb-line::before {
        display: none
    }
}

.brand_award .xb-item--item:not(:last-child),
.contact_form .form-group,
.form-group:not(:last-child),
.job-apply__holder p,
.sc-funfact-item:not(:last-child) {
    margin-bottom: 30px
}

.marquee-first {
    -webkit-animation: 25s linear infinite marquee;
    animation: 25s linear infinite marquee
}

.marquee-2 {
    -webkit-animation: 25s linear infinite marquee2;
    animation: 25s linear infinite marquee2
}

@-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%)
    }
}

.xb-news-wrap {
    border-top: 1px solid #e8e4de;
    border-bottom: 1px solid #e8e4de;
    padding: 50px 0
}

.xb-news.xb-line::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background: #d9d9d9
}

.xb-news .xb-item--img {
    border-radius: 20px;
    display: inline-block;
    overflow: hidden
}

.xb-news .xb-item--img img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-news .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
    max-width: 333px
}

.xb-news .xb-item--button .news-btn {
    color: var(--color-primary);
    display: flex;
    align-items: center
}

.xb-news .xb-item--button .news-btn span {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(93, 106, 131, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.ec-btn .ec-news span svg,
.xb-news .xb-item--button .news-btn span svg {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-news:hover .xb-item--button .news-btn span svg {
    transform: rotate(45deg)
}

.ec-news {
    border-radius: 20px;
    padding: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.ec-news:hover .xb-item--img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.ec-news .xb-item--img {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.ec-news .xb-item--img img,
.footer-bottom .social-link a svg path,
.thm-btn.donate-btn svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.ec-btn .ec-news,
.xb-process::after {
    -webkit-transition: .4s;
    -o-transition: .4s
}

.ec-news .xb-item--cat {
    font-size: 14px;
    color: var(--color-white);
    background: #06083c;
    border-radius: 30px;
    padding: 2px 20px;
    position: absolute;
    left: 30px;
    top: -15px
}

.ec-news .xb-item--holder {
    padding: 40px 30px 30px;
    height: 300px;
    position: relative
}

@media (max-width:1199px) {
    .sidebar-area {
        padding-left: 0
    }
    .widget__title {
        font-size: 20px
    }
    .ec-news .xb-item--cat {
        left: 20px
    }
    .ec-news .xb-item--holder {
        padding: 40px 20px 30px
    }
}

.ec-news .xb-item--left {
    padding-right: 30px
}

.ec-news .xb-item--ad-text {
    font-size: 16px;
    padding-left: 9px
}

.ec-news .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #0f172a;
    padding-top: 30px
}

.ec-news:hover .ec-btn .ec-news {
    background: #1140c0;
    border: 1px solid #1140c0;
    color: var(--color-white)
}

.ec-btn .ec-news {
    border: 1px solid #e1e7e8;
    box-shadow: none;
    padding: 17px 38px;
    transition: .4s
}

.news-shape .shape--one {
    top: 21%;
    left: 116px
}

.news-shape .shape--two {
    bottom: 19%;
    right: 101px
}

.xb-process {
    text-align: center;
    padding-bottom: 44px;
    position: relative;
    z-index: 1;
    height: auto;
    width: 430px
}

.xb-process::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72%;
    opacity: 0;
    border-radius: 10px 10px 0 0;
    background: #67a859;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .4s
}

.xb-process .xb-item--img {
    border-radius: 50%;
    display: inline-block
}

.xb-process .xb-item--img .number {
    background: var(--color-white);
    height: 50px;
    width: 50px;
    bottom: 0;
    right: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: var(--color-heading);
    font-size: 26px;
    line-height: 28px
}

.xb-process .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    text-transform: capitalize;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-process .xb-item--text {
    max-width: 298px;
    display: inline-block;
    color: var(--color-heading);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.ec-team,
.xb-team img {
    -webkit-transition: .4s;
    -o-transition: .4s
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .xb-award {
        margin-left: 0;
        margin-right: 0
    }
    .xb-process-wrap {
        flex-wrap: nowrap
    }
}

@media (max-width:1199px) {
    .ec-news .xb-item--title {
        font-size: 20px;
        line-height: 30px
    }
    .xb-process-wrap {
        flex-wrap: nowrap
    }
}

.xb-team {
    overflow: hidden;
    border-radius: 15px
}

.xb-team img {
    height: 100%;
    width: 100%;
    transition: .4s
}

.xb-team .xb-item--holder {
    text-align: center;
    position: absolute;
    bottom: 22px;
    left: 20px;
    right: 20px;
    background: var(--color-white);
    border-radius: 10px;
    padding: 21px 10px 0
}

.xb-team .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .xb-team .xb-item--title {
        font-size: 18px
    }
}

@media (max-width:1199px) {
    .xb-team .xb-item--title {
        font-size: 18px
    }
}

.xb-team .xb-item--text {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px
}

.xb-team .xb-item--social_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #0077b5;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.xb-team .xb-item--social_link i {
    color: var(--color-white)
}

.ec-team {
    transition: .4s;
    min-height: 400px
}

.ec-team .xb-item--social-link,
.ec-team::before {
    transform: translateX(-50%);
    -webkit-transition: .4s;
    -o-transition: .4s
}

.ec-team::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    height: 401px;
    width: 216px;
    background: var(--xb-track-color);
    border-radius: 116px;
    transition: .4s
}

.ec-team .xb-item--shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    height: 100%
}

.ec-team .xb-item--shape img,
.xb-logo-mobile img {
    height: 100%
}

.ec-team .xb-item--avater {
    position: relative;
    z-index: 2;
    padding-top: 69px
}

.ec-team .xb-item--img {
    overflow: hidden;
    border-radius: 100%
}

.ec-team .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 22px;
    color: var(--xb-track-color);
    padding: 20px 0 2px
}

.ec-team .xb-item--title a {
    color: currentColor
}

.ec-team .xb-item--text {
    font-size: 16px;
    line-height: 24px
}

.ec-team .xb-item--social-link {
    height: 40px;
    width: 40px;
    background: var(--color-white);
    border-radius: 100%;
    box-shadow: 0 2px 6px 0 rgba(6, 8, 60, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 2;
    transition: .4s
}

.ec-team .xb-item--social-link i {
    color: var(--xb-track-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.ec-team:hover .xb-item--social-link {
    border: 1px solid #1140c0
}

.team-shape .shape--one {
    top: 52%;
    right: 125px
}

.team_member_details_card {
    padding: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.team_member_details_card .team_member_image {
    height: 454px;
    flex: 0 0 490px;
    overflow: hidden;
    margin: 0 100px 0 0;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

@media (max-width:1199px) {
    .xb-team .xb-item--text {
        font-size: 14px
    }
    .team_member_details_card {
        gap: 30px;
        margin-bottom: 80px;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 30px 40px
    }
    .team_member_details_card .team_member_image {
        margin: 0 50px 0 0
    }
}

.team_member_details_card .team_member_image img {
    height: 100%;
    object-fit: cover
}

.team_member_details_card .team_member_name {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
    font-family: var(--font-body)
}

.team_member_details_card .icon_list {
    gap: 14px;
    margin-bottom: 40px
}

.team_member_details_card .social_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: var(--font-body)
}

.unordered_list_block {
    display: flex;
    flex-direction: column
}

.icon_list>li {
    gap: 10px;
    display: flex;
    font-size: 16px;
    line-height: 28px;
    align-items: flex-start
}

.unordered_list_block>li {
    width: 100%;
    display: block
}

.contact_method_list,
.social_icons_block {
    gap: 10px
}

.social_icons_block a {
    width: 40px;
    height: 40px;
    display: flex;
    flex: 0 0 auto;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e4de;
    color: var(--color-primary)
}

.details_item_info_title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 17px
}

.faq__blockchain {
    margin: 0 133px
}

.faq__blockchain1,
.xb-menu-primary .xb-megamenu .xb-link li {
    margin: 0
}

@media (max-width:1199px) {
    .faq__blockchain {
        margin: 0 50px
    }
}

.faq__blockchain .accordion_box,
.menu {
    list-style: none
}

.faq__blockchain .accordion_box .block {
    background: var(--color-white);
    margin: 10px 0;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.faq__blockchain .accordion_box .block .acc-btn {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-primary);
    position: relative;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.faq__blockchain .accordion_box .block .acc_body {
    position: relative;
    display: none
}

.custom-checkbox input:checked~.checkmark:after,
.faq__blockchain .accordion_box .block .acc_body.current {
    display: block
}

.faq__blockchain .accordion_box .block .content {
    border-top: 0;
    line-height: 28px;
    color: var(--color-primary);
    padding: 0 45px 35px 60px
}

.faq__blockchain .accordion_box .block .qus {
    font-weight: 600;
    font-size: 22px;
    color: rgba(11, 57, 72, .5);
    padding-right: 13px
}

.footer-bottom--three .social-link a:hover i,
.xb-footer .footer-widget.ec-footer-widget .xb-item--title {
    color: #69f1ff
}

.faq__blockchain .accordion.block.active-block {
    background: var(--color-primary)
}

.faq__blockchain .accordion.block.active-block .content,
.footer-bottom .copyright p,
.footer-bottom .copyright p a,
.section-title .clr-white {
    color: var(--color-white)
}

.faq__blockchain .accordion.block.active-block .qus {
    font-weight: 600;
    font-size: 22px;
    color: var(--color-white);
    opacity: .5
}

.faq__blockchain .accordion.block.active-block .acc-btn {
    color: var(--color-white);
    padding-bottom: 22px
}

.faq__blockchain .accordion.block.active-block .acc-btn .arrow {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: var(--color-yellow)
}

.faq__blockchain .acc-btn.active .arrow span::after,
.faq__blockchain .acc-btn.active .arrow::after,
.faq__blockchain .accordion.block.active-block .acc-btn .arrow span::after,
.faq__blockchain .accordion.block.active-block .acc-btn .arrow::after {
    opacity: 1
}

.faq__blockchain .acc-btn.active .arrow span::before,
.faq__blockchain .accordion.block.active-block .acc-btn .arrow span::before,
.xb-swiper-slide:not(.swiper-slide-visible) {
    opacity: 0
}

.faq__blockchain .acc-btn::after,
.faq__blockchain .acc-btn::before,
.xb-hamburger-menu {
    display: none
}

.faq__blockchain .acc-btn span {
    margin: 0 !important
}

.faq__blockchain .arrow {
    position: absolute;
    top: 35px;
    right: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #f5f3f0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq__blockchain .arrow span::after,
.faq__blockchain .arrow span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: var(--color-primary)
}

.faq__blockchain .arrow span::after {
    content: "\f068";
    opacity: 0;
    z-index: 1;
    top: 48%
}

.xb-protfolio:hover .xb-item--img img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.xb-protfolio .xb-item--img {
    overflow: hidden;
    border-radius: 20px
}

.xb-protfolio .xb-item--img a {
    width: 100%;
    height: 498px;
    display: inline-block
}

@media (max-width:991px) {
    .xb-process {
        padding: 0 20px 40px;
        width: auto
    }
    .xb-process-wrap {
        flex-wrap: wrap
    }
    .faq__blockchain {
        margin: 0
    }
    .xb-protfolio .xb-item--img a {
        height: 350px
    }
}

.xb-protfolio .xb-item--img img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.xb-protfolio .xb-item--holder {
    padding-top: 27px
}

.xb-protfolio .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--xb-track-color);
    padding-bottom: 5px
}

.xb-protfolio .xb-item--title a {
    color: currentColor
}

.xb-protfolio .xb-item--text {
    font-size: 14px
}

.xb-protfolio .xb-item--arrow {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    box-shadow: 0 1px 6px 0 rgba(93, 106, 131, .25);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-protfolio:hover .xb-item--arrow {
    background: #1140c0
}

.job-apply__form .xb-btn,
.portfolio_details_info_list,
.xb-protfolio-two:hover .xb-item--arrow {
    background-color: var(--color-primary)
}

.ec-contact_right .ec-btn .con-btn svg,
.xb-protfolio:hover .xb-item--arrow svg {
    filter: brightness(100)
}

.protfolio-shape .shape--one {
    top: 308px;
    left: 103px
}

.protfolio-shape .shape--two {
    bottom: 46%;
    right: 108px
}

.portfolio-pb {
    padding-bottom: 471px
}

.xb-protfolio-two:hover .xb-item--arrow svg {
    filter: unset
}

.footer-bottom .social-link a:hover svg path,
.xb-protfolio-two:hover .xb-item--arrow svg path {
    fill: var(--color-yellow)
}

.thm-btn.btn-main:hover svg path,
.xb-support_box .xb-item--sup-button .sup-btn:hover svg path {
    fill: var(--color-primary)
}

.portfolio_details_info_list {
    row-gap: 6px;
    column-gap: 50px;
    padding: 40px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.portfolio_details_info_list li {
    color: #d8e3f8;
    font-size: 18px;
    line-height: 30px
}

.portfolio_details_info_list li strong {
    font-weight: 500;
    color: var(--color-white);
    margin-right: 10px
}

.portfolio-single__content h3 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 40px;
    text-transform: capitalize
}

.portfolio-singe__list {
    padding-right: 15%
}

.portfolio-singe__list li {
    margin-top: 20px;
    width: 50%;
    font-size: 18px;
    font-weight: 500
}

.portfolio-singe__list li img {
    margin-right: 6px
}

.ec-contact_left .xb-item--img {
    padding-top: 5px;
    margin-left: -86px;
    z-index: -2;
    position: relative
}

.ec-contact_left .xb-item--holder {
    -webkit-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    transform: translateY(-34px)
}

@media (max-width:991px) {
    .ec-contact_left .xb-item--img {
        margin-left: 0;
        margin-bottom: 30px
    }
    .ec-contact_left .xb-item--holder {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .ec-contact_right {
        margin-left: 0
    }
}

.ec-contact_left .xb-item--call-icon {
    background: #1140c0;
    height: 64px;
    width: 64px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.ec-contact_left .xb-item--call_info {
    padding-left: 20px;
    transform: translateY(4px)
}

.ec-contact_left .xb-item--call_text {
    font-size: 20px
}

.ec-contact_left .xb-item--num_text {
    font-weight: 600;
    font-size: 34px;
    color: #06083c;
    padding-top: 6px
}

.ec-contact_right {
    background: var(--color-white);
    border-radius: 20px;
    padding: 30px 40px;
    margin-left: 0
}

.ec-contact_right .xb-item--title {
    font-size: 32px;
    line-height: 64px;
    text-transform: capitalize;
    color: #06083c
}

.contact_method_list .text,
.support_step .text {
    font-size: 17px;
    font-weight: 500
}

.ec-contact_right .ec-btn {
    padding: 17px 0 20px
}

.ec-contact_right .ec-btn .con-btn {
    background: #0b3948;
    color: var(--color-white);
    text-align: center;
    display: block;
    width: auto
}

.ec-contact-form .input-field input,
.ec-contact-form .input-field select,
.ec-contact-form .input-field textarea {
    border: 1px solid #e1e7e8;
    border-radius: 10px;
    background: #f5f5f5;
    padding-left: 48px;
    height: 60px;
    margin-bottom: 20px
}

.contact_method_list .icon,
.post-tags li span,
.support_step:before,
.tagcloud a:hover,
.tags-links a:hover {
    background-color: var(--color-primary)
}

.ec-contact-form .input-field .xb-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.ec-contact-form .massage-field textarea {
    height: 171px;
    padding-top: 16px
}

.contact-shape .shape--1 {
    left: 14%;
    top: 34%
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .contact-shape .shape--1 {
        left: 0
    }
}

@media (max-width:1199px) {
    .portfolio-singe__list {
        padding-right: 0
    }
    .contact-shape .shape--1 {
        left: 0
    }
}

.contact-shape .shape--2 {
    left: 31%;
    top: 34%
}

.contact-shape .shape--three {
    bottom: 43.5%;
    right: 224px
}

.xb-contact-bg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.contact_info_box1 .iconbox_block {
    height: auto !important
}

.contact_info_box .iconbox_block {
    padding: 60px 30px 52px;
    border-radius: 20px;
    height: 300px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 8px 15px 0 rgba(220, 220, 220, .25)
}

.contact_info_box .iconbox_block .iconbox_icon img {
    max-width: 24px
}

.contact_info_box .iconbox_block .iconbox_icon {
    width: 60px;
    height: 60px;
    margin: 0 0 32px;
    background-color: #f7f5f2;
    border: 1px solid #eee5e5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.contact_info_box .iconbox_block .iconbox_title {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-body);
    margin-bottom: 30px
}

.contact_method_box {
    padding: 46px 50px 50px;
    background-color: var(--color-white);
    border-radius: 20px;
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, .3)
}

.contact_method_list a {
    gap: 20px;
    align-items: center;
    display: inline-flex;
    color: var(--bs-dark)
}

.contact_method_list .icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    color: var(--color-white);
    justify-content: center
}

.contact_method_list .icon i {
    animation: none
}

.support_step {
    gap: 10px;
    z-index: 1;
    position: relative
}

.support_step:before {
    top: 0;
    bottom: 0;
    left: 20px;
    width: 1px;
    content: '';
    z-index: -1;
    position: absolute
}

.contact_form,
.instant_contact_form,
.support_step .serial_number {
    background-color: var(--color-white)
}

.support_step>li {
    gap: 10px;
    display: flex;
    align-items: center
}

.support_step .serial_number {
    width: 40px;
    height: 40px;
    display: flex;
    flex: 0 0 auto;
    padding-top: 4px;
    font-weight: 500;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    border: 1px solid var(--color-primary)
}

.support_step .text {
    padding-top: 4px
}

.contact_form {
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 8px 15px 0 rgba(220, 220, 220, .25);
    margin-right: 60px
}

.funfact_block,
.instant_contact_form {
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, .3)
}

.instant_contact_form {
    padding: 50px;
    border-radius: 20px
}

.home-three,
.home-three main {
    background-color: #f5f5f5
}

.instant_contact_form .small_title {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 26px;
    color: var(--bs-dark);
    text-transform: uppercase
}

.post-tags li,
.sc-funfact-item p,
.tagcloud a,
.tags-links a,
.xb-fanfact .xb-item--text {
    text-transform: capitalize
}

.instant_contact_form .form_title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 19px
}

.instant_contact_form .form-group .form-control,
.instant_contact_form .form-group .form-select {
    box-shadow: none;
    padding-left: 50px;
    caret-color: var(--bs-dark)
}

.instant_contact_form .form-group .form-control:focus,
.instant_contact_form .form-group .form-select:focus {
    background-color: var(--bs-light);
    border-color: rgba(0, 68, 235, .1)
}

.instant_contact_form .form-group .input_title {
    top: 22px;
    left: 22px;
    position: absolute
}

.instant_contact_form .form-group .input_title i {
    color: #676767;
    animation: none
}

.gmap_canvas {
    margin-left: -45px
}

.gmap_canvas iframe {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.form-group .icon {
    position: absolute;
    bottom: 7px;
    top: 48px;
    left: 20px
}

.form-group .form-control,
.form-group .form-select {
    padding: 0 24px 0 46px;
    font-size: 16px;
    transition: .3s;
    background-color: #f7f5f2;
    border: 1px solid #eee5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.form-group .form-control::placeholder,
.form-group .form-select::placeholder {
    color: #8f959f;
    font-size: 16px;
    transform: translateY(3px)
}

.form-group .form-control:-ms-input-placeholder,
.form-group .form-select:-ms-input-placeholder {
    color: #8f959f;
    font-size: 16px;
    transform: translateY(3px)
}

.form-group .form-control::-ms-input-placeholder,
.form-group .form-select::-ms-input-placeholder {
    color: #8f959f;
    font-size: 16px;
    transform: translateY(3px)
}

.form-group input.form-control,
.form-group select.form-select {
    height: 50px
}

.form-group textarea.form-control {
    min-height: 137px;
    padding: 15px 25px 25px 46px
}

.form-group .form-select {
    color: #8c8f92
}

.input_title {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 17px;
    font-family: var(--font-body)
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

@media (min-width:1024px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.home-three {
    color: var(--color-default-two)
}

.mxw_1660 {
    max-width: 1660px
}

.mxw_1820 {
    max-width: 1820px
}

.px-60 {
    padding: 0 60px
}

.g-15 {
    padding: 0 5px
}

.g-15>* {
    padding-left: 8px;
    padding-right: 8px
}

.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-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);
    border-color: var(--color-primary)
}

.body-overlay {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s
}

.tags-links a {
    min-height: 32px;
    padding: 2px 17px
}

.body-overlay.active {
    opacity: .5;
    visibility: visible
}

.demo-senior-care .body_wrap {
    background-color: var(--color-white);
    padding-left: 80px;
    padding-right: 80px
}

.post-tags li {
    font-size: 15px;
    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;
    padding: 0 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
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.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::after,
body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .25s cubic-bezier(.645, .045, .355, 1);
    transition: .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #222
}

.mfp-iframe-holder .mfp-content {
    max-width: 1170px
}

.xb-carousel-inner {
    margin: -30px
}

.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;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.xb-swiper-slide {
    -webkit-transition: opacity .25s cubic-bezier(.71, .02, .31, 1);
    -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -moz-transition: opacity .25s cubic-bezier(.71, .02, .31, 1);
    -ms-transition: opacity .25s cubic-bezier(.71, .02, .31, 1);
    -o-transition: opacity .25s cubic-bezier(.71, .02, .31, 1);
    transition: opacity .25s cubic-bezier(.71, .02, .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%
}

.text-12 {
    font-size: 12px
}

.letter-spacing-0 {
    letter-spacing: 0
}

.z-3 {
    position: relative;
    z-index: 3
}

.ml-auto {
    margin-left: auto
}

.xb-hover-zoom .xb-item--img img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.xb-law-swiper-arrow .xb-swiper-arrow {
    border: 1px solid rgba(255, 255, 255, .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: .3s;
    -o-transition: .3s;
    transition: .3s
}

.xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next,
.xb-law-swiper-arrow .xb-swiper-arrow:hover {
    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)
}

.text-heading,
.xb-fanfact--two .xb-item--text {
    color: var(--color-heading)
}

.pagination-style1 {
    bottom: -60px
}

.line_wrap,
.social-icon li a::after,
.social-icon li a::before {
    bottom: 0;
    top: 0;
    position: absolute
}

.pagination-style1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #162432
}

.career-single,
.weight-medium {
    font-weight: 500
}

.xb-blur {
    background: var(--color-primary);
    filter: blur(139px);
    height: 481px;
    width: 481px;
    border-radius: 50%;
    z-index: -2
}

@media (max-width:991px) {
    .contact_form {
        margin-right: 0
    }
    .gmap_canvas {
        margin-left: 0
    }
    .container.px-60 {
        padding-left: 15px;
        padding-right: 15px
    }
    .margin-none-md {
        margin-bottom: 0
    }
    .xb-blur {
        height: 300px;
        width: 300px
    }
}

.social-icon li:not(:last-child) {
    margin-right: 31px
}

.social-icon li a {
    color: #fff;
    font-size: 24px;
    height: 64px;
    width: 64px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.social-icon li a::before {
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .4s cubic-bezier(.56, .26, .31, 1.32);
    -o-transition: .4s cubic-bezier(.56, .26, .31, 1.32);
    transition: .4s cubic-bezier(.56, .26, .31, 1.32);
    transition-delay: .1s;
    transform-style: preserve-3d;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, .15)
}

.social-icon li a::after {
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .4s cubic-bezier(.56, .26, .31, 1.32);
    -o-transition: .4s cubic-bezier(.56, .26, .31, 1.32);
    transition: .4s cubic-bezier(.56, .26, .31, 1.32);
    background-color: var(--color-primary);
    transition-delay: .1s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transform-style: preserve-3d;
    transform-origin: center
}

.thm-btn,
.thm-btn svg path {
    transition: .2s cubic-bezier(.68, .01, .58, .75)
}

.social-icon li a:hover {
    color: #020202
}

.social-icon li a:hover::before {
    transform: scale(0)
}

.social-icon li a:hover::after {
    transform: scaleX(1)
}

.row.g-150 {
    margin-left: -75px;
    margin-right: -75px
}

.row.g-150>* {
    padding-left: 75px;
    padding-right: 75px
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .demo-senior-care .body_wrap {
        padding-left: 15px;
        padding-right: 15px
    }
    .row.g-150 {
        margin-left: -35px;
        margin-right: -35px
    }
    .row.g-150>* {
        padding-left: 35px;
        padding-right: 35px
    }
}

.line_wrap {
    width: 100%;
    display: block;
    max-width: 1292px;
    margin: auto
}

.line_wrap .xb-line::after,
.line_wrap .xb-line::before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .18);
    content: "";
    z-index: 2
}

.line_wrap .xb-line::after {
    left: auto;
    right: 1px
}

.fotoer-bg,
.xb-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.xb-svg svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible
}

.hero-style-one {
    min-height: 600px
}

@media (max-width:1199px) {
    .demo-senior-care .body_wrap {
        padding: 0
    }
    .row.g-150 {
        margin-left: -20px;
        margin-right: -20px
    }
    .row.g-150>* {
        padding-left: 20px;
        padding-right: 20px
    }
    .line_wrap {
        display: none
    }
    .hero-style-one {
        padding-bottom: 110px;
        min-height: 800px
    }
    .hero-style-one .hero__content-wrap {
        padding-top: 110px
    }
}

@media (max-width:1199px) {
    .hero-right_img {
        margin-right: -100px;
        margin-top: 100px
    }
}

.hero-shape {
    position: absolute;
    top: 51px;
    right: 214px;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .hero-shape {
        top: 20px;
        right: 0
    }
    .hero-right-two {
        right: -14%
    }
    .hero-right-three {
        max-width: 600px
    }
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .line_wrap {
        max-width: 1171px
    }
    .hero-shape {
        max-width: 700px
    }
    .hero-right-two {
        right: -24%
    }
}

@media (max-width:1199px) {
    .hero-shape {
        right: -30%
    }
    .hero-right-two {
        right: -38%;
        max-width: 93%;
        top: 0;
        height: 100%
    }
    .hero-right-two img {
        height: 100%;
        object-fit: cover
    }
    .xb-review-wrap .xb-item--img img {
        height: 30px
    }
}

.xb-review-wrap .xb-item--text {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 2px
}

.xb-review-wrap .xb-item--inner {
    padding-right: 10.35px
}

.xb-review-wrap .xb-item--img {
    margin-left: -4px
}

.xb-review-wrap .xb-item--star {
    padding-bottom: 10px
}

.xb-review-wrap .xb-item--star i {
    color: #1140c0
}

.xb-review-wrap .xb-item--reating {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.xb-review-wrap .xb-item--rating_num {
    font-size: 15px;
    display: inline-block
}

.hero-right-three {
    position: absolute;
    right: 0;
    top: 72px
}

.hero-style-three {
    min-height: 828px;
    background-position: bottom center;
    overflow: hidden
}

.ec-shape .shape--one {
    top: 129px;
    left: 76px
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .ec-shape .shape--one {
        top: 50px
    }
}

@media (max-width:1199px) {
    .hero-right-three {
        max-width: 450px
    }
    .ec-shape .shape--one {
        top: 70px;
        left: 40px
    }
}

.ec-shape .shape--two {
    top: 68px;
    right: 46%
}

.ec-shape .shape--three {
    top: 201px;
    right: 49px
}

.ec-shape .shape--four {
    left: 98px;
    bottom: 37%
}

.ec-shape .shape--five {
    top: 178px;
    right: 33.5%
}

.ec-shape .shape--six {
    left: 34%;
    bottom: 70px
}

.hero-style-four {
    min-height: 779px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.sc-hero-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px
}

.funfact_block .counter_value,
.thm-btn {
    display: inline-flex;
    align-items: center
}

.sc-hero-form input {
    border: 1px solid rgba(101, 101, 101, .5);
    height: 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px;
    background-color: transparent;
    max-width: 340px
}

.sc-hero-form input::-webkit-input-placeholder {
    color: #656565;
    opacity: 1
}

.sc-hero-form input::-moz-placeholder {
    color: #656565;
    opacity: 1
}

.sc-hero-form input:-ms-input-placeholder {
    color: #656565;
    opacity: 1
}

.sc-hero-form input:-moz-placeholder {
    color: #656565;
    opacity: 1
}

.sc-hero-form button {
    padding: 17px 30px;
    color: var(--color-white);
    height: 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.sc-hero-form button:hover {
    transform: translate(0)
}

.sc-hero-content {
    background-color: var(--color-white);
    padding: 80px 90px 90px;
    margin-left: -90px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-right: 50px
}

.sc-hero-img {
    margin-right: -148px
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .sc-hero-content {
        margin-left: 0;
        margin-right: 0
    }
    .sc-hero-img {
        margin-right: -100px
    }
}

@media (max-width:1199px) {
    .hero-style-four {
        min-height: 600px
    }
    .sc-hero-form input {
        max-width: 270px
    }
    .sc-hero-content {
        margin: 0;
        padding: 40px 30px
    }
    .sc-hero-img {
        margin-right: -50px
    }
}

.hero-right-dot .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.hero-right-dot .dot--1 {
    top: 19%;
    left: 25%;
    animation: 15s linear infinite alternate animationFramesOne;
    -webkit-animation: 15s linear infinite alternate animationFramesOne
}

.hero-right-dot .dot--2 {
    background-color: var(--color-yellow);
    bottom: 25%;
    right: 24%;
    animation: 15s linear infinite alternate animationFramesFour;
    -webkit-animation: 15s linear infinite alternate animationFramesFour
}

.xb-fanfact .xb-item--fan_inner:not(:last-child) {
    margin-right: 79px
}

.xb-fanfact .xb-item--number {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -.03px
}

.xb-fanfact--two {
    overflow: hidden;
    background: #ededed;
    max-width: 707px
}

.xb-fanfact--two .xb-item--fan_inner {
    padding: 41px 0;
    width: 353px;
    background: var(--color-white)
}

.xb-fanfact--two .xb-item--fan_inner:not(:last-child) {
    margin-right: 0
}

.xb-fanfact--two .xb-item--fan_inner:first-child {
    border-radius: 0 0 20px;
    margin-right: 1px
}

.xb-fanfact--two .xb-item--fan_inner:nth-child(2) {
    border-radius: 0 0 0 20px
}

.xb-fanfact--two .xb-item--fan_inner:nth-child(3) {
    border-radius: 0 20px 0 0;
    margin-top: 1px;
    margin-right: 1px
}

.xb-fanfact--two .xb-item--fan_inner:nth-child(4) {
    border-radius: 20px 0 0;
    margin-top: 1px
}

.about-left_inner .section-title .title {
    z-index: 1;
    position: relative
}

.about-left_inner .section-title .title span {
    z-index: unset
}

.funfact_block {
    position: relative;
    padding: 40px 40px 30px;
    background-color: var(--bs-white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.funfact_block .funfact_icon {
    height: 80px;
    margin-bottom: 59px
}

.funfact_block .funfact_icon img {
    max-height: 80px
}

.funfact_block .counter_value {
    line-height: 1;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--bs-dark)
}

.funfact_block .funfact_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #5d6a83;
    font-family: var(--font-body)
}

.funfact_block .bottom_line {
    bottom: 0;
    left: 50%;
    width: 55%;
    height: 4px;
    position: absolute;
    transform: translateX(-50%)
}

.funfact_block:has(.bottom_line) {
    box-shadow: none;
    padding: 75px 40px 65px;
    border: 1px solid #e8e4de;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.funfact_block:has(.bottom_line) .counter_value {
    font-size: 65px;
    margin-bottom: 20px
}

.funfact_block:has(.bottom_line) .funfact_title {
    font-size: 18px;
    font-weight: 600
}

.sc-funfact {
    padding: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: var(--color-white);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .09)
}

.sc-funfact-item {
    background-color: #ecf7f9;
    padding: 33px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    text-align: center
}

.sc-funfact-item .xb-item--number {
    font-size: 55px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #006676
}

.sc-funfact-item p {
    color: #656565;
    font-size: 20px
}

.sc-funfact-item:nth-child(2) {
    background-color: #f4f0f4
}

.sc-funfact-item:nth-child(2) .xb-item--number {
    color: #5f2656
}

.sc-funfact-item:nth-child(3) {
    background-color: #e9f4e7
}

.job-apply,
.values-item .xb-item--holder,
.xb-career {
    background-color: var(--color-white)
}

.sc-funfact-item:nth-child(3) .xb-item--number {
    color: #67a859
}

.values-item .xb-item--holder {
    padding: 40px 70px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 65px;
    text-align: center
}

@media (max-width:767px) {
    .comments-form {
        padding: 25px 20px 30px
    }
    .comments-form .title {
        font-size: 26px
    }
    .brand_award .xb-item--item {
        width: 75px;
        height: 100px
    }
    .brand_award .xb-item--item img {
        max-width: 40px
    }
    .team_member_details_card .team_member_image {
        margin: 0
    }
    .details_item_info_title,
    .xb-cta .xb-item--title {
        font-size: 25px
    }
    .faq__blockchain .accordion_box .block .acc-btn {
        padding-left: 20px;
        padding-right: 50px;
        font-size: 18px
    }
    .faq__blockchain .accordion_box .block .content {
        padding-right: 30px;
        padding-left: 30px
    }
    .faq__blockchain .arrow {
        right: 10px
    }
    .portfolio-singe__list li {
        width: 100%
    }
    .contact_form {
        padding: 30px
    }
    .mb-30-xs {
        margin-bottom: 30px
    }
    .xb-blur {
        height: 150px;
        width: 150px
    }
    .social-icon li a {
        font-size: 18px;
        height: 55px;
        width: 54px
    }
    .hero-style-three .hero__content-wrap {
        padding-top: 100px
    }
    .ec-shape .shape {
        display: none
    }
    .sc-funfact-item .xb-item--number {
        font-size: 45px
    }
    .values-item .xb-item--holder {
        position: unset;
        margin: 0;
        padding: 30px;
        border-radius: 0
    }
}

.values-item .xb-item--holder p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.02em
}

.values-item .xb-item--title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--font-body)
}

.values-item__left {
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    overflow: hidden
}

.values-item__right {
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    overflow: hidden
}

.mlr--70 {
    margin-left: -70px;
    margin-right: -70px
}

.values-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 50px);
    z-index: -1
}

.breadcrumb__list li,
.thm-btn {
    position: relative;
    text-transform: capitalize
}

.xb-career {
    padding: 20px 50px 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.xb-career .xb-item--title {
    font-size: 26px;
    font-family: var(--font-body);
    margin-bottom: 17px
}

.xb-career .xb-item--time {
    margin-right: 10px;
    margin-bottom: 70px;
    display: inline-block
}

.footer-bottom .link-bar a:not(:last-child),
.xb-career .xb-item--time i {
    margin-right: 10px
}

.career-single__content h2 {
    font-size: 35px;
    margin-bottom: 32px
}

.career-single__content h3 {
    font-size: 30px;
    margin-bottom: 32px
}

.career-single__content p:not(:last-child) {
    margin-bottom: 28px
}

.career-single__content ul li:not(:last-child),
.term p {
    margin-bottom: 10px
}

.career-single__list {
    list-style: none;
    padding-left: 0 !important
}

.career-single__list li:not(:last-child) {
    margin-bottom: 13px
}

.career-single__list li span,
.input-filed-text span {
    color: #191b1e
}

.job-apply {
    padding: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.job-apply__holder h3 {
    font-size: 30px;
    margin-bottom: 15px
}

.job-apply__form label {
    font-size: 18px;
    font-weight: 500;
    color: #191b1e;
    margin-bottom: 10px
}

.job-apply__form input,
.job-apply__form textarea {
    height: 50px;
    width: 100%;
    background-color: #f7f5f2;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #eee5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.job-apply__form textarea {
    min-height: 100px
}

.job-apply__form .xb-btn:hover {
    background-color: #191b1e
}

.thm-btn.btn-main:hover,
.thm-btn.hover-yellow:hover {
    background-color: var(--color-yellow);
    color: var(--color-primary)
}

.sc-career-content {
    background-color: #fcf7f1;
    padding: 80px 40px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    height: 100%
}

.sc-career-content h2 {
    font-size: 45px;
    margin-bottom: 33px;
    font-weight: 400
}

.sc-career-content p {
    font-size: 18px;
    line-height: 36px
}

.sc-career-btn a {
    padding: 24px 75px
}

.breadcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 350px;
    background-position: 90% center
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .xb-fanfact--two {
        background-color: transparent;
        max-width: auto
    }
    .xb-fanfact--two .xb-item--fan_inner {
        width: auto
    }
    .breadcrumb {
        min-height: 270px
    }
}

@media (max-width:1199px) {
    .xb-fanfact--two {
        background-color: transparent;
        max-width: auto
    }
    .xb-fanfact--two .xb-item--fan_inner {
        width: auto
    }
    .funfact_block:has(.bottom_line) {
        padding: 60px 30px
    }
    .funfact_block:has(.bottom_line) .counter_value {
        font-size: 50px
    }
    .values-item {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }
    .mlr--70 {
        margin-left: 0;
        margin-right: 0
    }
    .xb-career .xb-item--time {
        margin-bottom: 30px
    }
    .breadcrumb {
        min-height: 330px;
        background-position: 75% center
    }
}

.breadcrumb__title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -.02em;
    margin-bottom: 15px;
    color: var(--color-white)
}

.breadcrumb__list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.2px;
    display: inline-block;
    color: var(--color-white)
}

.breadcrumb__list li+.breadcrumb-item::before {
    content: "|";
    color: #fff
}

.breadcrumb__list li a {
    color: rgba(221, 221, 221, .5)
}

.thm-btn {
    font-size: 18px;
    color: var(--color-primary);
    background: var(--color-yellow);
    border-style: none;
    padding: 22px 38px;
    align-self: center;
    line-height: 12px;
    letter-spacing: -.02px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 1
}

.thm-btn--three,
.thm-btn--three_btn,
.thm-btn--two {
    font-weight: 500;
    border-radius: 60px
}

.xb-backtotop,
.xb-header-menu-backdrop {
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden
}

.thm-btn:hover {
    background-color: var(--color-primary);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    color: var(--color-white)
}

.thm-btn:hover svg {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.thm-btn:hover svg path {
    fill: var(--color-white)
}

.thm-btn svg {
    margin-left: 10px;
    transition: .3s cubic-bezier(.68, .01, .58, .75)
}

.thm-btn.donate-btn {
    background: #0b3948;
    color: var(--color-white);
    padding: 17px 41px
}

.thm-btn.donate-btn:hover svg {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.thm-btn--three {
    background: #1140c0;
    color: var(--color-white)
}

.thm-btn--three:hover {
    background-color: var(--color-white);
    color: var(--xb-track-color)
}

.thm-btn--three:hover svg path {
    fill: var(--xb-track-color)
}

.sc-footer-social li a svg path,
.thm-btn--three svg path,
.thm-btn.btn-main svg path {
    fill: var(--color-white)
}

.thm-btn.btn-main {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.thm-btn--three_btn {
    background: var(--color-white)
}

.thm-btn--three_btn:hover,
.xb-backtotop.style-2 .scroll {
    background-color: #0B3948;
}

.thm-btn--sc {
    color: var(--color-white);
    background-color: #006676;
    padding: 24px 30px;
    letter-spacing: -.02em
}

.thm-btn--sc:hover {
    background-color: #5f2656
}

.btns a {
    margin: 10px
}

.xb-backtotop {
    right: 30px;
    bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.xb-backtotop.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible
}

.xb-backtotop .scroll {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: block;
    background-color: var(--color-primary);
    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;
    font-size: 14px
}

.xb-backtotop .scroll:hover {
    margin-bottom: 4px
}

.xb-backtotop.style-ins .scroll {
    background: var(--color-ins);
    color: #052328
}

.xb-backtotop.style-law .scroll {
    background: var(--color-law)
}

.xb-backtotop.style-advisor .scroll {
    background: var(--color-advisor)
}

.xb-backtotop.style-marketing .scroll {
    background: var(--color-marketing)
}

.xb-backtotop.style-business .scroll {
    background: var(--color-business);
    color: #03080b
}

.xb-nav-mobile-button {
    position: relative;
    cursor: pointer;
    font-size: 23px;
    color: var(--color-dark)
}

.xb-header-menu-backdrop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: .4s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: .4s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1)
}

#preloader,
.xb-header-menu {
    background-color: #fff;
    position: fixed
}

.xb-header-menu {
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 1010;
    overflow: hidden;
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: .4s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: .4s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .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
}

.xb-menu-close,
.xb-menu-toggle {
    background-color: rgba(0, 0, 0, .03);
    right: 0;
    position: absolute
}

.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 .children a,
.xb-header-menu-scroll .xb-menu-primary>li .children.xb-mega-menu,
.xb-header-menu-scroll .xb-menu-primary>li .sub-menu a,
.xb-header-menu-scroll .xb-menu-primary>li .sub-menu.xb-mega-menu,
.xb-menu-primary>li>.sub-menu>li>.sub-menu>li a {
    padding-left: 0
}

.xb-menu-toggle {
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .25s cubic-bezier(.645, .045, .355, 1);
    transition: .25s cubic-bezier(.645, .045, .355, 1);
    color: #1b1b1b;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    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 a {
    display: block;
    line-height: 46px;
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.xb-menu-primary .children,
.xb-menu-primary .sub-menu {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.xb-menu-primary .children li a,
.xb-menu-primary .sub-menu li a {
    font-weight: 500;
    padding-left: 14px
}

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important
}

.xb-menu-primary .xb-megamenu .xb-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(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-header-mobile-search .search-field {
    height: 40px;
    border: 2px solid rgba(150, 144, 162, .09);
    padding: 12px 15px 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #000
}

.xb-header-mobile-search .search-submit,
.xb-menu-close {
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px
}

.xb-header-mobile-search .search-field:focus {
    color: #000;
    border-color: var(--color-yellow)
}

.xb-header-mobile-search .search-submit {
    color: var(--primary-color)
}

.xb-menu-close {
    top: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.xb-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: 0 0;
    color: var(--color-primary)
}

.loader .loader-container,
.loader .loader-container:before {
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute
}

.xb-nav-mobile {
    font-size: 26px;
    color: var(--color-primary)
}

#preloader {
    height: 100%;
    width: 100%;
    margin-top: 0;
    top: 0;
    z-index: 9999
}

.loader .loader-container {
    border: 3px solid #ebebec;
    border-radius: 50%
}

.loader .loader-container:before {
    content: "";
    display: block;
    border-top: 3px solid #0b3948;
    border-radius: 50%;
    animation: 1.8s linear infinite loaderspin;
    -webkit-animation: 1.8s linear infinite loaderspin
}

.preloader-three .loader .loader-container:before {
    border-color: #006676
}

.preloader-four .loader .loader-container:before {
    border-color: #1140c0
}

.menu li,
.xb-footer.ec-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center
}

.loader .loader-icon img {
    animation: .9s infinite alternate loaderpulse;
    width: 40px
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

.xb-footer {
    align-items: flex-start
}

.xb-footer .footer-widget .xb-item--title {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #d8e3f8
}

.xb-footer .footer-widget .xb-item--contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-white);
    transform: translateY(16px);
    padding-bottom: 20px
}

.xb-footer .footer-widget .xb-item--contact span {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    box-shadow: 0 4px 4px 0 rgba(48, 69, 75, .03);
    margin-right: 7px
}

.xb-footer .footer-widget .xb-item--text {
    color: #d8e3f8;
    font-size: 16px
}

.xb-footer .footer-widget .xb-item--app_link {
    padding-top: 22px;
    display: flex;
    gap: 20px
}

.xb-footer .footer-widget .xb-item--list a {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: var(--color-white);
    display: inline-block
}

.xb-footer .footer-widget .xb-item--list:hover a {
    text-decoration: underline
}

.xb-footer .footer-widget.ec-footer-widget {
    margin-left: 0
}

.xb-footer .footer-newslatter {
    max-width: 446px
}

@media (max-width:991px) {
    .social-icon li:not(:last-child) {
        margin-right: 20px
    }
    .hero-style-one {
        padding-bottom: 0
    }
    .hero-right_img {
        margin-right: 0;
        margin-top: 0
    }
    .hero-right-two {
        position: unset;
        max-width: 100%
    }
    .hero-right-three {
        margin-top: 40px;
        position: unset
    }
    .hero-style-four {
        padding: 100px 0
    }
    .sc-hero-img {
        margin-right: 0;
        margin-top: 30px
    }
    .xb-fanfact--two .xb-item--fan_inner {
        padding: 20px 0
    }
    .job-apply {
        padding: 40px 30px
    }
    .xb-hamburger-menu {
        display: block
    }
    .xb-footer .footer-newslatter {
        margin-left: -100px
    }
}

.xb-footer .footer-newslatter .xb-item--title {
    font-size: 40px;
    line-height: 44px;
    text-transform: capitalize;
    color: var(--color-white);
    padding-bottom: 15px
}

@media (max-width:767px) {
    .xb-career {
        padding: 0 30px 30px
    }
    .xb-career .xb-item--title {
        font-size: 22px
    }
    .career-single__content h2 {
        font-size: 28px
    }
    .career-single__content h3 {
        font-size: 26px
    }
    .sc-career-content h2 {
        font-size: 32px;
        letter-spacing: 0
    }
    .breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
        background-position: right;
        min-height: 120px
    }
    .breadcrumb__title {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -.44px;
        margin-bottom: 5px
    }
    .breadcrumb__list li {
        font-size: 12px;
        background: #00000091;
        padding: 2px 10px;
        line-height: 20px
    }
    .xb-footer .footer-newslatter {
        margin-left: 0
    }
    .xb-footer .footer-newslatter .xb-item--title {
        font-size: 28px;
        line-height: 36px
    }
}

.xb-footer .footer-newslatter .xb-item--text {
    font-size: 16px;
    letter-spacing: -.01em;
    color: #d8e3f8
}

.footer-bottom .social-link a:hover,
.xb-footer .footer-newslatter .xb-item--text a {
    color: var(--color-yellow)
}

.footer-bottom .social-link a,
.xb-footer .footer-newslatter .xb-item--ec-text {
    color: rgba(255, 255, 255, .5)
}

.xb-footer .footer-newslatter .xb-item--ec-text a {
    color: var(--color-white);
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: -.01px
}

.xb-footer .footer-newslatter .xb-item--new_text {
    font-size: 16px;
    color: var(--color-white)
}

.xb-footer .footer-newslatter .xb-item--text_two {
    color: #dcd7dd;
    max-width: 291px;
    font-size: 16px
}

.xb-footer .footer-newslatter .xb-item--subscription {
    gap: 10px;
    flex-wrap: nowrap
}

.xb-footer .footer-newslatter .xb-item--subscription input {
    height: auto;
    border-radius: 5px
}

.xb-footer .footer-newslatter .xb-item--subscription .xb-email img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 20px
}

.xb-footer .footer-newslatter .xb-item--subscription .xb-email input {
    padding: 10px 20px 10px 45px;
    width: 290px
}

.xb-footer .footer-newslatter .xb-item--subscription .xb-email--two input {
    width: 339px;
    padding: 14px 65px 14px 45px
}

.xb-footer .footer-newslatter .xb-item--subscription .xb-field-btn button {
    text-align: center;
    max-width: 146px;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--color-heading);
    background: var(--color-yellow);
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.xb-footer .footer-newslatter .xb-item--ec_subscription .xb-email input {
    padding: 12px 20px 12px 45px;
    border-radius: 60px
}

.xb-footer .footer-newslatter .xb-item--ec_subscription .xb-field-btn button {
    background: #1140c0;
    color: var(--color-white);
    padding: 12px 30px;
    border-radius: 60px
}

.xb-footer .footer-newslatter.change-padding {
    padding-top: 8px
}

.footer-bottom {
    border-top: 1px solid #2e3749;
    padding-top: 18px;
    padding-bottom: 33px
}

@media (max-width:1199px) {
    .footer-bottom {
        padding: 7px 0 22px
    }
    .footer-widget-wrap .footer-col:nth-child(2) .footer-widget {
        margin-left: 0
    }
}

@media (max-width:991px) {
    .footer-bottom {
        padding: 7px 0 22px
    }
    .footer-style-three .footer-newslatter,
    .footer-style-two .footer-newslatter {
        margin-left: 0
    }
}

.footer-bottom .social-link p {
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
    color: var(--color-white);
    padding-right: 15px
}

.footer-bottom .social-link a svg {
    height: 16px
}

.footer-bottom .link-bar a {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: var(--color-primary);
    border: 1px solid #234d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer-bottom .link-bar a:hover img {
    filter: brightness(0)
}

.footer-bottom--two {
    border: none;
    background: var(--color-primary);
    padding-top: 15px;
    padding-bottom: 30px
}

.footer-bottom--three {
    background: 0 0
}

.footer-bottom--three .copyright p,
.footer-bottom--three .copyright p a,
.footer-bottom--three .social-link p {
    color: #8384a1
}

.footer-bottom--three .social-link a i,
.sc-footer-social li a,
.xb-support_box .xb-item--content {
    color: var(--color-white)
}

.xb-support_box {
    background: #67a859;
    text-align: center;
    padding: 50px 45px
}

.xb-support_box .xb-item--sup_shape {
    position: absolute;
    bottom: 0;
    right: 0
}

.xb-support_box .xb-item--icon img {
    height: 88px;
    width: auto
}

.xb-support_box .xb-item--title {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: var(--color-white);
    padding: 28px 0 10px
}

.xb-support_box .xb-item--sup-button .sup-btn {
    background-color: var(--color-white);
    padding: 22px 38px
}

.xb-support_box .xb-item--sup-button .sup-btn:hover {
    background-color: var(--color-yellow);
    color: var(--color-primary)
}

.xb-support_box.clr-two {
    background: #b73b34
}

.xb-support_box.clr-three {
    background: #8139e7
}

.xb-frm-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    width: 60px;
    height: 100%;
    background: #ffcb05
}

.footer-style-three .xb-footer,
.footer-style-two .xb-footer {
    margin-left: -15px;
    margin-right: -15px
}

.footer-style-three .footer-widget,
.footer-style-two .footer-widget {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:991px) {
    .footer-style-three .footer-widget,
    .footer-style-two .footer-widget {
        width: 50%
    }
    .footer-style-three .footer-widget {
        margin-left: 0 !important
    }
    .footer-style-three .footer-widget:first-child {
        width: 70%
    }
}

.footer-style-two .xb-footer .footer-widget .xb-item--title {
    text-transform: capitalize
}

@media (max-width:767px) {
    .xb-footer .footer-newslatter .xb-item--subscription {
        flex-wrap: wrap
    }
    .footer-bottom {
        justify-content: center;
        text-align: center
    }
    .footer-style-three .footer-widget,
    .footer-style-two .footer-widget {
        width: 100%
    }
    .footer-bottom-inner {
        justify-content: center
    }
    .header-contact a {
        padding: 0 10px
    }
    .header-contact a span {
        font-size: 12px
    }
    .header-area .ul_li_between {
        width: 100%;
        flex-wrap: nowrap
    }
    .xb-feature .xb-item--title {
        font-size: 20px
    }
    .hero-shape,
    .xb-map-wrapper {
        display: none
    }
    .header-logo img {
        width: 200px
    }
}

@media (max-width:991px) {
    .footer-style-three .footer-widget:nth-child(2) {
        width: 30%
    }
}

@media (max-width:767px) {
    .footer-style-three .footer-widget:first-child,
    .footer-style-three .footer-widget:nth-child(2) {
        width: 100%
    }
}

.footer-widget {
    z-index: 1;
    position: relative
}

.sc-footer-social li a {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sc-footer-social li a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.sc-footer-social li a svg {
    height: 23px
}

.sc-footer-widget .xb-item--title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 18px;
    letter-spacing: -.01em;
    font-family: var(--font-body)
}

.sc-footer-widget .xb-item--link li:not(:last-child) {
    margin-bottom: 11px
}

.sc-footer-widget .xb-item--link li a {
    color: #92acb0
}

.sc-footer-widget .xb-item--link li a:hover {
    color: #fff
}

.sc-footer-widget p {
    color: #92acb0;
    line-height: 36px
}

.footer-style-four {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.footer-style-four .footer-col:nth-child(3) .sc-footer-widget {
    padding-left: 44px
}

@media (max-width:1199px) {
    .footer-widget-wrap .footer-col:nth-child(3) .footer-widget {
        margin-left: 0
    }
    .footer-style-four .footer-col:nth-child(3) .sc-footer-widget,
    .footer-style-four .footer-col:nth-child(4) .sc-footer-widget {
        padding-left: 0
    }
}

.footer-style-four .xb-footer-wrap {
    border-bottom: 2px solid rgba(255, 255, 255, .11)
}

.sc-footer-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px
}

.sc-copyright-text {
    padding: 29px 0;
    color: #92acb0
}

.service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px
}

.right-box h2,
.term h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.term h4 {
    font-size: 20px;
    margin: 15px 0
}

.section-title,
.sidebar h2 {
    font-size: 22px;
    margin-bottom: 20px
}

.contact_form1 {
    background: #ffd470;
    color: #0b3948
}

.side {
    background: #f4f6f9;
    display: flex;
    min-height: 100vh
}

.sidebar {
    width: 250px;
    background: #273043;
    padding: 20px 0;
    color: #fff
}

.sidebar h2 {
    text-align: center;
    color: #fff;
    letter-spacing: 1px
}

.menu li {
    padding: 14px 25px;
    cursor: pointer
}

.menu li:hover {
    background: #1c2431
}

.main-content {
    flex: 1;
    padding: 40px
}

.page-header,
.table-top {
    justify-content: space-between;
    display: flex
}

.profile-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.section-title {
    font-weight: 600;
    color: #273043
}

.profile-pic {
    text-align: center;
    margin-bottom: 25px
}

.profile-pic img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #eee
}

.save-btn,
.upload-btn {
    border: none;
    color: #fff;
    cursor: pointer
}

.upload-btn {
    margin-top: 10px;
    background: #007bff;
    padding: 8px 20px;
    border-radius: 6px
}

.main-content label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600
}

.main-content input,
.main-content select,
.main-content textarea {
    width: 100%;
    padding: 10px;
    height: 45px !important;
    border-radius: 6px !important;
    font-weight: 400 !important;
    font-size: 14px !important
}

.save-btn {
    margin-top: 20px;
    padding: 12px 25px;
    background: #273043;
    width: auto;
    border-radius: 6px;
    font-size: 16px
}

.content-area {
    padding: 30px;
    width: 100%
}

.page-header {
    align-items: center
}

.page-header h2 {
    font-size: 25px;
    font-weight: 600;
    color: #333
}

.add-btn {
    background: #e63946;
    color: #fff;
    padding: 10px 22px;
    border: none;
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(230, 57, 70, .3)
}

.table-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05)
}

.table-top {
    margin-bottom: 15px;
    font-size: 14px
}

.search-input,
.table-top select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 15px !important
}

.purchase-table {
    width: 100%;
    border-collapse: collapse
}

.purchase-table th {
    text-align: left;
    padding: 12px;
    background: #f8f8f8;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid var(--color-yellow)
}

.purchase-table td {
    padding: 12px;
    font-size: 14px;
    border-bottom: 1px solid #eee
}

.invoice-btn {
    background: #273043;
    color: #fff;
    padding: 6px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px
}

.remember-box input {
    margin-bottom: 0 !important;
    height: auto !important
}

.auth-section {
    padding: 60px 0;
    background: #fff;
    font-family: Poppins, sans-serif
}

.container-auth {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 40px;
    justify-content: space-between
}

.auth-box {
    width: 50%;
    background: #fafafa;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #eaeaea
}

.auth-box h2 {
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600
}

.auth-box label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    font-size: 14px
}

.contact a,
.remember-box {
    display: inline-flex;
    gap: 8px
}

.auth-box input {
    width: 100%;
    padding: 14px;
    height: 45px;
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 18px;
    font-size: 14px
}

.remember-box {
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start
}

.remember-box span {
    white-space: nowrap;
    font-size: 14px
}

.btn-auth {
    width: 100%;
    background: #0b3948;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    transition: .3s
}

.btn-auth:hover {
    background: #333
}

.forgot-pass {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    text-align: center
}

@media (max-width:900px) {
    .container-auth {
        flex-direction: column
    }
    .auth-box {
        width: 100%
    }
}

.right-box {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .08)
}

.details-row {
    display: flex;
    gap: 25px;
    margin-top: 25px
}

.details-card {
    flex: 1;
    background: #f8fbff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e4e7eb
}

.details-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600
}

.details-card p {
    margin: 5px 0;
    font-size: 15px
}

.right-box h3 {
    margin-top: 25px;
    font-size: 18px;
    color: #222
}

.info-grid p,
.service-section p {
    margin: 6px 0;
    font-size: 14px;
    color: #333
}

.paid {
    background: #0bbd6e;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px
}

.print-btn {
    margin-top: 25px;
    padding: 10px 25px;
    border: none;
    background: #082d4a;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px
}

.print-btn:hover {
    background: #061f33
}

.top-header {
    background: #0f172a;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px
}

.btn,
.btn.ghost {
    background: 0 0;
    color: #fff
}

.top1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.contact {
    display: flex;
    gap: 18px;
    align-items: center
}

.contact a {
    color: #d9e3f0;
    align-items: center;
    font-size: 15px
}

.contact svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    opacity: .95
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    transition: transform .08s, box-shadow .08s, opacity .08s
}

.btn:hover {
    transform: translateY(-1px);
    opacity: .95
}

.btn.primary {
    color: #fff;
    box-shadow: 0 6px 18px rgba(3, 105, 121, .12)
}

.btn.ghost {
    float: right
}

@media (max-width:640px) {
    .top1 {
        display: block
    }
    .contact {
        justify-content: center;
        gap: 0;
        flex-wrap: wrap
    }
    .xb-header-mobile-search form {
        margin: 10px 0
    }
    .actions {
        justify-content: center
    }
    .btn {
        padding: 8px 14px;
        border-radius: 8px
    }
}

.radio-group,
.radio-label {
    align-items: center;
    display: flex
}

.section-title p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    user-select: none
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1.5px solid #ccc;
    border-radius: 4px
}

.custom-checkbox input:checked~.checkmark {
    background-color: #0b3948;
    border-color: #0b3948
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.radio-group {
    gap: 25px;
    margin-top: 8px
}

.radio-label {
    gap: 8px;
    font-size: 15px;
    cursor: pointer
}

.radio-label input[type=radio] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-bottom: 0
}

.pagination_wrap ul li {
    height: 50px;
    width: 50px;
    display: flex;
    padding: 0;
    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: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden
}

.disabled>.page-link,
.page-link.disabled {
    border: none;
    background: 0 0
}

.active>.page-link,
.page-link.active {
    padding: 30px;
    background: #0b3948
} 
    /* Accessibility Widget Styles */
    .accessibility-btn {
        position: fixed !important;
        top: 50% !important;
        right: 20px !important;
        transform: translateY(-50%) !important;
        width: 60px;
        height: 60px;
        background: #0B3948;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: -4px 0 12px rgba(11, 57, 72, 0.4);
        transition: all 0.3s ease;
        z-index: 99999 !important;
        padding-left: 5px;
        margin: 0 !important;
    }

    .accessibility-btn:hover {
        background: #094556;
        box-shadow: -4px 0 16px rgba(11, 57, 72, 0.6);
        transform: translateY(-50%) scale(1.1) !important;
    }

    .accessibility-btn i {
       font-size: 40px;
       color: #fff;
    }

    /* Accessibility Menu Popup */
    .accessibility-menu {
        position: fixed !important;
        top: 50% !important;
        right: 90px !important;
        transform: translateY(-50%) !important;
        width: 500px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
        display: none;
        flex-direction: column;
        z-index: 99998 !important;
        max-height: 650px;
    overflow-y: auto;
        margin: 0 !important;
    }

    .accessibility-menu.active {
        display: flex;
        animation: slideIn 0.3s ease;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-50%) translateX(20px);
        }
        to {
            opacity: 1;
            transform: translateY(-50%) translateX(0);
        }
    }

    /* Menu Header */
    .menu-header {
        background: #0B3948;
        color: white;
        padding: 16px 20px;
        border-radius: 16px 16px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-header h3 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }

    .close-btn {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s;
        position: relative;
    }

    .close-btn:hover {
        background: rgba(255, 255, 255, 0.3);
    }

    .close-btn::before,
    .close-btn::after {
        content: '';
        position: absolute;
        width: 14px;
        height: 2px;
        background: white;
    }

    .close-btn::before {
        transform: rotate(45deg);
    }

    .close-btn::after {
        transform: rotate(-45deg);
    }

    /* Font Size Controls */
    .font-size-controls {
        padding: 0px 20px;
        /*display: flex;*/
        align-items: center;
        justify-content: space-between;
    }

    .font-size-buttons {
        display: flex;
        gap: 8px;
        margin-bottom: 10px;
    }

    .font-btn {
        width: 40px;
        height: 40px;
        border: 2px solid #0B3948;
        background: #0B3948;
        color: #fff;
        border-radius: 50%;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 

    .font-btn:active {
        transform: scale(0.95);
    }

    /* Features Grid */
    .features-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        padding: 16px;
    }

    .feature-item {
        background: white;
        border: 2px solid #c2c5ca;
        border-radius: 12px;
        padding: 20px 16px;
        cursor: pointer;
        transition: all 0.2s;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

   /* 🔥 Hover Effect */
.feature-item:hover {
    background: #ffd470;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

    .feature-item.active {
        background: #f7f5f2;
        border-color: #0B3948;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        border-radius: 50%;
        background: #0f172a;
    }
 .feature-icon i {
     color: #fff;
 }
    .feature-name {
        font-size: 13px;
        font-weight: 500;
        color: #1F2937;
    }
/* ============================================
   HIGH CONTRAST MODE - IMPROVED FOR DARK CARDS
   ============================================ */

/* Body modifications when High Contrast is active */
body.high-contrast {
    background-color: #000000 !important;
}

/* Make main content areas BLACK with WHITE text */
body.high-contrast .card,
body.high-contrast .about-content,
body.high-contrast .feature-item,
body.high-contrast .xb-services,
body.high-contrast .ec-news,
body.high-contrast .xb-news,
body.high-contrast .xb-blog,
body.high-contrast .xb-team,
body.high-contrast .contact_info_box,
body.high-contrast .widget,
body.high-contrast .post-details,
body.high-contrast section {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

/* WHITE text for all headings and paragraphs */
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6,
body.high-contrast p,
body.high-contrast li, body.high-contrast .border_effect a {
    color: #FFFFFF !important;
}

/* GREEN links for visibility */
/*body.high-contrast a:not(.accessibility-menu a) {
    color: #00FF00 !important;
    text-decoration: underline !important;
}*/

/* Buttons and inputs with dark background */
body.high-contrast input:not(.accessibility-menu input),
body.high-contrast textarea:not(.accessibility-menu textarea),
body.high-contrast select:not(.accessibility-menu select), body.high-contrast .nice-select:not(.accessibility-menu .nice-select), body.high-contrast .nice-select .list, body.high-contrast .nice-select .list .option.selected, body.high-contrast .nice-select .list .option:hover{
    background-color: #1a1a1a !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}

body.high-contrast .search-submit {
    color: #fff!important;
}

body.high-contrast .xb-map_inner .xb-item--content, body.high-contrast .xb-services .xb-item--title, body.high-contrast .xb-services .xb-item--content{
    color: #0b3948 !important;
}
body.high-contrast .iconbox_title, body.high-contrast .iconbox_content p, body.high-contrast .values-item .xb-item--title, body.high-contrast .values-item p {
    color: #0b3948 !important;
}

body.high-contrast .acc-btn .qus, body.high-contrast .acc-btn .content {
    color: #0b3948 !important;
}

body.high-contrast .job-apply h3, body.high-contrast .job-apply p, body.high-contrast .contact_form h3, body.high-contrast .contact_form p, body.high-contrast .contact_form label {
    color: #0b3948 !important;
}

body.high-contrast .xb-services:hover .xb-item--title, body.high-contrast .xb-services:hover .xb-item--content{
    color: #fff !important;
}

/* Keep images visible (don't turn them black) */
body.high-contrast img:not(.accessibility-menu img) {
    filter: none !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

/* ============================================
   KEEP ACCESSIBILITY WIDGET NORMAL (WHITE)
   ============================================ */

body.high-contrast .accessibility-btn {
    background-color: #0B3948 !important;
    color: white !important;
}

body.high-contrast .accessibility-menu {
    background-color: white !important;
}

body.high-contrast .menu-header {
    background-color: #0B3948 !important;
    color: white !important;
}

body.high-contrast .feature-item {
    background-color: white !important;
    color: #1F2937 !important;
    border-color: #c2c5ca !important;
}

body.high-contrast .feature-item.active {
    background-color: #f7f5f2 !important;
    border-color: #0B3948 !important;
}

body.high-contrast .font-btn {
    background-color: white !important;
    color: #0B3948 !important;
    border-color: #0B3948 !important;
}

body.high-contrast .close-btn {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

body.high-contrast .close-btn::before,
body.high-contrast .close-btn::after {
    background-color: white !important;
}

body.high-contrast .font-size-controls,
body.high-contrast .features-grid {
    background-color: white !important;
}

body.high-contrast .font-size-label,
body.high-contrast .feature-name {
    color: #1F2937 !important;
}

    body.highlight-links a {
        background: #ffd470 !important;
        padding: 2px 4px;
        color: #0B3948 !important;
    }

    body.text-spacing * {
        letter-spacing: 0.12em !important;
        word-spacing: 0.16em !important;
    }

    body.pause-animations * {
        animation: none !important;
        transition: none !important;
    }

    body.hide-images img {
        display: none !important;
    }


    /* Font Size Button Hover Effect - Yellow from your CSS */
    .font-btn:hover {
        background: #ffd470 !important;
        color: #0B3948 !important;
        transform: scale(1.05);
        transition: all 0.2s ease;
}
body.font-zoom-70 > :not(.accessibility-menu):not(.accessibility-btn),
body.font-zoom-80 > :not(.accessibility-menu):not(.accessibility-btn),
body.font-zoom-90 > :not(.accessibility-menu):not(.accessibility-btn),
body.font-zoom-100 > :not(.accessibility-menu):not(.accessibility-btn),
body.font-zoom-110 > :not(.accessibility-menu):not(.accessibility-btn),
body.font-zoom-120 > :not(.accessibility-menu):not(.accessibility-btn),
body.font-zoom-130 > :not(.accessibility-menu):not(.accessibility-btn),
body.font-zoom-140 > :not(.accessibility-menu):not(.accessibility-btn),
body.font-zoom-150 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: inherit; /* default, overridden below */
}

/* Main website content zoom */
body.font-zoom-70 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: 0.7;
}
body.font-zoom-80 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: 0.8;
}
body.font-zoom-90 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: 0.9;
}
body.font-zoom-110 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: 1.1;
}
body.font-zoom-120 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: 1.2;
}
body.font-zoom-130 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: 1.3;
}
body.font-zoom-140 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: 1.4;
}
body.font-zoom-150 > :not(.accessibility-menu):not(.accessibility-btn) {
    zoom: 1.5;
}

/* Ensure accessibility widget keeps its size */
.accessibility-btn,
.accessibility-menu {
    zoom: 1 !important;
}
/* ============================================
   ðŸ†• DYSLEXIA FRIENDLY FONT - FIXED
   ============================================ */
body.dyslexia-friendly,
body.dyslexia-friendly * {
    font-family: 'Comic Sans MS', 'OpenDyslexic', Arial, sans-serif !important;
    letter-spacing: 0.05em !important;
    word-spacing: 0.1em !important;
    line-height: 1.8 !important;
}

/* Don't apply to accessibility menu */
body.dyslexia-friendly .accessibility-menu,
body.dyslexia-friendly .accessibility-menu * {
    font-family: inherit !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    line-height: normal !important;
}

/* ============================================
   ðŸ†• BIG CURSOR - FIXED
   ============================================ */
body.big-cursor,
body.big-cursor *:not(.accessibility-menu):not(.accessibility-menu *) {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path fill="black" stroke="white" stroke-width="2" d="M5 3 L5 30 L14 22 L19 34 L24 32 L19 20 L30 20 Z"/></svg>') 8 8, auto !important;
}

body.big-cursor button:not(.accessibility-menu button),
body.big-cursor a:not(.accessibility-menu a),
body.big-cursor input:not(.accessibility-menu input),
body.big-cursor select:not(.accessibility-menu select) {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path fill="black" stroke="white" stroke-width="2" d="M12 8 L12 14 L8 14 L20 26 L32 14 L28 14 L28 8 Z"/></svg>') 20 20, pointer !important;
}

/* ============================================
   ðŸ†• TOOLTIPS - FIXED
   ============================================ */
body.tooltips [title]:not(.accessibility-menu [title]) {
    position: relative;
}

body.tooltips [title]:not(.accessibility-menu [title])::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #0B3948;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10000;
    margin-bottom: 8px;
}

body.tooltips [title]:not(.accessibility-menu [title]):hover::after {
    opacity: 1;
}

/* Arrow for tooltip */
body.tooltips [title]:not(.accessibility-menu [title])::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #0B3948;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10000;
    margin-bottom: 2px;
}

body.tooltips [title]:not(.accessibility-menu [title]):hover::before {
    opacity: 1;
}

/* ============================================
   ðŸ†• LINE HEIGHT - FIXED
   ============================================ */
body.line-height * {
    line-height: 2.5 !important;
}

/* Don't apply to accessibility menu */
body.line-height .accessibility-menu,
body.line-height .accessibility-menu * {
    line-height: normal !important;
}

/* ============================================
   ðŸ†• TEXT ALIGN (Left Align) - FIXED
   ============================================ */
body.text-align * {
    text-align: left !important;
}

/* Don't apply to accessibility menu */
body.text-align .accessibility-menu,
body.text-align .accessibility-menu *,
body.text-align .feature-item {
    text-align: center !important;
}

/* ============================================
   ðŸ†• SATURATION (Low Saturation) - FIXED
   ============================================ */

/* Apply saturation to main content ONLY */
body.saturation {
    position: relative;
}

/* Create overlay effect - saturation on everything EXCEPT widget */
body.saturation::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99997; /* Below widget (99998) but above content */
    backdrop-filter: saturate(0.2) grayscale(0.5);
    -webkit-backdrop-filter: saturate(0.2) grayscale(0.5);
}

/* Alternative Method - Apply to all elements except widget */
body.saturation *:not(.accessibility-btn):not(.accessibility-menu):not(.accessibility-btn *):not(.accessibility-menu *) {
    filter: saturate(0.2) grayscale(0.5) !important;
}

/* FORCE widget to stay normal - CRITICAL */
body.saturation .accessibility-btn,
body.saturation .accessibility-btn *,
body.saturation .accessibility-menu,
body.saturation .accessibility-menu * {
    filter: none !important;
    -webkit-filter: none !important;
}

/* Keep widget fixed position - CRITICAL */
body.saturation .accessibility-btn {
    position: fixed !important;
    z-index: 99999 !important;
    transform: translateY(-50%) !important;
}

body.saturation .accessibility-menu {
    position: fixed !important;
    z-index: 99998 !important;
    transform: translateY(-50%) !important;
}

body.saturation .accessibility-menu.active {
    transform: translateY(-50%) !important;
}
/* ============================================
   📱 MOBILE RESPONSIVE (Max Width 768px)
   ============================================ */

@media (max-width: 768px) {

    /* Accessibility Floating Button */
    .accessibility-btn {
        width: 50px;
        height: 50px;
        right: 15px !important;
    }

    .accessibility-btn i {
        font-size: 28px;
    }

    /* Accessibility Popup */
    .accessibility-menu {
        width: 95% !important;
        right: 50% !important;
        transform: translate(50%, -50%) !important;
        max-height: 85vh;
        border-radius: 12px;
    }

    .accessibility-menu.active {
        transform: translate(50%, -50%) !important;
    }

    /* Features Grid -> 2 Column */
    .features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 12px;
    }

    .feature-item {
        padding: 16px 10px;
    }

    .feature-name {
        font-size: 12px;
    }

    .feature-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    /* Font Buttons */
    .font-size-controls {
        padding: 10px 15px;
    }

    .font-size-buttons {
        justify-content: center;
        gap: 10px;
    }

    .font-btn {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    /* Header */
    .menu-header {
        padding: 14px 16px;
    }

    .menu-header h3 {
        font-size: 14px;
    }

}


/* ============================================
   📱 EXTRA SMALL DEVICES (Max Width 480px)
   ============================================ */

@media (max-width: 480px) {

    .accessibility-menu {
        width: 94% !important;
        max-height: 90vh;
    }

    .feature-item {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        gap: 12px;
    }

    .feature-name {
        font-size: 13px;
    }

}

/* Home page scoped parity rules (moved from inline Blade CSS) */
.vc-home-page .hero .hero-btn {
    gap: 5px;
    flex-wrap: wrap;
}
.vc-home-page .hero .hero-btn .thm-btn,
.vc-home-page .hero .hero-btn .thm-btn.donate-btn {
    min-height: 52px;
    padding: 22px 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: -.02px;
    line-height: 12px;
    border-radius: 8px;
    font-size:18px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      border-radius: 5px;   
}
.vc-home-page .hero .hero-btn .thm-btn.donate-btn {
    gap: 8px;
}
.vc-home-page .about .about-left .section-title .title {
    color: #0b3948;
}
.vc-home-page .about .about-left .section-title p {
    color: #4c6a6d;
    max-width: 620px;
}
.vc-home-page .cta .xb-cta .cta-button .thm-btn {
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.vc-home-page .cta .xb-cta .cta-button .thm-btn::after {
    content: "→";
    margin-left: 8px;
    font-size: 1rem;
    line-height: 1;
}
.vc-home-page .service-white .service-title .sub-title {
    letter-spacing: .14em;
}
.vc-home-page .service-white .service-title .title {
    text-transform: capitalize;
}
.vc-home-page .service-white .service-title p {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: #4c6a6d;
}
.vc-home-page .faq__blockchain .acc-btn {
    font-weight: 700;
}
.vc-home-page .faq__blockchain .acc_body .content {
    color: #5d6a83;
    line-height: 1.75;
}
