/*-----------------------------------------------------------------------------------
    CSS INDEX
    ==================

	01. Theme default CSS
    02. header
    03. global
    04. hero
    05. feature
    06. about
    07. service
    08. team
    09. testimonial
    10. contact
    11. blog
    12. bramd
    13. pricing
    14. project
    15. cta
    16. funfact
    17. marquee
    18. process
    19. banner
    20. portfolio
    21. accordion
    22. mission
    23. career
    24. shop
    25. breadcrumb
    26. sidebar
    27. backtotop
    28. sec-title
    29. search
    30. mobile-menu
    31. 404
    32. preloader
    32. offcanvas


-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");

:root {
    --font-heading: "Syne", sans-serif;
    --font-body: "Plus Jakarta Sans", sans-serif;
    --color-primary: #ab6049;
    --color-heading: #68392c;
    --color-default: #615a5a;
    --color-border: #ebe0dd;
    --color-dark: #181818;
    --color-white: #fff;
    --color-black: #000;
    --color-body: #f7f2ed;
    --color-body1: #f1e8df;
    --color-body2: #ede7e5;
    --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

.architecture {
    --font-heading: "topluxury";
    --color-heading: #0c1c24;
    --color-default: #4a4e51;
}

.factory_construction {
    --color-heading: #68392c;
    --color-secondary: #ede7e5;
    --color-default: #8d7872;
}
/* .factory_construction {
    --color-heading: #452b23;
    --color-secondary: #ede7e5;
    --color-default: #452b23;
} */

/* reset css start */
:root {
    scroll-behavior: auto;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    position: relative;
    word-wrap: break-word;
    color: var(--color-default);
    font-family: var(--font-body);
    background-color: var(--color-body);
}

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

ul {
    margin: 0px;
    padding: 0px;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: inherit;
}

select {
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-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;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
form select,
textarea {
    width: 100%;
    height: 55px;
    border-radius: 0;
    background-color: #f1eae3;
    padding: 10px 20px;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-black);
    font-weight: 500;
}

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

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

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

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

textarea {
    height: 100px;
}

button {
    border: 0;
}

table {
    width: 100%;
}

p,
li,
span {
    margin-bottom: 0;
}
@media only screen and (max-width: 1599px) {
    body{
        font-size: 16px;
    }
}
/* reset css end */
/* global css start */
.nice-select {
    background-color: transparent;
    height: 60px;
    line-height: 59px;
    min-height: 60px;
    padding: 0 20px;
    width: 100%;
    padding: 0 46px;
    margin-bottom: 20px;
    background-color: #F3F4F5;
    border: 0;
    font-size: 16px;
}

.nice-select::after {
    border-bottom: 1.9px solid #4C6A6D;
    border-right: 1.9px solid #4C6A6D;
    height: 6px;
    right: 20px;
    width: 6px;
}

.nice-select .option {
    line-height: 38px;
    min-height: 38px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgba(11, 20, 34, 0.04);
}

.nice-select .list {
    width: 100%;
    margin-top: 0;
    padding: 12px 18px;
    border-radius: 0 0 5px 5px;
    -webkit-transform: scale(1) translateY(30px);
    -ms-transform: scale(1) translateY(30px);
    transform: scale(1) translateY(30px);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nice-select .list li {
    margin-right: 0 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nice-select .list li:hover {
    color: var(--color-heading);
    background-color: rgba(11, 20, 34, 0.04);
}

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

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

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

body.body-overflow {
    overflow: hidden;
}

/* global css end */
.body_wrap {
    position: relative;
}

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

.white-bg {
    background: var(--color-white);
}

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

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

.clr-black {
    color: var(--color-black);
}
.clr-primary {
    color: var(--color-primary) !important;
}
.clr-heading {
    color: var(--color-heading) !important;
}

.pos-rel {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.f-right {
    float: right;
}

.border-effect a,
.border-effect-2 a {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect a:hover,
.border-effect-2 a:hover {
    background-size: 100% 100%;
    color: inherit;
}

.border-effect-2 a {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
}

.xb-close {
    background: rgba(0, 0, 0, 0.04);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

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

.xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

/* order & unorder list reset - start */
.ul_li,
.ul_li_right,
.ul_li_center,
.ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.ul_li {
    justify-content: flex-start;
}

.ul_li_center {
    justify-content: center;
}

.ul_li_right {
    justify-content: flex-end;
}

.ul_li_between {
    justify-content: space-between;
}

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

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

.flex-1 {
    flex: 1;
}

.xb-odm {
    overflow: hidden;
}

.xb-odm .xbo.xbo-auto-theme .xbo-digit .xbo-digit-inner,
.xb-odm .xbo.xbo-theme-default .xbo-digit .xbo-digit-inner {
    overflow: initial;
    overscroll-behavior-y: hidden;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
    margin-top: -5px;
}

.mt-none-10 {
    margin-top: -10px;
}

.mt-none-15 {
    margin-top: -15px;
}

.mt-none-20 {
    margin-top: -20px;
}

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

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

.mt-none-35 {
    margin-top: -35px;
}

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

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

.mt-none-50 {
    margin-top: -50px;
}

.mt-none-55 {
    margin-top: -55px;
}

.mt-none-60 {
    margin-top: -60px;
}

.mt-none-65 {
    margin-top: -65px;
}

.mt-none-70 {
    margin-top: -70px;
}

.mt-none-75 {
    margin-top: -75px;
}

.mt-none-80 {
    margin-top: -80px;
}

.mt-none-85 {
    margin-top: -85px;
}

.mt-none-90 {
    margin-top: -90px;
}

.mt-none-95 {
    margin-top: -95px;
}

.mt-none-100 {
    margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

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

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

.mt-35 {
    margin-top: 35px;
}

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

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

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

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

.mb-40 {
    margin-bottom: 40px;
}

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

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

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

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

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

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
    margin-right: 5px;
}

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

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

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

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

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

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

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

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

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

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

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

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

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

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

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

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

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

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

.section-space,
.section-space-top {
    padding-top: 120px;
}
.section-space,
.section-space-bottom {
    padding-bottom: 120px;
}
.section-m-space,
.section-m-space-top {
    padding-top: 100px;
}
.section-m-space,
.section-m-space-bottom {
    padding-bottom: 100px;
}
.section-l-space,
.section-l-space-top {
    padding-top: 80px;
}
.section-l-space,
.section-l-space-bottom {
    padding-bottom: 80px;
}
@media only screen and (max-width: 1599px) {
    .section-space,
    .section-space-top {
        padding-top: 100px;
    }
    .section-space,
    .section-space-bottom {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-space,
    .section-space-top {
        padding-top: 80px;
    }
    .section-space,
    .section-space-bottom {
        padding-bottom: 80px;
    }
}
/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--color-heading);
    font-family: var(--font-heading);
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* typography css end */
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

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

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

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

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

.scale-upOne {
    animation: scale-upOne 5s linear infinite;
}

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

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

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

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    100% {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, -20px) rotate(72deg);
        -webkit-transform: translate(141px, -20px) rotate(72deg);
        -moz-transform: translate(141px, -20px) rotate(72deg);
        -ms-transform: translate(141px, -20px) rotate(72deg);
        -o-transform: translate(141px, -20px) rotate(72deg);
    }

    60% {
        transform: translate(83px, -60px) rotate(108deg);
        -webkit-transform: translate(83px, -60px) rotate(108deg);
        -moz-transform: translate(83px, -60px) rotate(108deg);
        -ms-transform: translate(83px, -60px) rotate(108deg);
        -o-transform: translate(83px, -60px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -30px);
        -webkit-transform: translate(165px, -30px);
        -moz-transform: translate(165px, -30px);
        -ms-transform: translate(165px, -30px);
        -o-transform: translate(165px, -30px);
    }

    100% {
        transform: translate(-60px, 80px);
        -webkit-transform: translate(-60px, 80px);
        -moz-transform: translate(-60px, 80px);
        -ms-transform: translate(-60px, 80px);
        -o-transform: translate(-60px, 80px);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        transform: translate(165px, -30px);
        -webkit-transform: translate(165px, -30px);
        -moz-transform: translate(165px, -30px);
        -ms-transform: translate(165px, -30px);
        -o-transform: translate(165px, -30px);
    }

    100% {
        transform: translate(-60px, 80px);
        -webkit-transform: translate(-60px, 80px);
        -moz-transform: translate(-60px, 80px);
        -ms-transform: translate(-60px, 80px);
        -o-transform: translate(-60px, 80px);
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(0px, 60px) rotate(0deg);
        -webkit-transform: translate(0px, 60px) rotate(0deg);
        -moz-transform: translate(0px, 60px) rotate(0deg);
        -ms-transform: translate(0px, 60px) rotate(0deg);
        -o-transform: translate(0px, 60px) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        transform: translate(0px, 60px) rotate(0deg);
        -webkit-transform: translate(0px, 60px) rotate(0deg);
        -moz-transform: translate(0px, 60px) rotate(0deg);
        -ms-transform: translate(0px, 60px) rotate(0deg);
        -o-transform: translate(0px, 60px) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
    }

    21% {
        transform: translate(4px, -20px) rotate(38deg);
        -webkit-transform: translate(4px, -20px) rotate(38deg);
        -moz-transform: translate(4px, -20px) rotate(38deg);
        -ms-transform: translate(4px, -20px) rotate(38deg);
        -o-transform: translate(4px, -20px) rotate(38deg);
    }

    41% {
        transform: translate(-50px, -60px) rotate(74deg);
        -webkit-transform: translate(-50px, -60px) rotate(74deg);
        -moz-transform: translate(-50px, -60px) rotate(74deg);
        -ms-transform: translate(-50px, -60px) rotate(74deg);
        -o-transform: translate(-50px, -60px) rotate(74deg);
    }

    60% {
        transform: translate(-20px, -30px) rotate(108deg);
        -webkit-transform: translate(-20px, -30px) rotate(108deg);
        -moz-transform: translate(-20px, -30px) rotate(108deg);
        -ms-transform: translate(-20px, -30px) rotate(108deg);
        -o-transform: translate(-20px, -30px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        -moz-transform: translate(-195px, -49px) rotate(144deg);
        -ms-transform: translate(-195px, -49px) rotate(144deg);
        -o-transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg);
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        -moz-transform: translate(-1px, 0px) rotate(180deg);
        -ms-transform: translate(-1px, 0px) rotate(180deg);
        -o-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
    }

    21% {
        transform: translate(4px, -20px) rotate(38deg);
        -webkit-transform: translate(4px, -20px) rotate(38deg);
        -moz-transform: translate(4px, -20px) rotate(38deg);
        -ms-transform: translate(4px, -20px) rotate(38deg);
        -o-transform: translate(4px, -20px) rotate(38deg);
    }

    41% {
        transform: translate(-50px, -60px) rotate(74deg);
        -webkit-transform: translate(-50px, -60px) rotate(74deg);
        -moz-transform: translate(-50px, -60px) rotate(74deg);
        -ms-transform: translate(-50px, -60px) rotate(74deg);
        -o-transform: translate(-50px, -60px) rotate(74deg);
    }

    60% {
        transform: translate(-20px, -30px) rotate(108deg);
        -webkit-transform: translate(-20px, -30px) rotate(108deg);
        -moz-transform: translate(-20px, -30px) rotate(108deg);
        -ms-transform: translate(-20px, -30px) rotate(108deg);
        -o-transform: translate(-20px, -30px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        -moz-transform: translate(-195px, -49px) rotate(144deg);
        -ms-transform: translate(-195px, -49px) rotate(144deg);
        -o-transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg);
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        -moz-transform: translate(-1px, 0px) rotate(180deg);
        -ms-transform: translate(-1px, 0px) rotate(180deg);
        -o-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes zoominup {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@-webkit-keyframes zoominup {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.zoominup {
    animation: zoominup 5s linear infinite;
}

@keyframes zoominup2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes zoominup2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.zoominup2 {
    animation: zoominup2 1.5s linear infinite;
}

@-webkit-keyframes updown {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@keyframes updown {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

.updown {
    animation: updown 3s linear infinite;
}

@-webkit-keyframes updown-2 {
    0% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    100% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
}

.updown-2 {
    animation: updown-2 5s linear infinite;
}

@-webkit-keyframes leftRight-animation {
    0% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }

    50% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
    }

    100% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }
}

.leftRight-animation {
    animation: leftRight-animation 4s linear infinite;
}

@keyframes ltr {
    0% {
        width: 0;
    }

    15% {
        width: 95%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 95%;
        opacity: 0;
    }

    to {
        width: 0;
        opacity: 0;
    }
}

/*circleAnimation*/
@-webkit-keyframes circleAnimation {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes lr-animation {
    0% {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes tb-animation {
    0% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes xb_up_down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.slide-up-down {
    animation: xb_up_down 1s ease infinite alternate;
}

@keyframes xb_ltr {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

.slide-ltr {
    animation: xb_ltr 5s ease infinite alternate;
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

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

    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

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

    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

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

    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

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

    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes blink {

    from,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {

    from,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {

    from,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-ms-keyframes blink {

    from,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes blink {

    from,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes pulse-border-small {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-small {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulse-border-big {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-big {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

@keyframes push-scale-one {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes push-scale-one {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes push-scale-two {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2.4);
    }
}

@-webkit-keyframes push-scale-two {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-5deg);
        transform: scale(0.9) rotate(-5deg);
    }

    50%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-5deg);
        transform: scale(1.1) rotate(-5deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-5deg);
        -ms-transform: scale(0.9) rotate(-5deg);
        transform: scale(0.9) rotate(-5deg);
    }

    50%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(5deg);
        -ms-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-5deg);
        -ms-transform: scale(1.1) rotate(-5deg);
        transform: scale(1.1) rotate(-5deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.wow.skewIn.animated {
    -webkit-animation-name: xbSkewIn;
    animation-name: xbSkewIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
    animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes xbSkewIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes xbSkewIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.skewInImg {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
}

.skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px);
}

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

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

[data-aos=fade-up] {
    transform: translateY(50px);
}

[data-aos=fade-down] {
    transform: translateY(-50px);
}

[data-aos=fade-right] {
    transform: translate(-50px);
}

[data-aos=fade-left] {
    transform: translate(50px);
}

[data-aos=fade-up-right] {
    transform: translate(-50px, 50px);
}

[data-aos=fade-up-left] {
    transform: translate(50px, 50px);
}

[data-aos=fade-down-right] {
    transform: translate(-50px, -50px);
}

[data-aos=fade-down-left] {
    transform: translate(50px, -50px);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97);
}

@-webkit-keyframes xb-danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes xb-danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes xbzoominzoomup {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

.xbzoominzoomup {
    animation: xbzoominzoomup 5s linear infinite;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        opacity: 1;
    }
}

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

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

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

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

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

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

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes marquee {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes marquee2 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes marquee2 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.path {
    stroke-dasharray: 6;
    stroke-dashoffset: 6;
    animation: dash 4s linear infinite;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 100;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.path_2 {
    stroke-dasharray: 6;
    stroke-dashoffset: 6;
    animation: dashTwo 4s linear infinite;
}

@keyframes dashTwo {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 100;
    }
}

@keyframes phoneRinging {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.phoneRinging {
    animation: phoneRinging 1.5s infinite linear;
}

@keyframes ring {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-15deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(30deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-15deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(30deg) scale(1) skew(1deg);
    }

    100%,
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.xb-animetion-right {
    animation: xb-animetion-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes xb-animetion-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.xb-animetion-left {
    animation: xb-animetion-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes xb-animetion-left {
    0% {
        transform: translateX(0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.xb-animetion-left-2 {
    animation: xb-animetion-left-2 2.8s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes xb-animetion-left-2 {
    0% {
        transform: translateX(0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
    }
}

.xb-animetion-top {
    animation: xb-animetion-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes xb-animetion-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes xb-zoomout {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes xb-zoomout {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes tpshake {
    10% {
        transform: translateY(-10px);
    }

    50% {
        transform: skew(15deg);
    }

    80% {
        transform: rotate(10deg);
    }

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

@-moz-keyframes tpshake {
    10% {
        transform: translateY(-10px);
    }

    50% {
        transform: skew(15deg);
    }

    80% {
        transform: rotate(10deg);
    }

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

@-ms-keyframes xbshake {
    10% {
        transform: translateY(-10px);
    }

    50% {
        transform: skew(15deg);
    }

    80% {
        transform: rotate(10deg);
    }

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

@keyframes xbshake {
    10% {
        transform: translateY(-10px);
    }

    50% {
        transform: skew(15deg);
    }

    80% {
        transform: rotate(10deg);
    }

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

.xbshake {
    transition: all 0.4s ease;
}

@keyframes swing {
    0% {
        transform: rotate(8deg);
    }

    50% {
        transform: rotate(-8deg);
    }

    100% {
        transform: rotate(8deg);
    }
}

/*----------------------------------------
Overlay
------------------------------------------*/
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

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

/*-- Overlay Color --*/
[data-overlay="light"]::before {
    background-color: var(--color-white);
}

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

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
    opacity: 0.1;
}

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

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

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

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

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

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

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

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

.header-area .main-menu__wrap {
    position: static;
    /* margin-left: 122px; */
}

@media only screen and (max-width: 1300px) {
    .header-area .main-menu__wrap {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .header-area.header-transparent {
        top: 30px;
    }
}

@media (max-width: 767px) {
    .header-area .xb-header-logo {
        max-width: 120px;
    }
}

.header-area .xb-header-logo .logo-one {
    display: block;
}

.header-area .xb-header-logo .logo-two {
    display: none;
}

.header-area .xb-header-area-sticky {
    top: 0;
    box-shadow: none;
}

@media (max-width: 991px) {
    .header-area .xb-header-area-sticky {
        padding: 15px 0;
    }
}

.header-area .xb-header-area-sticky .main-menu>ul>li>a {
    padding: 30px 10px;
    color: var(--color-white);
}

.header-area .xb-header-area-sticky .main-menu>ul>li:hover>a,
.header-area .xb-header-area-sticky .main-menu>ul>li.active>a {
    color: #e37b5b;
}

.header-area .xb-header-area-sticky .main-menu>ul>li .submenu {
    margin-top: 0;
}

.header-area .xb-header-area-sticky .header-contact-btn a {
    color: var(--color-heading);
}

.header-area .xb-header-area-sticky .xb-header-logo .logo-one {
    display: none;
}

.header-area .xb-header-area-sticky .xb-header-logo .logo-two {
    display: block;
}

.header-area .xb-header-area-sticky .xb-nav-mobile {
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

.header-area .xb-header-area-sticky .xb-nav-mobile:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border: 1px solid var(--color-white);
}

.header-area .xb-header-area-sticky .main-menu ul li.menu-item-has-children .submenu {
    border-top: 1px solid #e3e3e3;
}

.header-area .xb-header-area-sticky .main-menu ul li.menu-item-has-children:hover>.submenu {
    transform: translateY(0px);
}

@media (max-width: 1199px) {
    .header-area--two .xb-header-logo {
        max-width: 170px;
    }
}

@media (max-width: 767px) {
    .header-area--two .xb-header-logo {
        max-width: 120px;
    }
}

.header-area--two .xb-nav-mobile {
    background: var(--color-primary);
    border: 1px solid var(--color-primary) !important;
}

.header-area--two .xb-nav-mobile:hover {
    background: var(--color-heading);
    border: 1px solid var(--color-heading) !important;
}

.header-area--two .xb-header-area-sticky {
    padding: 15px 0;
}

.header-area--two .xb-header-area-sticky .xb-nav-mobile {
    color: var(--color-white);
}

.header-area--two .xb-header-area-sticky .xb-header-logo {
    max-width: 150px;
}

@media (max-width: 767px) {
    .header-area--two .xb-header-area-sticky .xb-header-logo {
        max-width: 120px;
    }
}

.header-area--three .main-menu__wrap {
    /* margin-left: -260px; */
}
.header-area--three .xb-header-logo a img{
    max-width: 150px;
}

/* @media only screen and (max-width: 1600px) {
    .header-area--three .main-menu__wrap {
        margin-left: -90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-area--three .main-menu__wrap {
        margin-left: -20px;
    }
} */

@media only screen and (max-width: 1300px) {
    .header-area--three .main-menu__wrap {
        margin-left: 0px;
    }
}

.header-area--three.header-transparent {
    top: 30px;
}

.header-area--three .main-menu>ul>li:not(:last-child) {
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-area--three .main-menu>ul>li:not(:last-child) {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-area--three .main-menu>ul>li:not(:last-child) {
        margin-right: 5px;
    }
}

@media (max-width: 1199px) {
    .header-area--three .main-menu>ul>li:not(:last-child) {
        margin-right: 5px;
    }
}

.header-area--three .main-menu>ul>li a {
    font-weight: 600;
    color: var(--color-white);
    font-family: var(--font-heading);
}

.header-area--three .main-menu>ul>li:hover>a,
.header-area--three .main-menu>ul>li.active>a {
    color: #e37b5b;
}

@media (max-width: 1199px) {
    .header-area--three .header-contact-info-btn {
        display: none;
    }
}

.header-area--three .xb-nav-mobile {
    color: var(--color-body1);
    border: 1px solid var(--color-body1);
}

.header-area--three .xb-nav-mobile:hover {
    border: 1px solid var(--color-primary);
}

.header-area--three .xb-header-area-sticky .main-menu__wrap {
    margin-left: 0;
}

.header-area--four .main-menu__wrap {
    margin-left: 155px;
}

@media only screen and (max-width: 1300px) {
    .header-area--four .main-menu__wrap {
        margin-left: 0;
    }
}

.header-area--four .main-menu>ul>li a {
    color: var(--color-dark);
}

.header-area--four .main-menu>ul>li:hover>a,
.header-area--four .main-menu>ul>li.active>a {
    color: var(--color-dark);
}

.header-area--four .main-menu ul li.menu-item-has-children .submenu {
    border-top: 1px solid #e3e3e3;
}

.header-area--four.header-transparent {
    top: 26px;
}

@media (max-width: 1199px) {
    .header-area--four .ie-header-btn {
        display: none;
    }
}

.header-area--four .xb-nav-mobile {
    color: var(--color-dark);
    border: 1px solid var(--color-dark);
}

.header-area--page {
    padding-top: 12px;
    background: var(--color-dark);
}

@media (max-width: 991px) {
    .header-area--page {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.header-area--page.header-transparent {
    top: 0;
}

.header-area--page .main-menu>ul>li a {
    padding: 45px 10px 50px;
}

.header-area--page .header-contact-btn a .icon {
    background: var(--color-white);
}

.header-area--page .header-contact-btn a .icon img {
    filter: brightness(0);
}

.header-area--page .xb-header-area-sticky .header-contact-btn a .icon {
    background: var(--color-black);
}

.header-area--page .xb-header-area-sticky .header-contact-btn a .icon img {
    filter: brightness(1);
}

.header-area--page .xb-nav-mobile:hover {
    border: 1px solid var(--color-primary);
}

.header-area--page .main-menu ul li.menu-item-has-children:hover>.submenu {
    transform: translateY(0px);
}

@media (max-width: 991px) {
    .header-contact-btn {
        display: none;
    }
}

.header-contact-btn a {
    gap: 16px;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--font-heading);
}

@media (max-width: 1199px) {
    .header-contact-btn a .number {
        display: none;
    }
}

.header-contact-btn a .icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-black);
}

@media (max-width: 991px) {
    .ie-header-btn {
        display: none;
    }
}

.ie-header-btn a {
    padding: 5px 30px 5px 5px;
}

.ie-header-btn a::before {
    left: 5px;
    right: auto;
    width: 50px;
    height: 50px;
}

.ie-header-btn a .inner {
    gap: 15px;
}

.ie-header-btn a .text {
    font-size: 30px;
    letter-spacing: 0;
}

.ie-header-btn a .xb-icon {
    width: 50px;
    height: 50px;
}

.header-menu-bar {
    width: 91px;
    gap: 14.22px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .header-menu-bar {
        width: 40px;
        gap: 8.22px;
    }
}

.header-menu-bar span {
    height: 3px;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-heading);
}

@media (max-width: 767px) {
    .header-menu-bar span {
        height: 2px;
    }
}

.header-menu-bar:hover span {
    background: var(--color-primary);
}

.header-menu-bar:hover span:nth-child(odd) {
    width: 80%;
}

@media (max-width: 991px) {
    .header-contact-button {
        display: none;
    }
}

.header-contact-button a {
    padding: 11px 30px 10px 10px;
}

.header-contact-button a .holder {
    gap: 10px;
}

.header-contact-button a .text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-family: var(--font-heading);
}

@media (max-width: 1199px) {
    .header-contact-button a .text {
        font-size: 26px;
        line-height: 1.4;
    }
}

.header-contact-button a .xb-icon {
    height: 49px;
    width: 49px;
    background: var(--color-white);
}

.side-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.side-menu a span {
    position: absolute;
    left: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    padding-left: 8px;
}

.side-menu a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.side-menu a svg path {
    fill: var(--color-primary);
}

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

#xb-header-area .xb-header-area-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    -o-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    visibility: hidden;
    background-color: #68392c;
}

#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: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
}

.main-menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li:not(:last-child) {
    margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu ul li:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .main-menu ul li:not(:last-child) {
        margin-right: 15px;
    }
}

.main-menu ul li .submenu li {
    margin-right: 0;
}

.main-menu ul li a {
    z-index: 3;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    letter-spacing: 0;
    position: relative;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    color: var(--color-white);
}

.main-menu ul li.menu-item-has-children>a span::after {
    content: '\f107';
    font-weight: 600;
    font-size: 16px;
    margin-left: 8px;
    font-family: "Font Awesome 6 Pro";
}

.main-menu ul li.menu-item-has-children:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: var(--color-white);
}

.main-menu ul li .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    min-width: 280px;
    opacity: 0;
    left: 0;
    z-index: 3;
    top: 100%;
    padding: 30px;
    text-align: left;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transform: translateY(30px);
    background: var(--color-white);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
}

.main-menu ul li .submenu li:not(:last-child) {
    margin-bottom: 13px;
}

.main-menu ul li .submenu li a {
    padding: 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: var(--color-heading);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
}

.main-menu ul li .submenu li a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    height: 2px;
    width: 10px;
    opacity: 0;
    text-decoration: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

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

.main-menu ul li .submenu li.menu-item-has-children>a span::after {
    position: absolute;
    top: 10%;
    right: 5px;
    z-index: 3;
    transform: rotate(-90deg);
}

.main-menu ul li .submenu li:hover>a,
.main-menu ul li .submenu li.active>a {
    padding-left: 20px;
    color: var(--color-primary);
}

.main-menu ul li .submenu li:hover>a span::after,
.main-menu ul li .submenu li.active>a span::after {
    color: var(--color-primary);
}

.main-menu ul li .submenu li:hover>a::after,
.main-menu ul li .submenu li.active>a::after {
    opacity: 1;
}

.main-menu ul li.has-mega-menu {
    position: static;
}

.main-menu ul li.has-mega-menu li {
    width: 100%;
}

.main-menu ul li .mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1620px;
    background: #ede7e5;
    padding: 47px 50px 43px;
    box-shadow: -1px 71px 55px 0 rgba(0, 0, 0, 0.39);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu ul li .mega-menu {
        padding: 47px 15px 43px;

    }
    .main-menu ul li.menu-item-has-children:hover>.submenu{
            transform: translateY(0px);
    }
    .main-menu ul li a {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .main-menu ul li .mega-menu {
        padding: 47px 15px 43px;
    }
}

.main-menu ul li .mega-menu .mega-menu-content a {
    padding: 0;
}

.main-menu ul li .mega-menu .mega-menu-content .demo-pic {
    height: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 4px solid #fff;
}

.main-menu ul li .mega-menu .demo-item{
    background-color: #ffffff;
    padding-bottom: 10px;
}

.main-menu ul li .mega-menu .demo-item .title a {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    /* margin-top: 5px; */
    letter-spacing: 0.03em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
    font-family: var(--font-heading);
}

@media only screen and (max-width: 1023px) {
    .main-menu ul li .mega-menu .demo-item .title a {
        font-size: 16px;
    }
}

.main-menu ul li .mega-menu .demo-item:hover .demo-pic {
    border-color: var(--color-primary);
}

.main-menu ul li .mega-menu .demo-item:hover .title a {
    color: var(--color-primary);
}

.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__wrap {
    position: static;
}

/*----------------------------------------*/
/*  28. sec-title
/*----------------------------------------*/
.sec-title .title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    /* text-transform: uppercase; */
    color: var(--color-heading);
    font-family: var(--font-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sec-title .title {
        font-size: 54px;
    }
}

@media (max-width: 1199px) {
    .sec-title .title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .sec-title .title {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .sec-title .title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sec-title .title {
        font-size: 46px;
    }
}

.sec-title .sub-title {
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--color-heading);
}

.sec-title .sub-title::before,
.sec-title .sub-title::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 12px;
    width: 12px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transform: translateY(-50%);
    background: var(--color-primary);
}

.sec-title .sub-title::after {
    display: none;
    left: auto;
    right: -20px;
}

.sec-title .xb-holder {
    flex-grow: 1;
    flex-basis: 0;
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .sec-title .xb-holder {
        flex-grow: unset;
        flex-basis: unset;
        transform: translateY(0);
    }
}

.sec-title--page .title {
    font-size: 60px;
    line-height: 1.15;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sec-title--page .title {
        font-size: 54px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sec-title--page .title {
        font-size: 88px;
    }
}

@media (max-width: 1199px) {
    .sec-title--page .title {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .sec-title--page .title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .sec-title--page .title {
        font-size: 38px;
    }
}

.sec-title--four .title {
    font-size: 60px;
    letter-spacing: 0.04em;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .sec-title--four .title {
        font-size: 54px;
    }
}
@media only screen and (max-width: 1399px) {
    .sec-title--four .title {
        font-size: 50px;
    }
}

/* @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sec-title--four .title {
        font-size: 130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sec-title--four .title {
        font-size: 110px;
    }
} */

@media (max-width: 1199px) {
    .sec-title--four .title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .sec-title--four .title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .sec-title--four .title {
        font-size: 32px;
        line-height: 1.1;
    }
}

.sec-title-two .sub-title {
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    /* color: var(--color-white); */
}

.sec-title-two .title {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    /* text-transform: capitalize; */
    color: var(--color-heading);
}
.sec-title-two .title span{
    font-weight: 100;
}
@media (max-width: 1399px) {
    .sec-title-two .title {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .sec-title-two .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .sec-title-two .title {
        font-size: 32px;
    }
}

.sec-title-three .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--color-dark);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sec-title-three .title {
        font-size: 148px;
    }
}

@media only screen and (max-width: 1300px) {
    .sec-title-three .title {
        font-size: 120px;
    }
}

@media (max-width: 1199px) {
    .sec-title-three .title {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    .sec-title-three .title {
        font-size: 68px;
    }
}

@media (max-width: 767px) {
    .sec-title-three .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sec-title-three .title {
        font-size: 60px;
    }
}

.xb-about-top .xb-title {
    font-size: 60px;
    line-height: 1.2;
    display: inline;
    /* text-transform: uppercase; */
}

@media only screen and (max-width: 1600px) {
    .xb-about-top .xb-title {
        font-size: 54px;
    }
}

@media (max-width: 1199px) {
    .xb-about-top .xb-title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .xb-about-top .xb-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .xb-about-top .xb-title {
        font-size: 28px;
    }
}

.xb-about-top .xb-title span {
    color: var(--color-primary);
}

.xb-about-top .xb-signager {
    gap: 26px;
    font-size: 16px;
    margin-left: 140px;
    display: inline-flex;
}

@media only screen and (max-width: 1600px) {
    .xb-about-top .xb-signager {
        margin-left: 130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-top .xb-signager {
        margin-left: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-about-top .xb-signager {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .xb-about-top .xb-signager {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .xb-about-top .xb-signager {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .xb-about-top .xb-signager {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .xb-about-top .xb-signager img {
        max-width: 265px;
    }
}
@media (max-width: 1399px) {
    .xb-about-wrap.mt-150{
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .xb-about-wrap {
        margin-top: 62px;
    }
}

.xb-about-content-item {
    gap: 20px;
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    position: relative;
}

@media (max-width: 991px) {
    .xb-about-content-item {
        flex-wrap: wrap;
    }
}

.xb-about-content-item .year_wrap {
    width: 43%;
}
.xb-about-content-item .xb-item--year {
    display: inline-block;
    background: var(--color-primary);
    width: auto;
    text-align: center;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

.xb-about-content-item .xb-item--year h2 {
    font-weight: 600;
    font-size: 60px;
    color: #f0ede5;
    line-height: 1;
    overflow: hidden;
    margin-top: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.xb-about-content-item .xb-item--year h2 a {
    color: currentColor;
}

@media only screen and (max-width: 1600px) {
    .xb-about-content-item .xb-item--year h2 {
        /* font-size: 340px; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-content-item .xb-item--year h2 {
        /* font-size: 296px; */
        /* margin-top: -35px; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-about-content-item .xb-item--year h2 {
        /* font-size: 250px; */
        /* margin-top: -28px; */
    }
}

@media (max-width: 1199px) {
    .xb-about-content-item .xb-item--year h2 {
        margin-top: -25px;
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .xb-about-content-item .xb-item--year h2 {
        font-size: 60px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .xb-about-content-item .xb-item--year h2 {
        font-size: 36px;
        margin-top: 0;
    }
        .xb-about-content-item .year_wrap{
            width: 100%;
        }
}

.xb-about-content-item .xb-item--box {
    gap: 20px;
    align-items: start;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .xb-about-content-item .xb-item--box {
        gap: 10px;
    }
}

.xb-about-content-item .xb-item--content {
    font-size: 16px;
    line-height: 24px;
    max-width: 277px;
    margin-top: 10px;
}

@media (max-width: 1599px) {
    .xb-about-content-item .xb-item--content {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .xb-about-content-item .xb-item--content {
        max-width: 234px;
    }
}

@media (max-width: 767px) {
    .xb-about-content-item .xb-item--content {
        display: none;
    }
}

@media (max-width: 991px) {
    .xb-about-content-item .xb-item--img {
        max-width: 234px;
    }
}

.xb-about-content-item .xb-item--history-text {
    line-height: 30px;
}

.xb-about-year-item {
    z-index: 1;
    width: 100%;
    /* max-width: 309px; */
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    border: 3px solid var(--color-primary);
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .xb-about-year-item {
        padding: 5px 20px;
    }
}

.xb-about-year-item::before {
    position: absolute;
    content: '';
    top: -4px;
    left: -3px;
    opacity: 0;
    z-index: -1;
    width: 0;
    height: 105%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-heading);
}

@media (max-width: 767px) {
    .xb-about-year-item::before {
        height: 116%;
    }
}

.xb-about-year-item h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 30%;
    line-height: 1;
    color: var(--color-primary);
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-about-year-item h2 {
        /* font-size: 100px; */
    }
}

@media (max-width: 1199px) {
    .xb-about-year-item h2 {
        /* font-size: 62px; */
    }
}

@media (max-width: 991px) {
    .xb-about-year-item h2 {
        /* font-size: 48px; */
    }
}

@media (max-width: 767px) {
    .xb-about-year-item h2 {
        font-size: 22px;
    }
}

.xb-about-year-nav {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .xb-about-year-nav {
        padding-top: 100px;
    }
}

.xb-about-year-nav .swiper-slide-thumb-active .xb-about-year-item {
    border: 3px solid transparent;
}

.xb-about-year-nav .swiper-slide-thumb-active .xb-about-year-item::before {
    opacity: 1;
    width: 102%;
}

@media (max-width: 767px) {
    .xb-about-year-nav .swiper-slide-thumb-active .xb-about-year-item::before {
        width: 104%;
    }
}

.xb-about-year-nav .swiper-slide-thumb-active .xb-about-year-item h2 {
    color: var(--color-white);
}

.about-slide-btn>div {
    height: 48px;
    width: 48px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-white);
}

@media (max-width: 767px) {
    .about-slide-btn>div {
        top: 74px;
        width: 38px;
        height: 38px;
        padding: 12px;
    }
}

.about-slide-btn>div::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-heading);
}

.about-slide-btn>div:after {
    display: none;
}

.about-slide-btn>div img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.about-slide-btn>div:hover::before {
    opacity: 1;
    width: 100%;
}

.about-slide-btn>div:hover img {
    filter: brightness(100);
}

.about-slide-btn .swiper-button-prev {
    right: 58px;
}

@media (max-width: 767px) {
    .about-slide-btn .swiper-button-prev {
        right: 50px;
    }
}

.about-sec-title {
    max-width: 1100px;
}

@media (max-width: 991px) {
    .about-sec-title {
        max-width: 840px;
    }
}

@media (max-width: 767px) {
    .about-sec-title {
        max-width: 100%;
    }
}

.about-sec-title .sub-title {
    transform: translateY(-18px);
}
.about-sec-title .sub-title img{
    max-width: 25px;
}

.about-sec-title .title {
    font-size: 80px;
    line-height: 1.1;
    display: inline;
    margin-left: 130px;
    /* color: var(--color-white); */
}
.about-sec-title .title {
    font-size: 60px;
    line-height: 1.1;
    display: inline;
    margin-left: 40px;
    /* color: var(--color-white); */
}

@media (max-width: 1399px) {
    .about-sec-title .title {
        font-size: 54px;
    }
}
@media (max-width: 991px) {
    .about-sec-title .title {
        font-size: 42px;
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .about-sec-title .title {
        font-size: 32px;
        margin-left: 0;
        display: block;
    }
}

.ar-about-content {
    gap: 179px;
    align-items: start;
}
@media (max-width: 1399px) {
    .ar-about-content.mt-80 {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .ar-about-content {
        gap: 110px;
        flex-wrap: nowrap;
        align-items: start;
    }
}

@media (max-width: 767px) {
    .ar-about-content {
        gap: 50px;
        flex-wrap: wrap;
    }
}

.ar-about-content .xb-img {
    overflow: hidden;
    max-width: 236px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ar-about-content .xb-holder {
    margin-top: 25px;
}

@media (max-width: 1399px) {
    .ar-about-content .xb-holder {
        margin-top: 0;
    }
}

.ar-about-content .xb-content {
    max-width: 610px;
    /* color: var(--color-white); */
}

@media (max-width: 991px) {
    .ar-about-content .xb-content {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .ar-about-content .xb-about-btn {
        margin-top: 60px;
    }
}

.horozontal-scroll-wrap {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    align-items: center;
    position: relative;
}

@media (max-width: 991px) {
    .horozontal-scroll-wrap {
        width: 100%;
        display: block;
    }
}

.horozontal-scroll {
    flex: 0 0 auto;
    height: auto;
}

.ar-about-wrap {
    /* background: #0c1c24; */
}

.ar-about-inner {
    display: block;
    width: fit-content;
    box-sizing: border-box;
    padding: 90px 140px 100px 60px;
}

@media (max-width: 1399px) {
    .ar-about-inner {
        padding: 30px 100px 80px 60px;
    }
}
@media (max-width: 991px) {
    .ar-about-inner {
        padding: 60px 12px;
    }
}

.ie-about-inner {
    position: relative;
}

.ie-about-inner .xb-item--top {
    display: inline-flex;
}

@media only screen and (max-width: 1300px) {
    .ie-about-inner .xb-item--top {
        align-items: start;
    }
}

@media (max-width: 767px) {
    .ie-about-inner .xb-item--top {
        flex-direction: column;
    }
}

.ie-about-inner .xb-item--img {
    height: auto;
    width: 378px;
    margin-top: 15px;
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-about-inner .xb-item--img {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-about-inner .xb-item--img {
        width: 315px;
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .ie-about-inner .xb-item--img {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .ie-about-inner .xb-item--img {
        width: 195px;
    }
}

@media (max-width: 767px) {
    .ie-about-inner .xb-item--img {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-about-inner .xb-item--img {
        width: 300px;
    }
}

.ie-about-inner .xb-item--title {
    font-size: 176px;
    font-weight: 700;
    line-height: 1;
    width: fit-content;
    position: relative;
    letter-spacing: -0.03em;
    color: var(--color-dark);
}

@media only screen and (max-width: 1600px) {
    .ie-about-inner .xb-item--title {
        font-size: 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-about-inner .xb-item--title {
        font-size: 130px;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-about-inner .xb-item--title {
        font-size: 115px;
    }
}

@media (max-width: 1199px) {
    .ie-about-inner .xb-item--title {
        font-size: 98px;
    }
}

@media only screen and (max-width: 1023px) {
    .ie-about-inner .xb-item--title {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    .ie-about-inner .xb-item--title {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .ie-about-inner .xb-item--title {
        font-size: 36px;
        line-height: 1.4;
        display: inline-block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-about-inner .xb-item--title {
        font-size: 52px;
        line-height: 1.3;
    }
}

.ie-about-inner .xb-item--title.odd-title .xb-item--text_slide {
    max-width: 291px;
}

@media (max-width: 1199px) {
    .ie-about-inner .xb-item--title.odd-title .xb-item--text_slide {
        max-width: 246px;
    }
}

@media (max-width: 991px) {
    .ie-about-inner .xb-item--title.odd-title .xb-item--text_slide {
        font-size: 75px;
        max-width: 145px;
    }
}

.ie-about-inner .xb-item--content {
    position: absolute;
    right: 14px;
    top: 55px;
    max-width: 495px;
    color: var(---color-dark);
}

@media only screen and (max-width: 1300px) {
    .ie-about-inner .xb-item--content {
        max-width: 336px;
        top: 20px;
    }
}

@media (max-width: 1199px) {
    .ie-about-inner .xb-item--content {
        top: 10px;
    }
}

@media (max-width: 991px) {
    .ie-about-inner .xb-item--content {
        top: 0;
        right: 0;
        max-width: 340px;
        position: relative;
        display: inline-block;
    }
}

.ie-about-inner .xb-item--btn {
    position: absolute;
    right: 10px;
    bottom: 42%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-about-inner .xb-item--btn {
        text-align: center;
        position: relative;
        display: block;
        margin-top: 65px;
    }
}

@media (max-width: 1199px) {
    .ie-about-inner .xb-item--btn {
        text-align: center;
        position: relative;
        display: block;
        margin-top: 65px;
    }
}

@media (max-width: 991px) {
    .ie-about-inner .xb-item--btn {
        display: inline-block;
        margin-top: 0;
        right: 0;
    }
}

.ie-about-inner .xb-item--text_slide {
    padding: 7px 0;
    max-width: 417px;
    position: absolute;
    top: 54.5%;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: translate(-50%, -50%);
    background: var(--color-primary);
}

@media (max-width: 1199px) {
    .ie-about-inner .xb-item--text_slide {
        max-width: 380px;
    }
}

@media (max-width: 991px) {
    .ie-about-inner .xb-item--text_slide {
        padding: 4px 0;
        max-width: 270px;
    }
}

@media (max-width: 767px) {
    .ie-about-inner .xb-item--text_slide {
        display: none;
    }
}

.ie-about-inner .xb-item--text_slide .item {
    gap: 15px;
    margin-right: 15px;
}

.ie-about-inner .xb-item--text_slide .text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--font-body);
}

.ie-about-inner .xb-item--heading {
    gap: 38px;
}

@media (max-width: 991px) {
    .ie-about-inner .xb-item--heading {
        gap: 17px;
    }
}

@media (max-width: 767px) {
    .ie-about-inner .xb-item--heading {
        display: inline-block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-about-inner .xb-item--holder {
        gap: 27px;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .ie-about-inner .xb-item--holder {
        gap: 17px;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .ie-about-inner .xb-item--holder {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .ie-about-inner .xb-item--bottom {
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 60px;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .ie-about-inner .xb-item--bottom {
        gap: 60px;
        margin-top: 15px;
    }
}

.ie-about-inner .xb-item--title:hover .xb-item--text_slide {
    opacity: 1;
}

.about-section {
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .about-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (max-width: 1199px) {
    .about-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ap-value-list {
        margin-left: -60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ap-value-list {
        margin-left: -70px;
    }
}

@media (max-width: 1199px) {
    .ap-value-list {
        float: right;
    }
}

@media (max-width: 991px) {
    .ap-value-list {
        float: left;
    }
}

.ap-value-list li {
    gap: 11px;
    display: flex;
    font-weight: 500;
    line-height: 20px;
    align-items: center;
}

.ap-value-list li:not(:last-child) {
    margin-bottom: 23px;
}

.ap-value-item {
    display: inline-block;
}

.ap-value-item .xb-item--inner {
    min-height: 540px;
    display: inline-flex;
    flex-direction: column;
    background: var(--color-dark);
    justify-content: space-between;
}

@media (max-width: 991px) {
    .ap-value-item .xb-item--inner {
        min-height: 505px;
    }
}

@media (max-width: 767px) {
    .ap-value-item .xb-item--inner {
        min-height: 500px;
    }
}

.ap-value-item .xb-item--number {
    font-size: 60px;
    margin-bottom: 15px;
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .ap-value-item .xb-item--number {
        font-size: 60px;
    }
}

.ap-value-item .xb-item--title {
    font-size: 26px;
    color: var(--color-white);
}

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

.ap-value-item .xb-item--content {
    font-size: 16px;
    max-width: 302px;
    color: var(--color-white);
}

.ap-value-item .xb-item--box {
    padding: 50px;
}

@media (max-width: 991px) {
    .ap-value-item .xb-item--box {
        padding: 40px;
    }
}

.ap-value-item .xb-item--box.box-2 {
    background: var(--color-primary);
}

.ap-value-item .xb-item--box.box-3 {
    background: #E6E8DA;
}

.ap-value-item .xb-item--box.box-3 h2,
.ap-value-item .xb-item--box.box-3 h3,
.ap-value-item .xb-item--box.box-3 p {
    color: var(--color-heading);
}

.ap-value-item .xb-item--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ap-value-slider {
    margin: 0 -265px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .ap-value-slider {
        margin: 0 -420px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ap-value-slider {
        margin: 0 -350px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ap-value-slider {
        margin: 0 -420px;
    }
}

@media (max-width: 1199px) {
    .ap-value-slider {
        margin: 0 -95px;
    }
}

@media only screen and (max-width: 1023px) {
    .ap-value-slider {
        margin: 0 -110px;
    }
}

@media (max-width: 991px) {
    .ap-value-slider {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .ap-value-slider {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ap-value-slider {
        margin: 0 -275px;
    }
}

.ap-work-top {
    gap: 30px;
}

.ap-work-content {
    max-width: 395px;
}

.ap-work-list {
    padding-top: 40px;
    padding-left: 85px;
    padding-bottom: 40px;
    border-top: 1px solid #ebe0dd;
    border-left: 1px solid #ebe0dd;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ap-work-list {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ap-work-list {
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    .ap-work-list {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .ap-work-list {
        padding-left: 85px;
    }
}

@media (max-width: 767px) {
    .ap-work-list {
        padding-left: 0;
        border-left: none;
    }
}

.ap-work-list li {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
    line-height: 14px;
    color: var(--color-heading);
}

@media (max-width: 1199px) {
    .ap-work-list li {
        line-height: 24px;
    }
}

.ap-work-list li:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .ap-work-list li:not(:last-child) {
        margin-bottom: 30px;
    }
}

.ap-work-list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    height: 12px;
    width: 6px;
    border-radius: 0 100px 100px 0;
    background: var(--color-primary);
}

@media (max-width: 1199px) {
    .ap-work-list li::before {
        top: 6px;
    }
}

.ap-work-col:first-child .ap-work-list {
    padding-left: 0;
    border-left: none;
}

@media (max-width: 991px) {
    .ap-work-col:nth-child(odd) .ap-work-list {
        padding-left: 0;
        border-left: none;
    }
}

@media (max-width: 991px) {

    .ap-work-col:nth-child(1) .ap-work-list,
    .ap-work-col:nth-child(2) .ap-work-list {
        padding-bottom: 40px;
    }
}

.ap-award-content {
    max-width: 482px;
}

.xb-about-sub_title {
    font-weight: 500;
    font-size: 18px;
    padding: 2px 10px;
    display: inline-block;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    background: var(--color-white);
}

.ap-about-year-nav {
    padding-top: 0;
    position: relative;
}

.ap-about-year-nav .about-slide-btn>div {
    left: 0;
    top: -45px;
}

@media (max-width: 991px) {
    .ap-about-year-nav .about-slide-btn>div {
        top: 30px;
    }
}

.ap-about-year-nav .about-slide-btn .swiper-button-next {
    left: 63px;
}

.xb-info-item {
    display: flex;
    padding: 43.3px 0;
    align-items: center;
    border-bottom: 1px solid #ebe0dd;
}

@media (max-width: 1199px) {
    .xb-info-item {
        padding: 34px 0;
    }
}

@media (max-width: 767px) {
    .xb-info-item {
        gap: 20px;
        padding: 30px 0;
        align-items: start;
        flex-direction: column;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-info-item {
        align-items: center;
        flex-direction: row;
    }
}

.xb-info-item:first-child {
    border-top: 1px solid #d9d9d9;
}

.xb-info-item li {
    gap: 12px;
    width: 46%;
    font-size: 18px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .xb-info-item li {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-info-item li {
        width: 90%;
    }
}

.xb-info-item li:nth-child(2) {
    width: 54%;
}

@media (max-width: 767px) {
    .xb-info-item li:nth-child(2) {
        width: 100%;
    }
}

.xb-info-item li.xb-info {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    color: var(--color-heading);
}

@media (max-width: 1199px) {
    .xb-info-item li.xb-info {
        font-size: 22px;
    }
}

.xb-company-info-img {
    margin-left: 80px;
    margin-top: 16px;
}

@media (max-width: 991px) {
    .xb-company-info-img {
        margin-top: 0;
        margin-left: 0;
    }
}

.xb-about-badge {
    float: right;
}

@media (max-width: 767px) {
    .xb-about-badge {
        float: left;
    }
}

.xb-line-shape {
    bottom: 27px;
    z-index: -1;
    position: absolute;
}

@media (max-width: 991px) {
    .xb-line-shape {
        display: none;
    }
}

.xb-line-shape.shape-1 {
    left: 242px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-line-shape.shape-1 {
        left: 145px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-line-shape.shape-1 {
        left: 110px;
        bottom: 90px;
    }
}

@media (max-width: 1199px) {
    .xb-line-shape.shape-1 {
        left: 60px;
        bottom: 80px;
    }
}

.xb-line-shape.shape-2 {
    right: 277px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-line-shape.shape-2 {
        right: 177px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-line-shape.shape-2 {
        bottom: 50px;
        right: 100px;
    }
}

@media (max-width: 1199px) {
    .xb-line-shape.shape-2 {
        right: 60px;
    }
}

.xb-line-shape.shape-3 {
    left: 224px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-line-shape.shape-3 {
        left: 145px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-line-shape.shape-3 {
        bottom: 50px;
        left: 100px;
    }
}

@media (max-width: 1199px) {
    .xb-line-shape.shape-3 {
        bottom: 60px;
        left: 60px;
    }
}

.xb-line-shape.shape-4 {
    right: 151px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-line-shape.shape-4 {
        right: 100px;
    }
}

@media (max-width: 1199px) {
    .xb-line-shape.shape-4 {
        bottom: 60px;
        right: 60px;
    }
}

.fc-feature-item {
    gap: 40px;
}

.fc-feature-top{
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .fc-feature-item {
        gap: 25px;
    }
}

.fc-feature-item:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .fc-feature-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.fc-feature-item:nth-child(even) {
    justify-content: end;
}

@media (max-width: 767px) {
    .fc-feature-item:nth-child(even) {
        align-items: start;
        justify-content: start;
        flex-direction: column-reverse;
    }
}

.fc-feature-item .title {
    font-size: 4vw;
    font-weight: 700;
    line-height: 0.9;
}

/* @media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .fc-feature-item .title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-feature-item .title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-feature-item .title {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .fc-feature-item .title {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .fc-feature-item .title {
        font-size: 40px;
    }
} */

@media (max-width: 767px) {
    .fc-feature-item .title {
        font-size: 32px;
        line-height: 1;
    }
}

/* @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-feature-item .title {
        font-size: 40px;
    }
} */

.fc-feature-item .title.small_title {
    font-size: 2vw;
    transform: translateY(12px);
}

@media only screen and (max-width: 1599px) {
   .fc-feature-item .title.small_title {
        /* font-size: 30px; */
        transform: translateY(0px);
    }
}
/* @media only screen and (max-width: 1399px) {
   .fc-feature-item .title.small_title {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-feature-item .title.small_title {
        font-size: 24px;
    }
} */

@media (max-width: 1199px) {
    .fc-feature-item .title.small_title {
        /* font-size: 22px; */
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {
    .fc-feature-item .title.small_title {
        /* font-size: 18px; */
        line-height: 1.2;
    }
}

.fc-about-top .xb-item--title {
    font-size: 154px;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-top: -147px;
    text-shadow: 0 38px 36px rgb(177 165 158);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-about-top .xb-item--title {
        margin-top: -130px;
        font-size: 110px;
    }
}

@media (max-width: 1199px) {
    .fc-about-top .xb-item--title {
        font-size: 130px;
        margin-top: -98px;
    }
}

@media (max-width: 767px) {
    .fc-about-top .xb-item--title {
        font-size: 42px;
        margin-top: -34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-about-top .xb-item--title {
        font-size: 70px;
        margin-top: -50px;
    }
}

.fc-about-title {
    max-width: 680px;
}

@media (max-width: 991px) {
    .fc-about-title {
        margin-bottom: 27px;
    }
}

.fac-about-content {
    max-width: 723px;
}

.fac-about-content-wrap {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .fac-about-content-wrap {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .parallax-img .xb-item--img {
        height: 200px;
    }
}

.fc-about-bottom {
    margin-top: 85px;
}

@media (max-width: 767px) {
    .fc-about-bottom {
        margin-top: 55px;
    }
}

.xb-project-row {
    position: sticky;
    top: 0;
}

@media (max-width: 767px) {
    .xb-project-row {
        position: relative;
    }
}

.xb-project-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: var(--color-body);
    padding: 100px 105px 100px 150px;
}

@media only screen and (max-width: 1600px) {
    .xb-project-content {
        padding: 70px 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-project-content {
        padding: 50px;
        justify-content: start;

    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-project-content {
        padding: 50px 30px;
    }
}

@media (max-width: 1199px) {
    .xb-project-content {
        padding: 50px 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-project-content {
        padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .xb-project-content {
        padding: 80px 50px;
    }
}

@media (max-width: 767px) {
    .xb-project-content {
        padding: 50px 15px;
    }
}

.xb-project-content .xb-item--tag {
    gap: 10px;
}

.xb-project-content .xb-item--tag li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 1px 15px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-family: var(--font-heading);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.xb-project-content .xb-item--tag li a:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.xb-project-content .xb-item--title {
    font-size: 50px;
    font-weight: 700;
    line-height: 112%;
    line-height: 1.1;
    margin: 35px 0 25px;
    letter-spacing: -0.03em;
    /* text-transform: uppercase; */
    /* color: var(--color-white); */
}

.xb-project-content .xb-item--title a {
    color: currentColor;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-project-content .xb-item--title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-project-content .xb-item--title {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .xb-project-content .xb-item--title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-project-content .xb-item--title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .xb-project-content .xb-item--title {
        font-size: 32px;
    }
}

.xb-project-content .xb-item--content {
    font-size: 20px;
    /* color: var(--color-white); */
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-project-content.right-content {
        padding: 70px 50px;
        justify-content: start;
        font-size: 18px;
    }
    .xb-project-content .xb-item--content {
        font-size: 18px;
        /* color: var(--color-white); */
    }
}

@media (max-width: 1199px) {
    .xb-project-content .xb-project-bottom-item {
        display: none;
    }
}

.xb-project-img {
    position: relative;
}

@media (max-width: 991px) {
    .xb-project-img .xb-img img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
}

.xb-project-bottom-item {
    bottom: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    background-color: var(--color-white);
    clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
}

@media only screen and (max-width: 1600px) {
    .xb-project-bottom-item {
        height: 150px;
    }
}

@media (max-width: 991px) {
    .xb-project-bottom-item {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .xb-project-bottom-item {
        height: 165px;
        width: 190px;
    }
}

@media only screen and (max-width: 1600px) {
    .xb-project-bottom-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.xb-project-bottom-item.xb-left {
    right: 0;
}

.xb-project-bottom-item.xb-right {
    left: 0;
    clip-path: polygon(79% 0, 100% 23%, 100% 100%, 0 100%, 0 0);
}

.xb-project-bottom-content {
    gap: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 767px) {
    .xb-project-bottom-content {
        padding: 20px 10px 20px 20px;
    }
}

.xb-project-bottom-content .xb-number {
    font-weight: 500;
    font-size: 32px;
    color: var(--color-dark);
}

.xb-project-bottom-content .xb-content {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color-dark);
    font-family: var(--font-heading);
}

@media (max-width: 767px) {
    .xb-project-top {
        gap: 30px;
    }
}

.ar-project-top {
    gap: 20px;
}

.ar-project-top .xb-content {
    /* max-width: 510px; */
}

.ar-project-img-item {
    overflow: hidden;
    min-height: 825px;
    position: relative;
}

@media (max-width: 1199px) {
    .ar-project-img-item {
        min-height: 700px;
    }
}

@media (max-width: 767px) {
    .ar-project-img-item {
        min-height: 600px;
    }
}

.ar-project-img-item .xb-item--title {
    line-height: 1;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: -0.04em;
    color: var(--color-white);
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: translateY(40px);
}

.ar-project-img-item .xb-item--title a {
    color: currentColor;
}

@media (max-width: 1199px) {
    .ar-project-img-item .xb-item--title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .ar-project-img-item .xb-item--title {
        font-size: 40px;
    }
}

.ar-project-img-item .xb-item--holder {
    position: absolute;
    bottom: 80px;
    left: 50px;
}

@media (max-width: 991px) {
    .ar-project-img-item .xb-item--holder {
        left: 20px;
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .ar-project-img-item .xb-item--holder {
        left: 10px;
    }
}

.ar-project-img-item .xb-item--btn {
    gap: 20px;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: translateY(40px);
}

.ar-project-img-item .xb-item--btn a {
    font-size: 14px;
}

.ar-project-img-item .xb-item--btn a .xb-icon {
    height: 40px;
    width: 40px;
    padding: 8px;
}

.ar-project-img-item .xb-item--btn a.bg_white .text {
    color: var(--color-heading);
    text-shadow: 0 1.3em var(--color-heading);
}

.ar-project-img-item .xb-item--btn a.bg_white .xb-icon {
    background: var(--color-heading);
}

.ar-project-img-item .xb-item--bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ar-project-img-item .xb-item--bg img {
    object-fit: cover;
}

.xb-project-img-slider .swiper-slide-active .ar-project-img-item .xb-item--title,
.xb-project-img-slider .swiper-slide-active .ar-project-img-item .xb-item--btn {
    opacity: 1;
    transition-delay: .1s;
    transform: translateY(0);
}

.xb-project-img-slider .swiper-slide-active .ar-project-img-item .xb-item--btn {
    transition-delay: .2s;
}

.xb-project-nav-item {
    cursor: pointer;
    padding-right: 25px;
    display: inline-block;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    .xb-project-nav-item {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .xb-project-nav-item {
        padding-right: 15px;
    }
}

.xb-project-nav-item .xb-title {
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 991px) {
    .xb-project-nav-item .xb-title {
        font-size: 14px;
    }
}

.xb-project-nav-wrap {
    position: absolute;
    top: 80px;
    right: 60px;
    z-index: 2;
    gap: 30px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    padding: 13px 30px 13px 15px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    backdrop-filter: blur(77px);
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 1199px) {
    .xb-project-nav-wrap {
        top: 40px;
        right: 30px;
    }
}

@media (max-width: 991px) {
    .xb-project-nav-wrap {
        right: 10px;
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .xb-project-nav-wrap {
        right: auto;
        left: 10px;
        gap: 20px;
        max-width: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-project-nav-wrap {
        gap: 30px;
        max-width: 550px;
    }
}

.xb-project-nav-wrap .xb-progress-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    color: #fff;
    height: 32px;
    width: 32px;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .xb-project-nav-wrap .xb-progress-btn {
        width: 65px;
        height: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-project-nav-wrap .xb-progress-btn {
        width: 40px;
        height: 32px;
    }
}

.xb-project-nav-wrap .xb-progress-btn svg {
    position: absolute;
}

.xb-project-nav-wrap .xb-progress-btn svg:nth-child(1) {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotate(-90deg);
    stroke: #fff;
    fill: transparent;
}

.xb-project-nav-wrap .xb-progress-btn svg:nth-child(2) {
    color: #fff;
    height: 20px;
}

.xb-project-nav-wrap .xb-progress-btn svg circle {
    transition: stroke-dashoffset 0.2s linear;
}

.xb-project-nav-wrap .xb-progress-btn .play-icon {
    position: absolute;
    font-size: 16px;
    left: 11px;
    opacity: 0;
}

.xb-project-nav-wrap .xb-progress-btn[aria-label*="Play"] .play-icon {
    opacity: 1;
}

.xb-project-nav-wrap .xb-progress-btn[aria-label*="Play"] .pause-icon {
    opacity: 0;
}

.xb-project-nav-wrap .xb-progress-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.xb-project-nav-slider .swiper-slide {
    width: auto !important;
}

.xb-project-nav-slider .swiper-slide:last-child {
    margin-right: 0 !important;
}

.xb-project-nav-slider .swiper-slide:last-child .xb-project-nav-item {
    border-right: none;
    padding-right: 0;
}

.xb-project-nav-slider .swiper-slide.swiper-slide-thumb-active .xb-project-nav-item .xb-title {
    color: white;
}

.ie-project-img-slider {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.ie-project-img-slider .swiper-slide-active .ie-project-img-item {
    animation: xb-zoomout 12s linear infinite;
}

.ie-project-img-slider .ie-project-img-item {
    height: 100%;
}

.ie-project-img-slider .ie-project-img-item img {
    height: 100%;
    object-fit: cover;
}

.ie-project-item-slider {
    max-width: 505px;
    text-align: end;
}

@media (max-width: 1199px) {
    .ie-project-item-slider {
        max-width: 408px;
    }
}

@media (max-width: 991px) {
    .ie-project-item-slider {
        max-width: 340px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-project-item-slider {
        max-width: 400px;
    }
}

.ie-project-item .xb-item--inner {
    z-index: 1;
    overflow: hidden;
    text-align: start;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white);
}

.ie-project-item .xb-item--title {
    font-size: 32px;
    font-weight: 500;
    max-width: 460px;
    line-height: 45px;
    margin-bottom: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-dark);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-project-item .xb-item--title {
        max-width: 450px;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-project-item .xb-item--title {
        max-width: 415px;
        font-size: 38px;
        line-height: 46px;
    }
}

@media (max-width: 1199px) {
    .ie-project-item .xb-item--title {
        max-width: 360px;
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .ie-project-item .xb-item--title {
        max-width: 270px;
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-project-item .xb-item--title {
        max-width: 100%;
    }
}

.ie-project-item .xb-item--title a {
    color: currentColor;
}

.ie-project-item .xb-item--content {
    margin-top: 15px;
    color: var(--color-dark);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-project-item .xb-item--content {
        max-width: 450px;
    }
}

@media only screen and (max-width: 1200px) and (max-width: 1300px) {
    .ie-project-item .xb-item--content {
        max-width: 350px;
    }
}

@media (max-width: 1199px) {
    .ie-project-item .xb-item--content {
        max-width: 330px;
    }
}

@media (max-width: 991px) {
    .ie-project-item .xb-item--content {
        max-width: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-project-item .xb-item--content {
        max-width: 100%;
    }
}

.ie-project-item .xb-item--holder {
    padding: 0 20px 35px;
    margin-top: 18px;
}

.ie-project-item .xb-item--img {
    width: 505px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .ie-project-item .xb-item--img {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .ie-project-item .xb-item--img {
        width: 340px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-project-item .xb-item--img {
        width: 100%;
    }
}

.ie-project-item .xb-item--heading {
    transform: translateY(-13px);
}

@media (max-width: 991px) {
    .ie-project-item .xb-item--heading {
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .ie-project-item .xb-item--heading {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .ie-project-item .xb-item--heading .sec-title-three .title {
        color: var(--color-dark) !important;
    }
}

@media (max-width: 991px) {
    .ie-project-item .xb-item--heading .xb-btn {
        margin-top: 40px;
    }
}

.ie-project-item:hover .xb-item--inner {
    background: var(--color-primary);
}

.ie-project-item:hover .xb-item--img {
    padding: 20px 20px 0;
}

.ie-project-item:hover .xb-item--content,
.ie-project-item:hover .xb-item--title a {
    color: var(--color-white);
}

.ie-project-item-wrap {
    padding: 100px 0;
    overflow: hidden;
    min-height: 830px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .ie-project-item-wrap {
        min-height: 640px;
    }
}

.project-section {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .project-section {
        background: #fff4f0;
    }
}

.pp-project-row {
    position: relative;
}

.xb-project-menu {
    gap: 30px;
    display: inline-flex;
    margin-bottom: 100px;
    justify-content: center;
}

.xb-project-menu button {
    line-height: 1;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    padding: 24px 50px 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    color: var(--color-heading);
    background-color: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-family: var(--font-heading);
    border: 1px solid var(--color-border);
}

.xb-project-menu button.active,
.xb-project-menu button:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.fc-project-top {
    gap: 30px;
}

.fc-project-top .sec-title {
    width: 100%;
    max-width: 1155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-project-top .sec-title {
        max-width: 870px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-project-top .sec-title {
        max-width: 730px;
    }
}

.fc-project-item {
    width: 50vw;
}

@media (max-width: 1199px) {
    .fc-project-item {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .fc-project-item {
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    .fc-project-item {
        max-width: 350px;
        width: auto;
    }
}

.fc-project-item .xb-item--content {
    max-width: 600px;
    margin-top: 15px;
    color: var(--color-secondary);
}
.h_pro_sec .fc-project-item .xb-item--content {
    color: var(--color-primary);
}

.fc-project-item .xb-item--title a {
    color: currentColor;
}

.fc-project-item .xb-item--img {
    z-index: 1;
    display: flex;
    min-height: 508px;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 991px) {
    .fc-project-item .xb-item--img {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .fc-project-item .xb-item--img {
        min-height: 270px;
    }
}

.fc-project-item .xb-item--img::before {
    position: absolute;
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    background: rgb(69 43 35 / 49%);
}

.fc-project-item .xb-item--img .thm-btn {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    background: var(--color-heading);
}

.fc-project-item .xb-item--img .thm-btn .text {
    color: var(--color-secondary);
    text-shadow: 0 1.3em var(--color-secondary);
}

.fc-project-item .xb-item--img .thm-btn .xb-icon {
    background: var(--color-secondary);
}

.fc-project-item:hover .xb-item--img::before {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fc-project-item:hover .xb-item--img .thm-btn {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-delay: .2s;
}

.fc-project-inner {
    gap: 100px;
    margin-right: 100px;
}

@media (max-width: 991px) {
    .fc-project-inner {
        gap: 80px;
        margin-right: 80px;
    }
}
@media (max-width: 767px) {
    .fc-project-inner {
        gap: 60px;
        margin-right: 60px;
    }
}
@media (max-width: 575px) {
    .fc-project-inner {
        gap: 40px;
        margin-right: 40px;
    }
}

.fc-project-btn a {
    background: var(--color-body);
}

.fc-project-btn a .text {
    color: var(--color-heading);
    text-shadow: 0 1.3em var(--color-heading);
}

.xb-service-item {
    padding: 0;
    width: 100%;
    position: relative;
}

.xb-service-item:not(:last-child) .xb-holder {
    border-bottom: 1px solid #f0ede5;
}

@media (max-width: 991px) {
    .xb-service-item:last-child .xb-holder {
        border-bottom: 1px solid #f0ede5;
    }
}

.xb-service-item.current .xb-icon,
.xb-service-item:hover .xb-icon {
    filter: brightness(100);
}

.xb-service-item.current .xb-icon img:nth-child(1),
.xb-service-item:hover .xb-icon img:nth-child(1) {
    transform: translateX(50px);
}

.xb-service-item.current .xb-icon img:nth-child(2),
.xb-service-item:hover .xb-icon img:nth-child(2) {
    left: 0;
}

.xb-service-item.current .xb-heading .xb-title:nth-child(2),
.xb-service-item:hover .xb-heading .xb-title:nth-child(2) {
    opacity: 1;
    transform: scaleY(1);
}

.xb-service-item .xb-holder {
    display: flex;
    align-items: center;
    padding: 30px 30px 32px 20px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .xb-service-item .xb-holder {
        padding: 38px 30px 40px 0;
    }
}

@media (max-width: 991px) {
    .xb-service-item .xb-holder {
        padding: 30px 30px 32px 0;
    }
}

@media (max-width: 767px) {
    .xb-service-item .xb-holder {
        padding: 30px 0 32px;
    }
}

.xb-service-item .xb-icon {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .xb-service-item .xb-icon {
        width: 50px;
    }
}

.xb-service-item .xb-icon img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .xb-service-item .xb-icon img {
        max-width: 30px;
    }
}

.xb-service-item .xb-icon img:nth-child(2) {
    position: absolute;
    left: -60px;
    top: 0;
}

.xb-service-item .xb-heading {
    position: relative;
}

.xb-service-item .xb-heading .xb-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 164%;
    line-height: 1.1;
    color: #dbbfb654;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-service-item .xb-heading .xb-title {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .xb-service-item .xb-heading .xb-title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .xb-service-item .xb-heading .xb-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .xb-service-item .xb-heading .xb-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-service-item .xb-heading .xb-title {
        font-size: 34px;
    }
}

.xb-service-item .xb-heading .xb-title a {
    color: currentColor;
}

.xb-service-item .xb-heading .xb-title:nth-child(2) {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transform: scaleY(0);
}

.xb-service-wrap {
    border-top: 1px solid #f0ede5;
    border-bottom: 1px solid #f0ede5;
}

@media (max-width: 991px) {
    .xb-service-wrap {
        border-bottom: none;
    }
}

.xb-service-list {
    margin-right: 80px;
    border-right: 1px solid #f0ede5;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-service-list {
        margin-right: 100px;
    }
}

@media (max-width: 1199px) {
    .xb-service-list {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .xb-service-list {
        margin-right: 0;
        border-right: none;
    }
}

.xb-service-content .xb-item--list {
    margin-bottom: 133px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-service-content .xb-item--list {
        margin-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .xb-service-content .xb-item--list {
        margin-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .xb-service-content .xb-item--list {
        margin-bottom: 130px;
    }
}

@media (max-width: 767px) {
    .xb-service-content .xb-item--list {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-service-content .xb-item--list {
        margin-bottom: 75px;
    }
}

.xb-service-content .xb-item--list li {
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .xb-service-content .xb-item--list li {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .xb-service-content .xb-item--list li {
        font-size: 18px;
    }
}

.xb-service-content .xb-item--list li:not(:last-child) {
    margin-bottom: 25px;
}

.xb-service-right {
    height: 493px;
    margin-left: -80px;
    padding: 35px 0 35px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-service-right {
        height: 445px;
        margin-left: -100px;
    }
}

@media (max-width: 1199px) {
    .xb-service-right {
        height: 445px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .xb-service-right {
        height: 470px;
        padding: 50px 0 0;
    }
}

@media (max-width: 767px) {
    .xb-service-right {
        height: 400px;
        padding: 50px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-service-right {
        height: 415px;
    }
}

.xb-service-content_item {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
    .xb-service-content_item {
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .xb-service-content_item {
        gap: 50px;
        align-items: start;
    }
}

@media (max-width: 767px) {
    .xb-service-content_item {
        gap: 30px;
        align-items: start;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-service-content_item {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-service-content_item .service-image {
        max-width: 200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-service-content_item .service-image {
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .xb-service-content_item .service-image {
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .xb-service-content_item .service-image {
        max-width: 265px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-service-content_item .service-image {
        max-width: 230px;
    }
}

.default-btn {
    font-size: 22px;
    font-weight: 500;
    gap: 30px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: var(--color-white);
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.default-btn .xb-text {
    line-height: 28px;
    position: relative;
    display: inline-block;
}

.default-btn .xb-text::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

.default-btn .xb-icon {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-primary);
}

.default-btn:hover {
    color: var(--color-primary);
}

.default-btn:hover .xb-text::before {
    width: 100%;
}

.service-content-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.service-content-image .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.service-content-image .item.active {
    opacity: 1;
}

.ar-service-top {
    gap: 30px;
}

.ar-service-list {
    z-index: 1;
    border-right: none;
    margin-right: -22px;
    position: relative;
}

@media (max-width: 767px) {
    .ar-service-list {
        margin-right: 0;
    }
}

.ar-service-list .active-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-primary);
}

.ar-service-list .xb-service-item {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-body);
}

.ar-service-list .xb-service-item:not(:last-child) {
    margin-bottom: 10px;
}

.ar-service-list .xb-service-item .xb-item--inner {
    z-index: 2;
    position: relative;
    padding: 40px 40px 32px;
}

@media (max-width: 767px) {
    .ar-service-list .xb-service-item .xb-item--inner {
        padding: 40px 30px 32px;
    }
}

.ar-service-list .xb-service-item .xb-item--holder {
    gap: 30px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1300px) {
    .ar-service-list .xb-service-item .xb-item--holder {
        gap: 90px;
    }
}

@media (max-width: 1199px) {
    .ar-service-list .xb-service-item .xb-item--holder {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .ar-service-list .xb-service-item .xb-item--holder {
        margin-bottom: 20px;
        gap: 20px;
        display: block;
    }
}

.ar-service-list .xb-service-item .xb-item--icon {
    width: 47px;
    min-height: 47px;
}

.ar-service-list .xb-service-item .xb-item--title {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: var(--color-heading);
    /* font-family: var(--font-body); */
}

.ar-service-list .xb-service-item .xb-item--title a {
    color: currentColor;
}

@media (max-width: 1399px) {
    .ar-service-list .xb-service-item .xb-item--title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .ar-service-list .xb-service-item .xb-item--title {
        font-size: 20px;
    }
    .ar-service-list .xb-service-item .xb-item--icon img{
        max-width: 60px;
        margin-bottom: 20px;
    }
}

.ar-service-list .xb-service-item .xb-item--content {
    font-size: 18px;
    line-height: 26px;
    max-width: 660px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ar-service-list .xb-service-item .xb-item--arrow {
    transform: rotate(40deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ar-service-list .xb-service-item .xb-item--content_box {
    gap: 20px;
}

.ar-service-list .xb-service-item .xb-item--icon img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ar-service-list .xb-service-item.current .xb-item--arrow,
.ar-service-list .xb-service-item:hover .xb-item--arrow {
    transform: rotate(0);
    filter: brightness(100);
}

.ar-service-list .xb-service-item.current .xb-item--icon img,
.ar-service-list .xb-service-item:hover .xb-item--icon img {
    filter: brightness(100);
}

.ar-service-list .xb-service-item.current .xb-item--title,
.ar-service-list .xb-service-item.current .xb-item--content,
.ar-service-list .xb-service-item:hover .xb-item--title,
.ar-service-list .xb-service-item:hover .xb-item--content {
    color: var(--color-white);
}

.ar-service-right {
    padding-left: 26px;
}

@media (max-width: 1399px) {

.ar-service-list .xb-service-item .xb-item--content {
    font-size: 16px;
}
}
@media (max-width: 991px) {
    .ar-service-right {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .ar-service-right {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ar-service-right {
        display: block;
    }
}

.ar-service-right .service-content-image {
    height: 915px;
    width: 100%;
}

@media (max-width: 991px) {
    .ar-service-right .service-content-image {
        height: 740px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ar-service-right .service-content-image {
        height: 440px;
    }
}

.ar-service-right .service-content-image .item {
    z-index: -1;
    transform: scale(0);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.8s ease-in-out;
}

.ar-service-right .service-content-image .item.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
    position: relative;
    transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ie-service-wrap {
    overflow: hidden;
    min-height: 1113px;
}

@media only screen and (max-width: 1600px) {
    .ie-service-wrap {
        min-height: 1040px;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-service-wrap {
        min-height: 880px;
    }
}

@media (max-width: 991px) {
    .ie-service-wrap {
        min-height: 820px;
    }
}

@media (max-width: 767px) {
    .ie-service-wrap {
        min-height: 870px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-service-wrap {
        min-height: 1012px;
    }
}

.ie-service-img-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .ie-service-img-slider .ie-service-img-item {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .ie-service-img-slider .ie-service-img-item img {
        height: 100%;
        object-fit: cover;
    }
}

.ie-service-img-slider .swiper-slide-active .ie-service-img-item {
    animation: xb-zoomout 12s linear infinite;
}

.ser-img-slide-btn>div {
    left: auto;
    right: 0;
    bottom: auto;
    top: 22px;
    width: 71px;
    height: 185px;
    z-index: 2;
    background: var(--color-dark);
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .ser-img-slide-btn>div {
        height: 185px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ser-img-slide-btn>div {
        height: 171px;
        width: 67px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ser-img-slide-btn>div {
        height: 157px;
    }
}

@media (max-width: 1199px) {
    .ser-img-slide-btn>div {
        height: 150px;
        width: 67px;
    }
}

@media (max-width: 991px) {
    .ser-img-slide-btn>div {
        height: 139px;
        padding: 14px;
        width: 53px;
    }
}

@media (max-width: 767px) {
    .ser-img-slide-btn>div {
        height: 124px;
    }
}

.ser-img-slide-btn>div::after {
    display: none;
}

.ser-img-slide-btn .swiper-button-prev {
    top: 207px;
    border-top: 1px solid #3b3b3b;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ser-img-slide-btn .swiper-button-prev {
        top: 193px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ser-img-slide-btn .swiper-button-prev {
        top: 179px;
    }
}

@media (max-width: 1199px) {
    .ser-img-slide-btn .swiper-button-prev {
        top: 172px;
    }
}

@media (max-width: 991px) {
    .ser-img-slide-btn .swiper-button-prev {
        top: 161px;
    }
}

@media (max-width: 767px) {
    .ser-img-slide-btn .swiper-button-prev {
        top: 146px;
    }
}

.ie-service-inner {
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.ie-service-item {
    border-right: 1px solid #dcdcdc;
}

.ie-service-item .xb-item--holder {
    background: var(--color-white);
}

.ie-service-item .xb-item--title {
    font-weight: 500;
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 41px;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-service-item .xb-item--title {
        font-size: 38px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-service-item .xb-item--title {
        padding-left: 30px;
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .ie-service-item .xb-item--title {
        padding-left: 10px;
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .ie-service-item .xb-item--title {
        padding-left: 20px;
    }
}

.ie-service-item .xb-item--title a {
    color: currentColor;
}

.ie-service-item .xb-item--list li {
    font-weight: 500;
    padding: 14px 0 14px 50px;
    border-top: 1px solid #dcdcdc;
    color: var(--color-default);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-service-item .xb-item--list li {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-service-item .xb-item--list li {
        font-size: 17px;
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .ie-service-item .xb-item--list li {
        font-size: 17px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .ie-service-item .xb-item--list li {
        font-size: 18px;
        padding-left: 20px;
    }
}

.ie-service-item .xb-item--list li a {
    color: currentColor;
}

.ie-service-item-slider {
    border-left: 1px solid #dcdcdc;
}

.ser-item-slide-btn>div {
    top: auto;
    bottom: 0;
    left: -70px;
    width: 70px;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: end;
    position: absolute;
    background: var(--color-white);
}

@media (max-width: 767px) {
    .ser-item-slide-btn>div {
        left: 0px;
        width: 50%;
        height: 50px;
        bottom: -50px;
        border-bottom: 1px solid #dcdcdc;
    }
}

.ser-item-slide-btn>div::after {
    display: none;
}

.ser-item-slide-btn>div .xb-arrow {
    height: 228px;
    width: 100%;
    padding: 20px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white);
    border-top: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .ser-item-slide-btn>div .xb-arrow {
        width: 100%;
        height: 100%;
        padding: 10px;
    }
}

.ser-item-slide-btn>div .xb-arrow img {
    filter: brightness(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ser-item-slide-btn>div .xb-arrow:hover {
    background: var(--color-primary);
    border-top: 1px solid #ab6049;
}

.ser-item-slide-btn>div .xb-arrow:hover img {
    filter: brightness(1);
}

.ser-item-slide-btn .xb-swiper-button-next {
    left: auto;
    right: -70px;
}

@media (max-width: 767px) {
    .ser-item-slide-btn .xb-swiper-button-next {
        right: 0;
    }
}

@media (max-width: 767px) {
    .ser-item-slide-btn .xb-swiper-button-next .xb-arrow {
        border-left: 1px solid #dcdcdc;
    }
}

@media only screen and (max-width: 1600px) {
    .ie-ser-inner-item {
        margin: 0 50px;
    }
}

@media (max-width: 991px) {
    .ie-ser-inner-item {
        margin: 0 40px;
    }
}

@media (max-width: 767px) {
    .ie-ser-inner-item {
        margin: -12px;
    }
}

.sp-service-top {
    gap: 30px;
}

.sp-service-top .content {
    max-width: 390px;
}

.sp-service-item {
    z-index: 1;
    position: relative;
    border: 1px solid #ebe0dd;
    padding: 50px 60px;
    border-radius: 20px;
}

@media only screen (max-width: 1599px) {
    .sp-service-item {
        padding: 50px 30px;
    }
    .plant .sp-service-top .content {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .sp-service-item {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .sp-service-item {
        padding: 50px 20px;
    }
}

.sp-service-item:not(:last-child) {
    margin-bottom: 75px;
}

.sp-service-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    /* background: #EEEFE6; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* .sp-service-item:hover {
    border: 1px solid #EEEFE6;
} */

.sp-service-item:hover:before {
    opacity: 1;
}

.sp-service-item:hover .xb-item--img img {
    transform: scale(1.05);
    border-radius: 20px;
}

.sp-service-item .xb-item--right_content {
    gap: 144px;
    margin-left: -40px;
    flex-wrap: nowrap;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .sp-service-item .xb-item--right_content {
        gap: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sp-service-item .xb-item--right_content {
        gap: 50px;
        margin-left: -70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sp-service-item .xb-item--right_content {
        gap: 25px;
        margin-left: -120px;
    }
}

@media (max-width: 1199px) {
    .sp-service-item .xb-item--right_content {
        gap: 100px;
        margin-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .sp-service-item .xb-item--right_content {
        gap: 35px;
    }
}

@media (max-width: 767px) {
    .sp-service-item .xb-item--right_content {
        flex-wrap: wrap;
    }
}

.sp-service-item .xb-item--title {
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sp-service-item .xb-item--title {
        font-size: 49px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sp-service-item .xb-item--title {
        max-width: 490px;
    }
}

@media (max-width: 991px) {
    .sp-service-item .xb-item--title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .sp-service-item .xb-item--title {
        font-size: 32px;
    }
    .plant .sp-service-item .xb-item--title {
        font-size: 32px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sp-service-item .xb-item--title {
        font-size: 34px;
    }
}

.sp-service-item .xb-item--title a {
    color: currentColor;
}

.sp-service-item .xb-item--content {
    max-width: 419px;
}

.sp-service-item .xb-item--img {
    overflow: hidden;
     max-width: 340px;
}

.sp-service-item .xb-item--img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sp-service-item .xb-item--list li {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
    line-height: 14px;
    color: var(--color-default);
}

.sp-service-item .xb-item--list li:not(:last-child) {
    margin-bottom: 40px;
}

.sp-service-item .xb-item--list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 12px;
    width: 6px;
    transform: translateY(-50%);
    border-radius: 0 100px 100px 0;
    background: var(--color-primary);
}

.sp-ser-side-item {
    padding: 30px;
    border: 1px solid #ebe0dd;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sp-ser-side-item {
        padding: 30px 15px;
    }
}

@media (max-width: 1199px) {
    .sp-ser-side-item {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .sp-ser-side-item {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .sp-ser-side-item {
        width: 100%;
    }
}

.sp-ser-side-item.border-list {
    padding-bottom: 15px;
}

.sp-ser-side-item .google-map {
    height: 224px;
}

.service-sidebar-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
}

.sp-ser-side-item:not(:last-child) {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .sp-ser-side-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.sp-ser-side-item .sp-content {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}

.sp-service-list {
    margin-top: 33px;
}

.sp-service-list li {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
    line-height: 24px;
    color: var(--color-default);
}

.sp-service-list li:not(:last-child) {
    margin-bottom: 30px;
}

.sp-service-list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 6px;
    height: 12px;
    background: #615A5A;
    border-radius: 0 100px 100px 0;
}

.sp-service-list--border {
    margin-top: 15px;
}

.sp-service-list--border li {
    padding: 18px 0 20px 12px;
    border-top: 1px solid #ebe0dd;
}

.sp-service-list--border li:not(:last-child) {
    margin-bottom: 0;
}

.sp-service-list--border li::before {
    top: 25px;
}

.sp-service-document {
    margin-top: 25px;
}

.sp-service-document li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 500;
    background: #EEEFE6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
}

.sp-service-document li a img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sp-service-document li a:hover {
    color: var(--color-white);
    background: var(--color-primary);
}

.sp-service-document li a:hover img {
    filter: brightness(100);
}

.sp-service-document li:not(:last-child) {
    margin-bottom: 25px;
}

.sp-service-right {
    margin-left: 35px;
}

@media (max-width: 991px) {
    .sp-service-right {
        margin-left: 0;
    }
}

.service-working-title {
    font-size: 22px;
    font-weight: 500;
}

.service-working-title span {
    color: rgba(27, 27, 34, 0.6);
}

.sp-planing_design_wrap {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .sp-planing_design_wrap {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .sp-planing_design_wrap {
        flex-wrap: wrap;
        justify-content: start;
    }
}

.sp-planing_design_item {
    display: inline-block;
    position: relative;
}

.sp-planing_design_item span {
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--color-white);
    font-family: var(--font-heading);
    background: var(--color-primary);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.sp-service-left {
    position: sticky;
    top: 20px;
}

@media (max-width: 991px) {
    .sp-service-left {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 0;
        justify-content: space-between;
    }
}

.fc-service-left {
    top: 30px;
    position: sticky;
    padding-right: 125px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-service-left {
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .fc-service-left {
        padding-right: 0;
        margin-right: -55px;
    }
}

@media (max-width: 991px) {
    .fc-service-left {
        margin-right: 0;
        padding-right: 60px;
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    .fc-service-left {
        padding-right: 0;
    }
}

.fc-service-right {
    margin-left: 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-service-right {
        margin-left: 100px;
    }
}

@media (max-width: 1199px) {
    .fc-service-right {
        margin-left: 100px;
    }
}

@media (max-width: 991px) {
    .fc-service-right {
        margin-left: 0;
    }
}

.fc-service-item .xb-item--title {
    font-size: 50px;
    font-weight: 500;
    max-width: 490px;
    line-height: 52px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-service-item .xb-item--title {
        font-size: 44px;
        max-width: 430px;
    }
}

@media only screen and (max-width: 1300px) {
    .fc-service-item .xb-item--title {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .fc-service-item .xb-item--title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .fc-service-item .xb-item--title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-service-item .xb-item--title {
        font-size: 30px;
    }
}

.fc-service-item .xb-item--title a {
    color: currentColor;
}

.fc-service-item .xb-item--content {
    max-width: 378px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-service-item .xb-item--content {
        max-width: 348px;
    }
}

.fc-service-item .xb-item--holder {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(24, 58, 79, 0.21);
}

@media only screen and (max-width: 1300px) {
    .fc-service-item .xb-item--holder {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .fc-service-item .xb-item--holder {
        gap: 10px;
    }
}

.fc-service-item .xb-item--img {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

@media (max-width: 991px) {
    .fc-service-item .xb-item--img {
        height: 350px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media (max-width: 767px) {
    .fc-service-item .xb-item--img {
        height: 270px;
    }
}

.fc-service-item .xb-item--img .xb-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.fc-service-item.active .xb-item--holder,
.fc-service-item:hover .xb-item--holder {
    border-bottom: 1px solid transparent;
}

.fc-service-item.active .xb-item--img,
.fc-service-item:hover .xb-item--img {
    height: 508px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 991px) {

    .fc-service-item.active .xb-item--img,
    .fc-service-item:hover .xb-item--img {
        height: 350px;
    }
}

@media (max-width: 767px) {

    .fc-service-item.active .xb-item--img,
    .fc-service-item:hover .xb-item--img {
        height: 270px;
    }
}

.fc-service-item.active .xb-item--title,
.fc-service-item:hover .xb-item--title {
    color: var(--color-primary);
}

.fc-service-item:not(:last-child) {
    margin-bottom: 40px;
}

.fc-service-section {
    background: linear-gradient(359deg, #c7e8ff 0%, #fff 100%);
}

.xb-process-item {
    flex: 1;
    z-index: 1;
    overflow: hidden;
    height: 672px;
    position: relative;
    display: inline-block;
    padding: 37px 50px 50px;
    transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-process-item {
        padding: 37px 30px 50px;
    }
}

@media (max-width: 1199px) {
    .xb-process-item {
        padding: 37px 30px 50px;
    }
}

@media (max-width: 991px) {
    .xb-process-item {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .xb-process-item {
        height: 480px;
        flex: unset;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-process-item {
        height: 460px;
    }
}

.xb-process-item .xb-item--title {
    opacity: 0;
    font-weight: 600;
    font-size: 38px;
    letter-spacing: -0.03em;
    color: var(--color-white);
    transform: translateY(40px);
    transition: 0.4s cubic-bezier(0.5, 0.5, 0, 1);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-process-item .xb-item--title {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .xb-process-item .xb-item--title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .xb-process-item .xb-item--title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .xb-process-item .xb-item--title {
        opacity: 1;
        font-size: 24px;
        line-height: 1.2;
        transform: translateY(0);
    }
}

.xb-process-item .xb-item--content {
    opacity: 0;
    max-width: 492px;
    margin-top: 20px;
    color: var(--color-white);
    transform: translateY(40px);
    transition: 0.4s cubic-bezier(0.5, 0.5, 0, 1);
}

@media (max-width: 767px) {
    .xb-process-item .xb-item--content {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-process-item .xb-item--content {
        max-width: 400px;
    }
}

.xb-process-item .xb-item--number {
    line-height: 1;
    font-size: 125px;
    color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-process-item .xb-item--number {
        font-size: 110px;
    }
}

@media (max-width: 1199px) {
    .xb-process-item .xb-item--number {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .xb-process-item .xb-item--number {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .xb-process-item .xb-item--number {
        opacity: 1;
        font-size: 48px;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-process-item .xb-item--number {
        font-size: 60px;
    }
}

.xb-process-item .xb-item--inner {
    width: 40rem;
    margin-top: 228px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1399px) {
    .xb-process-item .xb-item--inner {
        width: 35rem;
    }
}
@media (max-width: 1199px) {
    .xb-process-item .xb-item--inner {
        width: 22rem;
    }
}

@media (max-width: 991px) {
    .xb-process-item .xb-item--inner {
        width: 17rem;
        margin-top: 154px;
    }
}

@media (max-width: 767px) {
    .xb-process-item .xb-item--inner {
        opacity: 1;
        margin-top: 25px;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-process-item .xb-item--inner {
        width: 26rem;
        margin-top: 80px;
    }
}

.xb-process-item .xb-item--btn {
    opacity: 0;
    display: inline-block;
    transform: translateY(40px);
    transition: 0.4s cubic-bezier(0.5, 0.5, 0, 1);
}

@media (max-width: 767px) {
    .xb-process-item .xb-item--btn {
        opacity: 1;
        transform: translateY(0);
    }
}

.xb-process-item .xb-item--btn a .xb-icon {
    background: var(--color-white);
}

.xb-process-item .xb-item--btn a .xb-text::before {
    background: var(--color-white);
}

.xb-process-item .xb-item--btn a:hover {
    color: var(--color-white);
}

.xb-process-item.active {
    flex: 3.7;
}

@media (max-width: 767px) {
    .xb-process-item.active {
        width: 100%;
        flex: unset;
    }
}

.xb-process-item.active .xb-item--title,
.xb-process-item.active .xb-item--content,
.xb-process-item.active .xb-item--btn {
    opacity: 1;
    transform: translateY(0);
}

.xb-process-item.active .xb-item--content {
    transition-delay: .1s;
}

.xb-process-item.active .xb-item--btn {
    transition-delay: .2s;
}

.xb-process-item:nth-child(2) {
    background: var(--color-body1);
    /* color: var(--color-black); */
}

.xb-process-item:nth-child(2) .xb-item--number,
.xb-process-item:nth-child(2) .xb-item--title,
.xb-process-item:nth-child(2) .xb-item--content,
.xb-process-item:nth-child(2) .xb-item--btn a,
.xb-process-item:nth-child(2) .number {
    color: var(--color-heading);
}

.xb-process-item:nth-child(2) .xb-item--btn a .xb-text::before {
    background: var(--color-black);
}

.xb-process-item:nth-child(2) .xb-item--btn a .xb-icon {
    background: var(--color-black);
}

.xb-process-item:nth-child(3) {
    background: var(--color-primary);
}

.xb-process-item:nth-child(4) {
    background: var(--color-heading);
}

.xb-process-wrap {
    display: flex;
}

@media (max-width: 767px) {
    .xb-process-wrap {
        display: block;
    }
}

.fc-process-item {
    gap: 130px;
    display: flex;
    min-height: 413px;
    align-items: center;
    padding: 75px;
    position: sticky;
    top: 100px;
}

@media (max-width: 991px) {
    .fc-process-item {
        top: 0;
        gap: 70px;
        padding: 20px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .fc-process-item {
        gap: 40px;
        flex-wrap: wrap;
        padding: 50px 20px;
    }
}

.fc-process-item .xb-item--number {
    font-weight: 300;
    font-size: 208px;
    line-height: 0.8;
    margin-top: -20px;
    letter-spacing: -0.04em;
    color: var(--color-white);
}
@media (max-width: 1399px) {
    .fc-process-item .xb-item--number {
        font-size: 130px;
    }
}

@media (max-width: 991px) {
    .fc-process-item .xb-item--number {
        font-size: 170px;
    }
}

@media (max-width: 767px) {
    .fc-process-item .xb-item--number {
        margin-top: 0;
        font-size: 60px;
    }
}

.fc-process-item .xb-item--holder {
    max-width: 800px;
}

.fc-process-item .xb-item--title {
    max-width: 615px;
    margin-bottom: 15px;
}

.fc-process-item .xb-item--content {
    color: var(--color-heading);
}

.xb-feature-title {
    font-weight: 700;
    font-size: 230px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .xb-feature-title {
        font-size: 165px;
    }
}

@media (max-width: 767px) {
    .xb-feature-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-feature-title {
        font-size: 90px;
    }
}

.xb-feature-item {
    z-index: 1;
    gap: 10px;
    min-height: 62px;
    padding: 10px 40px;
    display: inline-flex;
    position: relative;
    margin-right: 450px;
}

@media (max-width: 767px) {
    .xb-feature-item {
        min-height: 52px;
        max-width: 245px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-feature-item {
        max-width: 275px;
    }
}

.xb-feature-item .xb-item--title {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.01em;
    color: #fff;
}

@media (max-width: 767px) {
    .xb-feature-item .xb-item--title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-feature-item .xb-item--title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .xb-feature-item .xb-item--icon {
        max-width: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-feature-item .xb-item--icon {
        max-width: 52px;
    }
}

.xb-feature-item .xb-item--shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.xb-feature-item-box {
    gap: 450px;
    display: inline-flex;
}

.item-box-bottom {
    gap: 250px;
    transform: translateY(-55px);
}

@media (max-width: 1199px) {
    .item-box-bottom {
        transform: translateY(-41px);
    }
}

@media (max-width: 767px) {
    .item-box-bottom {
        transform: translateY(-23px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .item-box-bottom {
        transform: translateY(-30px);
    }
}

.item-box-bottom .xb-feature-item {
    margin-right: 250px;
}

.xb-feature-text-item {
    transform: translateY(-38px);
}

@media (max-width: 1199px) {
    .xb-feature-text-item {
        transform: translateY(-29px);
    }
}

@media (max-width: 767px) {
    .xb-feature-text-item {
        transform: translateY(-16px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-feature-text-item {
        transform: translateY(-20px);
    }
}

.ar-feature-inner {
    gap: 76px;
    margin-right: 76px;
}

@media (max-width: 767px) {
    .ar-feature-inner {
        gap: 46px;
        margin-right: 46px;
    }
}

.ar-feature-item {
    gap: 20px;
    display: flex;
    align-items: center;
}

.ar-feature-item .xb-icon {
    height: 115px;
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0c1c24;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

@media (max-width: 767px) {
    .ar-feature-item .xb-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .ar-feature-item .xb-icon img {
        max-width: 34px;
    }
}

.ar-feature-item .xb-title {
    font-size: 165px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .ar-feature-item .xb-title {
        font-size: 130px;
    }
}

@media (max-width: 767px) {
    .ar-feature-item .xb-title {
        font-size: 60px;
    }
}

.ar-bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.ie-feature-top {
    display: inline-flex;
}

.ie-feature-top ul {
    gap: 50px;
    margin-right: 50px;
    display: inline-flex;
}

@media (max-width: 767px) {
    .ie-feature-top ul {
        gap: 30px;
        margin-right: 30px;
    }
}

.ie-feature-top ul li {
    font-size: 150px;
    font-weight: 700;
    color: #ede2df;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

@media (max-width: 1199px) {
    .ie-feature-top ul li {
        font-size: 125px;
    }
}

@media (max-width: 991px) {
    .ie-feature-top ul li {
        font-size: 85px;
    }
}

@media (max-width: 767px) {
    .ie-feature-top ul li {
        font-size: 70px;
    }
}

.feature-hook-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .feature-hook-img {
        max-width: 290px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-hook-img {
        max-width: 250px;
    }
}

.feature-hook-img img {
    transform-origin: top center;
    animation: swing 2.5s ease-in-out infinite;
}

.ie-feature-item {
    z-index: 1;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    padding: 122px 20px 30px;
}

@media only screen and (max-width: 1300px) {
    .ie-feature-item {
        padding: 122px 15px 30px;
    }
}

@media (max-width: 1199px) {
    .ie-feature-item {
        padding: 122px 48px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-feature-item {
        padding: 122px 85px 30px;
    }
}

.ie-feature-item .xb-item--inner {
    text-align: center;
}

.ie-feature-item .xb-item--holder {
    padding-bottom: 25px;
    background: var(--color-white);
    clip-path: polygon(50% 0%, 100% 77px, 100% 100%, 0 100%, 0 77px);
}

.ie-feature-item .xb-item--title {
    font-size: 26px;
    font-weight: 500;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .ie-feature-item .xb-item--title {
        font-size: 24px;
    }
}

.ie-feature-item .xb-item--content {
    padding: 20px 30px 25px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: var(--color-primary);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: 0.8s cubic-bezier(0.5, 0.5, 0, 1);
}

@media (max-width: 767px) {
    .ie-feature-item .xb-item--content {
        padding: 20px 20px 25px;
    }
}

.ie-feature-item .xb-item--content p {
    line-height: 28px;
    color: var(--color-white);
}

.ie-feature-item .xb-item--icon {
    height: 110px;
    width: 139px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.ie-feature-item .xb-item--img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.ie-feature-item .xb-item--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ie-feature-item:hover .xb-item--content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ie-feature-item:hover .xb-item--icon img {
    animation: xbshake 0.4s ease-in-out 1;
}

@media (max-width: 1199px) {
    .feature-indistries {
        padding-top: 180px;
    }
}

@media (max-width: 991px) {
    .feature-indistries {
        padding-top: 170px;
    }
}

@media (max-width: 767px) {
    .feature-indistries {
        padding-top: 160px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .section-group {
        /* padding-top: 130px; */
    }
}

/* @media (max-width: 1199px) {
    .section-group {
        padding-top: 135px;
    }
}

@media (max-width: 991px) {
    .section-group {
        padding-top: 130px;
    }
}

@media (max-width: 767px) {
    .section-group {
        padding-top: 135px;
    }
} */

.xb-brand-container {
    border: 1px solid #ebe0dd;
    border-bottom: none;
}

@media (max-width: 767px) {
    .xb-brand-container {
        margin-bottom: 75px;
        border-bottom: 1px solid #ebe0dd;
    }
    .xb-brand-container.mb-80 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .ap-brand-container {
        margin-bottom: 0;
    }
}

.xb-brand-inner {
    display: flex;
}

@media (max-width: 767px) {
    .xb-brand-inner {
        display: block;
    }
}

@media (max-width: 767px) {
    .xb-brand-inner:nth-child(2) .xb-brand-item:last-child {
        border-bottom: none;
    }
}

.xb-brand-item {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    min-width: 270px;
    position: relative;
    border-bottom: 1px solid #ebe0dd;
}
.xb-brand-item .f_icon .xb-img img{
    max-width: 70px;
}
.xb-brand-item .f_icon{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.xb-brand-item .f_icon h4{
    font-size: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-brand-item {
        min-width: 220px;
    }
}

@media (max-width: 1199px) {
    .xb-brand-item {
        min-width: 195px;
        min-height: 195px;
    }
}

@media (max-width: 991px) {
    .xb-brand-item {
        min-width: 130px;
        min-height: 150px;
    }
}

.xb-brand-item:not(:last-child) {
    border-right: 1px solid #ebe0dd;
}

@media (max-width: 767px) {
    .xb-brand-item:not(:last-child) {
        border-right: none;
    }
}

.xb-brand-item .xb-img {
    overflow: hidden;
    padding: 0px 0 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .xb-brand-item .xb-img {
        max-width: 120px;
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .xb-brand-item .xb-img {
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .xb-brand-item .xb-img {
        padding: 10px 0;
        max-width: 130px;
        margin: 0 auto;
    }
}

.xb-brand-item .xb-img img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-brand-item .xb-img img:nth-child(2) {
    left: calc(50% - 35px);
    top: 200%;
    position: absolute;
    transform: translateY(-50%);
}

.xb-brand-item .dot {
    height: 6px;
    width: 6px;
    opacity: 0;
    z-index: 2;
    position: absolute;
    transform: scale(0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

.xb-brand-item .dot--1 {
    top: -3px;
    left: -3px;
}

.xb-brand-item .dot--2 {
    right: -3px;
    top: -3px;
}

.xb-brand-item .dot--3 {
    bottom: -3px;
    left: -3px;
}

.xb-brand-item .dot--4 {
    bottom: -3px;
    right: -3px;
}

.xb-brand-item.big {
    flex: 2.18;
}

@media (max-width: 991px) {
    .xb-brand-item.big {
        flex: 1;
    }
}

.xb-brand-item:hover .xb-img img:nth-child(1) {
    transform: translateY(-200%);
}

.xb-brand-item:hover .xb-img img:nth-child(2) {
    top: 38%;
}

.xb-brand-item:hover .dot {
    opacity: 1;
    transform: scale(1);
}

.xb-brand-bottom {
    gap: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.xb-brand-bottom p,
.xb-brand-bottom a{
    background-color: #fff;
    padding: 0 10px;
}

.xb-brand-bottom:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ebe0dd;
}

@media (max-width: 767px) {
    .xb-brand-bottom {
        gap: 20px;
        text-align: center;
        flex-direction: column;
    }
}

.xb-brand-bottom a {
    gap: 20px;
    font-size: 18px;
    color: var(--color-heading);
}

.xb-brand-bottom a .xb-icon {
    height: 28px;
    width: 28px;
    padding: 5px;
}

.xb-brand-bottom .line-shape {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-brand-bottom .line-shape {
        left: -10%;
        width: 120%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-brand-bottom .line-shape {
        left: -17%;
        width: 135%;
    }
}

@media (max-width: 1199px) {
    .xb-brand-bottom .line-shape {
        width: 155%;
        left: -27.5%;
    }
}

@media (max-width: 991px) {
    .xb-brand-bottom .line-shape {
        display: none;
    }
}

.ar-brand-inner {
    padding-top: 70px;
    display: inline-flex;
}

.ar-brand-list {
    gap: 50px;
    margin-right: 50px;
}

.ar-brand-list .logo {
    opacity: 0.4;
    padding-right: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-right: 1px solid #3d4950;
}

@media (max-width: 767px) {
    .ar-brand-list .logo img {
        max-width: 130px;
    }
}

.ar-brand-list .logo:hover {
    opacity: 1;
}

.ar-sub-title {
    gap: 10px;
    padding-bottom: 45px;
    justify-content: center;
    color: var(--color-white);
    position: relative;
}

.ar-sub-title::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #0c1c24 0%, #0c1c24 22.35%, #3d4950 50%, #0c1c24 76.41%, #0c1c24 100%);
}

.ie-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ie-brand-item .brand-logo{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
}

@media only screen and (max-width: 1600px) {
    .ie-brand-item {
        min-height: 99px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-brand-item {
        min-height: 85px;
    }
}

@media (max-width: 1199px) {
    .ie-brand-item {
        min-height: 94px;
    }
}

@media (max-width: 767px) {
    .ie-brand-item {
        min-height: 133px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-brand-item {
        min-height: 104px;
    }
}

.ie-brand-item .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ie-brand-item .shape svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ie-brand-item .shape svg:nth-child(1) {
    opacity: 1;
}

.ie-brand-item .shape svg:nth-child(2) {
    opacity: 0;
    z-index: 2;
}

.ie-brand-item:hover .shape svg:nth-child(1) {
    opacity: 0;
}

.ie-brand-item:hover .shape svg:nth-child(2) {
    opacity: 1;
}

.ie-brand-title {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 70px;
    letter-spacing: -0.04em;
}

.fc-brand-title {
    max-width: 1200px;
}

.fc-brand-item .xb-item--title {
    font-size: 24px;
    line-height: 38px;
    max-width: 320px;
    letter-spacing: -0.01em;
    /* text-transform: uppercase; */
    color: var(--color-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-brand-item .xb-item--title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        max-width: 282px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-brand-item .xb-item--title {
        font-size: 24px;
        line-height: 32px;
        max-width: 260px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .fc-brand-item .xb-item--title {
        font-size: 20px;
        line-height: 26px;
        max-width: 215px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .fc-brand-item .xb-item--title {
        max-width: 100%;
    }
    .ie-brand-title {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 70px;
        letter-spacing: -0.04em;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-brand-item .xb-item--title {
        max-width: 65%;
    }
}

.fc-brand-item .xb-item--title span {
    color: var(--color-primary);
}

.fc-brand-item .xb-item--list li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    color: var(--color-secondary);
}

.fc-brand-item .xb-item--list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    height: 5px;
    width: 5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-secondary);
}

.fc-brand-item .xb-item--desig {
    font-size: 16px;
    color: var(--color-secondary);
}

.fc-brand-item .xb-item--container {
    /* gap: 617px; */
    gap: 30vw;
    position: absolute;
    left: 0;
    bottom: 75px;
}

.h_why_us .xb-item--holder {
    width: 18vw;
}
@media only screen and (max-width: 1599px) {
    .fc-brand-item .xb-item--desig,
    .fc-brand-item .xb-item--list li {
        font-size: 14px;
        font-weight:300;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .fc-brand-item .xb-item--container {
        gap: 520px;
        bottom: -5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-brand-item .xb-item--container {
        gap: 33.5vw;
        bottom: 50px;
    }
}


@media only screen and (max-width: 1300px) {
    .fc-brand-item .xb-item--container {
        /* gap: 272px; */
        padding-top: 30px;
        background: #452b23;
        bottom: 0;
    }
}

@media (max-width: 1199px) {
    .fc-brand-item .xb-item--container {
        /* gap: 189px; */
    }
}

@media only screen and (max-width: 1023px) {
    .fc-brand-item .xb-item--container {
        gap: 170px;
    }
}

@media (max-width: 991px) {
    .fc-brand-item .xb-item--container {
        gap: 100px;
    }
    .h_why_us .xb-item--holder {
        width: auto;
    }
}

@media (max-width: 767px) {
    .fc-brand-item .xb-item--container {
        gap: 40px;
        position: relative;
        justify-content: space-between;
    }
    .fc-brand-item .xb-item--list li {
        font-size: 14px;
        line-height: 1.3;
    }
}

.xb-award-inner {
    padding: 0 30px;
    margin-left: -64px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-white);
}

@media only screen and (max-width: 1600px) {
    .xb-award-inner {
        margin-left: 13px;
    }
}

@media (max-width: 991px) {
    .xb-award-inner {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-award-inner {
        padding: 0 20px;
    }
}

.xb-award-inner .xb-item--item {
    position: relative;
    padding: 53px 0 54px;
}

.xb-award-inner .xb-item--item:not(:last-child) {
    border-bottom: 1px solid #ced2d3;
}

@media (max-width: 767px) {
    .xb-award-inner .xb-item--holder {
        gap: 30px;
    }
}

.xb-award-inner .xb-item--title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: var(--color-heading);
}

@media (max-width: 1199px) {
    .xb-award-inner .xb-item--title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .xb-award-inner .xb-item--title {
        font-size: 32px;
    }
}

.xb-award-inner .xb-item--title.year {
    font-size: 50px;
    font-weight: 700;
}

.xb-award-inner .xb-item--year {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}

.xb-award-img {
    height: 100%;
    margin-right: 64px;
    border-radius: 10px;
    max-width: 520px;
}

@media only screen and (max-width: 1600px) {
    .xb-award-img {
        margin-right: -13px;
    }
}

@media (max-width: 991px) {
    .xb-award-img {
        margin-right: 0;
        max-width: 100%;
    }
}

.xb-award-img img {
    height: 100%;
    object-fit: cover;
}

.ar-award-top {
    gap: 20px;
}

.ar-award-top .xb-content {
    max-width: 494px;
}

.xb-image-wrapper {
    width: 200px;
    height: 280px;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-image-wrapper {
        height: 200px;
        width: 140px;
    }
}

@media (max-width: 1199px) {
    .xb-image-wrapper {
        height: 200px;
        width: 140px;
    }
}

.xb-image-wrapper .xb-image-slider {
    display: flex;
    flex-direction: column;
}

.xb-image-wrapper img {
    width: 200px;
    height: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-image-wrapper img {
        height: 200px;
        width: 140px;
    }
}

@media (max-width: 1199px) {
    .xb-image-wrapper img {
        height: 200px;
        width: 140px;
    }
}

.ap-award-img {
    max-width: 430px;
    border-radius: 0;
    margin-right: 0;
}

.ap-award-inner {
    margin-left: 0;
    border-radius: 0;
}

.ap-award-inner .xb-item--title {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.ap-award-inner .xb-item--title.year {
    font-size: 70px;
}

@media (max-width: 991px) {
    .ap-award-inner .xb-item--title.year {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .ap-award-inner .xb-item--title.year {
        font-size: 42px;
    }
}

.ap-award-inner .xb-item--item {
    padding: 33px 0 38px;
}

.fc-award-wrap {
    gap: 55px;
    float: right;
    padding: 87px 79px;
    flex-wrap: nowrap;
    background: var(--color-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-award-wrap {
        margin-left: 80px;
        padding: 87px 50px;
    }
}

@media (max-width: 1199px) {
    .fc-award-wrap {
        float: left;
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .fc-award-wrap {
        gap: 20px;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .fc-award-wrap {
        gap: 10px;
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-award-content {
        margin-right: -60px;
    }
}

.fc-award-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fc-award-item:hover {
    transform: translateY(-5px);
}

.ie-industries-top {
    gap: 25px;
}

.ie-industries-top .xb-content {
    max-width: 540px;
}

.ie-industries-item {
    z-index: 1;
    padding: 20px 50px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #fff4f0;
    border: 1px solid #e1d0ca;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

@media (max-width: 767px) {
    .ie-industries-item {
        padding: 20px 30px;
    }
}

.ie-industries-item::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.65);
}

.ie-industries-item h3 {
    font-size: 26px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-dark);
}

@media (max-width: 767px) {
    .ie-industries-item h3 {
        font-size: 20px;
    }
}

.ie-industries-item .img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ie-industries-item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ie-industries-item:hover h3 {
    color: var(--color-white);
}

.ie-industries-item:hover .img {
    opacity: 1;
    transform: scale(1.1);
}

.ie-industries-item:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.ie-industries-inner {
    gap: 30px;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .ie-industries-inner {
        gap: 10px;
        padding-right: 10px;
    }
}

.ie-industries-bottom {
    margin-top: 30px;
    display: inline-flex;
}

@media (max-width: 767px) {
    .ie-industries-bottom {
        margin-top: 10px;
    }
}

.ie-industries-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .xb-gallary-info {
        margin-bottom: 45px;
    }
}

.xb-gallary-info h2 {
    font-weight: 400;
    font-size: 60px;
    letter-spacing: -0.04em;
}

@media (max-width: 767px) {
    .xb-gallary-info h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-gallary-info h2 {
        font-size: 36px;
    }
}

.xb-gallary-img {
    padding: 3px;
    overflow: hidden;
    display: inline-flex;
    background: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.xb-gallary-img a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.xb-gallary-img a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    border-radius: inherit;
    transform: scale(0.6);
    border-radius: inherit;
    transition: all .3s ease-out;
    background: rgba(12, 28, 36, 0.5);
}

.xb-gallary-img a img {
    object-fit: cover;
    transform: scale(1);
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.xb-gallary-img a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.xb-gallary-img a:hover img {
    transform: scale(1.1);
}

.xb-gallary-img a:hover .xb-social-icon {
    opacity: 1;
    transition-delay: .1s;
    transform: translate(-50%, -50%) scale(1);
}

.xb-gallary-img .xb-social-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all .3s ease-out;
    background: var(--color-primary);
    transform: translate(-50%, -50%) scale(0.8);
}

@media (max-width: 991px) {
    .xb-gallary-img .xb-social-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .xb-gallary-img .xb-social-icon img {
        max-width: 20px;
    }
}

.gallary-item-slide:nth-child(odd) .xb-gallary-img {
    transform: rotate(12deg);
}

.gallary-item-slide:nth-child(even) .xb-gallary-img {
    transform: rotate(-12deg);
}

@media (max-width: 767px) {
    .gallary {
        padding-bottom: 155px;
    }
}

.xb-funfact-item {
    width: 620px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 144px 50px;
    background: #452b23;
    border-left: 1px solid #6a5047;
}

@media (max-width: 1399px) {
    .xb-funfact-item {
        width: 520px;
    }
}

@media (max-width: 991px) {
    .xb-funfact-item {
        padding: 50px 20px;
        border-left: none;
        border-top: 1px solid #6a5047;
    }
}

@media (max-width: 767px) {
    .xb-funfact-item {
        width: 100%;
        border-left: none;
        padding: 60px 30px;
    }
}

@media (max-width: 991px) {
    .xb-funfact-item:not(:last-child) {
        border-right: 1px solid #6a5047;
    }
}

@media (max-width: 767px) {
    .xb-funfact-item:not(:last-child) {
        border-right: none;
    }
}

.xb-funfact-item .xb-item--number {
    font-weight: 400;
    font-size: 140px;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    color: var(--color-white);
}
@media (max-width: 1399px) {
    .xb-funfact-item .xb-item--number {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .xb-funfact-item .xb-item--number {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .xb-funfact-item .xb-item--number {
        font-size: 80px;
    }
}

.xb-funfact-item .xb-item--icon {
    max-width: 85px;
    max-height: 75px;
    display: inline-block;
}

@media (max-width: 991px) {
    .xb-funfact-item .xb-item--icon {
        max-width: 40px;
    }
}

@media (max-width: 767px) {
    .xb-funfact-item .xb-item--icon {
        max-width: 61px;
    }
}

.xb-funfact-item .xb-item--holder {
    margin-top: 285px;
}

@media (max-width: 1399px) {
    .xb-funfact-item .xb-item--holder {
        margin-top: 180px;
    }
}

@media (max-width: 991px) {
    .xb-funfact-item .xb-item--holder {
        margin-top: 106px;
    }
}

@media (max-width: 767px) {
    .xb-funfact-item .xb-item--holder {
        margin-top: 70px;
    }
}

.xb-funfact-item .xb-item--content {
    color: var(--color-white);
}

@media (max-width: 991px) {
    .xb-funfact-item .xb-item--content {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .xb-funfact-item .xb-item--content {
        font-size: 16px;
    }
}

.xb-funfact-item .xb-item--img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 991px) {
    .xb-funfact-item .xb-item--img img {
        width: 100%;
        object-fit: cover;
    }
}

.xb-funfact-item:hover .xb-item--img {
    opacity: 1;
    transform: scale(1);
}

.xb-funfact-item:hover .xb-item--icon img {
    animation: xbshake 0.4s ease-in-out 1;
}

.xb-funfact-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .xb-funfact-wrap {
        flex-wrap: wrap;
    }
}

.ie-funfact-top {
    gap: 30px;
    margin-bottom: 70px;
}

.ie-funfact-wrap {
    gap: 212px;
    display: flex;
    padding-top: 70px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dcdcdc;
}

@media only screen and (max-width: 1600px) {
    .ie-funfact-wrap {
        gap: 100px;
    }
}

@media (max-width: 1199px) {
    .ie-funfact-wrap {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .ie-funfact-wrap {
        gap: 105px;
    }
}

@media (max-width: 767px) {
    .ie-funfact-wrap {
        gap: 70px;
        flex-wrap: wrap;
    }
}

.ie-funfact-item {
    padding-left: 43px;
    position: relative;
}

.ie-funfact-item .xb-item--text {
    font-family: var(--font-body);
}

.ie-funfact-item .xb-item--text.down-time {
    transform: translateY(-25px);
}

.ie-funfact-item .xb-item--text.reduced {
    padding-left: 14px;
}

.ie-funfact-item .xb-item--holder {
    gap: 8px;
    align-items: end;
}

@media only screen and (max-width: 1600px) {
    .ie-funfact-item .xb-item--holder {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {
    .ie-funfact-item .xb-item--holder {
        gap: 20px;
        flex-wrap: wrap;
    }
}

.ie-funfact-item .xb-item--number {
    font-size: 150px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1;
    padding-right: 5px;
    white-space: nowrap;
    align-items: center;
    display: inline-flex;
    letter-spacing: -0.03em;
    color: var(--color-primary);
}

@media only screen and (max-width: 1600px) {
    .ie-funfact-item .xb-item--number {
        font-size: 130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-funfact-item .xb-item--number {
        font-size: 115px;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-funfact-item .xb-item--number {
        font-size: 90px;
    }
}

@media (max-width: 1199px) {
    .ie-funfact-item .xb-item--number {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .ie-funfact-item .xb-item--number {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-funfact-item .xb-item--number {
        font-size: 76px;
    }
}

.ie-funfact-item .xb-item--line {
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 1199px) {
    .ie-funfact-item .xb-item--line {
        max-height: 110px;
        overflow: hidden;
    }
}

@media (max-width: 1199px) {
    .funfact-section {
        padding-bottom: 135px;
        padding-top: 135px;
    }
}

@media (max-width: 1199px) {
    .fc-funfact-left {
        margin-right: -55px;
    }
}

@media (max-width: 991px) {
    .fc-funfact-left {
        margin-right: 0;
    }
}

.fc-funfact-right {
    gap: 3px;
    display: flex;
    align-items: end;
    padding-left: 155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-funfact-right {
        padding-left: 100px;
    }
}

@media (max-width: 1199px) {
    .fc-funfact-right {
        padding-left: 100px;
    }
}

@media (max-width: 991px) {
    .fc-funfact-right {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .fc-funfact-right {
        visibility: visible;
    }
}

.fc-funfact-right.animated .fc-funfact-item {
    transform: scaleY(1);
    transition-delay: .3s;
}

@media (max-width: 767px) {
    .fc-funfact-right.animated .fc-funfact-item {
        transition-delay: 0;
    }
}

.fc-funfact-item {
    flex: 1;
    transform: scaleY(0);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    transform-origin: bottom left;
}

@media (max-width: 767px) {
    .fc-funfact-item {
        transition: unset;
        transform: scaleY(1);
    }
}

.fc-funfact-item .xb-item--content {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .fc-funfact-item .xb-item--content {
        font-size: 16px;
        line-height: 22px;
    }
}

.fc-funfact-item .xb-item--parcent {
    padding: 25px;
    text-align: center;
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .fc-funfact-item .xb-item--parcent {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-funfact-item .xb-item--parcent {
        padding: 20px 10px;
    }
}

.fc-funfact-item .xb-item--number {
    font-size: 70px;
    color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-funfact-item .xb-item--number {
        font-size: 56px;
    }
}

@media (max-width: 1199px) {
    .fc-funfact-item .xb-item--number {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .fc-funfact-item .xb-item--number {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-funfact-item .xb-item--number {
        font-size: 36px;
    }
}

.fc-funfact-item:nth-child(1) .xb-item--parcent {
    min-height: 151px;
}

@media (max-width: 767px) {
    .fc-funfact-item:nth-child(1) .xb-item--parcent {
        min-height: 100px;
    }
}

.fc-funfact-item:nth-child(2) .xb-item--parcent {
    min-height: 252px;
}

@media (max-width: 767px) {
    .fc-funfact-item:nth-child(2) .xb-item--parcent {
        min-height: 150px;
    }
}

.fc-funfact-item:nth-child(3) .xb-item--parcent {
    min-height: 445px;
}

@media (max-width: 767px) {
    .fc-funfact-item:nth-child(3) .xb-item--parcent {
        min-height: 300px;
    }
}

.fc-funfact-item:nth-child(4) .xb-item--parcent {
    min-height: 694px;
}

@media (max-width: 767px) {
    .fc-funfact-item:nth-child(4) .xb-item--parcent {
        min-height: 400px;
    }
}

.xb-team-top {
    position: relative;
}

@media (max-width: 767px) {
    .xb-team-top {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .xb-team-top .img {
        height: 100%;
    }
}

.xb-team-top .title {
    font-size: 55px;
    font-weight: 500;
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 2;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .xb-team-top .title {
        left: 30px;
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .xb-team-top .title {
        left: 20px;
        font-size: 32px;
    }
}

.xb-team-top::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #000 92.19%);
}

.xb-team-author_wrap {
    background: #f7f2ed;
}

.xb-author-comment {
    padding: 30px;
    background: #68392c;
}

@media (max-width: 767px) {
    .xb-author-comment {
        padding: 10px;
    }
}

.xb-author-comment .content {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    padding: 82px 20px;
    color: var(--color-white);
    border: 1px solid #ebe0dd;
}

@media only screen and (max-width: 1500px) {
    .xb-author-comment .content {
        padding: 60px 35px;
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .xb-author-comment .content {
        padding: 82px 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-author-comment .content {
        padding: 82px 20px;
    }
}

@media (max-width: 991px) {
    .xb-author-comment .content {
        padding: 50px 20px 82px;
    }
}

@media (max-width: 767px) {
    .xb-author-comment .content {
        padding: 40px 20px;
    }
}

.xb-team-author {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 46px 10px 76px;
    justify-content: space-between;
}

@media only screen and (max-width: 1599px) {
    .xb-team-author {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-team-author {
        gap: 120px;
        padding: 10px 30px 10px 60px;
    }
}

@media (max-width: 1199px) {
    .xb-team-author {
        gap: 124px;
        padding: 10px 15px 10px 40px;
    }
}

@media (max-width: 991px) {
    .xb-team-author {
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .xb-team-author {
        gap: 20px;
        padding: 30px;
        justify-content: start;
    }
}

.xb-team-author .xb-item--name {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}

.xb-team-author .xb-item--desig {
    font-weight: 500;
}

@media (max-width: 1199px) {
    .xb-team-author .xb-item--quote {
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .xb-team-author .xb-item--quote {
        max-width: 55px;
    }
}

.xb-team-author .xb-item--avatar {
    position: absolute;
    bottom: 0;
    left: 25%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-team-author .xb-item--avatar {
        left: 18%;
    }
}

@media (max-width: 1199px) {
    .xb-team-author .xb-item--avatar {
        left: 8%;
    }
}

@media (max-width: 991px) {
    .xb-team-author .xb-item--avatar {
        left: 26%;
        max-width: 290px;
    }
}

@media (max-width: 767px) {
    .xb-team-author .xb-item--avatar {
        display: none;
    }
}

@media (max-width: 1199px) {
    .xb-team-author.author-two {
        gap: 95px;
    }
}

@media (max-width: 767px) {
    .xb-team-author.author-two {
        gap: 10px;
    }
}

.xb-team-author.author-two .xb-item--avatar {
    left: 16%;
}

@media only screen and (max-width: 1600px) {
    .xb-team-author.author-two .xb-item--avatar {
        left: 14%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-team-author.author-two .xb-item--avatar {
        left: 14%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-team-author.author-two .xb-item--avatar {
        left: 7%;
    }
}

@media (max-width: 1199px) {
    .xb-team-author.author-two .xb-item--avatar {
        left: 0;
    }
}

@media (max-width: 991px) {
    .xb-team-author.author-two .xb-item--avatar {
        left: 24%;
        max-width: 270px;
    }
}

.xb-team-item {
    /* background: #EEEFE6; */
    background: #f3f1ed;
}

.xb-team-item .xb-item--name {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    /* margin-bottom: 5px; */
}

@media only screen and (max-width: 1399px) {
    .xb-team-item .xb-item--name {
        font-size: 18px;
    }
}

.xb-team-item .xb-item--desig {
    font-size: 16px;
    font-weight: 500;
}

.xb-team-item .xb-item--holder {
    padding: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-team-item .xb-item--holder {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-team-item .xb-item--holder {
        flex-wrap: nowrap;
    }
}

.xb-team-item .xb-item--link {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
    background: var(--color-white);
}

.xb-team-item .xb-item--link svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-team-item .xb-item--img {
    overflow: hidden;
}

.xb-team-item .xb-item--img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.xb-team-item:hover .xb-item--img img {
    transform: scale(1.1) rotate(3deg);
}

.xb-team-item:hover .xb-item--link {
    background: var(--color-heading);
}

.xb-team-item:hover .xb-item--link svg path {
    fill: var(--color-white);
}

.xb-team-item:hover .xb-team-social_media {
    transform: scaleY(1);
}

.xb-team-item:hover .xb-team-social_media li {
    opacity: 1;
    transform: translateY(0);
}

.xb-team-social_media {
    gap: 30px;
    padding: 20px 16px;
    display: inline-flex;
    flex-direction: column;
    max-width: 66px;
    background: var(--color-primary);
    position: absolute;
    bottom: 65px;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform-origin: bottom left;
}

.xb-team-social_media li {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform: translateY(20px);
}

.xb-team-social_media li:nth-child(1) {
    transition-delay: .3s;
}

.xb-team-social_media li:nth-child(2) {
    transition-delay: .2s;
}

.xb-team-social_media li:nth-child(3) {
    transition-delay: .1s;
}

.xb-details-title {
    font-size: 55px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-details-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-details-title {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .xb-details-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-details-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .xb-details-title {
        font-size: 36px;
    }
}

.xb-details-content-title {
    font-size: 38px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .xb-details-content-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .xb-details-content-title {
        font-size: 32px;
    }
}

.details-content-title {
    font-size: 60px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .details-content-title {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    .details-content-title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .details-content-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .details-content-title {
        font-size: 26px;
        line-height: 1.3;
    }
}

.xb-det-content {
    line-height: 28px;
    margin-bottom: 25px;
}

.single-item-image {
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-slide-item {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.blog-slide-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(25, 27, 33, 0.19) 16.87%, rgba(25, 27, 33, 0.49) 33.34%, rgba(25, 27, 33, 0.67) 43.85%, rgba(25, 27, 33, 0.94) 66.54%, #191b21 100%);
}

.blog-slide-item:hover .xb-item--img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-slide-item .xb-item--holder {
    max-width: 1395px;
    position: absolute;
    bottom: 70px;
    left: 80px;
    z-index: 2;
}

@media (max-width: 991px) {
    .blog-slide-item .xb-item--holder {
        bottom: 20px;
        padding-right: 80px;
    }
}

@media (max-width: 767px) {
    .blog-slide-item .xb-item--holder {
        left: 30px;
        bottom: 30px;
        padding-right: 20px;
    }
    .xb-det-content {
        line-height: 26px;
        margin-bottom: 25px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-slide-item .xb-item--holder {
        bottom: 45px;
        padding-right: 40px;
    }
}

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

@media (max-width: 767px) {
    .blog-slide-item .xb-item--img {
        height: 500px;
    }

    .blog-slide-item .xb-item--img img {
        height: 100%;
        object-fit: cover;
    }
}

.blog-slide-item .xb-item--tag {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: var(--color-heading);
    background: var(--color-white);
}

@media (max-width: 991px) {
    .blog-slide-item .xb-item--tag {
        font-size: 14px;
    }
}

.blog-slide-item .xb-item--title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.15;
    margin: 15px 0 10px;
    letter-spacing: -0.02em;
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .blog-slide-item .xb-item--title {
        max-width: 700px;
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .blog-slide-item .xb-item--title {
        font-size: 34px;
        max-width: 530px;
    }
}

@media (max-width: 767px) {
    .blog-slide-item .xb-item--title {
        font-size: 26px;
    }
}

.blog-slide-item .xb-item--title a {
    color: currentColor;
}

.blog-slide-item .xb-item--content {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-width: 972px;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .blog-slide-item .xb-item--content {
        max-width: 470px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-slide-item .xb-item--content {
        max-width: 355px;
    }
}

.blog-slider .swiper-pagination {
    position: absolute;
    left: auto;
    right: 50px;
    bottom: 50px;
    width: auto !important;
}

@media (max-width: 767px) {
    .blog-slider .swiper-pagination {
        right: 15px;
        bottom: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-slider .swiper-pagination {
        right: 50px;
        bottom: 50px;
    }
}

.blog-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
}

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

.blog-item_button .blog-swiper-btn {
    position: absolute;
    left: 0;
    top: 50%;
}

.blog-item_button .blog-swiper-btn::after {
    display: none;
}

.blog-item_button .blog-swiper-btn i {
    left: 0;
    top: 15px;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
}

.blog-item_button .blog-swiper-btn:hover i {
    color: var(--color-primary);
}

.blog-item_button .swiper-button-next {
    left: auto;
    right: -1px;
}

.blog-item_button .swiper-button-next i {
    left: 7px;
}

.blog_details_item {
    z-index: 1;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white);
    border: 1px solid #ebe0dd;
}

.blog_details_item:not(:last-child) {
    margin-bottom: 40px;
}

.blog_details_item:hover {
    background: #EEEFE6;
    border: 1px solid #EEEFE6;
}

.blog_details_item:hover .xb-item--img img {
    transform: scale(1.1);
}

.blog_details_item .xb-item--img {
    margin-right: 50px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .blog_details_item .xb-item--img {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .blog_details_item .xb-item--img {
        margin-right: 0;
        width: 100%;
        height: 300px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_details_item .xb-item--img {
        height: 400px;
    }
}

.blog_details_item .xb-item--img img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blog_details_item .xb-item--holder {
    padding: 30px 55px 40px 0;
    width: calc(100% - 362px);
}

@media (max-width: 1199px) {
    .blog_details_item .xb-item--holder {
        width: calc(100% - 341px);
        padding: 30px 25px 40px 0;
    }
}

@media (max-width: 991px) {
    .blog_details_item .xb-item--holder {
        padding: 30px 19px 40px 0;
    }
}

@media (max-width: 767px) {
    .blog_details_item .xb-item--holder {
        width: 100%;
        padding: 30px 20px 40px;
    }
}

.blog_details_item .xb-item--tag {
    font-size: 16px;
    font-weight: 500;
    color: #615a5a;
    text-transform: uppercase;
}

.blog_details_item .xb-item--title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    margin: 4px 0 25px;
}

@media (max-width: 1199px) {
    .blog_details_item .xb-item--title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .blog_details_item .xb-item--title {
        font-size: 26px;
    }
}

.blog_details_item .xb-item--title a {
    color: currentColor;
}

.blog_details_item .xb-item--content {
    max-width: 665px;
    display: inline-block;
}

.blog_details_item .xb-item--button a {
    font-size: 18px;
    padding: 9px 10px 9px 30px;
}

.blog_details_item .xb-item--button a .xb-icon {
    width: 32px;
    height: 32px;
    padding: 5px;
    background: var(--color-white);
}

.blog_details_item .xb-item--button a .xb-icon img {
    filter: brightness(0);
}

.blog_details_item .xb-item--button a .inner {
    gap: 20px;
}

.blog_details_item .xb-item--button a:hover .holder {
    transform: translateX(42px);
}

.blog_details_item .xb-item--inner {
    padding: 35px 40px 45px;
}

@media (max-width: 767px) {
    .blog_details_item .xb-item--inner {
        padding: 35px 20px 45px;
    }
}

.blog_details_item:nth-child(even) .xb-item--content {
    max-width: 750px;
}

.blog_details_content {
    margin-right: 35px;
}

@media (max-width: 1199px) {
    .blog_details_content {
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    .blog_details_content {
        margin-right: 0;
    }
}

.post_meta {
    gap: 40px;
}

@media (max-width: 767px) {
    .post_meta {
        gap: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post_meta {
        gap: 40px;
    }
}

.post_meta .meta_label1 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    color: var(--color-default);
}

.post_meta .meta_label1::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -20px;
    height: 13px;
    width: 2px;
    background: #ebe0dd;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .post_meta .meta_label1::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post_meta .meta_label1::before {
        display: block;
    }
}

.post_meta .meta_label {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--color-default);
}

.post_meta .meta_icon img {
    margin-right: 5px;
    transform: translateY(-2px);
}

.post-meta-wrap {
    padding-bottom: 35px;
    border-bottom: 1px solid #ebe0dd;
}

.post_audio {
    margin-bottom: 30px;
}

.post_audio .audio_play_btn {
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    display: inline-flex;
    background: transparent;
    padding: 9px 22px 9px 10px;
    border: 1px solid #ebe0dd;
}

.post_audio .audio_play_btn::after {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.post_audio .audio_play_btn i {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: var(--color-white);
    background: #68392c;
}

.post_audio .audio_play_btn span {
    display: inline-block;
    color: var(--color-default);
}

.post_audio .audio_play_btn .time {
    margin: 0 20px 0 10px;
}

.item_details_info_heading {
    font-size: 25px;
    line-height: 33px;
    max-width: 934px;
    color: var(--color-heading);
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .item_details_info_heading {
        font-size: 24px;
    }
}

.blog-details-video {
    width: 100%;
    overflow: hidden;
    margin-bottom: 52px;
    display: inline-flex;
}

@media (max-width: 1199px) {
    .blog-details-video iframe {
        height: 300px;
    }
}

.iconlist_block {
    gap: 25px;
    display: flex;
    flex-direction: column;
    margin-left: -50px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .iconlist_block {
        margin-left: -30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .iconlist_block {
        margin-left: 20px;
    }
}

@media (max-width: 1199px) {
    .iconlist_block {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .iconlist_block {
        margin-left: 0;
    }
}

.iconlist_block li {
    gap: 15px;
    display: flex;
    align-items: center;
    line-height: 26px;
}

.iconlist_block .iconlist_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-secondary);
}

.numlist_block {
    gap: 5px;
    padding-left: 0;
    margin-top: 15px;
}

.postabmin_block {
    margin: 35px 0 80px;
    padding: 36px 40px;
    border: 1px solid var(--color-border);
    background: var(--color-white);
}

@media (max-width: 767px) {
    .postabmin_block {
        justify-content: center;
    }
}

.postabmin_block .admin_image {
    width: 164px;
    height: 164px;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 30px;
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

@media (max-width: 767px) {
    .postabmin_block .admin_image {
        margin-right: 0;
    }
}

.postabmin_block .admin_content {
    width: calc(100% - 194px);
}

@media (max-width: 767px) {
    .postabmin_block .admin_content {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

.postabmin_block .admin_name {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-heading);
}

.postabmin_block .admin_designation {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 25px;
    display: inline-block;
    text-transform: capitalize;
}

.postabmin_block .social_icons_blocks {
    gap: 20px;
}

@media (max-width: 767px) {
    .postabmin_block .social_icons_blocks {
        justify-content: center;
    }
}

.postabmin_block .social_icons_blocks li a i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-default);
}

.postabmin_block .social_icons_blocks li a:hover i {
    color: var(--color-heading);
}

.postabmin_block p {
    font-size: 16px;
    font-weight: 500;
    max-width: 624px;
    line-height: 26px;
    margin-bottom: 30px;
}

.blog-social-methor {
    gap: 30px;
    padding-bottom: 80px;
}

.social_icons_block {
    gap: 10px;
}

.social_icons_block li a {
    height: 32px;
    width: 32px;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

.social_icons_block li a::after {
    z-index: 1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.social_icons_block li a svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social_icons_block li a:hover {
    background: #68392c;
    color: var(--color-white);
    border: 1px solid #68392c;
}

.social_icons_block li a:hover svg {
    filter: brightness(0);
}

.post-nav-item {
    gap: 48px;
    display: flex;
    align-items: center;
    padding: 25px 30px 20px;
    border: 1px solid #d1d1d3;
    justify-content: space-between;
    background: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .post-nav-item {
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .post-nav-item {
        gap: 15px;
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .post-nav-item {
        gap: 25px;
    }
}

.post-nav-item:nth-child(1) .xb-item--holder {
    text-align: end;
}

.post-nav-item:nth-child(3) .xb-item--arrow svg {
    left: -10px;
}

.post-nav-item:nth-child(3) .xb-item--arrow span {
    left: auto;
    right: 0;
}

.post-nav-item:hover .xb-item--arrow svg {
    transform: translateX(-5px);
}

.post-nav-item:hover .xb-item--arrow svg path {
    fill: var(--color-primary);
}

.post-nav-item:hover:nth-child(3) .xb-item--arrow svg {
    transform: translateX(5px);
}

.post-nav-item .xb-item--title {
    line-height: 26px;
    margin-bottom: 10px;
    max-width: 240px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 20px;
}

.post-nav-item .xb-item--text {
    gap: 9px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-default);
}

.post-nav-item .xb-item--arrow svg {
    z-index: 2;
    top: -2px;
    left: 10px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.post-nav-item .xb-item--arrow svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.post-nav-item .xb-item--arrow span {
    height: 30px;
    width: 30px;
    top: -1px;
    left: 0;
    position: absolute;
    background: #d7e5f3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.post-nav-item .xb-item--arrow span::after {
    z-index: 1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.other_post_nav {
    gap: 40px;
    flex-wrap: nowrap;
    margin: 70px 0 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .other_post_nav {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1199px) {
    .other_post_nav {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .other_post_nav {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .other_post_nav {
        justify-content: start;
    }
}

.item_details-newslatter {
    overflow: hidden;
    padding: 45px 60px 50px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

@media (max-width: 767px) {
    .item_details-newslatter {
        padding: 30px;
    }

    .item_details-newslatter .xb-item--holder {
        margin-bottom: 30px;
    }
}

.item_details-newslatter .item_details_info_heading {
    margin-bottom: 18px;
}

.item_details-newslatter p {
    font-size: 16px;
    margin-bottom: 30px;
}

.item_details-newslatter .xb-item--bell-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f5ff;
    border: 1px solid var(--color-border);
    transform: translateY(7px);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.item_details-newslatter .xb-item--bell-icon::after {
    z-index: 1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.item_details-newslatter .xb-item--bell-icon img {
    transform-origin: top;
    animation: ring 1.8s ease-out infinite;
}

.item_details-newslatter .xb-item--item-input_field input {
    height: 70px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 165px 0 30px;
    color: var(--color-heading);
    background: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid var(--color-border);
}

.item_details-newslatter .xb-item--item-input_field input::placeholder {
    font-size: 16px;
    color: rgba(97, 90, 90, 0.66);
}

.item_details-newslatter .xb-item--item-input_field input:focus {
    border-color: #68392c;
}

.item_details-newslatter .xb-item--item-input_field button {
    font-size: 18px;
    font-weight: 700;
    padding: 11px 15px;
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(-50%);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: var(--color-white);
    background: #68392c;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.item_details-newslatter .xb-item--item-input_field button:hover {
    background: var(--color-primary);
}

.related-blog-title {
    font-size: 26px;
    margin-bottom: 63px;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}

@media (max-width: 767px) {
    .related-blog-title {
        font-size: 24px;
    }
}

.blog-details_item .xb-item--img {
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.blog-details_item .xb-item--title {
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 20px;
    color: var(--color-heading);
}

.blog-details_item .xb-item--title a {
    color: currentColor;
}

.blog-details_item .xb-item--meta {
    gap: 40px;
    margin: 15px 0 10px;
}

.blog-details_item .xb-item--meta_label1 {
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    color: var(--color-default);
}

.blog-details_item .xb-item--meta_label1::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -20px;
    height: 13px;
    width: 2px;
    background: #131053;
    transform: translateY(-50%);
}

.blog-details_item .xb-item--det-btn {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 12px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: var(--color-default);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-details_item .xb-item--det-btn i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-details_item .xb-item--det-btn::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-default);
}

.blog-details_item .xb-item--det-btn:hover {
    color: var(--color-secondary);
}

.blog-details_item .xb-item--det-btn:hover i {
    transform: translateX(5px);
}

.blog-details_item .xb-item--det-btn:hover::before {
    background: var(--color-secondary);
}

.blog-details_item .item_details_info_heading {
    margin-bottom: 15px;
}

.blog-details_item .item_details_info_heading a {
    color: currentColor;
}

.blog-details_item:hover .xb-item--img img {
    transform: scale(1.05);
}

.xb-comment-form {
    margin-left: 0 !important;
    border-radius: 0 !important;
    padding: 35px 40px 40px !important;
    background: var(--color-white) !important;
    border: 1px solid var(--color-border) !important;
}

@media (max-width: 767px) {
    .xb-comment-form {
        padding: 35px 10px 40px !important;
    }
}

.xb-comment-form .title {
    font-size: 25px !important;
    margin-bottom: 12px !important;
    color: var(--color-heading) !important;
}

.xb-comment-form .sub-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: unset !important;
    color: var(--color-default) !important;
}

.xb-comment-form .xb-input-field input,
.xb-comment-form .xb-input-field textarea {
    padding: 10px 20px !important;
    background: transparent !important;
    border: 1px solid var(--color-border) !important;
}

.xb-comment-form .xb-input-field input:focus,
.xb-comment-form .xb-input-field textarea:focus {
    border-color: #68392c !important;
}

.xb-comment-form .xb-input-field textarea {
    height: 161px !important;
}

.xb-comment-form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--color-heading);
}

.details-contact-input-form .form-submit-button button .xb-icon {
    background: var(--color-white);
}

.details-contact-input-form .form-submit-button button .xb-icon img {
    filter: brightness(0);
}

.form-check {
    margin: 20px 0 32px;
}

.form-check .form-check-input {
    width: 14px;
    height: 14px;
    box-shadow: none;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #615A5A;
}

.form-check .form-check-input:checked {
    border-color: #68392c;
    background-color: #68392c;
}

.form-check label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
    color: var(--color-default);
    transform: translate(-3px, -4px);
}

.form-check label a {
    color: currentColor;
}

.item_details_box {
    margin-right: 294px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .item_details_box {
        margin-right: 200px;
    }
}

@media (max-width: 1199px) {
    .item_details_box {
        margin-right: 0;
    }
}

.comment_area {
    padding-top: 60px;
    border-top: 1px solid var(--color-border);
}

.comments_list {
    gap: 52px;
}

.comments_list>li .comments_list {
    gap: 30px;
    padding: 54px 0 0 110px;
}

@media (max-width: 767px) {
    .comments_list>li .comments_list {
        padding: 54px 0 0 40px;
    }
}

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

.comment_item {
    gap: 30px;
    display: flex;
}

@media (max-width: 767px) {
    .comment_item {
        flex-wrap: wrap;
    }
}

.comment_item .comment_author_thumbnail {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%;
}

.comment_item .comment_author_content {
    position: relative;
}

.comment_item .comment_author_content p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    padding-right: 30px;
    line-height: 30px;
}

.comment_item .comment_author_name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 13px;
    text-transform: capitalize;
    font-family: var(--font-body);
}

.comment_item .comment_time {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.comment_item .comment_reply_btn {
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    padding: 7px 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-default);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

.comment_item .comment_reply_btn:after {
    z-index: 1;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.comment_item .comment_reply_btn:hover {
    color: var(--color-white);
    border: 1px solid #68392c;
    background-color: #68392c;
}

.xb-video .btn-video {
    position: absolute;
    height: 150px;
    width: 150px;
    top: 50%;
    left: 50%;
    padding: 55px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-white);
}

.xb-video .btn-video svg path {
    fill: var(--color-primary);
}

.xb-video .btn-video::before,
.xb-video .btn-video::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -2;
    border-radius: inherit;
    background: var(--color-white);
}

.xb-video .btn-video::before {
    display: block;
    animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
    .xb-video .btn-video::before {
        animation: pulse-border-small 1500ms ease-out infinite;
    }
}

.xb-video .btn-video::after {
    animation: pulse-border-big 1500ms ease-out infinite;
}

@media (max-width: 767px) {
    .xb-video .btn-video::after {
        animation: pulse-border 1500ms ease-out infinite;
    }
}

.cta-section {
    z-index: 1;
    padding: 230px 0 215px;
}

@media (max-width: 767px) {
    .cta-section {
        padding: 120px 0;
    }
}

.cta-section::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(4px);
    background: rgba(24, 24, 24, 0.7);
}

@media (max-width: 767px) {
    .xb-cta-wrap .xb-img img {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .xb-cta-wrap .sec-title .title {
        font-size: 36px;
        line-height: 1.2;
    }
}

.xb-career-item {
    width: 100%;
    overflow: hidden;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 45px 55px 48px;
    justify-content: space-between;
    background: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .xb-career-item {
        padding: 45px 20px 48px;
    }
}

.xb-career-item:not(:last-child) {
    margin-bottom: 20px;
}

.xb-career-item:hover {
    background: #EEEFE6;
}

.xb-career-item .xb-item--title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 23px;
}

@media only screen and (max-width: 1023px) {
    .xb-career-item .xb-item--title {
        max-width: 600px;
    }
}

@media (max-width: 991px) {
    .xb-career-item .xb-item--title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .xb-career-item .xb-item--title {
        font-size: 22px;
    }
}

.xb-career-item .xb-item--title a {
    color: currentColor;
}

.xb-career-item .xb-item--holder {
    gap: 83px;
}

@media (max-width: 767px) {
    .xb-career-item .xb-item--holder {
        gap: 20px;
    }
}

.xb-career-item .xb-item--holder li {
    gap: 9px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--color-secondary);
}

@media (max-width: 767px) {
    .xb-career-item .xb-item--holder li {
        font-size: 16px;
    }
}

.xb-career-item .career-btn a {
    background: #68392c;
    padding: 11px 10px 11px 25px;
}

.xb-career-item .career-btn a .xb-icon {
    background: var(--color-white);
}

.xb-career-item .career-btn a .xb-icon img {
    filter: brightness(0);
}

.xb-career-item .career-btn a .inner {
    gap: 32px;
}

.xb-career-item .career-btn a:hover {
    background: var(--color-primary);
}

.xb-career-menu {
    gap: 50px;
    justify-content: center;
    position: relative;
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .xb-career-menu {
        gap: 20px 30px;
    }
}

.xb-career-menu::before,
.xb-career-menu::after {
    position: absolute;
    content: '';
    left: 0;
    width: 9px;
    height: 9px;
    bottom: -4.5px;
    background: var(--color-primary);
}

.xb-career-menu::after {
    left: auto;
    right: 0;
}

.xb-career-menu button {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 22px;
    background: transparent;
    color: var(--color-white);
    position: relative;
}

.xb-career-menu button::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

.xb-career-menu button.active::before,
.xb-career-menu button:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.cp-feature-item {
    display: flex;
    padding: 30px 20px 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

@media (max-width: 1199px) {
    .cp-feature-item {
        gap: 20px;
        padding: 30px 20px 25px;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .cp-feature-item {
        padding: 30px 60px 25px 20px;
    }
}

@media (max-width: 767px) {
    .cp-feature-item {
        padding: 30px 20px 25px;
    }
}

.cp-feature-item .xb-item--icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    display: inline-flex;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-primary);
}

.cp-feature-item .xb-item--holder {
    padding-top: 10px;
    width: calc(100% - 70px);
}

@media (max-width: 1199px) {
    .cp-feature-item .xb-item--holder {
        width: 100%;
        padding-top: 0;
    }
}

.cp-feature-item .xb-item--title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0em;
}

.cp-feature-item .xb-item--content {
    font-size: 18px;
}

.cp-feature-item:hover {
    background: #EEEFE6;
    border: 1px solid #EEEFE6;
}

.xb-career-marquee-wrap {
    display: inline-block;
}

.xb-career-marquee-inner {
    gap: 30px;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .xb-career-marquee-item {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .xb-career-marquee-item img {
        object-fit: cover;
    }
}

.xb-career-top {
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
}

.xb-career-details-title {
    margin-bottom: 27px;
}

.xb-career-heading {
    height: 100%;
    padding: 45px 0 55px;
    border-right: 1px solid var(--color-border);
}

.xb-career-meta {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.xb-career-meta li {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    align-items: center;
    color: rgba(27, 27, 34, 0.5);
}

.xb-career-meta li span {
    color: var(--color-heading);
}

.xb-career-content-title {
    font-size: 25px;
    font-weight: 600;
}

.xb-career-list-item {
    padding: 45px 0 30px 60px;
}

@media (max-width: 1199px) {
    .xb-career-list-item {
        padding: 45px 0 30px 15px;
    }
}

.xb-career-details-left-inner {
    padding: 52px 40px 74px 0;
    border-right: 1px solid var(--color-border);
}

.xb-career-list .text {
    font-weight: 600;
    margin-bottom: 13px;
    color: var(--color-heading);
}

.xb-career-list ul {
    padding-left: 25px;
}

.xb-career-list ul li {
    line-height: 28px;
}

.xb-career-list ul li:not(:last-child) {
    margin-bottom: 5px;
}

.xb-career-list ul li strong {
    font-weight: 500;
    color: var(--color-heading);
}

.xb-value-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.xb-career-details-right {
    padding: 52px 0 0 60px;
    position: sticky;
    top: 20px;
}

@media (max-width: 1199px) {
    .xb-career-details-right {
        padding: 52px 0 0 15px;
    }
}

.xb-career-item-wrap .xb-career-item {
    padding: 25px 30px 30px;
    border: 1px solid var(--color-border);
}

.xb-career-item-wrap .xb-career-item:not(:last-child) {
    margin-bottom: 30px;
}

.xb-career-item-wrap .xb-career-item .xb-item--title {
    font-size: 22px;
    font-weight: 600;
}

.xb-career-item-wrap .xb-career-item .xb-item--btn {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #68392c;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.xb-career-item-wrap .xb-career-item .xb-item--holder {
    gap: 39px;
}

.xb-career-item-wrap .xb-career-item:hover {
    border: 1px solid #EEEFE6;
}

.xb-career-item-wrap .xb-career-item:hover .xb-item--btn {
    background: var(--color-primary);
}

.xb-career-location {
    padding: 25px 30px 30px;
    border: 1px solid var(--color-border);
}

.xb-career-location .google-map {
    height: 222px;
}

.xb-shop-item {
    background: var(--color-white);
    height: 100%;
}

.xb-shop-item .xb-item--img {
    min-height: 320px;
    align-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    background: #EEEFE6;
}

.xb-shop-item .xb-item--img img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-shop-item .xb-item--holder {
    position: relative;
    padding: 20px 20px 25px;
    border: 1px solid var(--color-border);
    border-top: none;
}

.xb-shop-item .xb-item--star {
    gap: 6.5px;
    display: inline-flex;
}

.xb-shop-item .xb-item--star li i {
    color: #febf00;
}

.xb-shop-item .xb-item--star li.rating {
    font-size: 14px;
    margin-left: 3px;
}

.xb-shop-item .xb-item--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.xb-shop-item .xb-item--title a {
    color: var(--color-heading);
}

.xb-shop-item .xb-item--price_box {
    margin-top: 20px;
    padding: 0 5px;
}

.xb-shop-item .xb-item--price {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
    font-family: var(--font-heading);
}

.xb-shop-item .xb-item--cart {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ab6049;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.xb-shop-item .xb-item--cart_btn {
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    letter-spacing: -0.03em;
    color: var(--color-white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: #68392c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transform-origin: right top;
    background: var(--color-primary);
}

.xb-shop-item .xb-item--tag {
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 24px;
    color: var(--color-white);
    background: var(--color-primary);
}

.xb-shop-item:hover .xb-item--cart_btn {
    opacity: 1;
    width: 100%;
}

.xb-shop-item:hover .xb-item--price {
    opacity: 0;
    transform: translateX(20px);
}

.xb-shop-item:hover .xb-item--cart {
    opacity: 0;
}

.xb-shop-item:hover .xb-item--img img {
    transform: scale(1.04);
}

.xb-shop-product-wrap {
    padding: 25px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

.product-filter {
    gap: 10px;
    padding: 10px 20px 10px 25px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-bottom: none;
}

.product-filter span {
    font-size: 16px;
}

.product-filter .nice-select {
    margin-bottom: 0;
    background: none;
    min-height: 28px;
    height: 28px;
    line-height: 30px;
    padding-right: 115px;
    padding-left: 5px;
}

.product-filter .nice-select.open .list {
    transform: scale(1) translateY(11px);
}

.xb-producet-container {
    padding-right: 5px;
}

.shop-post-item:not(:last-child) {
    margin-bottom: 20px !important;
}

.shop-post-item .xb-item--img {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEEFE6;
    margin-right: 20px !important;
}

.shop-post-item .xb-item--holder {
    width: calc(100% - 90px) !important;
}

.product-single-wrap {
    gap: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .product-single-wrap {
        flex-direction: column;
    }
}

.product_details_img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #EEEFE6;
}

@media (max-width: 1199px) {
    .product_details_img {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .product_details_img {
        padding: 40px;
    }
}

.product_details_img .pl_thumb img {
    width: 100%;
}

.shop_thumb_tab ul {
    gap: 9px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .shop_thumb_tab ul {
        flex-direction: row;
        justify-content: space-between;
    }
}

.shop_thumb_tab ul li .nav-link {
    width: 200px;
    height: 190px;
    padding: 0;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #EEEFE6;
    border: 1px solid #EEEFE6;
}

@media (max-width: 1199px) {
    .shop_thumb_tab ul li .nav-link {
        height: 160px;
        width: 170px;
    }
}

@media (max-width: 991px) {
    .shop_thumb_tab ul li .nav-link {
        width: 200px;
        height: 190px;
    }
}

@media (max-width: 767px) {
    .shop_thumb_tab ul li .nav-link {
        height: 105px;
        width: 105px;
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop_thumb_tab ul li .nav-link {
        width: 160px;
        height: 160px;
    }
}

.shop_thumb_tab ul li .nav-link.active {
    border: 1px solid var(--color-primary);
}

.product-details {
    padding: 34px 60px 42px 55px;
    border: 1px solid var(--color-border);
}

@media (max-width: 1199px) {
    .product-details {
        padding: 34px 30px 42px;
    }
}

@media (max-width: 767px) {
    .product-details {
        padding: 34px 20px 42px;
    }
}

.product-details .xb-item--title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-primary);
}

@media (max-width: 991px) {
    .product-details .xb-item--title {
        font-size: 32px;
    }
}

.product-details .xb-item--content {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.product-details .xb-item--rating {
    gap: 5px;
    margin: 15px 0 18px;
}

.product-details .xb-item--rating li {
    font-size: 14px;
    font-weight: 600;
}

.product-details .xb-item--rating li i {
    color: #febf00;
}

.product-details .xb-item--rating li:last-child {
    margin-left: 4px;
}

.product-details .xb-item--price {
    gap: 15px;
}

.product-details .xb-item--price .current {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .product-details .xb-item--price .current {
        font-size: 16px;
    }
}

.product-details .xb-item--price .old {
    font-size: 25px;
    margin-left: 5px;
    text-decoration: line-through;
    color: var(--color-default);
}

.product-details .xb-item--price .less {
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 5px 10.4px 5px;
    margin-bottom: 5px;
    line-height: 14px;
    color: var(--color-white);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: var(--color-primary);
}

.product-option {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-option .quantity {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    color: var(--color-default);
    text-transform: capitalize;
}
.product-option .quantity>span {
    font-size: 18px;
    padding-left: 5px;
    color: var(--color-heading);
}

.product-option .product-row {
    gap: 30px;
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .product-option .product-row {
        flex-wrap: wrap;
    }
}

.product-option .product-row>div:first-child {
    height: 50px;
    max-width: 151px;
}

.product-option .product-row .input-group {
    overflow: hidden;
    background: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid var(--color-border);
}

.product-option .product-row .input-group .input-group-btn .btn-link {
    height: 48px;
    width: 50px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #2d2e32;
    line-height: 0;
    padding: 0 15px;
}

.product-option .product-row .input-group .input-group-btn .bootstrap-touchspin-down {
    border-radius: 0;
    border-right: 1px solid var(--color-border);
}

.product-option .product-row .input-group .input-group-btn .bootstrap-touchspin-up {
    border-radius: 0;
    border-left: 1px solid var(--color-border);
}

.product-option .product-row .input-group .product-count {
    padding: 0;
    height: 48px;
    font-weight: 700;
    font-size: 14px;
    color: #56575c;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
}

.product-option .product-row .input-group .product-count:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: none;
}

.product-option .product-row .add-to-cart-btn .cart-btn {
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    min-width: 331px;
    width: 100%;
    margin-left: 20px;
    background: #f7f5f4;
    text-transform: uppercase;
    color: var(--color-heading);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #d8dce9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .product-option .product-row .add-to-cart-btn .cart-btn {
        min-width: 184px;
    }
}

.product-option .product-row .add-to-cart-btn .cart-btn:hover {
    color: var(--color-white);
    border: 1px solid #0c2545;
    background: var(--color-heading);
}

.product-option .meta {
    gap: 23px;
    margin: 45px 0 20px;
}

.product-option .meta li a {
    font-weight: 700;
    font-size: 14px;
    color: var(--color-default);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.product-option .meta li a i {
    margin-right: 8px;
    color: var(--color-primary);
}

.product-option .meta li a:hover {
    text-decoration: underline;
}

.buy-now-btn {
    width: 100%;
}

.buy-now-btn .buy-btn {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-flex;
    justify-content: center;
    color: var(--color-white);
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-primary);
}

.buy-now-btn .buy-btn i {
    margin-right: 13px;
}

.product-meta-after {
    padding-top: 30px;
    border-top: 1px solid var(--color-border);
}

.product-meta-after .xb-item--text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-meta-after .xb-item--text span {
    color: var(--color-default);
}

.product-meta-after .xb-item--shipping {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-default);
    margin-top: 10px;
}

.product-meta-after .xb-item--shipping span {
    margin-right: 8px;
}

.description_thumb_tab {
    border-bottom: 2px solid var(--color-border);
}

.description_thumb_tab .nav-item:not(:last-child) {
    margin-right: 60px;
}

@media (max-width: 991px) {
    .description_thumb_tab .nav-item:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .description_thumb_tab .nav-item:not(:last-child) {
        margin-bottom: 20px;
    }
}

.description_thumb_tab .nav-item .nav-link {
    position: relative;
    font-weight: 700;
    font-size: 25px;
    opacity: 0.6;
    padding-left: 0;
    padding-right: 6.5px;
    padding-bottom: 16px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    color: var(--color-heading);
    font-family: var(--font-heading);
}

.description_thumb_tab .nav-item .nav-link::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-heading);
}

.description_thumb_tab .nav-item .nav-link.active {
    opacity: 1;
}

.description_thumb_tab .nav-item .nav-link.active::before {
    opacity: 1;
    transform: scaleX(1);
}

.description_details {
    max-width: 100%;
    margin-top: 40px;
}

.description_details .xb-item--category {
    margin: 50px 0 25px;
}

.description_details .xb-item--category li {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: var(--color-heading);
}

.description_details .xb-item--category li span {
    font-weight: 500;
    color: var(--color-default);
}

.description_details .xb-item--des_list {
    margin-left: 20px;
    margin-top: 28px;
}

.description_details .xb-item--des_list li {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-default);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .shop-sidebar {
        margin-left: 0 !important;
    }
}

@media (max-width: 1199px) {
    .shop-sidebar {
        margin-left: 0 !important;
    }
}

.realted-product-wrap {
    gap: 64px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1600px) {
    .realted-product-wrap {
        gap: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .realted-product-wrap {
        gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1199px) {
    .realted-product-wrap {
        gap: 30px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .realted-product-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .realted-product-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .realted-product-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

.xb-cart-table {
    background: var(--color-white);
}

.xb-cart-table thead tr th,
.xb-cart-table tbody tr td {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-heading);
}

.xb-cart-table thead tr th:not(:last-child),
.xb-cart-table tbody tr td:not(:last-child) {
    border-right: 1px solid var(--color-border);
}

@media (max-width: 767px) {

    .xb-cart-table thead tr th:not(:last-child),
    .xb-cart-table tbody tr td:not(:last-child) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .xb-cart-table thead {
        display: none;
    }
}

.xb-cart-table thead tr {
    background: #68392c;
}

.xb-cart-table thead tr th {
    font-size: 18px;
    font-weight: 700;
    padding: 17px 19px;
    text-align: center;
    color: var(--color-white);
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.xb-cart-table thead tr th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.49);
}

.xb-cart-table tbody {
    background: #EEEFE6;
}

.xb-cart-table tbody tr {
    position: relative;
}

@media (max-width: 767px) {
    .xb-cart-table tbody tr {
        display: block;
        padding: 15px 0;
    }
}

.xb-cart-table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}

@media (max-width: 767px) {
    .xb-cart-table tbody tr:not(:last-child) {
        border-right: none;
    }
}

.xb-cart-table tbody tr td {
    padding: 27px 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .xb-cart-table tbody tr td {
        padding: 27px 25px;
    }
}

@media (max-width: 767px) {
    .xb-cart-table tbody tr td {
        width: 100%;
        display: block;
        border: none;
        text-align: center;
        padding: 10px 25px;
    }
}

.xb-cart-table tbody tr td.xb-product-remove a {
    color: var(--color-secondary);
}

@media (max-width: 767px) {
    .xb-cart-table tbody tr td.xb-product-remove a {
        position: absolute;
        right: 25px;
        top: 25px;
        width: unset;
        padding: 0;
    }
}

.xb-cart-table tbody tr td.xb-product-remove a:hover {
    color: var(--color-primary);
}

.xb-cart-table tbody tr td.xb-action-btns {
    text-align: left !important;
    padding: 40px 30px !important;
}

@media (max-width: 767px) {
    .xb-cart-table tbody tr td.xb-action-btns {
        display: inline-block;
    }
}

.xb-cart-table tbody tr td.xb-action-btns .coupon-item {
    display: inline;
    text-align: left;
}

@media (max-width: 767px) {
    .xb-cart-table tbody tr td.xb-action-btns .coupon-item {
        gap: 29px;
        display: flex;
        flex-wrap: wrap;
    }
}

.xb-cart-table tbody tr td.xb-action-btns .coupon-item input {
    font-size: 16px;
    font-weight: 400;
    max-width: 295px;
    height: 60px;
    margin-right: 15px;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: var(--color-white);
}

.xb-cart-table tbody tr td.xb-action-btns .coupon-item input:focus {
    border: 1px solid var(--color-primary);
}

.xb-cart-table tbody tr td.xb-action-btns .cupon-btn-right {
    float: right;
}

@media (max-width: 991px) {
    .xb-cart-table tbody tr td.xb-action-btns .cupon-btn-right {
        float: left;
        margin-top: 30px;
    }
}

.xb-product-thumbnail .xb-item--product_img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    display: inline-flex;
    background: #f8f5ff;
}

@media (max-width: 767px) {
    .xb-product-thumbnail .xb-item--product_img {
        margin-right: 0;
    }
}

.xb-product-thumbnail .xb-item--product_detils {
    text-align: left;
    flex-basis: 0;
    flex-grow: 1;
    gap: 3px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .xb-product-thumbnail .xb-item--product_detils {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .xb-product-thumbnail .xb-item--product_detils {
        text-align: center;
    }
}

.xb-product-thumbnail .xb-item--product_detils span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: var(--color-default);
}

.xb-product-thumbnail .xb-item--product_name {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-heading);
}

.xb-product-thumbnail .xb-item--product_name a {
    color: currentColor;
}

@media (max-width: 991px) {
    .xb-product-thumbnail .xb-item--product_name {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-product-thumbnail .xb-item--product_name {
        font-size: 20px;
    }
}

.xb-product-quantity .input-group {
    width: 117px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

.xb-product-quantity .input-group .input-group-btn .btn-link {
    height: 35px;
    width: 50px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 0;
    padding: 0 15px;
    color: var(--color-default);
    transform: translateY(-2px);
}

.xb-product-quantity .input-group .input-group-btn .bootstrap-touchspin-down {
    border-radius: 0;
}

.xb-product-quantity .input-group .input-group-btn .bootstrap-touchspin-up {
    border-radius: 0;
}

.xb-product-quantity .input-group .product-count {
    padding: 0;
    height: 35px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    color: var(--color-secondary);
}

.xb-product-quantity .input-group .product-count:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: none;
}

.xb-cart-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.cart-total-table {
    border: 1px solid var(--color-border);
}

.cart-total-table tr:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}

.cart-total-table tr th {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 15px 14px;
    color: var(--color-heading);
    text-transform: uppercase;
}

.cart-total-table tr td {
    font-weight: 500;
    padding: 16px 15px 14px;
}

.cart-total-table tr td p a {
    margin-top: 6px;
    display: block;
    font-weight: 600;
    color: var(--color-heading);
}

.xb-process-button {
    text-align: end;
}

@media (max-width: 767px) {
    .xb-process-button {
        text-align: start;
    }
}

.xb-checkout-wrapper {
    padding: 145px 165px 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .xb-checkout-wrapper {
        padding: 145px 50px 150px;
    }
}

@media (max-width: 1199px) {
    .xb-checkout-wrapper {
        padding: 145px 50px 150px;
    }
}

@media (max-width: 767px) {
    .xb-checkout-wrapper {
        padding: 100px 20px 100px;
    }
}

.xb-checkout-form .xb-input-field:not(:last-child) {
    margin-bottom: 22px;
}

.xb-checkout-form .xb-input-field label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: var(--color-heading);
}

.xb-checkout-form .xb-input-field input,
.xb-checkout-form .xb-input-field .nice-select {
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

.xb-checkout-form .xb-input-field input:focus,
.xb-checkout-form .xb-input-field .nice-select:focus {
    border-color: var(--color-heading);
}

.xb-checkout-form .xb-input-field .nice-select {
    margin-bottom: 22px;
    padding: 0 46px 0 20px;
}

.xb-order-comment label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.xb-order-comment textarea {
    height: 177px;
    padding: 20px 20px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

.xb-order-comment textarea:focus {
    border-color: var(--color-heading);
}

.xb-order-review-area {
    padding-left: 55px;
}

@media (max-width: 1199px) {
    .xb-order-review-area {
        padding-left: 35px;
    }
}

@media (max-width: 991px) {
    .xb-order-review-area {
        padding-left: 0;
    }
}

.xb-order-table {
    margin-top: 75px;
    border: 1px solid var(--color-border);
    background: var(--color-white);
}

@media (max-width: 991px) {
    .xb-order-table {
        margin-top: 60px;
    }
}

.xb-order-table thead tr th,
.xb-order-table tbody tr td {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding: 16px 30px 16px 20px;
}

.xb-order-table thead tr th:not(:last-child),
.xb-order-table tbody tr td:not(:last-child) {
    border-right: 1px solid var(--color-border);
}

.xb-order-table thead tr {
    background: #68392c;
}

.xb-order-table thead tr th {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.xb-order-table thead tr th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.49);
}

.xb-order-table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}

.xb-order-table tbody tr td {
    color: var(--color-default);
}

.xb-order-table tbody tr.order-total td {
    font-weight: 600;
    color: var(--color-heading);
}

.xb-cupon-info .form-check {
    margin: 0 0 25px;
}

.xb-cupon-info .form-check label {
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
    color: var(--color-default);
    transform: translate(2px, -3px);
}

.xb-cupon-info .form-check input {
    height: 16px;
    width: 16px;
}

.xb-checkout-coupon {
    text-align: left;
    padding: 30px 30px 40px;
    border: 1px solid var(--color-border);
    background: var(--color-white);
}

@media (max-width: 767px) {
    .xb-checkout-coupon {
        padding: 30px 25px 40px;
    }
}

.xb-checkout-coupon .xb-cupon-field {
    width: 80%;
}

@media (max-width: 767px) {
    .xb-checkout-coupon .xb-cupon-field {
        width: 100%;
    }
}

.xb-checkout-coupon .xb-cupon-field label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.xb-checkout-coupon .xb-cupon-field input {
    height: 60px;
    background: #EEEFE6;
    border: 1px solid #EEEFE6;
}

.xb-checkout-coupon .xb-cupon-field input:focus {
    border-color: #68392c;
}

.xb-checkout-coupon .xb-coupon-inner {
    gap: 20px;
}

.xb-checkout-payment-method {
    padding: 25px 20px 35px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

.xb-payment-check input {
    margin-right: 10px;
}

.xb-payment-check label {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-heading);
    font-family: var(--font-heading);
}

.xb-payment-check img {
    max-width: 200px;
    margin: -10px 10px 0 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-payment-check img {
        max-width: 160px;
    }
}

@media (max-width: 1199px) {
    .xb-payment-check img {
        max-width: 120px;
    }
}

.xb-payment-check a {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-default);
    font-family: var(--font-body);
}

.xb-payment-requirement {
    position: relative;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    background-color: #EEEFE6;
    color: var(--color-default);
}

.xb-payment-requirement::before {
    position: absolute;
    content: "";
    display: block;
    border: 1em solid #EEEFE6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.xb-checkout-form-area {
    margin-right: -10px;
}

@media (max-width: 991px) {
    .xb-checkout-form-area {
        margin-right: 0;
    }
}

.shop-black-btn {
    padding: 12.5px 39px !important;
    background: #68392c !important;
}

.shop-black-btn:hover {
    background: var(--color-primary) !important;
}

.shop-black-btn--white {
    background: var(--color-white) !important;
}

.shop-black-btn--white .text {
    color: var(--color-heading) !important;
    text-shadow: 0 1.3em #68392c !important;
}

.shop-black-btn--white:hover {
    background: var(--color-white) !important;
}

.xb-testimonial-review {
    gap: 13px;
    align-items: start;
}

.xb-testimonial-review .xb-review ul {
    gap: 7px;
    margin-bottom: 10px;
}

.xb-testimonial-review .xb-review ul li i {
    color: #fdbb19;
}

.xb-testimonial-review .xb-review .text {
    font-size: 15px;
    font-weight: 700;
}

.xb-testimonial-review .xb-rating .text {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.xb-testimonial-item {
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 30px 30px 130px;
    background-color: gray;
}

@media (max-width: 767px) {
    .xb-testimonial-item {
        padding: 30px 30px 70px;
    }
}

.xb-testimonial-item .xb-item--inner {
    padding: 25px 40px 20px;
    background: var(--color-white);
}

@media (max-width: 767px) {
    .xb-testimonial-item .xb-item--inner {
        padding: 25px 18px 20px;
    }
}

.xb-testimonial-item .xb-item--content {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.4;
    max-width: 655px;
}

@media (max-width: 1399px) {
    .xb-testimonial-item .xb-item--content {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .xb-testimonial-item .xb-item--content {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .xb-testimonial-item .xb-item--content {
        font-size: 18px;
        font-weight: 500;
    }
}

.xb-testimonial-item .xb-item--content span {
    color: var(--color-primary);
}

.xb-testimonial-item .xb-item--author {
    margin: 46px 0 37px;
}

.xb-testimonial-item .xb-item--name {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 3px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.xb-testimonial-item .xb-item--desig {
    font-size: 14px;
    font-weight: 500;
}

.xb-testimonial-item .xb-item--bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.xb-testimonial-item .xb-item--bg img {
    /* height: 100%; */
}

.xb-testimonial-item .xb-item--img {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .xb-testimonial-item .xb-item--img {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .xb-testimonial-item .xb-item--img {
        max-width: 390px;
    }
}

@media (max-width: 767px) {
    .xb-testimonial-item .xb-item--img {
        max-width: 250px;
    }
}

.xb-testimonial-slider {
    margin-left: -670px;
    margin-right: -670px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-testimonial-slider {
        margin-left: -500px;
        margin-right: -500px;
    }
}

@media (max-width: 1199px) {
    .xb-testimonial-slider {
        margin-left: -500px;
        margin-right: -500px;
    }
}

@media (max-width: 767px) {
    .xb-testimonial-slider {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.xb-testimonial-top {
    gap: 30px;
}

.xb-quote-wrap {
    padding: 249px 0 285px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-quote-wrap {
        padding: 115px 0 115px;
    }
}

@media only screen and (max-width: 1300px) {
    .xb-quote-wrap {
        padding: 135px 0;
    }
}

@media (max-width: 1199px) {
    .xb-quote-wrap {
        padding: 130px 0 125px;
    }
}
@media (max-width: 991px) {
    .xb-quote-wrap {
        padding: 80px 0 80px;
    }
}

.xb-quote-wrap .xb-item--inner {
    margin: 0 auto;
    max-width: 750px;
    /* max-width: 1170px; */
    text-align: center;
}

.xb-quote-wrap .xb-item--content {
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    margin: 45px 0 26px;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .xb-quote-wrap .xb-item--content {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .xb-quote-wrap .xb-item--content {
        font-size: 32px;
    }
    .xb-quote-wrap .xb-item--inner p{
        color: #c9c9c9b8;
    }
    .xb-quote-wrap .xb-item--inner p.xb-item--desig{
        color: var(--color-body1);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-quote-wrap .xb-item--content {
        font-size: 36px;
    }
}

.xb-quote-wrap .xb-item--desig {
    font-size: 26px;
    margin-top: 23px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .xb-quote-wrap .xb-item--desig {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .xb-quote-wrap .xb-item--desig {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-quote-wrap .xb-item--desig {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .xb-quote-wrap .xb-item--quote img {
        max-width: 60px;
    }
}

@media (max-width: 991px) {
    .xb-quote-wrap .xb-item--img img {
        max-width: 130px;
    }
}

@media (max-width: 767px) {
    .xb-quote-wrap .xb-item--img img {
        max-width: 100px;
    }
}

.xb-quote-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .xb-quote-bg {
        left: -24%;
        top: 2%;
        width: 140%;
    }
}

@media (max-width: 767px) {
    .xb-quote-bg {
        display: none;
    }
}

@media (max-width: 767px) {
    .quote-section {
        background: var(--color-heading) !important;
    }
}

.ar-testimonial-content {
    position: relative;
    margin-right: -100px;
    padding: 70px 90px 44px 80px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-primary);
}

@media only screen and (max-width: 1600px) {
    .ar-testimonial-content {
        margin-right: -60px;
        padding: 70px 50px 44px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-testimonial-content {
        padding: 70px 55px 44px;
    }
}

@media (max-width: 1199px) {
    .ar-testimonial-content {
        padding: 70px 30px 44px;
    }
}

@media (max-width: 991px) {
    .ar-testimonial-content {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .ar-testimonial-content {
        padding: 40px 20px;
    }
}

.ar-testimonial-content .xb-item--content {
    opacity: 0;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--color-white);
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: .1s;
}

@media (max-width: 1199px) {
    .ar-testimonial-content .xb-item--content {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .ar-testimonial-content .xb-item--content {
        font-size: 26px;
    }
}

.ar-testimonial-content .xb-item--author {
    gap: 20px;
    margin-top: 200px;
    padding-left: 361px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-testimonial-content .xb-item--author {
        margin-top: 150px;
        padding-left: 310px;
    }
}

@media (max-width: 1199px) {
    .ar-testimonial-content .xb-item--author {
        gap: 15px;
        margin-top: 115px;
        padding-left: 295px;
    }
}

@media (max-width: 767px) {
    .ar-testimonial-content .xb-item--author {
        margin-top: 80px;
        padding-left: 0;
        margin-bottom: 100px;
    }
}

.ar-testimonial-content .xb-item--quote {
    position: absolute;
    bottom: 46px;
    right: 45px;
    transform: rotateY(-180deg);
}

@media (max-width: 1199px) {
    .ar-testimonial-content .xb-item--quote {
        right: 30px;
        max-width: 60px;
    }
}

@media (max-width: 767px) {
    .ar-testimonial-content .xb-item--quote {
        right: 20px;
        bottom: 160px;
        max-width: 45px;
    }
}

.ar-testimonial-content .xb-item--name {
    opacity: 0;
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: var(--color-white);
    transform: translateY(30px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: .2s;
}

@media (max-width: 1199px) {
    .ar-testimonial-content .xb-item--name {
        margin-bottom: 0;
        font-size: 24px;
    }
}

.ar-testimonial-content .xb-item--desig {
    opacity: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--color-white);
    transform: translateY(30px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: .3s;
}

.ar-testimonial-img {
    margin-left: 103px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
    .ar-testimonial-img {
        margin-left: 60px;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .ar-testimonial-img {
        display: none;
    }
}

.ar-testimonial-img img {
    transform: scale(1.2);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media only screen and (max-width: 1600px) {
    .ar-testimonial-img img {
        height: 100%;
    }
}

.ar-testimonial-shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .ar-testimonial-shape {
        bottom: -7px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-testimonial-shape {
        bottom: -16px;
    }
}

@media (max-width: 1199px) {
    .ar-testimonial-shape {
        bottom: -24px;
    }
}

@media (max-width: 767px) {
    .ar-testimonial-shape {
        bottom: -31px;
    }
}

@media only screen and (max-width: 1600px) {
    .ar-testimonial-shape svg {
        max-width: 380px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-testimonial-shape svg {
        max-width: 340px;
    }
}

@media (max-width: 1199px) {
    .ar-testimonial-shape svg {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .ar-testimonial-shape svg {
        max-width: 270px;
    }
}

.ar-tes-slide-btn>div {
    left: 98px;
    top: auto;
    bottom: 56px;
    height: 66px;
    width: 74px;
}

@media only screen and (max-width: 1600px) {
    .ar-tes-slide-btn>div {
        bottom: 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-tes-slide-btn>div {
        left: 55px;
        bottom: 35px;
    }
}

@media (max-width: 1199px) {
    .ar-tes-slide-btn>div {
        left: 70px;
        width: 52px;
        bottom: 25px;
    }
}

@media (max-width: 767px) {
    .ar-tes-slide-btn>div {
        left: 65px;
        width: 46px;
        bottom: 16px;
    }
}

.ar-tes-slide-btn>div::after {
    display: none;
}

.ar-tes-slide-btn>div img {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ar-tes-slide-btn>div:hover img {
    opacity: 1;
}

.ar-tes-slide-btn .swiper-button-next {
    left: 226px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-tes-slide-btn .swiper-button-next {
        left: 170px;
    }
}

@media (max-width: 1199px) {
    .ar-tes-slide-btn .swiper-button-next {
        left: 170px;
    }
}

@media (max-width: 767px) {
    .ar-tes-slide-btn .swiper-button-next {
        left: 145px;
    }
}

.ar-testimonial-item {
    overflow: hidden;
}

.ar-testimonial-slider .swiper-slide-active .ar-testimonial-content .xb-item--content,
.ar-testimonial-slider .swiper-slide-active .ar-testimonial-content .xb-item--name,
.ar-testimonial-slider .swiper-slide-active .ar-testimonial-content .xb-item--desig {
    opacity: 1;
    transform: translateY(0);
}

.ar-testimonial-slider .swiper-slide-active .ar-testimonial-img img {
    transform: scale(1);
}

.ie-testimonial-wrapper {
    overflow: clip;
    z-index: 1;
    margin-left: 110px;
    margin-top: 25px;
    position: relative;
    margin-bottom: 150px;
    padding-bottom: 180px;
    background: black;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ie-testimonial-wrapper {
        margin-left: 50px;
    }
}

@media (max-width: 1199px) {
    .ie-testimonial-wrapper {
        margin-left: 0;
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .ie-testimonial-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .ie-testimonial-wrapper {
        padding-bottom: 0;
    }
}

.ie-testimonial-wrapper::before,
.ie-testimonial-wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    bottom: 60px;
    height: 100%;
    width: 100%;
    background: #1c1c1c;
}

@media (max-width: 1199px) {

    .ie-testimonial-wrapper::before,
    .ie-testimonial-wrapper::after {
        bottom: 40px;
    }
}

@media (max-width: 767px) {

    .ie-testimonial-wrapper::before,
    .ie-testimonial-wrapper::after {
        display: none;
    }
}

.ie-testimonial-wrapper::after {
    z-index: -1;
    bottom: 120px;
    background: #252525;
}

@media (max-width: 1199px) {
    .ie-testimonial-wrapper::after {
        bottom: 80px;
    }
}

.ie-testimonial-item {
    position: sticky;
    top: 50px;
    background: #121212;
    padding: 124px 70px 70px;
}

@media only screen and (max-width: 1600px) {
    .ie-testimonial-item {
        padding: 124px 50px 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-testimonial-item {
        padding: 124px 40px 70px;
    }
}

@media (max-width: 1199px) {
    .ie-testimonial-item {
        padding: 124px 30px 70px;
    }
}

@media only screen and (max-width: 1023px) {
    .ie-testimonial-item {
        padding: 124px 24px 70px;
    }
}

@media (max-width: 767px) {
    .ie-testimonial-item {
        padding: 100px 20px 70px;
        position: relative;
        top: 30px;
    }
}

.ie-testimonial-item .xb-item--inner {
    width: 100%;
    display: inline-flex;
    align-items: start;
}

@media (max-width: 767px) {
    .ie-testimonial-item .xb-item--inner {
        gap: 50px;
        flex-wrap: wrap;
        text-align: center;
    }
}

.ie-testimonial-item .xb-item--content {
    max-width: 451px;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--color-white);
    transform: translateY(-12px);
    font-family: var(--font-heading);
}

@media only screen and (max-width: 1600px) {
    .ie-testimonial-item .xb-item--content {
        max-width: 580px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-testimonial-item .xb-item--content {
        font-size: 30px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-testimonial-item .xb-item--content {
        font-size: 28px;
        line-height: 42px;
    }
}

@media (max-width: 1199px) {
    .ie-testimonial-item .xb-item--content {
        font-size: 24px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .ie-testimonial-item .xb-item--content {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .ie-testimonial-item .xb-item--content {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-testimonial-item .xb-item--content {
        font-size: 24px;
        line-height: 36px;
    }
}

.ie-testimonial-item .xb-item--content span {
    color: var(--color-primary);
}

.ie-testimonial-item .xb-item--holder {
    margin-top: 25px;
}

@media (max-width: 1199px) {
    .ie-testimonial-item .xb-item--holder {
        margin-top: 25px;
    }
}

.ie-testimonial-item .xb-item--name {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .ie-testimonial-item .xb-item--name {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-testimonial-item .xb-item--name {
        font-size: 20px;
    }
}

.ie-testimonial-item .xb-item--desig {
    font-size: 16px;
    letter-spacing: 0.01em;
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .ie-testimonial-item .xb-item--desig {
        line-height: 20px;
        margin-top: 8px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-testimonial-item .xb-item--desig {
        font-size: 16px;
    }
}

.ie-testimonial-item .xb-item--quote {
    position: absolute;
    top: 50px;
    right: 70px;
}

@media (max-width: 767px) {
    .ie-testimonial-item .xb-item--quote {
        top: 40px;
        right: 20px;
        max-width: 36px;
    }
}

.ie-testimonial-item .xb-item--img {
    min-height: 53px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .ie-testimonial-item .xb-item--img {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .ie-testimonial-item .xb-item--img img {
        margin: 0 auto;
        max-width: 140px;
    }
}

.ie-testimonial-item .xb-item--left {
    margin-right: 93px;
}

@media only screen and (max-width: 1600px) {
    .ie-testimonial-item .xb-item--left {
        margin-right: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-testimonial-item .xb-item--left {
        margin-right: 60px;
    }
}

@media (max-width: 1199px) {
    .ie-testimonial-item .xb-item--left {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .ie-testimonial-item .xb-item--left {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .ie-testimonial-item .xb-item--left {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .ie-testimonial-item .xb-item--avatar {
        max-width: 150px;
        margin: 0 auto;
    }
}

.ie-testimonial-item .xb-item--number {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 70px;
    top: 60px;
    color: var(--color-white);
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .ie-testimonial-item .xb-item--number {
        left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-testimonial-item .xb-item--number {
        left: 40px;
    }
}

@media (max-width: 1199px) {
    .ie-testimonial-item .xb-item--number {
        left: 30px;
    }
}

.ie-testimonial-item:nth-child(2) {
    background: #1c1c1c;
}

.ie-testimonial-item:nth-child(3) {
    background: #252525;
}

.ie-testimonial-item:nth-child(4) {
    background: #2e2e2e;
}

.ie-tes-img {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .ie-tes-img {
        max-width: 385px;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .ie-tes-img {
        display: none;
    }
}

.ie-testimonial-left {
    position: sticky;
    top: 50px;
}

@media (max-width: 991px) {
    .ie-testimonial-left {
        gap: 30px;
        display: flex;
        margin-bottom: 70px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.ie-testimonial-left .xb-btn {
    position: absolute;
    bottom: 19.5%;
    left: 70px;
}

@media (max-width: 1199px) {
    .ie-testimonial-left .xb-btn {
        left: 30px;
        bottom: 17.5%;
    }
}

@media (max-width: 991px) {
    .ie-testimonial-left .xb-btn {
        left: 0;
        bottom: 0;
        position: relative;
    }
}

@media (max-width: 991px) {
    .ie-testimonial-left .xb-btn a {
        background: var(--color-white);
    }
}

@media (max-width: 991px) {
    .ie-testimonial-left .xb-btn a .text {
        color: var(--color-dark);
    }
}

@media (max-width: 991px) {
    .ie-testimonial-left .xb-btn a:hover .text {
        color: var(--color-white);
    }
}

.xb-blog-top {
    gap: 30px;
}

.xb-blog-item {
    overflow: hidden;
    border-top: 1px solid #ced1be;
}

@media (max-width: 991px) {
    .xb-blog-item {
        border-top: 0;
    }
}

.xb-blog-item:not(:last-child) {
    margin-bottom: 40px;
}

.xb-blog-item:hover .xb-blog-img-box .xb-item--img a {
    transform: scale(1.1);
}

.xb-blog-img-box {
    display: flex;
    align-items: end;
}

.xb-blog-img-box .xb-item--img {
    max-width: 641px;
    overflow: hidden;
}

.xb-blog-img-box .xb-item--img a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.xb-blog-img-box .xb-item--date {
    gap: 10px;
    width: 100%;
    max-width: 240px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 52px 0;
    margin-left: -86px;
    background: var(--color-body);
    border-right: 1px solid #ced1be;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 50% 100%, 0 102%, 0 22%);
}

@media (max-width: 1199px) {
    .xb-blog-img-box .xb-item--date {
        padding: 32px 0;
        max-width: 152px;
    }
}

@media (max-width: 991px) {
    .xb-blog-img-box .xb-item--date {
        margin-left: -50px;
    }
}

@media (max-width: 767px) {
    .xb-blog-img-box .xb-item--date {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-blog-img-box .xb-item--date {
        padding: 45px 10px;
    }
}

.xb-blog-img-box .xb-item--date h2 {
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
}

@media (max-width: 1599px) {
    .xb-blog-img-box .xb-item--date h2 {
        font-size: 48px;
    }
}
@media (max-width: 1399px) {
    .xb-blog-img-box .xb-item--date h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .xb-blog-img-box .xb-item--date h2 {
        font-size: 28px;
    }
}

.xb-blog-img-box .xb-item--date h3 {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .xb-blog-img-box .xb-item--date h3 {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .xb-blog-img-box .xb-item--date h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .xb-blog-img-box .xb-item--date h3 {
        font-size: 14px;
    }
}

.xb-blog-content {
    padding-left: 88px;
    padding-top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-blog-content {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-blog-content {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .xb-blog-content {
        gap: 30px;
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .xb-blog-content {
        padding-left: 0;
        padding-top: 30px;
    }
}

.xb-blog-content .xb-item--holder {
    max-width: 540px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-blog-content .xb-item--holder {
        max-width: 420px;
    }
}

.xb-blog-content .xb-item--tag {
    gap: 10px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.xb-blog-content .xb-item--tag li a {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    display: inline-flex;
    text-transform: uppercase;
    border: 1px solid #ced1be;
    color: var(--color-default);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-family: var(--font-heading);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .xb-blog-content .xb-item--tag li a {
        font-size: 14px;
        padding: 2px 15px;
    }
}

.xb-blog-content .xb-item--tag li a:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.xb-blog-content .xb-item--title {
    font-weight: 700;
    font-size: 38px;
    line-height: 1.16;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

@media (max-width: 767px) {
    .xb-blog-content .xb-item--title {
        font-size: 26px;
    }
}

.xb-blog-content .xb-item--title a {
    color: currentColor;
}
.xb-blog-content .xb-item--content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xb-blog-content .xb-item--arrow {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-heading);
}

.xb-blog-content .xb-item--arrow:hover {
    background: var(--color-primary);
}

.ie-blog-item .xb-item--meta {
    gap: 40px;
    margin-top: 25px;
    padding-left: 21px;
    position: relative;
}

@media (max-width: 767px) {
    .ie-blog-item .xb-item--meta {
        gap: 15px;
    }
}

.ie-blog-item .xb-item--meta li {
    gap: 8px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.ie-blog-item .xb-item--dot_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ie-blog-item .xb-item--title {
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    max-width: 700px;
    margin: 10px 0 23px;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ie-blog-item .xb-item--title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .ie-blog-item .xb-item--title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .ie-blog-item .xb-item--title {
        font-size: 30px;
        line-height: 40px;
    }
}

.ie-blog-item .xb-item--title a {
    color: currentColor;
}

.ie-blog-item .xb-item--holder {
    padding-left: 21px;
}

@media (max-width: 991px) {
    .ie-blog-item .xb-item--holder {
        padding-left: 0;
    }
}

.ie-blog-item .xb-item--btn a {
    gap: 20px;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}

.ie-blog-item .xb-item--btn a::before {
    display: none;
}

.ie-blog-item .xb-item--btn a .text {
    position: relative;
}

.ie-blog-item .xb-item--btn a .text::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

.ie-blog-item .xb-item--btn a .arrow {
    height: 28px;
    width: 28px;
    padding: 5px;
}

.ie-blog-item .xb-item--btn a:hover .text {
    color: var(--color-primary);
}

.ie-blog-item .xb-item--btn a:hover .text::after {
    width: 100%;
    right: auto;
    left: 0;
}

.ie-blog-item .xb-item--img {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .ie-blog-item .xb-item--img {
        height: 460px;
    }
}

@media (max-width: 991px) {
    .ie-blog-item .xb-item--img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .ie-blog-item .xb-item--img {
        height: auto;
    }
}

@media (max-width: 1199px) {
    .ie-blog-item .xb-item--img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.ie-blog-item .xb-item--img a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.ie-blog-item.small .xb-item--title {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ie-blog-item.small .xb-item--title {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .ie-blog-item.small .xb-item--title {
        font-size: 38px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .ie-blog-item.small .xb-item--title {
        font-size: 30px;
        line-height: 40px;
    }
}

.ie-blog-item:hover .xb-item--img a {
    transform: scale(1.1);
}

.ie-blog-left {
    top: 20px;
    position: sticky;
}

.details-blog-item .xb-item--meta {
    gap: 20px;
    margin: 15px 0;
}

.details-blog-item .xb-item--meta li {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    text-transform: capitalize;
}

.details-blog-item .xb-item--meta li:last-child {
    padding-right: 0;
}

.details-blog-item .xb-item--meta li:last-child::before {
    display: none;
}

.details-blog-item .xb-item--meta li::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 2px;
    height: 13px;
    transform: translateY(-50%);
    border-right: 2px solid #615A5A;
}

.details-blog-item .xb-item--meta li.tag {
    text-transform: uppercase;
}

.details-blog-item .xb-item--title {
    font-size: 20px;
    font-weight: 700;
    max-width: 400px;
    color: var(--color-heading);
}

.details-blog-item .xb-item--title a {
    color: currentColor;
}

.details-blog-item .xb-item--img {
    overflow: hidden;
}

.details-blog-item .xb-item--img a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.details-blog-item .xb-item--btn {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    gap: 11px;
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    text-transform: capitalize;
    color: var(--color-heading);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid #68392c;
}

.details-blog-item .xb-item--btn i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.details-blog-item .xb-item--btn::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    content: '';
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform-origin: left top;
    background: var(--color-primary);
}

.details-blog-item .xb-item--btn:hover {
    color: var(--color-primary);
}

.details-blog-item .xb-item--btn:hover i {
    transform: translateX(3px);
}

.details-blog-item .xb-item--btn:hover::before {
    transform: scaleX(1);
}

.details-blog-item:hover .xb-item--img a {
    transform: scale(1.1);
}

.iconlist_image {
    max-width: 410px;
}

.service__blockchain .accordion_box .block {
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    border-top: 5px solid #8348ff;
    background: rgba(20, 21, 25, 0.6);
}

.service__blockchain .accordion_box .block .acc-btn {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 42px 30px;
}

@media (max-width: 1199px) {
    .service__blockchain .accordion_box .block .acc-btn {
        padding: 42px 120px 42px 30px;
    }
}

@media (max-width: 767px) {
    .service__blockchain .accordion_box .block .acc-btn {
        padding: 42px 20px;
    }
}

.service__blockchain .accordion_box .block .acc-btn .title {
    font-size: 34px;
    color: var(--color-white);
}

@media (max-width: 767px) {
    .service__blockchain .accordion_box .block .acc-btn .title {
        font-size: 28px;
    }
}

.service__blockchain .accordion_box .block .acc-btn .title a {
    color: currentColor;
}

.service__blockchain .accordion_box .block .acc-btn .holder {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.service__blockchain .accordion_box .block .acc-btn .keyword a {
    padding: 6.5px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
}

.service__blockchain .accordion_box .block .acc-btn .keyword a:hover {
    background: var(--color-primary);
}

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

.service__blockchain .accordion_box .block .acc_body::before {
    position: absolute;
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.08);
}

.service__blockchain .accordion_box .block .acc_body.current {
    display: block;
}

.service__blockchain .accordion_box .block .acc_body .arrow {
    height: 214px;
    width: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translate(-50%, -50%) scale(0.5);
    background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .service__blockchain .accordion_box .block .acc_body .arrow {
        height: 170px;
        width: 170px;
        padding: 55px;
    }
}

@media (max-width: 1199px) {
    .service__blockchain .accordion_box .block .acc_body .arrow {
        height: 150px;
        width: 150px;
        padding: 55px;
    }
}

@media (max-width: 991px) {
    .service__blockchain .accordion_box .block .acc_body .arrow {
        height: 130px;
        width: 130px;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .service__blockchain .accordion_box .block .acc_body .arrow {
        height: 80px;
        width: 80px;
        padding: 25px;
    }
}

.service__blockchain .accordion_box .block .acc_body:hover::before {
    opacity: 1;
}

.service__blockchain .accordion_box .block .acc_body:hover .arrow {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.career-faq {
    border: 1px solid #D1D1D3;
}

.career-faq .accordion_box .block .acc-btn {
    font-size: 22px;
    font-weight: 600;
    padding: 26px 30px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: var(--color-heading);
    background: var(--color-white);
    font-family: var(--font-heading);
    border-bottom: 1px solid var(--color-border);
}

@media (max-width: 767px) {
    .career-faq .accordion_box .block .acc-btn {
        font-size: 20px;
        padding: 26px 20px;
    }
}

.career-faq .accordion_box .block .acc-btn .number {
    color: var(--color-primary);
}

.career-faq .accordion_box .block .acc-btn .arrow {
    position: absolute;
    top: 22px;
    right: 30px;
    height: 36px;
    width: 36px;
    border-radius: 100%;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid var(--color-border);
}

@media (max-width: 767px) {
    .career-faq .accordion_box .block .acc-btn .arrow {
        right: 20px;
    }
}

.career-faq .accordion_box .block .acc-btn .arrow::before {
    top: 4px;
    left: 9px;
    font-size: 18px;
    content: "\f067";
    font-weight: 400;
    position: absolute;
    color: var(--color-primary);
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.career-faq .accordion_box .block .acc_body {
    display: none;
}

.career-faq .accordion_box .block .acc_body.current {
    display: block;
}

.career-faq .accordion_box .block .content {
    background: var(--color-body);
    padding: 20px 40px 30px 30px;
    border-bottom: 1px solid var(--color-border);
}

@media (max-width: 767px) {
    .career-faq .accordion_box .block .content {
        padding: 20px 30px 30px 30px;
    }
}

.career-faq .accordion_box .block .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-width: 631px;
    letter-spacing: 0em;
    color: var(--color-default);
}

.career-faq .accordion_box .block .list {
    margin-top: 15px;
}

.career-faq .accordion_box .block .list li {
    gap: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.career-faq .accordion_box .block .list li i {
    color: var(--color-primary);
}

.career-faq .accordion_box .block .list li:not(:last-child) {
    margin-bottom: 5px;
}

.career-faq .accordion_box .block.active-block .acc-btn .number {
    color: var(--color-heading);
}

.career-faq .accordion_box .block.active-block .acc-btn .arrow {
    background: #68392c;
    border: 1px solid #68392c;
}

.career-faq .accordion_box .block.active-block .acc-btn .arrow::before {
    content: "\f068";
    color: var(--color-white);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.career-faq .accordion_box .block:last-child .acc-btn {
    border-bottom: none;
}

.xb-faq-wrap {
    margin-right: 118px;
}

@media (max-width: 1199px) {
    .xb-faq-wrap {
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    .xb-faq-wrap {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .xb-faq-wrap .sec-title-wrap {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-faq-wrap .sec-title-wrap .sec-title {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .xb-faq-wrap .sec-title-wrap .sec-title {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .xb-faq-wrap .sec-title-wrap .sec-title {
        gap: 15px 180px;
    }
}

@media (max-width: 767px) {
    .xb-faq-wrap .sec-title-wrap .sec-title {
        gap: 15px 0;
    }
}

@media (max-width: 767px) {
    .xb-faq-wrap .sec-title-wrap .sec-title {
        gap: 15px 70px;
    }
}

.xb-contact-video {
    overflow: hidden;
    margin-top: 264px;
    max-width: 390px;
    max-height: 229px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media only screen and (max-width: 1300px) {
    .xb-contact-video {
        margin-top: 144px;
    }
}

@media (max-width: 1199px) {
    .xb-contact-video {
        margin-top: 164px;
    }
}

@media (max-width: 991px) {
    .xb-contact-video {
        margin-top: 0;
    }
}

.xb-contact-video video {
    height: 100%;
    max-width: 395px;
}

.contact-overlay {
    z-index: 1;
    position: relative;
    padding-top: 150px;
    padding-bottom: 133px;
}

@media (max-width: 991px) {
    .contact-overlay {
        padding-bottom: 150px;
    }
}

@media (max-width: 767px) {
    .contact-overlay {
        padding-top: 145px;
    }
}

.contact-overlay::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgba(12, 28, 36, 0.7);
}

.xb-contact-form {
    z-index: 1;
    position: relative;
    margin-left: -76px;
    padding: 40px 50px 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-white);
}

@media (max-width: 1199px) {
    .xb-contact-form {
        margin-left: -120px;
    }
}

@media (max-width: 991px) {
    .xb-contact-form {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .xb-contact-form {
        padding: 50px 20px;
    }
}

.xb-contact-form .xb-input-field {
    position: relative;
    display: block;
}

.xb-contact-form .xb-input-field input,
.xb-contact-form .xb-input-field textarea {
    height: 60px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--color-white);
    transition: all 0.3s ease;
    background: transparent;
    color: var(--color-heading);
    padding: 10px 20px 10px 27px;
    border-bottom: 1px solid #ced2d3;
}

.xb-contact-form .xb-input-field input:focus,
.xb-contact-form .xb-input-field textarea:focus {
    border-bottom: 1px solid var(--color-primary);
}

.xb-contact-form .xb-input-field label {
    position: absolute;
    left: 27px;
    top: 50%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    white-space: nowrap;
    pointer-events: none;
    display: inline-block;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    text-transform: capitalize;
    color: var(--color-heading);
}

.xb-contact-form .xb-input-field input:focus+label,
.xb-contact-form .xb-input-field input:valid+label,
.xb-contact-form .xb-input-field textarea:focus+label,
.xb-contact-form .xb-input-field textarea:valid+label {
    transform: translate(15px, -50%);
    opacity: 0;
}

.xb-contact-form .xb-input-field img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xb-contact-form .xb-select-field {
    z-index: 1;
    position: relative;
}

.xb-contact-form .xb-select-field .nice-select {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    height: 60px;
    min-height: 60px;
    line-height: 38px;
    padding: 10px 27px;
    letter-spacing: 0em;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: var(--color-heading);
    border-bottom: 1px solid #ced2d3;
}

.xb-contact-form .xb-select-field .nice-select:focus {
    border-bottom: 1px solid var(--color-primary);
}

.xb-contact-form .xb-select-field img {
    top: 30px;
}

.xb-contact-form .xb-massage-field textarea {
    height: 190px;
    padding: 14px 20px 14px 27px;
}

.xb-contact-form .xb-massage-field label {
    top: 30px;
}

.xb-contact-form .xb-massage-field img {
    top: 30px;
}

.form-submit-btn button {
    padding: 5px 30px 5px 5px;
}

.form-submit-btn button .xb-icon {
    height: 50px;
    width: 50px;
    background: var(--color-white);
}

.form-submit-btn button .inner {
    gap: 30px;
}

.xb-contact-shape {
    position: absolute;
    bottom: 56px;
    right: 44px;
    height: 81px;
    width: 81px;
}

@media (max-width: 767px) {
    .xb-contact-shape {
        right: 15px;
        bottom: 40px;
        width: 60px;
    }
}

.xb-contact-left {
    transform: translateY(-10px);
}

@media (max-width: 991px) {
    .xb-contact-left {
        display: flex;
        align-items: start;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .xb-contact-left {
        gap: 40px;
        flex-wrap: wrap;
    }
}

.xb-contact-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
}

.google-map {
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .google-map {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .google-map {
        min-height: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .google-map {
        min-height: 400px;
    }
}

.google-map iframe {
    width: 100%;
    height: 100%;
}

.xb-main-contact {
    margin-left: 0;
    background: #68392c;
    padding: 75px 80px 80px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@media (max-width: 767px) {
    .xb-main-contact {
        padding: 75px 30px 80px;
    }
}

.xb-main-contact .form-heading {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-white);
}

.xb-main-contact .xb-input-field .nice-select,
.xb-main-contact .xb-input-field input,
.xb-main-contact .xb-input-field textarea {
    border: none;
    padding: 10px 20px 10px 46px;
    background: var(--color-white);
}

.xb-main-contact .xb-input-field .nice-select:focus,
.xb-main-contact .xb-input-field input:focus,
.xb-main-contact .xb-input-field textarea:focus {
    border-bottom: none;
}

.xb-main-contact .xb-input-field .nice-select:focus~img,
.xb-main-contact .xb-input-field input:focus~img,
.xb-main-contact .xb-input-field textarea:focus~img {
    opacity: 1;
}

.xb-main-contact .xb-input-field textarea {
    height: 169px;
}

.xb-main-contact .xb-input-field label {
    left: 46px;
    color: var(--color-default);
}

.xb-main-contact .xb-input-field img {
    left: 20px;
    opacity: 0.7;
}

.xb-main-contact .xb-input-field .nice-select {
    color: var(--color-default);
}

.xb-main-contact .xb-input-field .nice-select::after {
    width: 10px;
    height: 10px;
    border-bottom: 1.9px solid #615A5A;
    border-right: 1.9px solid #615A5A;
}

.xb-main-contact .xb-upload-file {
    gap: 10px;
    height: 60px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white);
}

.xb-main-contact .xb-upload-file input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100% !important;
    width: 100% !important;
}

.xb-main-contact .xb-upload-file .xb-input-file {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    cursor: pointer;
    background: #f8f5ff;
    border: 1px solid #d1d1d3;
}

.xb-main-contact .xb-upload-file .xb-input-file p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-default);
}

.xb-main-contact .xb-upload-file img {
    top: 0;
    left: 0;
    position: relative;
    transform: translateY(0);
}

.xb-main-contact .form-submit-button button {
    justify-content: space-between;
}

.xb-main-contact .form-submit-button button .xb-icon {
    background: var(--color-white);
}

.xb-main-contact .form-submit-button button .xb-icon img {
    filter: brightness(0);
}

.xb-contact-top {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 188px 0 192px;
}

@media (max-width: 1599px) {
    .xb-contact-top {
        padding: 150px 0 150px;
    }
}
@media (max-width: 767px) {
    .xb-contact-top {
        padding: 115px 0 110px;
    }
}

.xb-contact-top .xb-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

@media (max-width: 767px) {
    .xb-contact-top .xb-title {
        font-size: 30px;
        line-height: 48px;
    }
}

.xb-contact-top .xb-title span {
    color: var(--color-primary);
}

.xb-contact-top .xb-shape {
    position: absolute;
    left: 21%;
    top: 0;
}

@media (max-width: 1199px) {
    .xb-contact-top .xb-shape {
        left: 0%;
        top: 65px;
    }
}

@media (max-width: 991px) {
    .xb-contact-top .xb-shape {
        left: -30%;
        top: 60px;
        width: 200%;
    }
}

@media (max-width: 767px) {
    .xb-contact-top .xb-shape {
        display: none;
    }
}

.xb-contact-items {
    text-align: center;
    padding: 20px 20px 40px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-contact-items .xb-item--holder {
        padding: 0 100px;
    }
}

.xb-contact-items .xb-item--location {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 33px 0 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-contact-items .xb-item--contact_info {
    font-size: 22px;
    font-weight: 700;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
}

.xb-contact-items .xb-item--contact_info:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 1599px) {
    .xb-contact-items .xb-item--location {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .xb-contact-items .xb-item--contact_info {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .xb-contact-items .xb-item--contact_info {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-contact-items .xb-item--contact_info {
        font-size: 20px;
    }
}

.xb-contact-items .construction-btn--black {
    font-size: 18px;
    padding: 9px 10px 9px 35px;
}

@media (max-width: 1599px) {
    .xb-contact-items .construction-btn--black {
        font-size: 18px;
        padding: 9px 10px 9px 22px;
    }
    .xb-contact-items .construction-btn--black .text{
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .xb-contact-items .construction-btn--black {
        padding: 7px 20px;
    }
}

.xb-contact-items .construction-btn--black .text {
    text-shadow: none;
}

.xb-contact-items .construction-btn--black .xb-icon {
    height: 32px;
    width: 32px;
    padding: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white);
}

.xb-contact-items .construction-btn--black .xb-icon img {
    filter: brightness(0);
    -webkit-transform: 0.3s;
    -ms-transform: 0.3s;
    transform: 0.3s;
}

.xb-contact-items:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.xb-contact-items:hover .xb-item--location,
.xb-contact-items:hover .xb-item--contact_info {
    color: var(--color-white);
}

.xb-contact-items:hover .construction-btn--black {
    background: var(--color-white);
}

.xb-contact-items:hover .construction-btn--black .text {
    color: var(--color-heading);
}

.xb-contact-items:hover .construction-btn--black .xb-icon {
    background: var(--color-heading);
}

.xb-contact-items:hover .construction-btn--black .xb-icon img {
    filter: brightness(100);
}

.career-contact-form {
    padding: 55px 60px 60px;
}

.career-contact-form .sub-title {
    font-size: 16px;
    margin-top: 10px;
    color: var(--color-white);
}

.career-contact-form .xb-contact-input-form {
    margin-top: 27px;
}

.career-contact-form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--color-white);
}

.career-contact-form .xb-input-field input {
    height: 50px;
    padding: 10px 20px;
}

.career-contact-form .xb-upload-file {
    gap: 30px;
    height: 120px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .career-contact-form .xb-upload-file {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .career-contact-form .xb-upload-file {
        gap: 5px;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 140px;
    }
}

.career-contact-form .xb-upload-file p {
    font-size: 16px;
}

.career-contact-form .xb-upload-file .xb-input-file {
    padding: 10px 20px;
    background: transparent;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border: 2px solid var(--color-border);
}

.career-contact-form .xb-upload-file .xb-input-file p {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar {
        margin-left: -30px;
    }
}

@media (max-width: 1199px) {
    .sidebar {
        margin-left: -50px;
    }
}

@media (max-width: 991px) {
    .sidebar {
        margin-left: 0;
    }
}

.sidebar .sidebar_widget {
    margin-top: 40px;
    padding: 33px 30px 40px;
    border: 1px solid #ebe0dd;
}

@media (max-width: 1199px) {
    .sidebar .sidebar_widget {
        padding: 33px 20px 40px;
    }
}

@media (max-width: 991px) {
    .sidebar .sidebar_widget {
        padding: 33px 30px 40px;
    }
}

.sidebar-col {
    position: sticky;
    top: 20px;
}

.sidebar_widget_title {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 27px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--color-heading);
}

.form-group {
    position: relative;
}

.form-group .form-control {
    height: 70px;
    font-weight: 500;
    border-radius: 0;
    padding-right: 70px;
    padding-left: 30px;
    background: #68392c;
    color: var(--color-white);
}

.form-group .form-control::placeholder {
    color: #d8d8d8;
}

.form-group .form-control:focus {
    box-shadow: none;
}

.form-group .search_icon {
    position: absolute;
    top: 9px;
    right: 11px;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
}

.recent_post_block .recent_post_item {
    background: transparent;
    display: block;
}

.recent_post_block .recent_post_item:not(:last-child) {
    margin-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
        padding-bottom: 30px;
}

.recent_post_block .recent_post_item .post-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    color: var(--color-heading);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent_post_block .recent_post_item .post-title a {
    color: currentColor;
}

.recent_post_block .recent_post_item .xb-item--img {
    margin-right: 16px;
    overflow: hidden;
}

.recent_post_block .recent_post_item .xb-item--img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.recent_post_block .recent_post_item .xb-item--holder {
    margin-top: 15px;
    width: 100%;
}

.recent_post_block .recent_post_item .xb-item--date {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.recent_post_block .recent_post_item:hover .xb-item--img img {
    transform: scale(1.1);
}

.category_list_block li {
    border-top: 1px solid #e7e8ec;
}

.category_list_block li:last-child a {
    padding-bottom: 0;
}

.category_list_block a {
    display: flex;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
}

.category_list_block a span {
    gap: 6px;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-default);
}

.category_list_block a span span {
    height: 12px;
    width: 6px;
    background: #615A5A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0 100px 100px 0;
}

.category_list_block a:hover span {
    color: var(--color-primary);
}

.category_list_block a:hover span span {
    background: var(--color-primary);
}

.tags_block {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 25px 15px;
}

.tags_block li a {
    font-size: 16px;
    font-weight: 500;
    padding: 7.5px 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    color: var(--color-default);
    border: 1px solid #ebe0dd;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.tags_block li:hover a {
    color: var(--color-white);
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.sidebar .widget_price_filter {
    margin-bottom: 42px !important;
}

.sidebar .widget_price_filter .filter-price {
    position: relative;
}

.sidebar .widget_price_filter .filter-price p {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: var(--color-default);
}

.sidebar .widget_price_filter .filter-price input {
    border: 0;
    padding: 0;
    width: auto;
    position: absolute;
    display: inline-block;
}

.sidebar .widget_price_filter .filter-price input:focus {
    border: 0;
    outline: none;
}

.sidebar .widget_price_filter .filter-price #amount {
    width: 100px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    margin: 0;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    padding-left: 5px;
    color: var(--color-default);
}

.sidebar .widget_price_filter .filter-price #slider-range {
    height: 3px;
    border: 0;
    margin: 30px 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: rgba(210, 41, 47, 0.2);
}

.sidebar .widget_price_filter .filter-price button {
    font-size: 12px;
    font-weight: 400;
    padding: 2px 17px;
    margin-left: 109px;
    color: var(--color-white);
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: var(--color-primary);
    font-family: var(--font-heading);
}

.sidebar .widget_price_filter .ui-state-default,
.sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.sidebar .widget_price_filter .ui-widget-header .ui-state-default {
    width: 15px;
    height: 15px;
    margin: 0;
    top: -6px;
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-primary);
}

.sidebar .widget_price_filter .ui-state-default:focus,
.sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
    outline: none;
}

.sidebar .widget_price_filter #slider-range .ui-slider-range {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--color-primary);
}

/*----------------------------------------*/
/*  32. sidebar start
/*----------------------------------------*/
.offcanvas-sidebar.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.offcanvas-sidebar.active .sidebar-menu-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.sidebar-menu-close {
    position: absolute;
    top: 12px;
    right: 77px;
    z-index: 2;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}

@media (max-width: 1199px) {
    .sidebar-menu-close {
        right: 15px;
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 767px) {
    .sidebar-menu-close {
        z-index: 1011;
    }
}

.sidebar-menu-close .xb-close {
    width: 40px;
    height: 40px;
    background: transparent;
}

.offcanvas-sidebar .xb-close::before,
.offcanvas-sidebar .xb-close::after {
    background-color: var(--color-white);
}

.offcanvas-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1020;
    background: #0c1c24;
    transition: 0.8s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.sidebar-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 122%;
    max-width: 600px;
    letter-spacing: -0.03em;
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .sidebar-title {
        font-size: 26px;
    }
}

.sidebar-info-list li {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar-info-list li {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .sidebar-info-list li {
        font-size: 19px;
    }
}

.sidebar-info-list li span {
    font-size: 14px;
    font-weight: 400;
    color: #c2c0c0;
    display: block;
    text-transform: uppercase;
}

.sidebar-info-list li:not(:last-child) {
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .sidebar-info-list li:not(:last-child) {
        margin-bottom: 15px;
    }
}

.sidebar-info-list li:first-child span {
    margin-bottom: 55px;
}

.sidebar-info-list li a {
    display: block;
    color: currentColor;
}

.sidebar-newsletter {
    margin: 40px 0 88px;
}

.sidebar-newsletter .title {
    font-size: 14px;
    font-weight: 400;
    color: #c2c0c0;
    margin-bottom: 12px;
    display: inline-block;
}

.sidebar-newsletter-from {
    overflow: hidden;
    max-width: 409px;
    border-radius: 5px;
    position: relative;
}

.sidebar-newsletter-from input {
    height: 60px;
    font-size: 14px;
    color: var(--color-black);
    padding: 18px 65px 18px 18px;
    background-color: var(--color-white);
}

.sidebar-newsletter-from input::placeholder {
    color: #665F5F;
}

.sidebar-newsletter-from button {
    top: 3px;
    right: 3px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    color: var(--color-white);
    background: var(--color-primary);
}

.sidebar-architecture-video {
    max-width: 409px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 1199px) {
    .sidebar-architecture-video {
        max-width: 300px;
    }
}

.sidebar-bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 1600px) {
    .sidebar-bg-shape {
        max-width: 702px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar-bg-shape {
        max-width: 606px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sidebar-bg-shape {
        max-width: 535px;
    }
}

@media (max-width: 1199px) {
    .sidebar-bg-shape {
        max-width: 462px;
    }
}

@media only screen and (max-width: 1023px) {
    .sidebar-bg-shape {
        max-width: 445px;
    }
}

@media (max-width: 991px) {
    .sidebar-bg-shape {
        max-width: 354px;
    }
}

.sidebar-item-left {
    margin-right: 30px;
}

@media (max-width: 991px) {
    .sidebar-item-left {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .sidebar-item-left {
        margin-right: 0;
    }
}

.sidebar-item-left .xb-header-menu {
    width: 100%;
    position: relative;
    background: transparent;
    transform: translateX(0%);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .sidebar-item-left .xb-header-menu {
        height: 100%;
        border-right: none;
    }
}

.sidebar-item-left .xb-header-menu-scroll {
    padding: 85px 180px 80px 0;
}

@media only screen and (max-width: 1600px) {
    .sidebar-item-left .xb-header-menu-scroll {
        padding: 85px 100px 80px 0;
    }
}

@media (max-width: 1199px) {
    .sidebar-item-left .xb-header-menu-scroll {
        padding: 85px 50px 80px 0;
    }
}

@media (max-width: 767px) {
    .sidebar-item-left .xb-header-menu-scroll {
        padding: 85px 18px 80px 0;
    }
}

.sidebar-item-left .xb-menu-primary li a {
    line-height: 1;
    font-size: 100px;
    font-weight: 400;
    border-bottom: none;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    font-family: var(--font-heading);
    color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar-item-left .xb-menu-primary li a {
        font-size: 90px;
    }
}

@media (max-width: 1199px) {
    .sidebar-item-left .xb-menu-primary li a {
        font-size: 72px;
    }
}

@media only screen and (max-width: 1023px) {
    .sidebar-item-left .xb-menu-primary li a {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .sidebar-item-left .xb-menu-primary li a {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .sidebar-item-left .xb-menu-primary li a {
        font-size: 45px;
    }
}

.sidebar-item-left .xb-menu-primary li a:hover {
    color: #fff;
}

.sidebar-item-left .xb-menu-primary li.is-active a {
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sidebar-item-left .xb-menu-primary li.is-active .xb-menu-toggle {
    color: var(--color-white);
}

.sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu {
    margin-top: 15px;
}

.sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li a {
    font-size: 65px;
    line-height: 1;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li a {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1300px) {
    .sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li a {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li a {
        font-size: 40px;
    }
}

.sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li .xb-menu-toggle {
    font-size: 30px;
}

@media (max-width: 1199px) {
    .sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li .xb-menu-toggle {
        top: 10px;
        font-size: 25px;
    }
}

.sidebar-item-left .xb-header-menu-scroll .xb-menu-primary>li:not(:last-child) {
    margin-bottom: 63px;
}

@media (max-width: 1199px) {
    .sidebar-item-left .xb-header-menu-scroll .xb-menu-primary>li:not(:last-child) {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .sidebar-item-left .xb-header-menu-scroll .xb-menu-primary>li:not(:last-child) {
        margin-bottom: 40px;
    }
}

.sidebar-item-left .xb-menu-toggle {
    top: 30px;
    right: 0;
    width: auto;
    height: auto;
    font-size: 40px;
    transform: rotate(0deg);
    color: rgba(255, 255, 255, 0.2);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1199px) {
    .sidebar-item-left .xb-menu-toggle {
        top: 18px;
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .sidebar-item-left .xb-menu-toggle {
        top: 8px;
    }
}

.sidebar-item-left .xb-menu-toggle::before {
    content: '\2b';
}

.sidebar-item-left .xb-menu-toggle.active {
    transform: rotate(45deg);
}

.sidebar-item-left .xb-menu-toggle.active::before {
    content: '\2b';
}

.offcanvas-sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar-item-right {
    height: 100vh;
    padding: 25px 0 90px 90px;
}

@media only screen and (max-width: 1300px) {
    .sidebar-item-right {
        padding: 25px 0 90px 50px;
    }
}

@media (max-width: 1199px) {
    .sidebar-item-right {
        padding: 25px 0 90px 30px;
    }
}

@media (max-width: 767px) {
    .sidebar-item-right {
        padding: 0px 0 90px 0;
    }
}

.sidebar-container {
    display: flex;
    pointer-events: auto;
}

/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .container.px-60 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.g-10 {
    padding: 0 5px;
}

.g-10>* {
    padding-left: 5px;
    padding-right: 5px;
}

.construction h1,
.construction h2,
.construction h3,
.construction h4,
.construction h5,
.construction h6 {
    text-transform: uppercase;
}

.industrial {
    line-height: 28px;
}

.industrial h1,
.industrial h2,
.industrial h3,
.industrial h4,
.industrial h5,
.industrial h6 {
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.factory_construction h1,
.factory_construction h2,
.factory_construction h3,
.factory_construction h4,
.factory_construction h5,
.factory_construction h6 {
    font-weight: 500;
    /* text-transform: uppercase; */
}

.architecture {
    font-size: 20px;
    line-height: 30px;
}

.o-hidden {
    overflow: hidden;
}

.o-clip {
    overflow: clip;
}

.mxw-1650 {
    max-width: 1650px;
}

.mxw-1830 {
    max-width: 1830px;
}

.mxw-1810 {
    max-width: 1810px;
}

.mxw-1830 {
    max-width: 1830px;
}

.mxw-1790 {
    max-width: 1790px;
}

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

.bg_black {
    background: var(--color-black);
}

.bg_dark {
    background: #0C1C24 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .pt-lp-150 {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .pt-lp-130 {
        padding-top: 130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .pt-lp-120 {
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    .pt-lg-140 {
        padding-top: 140px;
    }
}

@media (max-width: 1199px) {
    .pt-lg-135 {
        padding-top: 135px;
    }
}

@media (max-width: 1199px) {
    .pt-lg-130 {
        padding-top: 130px;
    }
}

@media (max-width: 1199px) {
    .pt-lg-125 {
        padding-top: 125px;
    }
}

@media (max-width: 1199px) {
    .pb-lg-150 {
        padding-bottom: 150px;
    }
}

@media (max-width: 991px) {
    .pt-md-140 {
        padding-top: 140px;
    }
}

@media (max-width: 991px) {
    .pt-md-150 {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .pt-xs-140 {
        padding-top: 140px;
    }
}

@media (max-width: 767px) {
    .pb-xs-140 {
        padding-bottom: 140px;
    }
}

@media (max-width: 767px) {
    .pt-xs-145 {
        padding-top: 145px;
    }
}

@media (max-width: 767px) {
    .pb-xs-105 {
        padding-bottom: 105px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pt-sm-150 {
        padding-top: 150px;
    }
}

@media (max-width: 1199px) {
    .mb-lg-45 {
        margin-bottom: 45px;
    }
}

@media (max-width: 991px) {
    .mb-md-50 {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .mb-md-60 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .mb-xs-35 {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mb-md-55 {
        margin-bottom: 55px;
    }
}

.w-100 {
    width: 100%;
}

.clr-fresh {
    color: #ede7e5 !important;
}

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

.xb-blur-effect-bottom {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 100px;
    left: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
    -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
    mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    overflow: visible;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 999;
}

.xb-clip-animation>* {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.xb-clip-animation {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.xb-clip-animation .xb-animation-img {
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 0.9s ease-in-out;
}

.xb-text-scale-anim {
    white-space: pre-wrap;
    transform-origin: top left;
}

.xb-letter {
    display: inline-block;
}

.xb-word {
    display: inline-block;
}

.xb-bg-video {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    z-index: -2;
}

.xb-bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fs-20 {
    font-size: 20px;
}

.xb_text_invert>div {
    background-image: linear-gradient(to right, #68392c 50%, #ede7e5 50%);
    background-size: 200% 100%;
    background-position: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.xb_text_invert.invert-black-clr>div {
    background-image: linear-gradient(to right, #fff 50%, #60443b 50%);
}

.xb_text_invert.invert-dark-clr>div {
    background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.5) 50%);
}

.xb_text_invert.invert-white-clr>div {
    background-image: linear-gradient(to right, #68392c 50%, #c0aea9 50%);
}

.xb_text_invert.invert-blue-clr>div {
    background-image: linear-gradient(to right, #68392c 50%, #ede7e5 50%);
}

.xb_text_invert.invert-sky-clr>div {
    background-image: linear-gradient(to right, #ede7e5 50%, rgb(237 231 229 / 40%) 50%);
}
.h_pro_sec .xb_text_invert.invert-sky-clr>div {
    background-image: linear-gradient(to right, #68392c 50%, #ede7e5 50%);
}

.xb_uncover {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.xb_uncover .xb_uncover_slice {
    height: 100%;
    flex-grow: 1;
    background: var(--color-black);
}

.hover-effect-img {
    position: relative;
    overflow: hidden;
}

.hover-effect-img .img {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1);
}

.hover-effect-img:hover .img {
    -webkit-transform: scale(1.07, 1.07) translatex(-11px);
    transform: scale(1.07, 1.07) translatex(-11px);
}

.arrow_hover_effect .xb-arrow {
    height: 20px;
    width: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.arrow_hover_effect .xb-arrow img {
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.arrow_hover_effect .xb-arrow img:nth-child(1) {
    transform: translate(0);
}

.arrow_hover_effect .xb-arrow img:nth-child(2) {
    transform: translate(-30px, 30px);
}

.arrow_hover_effect:hover .xb-arrow img:nth-child(1) {
    transform: translate(30px, -30px);
}

.arrow_hover_effect:hover .xb-arrow img:nth-child(2) {
    transition-delay: .1s;
    transform: translate(0, 0);
}

.xb-pagination-inner {
    gap: 15px;
    align-items: center;
    display: inline-flex;
}

.xb-pagination-inner li a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe0dd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-family: var(--font-heading);
    background: var(--color-white);
    color: var(--color-heading);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-pagination-inner li a.active,
.xb-pagination-inner li a:hover {
    background: #68392c;
    color: var(--color-white);
    border: 1px solid #68392c;
}

.tagcloud,
.tags-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px;
}

.tagcloud a,
.tags-links a {
    display: block;
    color: #5D6A83;
    border: 1px solid #EEE5E5;
    background-color: var(--color-white);
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 17px;
    margin: 7px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.tagcloud a:hover,
.tags-links a:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.body-overlay {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.tags-links a {
    min-height: 32px;
    padding: 2px 17px;
}

.body-overlay.active {
    opacity: .5;
    visibility: visible;
}

.post-tags li {
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
}

.post-tags li:not(:first-child, :last-child) {
    margin-right: 11px;
    padding-right: 15px;
}

.post-tags li:not(:first-child, :last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: var(--color-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
}

.post-tags li span {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 0px 10px;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 12px;
}

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

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

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
    padding: 0;
    right: 0;
    text-align: center;
    top: -36px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var(--color-white);
    cursor: pointer;
    opacity: 1;
    font-size: 0;
    border: 9px solid transparent;
    position: absolute;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
    top: 4px;
}

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

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

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

.mfp-iframe-holder .mfp-content {
    max-width: 1170px;
}

.xb-carousel-inner {
    margin: -30px;
}

.xb-swiper-sliders {
    position: relative;
}

.xb-swiper-container {
    overflow: hidden;
    padding: 30px;
}

.xb-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.xb-swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
}

.xb-swiper-slide {
    -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.z-index-2 {
    z-index: 2;
    position: relative;
}

.xb-overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.xb-overlay-link {
    z-index: 1;
}

.br-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.z-1 {
    z-index: 1;
}

.z-3 {
    position: relative;
    z-index: 3;
}

.ml-auto {
    margin-left: auto;
}

.align-end {
    align-items: flex-end;
}

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

.xb-hover-zoom .xb-item--img {
    overflow: hidden;
}

.xb-hover-zoom .xb-item--img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.hero-area {
    z-index: 1;
    overflow: hidden;
    min-height: 1082px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-area {
        min-height: 960px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-area {
        min-height: 900px;
    }
}

@media (max-width: 1199px) {
    .hero-area {
        min-height: 800px;
    }
}

@media (max-width: 991px) {
    .hero-area {
        min-height: 710px;
    }
}

@media (max-width: 767px) {
    .hero-area {
        min-height: 590px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area {
        min-height: 640px;
    }
}

.xb-hero-heading {
    overflow: hidden;
    position: relative;
}

.xb-hero-heading .title {
    font-weight: 700;
    font-size: 465px;
    line-height: 1;
    color: #e6e8da;
    margin-left: -15px;
    letter-spacing: -0.06em;
}

@media only screen and (max-width: 1600px) {
    .xb-hero-heading .title {
        font-size: 455px;
        margin-left: -20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-hero-heading .title {
        font-size: 385px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-hero-heading .title {
        font-size: 336px;
    }
}

@media (max-width: 1199px) {
    .xb-hero-heading .title {
        margin-left: -10px;
        font-size: 285px;
    }
}

@media only screen and (max-width: 1023px) {
    .xb-hero-heading .title {
        font-size: 275px;
        margin-left: -4px;
    }
}

@media (max-width: 991px) {
    .xb-hero-heading .title {
        font-size: 215px;
    }
}

@media (max-width: 767px) {
    .xb-hero-heading .title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-hero-heading .title {
        font-size: 158px;
    }
}

.xb-hero-heading .xb-signager-img {
    position: absolute;
    left: 50px;
    top: 55%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .xb-hero-heading .xb-signager-img {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .xb-hero-heading .xb-signager-img {
        left: 20px;
        max-width: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-hero-heading .xb-signager-img {
        max-width: 275px;
    }
}

.xb-hero-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.xb-hero-img img {
    width: 100%;
}

.xb-hero-item {
    z-index: 1;
    max-width: 333px;
    text-align: right;
    position: relative;
}

@media (max-width: 767px) {
    .xb-hero-item {
        text-align: left;
    }
}

.xb-hero-item .title {
    font-size: 55px;
    line-height: 109%;
    letter-spacing: -0.04em;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .xb-hero-item .title {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .xb-hero-item .title {
        font-size: 32px;
    }
}

.xb-hero-item .content {
    color: var(--color-white);
}

.xb-hero-inner {
    margin-top: 55px;
}

@media (max-width: 767px) {
    .xb-hero-inner {
        margin-top: 30px;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
}

.xb-badge {
    z-index: 1;
    height: 216px;
    width: 216px;
    border-radius: 100%;
    position: relative;
    backdrop-filter: blur(20px);
    transform: translateY(50px);
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-badge {
        width: 190px;
        height: 190px;
    }
}

@media (max-width: 1199px) {
    .xb-badge {
        height: 200px;
        width: 200px;
        transform: translateY(20px);
    }
}

@media (max-width: 991px) {
    .xb-badge {
        height: 170px;
        width: 170px;
        transform: translateY(35px);
    }
}

@media (max-width: 767px) {
    .xb-badge {
        height: 130px;
        width: 130px;
    }
}

.xb-badge .img {
    position: absolute;
    top: 20px;
    left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-badge .img {
        top: 14px;
        left: 14px;
        max-width: 160px;
    }
}

@media (max-width: 1199px) {
    .xb-badge .img {
        top: 17px;
        left: 17px;
        max-width: 165px;
    }
}

@media (max-width: 991px) {
    .xb-badge .img {
        top: 12px;
        left: 12px;
        max-width: 145px;
    }
}

@media (max-width: 767px) {
    .xb-badge .img {
        top: 10px;
        left: 10px;
        max-width: 110px;
    }
}

.xb-badge .img img {
    animation: spin 50s linear infinite;
}

.xb-badge .badge-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .xb-badge .badge-logo {
        max-width: 55px;
    }
}

@media (max-width: 767px) {
    .xb-badge .badge-logo {
        max-width: 28px;
    }
}

.xb-hero_content {
    padding-top: 155px;
}

@media (max-width: 767px) {
    .xb-hero_content {
        padding-top: 135px;
    }
}

.hero-area-two {
    min-height: 100vh;
    padding-top: 354px;
    position: relative;
}
.hero-area-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); */
    background: linear-gradient(0deg, #0000004f, transparent, #000000bf);
}

/* @media only screen and (max-width: 1600px) {
    .hero-area-two {
        min-height: 1220px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-area-two {
        min-height: 1105px;
    }
}

@media only screen and (max-width: 1300px) {
    .hero-area-two {
        min-height: 1080px;
    }
}

@media (max-width: 1199px) {
    .hero-area-two {
        padding-top: 315px;
        min-height: 980px;
    }
}

@media (max-width: 991px) {
    .hero-area-two {
        min-height: 840px;
        padding-top: 230px;
    }
}

@media (max-width: 767px) {
    .hero-area-two {
        min-height: 900px;
        padding-top: 170px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area-two {
        min-height: 820px;
        padding-top: 210px;
    }
} */

/* .hero-area-two:before {
    position: absolute;
    content: '';
    left: -10%;
    bottom: -80px;
    width: 120%;
    height: 710px;
    background: #fff;
    filter: blur(131.3999938965px);
} */

@media only screen and (max-width: 1600px) {
    .hero-area-two:before {
        filter: blur(40.4px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-area-two:before {
        filter: blur(30.4px);
    }
}

@media (max-width: 991px) {
    .hero-area-two:before {
        bottom: -150px;
    }
}

@media (max-width: 767px) {
    .hero-area-two:before {
        bottom: 0;
        left: 0;
        height: 100%;
        filter: blur(0);
        background: linear-gradient(180deg, rgba(194, 213, 223, 0.85) 0%, #fff 100%);
    }
}

.xb-hero-img-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.xb-hero-img-slider .swiper-slide-active .xb-slider-img-item {
    animation: xb-zoomout 12s linear infinite;
}

.xb-slider-img-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}

@media (max-width: 991px) {
    .xb-slider-img-item img {
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-slider-img-item img {
        height: 70%;
        font-size: 90px;
    }
}

.xb-swiper-pagination {
    left: calc(50% - 40px);
    bottom: 60px;
    text-align: start;
    position: absolute;
}

@media only screen and (max-width: 1600px) {
    .xb-swiper-pagination {
        left: 15px;
    }
}

@media only screen and (max-width: 1300px) {
    .xb-swiper-pagination {
        bottom: 47%;
    }
}

@media (max-width: 1199px) {
    .xb-swiper-pagination {
        bottom: 45%;
    }
}

@media (max-width: 991px) {
    .xb-swiper-pagination {
        bottom: 47%;
    }
}

@media (max-width: 767px) {
    .xb-swiper-pagination {
        bottom: 42%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-swiper-pagination {
        bottom: 47%;
    }
}

.xb-swiper-pagination>span {
    width: 35px;
    height: 8px;
    margin-right: 6px;
    border-radius: 20px;
    background: #ab6049;
    opacity: 0.5;
}

.xb-swiper-pagination>span.swiper-pagination-bullet-active {
    opacity: 1;
}

.ar-hero-btn {
    z-index: 1;
    height: 154px;
    width: 154px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: inline-block;
    letter-spacing: 0.02em;
    padding: 30px 10px 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    color: var(--color-heading);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-white);
}

.ar-hero-btn img {
    margin-top: 35px;
}

.ar-hero-btn::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -79px;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.65);
    border-radius: inherit;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: var(--color-primary);
}

.ar-hero-btn:hover {
    color: var(--color-white);
}

.ar-hero-btn:hover::before {
    transform: scale(3);
}

.ar-hero-content {
    z-index: 1;
    position: relative;
    align-items: end;
}

@media only screen and (max-width: 1600px) {
    .ar-hero-content {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .ar-hero-content {
        gap: 30px;
    }
}

.ar-hero-content .content p {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-heading);
}

.ar-hero-content .content p:last-child {
    font-weight: 400;
    color: #4a4e51;
}

.ar-hero-bottom {
    z-index: 1;
    position: relative;
    margin-top: 175px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-hero-bottom {
        margin-top: 120px;
    }
}

@media (max-width: 1199px) {
    .ar-hero-bottom {
        margin-top: 110px;
    }
}

.ar-hero-bottom .xb-item--title {
    font-weight: 400;
    font-size: 296px;
    line-height: 0.8;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    color: var(--color-heading);
}

@media only screen and (max-width: 1600px) {
    .ar-hero-bottom .xb-item--title {
        font-size: 258px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-hero-bottom .xb-item--title {
        font-size: 220px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ar-hero-bottom .xb-item--title {
        font-size: 190px;
    }
}

@media (max-width: 1199px) {
    .ar-hero-bottom .xb-item--title {
        font-size: 160px;
    }
}

@media (max-width: 991px) {
    .ar-hero-bottom .xb-item--title {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .ar-hero-bottom .xb-item--title {
        font-size: 58px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ar-hero-bottom .xb-item--title {
        font-size: 90px;
    }
}

.ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transform: translateY(60px) scaleY(1.5);
}

@media only screen and (max-width: 1600px) {
    .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
        transform: translateY(52px) scaleY(1.5);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
        transform: translateY(45px) scaleY(1.5);
    }
}

@media only screen and (max-width: 1200px) and (max-width: 1300px) {
    .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
        transform: translateY(38px) scaleY(1.5);
    }
}

@media (max-width: 1199px) {
    .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
        transform: translateY(32px) scaleY(1.5);
    }
}

@media (max-width: 991px) {
    .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
        transform: translateY(25px) scaleY(1.5);
    }
}

@media (max-width: 767px) {
    .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
        transform: translateY(13px) scaleY(1.5);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
        transform: translateY(17px) scaleY(1.5);
    }
}

.ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter:hover {
    transform: translateY(0px) scaleY(1);
}

.ar-hero-bottom .xb-item--holder {
    margin-bottom: 65px;
}

@media (max-width: 1199px) {
    .ar-hero-bottom .xb-item--holder {
        align-items: start;
    }
}

@media (max-width: 991px) {
    .ar-hero-bottom .xb-item--holder {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .ar-hero-bottom .xb-item--holder {
        gap: 30px;
    }
}

.ar-hero-bottom .xb-item--content {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    max-width: 360px;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 1300px) {
    .ar-hero-bottom .xb-item--content {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .ar-hero-bottom .xb-item--content {
        max-width: 340px;
    }
}

@media (max-width: 767px) {
    .ar-hero-bottom .xb-item--content {
        max-width: 100%;
        font-size: 20px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ar-hero-bottom .xb-item--content {
        max-width: 46%;
    }
}

.ar-hero-bottom .xb-item--text {
    gap: 10px;
}

.ar-hero-bottom .xb-item--text span {
    font-size: 20px;
    line-height: 28px;
    max-width: 245px;
}

@media (max-width: 991px) {
    .ar-hero-bottom .xb-item--text span {
        max-width: 191px;
    }
}

.hero-area-three {
    min-height: 877px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .hero-area-three {
        min-height: 805px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-area-three {
        min-height: 712px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-area-three {
        min-height: 630px;
    }
}

@media (max-width: 1199px) {
    .hero-area-three {
        min-height: 681px;
    }
}

@media (max-width: 991px) {
    .hero-area-three {
        min-height: 657px;
    }
}

@media (max-width: 767px) {
    .hero-area-three {
        min-height: 535px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area-three {
        min-height: 570px;
    }
}

.fc-hero_content {
    z-index: 1;
    position: relative;
    margin-top: 130px;
    padding: 40px 188px 115px 45px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .fc-hero_content {
        padding: 35px 188px 39px 58px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-hero_content {
        padding: 35px 188px 35px 20px;
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .fc-hero_content {
        padding: 35px 110px 50px 20px;
    }
}

@media (max-width: 991px) {
    .fc-hero_content {
        margin-top: 155px;
    }
}

@media (max-width: 767px) {
    .fc-hero_content {
        margin-top: 0px;
        padding: 26px 20px 55px 20px;
    }
    .mach_icon{
        max-width: 200px;
        max-height: 60px;
    }
        .plant .xb-item--left_content h3,
        .plant .sp-service-item:nth-child(2n) .xb-item--left_content h3{
            top: -50px !important;
            left: auto !important;
            right: -5px !important;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-hero_content {
        padding: 30px 20px 41px 20px;
    }
}

.fc-hero_content .xb-item--holder {
    max-width: 371px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-hero_content .xb-item--holder {
        max-width: 460px;
    }
}

@media (max-width: 1199px) {
    .fc-hero_content .xb-item--holder {
        max-width: 460px;
    }
}

.fc-hero_content .xb-item--title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2;
}

@media (max-width: 1399px) {
    .fc-hero_content .xb-item--title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .fc-hero_content .xb-item--title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-hero_content .xb-item--title {
        font-size: 32px;
    }
}

.fc-hero_content .xb-item--content {
    max-width: 252px;
    line-height: 24px;
}

.fc-hero_content .xb-item--inner {
    display: flex;
    margin-top: 85px;
    justify-content: end;
}

@media only screen and (max-width: 1500px) {
    .fc-hero_content .xb-item--content {
        font-size: 14px;
        line-height: 22px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-hero_content .xb-item--inner {
        margin-top: 89px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-hero_content .xb-item--inner {
        margin-top: 44px;
    }
}

@media (max-width: 1199px) {
    .fc-hero_content .xb-item--inner {
        margin-top: 54px;
    }
}

.fc-hero_content .xb-item--inner .xb-badge {
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .fc-hero_content .xb-item--inner .xb-badge {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 767px) {
    .fc-hero_content .xb-item--inner .xb-badge {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-hero_content .xb-item--inner .xb-badge {
        height: 150px;
        width: 150px;
    }
}

@media (max-width: 1199px) {
    .fc-hero_content .xb-item--inner .xb-badge .img {
        top: 15px;
        left: 15px;
        max-width: 141px;
    }
}

@media (max-width: 767px) {
    .fc-hero_content .xb-item--inner .xb-badge .img {
        top: 10px;
        left: 10px;
        max-width: 108px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-hero_content .xb-item--inner .xb-badge .img {
        top: 12px;
        left: 12px;
        max-width: 125px;
    }
}

@media (max-width: 1199px) {
    .fc-hero_content .xb-item--inner .xb-badge .badge-logo {
        max-width: 40px;
    }
}

.fc-hero_content .xb-item--img .img {
    position: absolute;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .fc-hero_content .xb-item--img .img--1,
    .fc-hero_content .xb-item--img .img--2 {
        height: 285px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {

    .fc-hero_content .xb-item--img .img--1,
    .fc-hero_content .xb-item--img .img--2 {
        height: 249px;
    }
}

@media (max-width: 1199px) {

    .fc-hero_content .xb-item--img .img--1,
    .fc-hero_content .xb-item--img .img--2 {
        height: 250px;
    }
}

@media (max-width: 767px) {

    .fc-hero_content .xb-item--img .img--1,
    .fc-hero_content .xb-item--img .img--2 {
        height: 210px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .fc-hero_content .xb-item--img .img--1,
    .fc-hero_content .xb-item--img .img--2 {
        height: 219px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .fc-hero_content .xb-item--img .img--1 img,
    .fc-hero_content .xb-item--img .img--2 img {
        height: 100%;
    }
}

@media (max-width: 1199px) {

    .fc-hero_content .xb-item--img .img--1 img,
    .fc-hero_content .xb-item--img .img--2 img {
        height: 100%;
    }
}

.fc-hero_content .xb-item--img .img--1 {
    top: 4px;
    z-index: -3;
}

.fc-hero_content .xb-item--img .img--2 {
    bottom: -2px;
}

.fc-hero_content .xb-item--img .img--3 {
    bottom: 0;
    z-index: -2;
}

@media (max-width: 1199px) {
    .fc-hero_content .xb-item--img .img--3 {
        width: 115%;
        left: -50px;
    }
}

@media (max-width: 991px) {
    .fc-hero_content .xb-item--img .img--3 {
        left: -50px;
    }
}

@media (max-width: 767px) {
    .fc-hero_content .xb-item--img .img--3 {
        width: 155%;
        left: -110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-hero_content .xb-item--img .img--3 {
        width: 135%;
    }
}

.fc-hero_content .xb-item--scroll_bar {
    position: absolute;
    right: 40px;
    top: 40px;
    gap: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-hero_content .xb-item--scroll_bar {
        right: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-hero_content .xb-item--scroll_bar {
        right: 20px;
    }
}

@media (max-width: 1199px) {
    .fc-hero_content .xb-item--scroll_bar {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .fc-hero_content .xb-item--scroll_bar {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .fc-hero_content .xb-item--scroll_bar {
        display: none;
    }
}

.fc-hero_content .xb-item--scroll_bar p {
    margin: 0;
    font-size: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    color: var(--color-heading);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fc-hero_content .xb-item--scroll_bar span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-heading);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-secondary);
    animation: scrollPulse 2s infinite;
}

.fc-hero_content .xb-item--scroll_bar span i {
    font-size: 22px;
    color: #0b2a3a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fc-hero_content .xb-item--scroll_bar:hover p,
.fc-hero_content .xb-item--scroll_bar:hover span i {
    color: var(--color-primary);
}

.hero-area-four {
    z-index: 1;
    min-height: auto;
}

.hero-area-four::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(270deg, rgb(0 0 0 / 56%) 52.86%, rgb(0 0 0 / 52%) 85.61%, rgb(0 0 0 / 38%) 100%);
}

.ie-hero_content_wrap {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: space-between;
    min-height: 1051px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-hero_content_wrap {
        min-height: 900px;
    }
}

@media (max-width: 1199px) {
    .ie-hero_content_wrap {
        min-height: 860px;
    }
}

@media (max-width: 991px) {
    .ie-hero_content_wrap {
        min-height: 800px;
    }
}

@media (max-width: 767px) {
    .ie-hero_content_wrap {
        min-height: 700px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-hero_content_wrap {
        min-height: 800px;
    }
}

.ie-hero_content_top {
    position: relative;
}

.ie-hero_content_top .hero-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 189px 70px 40px;
    background-color: #fff;
    mix-blend-mode: screen;
}

@media only screen and (max-width: 1600px) {
    .ie-hero_content_top .hero-title-wrap {
        padding: 130px 15px 40px;
    }
}

@media (max-width: 1199px) {
    .ie-hero_content_top .hero-title-wrap {
        padding: 179px 15px 40px;
    }
}

@media (max-width: 991px) {
    .ie-hero_content_top .hero-title-wrap {
        padding: 179px 15px 40px;
    }
}

@media (max-width: 767px) {
    .ie-hero_content_top .hero-title-wrap {
        padding: 150px 15px 40px;
    }
}

.ie-hero_content_top .hero-title-wrap::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-image: url(../imgs/bg/overly_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ie-hero_content_top .hero-title {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 155px;
    font-weight: 700;
    line-height: 0.9;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase;
    mix-blend-mode: difference;
}

@media only screen and (max-width: 1600px) {
    .ie-hero_content_top .hero-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-hero_content_top .hero-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .ie-hero_content_top .hero-title {
        font-size: 118px;
    }
}

@media (max-width: 1199px) {
    .ie-hero_content_top .hero-title {
        font-size: 98px;
    }
}

@media only screen and (max-width: 1023px) {
    .ie-hero_content_top .hero-title {
        font-size: 95px;
    }
}

@media (max-width: 991px) {
    .ie-hero_content_top .hero-title {
        font-size: 150px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .ie-hero_content_top .hero-title {
        font-size: 70px;
        line-height: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-hero_content_top .hero-title {
        font-size: 90px;
        line-height: 1.1;
    }
}

.ie-hero_content_bottom {
    padding: 70px 70px 201px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-hero_content_bottom {
        padding: 70px 39px 150px;
    }
}

@media (max-width: 1199px) {
    .ie-hero_content_bottom {
        padding: 70px 39px 150px;
    }
}

@media (max-width: 991px) {
    .ie-hero_content_bottom {
        padding: 70px 39px 100px;
    }
}

@media (max-width: 767px) {
    .ie-hero_content_bottom {
        padding: 70px 10px 70px;
    }
}

.ie-hero_content_bottom .content {
    max-width: 438px;
    margin-bottom: 35px;
    color: var(--color-white);
}

.xb-hero-bg-videro {
    position: fixed;
}

/* animation */
@keyframes scrollPulse {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.ie-hero-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec-content-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.01em;
}

@media (max-width: 1199px) {
    .sec-content-title {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .sec-content-title {
        font-size: 34px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .sec-content-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sec-content-title {
        font-size: 32px;
        line-height: 38px;
    }
}

/*----------------------------------------*/
/*  25. breadcrumb
/*----------------------------------------*/
.breadcrumb {
    margin: 0;
    z-index: 1;
    display: flex;
    min-height: 623px;
    align-items: center;
    padding: 165px 0 100px;
}

@media (max-width: 1399px) {
    .breadcrumb {
        min-height: 475px;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        min-height: 400px;
    }
}

.breadcrumb__list {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
}

.breadcrumb .breadcrumb-item a {
    color: currentColor;
}

.breadcrumb__title {
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--font-heading);
}

@media (max-width: 1399px) {
    .breadcrumb__title {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .breadcrumb__title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .breadcrumb__title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 36px;
    }
}

.breadcrumb__list_wrap {
    gap: 20px;
    border-radius: 10px;
    padding: 16px 25px 18px;
    backdrop-filter: blur(47.9000015259px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.17);
}

@media (max-width: 767px) {
    .breadcrumb__list_wrap {
        padding: 16px 15px 18px;
    }
}

.breadcrumb__text {
    font-weight: 500;
    font-size: 18px;
    color: var(--color-white);
}

@media (max-width: 767px) {
    .breadcrumb__text {
        font-size: 16px;
    }
}

.breadcrumb .breadcrumb_img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.75);
    content: var(--bs-breadcrumb-divider, " /");
}

.thm-btn {
    line-height: 1;
    padding: 10px;
    font-size: 18px;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.construction-btn {
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-white);
    padding: 7px 8px 7px 26px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    background: var(--color-primary);
    font-family: var(--font-heading);
}

@media (max-width: 1599px) {
    .construction-btn{
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .construction-btn {
        padding: 7px 8px 7px 20px;
    }
}

.construction-btn .inner {
    gap: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.4s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}

.construction-btn .xb-icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-heading);
}

.construction-btn .text {
    line-height: 1.5;
    /* padding-top: 7px; */
    color: var(--color-white);
    text-shadow: 0 1.3em #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.construction-btn .text span{
    font-family: 'Plus Jakarta Sans';
}

.construction-btn.border-btn {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 11px 10px 35px;
}

.construction-btn.border-btn .xb-icon {
    background: var(--color-white);
}

.construction-btn--black {
    width: 100%;
    background: #68392c;
    justify-content: space-between;
}

.construction-btn--black .inner {
    width: 100%;
    justify-content: space-between;
}

.architecture-btn {
    font-size: 16px;
    letter-spacing: 0.02em;
    padding: 5px 20px 5px 5px;
    font-family: var(--font-body);
}

.architecture-btn .inner {
    gap: 20px;
}

.architecture-btn .xb-icon {
    width: 60px;
    height: 60px;
    background: var(--color-white);
}

.black-btn {
    background: #0c1c24;
    color: var(--color-white);
}

.black-btn .arrow {
    background: var(--color-white);
}

.black-btn:hover {
    color: var(--color-white);
}

.industrial-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 5px 5px 5px 30px;
    background: var(--color-white);
}

.industrial-btn::before {
    position: absolute;
    content: '';
    right: 5px;
    top: 5px;
    height: 60px;
    width: 60px;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

.industrial-btn .inner {
    gap: 30px;
}

.industrial-btn .text {
    text-shadow: none;
    color: var(--color-dark);
}

.industrial-btn .xb-icon {
    height: 60px;
    width: 60px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--color-primary);
}

.industrial-btn .xb-icon img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.industrial-btn:hover::before {
    width: calc(100% - 10px);
}

.industrial-btn:hover .xb-icon img {
    transform: rotate(40deg);
}

.industrial-btn:hover .text {
    color: var(--color-white);
}

.industrial-btn--dark {
    background: var(--color-dark);
}

.industrial-btn--dark .text {
    color: var(--color-white);
}

.industrial-btn--dark:hover {
    color: var(--color-white);
}

.industrial-btn--border {
    background: transparent;
    padding: 4px 5px 4px 30px;
    border: 1px solid #d9d9d9;
}

.industrial-btn--border::before {
    top: 4px;
}

.industrial-btn--border:hover {
    color: var(--color-white);
}

.common-btn {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

@media (max-width: 1399px) {
    .architecture-btn .xb-icon {
        width: 50px;
        height: 50px;
        background: var(--color-white);
    }
}

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
    right: 30px;
    z-index: 999;
    bottom: 20px;
    position: fixed;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.xb-backtotop.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.xb-backtotop .scroll {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--color-primary);
}

.xb-backtotop .scroll:hover {
    margin-bottom: 4px;
}

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/
.xb-hamburger-menu {
    display: none;
}


@media (max-width: 991px) {
    .xb-hamburger-menu {
        display: block;
    }
}

.xb-nav-mobile-button {
    position: relative;
    cursor: pointer;
    font-size: 23px;
    color: var(--color-dark);
}

.xb-header-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    visibility: hidden;
}

.xb-header-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1010;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    background-color: var(--color-body);
    overflow-y: scroll;
}

.xb-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.xb-header-menu.active+.xb-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.xb-header-menu-scroll {
    padding: 50px 25px 40px;
}

.xb-header-menu-scroll .xb-close {
    position: absolute;
    top: 0;
    right: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li {
    padding-left: 0;
    padding-right: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li>a .left-icon {
    margin-right: 4px;
}

.xb-header-menu-scroll .xb-menu-primary>li .elementor-section {
    max-width: 100%;
}

.xb-header-menu-scroll .xb-menu-primary>li .elementor-container {
    margin: 10px 0 !important;
}

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

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu a,
.xb-header-menu-scroll .xb-menu-primary>li .children a {
    padding-left: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu.xb-mega-menu,
.xb-header-menu-scroll .xb-menu-primary>li .children.xb-mega-menu {
    padding-left: 0;
}

.xb-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0;
    width: 28px;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #1b1b1b;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
    display: inline-block;
}

.xb-menu-toggle:before {
    content: "\f107";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.xb-menu-toggle.active:before {
    content: "\f106";
}

.xb-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xb-menu-primary li {
    position: relative;
}

.xb-menu-primary li a {
    display: block;
    line-height: 46px;
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.xb-menu-primary li>a:hover,
.xb-menu-primary li>a.current,
.xb-menu-primary li.current_page_item>a,
.xb-menu-primary li.current-menu-item>a,
.xb-menu-primary li.current_page_ancestor>a,
.xb-menu-primary li.current-menu-ancestor>a {
    color: var(--color-primary);
}

.xb-menu-primary .sub-menu,
.xb-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.xb-menu-primary .sub-menu li a,
.xb-menu-primary .children li a {
    font-weight: 500;
    padding-left: 14px;
}

.xb-menu-primary>li>.sub-menu>li>.sub-menu>li a {
    padding-left: 0px;
}

.xb-menu-primary .xb-megamenu .elementor-container>.elementor-column {
    width: 100%;
}

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
}

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

.xb-menu-primary .xb-megamenu .xb-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
}

.xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    border-bottom: none !important;
}

.xb-menu-primary .xb-megamenu .elementor-widget-heading>.elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
}

.xb-menu-primary .xb-menu-toggle:hover {
    color: var(--color-primary);
}

.xb-logo-mobile {
    margin-bottom: 40px;
}

.xb-logo-mobile img {
    height: 40px;
}

.xb-header-mobile-search {
    margin-bottom: 20px;
}

.xb-header-mobile-search form {
    position: relative;
}

.xb-header-mobile-search .search-field {
    height: 50px;
    border: none;
    padding: 0 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #000;
    border: 2px solid rgba(150, 144, 162, 0.09);
    padding: 12px 15px 13px;
    background-color: transparent;
}

.xb-header-mobile-search .search-field:focus {
    color: #000;
    border-color: var(--color-primary);
}

.xb-header-mobile-search .search-submit {
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: var(--color-heading);
}

.xb-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.xb-nav-mobile {
    color: var(--color-white);
    height: 40px;
    width: 40px;
    border-radius: 6px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid var(--color-white);
}

@media (max-width: 767px) {
    .xb-nav-mobile {
        height: 35px;
        width: 35px;
    }
}

.xb-nav-mobile:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border: 1px solid var(--color-white);
}

/*----------------------------------------*/
/*  32. preloader
/*----------------------------------------*/
#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid #ab6049;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite linear;
    -webkit-animation: loaderspin 1.8s infinite linear;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    text-align: center;
    transform: translate(-50%, -50%);
}

#preloader.preloader-two {
    background-color: #0c1c24;
}

#preloader.preloader-two .loader .loader-container {
    border: 3px solid #22333c;
}

#preloader.preloader-two .loader .loader-container::before {
    border-top: 3px solid #fff;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.xb-widget-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
    color: var(--color-white);
}
footer {
    position: relative;
    z-index: 1;
}
.xb-footer_widget .xb-list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
}

.xb-footer_widget .xb-list li a {
    color: currentColor;
}

@media (max-width: 991px) {
    .xb-footer-contact_info {
        text-align: start;
    }
}

@media (max-width: 991px) {
    .xb-footer-nav {
        text-align: start;
    }
}

.xb-footer-nav .xb-list {
    gap: 10px;
    max-width: 294px;
    margin: 0 0 0 auto;
    justify-content: end;
}

.xb-footer-nav .xb-list li {
    position: relative;
}

.xb-footer-nav .xb-list li:last-child,
.xb-footer-nav .xb-list li:nth-child(even) {
    padding-left: 14px;
}

.xb-footer-nav .xb-list li:last-child::before,
.xb-footer-nav .xb-list li:nth-child(even)::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-primary);
}

@media (max-width: 767px) {

    .xb-footer-nav .xb-list li:last-child::before,
    .xb-footer-nav .xb-list li:nth-child(even)::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .xb-footer-nav .xb-list li:last-child::before,
    .xb-footer-nav .xb-list li:nth-child(even)::before {
        display: block;
    }
}

.xb-footer-nav .xb-list li a {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-footer-nav .xb-list li a::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

.xb-footer-nav .xb-list li a:hover {
    color: var(--color-primary);
}

.xb-footer-nav .xb-list li a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.xb-footer-inner {
    gap: 60px 30px;
    display: grid;
    padding-left: 50px;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1199px) {
    .xb-footer-inner {
        padding-left: 0;
    }
}

.xb-social-media .xb-widget-title {
    margin-bottom: 14px;
}

.xb-social-media .xb-list {
    gap: 5px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 225px;
    justify-content: space-between;
}

.xb-social-media .xb-list li {
    position: relative;
}

.xb-social-media .xb-list li:nth-child(even) {
    padding-left: 19px;
}

@media (max-width: 767px) {
    .xb-social-media .xb-list li:nth-child(even) {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-social-media .xb-list li:nth-child(even) {
        padding-left: 19px;
    }
}

.xb-social-media .xb-list li:nth-child(even)::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 4px;
    width: 4px;
    transform: translateY(-50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .xb-social-media .xb-list li:nth-child(even)::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-social-media .xb-list li:nth-child(even)::before {
        display: block;
    }
}

.xb-social-media .xb-list li a {
    gap: 9px;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-social-media .xb-list li a span {
    position: relative;
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-social-media .xb-list li a span::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

.xb-social-media .xb-list li a i {
    color: var(--color-primary);
}

.xb-social-media .xb-list li a:hover span {
    color: var(--color-primary);
}

.xb-social-media .xb-list li a:hover span::before {
    width: 100%;
    right: auto;
    left: 0;
}

.xb-social-media .xb-list li a:hover i {
    text-decoration: none;
}

.xb-footer_bottom {
    gap: 20px;
    padding: 30px 0 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.xb-footer_bottom p {
    letter-spacing: -0.01em;
    color: var(--color-white);
}

.xb-footer_bottom p a {
    color: currentColor;
    font-weight: 600;
}

.xb-footer_bottom p a:hover {
    text-decoration: underline;
}

.xb-footer-left {
    transform: translateY(-15px);
}

@media (max-width: 991px) {
    .xb-footer-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .xb-footer-left {
        gap: 30px;
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .xb-footer-left {
        transform: translateY(-5px);
    }
}

@media (max-width: 991px) {
    .xb-footer-left .xb-footer-btn {
        margin-top: 0;
    }
}

.xb-footer-wrap {
    margin-bottom: 75px;
}

@media (max-width: 991px) {
    .ar-footer-left {
        margin-bottom: 60px;
    }
}

.ar-footer-left .xb-content {
    font-size: 16px;
    max-width: 407px;
    color: #c2c0c0;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .ar-footer-left .xb-content {
        max-width: 270px;
    }
}

@media (max-width: 991px) {
    .ar-footer-left .xb-content {
        max-width: 407px;
    }
}

.ar-footer-nav {
    margin: 0 -20px;
    position: relative;
}

@media (max-width: 991px) {
    .ar-footer-nav {
        margin: 0;
    }
}

.ar-footer-nav::before,
.ar-footer-nav::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(180deg, #3d4950 78.94%, #0c1c24 100%);
}

.ar-footer-nav::after {
    left: auto;
    right: 0;
}

.ar-footer-nav li:not(:last-child) {
    border-bottom: 1px solid #3d4950;
}

.ar-footer-nav li a {
    gap: 20px;
    z-index: 1;
    display: flex;
    padding: 30px 33px;
    align-items: center;
    font-weight: 500;
    color: var(--color-white);
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.ar-footer-nav li a span {
    min-width: 170px;
    letter-spacing: -0.01em;
}

.ar-footer-nav li a img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ar-footer-nav li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    height: 0%;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: var(--color-primary);
}

.ar-footer-nav li a:hover::before {
    opacity: 1;
    top: auto;
    bottom: 0;
    height: 100%;
}

.ar-footer-nav li a:hover img {
    transform: rotate(40deg);
}

.ar-footer-info {
    margin-top: 50px;
    padding-left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ar-footer-info {
        padding-left: 70px;
    }
}

@media (max-width: 1199px) {
    .ar-footer-info {
        padding-left: 70px;
    }
}

@media (max-width: 991px) {
    .ar-footer-info {
        margin-top: 0;
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .ar-footer-info {
        padding-left: 0;
        padding-top: 60px;
    }
}

.ar-footer-info .title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 66px;
    letter-spacing: -0.03em;
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .ar-footer-info .title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .ar-footer-info .title {
        font-size: 32px;
    }
}

.ar-footer-info .info:not(:last-child) {
    margin-bottom: 30px;
}

.ar-footer-info .info li {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--color-white);
}

.ar-footer-info .info li a {
    color: currentColor;
}

.ar-footer-info .info li:first-child {
    font-size: 14px;
    color: #c2c0c0;
    margin-bottom: 3px;
}

.ar-footer_bottom {
    padding: 0;
    border-top: none;
    margin-top: -30px;
}

@media (max-width: 991px) {
    .ar-footer_bottom {
        margin-top: 50px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ar-footer_bottom {
        text-align: start;
    }
}

.ar-footer_bottom p {
    font-size: 16px;
    color: var(--color-white);
}

.xb-footer-title-wrap {
    margin-top: 50px;
    transform: translate(-11px, 41px);
}

@media only screen and (max-width: 1300px) {
    .xb-footer-title-wrap {
        margin-top: 60px;
        transform: translate(-11px, 31px);
    }
}

@media (max-width: 767px) {
    .xb-footer-title-wrap {
        transform: translate(-4px, 10px);
    }
}

.xb-footer-bigtitle {
    line-height: 0.8;
}

.xb-footer-bigtitle a {
    font-weight: 400;
    font-size: 410px;
    color: #9a9a9a;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background-image: url("../img/footer/text_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

@media only screen and (max-width: 1600px) {
    .xb-footer-bigtitle a {
        font-size: 355px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-footer-bigtitle a {
        font-size: 300px;
    }
}

@media only screen and (max-width: 1300px) {
    .xb-footer-bigtitle a {
        font-size: 260px;
    }
}

@media (max-width: 1199px) {
    .xb-footer-bigtitle a {
        font-size: 218px;
    }
}

@media (max-width: 991px) {
    .xb-footer-bigtitle a {
        font-size: 165px;
    }
}

@media (max-width: 767px) {
    .xb-footer-bigtitle a {
        font-size: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-footer-bigtitle a {
        font-size: 125px;
    }
}

.xb-footer-bigtitle a .xb-word .xb-letter {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.xb-footer-bigtitle a .xb-word .xb-letter:hover {
    color: var(--color-primary);
    transform: rotateY(180deg);
}

.ie-footer-top {
    gap: 50px;
    display: flex;
    padding: 52px 0 67px;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .ie-footer-top {
        flex-wrap: wrap;
    }
}

.ie-footer-top .footer-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: var(--color-white);
}

@media only screen and (max-width: 1600px) {
    .ie-footer-top .footer-title {
        font-size: 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-footer-top .footer-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-footer-top .footer-title {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .ie-footer-top .footer-title {
        font-size: 92px;
    }
}

@media only screen and (max-width: 1023px) {
    .ie-footer-top .footer-title {
        font-size: 85px;
    }
}

@media (max-width: 991px) {
    .ie-footer-top .footer-title {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .ie-footer-top .footer-title {
        font-size: 45px;
        line-height: 1.1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-footer-top .footer-title {
        font-size: 48px;
    }
}

.ie-footer-top .xb-icon {
    height: 142px;
    width: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(7px);
    background: var(--color-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-footer-top .xb-icon {
        height: 122px;
    }
}

@media (max-width: 1199px) {
    .ie-footer-top .xb-icon {
        height: 122px;
    }
}

@media (max-width: 991px) {
    .ie-footer-top .xb-icon {
        height: 100px;
        width: 100px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .ie-footer-top .xb-icon {
        height: 70px;
        width: 70px;
        padding: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ie-footer-top .xb-icon {
        transform: translateY(2px);
    }
}

.ie-footer-top .xb-arrow {
    width: 70px;
    height: 62px;
}

.ie-footer-top .xb-arrow img:nth-child(2) {
    transform: translate(-60px, 60px);
}

.ie-footer-top.arrow_hover_effect:hover .xb-arrow img:nth-child(1) {
    transform: translate(60px, -60px);
}

.ie-scale-shape {
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
}

@media (max-width: 1199px) {
    .ie-scale-shape {
        top: -10px;
    }
}

@media (max-width: 991px) {
    .ie-scale-shape {
        width: 350%;
    }
}

.ie-footer-nav {
    margin: 0;
    margin-left: 67px;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
}

@media only screen and (max-width: 1300px) {
    .ie-footer-nav {
        margin-left: 48px;
    }
}

@media (max-width: 1199px) {
    .ie-footer-nav {
        margin-left: 35px;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .ie-footer-nav {
        margin-left: 0;
    }
}

.ie-footer-nav::after,
.ie-footer-nav::before {
    display: none;
}

.ie-footer-nav li a {
    font-weight: 700;
    padding: 36px 33px;
}

.ie-footer-nav li a:hover {
    color: var(--color-white);
}

.ie-footer-nav li a:hover img {
    filter: brightness(1);
}

.ie-footer-nav li:not(:last-child) {
    border-bottom: 1px solid #323232;
}

.ie-footer-nav li:first-child a {
    padding-top: 81px;
}

@media (max-width: 991px) {
    .ie-footer-nav li:first-child a {
        padding-top: 55px;
    }
}

.ie-footer-left_top {
    padding: 136px 0 119px;
}

@media (max-width: 991px) {
    .ie-footer-left_top {
        padding: 120px 0;
    }
}

@media (max-width: 767px) {
    .ie-footer-left_top {
        gap: 40px;
        padding: 60px 0 41px;
    }
}

.ie-footer-left_top .xb-badge {
    transform: translateY(0);
    backdrop-filter: blur(8px);
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0.02);
}

@media (max-width: 1199px) {
    .ie-footer-left_top .xb-badge {
        height: 180px;
        width: 180px;
    }
}

@media (max-width: 1199px) {
    .ie-footer-left_top .xb-badge .img {
        top: 12px;
        left: 12px;
        max-width: 155px;
    }
}

@media (max-width: 1199px) {
    .ie-footer-left_top .xb-badge .badge-logo {
        max-width: 40px;
    }
}

.ie-footer-inner {
    margin-right: -20px;
}

@media (max-width: 991px) {
    .ie-footer-inner {
        margin-right: 0;
        padding-bottom: 45px;
    }
}

.ie-footer_widget .xb-list li {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: var(--color-white);
    text-transform: uppercase;
    font-family: var(--font-heading);
}

@media (max-width: 1199px) {
    .ie-footer_widget .xb-list li {
        font-size: 20px;
    }
}

.ie-footer_widget .xb-list li a {
    color: currentColor;
}

.ie-footer_widget .xb-list.info-list li:not(:last-child) {
    margin-bottom: 5px;
}

.ie-widget-title {
    font-weight: 500;
    font-size: 14px;
    color: #767676;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: var(--font-body);
}

.ie-footer-left_bottom {
    gap: 53px;
}

@media (max-width: 1199px) {
    .ie-footer-left_bottom {
        gap: 30px;
    }
}

.ie-footer-left_bottom .xb-footer_bottom {
    padding: 0;
    border-top: none;
}

@media (max-width: 1199px) {
    .ie-footer-left_bottom .xb-footer_bottom {
        max-width: 240px;
    }
}

.ie-footer-left_bottom .xb-footer_bottom p {
    color: #767676;
}

.ie-footer-left_bottom .xb-footer_bottom p a {
    color: var(--color-white);
}

.ie-footer-left_bottom .line {
    height: 1px;
    width: 38%;
    background: #323232;
}

@media only screen and (max-width: 1600px) {
    .ie-footer-left_bottom .line {
        width: 29%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ie-footer-left_bottom .line {
        width: 18%;
    }
}

@media only screen and (max-width: 1300px) {
    .ie-footer-left_bottom .line {
        width: 8%;
    }
}

@media (max-width: 1199px) {
    .ie-footer-left_bottom .line {
        width: 18%;
    }
}

@media (max-width: 767px) {
    .ie-footer-left_bottom .line {
        display: none;
    }
}

.ie-social-media {
    gap: 10px;
    margin-left: 7px;
}

.ie-social-media li a {
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    color: var(--color-white);
    border: 1px solid #323232;
    background: var(--color-dark);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ie-social-media li a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transform: scale(0.6);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: var(--color-primary);
}

.ie-social-media li a:hover {
    border: 1px solid var(--color-primary);
}

.ie-social-media li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.xb-split-up .split-line div {
    transform-origin: 85% 75%;
}

.ie-footer-wrap {
    overflow: hidden;
}

.fc-footer-content {
    padding-top: 100px;
}

@media only screen and (max-width: 1600px) {
    .fc-footer-content {
        margin-right: -30px;
        padding-top: 80px;
    }
}

@media (max-width: 1199px) {
    .fc-footer-content {
        padding-top: 70px;
        margin-right: -20px;
    }
}

@media (max-width: 991px) {
    .fc-footer-content {
        margin-right: 0;
        padding-top: 0;
    }
}

.fc-footer-content .xb-item--title {
    margin: 75px 0;
    font-size: 44px;
}
@media (max-width: 1599px) {
    .fc-footer-content .xb-item--title {
        margin: 45px 0;
    }
}
@media only screen and (max-width: 1500px) {
    .fc-footer-content .xb-item--title {
        font-size: 36px;
        line-height: 1.2;
    }
}


@media (max-width: 1199px) {
    .fc-footer-content .xb-item--title {
        font-size: 38px;
        margin: 60px 0;
    }
}

@media (max-width: 991px) {
    .fc-footer-content .xb-item--title {
        margin: 50px 0;
    }
}

@media (max-width: 767px) {
    .fc-footer-content .xb-item--title {
        font-size: 24px;
        margin: 45px 0 45px;
    }
}

.fc-footer-content .xb-item--content {
    font-size: 16px;
    color: var(--color-secondary);
}

.fc-footer-content .xb-item--list {
    gap: 28px;
    margin-top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-footer-content .xb-item--list {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .fc-footer-content .xb-item--list {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .fc-footer-content .xb-item--list {
        gap: 15px 28px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-footer-content .xb-item--list li {
        max-width: 135px;
    }
    .fc-footer-content .xb-item--list li img{
        max-width: 90px;
    }
}

@media (max-width: 1199px) {
    .fc-footer-content .xb-item--list li {
        max-width: 140px;
    }
}

.fc-footer-content .xb-item--shape {
    position: absolute;
    top: 55%;
    right: -39%;
    z-index: 2;
}
.fc-footer-content .xb-item--logo img{
    max-width: 220px;
}
.fc-footer-title{
    margin-bottom: 30px;
    color: #ab6049;
    font-weight: 600;
    font-size: 24px;
}
@media only screen and (max-width: 1600px) {
    .fc-footer-content .xb-item--shape {
        top: 55%;
        right: -32%;
    }
    .fc-footer-content .xb-item--logo img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 1300px) {
    .fc-footer-content .xb-item--shape {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .fc-footer-content .xb-item--logo {
        max-width: 370px;
    }
}

@media (max-width: 1199px) {
    .fc-footer-content .xb-item--logo {
        max-width: 290px;
    }
}

@media (max-width: 991px) {
    .fc-footer-content .xb-item--logo {
        max-width: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-footer-content .xb-item--logo {
        max-width: 250px;
    }
}

.fc-footer-image {
    z-index: 1;
    text-align: end;
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 154px;
}

@media only screen and (max-width: 1600px) {
    .fc-footer-image {
        margin: 0 0 0 100px;
        min-height: 620px;
    }
}

@media only screen (max-width: 1599px) {
    .fc-footer-image {
        margin: 0 -30px 0 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-footer-image {
        /* min-height: 950px; */
        margin: 0 -30px 0 60px;
    }
}

@media (max-width: 1199px) {
    .fc-footer-image {
        /* min-height: 900px; */
        margin: 0 0 0 25px;
    }
}

@media (max-width: 991px) {
    .fc-footer-image {
        height: 465px;
        min-height: 465px;
        margin: 70px 0 0 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .fc-footer-image {
        margin: 65px 0 0 0;
    }
}

.fc-footer-image::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    inset: 0;
    background: rgb(69 43 35 / 50%);
}

.fc-footer-image .xb-bg-video {
    right: 0;
    left: auto;
    max-width: 545px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fc-footer-image .xb-bg-video {
        max-width: 100%;
    }
}

.fc-footer-nav {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .fc-footer-nav {
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) {
    .fc-footer-nav {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .fc-footer-nav {
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .fc-footer-nav {
        margin-bottom: 50px;
    }
}

.fc-footer-nav li a {
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: rgb(237 231 229 / 50%);
}

.fc-footer-nav li a:hover {
    font-weight: 700;
    color: var(--color-body);
}

.fc-footer-nav li:not(:last-child) {
    margin-bottom: 20px;
}

.fc-social-media {
    gap: 13px;
}

.fc-social-media li a {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
}

.fc-social-media li a:hover {
    color: var(--color-primary);
}

.fc-social-media li:not(:last-child) {
    padding-right: 13px;
    border-right: 1px solid rgba(199, 232, 255, 0.2);
}

.fc-footer-nav_wrap {
    padding-left: 130px;
    padding-top: 100px;
}

@media only screen and (max-width: 1600px) {
    .fc-footer-nav_wrap {
        padding-left: 50px;
        padding-top: 80px;
    }
    .fc-footer-nav li:not(:last-child) {
        margin-bottom: 10px;
    }
    .fc-footer-nav li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-footer-nav_wrap {
        padding-left: 48px;
    }
}

@media (max-width: 1199px) {
    .fc-footer-nav_wrap {
        padding-left: 5px;
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .fc-footer-nav_wrap {
        padding-left: 0;
        padding-top: 70px;
    }
}

.fc-footer-bottom {
    background: var(--color-body);
    padding: 16px 80px;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fc-footer-bottom {
        bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .fc-footer-bottom {
        bottom: 50px;
        padding: 16px 20px;
    }
}

@media (max-width: 991px) {
    .fc-footer-bottom {
        bottom: 0;
        margin-top: 70px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .fc-footer-bottom {
        gap: 10px;
        text-align: center;
        justify-content: center;
    }
}

.fc-footer-bottom p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-heading);
}

@media (max-width: 991px) {
    .fc-footer-wrap {
        padding: 80px 0 60px;
    }
}

@media (max-width: 767px) {
    .fc-footer-wrap {
        padding: 70px 0 50px;
    }
}

/*# sourceMappingURL=main.css.map */

/* Tile Calculator CSS */

.tc-section {
        background: #f3f1ed;
        padding: 90px 0;
    }

    @media (max-width: 767px) {
        .tc-section {
            padding: 60px 0;
        }
    }

    .tc-section .tc-shell {
        background: #ffffff;
        border: 1px solid #e3e3df;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .tc-section .tc-input-panel {
        flex: 1 1 420px;
        padding: 48px;
        display: flex;
        flex-direction: column;
        border-right: 1px solid #e3e3df;
    }

    @media (max-width: 991px) {
        .tc-section .tc-input-panel {
            border-right: none;
            border-bottom: 1px solid #e3e3df;
        }
    }

    @media (max-width: 575px) {
        .tc-section .tc-input-panel {
            padding: 32px 22px;
        }
    }

    .tc-section .tc-panel-heading {
        color: var(--color-heading);
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 26px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .tc-section .tc-unit-switch {
        display: flex;
        border: 1px solid #e3e3df;
    }

    .tc-section .tc-unit-switch input {
        display: none;
    }

    .tc-section .tc-unit-switch label {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding: 8px 14px;
        cursor: pointer;
        color: #5b5b62;
        transition: 0.2s ease;
        margin: 0;
    }

    .tc-section .tc-unit-switch input:checked+label {
        background: var(--color-heading);
        color: #ffffff;
    }

    .tc-section .tc-field {
        margin-bottom: 20px;
    }

    .tc-section .tc-field label {
        font-size: 14px;
        font-weight: 600;
        color: var(--color-heading);
        margin-bottom: 8px;
        display: block;
    }

    .tc-section .tc-field .form-control,
    .tc-section .tc-field .form-select {
        border-radius: 0;
        border: 1px solid #e3e3df;
        height: 54px;
        font-size: 15px;
        color: var(--color-heading);
        box-shadow: none;
    }

    .tc-section .tc-field .form-control:focus,
    .tc-section .tc-field .form-select:focus {
        border-color: var(--color-heading);
        box-shadow: none;
    }

    .tc-section .tc-row-split {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }

    .tc-section .tc-row-split>.tc-field {
        flex: 1 1 160px;
    }

    .tc-section .tc-wastage {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 16px;
        background: #f3f1ed;
        margin-bottom: 26px;
    }

    .tc-section .tc-wastage label {
        font-size: 13px;
        color: #5b5b62;
        margin: 0;
        flex: 1;
    }

    .tc-section .tc-wastage select {
        width: auto;
        border: 1px solid #e3e3df;
        border-radius: 0;
        padding-right: 10px;
        padding-left: 15px;
        height: 38px;
        font-size: 13px;
    }

    .tc-section .tc-calc-btn {
        margin-top: auto;
        border: none;
        background: var(--color-heading);
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 17px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: 0.2s ease;
    }

    .tc-section .tc-calc-btn:hover {
        background: var(--color-primary);
        color: #ffffff;
    }

    .tc-section .tc-result-panel {
        flex: 1 1 420px;
        padding: 48px;
        display: flex;
        flex-direction: column;
        background: #ffffff;
    }

    @media (max-width: 575px) {
        .tc-section .tc-result-panel {
            padding: 32px 22px;
        }
    }

    .tc-section .tc-stat-row {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 14px;
    }

    .tc-section .tc-stat {
        flex: 1 1 150px;
        border: 1px solid #e3e3df;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .tc-section .tc-stat.tc-stat-hero {
        flex: 1 1 100%;
        background: var(--color-heading);
        border-color: var(--color-heading);
    }

    .tc-section .tc-stat-label {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #5b5b62;
    }

    .tc-section .tc-stat-hero .tc-stat-label {
        color: rgba(255, 255, 255, 0.65);
    }

    .tc-section .tc-stat-value {
        font-size: 22px;
        font-weight: 700;
        color: var(--color-heading);
        display: flex;
        align-items: baseline;
        gap: 6px;
    }

    .tc-section .tc-stat-hero .tc-stat-value {
        color: #ffffff;
        font-size: 34px;
    }

    .tc-section .tc-stat-value small {
        font-size: 13px;
        font-weight: 500;
        color: inherit;
        opacity: 0.7;
    }

    .tc-section .tc-stat-hero .tc-stat-sub {
        color: rgba(255, 255, 255, 0.75);
        font-size: 13px;
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
        margin-top: 4px;
    }

    .tc-section .tc-stat-hero .tc-stat-sub b {
        color: #ffffff;
    }

    .tc-section .tc-preview {
        margin-top: 22px;
        border: 1px solid #e3e3df;
        padding: 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .tc-section .tc-preview-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .tc-section .tc-preview-head span {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #5b5b62;
    }

    .tc-section .tc-preview-head strong {
        color: var(--color-heading);
        font-size: 13px;
    }

    .tc-section .tc-floor {
        flex: 1;
        min-height: 150px;
        border: 1px dashed #e3e3df;
        background: #f3f1ed;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 3px;
        padding: 6px;
        overflow: hidden;
    }

    .tc-section .tc-chip {
        width: 18px;
        height: 18px;
        background: #ffffff;
        border: 1px solid #e3e3df;
        opacity: 0;
        transform: scale(0.4);
        animation: tcPop 0.35s ease forwards;
    }

    .tc-section .tc-chip.filled {
        background: var(--color-primary);
        border-color: var(--color-primary);
    }

    @keyframes tcPop {
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    .tc-section .tc-floor-empty {
        margin: auto;
        font-size: 13px;
        color: #5b5b62;
        text-align: center;
    }

    .tc-section .tc-more-tag {
        align-self: center;
        font-size: 11px;
        font-weight: 700;
        color: #5b5b62;
        padding: 0 4px;
    }

    .tc-section .tc-tips {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .tc-section .tc-tip {
        flex: 1 1 240px;
        background: #ffffff;
        border: 1px solid #e3e3df;
        padding: 18px 20px;
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }

    .tc-section .tc-tip-index {
        font-weight: 700;
        color: var(--color-primary);
        font-size: 13px;
        flex-shrink: 0;
    }

    .tc-section .tc-tip p {
        font-size: 13.5px;
        color: #5b5b62;
        margin: 0;
        line-height: 1.5;
    }

    .tc-section .tc-error {
        font-size: 13px;
        color: #b3261e;
        margin-top: -8px;
        margin-bottom: 16px;
        display: none;
    }

.td-section {
        background: #f3f1ed;
        padding: 90px 0;
    }

    @media (max-width: 767px) {
        .td-section {
            padding: 60px 0;
        }
    }

    .td-section .td-tabnav {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 40px;
        margin-bottom: 0;
        border: none;
    }

    .td-section .td-tabnav .nav-link {
        flex: 1 1 180px;
        text-align: center;
        border: 1px solid #e3e3df;
        border-radius: 0;
        background: #fff;
        color: #68392c;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: .05em;
        text-transform: uppercase;
        padding: 16px 14px;
        transition: .2s ease;
    }

    .td-section .td-tabnav .nav-link.active {
        background: #68392c;
        border-color: #68392c;
        color: #fff;
    }

    .td-section .td-tabnav .nav-link:hover:not(.active) {
        border-color: #68392c;
    }

    .td-section .td-shell {
        background: #fff;
        border: 1px solid #e3e3df;
        border-top: none;
        padding: 44px;
    }

    @media (max-width:575px) {
        .td-section .td-shell {
            padding: 26px 20px;
        }
    }

    .td-section .td-pane-head {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 26px;
        padding-bottom: 22px;
        border-bottom: 1px solid #e3e3df;
    }

    .td-section .td-pane-head h3 {
        color: #68392c;
        font-weight: 700;
        font-size: 22px;
        margin: 0 0 6px;
    }

    .td-section .td-pane-head p {
        color: #5b5b62;
        font-size: 13.5px;
        margin: 0;
    }

    .td-section .td-standard-badge {
        border: 1px solid #e3e3df;
        background: #f3f1ed;
        color: #68392c;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .03em;
        padding: 9px 16px;
        white-space: nowrap;
    }

    .td-section .td-mapped-note {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        background: #f3f1ed;
        border: 1px solid #e3e3df;
        padding: 12px 16px;
        margin-bottom: 26px;
        font-size: 12.5px;
        color: #5b5b62;
    }

    .td-section .td-mapped-note b {
        color: #68392c;
    }

    .td-section .td-table-wrap {
        overflow-x: auto;
    }

    .td-section .td-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 640px;
    }

    .td-section .td-table.td-table-5col {
        min-width: 760px;
    }

    .td-section .td-table thead th {
        background: #68392c;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .05em;
        text-transform: uppercase;
        padding: 14px 16px;
        text-align: left;
        white-space: nowrap;
    }

    .td-section .td-table tbody tr.td-group-row td {
        background: #f3f1ed;
        color: #b5551e;
        font-weight: 700;
        font-size: 12.5px;
        letter-spacing: .06em;
        text-transform: uppercase;
        padding: 11px 16px;
        border-left: 3px solid #b5551e;
    }

    .td-section .td-table tbody tr:not(.td-group-row) td {
        padding: 13px 16px;
        font-size: 14px;
        color: #5b5b62;
        border-bottom: 1px solid #e3e3df;
        vertical-align: top;
    }

    .td-section .td-table tbody tr:not(.td-group-row) td:first-child {
        color: #68392c;
        font-weight: 600;
        width: 44px;
    }

    .td-section .td-table tbody tr:not(.td-group-row) td:nth-child(2) {
        color: #68392c;
        font-weight: 500;
        min-width: 210px;
    }

    .td-section .td-table tbody tr:not(.td-group-row) td:last-child {
        font-size: 12.5px;
        color: #5b5b62;
        white-space: nowrap;
    }

    .td-section .td-value-cell {
        font-weight: 700 !important;
        color: #b5551e !important;
        position: relative;
    }

    .td-section .td-table thead th.td-value-head {
        color: #b5551e;
        background: #111;
    }

/* Packing Details CSS */

.pd-section {
    background: #f3f1ed;
    padding: 90px 0;
}

@media (max-width: 767px) {
    .pd-section {
        padding: 60px 0;
    }
}

.pd-section .pd-title {
    color: #68392c;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 14px;
    font-size: clamp(28px, 3.4vw, 42px);
}

.pd-section .pd-lede {
    color: #5b5b62;
    margin-bottom: 0;
}

/* ---------- quick jump strip ---------- */
.pd-section .pd-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
}

.pd-section .pd-jump a {
    border: 1px solid #e3e3df;
    background: #fff;
    color: #68392c;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 16px;
    transition: .2s ease;
}

.pd-section .pd-jump a:hover {
    background: #68392c;
    border-color: #68392c;
    color: #fff;
}

/* ---------- category blocks ---------- */
.pd-section .pd-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.pd-section .pd-block {
    background: #fff;
    border: 1px solid #e3e3df;
    scroll-margin-top: 20px;
}

.pd-section .pd-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 22px 28px;
    border-bottom: 1px solid #e3e3df;
}

@media (max-width: 575px) {
    .pd-section .pd-block-head {
        padding: 18px 20px;
    }
}

.pd-section .pd-block-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pd-section .pd-block-title {
    color: #68392c;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.pd-section .pd-block-count {
    border: 1px solid #e3e3df;
    background: #f3f1ed;
    color: #68392c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 5px 12px;
    white-space: nowrap;
}

/* ---------- packing table ---------- */
.pd-section .pd-table-wrap {
    overflow-x: auto;
}

.pd-section .pd-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
}

.pd-section .pd-table thead th {
    background: #68392c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 14px 16px;
    text-align: left;
    white-space: nowrap;
}

.pd-section .pd-table tbody td {
    padding: 13px 16px;
    font-size: 14px;
    color: #5b5b62;
    border-bottom: 1px solid #e3e3df;
    vertical-align: middle;
}

.pd-section .pd-table tbody tr:last-child td {
    border-bottom: none;
}

.pd-section .pd-table tbody tr:nth-child(even) td {
    background: #f3f1ed;
}

.pd-section .pd-table tbody td:first-child {
    color: #68392c;
    font-weight: 600;
    width: 44px;
}

.pd-section .pd-table tbody td:nth-child(2) {
    color: #68392c;
    font-weight: 700;
}

.catalogue_sec .xb-team-item:hover .xb-item--social_link i{
    color: #ffffff;
}







.b_line{
    position: relative;
}
.b_line::before,
.b_line::after{
    content: '';
    width: 500px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #68392c, transparent);
    position: absolute;
    bottom: 0px;
    left: calc(50% - 250px);
}
.b_line::after{
    width: 40px;
    height: 40px;
    background-image: url(../imgs/logo/favicon.webp);
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    border: 1px solid;
    border-radius: 50%;
    background-color: #f7f2ed;
}



/******************
    Rajni Style
******************/
.products_details {
    position: relative;
    z-index: 1;
}
.products_details .tiles_box {
    padding: 80px;
    border: 1px solid #f3f3f3;
    border-radius: 40px;
    background-color: #f8f8f8;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .products_details .tiles_box {
        padding: 0px;
    }
    .products_details .product-details {
        padding-left: 0;
        padding-right: 0;
    }
}
.products_details .tiles_box img {
    max-height: 500px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products_details .product-details {
    height: 100%;
    border: 0;
}
.products_details .product-description-wrap .random_grid {
    margin-top: 40px;
}
.products_details .product-description-wrap .random_grid .random_jpg img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products_details .product-description-wrap .random_grid .random_jpg {
    margin-bottom: 5px;
}
.products_details .product-description-wrap .random_grid .tiles_name {
    text-align: center;
}
.products_details .product-description-wrap .random_grid .tiles_name h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.sc-1au8ryl-0,
.sc-1s18q3d-2 {
    display: none !important;
}

