/*-----------------------------------------------------------------------------------

    Project Name: Bizox - Business Consulting HTML Template
    Author: XpressBuddy -->> (https://themeforest.net/user/xpressbuddy)
    Support: support@xpressbuddy.com
    Description: Bizox - Business Consulting HTML Template
    Developer: Mohammad Wasim Mia -> contact@xpressbuddy.com
    Version: 1.0

-----------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  --font-body: "Inter", sans-serif;
  --font-heading: "Manrope", sans-serif;
  --color-primary: #22D669;
  --color-secondary: #191B21;
  --color-heading: #191B21;
  --color-default: #515053;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #fff;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

.start_Up_consulting {
  --font-heading: "Inter", sans-serif;
  --color-heading: #fff;
  --color-body: #020412;
  --color-default: #fffffa;
}

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

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
  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: 75px;
  border-radius: 0;
  background-color: #F3F4F5;
  padding: 10px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500;
}

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

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

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

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

textarea {
  height: 100px;
}

button {
  border: 0;
}

table {
  width: 100%;
}

p,
li,
span {
  margin-bottom: 0;
}

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  height: 60px;
  line-height: 59px;
  min-height: 60px;
  padding: 0 20px;
  width: 100%;
  padding: 0 46px;
  margin-bottom: 20px;
  background-color: #F3F4F5;
  border: 0;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.gardiant-bg {
  background: linear-gradient(181deg, #260f8f 0%, #00b8ff 100%);
}

.dark-bg {
  background: radial-gradient(70.71% 70.71% at 50% 50%, #edf3fa 0%, #c6d2e0 100%);
}

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

.color-heading {
  color: #0e052c !important;
}

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

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

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

.clr-black {
  color: var(--color-black);
}

.pos-rel {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.f-right {
  float: right;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mlr-185 {
  margin-right: 185px;
  margin-left: 185px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .mlr-185 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 1199px) {
  .mlr-185 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .mlr-185 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

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

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

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

.btn-video {
  width: 100px;
  height: 100px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #011689;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .btn-video {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.btn-video:hover {
  color: var(--color-primary);
}

.btn-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-white);
  animation: push-scale 1500ms ease-out infinite;
  -webkit-animation: push-scale 1500ms ease-out infinite;
  z-index: -2;
}

.btn-video-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.border_effect a:hover {
  background-size: 100% 100%;
  color: inherit;
}

@media (max-width: 991px) {
  .tx-col-md-6 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .tx-col-md-6 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

.ul_li_center {
  justify-content: center;
}

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

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

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

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

.flex-1 {
  flex: 1;
}

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

.pagination_wrap ul li {
  padding: 5px;
}

.pagination_wrap ul li a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  border: 1px solid #EEE5E5;
  background-color: var(--color-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .pagination_wrap ul li a {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}

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

.xb-odm {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 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;
  }
}

/*--
    - 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;
}

@media (max-width: 1199px) {
  .header-style {
    background: var(--color-white);
  }
}

@media (max-width: 991px) {
  .header-style .header__wrap {
    padding: 15px 0;
  }
}

.header-style .main-menu__wrap {
  position: static;
}

.header-style.header-transparent {
  top: 11px;
}

.header-style .main-menu>ul {
  gap: 10px;
}

@media (max-width: 1199px) {
  .header-style .main-menu>ul>li>a {
    margin: 7px 0;
  }
}

.header-style .header-menu {
  margin-left: 200px;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .header-style .header-menu {
    margin-left: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-style .header-menu {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .header-style .header-menu {
    margin-left: 30px;
  }
}

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

.header-style .header-menu a {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  -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-secondary);
}

.header-style .header-menu a svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-style .header-menu a:hover {
  background: var(--color-primary);
}

.header-style .header-menu a:hover svg path {
  stroke: var(--color-white);
}

.header-style .xb-header-logo .logo {
  padding: 20.5px 25px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-white);
}

@media (max-width: 1199px) {
  .header-style .xb-header-logo .logo {
    padding: 0;
    background: transparent;
  }
}

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

.header-style .xb-header-area-sticky .main-menu>ul>li>a {
  padding: 28px 0;
}

@media (max-width: 1199px) {
  .header-style .xb-header-area-sticky .main-menu>ul>li>a {
    padding: 18px 0;
  }
}

.header-style .xb-header-area-sticky .xb-header-logo .logo {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.header-style--two.header-transparent {
  top: 2px;
}

@media (max-width: 1199px) {
  .header-style--two {
    background: none;
  }
}

.header-style--two .main-menu>ul>li>a>span {
  border-radius: 50px;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style--two .xb-header-logo .logo {
  padding: 0;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.header-style--two .xb-header-logo .logo--1 {
  display: block;
}

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

.header-style--two .header-menu {
  margin-left: 0;
}

.header-style--two .header-menu a {
  backdrop-filter: blur(12px);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style--two .header-menu a:hover {
  border: 1px solid var(--color-primary);
}

.header-style--two .xb-header-area-sticky .xb-header-logo .logo {
  padding: 0;
  background: none;
}

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

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

.header-style--two .xb-header-area-sticky .main-menu>ul>li>a>span {
  color: var(--color-secondary);
  background: rgba(25, 27, 33, 0.05);
}

.header-style--two .xb-header-area-sticky .header-menu a {
  background: var(--color-white);
  border: 1px solid var(--color-primary);
}

.header-style--two .xb-header-area-sticky .header-menu a svg path {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

.header-style--two .xb-header-area-sticky .header-menu a:hover {
  background: var(--color-primary);
}

.header-style--two .xb-header-area-sticky .header-menu a:hover svg path {
  fill: var(--color-white);
  stroke: var(--color-white);
}

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

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

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

.header-style--three .header__wrap {
  border-bottom: 1px solid rgba(255, 255, 250, 0.14);
}

@media (max-width: 991px) {
  .header-style--three .header__wrap {
    padding: 15px 0;
  }
}

.header-style--three .main-menu ul {
  gap: 0 27px;
}

@media (max-width: 1199px) {
  .header-style--three .main-menu ul {
    gap: 0 17px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-style--three .main-menu ul {
    gap: 0 13px;
  }
}

.header-style--three .main-menu ul li.menu-item-has-children>a span::after {
  content: '\2b';
}

.header-style--three .main-menu ul li a {
  font-weight: 700;
  font-size: 13px;
  background: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header-style--three .main-menu ul li a span {
  color: var(--color-white);
  padding: 14px 3px;
}

.header-style--three .main-menu ul li.active>a>span,
.header-style--three .main-menu ul li:hover>a>span {
  background: none;
}

.header-style--three .main-menu ul li .submenu {
  margin-top: 1px;
}

@media (max-width: 991px) {
  .header-style--three .cg-header-btn {
    transform: translateX(130px);
  }
}

@media (max-width: 767px) {
  .header-style--three .cg-header-btn {
    display: none;
  }
}

.header-style--three .cg-header-btn .xb-btn {
  font-size: 13px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
  overflow: hidden;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-style--three .cg-header-btn .xb-btn::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #fcde4c;
  transform: translateY(-50%);
}

.header-style--three .cg-header-btn .xb-btn::after {
  position: absolute;
  content: '';
  left: 22px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleY(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-style--three .cg-header-btn .xb-btn:hover {
  color: #fcde4c;
}

.header-style--three .cg-header-btn .xb-btn:hover::after {
  width: 0;
  transform: scaleY(0);
  background: #fcde4c;
}

.header-style--three.header-transparent {
  top: 0;
}

.header-style--three .xb-header-area-sticky {
  background-color: #081539 !important;
}

.header-style--three .xb-header-area-sticky .header__wrap {
  border-bottom: none;
}

.header-style--three .xb-header-menu {
  background-color: #020412;
}

.header-style--three .xb-header-mobile-search .search-field:focus {
  border-color: #eb8332;
}

.header-style--three .xb-menu-primary li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-style--three .xb-menu-primary li a:hover {
  color: #eb8332;
}

.header-style--three .xb-menu-primary .xb-menu-toggle:hover {
  color: #eb8332;
}

.header-style--three .xb-close::before,
.header-style--three .xb-close::after {
  background-color: #fff;
}

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

.header-style--page .xb-header-area-sticky .main-menu>ul>li>a {
  padding: 22px 0;
}

.header-style--page .header__wrap {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .header-style--page .header__wrap {
    margin-right: 15px;
  }
}

.header-style--page .main-menu ul li .submenu {
  margin-top: 0;
}

.header__nav {
  padding: 0 70px;
  background: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header__nav {
    gap: 110px;
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .header__nav {
    gap: 40px;
    padding: 0 15px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .header__nav {
    padding: 0;
  }
}

.header__nav .main-menu__wrap .main-menu>ul>li>a {
  margin: 5px 0;
}

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

.side-menu a span {
  position: absolute;
  left: 47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  padding-left: 8px;
}

.side-menu a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.side-menu a svg path {
  fill: var(--color-primary);
}

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

#xb-header-area .xb-header-area-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  -o-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  visibility: hidden;
  background-color: #fff;
}

#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 .submenu li {
  margin-right: 0;
}

.main-menu ul li a {
  z-index: 3;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  font-family: var(--font-heading);
  padding: 19px 0;
}

.main-menu ul li.menu-item-has-children>a span::after {
  top: 49%;
  z-index: 3;
  right: 10px;
  content: '\f0d7';
  font-weight: 600;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  margin-left: 8px;
}

.main-menu ul li.menu-item-has-children:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.main-menu ul li .submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 240px;
  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(10px);
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
  background: #0d0c1f;
}

.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: 500;
  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: rgba(255, 255, 255, 0.7);
  -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-white);
  -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: 2px;
  right: 15px;
  content: "\f0d7";
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(-90deg);
  font-family: 'Font Awesome 6 Pro';
}

.main-menu ul li .submenu li:hover>a,
.main-menu ul li .submenu li.active>a {
  padding-left: 20px;
  color: var(--color-white);
}

.main-menu ul li .submenu li:hover>a span::after,
.main-menu ul li .submenu li.active>a span::after {
  color: var(--color-white);
}

.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%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 40px;
  padding-bottom: 6px;
  box-shadow: -1px 17px 55px 0 rgba(10, 1, 28, 0.6);
  background: linear-gradient(180deg, #01040c 0%, #34275a 100%);
}

.main-menu ul li .mega-menu .mega-menu-content a {
  padding: 0;
}

.main-menu ul li .mega-menu .mega-menu-content .col {
  margin-bottom: 30px;
}

.main-menu ul li .mega-menu .mega-menu-content .demo-pic {
  position: relative;
  height: 395px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-menu ul li .mega-menu .mega-menu-content .demo-pic:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (max-width: 1199px) {
  .main-menu ul li .mega-menu .mega-menu-content .demo-pic {
    height: 230px;
  }
}

.main-menu ul li .mega-menu .mega-menu-content .demo-pic.coming-soon:hover {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-menu ul li .mega-menu h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.03em;
  color: var(--color-white);
}

@media only screen and (max-width: 1023px) {
  .main-menu ul li .mega-menu h3 {
    font-size: 16px;
  }
}

.main-menu>ul>li>a>span {
  color: var(--color-secondary);
  background: rgba(25, 27, 33, 0.05);
  padding: 1px 10px;
  display: inline-block;
  transition: .3s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.main-menu>ul>li:hover>a>span,
.main-menu>ul>li.active>a>span {
  color: var(--color-white);
  background: var(--color-primary);
}

.main-menu>ul>li:hover>a>span,
.main-menu>ul>li.active>a>span {
  color: var(--color-white);
  background: 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 {
  align-items: flex-start;
}

.sec-title .title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--color-secondary);
  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: 767px) {
  .sec-title .title {
    font-size: 38px;
  }
}

.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--three .sub_title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sec-title--three .title {
  font-weight: 500;
  font-size: 65px;
  color: #fffffa;
  line-height: 72px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: var(--font-body);
}

@media (max-width: 1199px) {
  .sec-title--three .title {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .sec-title--three .title {
    font-size: 48px;
    line-height: 62px;
  }
}

@media (max-width: 767px) {
  .sec-title--three .title {
    font-size: 38px;
    line-height: 1.2;
  }
}

.sec-title--three .title span {
  background: linear-gradient(90deg, #e9792f 0%, #fde14d 46.63%, #33a8d4 69.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-title-wrap {
  gap: 30px;
}

.sec-title-wrap .sec-title {
  gap: 10px;
}

@media (max-width: 1199px) {
  .sec-title-wrap .sec-title {
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .sec-title-wrap .sec-title {
    gap: 20px;
  }
}

.sub-sec-title .sub-title::after {
  display: block;
}

.about-sec-title {
  gap: 109px;
}

@media only screen and (max-width: 1600px) {
  .about-sec-title {
    margin-right: -115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .about-sec-title {
    gap: 75px;
  }
}

@media (max-width: 1199px) {
  .about-sec-title {
    gap: 50px;
    margin-right: -70px;
  }
}

@media (max-width: 991px) {
  .about-sec-title {
    gap: 20px;
    margin-right: 0;
  }
}

.about-sec-title .content {
  max-width: 745px;
}

.about-sec-title .content-text {
  max-width: 997px;
}

.about-sec-title .title-font-65 {
  font-size: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .about-sec-title .title-font-65 {
    font-size: 54px;
  }
}

@media (max-width: 1199px) {
  .about-sec-title .title-font-65 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .about-sec-title .title-font-65 {
    font-size: 38px;
  }
}

.xb-about-video {
  width: 262px;
  height: 320px;
  overflow: hidden;
  margin-left: -25px;
  border-radius: 0 0 150px 150px;
}

@media only screen and (max-width: 1600px) {
  .xb-about-video {
    margin-left: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-about-video {
    margin-left: 100px;
  }
}

@media (max-width: 1199px) {
  .xb-about-video {
    width: 230px;
    margin-left: 85px;
  }
}

@media (max-width: 991px) {
  .xb-about-video {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .xb-about-video {
    margin-top: 45px;
  }
}

.xb-about-video video {
  object-position: 58% center;
}

.xb-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.xb-countdown-item {
  z-index: 1;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 20px 60px 30px;
  backdrop-filter: blur(3px);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-countdown-item {
    padding: 20px 40px 20px;
  }
}

@media (max-width: 1199px) {
  .xb-countdown-item {
    padding: 15px 40px 20px;
  }
}

@media (max-width: 991px) {
  .xb-countdown-item {
    padding: 13px 35px 18px;
  }
}

@media (max-width: 767px) {
  .xb-countdown-item {
    text-align: start;
  }
}

.xb-countdown-item:last-child {
  margin-right: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-countdown-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .xb-countdown-item:last-child {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  .xb-countdown-item:last-child {
    margin-right: 0;
  }
}

.xb-countdown-item .xb-item--number {
  font-size: 65px;
  color: var(--color-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-countdown-item .xb-item--number {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-countdown-item .xb-item--number {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .xb-countdown-item .xb-item--number {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .xb-countdown-item .xb-item--number {
    font-size: 42px;
  }
}

.xb-countdown-item .xb-item--text {
  margin-top: -7px;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .xb-countdown-item .xb-item--text {
    margin-top: 3px;
    line-height: 24px;
  }
}

.xb-countdown-wrap {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  align-items: center;
  justify-content: end;
}

@media (min-width: 1920px) {
  .xb-countdown-wrap {
    padding-left: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-countdown-wrap {
    margin-left: -40px;
    padding-top: 35px;
  }
}

@media (max-width: 1199px) {
  .xb-countdown-wrap {
    margin-left: -70px;
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .xb-countdown-wrap {
    margin-left: 0;
    justify-content: start;
  }
}

.xb-about-section {
  overflow: hidden;
}

@media (max-width: 767px) {
  .xb-about-section {
    max-height: 100%;
  }
}

.xb-about-line-inner {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 150px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.xb-about-line-inner .line {
  position: absolute;
  width: 2px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.xb-about-line-inner .line .dot {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  padding: 5px;
  border-radius: 50%;
  background-color: var(--color-white);
}

.xb-about-line-inner .line .dot:after,
.xb-about-line-inner .line .dot::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  animation: ripple 2s infinite;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
}

.xb-about-line-inner .line .dot::before {
  animation-delay: 0s;
}

.xb-about-line-inner .line .dot::after {
  animation-delay: 0.5s;
}

.xb-about-line-inner .line .dot span {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: inherit;
  position: relative;
  border-radius: inherit;
  background: var(--color-primary);
}

.xb-about-line-inner .line.act {
  background-color: var(--color-primary);
}

.xb-about-line-inner .line.act .dot {
  opacity: 1;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.xb-about-img {
  margin-right: 45px;
  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) {
  .xb-about-img {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .xb-about-img {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .xb-about-img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-about-img img {
    width: 100%;
  }
}

.xb-about-clint {
  margin-left: -40px;
  overflow: hidden;
  display: inline-block;
  background: #f8f5ff;
  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) {
  .xb-about-clint {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-about-clint {
    margin-right: 45px;
  }
}

@media (max-width: 1199px) {
  .xb-about-clint {
    width: 100%;
  }
}

.xb-about-clint .xb-item--holder {
  gap: 30px;
  padding: 30px;
  padding-bottom: 0;
}

.xb-about-clint .xb-item--title {
  font-size: 34px;
  color: var(--color-secondary);
}

@media (max-width: 767px) {
  .xb-about-clint .xb-item--title {
    font-size: 32px;
  }
}

.xb-about-clint .xb-item--img {
  margin-top: 95px;
  text-align: center;
  position: relative;
}

.xb-about-clint .xb-item--clint {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.xb-about-result {
  overflow: hidden;
  margin-left: -100px;
  background: #f8f5ff;
  padding: 30px 30px 54px;
  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) {
  .xb-about-result {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-about-result {
    margin-left: -45px;
    padding: 30px 20px 54px;
  }
}

@media (max-width: 1199px) {
  .xb-about-result {
    margin-left: -10px;
  }
}

@media (max-width: 767px) {
  .xb-about-result {
    margin-left: 0;
  }
}

.xb-about-result .xb-title {
  font-size: 34px;
  margin-bottom: 35px;
  color: var(--color-secondary);
}

@media (max-width: 767px) {
  .xb-about-result .xb-title {
    font-size: 32px;
  }
}

.xb-result-item:not(:last-child) {
  margin-bottom: 40px;
}

.xb-result-item .xb-text {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 3px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-result-item .xb-text {
    margin-bottom: 15px;
  }
}

.xb-result-item .progress {
  height: 39px;
  overflow: unset;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--color-white);
  border: 1px solid rgba(25, 27, 33, 0.5);
}

.xb-result-item .progress-bar {
  text-align: left;
  padding-left: 15px;
  font-weight: 700;
  font-size: 18px;
  overflow: unset;
  position: relative;
  background: #ffc83e;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

.xb-result-item .progress-btn {
  position: absolute;
  height: 79px;
  width: 79px;
  right: 0;
  top: 50%;
  padding: 2px;
  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-white);
}

.xb-result-item .progress-btn .inner {
  background: #ffc83e;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 2px solid rgba(25, 27, 33, 0.5);
}

.xb-result-item.middle .progress-bar,
.xb-result-item.middle .progress-btn .inner {
  background: #FF8139;
}

.xb-result-item.last .progress-bar,
.xb-result-item.last .progress-btn .inner {
  background: #33CCCC;
}

@media only screen and (max-width: 1600px) {
  .dm-about-wrapper .about-sec-title {
    margin-right: 0;
  }
}

.cg-about-wrap {
  display: flex;
  justify-content: center;
}

.cg-about-wrap .cg-about-img img {
  max-width: 402px;
  border: 3px solid #fff;
  box-shadow: 0 20px 75px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-about-wrap .cg-about-img img {
    max-width: 350px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cg-about-wrap .cg-about-img img {
    max-width: 300px;
  }
}

@media (max-width: 1199px) {
  .cg-about-wrap .cg-about-img img {
    max-width: 260px;
  }
}

@media (max-width: 991px) {
  .cg-about-wrap .cg-about-img img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .cg-about-wrap .cg-about-img img {
    max-width: 105px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-about-wrap .cg-about-img img {
    max-width: 150px;
  }
}

.cg-about-wrap .cg-about-img:nth-child(1) {
  margin-top: 90px;
  transform: rotate(3deg);
}

@media (max-width: 1199px) {
  .cg-about-wrap .cg-about-img:nth-child(1) {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .cg-about-wrap .cg-about-img:nth-child(1) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .cg-about-wrap .cg-about-img:nth-child(1) {
    margin-top: -11px;
  }
}

.cg-about-wrap .cg-about-img:nth-child(2) {
  margin-left: -15px;
  transform: rotate(-15deg);
}

@media (max-width: 1199px) {
  .cg-about-wrap .cg-about-img:nth-child(2) {
    margin-left: -30px;
  }
}

@media (max-width: 991px) {
  .cg-about-wrap .cg-about-img:nth-child(2) {
    margin-left: -8px;
  }
}

@media (max-width: 767px) {
  .cg-about-wrap .cg-about-img:nth-child(2) {
    margin-left: -15px;
  }
}

.cg-about-wrap .cg-about-img:nth-child(3) {
  margin-top: 76px;
  margin-left: -60px;
  transform: rotate(14deg);
}

@media (max-width: 1199px) {
  .cg-about-wrap .cg-about-img:nth-child(3) {
    margin-left: -60px;
  }
}

@media (max-width: 991px) {
  .cg-about-wrap .cg-about-img:nth-child(3) {
    margin-top: 60px;
    margin-left: -50px;
  }
}

@media (max-width: 767px) {
  .cg-about-wrap .cg-about-img:nth-child(3) {
    margin-top: 15px;
    margin-left: -40px;
  }
}

.cg-about-wrap .cg-about-img:nth-child(4) {
  margin-top: 40px;
  margin-left: -40px;
  transform: rotate(-6deg);
}

@media (max-width: 1199px) {
  .cg-about-wrap .cg-about-img:nth-child(4) {
    margin-left: -30px;
  }
}

@media (max-width: 991px) {
  .cg-about-wrap .cg-about-img:nth-child(4) {
    margin-left: -20px;
  }
}

@media (max-width: 767px) {
  .cg-about-wrap .cg-about-img:nth-child(4) {
    margin-top: 0;
    margin-left: -20px;
  }
}

.cg-about-shape {
  position: absolute;
  top: 243px;
  right: 218px;
  animation: spin 30s linear infinite;
}

@media (max-width: 1199px) {
  .cg-about-shape {
    right: 80px;
  }
}

@media (max-width: 991px) {
  .cg-about-shape {
    top: 300px;
    right: 100px;
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  .cg-about-shape {
    top: 295px;
    right: 45px;
    max-width: 44px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-about-shape {
    top: 260px;
    right: 90px;
  }
}

.cg-about-top .sec-title--three {
  margin-bottom: 110px;
}

.parallax-img {
  width: 100%;
  max-width: 100%;
  height: 600px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .parallax-img {
    height: 400px;
  }
}

@media (max-width: 1199px) {
  .parallax-img {
    height: 300px;
  }
}

.parallax-img--inner {
  height: 100%;
}

.parallax-img--inner img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .parallax-img--inner img {
    height: 600px;
  }
}

@media (max-width: 1199px) {
  .parallax-img--inner img {
    height: 500px;
  }
}

.xb-brand-wrap {
  background: var(--color-secondary);
}

.brand-sec-title {
  min-height: 153px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  margin-right: -1px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .brand-sec-title {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .brand-sec-title {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .brand-sec-title {
    min-height: 150px;
    padding: 0 15px;
  }
}

.xb-brand-item-list {
  margin-left: 50px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding-top: 12px;
}

@media (max-width: 991px) {
  .xb-brand-item-list {
    padding-top: 0;
    margin-left: 30px;
    padding-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .xb-brand-item-list {
    margin-left: 15px;
  }
}

.xb-brand-item-list .item {
  margin-right: 60px;
  display: inline-flex;
}

@media (max-width: 767px) {
  .xb-brand-item-list .item {
    max-width: 80px;
  }
}

.dm-brand-item-list {
  margin-left: 0;
  padding-top: 0;
}

.dm-brand-item-list .item {
  min-height: 100px;
  width: 222px;
  padding: 10px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-white);
}

@media (max-width: 991px) {
  .dm-brand-item-list .item {
    width: 150px;
    min-height: 80px;
  }
}

.dm-brand-item-list .item .img img {
  filter: brightness(0);
}

@media (max-width: 991px) {
  .dm-brand-item-list .item .img img {
    max-width: 90px;
  }
}

.dm-brand-wrap {
  padding: 145px 0;
  position: relative;
  background: #f8f5ff;
}

.xb-brand-content {
  max-width: 280px;
  padding: 0 32px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
  border-left: 1px solid #d1d1d3;
  border-right: 1px solid #d1d1d3;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .xb-brand-content {
    max-width: 178px;
  }
}

.xb-brand-content h3 {
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

.xb-brand-content h3 span {
  padding: 1.5px 8.5px;
  color: var(--color-white);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background: var(--color-primary);
}

.cg-brand-inner {
  gap: 98px;
  display: flex;
  margin-right: 98px;
}

@media (max-width: 1199px) {
  .cg-brand-inner {
    gap: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 1199px) {
  .cg-brand-inner {
    gap: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .cg-brand-inner {
    gap: 20px;
    margin-right: 20px;
  }
}

.cg-brand-wrap {
  display: inline-flex;
  padding: 32px 0 20px;
  background: #081539;
}

.cg-brand-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cg-brand-item {
    max-width: 130px;
  }
}

.xb-project-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  position: sticky;
  top: 100px;
  min-height: 550px;
  overflow: hidden;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 2fr;
  background: var(--color-secondary);
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-project-item {
    grid-template-columns: 2fr 1fr 2fr;
  }
}

@media (max-width: 1199px) {
  .xb-project-item {
    grid-template-columns: 2fr 1fr 2fr;
  }
}

@media only screen and (max-width: 992px) {
  .xb-project-item {
    top: 0;
    position: relative;
  }
}

@media (max-width: 991px) {
  .xb-project-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .xb-project-item {
    position: relative;
  }
}

.xb-project-item::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: linear-gradient(206deg, #191b21 0%, #34275a 100%);
}

.xb-project-item:hover::before {
  opacity: 1;
}

@media (max-width: 1199px) {
  .xb-project-top .xb-project-btn {
    padding-left: 230px;
  }
}

@media (max-width: 991px) {
  .xb-project-top .xb-project-btn {
    padding-left: 0;
  }
}

.xb-project-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xb-project-inner .xb-item--title {
  font-size: 40px;
  margin-bottom: 25px;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .xb-project-inner .xb-item--title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .xb-project-inner .xb-item--title {
    font-size: 28px;
  }
}

.xb-project-inner .xb-item--title a {
  color: currentColor;
}

.xb-project-inner .xb-item--heading {
  padding: 40px 110px 50px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-project-inner .xb-item--heading {
    padding: 40px 45px 50px 50px;
  }
}

@media (max-width: 1199px) {
  .xb-project-inner .xb-item--heading {
    padding: 40px 30px 50px;
  }
}

@media (max-width: 767px) {
  .xb-project-inner .xb-item--heading {
    padding: 40px 20px 50px;
  }
}

.xb-project-inner .xb-item--bottom {
  display: flex;
  min-height: 131px;
  align-items: center;
  margin-left: -10px;
  padding-left: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .xb-project-inner .xb-item--bottom {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .xb-project-inner .xb-item--bottom {
    padding-left: 0;
    margin-left: 0;
    border-top: none;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.xb-project-inner .xb-item--btn {
  z-index: 1;
  display: flex;
  padding: 40px 60px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .xb-project-inner .xb-item--btn {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .xb-project-inner .xb-item--btn {
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  .xb-project-inner .xb-item--btn {
    padding: 30px 20px;
  }
}

.xb-project-inner .xb-item--btn::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(-180deg) scaleY(0);
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
}

.xb-project-inner .xb-item--btn:hover::before {
  opacity: 1;
  transform: rotate(-180deg) scaleY(1);
}

.xb-project-inner .xb-item--arrow {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.xb-project-inner .xb-item--text {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--font-heading);
}

.xb-project-inner .xb-item--list:not(:last-child) {
  margin-bottom: 36px;
}

.xb-project-inner .xb-item--list li {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--font-heading);
}

.xb-project-inner .xb-item--list li:not(:last-child) {
  margin-bottom: 6px;
}

.xb-project-inner .xb-item--list li:first-child {
  margin-bottom: 15px;
}

.xb-project-inner .xb-item--list li span {
  font-size: 18px;
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.7);
}

.xb-project-inner .xb-item--inner {
  padding: 50px 60px 50px 50px;
}

@media only screen and (max-width: 1600px) {
  .xb-project-inner .xb-item--inner {
    padding: 50px 40px;
  }
}

@media (max-width: 1199px) {
  .xb-project-inner .xb-item--inner {
    padding: 50px 30px;
  }
}

@media (max-width: 991px) {
  .xb-project-inner .xb-item--inner {
    padding: 40px 0;
  }
}

.xb-project-inner--left {
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .xb-project-inner--left {
    margin-right: 0;
  }
}

.xb-project-inner--right {
  position: relative;
}

.xb-project-inner--right a {
  height: 100%;
}

.xb-project-inner--right img {
  height: 100%;
}

@media (max-width: 991px) {
  .xb-project-inner--right img {
    height: 400px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .xb-project-inner--right img {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .xb-project-inner--middle {
    display: grid;
    padding: 0 30px;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .xb-project-inner--middle {
    padding: 0 20px;
  }
}

.dm-project-item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
  padding: 10px 30px 10px 10px !important;
}

@media (max-width: 991px) {
  .dm-project-item {
    gap: 40px;
    flex-wrap: wrap;
    margin-right: 0;
    padding: 20px !important;
  }
}

@media (max-width: 767px) {
  .dm-project-item {
    display: block !important;
  }
}

.dm-project-item::before {
  position: absolute;
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.05);
}

.dm-project-item .xb-item--img {
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 991px) {
  .dm-project-item .xb-item--img {
    width: 100%;
    height: 400px;
    border-radius: 5px;
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .dm-project-item .xb-item--img img {
    margin-top: -70px;
  }
}

.dm-project-item .xb-item--title {
  font-size: 30px !important;
  color: var(--color-secondary) !important;
}

.dm-project-item .xb-item--inner_content {
  width: calc(100% - 448px) !important;
}

@media (max-width: 991px) {
  .dm-project-item .xb-item--inner_content {
    width: 100% !important;
  }
}

.dm-project-item .xb-item--content {
  margin: 41px 0 28px !important;
}

@media (max-width: 991px) {
  .dm-project-item .xb-item--btn {
    margin-top: 50px !important;
  }
}

.dm-project-item .xb-item--btn a {
  width: 100%;
}

.dm-project-item .xb-item--btn a .text_box {
  width: 100%;
}

.xb-item-parformance {
  overflow: hidden;
  background: #f8f5ff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d1d1d3;
  display: flex;
  margin-top: 22px;
}

@media (max-width: 991px) {
  .xb-item-parformance {
    justify-content: space-between;
  }
}

.xb-item-parformance .item {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
}

@media (max-width: 1199px) {
  .xb-item-parformance .item {
    padding: 10px 10px;
  }
}

@media (max-width: 991px) {
  .xb-item-parformance .item {
    padding: 10px 20px;
  }
}

.xb-item-parformance .item:not(:last-child) {
  border-right: 1px solid #d1d1d3;
}

@media (max-width: 991px) {
  .xb-item-parformance .item:not(:last-child) {
    padding: 10px 90px 10px 20px;
  }
}

@media (max-width: 767px) {
  .xb-item-parformance .item:not(:last-child) {
    padding: 10px 20px 10px;
  }
}

.xb-item-parformance .title {
  font-size: 34px;
  font-weight: 900;
  gap: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .xb-item-parformance .title {
    font-size: 28px;
  }
}

.xb-item-parformance .content {
  font-size: 14px;
  line-height: 15px;
}

.xb-project-slider {
  margin-left: -617px;
  margin-right: -617px;
}

@media only screen and (max-width: 1600px) {
  .xb-project-slider {
    margin-left: -750px;
    margin-right: -750px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-project-slider {
    margin-left: -900px;
    margin-right: -900px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-project-slider {
    margin-left: -900px;
    margin-right: -900px;
  }
}

@media (max-width: 1199px) {
  .xb-project-slider {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-project-slider {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .xb-project-slider {
    margin-right: 35px;
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .xb-project-slider {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.xb-project-slider .swiper-slide-active .dm-project-item::before {
  opacity: 0;
  visibility: hidden;
}

.testimonial-pagination {
  position: relative;
  z-index: 2;
  bottom: -50px;
  left: 50%;
  width: 1030px;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .testimonial-pagination {
    width: 768px;
  }
}

@media (max-width: 767px) {
  .testimonial-pagination {
    max-width: 405px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-pagination {
    max-width: 600px;
  }
}

.testimonial-pagination .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: -50px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
  max-width: 889px;
  text-align: center;
  transform: translateX(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: var(--font-heading);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 1199px) {
  .testimonial-pagination .swiper-pagination {
    max-width: 830px;
  }
}

@media (max-width: 991px) {
  .testimonial-pagination .swiper-pagination {
    max-width: 570px;
  }
}

@media (max-width: 767px) {
  .testimonial-pagination .swiper-pagination {
    max-width: 220px;
    padding: 16px 0;
    bottom: -40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-pagination .swiper-pagination {
    max-width: 400px;
  }
}

.testimonial-pagination .swiper-pagination .swiper-pagination-current::before,
.testimonial-pagination .swiper-pagination .swiper-pagination-total::before {
  content: '0';
}

.testimonial-pagination .swiper-buttons {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
  padding: 34px 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (max-width: 767px) {
  .testimonial-pagination .swiper-buttons {
    font-size: 20px;
    padding: 30px 24px;
  }
}

.testimonial-pagination .swiper-buttons:hover {
  background: var(--color-primary);
}

.testimonial-pagination .swiper-button-prev {
  left: 0;
}

@media (max-width: 1199px) {
  .testimonial-pagination .swiper-button-prev {
    left: 30px;
  }
}

.testimonial-pagination .swiper-button-next {
  right: 0;
}

@media (max-width: 1199px) {
  .testimonial-pagination .swiper-button-next {
    right: 30px;
  }
}

.testimonial-pagination .swiper-button-next::after,
.testimonial-pagination .swiper-button-prev::after {
  display: none;
}

.project-section {
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .project-section {
    padding-bottom: 10px;
  }
}

.project-section::before {
  position: absolute;
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #191b21 0%, rgba(25, 27, 33, 0.93) 14.03%, rgba(25, 27, 33, 0.93) 54.2%, rgba(25, 27, 33, 0.94) 87.57%, rgba(25, 27, 33, 0.8) 100%);
}

.xb-project-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}

.xb-project-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .xb-project-bg img {
    object-fit: initial;
  }
}

.xb-company-info-img .xb-title {
  font-size: 34px;
  margin-bottom: 60px;
  letter-spacing: -0.03em;
}

.xb-company-info-img .xb-img {
  overflow: hidden;
  display: inline-block;
}

.xb-info-item {
  display: flex;
  padding: 44px 0;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

@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: 10px;
  width: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .xb-info-item li {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .xb-info-item li {
    width: 100%;
  }
}

.xb-info-item li.xb-info {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-info-item li.xb-info {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .xb-info-item li.xb-info {
    font-size: 22px;
  }
}

.xb-info-wrap {
  margin-left: -12px;
}

@media only screen and (max-width: 1600px) {
  .xb-info-wrap {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-info-wrap {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .xb-info-wrap {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .xb-info-wrap {
    margin-left: 0;
  }
}

.project-nav-wrapper .xb-project-item {
  position: relative;
}

.project-nav-wrapper .xb-project-item:not(:last-child) {
  margin-bottom: 70px;
}

.xb-project-menu {
  gap: 50px;
  justify-content: center;
  position: relative;
  margin-bottom: 70px;
  border-bottom: 1px solid #d1d1d3;
}

@media (max-width: 767px) {
  .xb-project-menu {
    gap: 20px 30px;
  }
}

@media (max-width: 991px) {
  .xb-project-menu .xb-responsive-menu {
    gap: 20px 50px;
  }
}

.xb-project-menu::before,
.xb-project-menu::after {
  position: absolute;
  content: '';
  left: 0;
  width: 9px;
  height: 9px;
  bottom: -4.5px;
  background: var(--color-primary);
}

.xb-project-menu::after {
  left: auto;
  right: 0;
}

.xb-project-menu button {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 16px;
  background: transparent;
  color: var(--color-default);
  font-family: var(--font-heading);
  position: relative;
}

.xb-project-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-project-menu button.active::before,
.xb-project-menu button:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.xb-project-left-container {
  top: 100px;
  gap: 70px;
  display: flex;
  position: sticky;
  flex-direction: column;
  margin-right: 35px;
  height: max-content;
}

@media (max-width: 991px) {
  .xb-project-left-container {
    gap: 50px;
    display: grid;
    margin-right: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .xb-project-left-container {
    display: flex;
    flex-direction: column-reverse;
  }
}

.xb-project-left-container .xb-project-menu-item {
  gap: 0;
  padding: 11px 0;
  justify-content: start;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
  background: #f8f5ff;
  border-left: 1px solid var(--color-primary);
}

.xb-project-left-container .xb-project-menu-item a {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  z-index: 1;
  text-align: start;
  position: relative;
  padding: 14px 0 14px 22px;
  color: var(--color-heading);
}

.xb-project-left-container .xb-project-menu-item a:after {
  position: absolute;
  content: '';
  top: 0;
  left: -1px;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../img/shape/bg-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-project-left-container .xb-project-menu-item a:after {
    background-position: right center;
  }
}

@media (max-width: 1199px) {
  .xb-project-left-container .xb-project-menu-item a:after {
    background-position: right center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-project-left-container .xb-project-menu-item a:after {
    left: -55px;
  }
}

.xb-project-left-container .xb-project-menu-item a.active,
.xb-project-left-container .xb-project-menu-item a:hover {
  color: var(--color-white);
}

.xb-project-left-container .xb-project-menu-item a.active::after,
.xb-project-left-container .xb-project-menu-item a:hover::after {
  opacity: 1;
}

.xb-project-left-container .xb-item--holder {
  text-align: center;
  background: #f8f5ff;
}

.xb-project-left-container .xb-item--logo {
  padding: 35px 0;
}

.xb-project-left-container .xb-item--btn {
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 6px 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-white);
  font-family: var(--font-heading);
  background: var(--color-secondary);
}

.xb-project-left-container .sd-service-img {
  margin-top: 0;
}

.xb-project-challenge {
  padding: 20px;
  background: #f8f5ff;
}

.xb-project-challenge .xb-item--inner {
  padding: 30px 20px 20px;
  background: #ffc4c4;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-project-challenge .xb-item--inner {
    padding: 30px 22px 20px;
  }
}

@media (max-width: 1199px) {
  .xb-project-challenge .xb-item--inner {
    padding: 30px 26px 20px;
  }
}

@media (max-width: 767px) {
  .xb-project-challenge .xb-item--inner {
    padding: 30px 25px 20px;
  }
}

.xb-project-challenge .xb-item--holder {
  gap: 10px;
}

.xb-project-challenge .xb-item--number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  font-weight: 500;
  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-white);
}

.xb-project-challenge .xb-item--title {
  font-size: 18px;
  font-weight: 500;
}

.xb-project-challenge .xb-item--content {
  margin-top: 12px;
  color: var(--color-heading);
}

.xb-project-challenge .xb-item--arrow {
  text-align: center;
  margin: 14px 0 10px;
}

.bg-green {
  background: rgba(34, 179, 58, 0.22) !important;
}

.xb-result-wrap {
  gap: 65px;
  display: flex;
  max-width: 350px;
  flex-direction: column;
}

@media (max-width: 767px) {
  .xb-result-wrap {
    gap: 30px;
  }
}

.xb-result-wrap.xb-result-left {
  align-items: end;
}

@media (max-width: 767px) {
  .xb-result-wrap.xb-result-left {
    align-items: start;
  }
}

.xb-result-wrap.last-item {
  align-items: end;
}

@media (max-width: 991px) {
  .xb-result-wrap.last-item {
    align-items: unset;
  }
}

.xb-imfact-result-item .xb-item--title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.xb-imfact-result-item .xb-item--title span {
  font-weight: 700;
  color: var(--color-primary);
}

.xb-imfact-result-item .xb-item--content {
  max-width: 277px;
}

@media (max-width: 767px) {
  .xb-imfact-result-item .xb-item--content {
    max-width: 100%;
  }
}

.xb-imfact-result-item .xb-item--holder {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--color-secondary);
}

@media (max-width: 767px) {
  .xb-imfact-result-item .xb-item--holder {
    padding-bottom: 25px;
  }
}

.xb-tools-item {
  gap: 10px;
  padding: 20px;
  background: #f8f5ff;
}

.xb-tools-item:not(:last-child) {
  margin-bottom: 20px;
}

.xb-tools-item li .text {
  font-weight: 500;
  font-size: 18px;
  margin-right: 20px;
  display: inline-block;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

.xb-tools-item li:not(:first-child) {
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 3px 20px 3px 3px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #d1d1d3;
}

.xb-tools-item li:not(:first-child) span {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f5ff;
  border: 1px solid #d1d1d3;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.project-details-right {
  margin-left: 35px;
}

@media (max-width: 1199px) {
  .project-details-right {
    margin-left: 0;
  }
}

.project-details-right .item {
  padding-top: 120px;
  margin-top: -120px;
}

@media (max-width: 1199px) {
  .sd-project-img .xb-glassy {
    left: -58px !important;
  }
}

@media (max-width: 767px) {
  .sd-project-img .xb-glassy {
    left: -33px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sd-project-img .xb-glassy {
    left: 0px !important;
  }
}

.cg-project-top {
  gap: 162px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cg-project-top {
    gap: 15px;
  }
}

@media (max-width: 1199px) {
  .cg-project-top {
    gap: 50px;
  }
}

.cg-project-top .sec-title--three {
  max-width: 1090px;
}

.cg-project-item {
  display: inline-block;
  background: #081539;
}

.cg-project-item .xb-item--sub_text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(77deg, #f5b741 0%, #9cc68e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cg-project-item .xb-item--title {
  font-weight: 600;
  font-size: 28px;
  line-height: 45px;
  margin-top: 6px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .cg-project-item .xb-item--title {
    font-size: 22px;
  }
}

.cg-project-item .xb-item--title a {
  color: currentColor;
}

.cg-project-item .xb-item--holder {
  padding: 40px 20px 50px;
}

.cg-project-item .xb-item--img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cg-project-item .xb-item--btn {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.4s cubic-bezier(0.5, 0.5, 0, 1);
}

.cg-project-item .xb-item--btn a {
  height: 254px;
  width: 254px;
  padding: 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 27.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.2em;
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

@media (max-width: 1199px) {
  .cg-project-item .xb-item--btn a {
    height: 190px;
    width: 190px;
    padding: 20px;
    font-size: 14px;
  }
}

.cg-project-item .xb-item--btn a::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1);
  border-radius: inherit;
  background: var(--color-black);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cg-project-item .xb-item--btn:hover a::before {
  transform: scale(0.9);
}

.cg-project-item:hover .xb-item--img img {
  opacity: 0.4;
}

.cg-project-item:hover .xb-item--btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.cg-project-slider {
  margin-right: -400px;
}

@media (max-width: 767px) {
  .cg-project-slider {
    margin-right: 0;
  }
}

.cg-star-img {
  animation: spin 30s linear infinite;
}

@media (max-width: 1199px) {
  .cg-star-img {
    max-width: 155px;
  }
}

.cg-project-bottom .xb-item--title .title {
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: inline-block;
  color: white;
  transition: color .2s ease-in-out;
  animation: rainbow 2s ease-in-out infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-project-bottom .xb-item--title .title {
    font-size: 85px;
  }
}

@media (max-width: 1199px) {
  .cg-project-bottom .xb-item--title .title {
    line-height: 1.2;
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  .cg-project-bottom .xb-item--title .title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .cg-project-bottom .xb-item--title .title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-project-bottom .xb-item--title .title {
    font-size: 38px;
  }
}

.cg-project-bottom .xb-item--title .title--1 {
  background: linear-gradient(90deg, #e9792f 0%, #fde14d 61.54%, #33a8d4 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.cg-project-bottom .xb-item--title .title--2 {
  background: linear-gradient(90deg, #40accb 0%, #2c78c1 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.cg-project-bottom .xb-item--title .title--3 {
  background: linear-gradient(73deg, #b85026 0%, #ec8a34 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.cg-project-bottom .xb-item--title .title:hover {
  color: rgba(255, 255, 255, 0);
}

.cg-project-bottom .xb-item--mid_title {
  display: flex;
  justify-content: end;
}

.cg-project-bottom .xb-item--content {
  font-size: 24px;
  line-height: 34px;
  text-align: right;
  color: #fffffa;
  max-width: 520px;
  padding-top: 25px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-project-bottom .xb-item--content {
    max-width: 420px;
  }
}

@media only screen and (max-width: 1023px) {
  .cg-project-bottom .xb-item--content {
    max-width: 460px;
  }
}

@media (max-width: 991px) {
  .cg-project-bottom .xb-item--content {
    margin: 0 auto;
    max-width: 390px;
  }
}

@media (max-width: 767px) {
  .cg-project-bottom .xb-item--content {
    text-align: center;
    line-height: 28px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .cg-project-bottom .xb-item--btn {
    text-align: center !important;
  }
}

@keyframes rainbow {
  0% {
    background-position: left;
  }

  50% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

@media (max-width: 767px) {
  .project-sec {
    background-position: 75% center;
  }
}

.technology-section {
  z-index: 1;
  position: relative;
}

.technology-section::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(25, 27, 33, 0.85);
}

.xb-technology-inner {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .xb-technology-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.xb-technology-item {
  padding: 10px;
  display: inline-block;
  backdrop-filter: blur(8px);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.xb-technology-item .xb-item--inner {
  gap: 16px;
  padding: 11px;
  display: flex;
  align-items: center;
  border-radius: inherit;
  background: var(--color-white);
}

@media (max-width: 991px) {
  .xb-technology-item .xb-item--inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .xb-technology-item .xb-item--inner {
    justify-content: start;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-technology-item .xb-item--inner {
    justify-content: center;
  }
}

.xb-technology-item .xb-item--title {
  font-size: 20px;
}

@media (max-width: 991px) {
  .xb-technology-item .xb-item--title {
    font-size: 16px;
  }
}

.xb-technology-item .xb-item--icon {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #191b21;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.xb-technology-item .xb-item--icon img {
  width: 44px;
}

.xb-technology-item:nth-child(3) .xb-item--icon img {
  width: 34px;
}

.xb-technology-item-left {
  gap: 40px;
  min-width: 294px;
  display: inline-flex;
  flex-direction: column;
}

@media only screen and (max-width: 1600px) {
  .xb-technology-item-left {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .xb-technology-item-left {
    min-width: 100%;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .xb-technology-item-left {
    flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-technology-item-left {
    gap: 10px;
    flex-direction: row;
  }
}

.xb-technology-item-middle {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .xb-technology-item-middle {
    max-width: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-technology-item-middle {
    max-width: 46%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-technology-item-middle {
    max-width: 38%;
  }
}

@media (max-width: 1199px) {
  .xb-technology-item-middle {
    max-width: 30%;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-technology-item-middle {
    max-width: 28%;
  }
}

@media (max-width: 991px) {
  .xb-technology-item-middle {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .xb-technology-item-middle .xb-img img:nth-child(1) {
    display: none;
  }
}

.xb-technology-item-middle .xb-img img:nth-child(2) {
  display: none;
}

@media (max-width: 991px) {
  .xb-technology-item-middle .xb-img img:nth-child(2) {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-technology-item-middle .xb-img img:nth-child(2) {
    margin: 0 auto;
    max-width: 90%;
  }
}

.xb-technology-item-middle .xb-badge {
  left: 50%;
  bottom: 50%;
  height: 210px;
  width: 210px;
  transform: translateY(50%);
}

@media only screen and (max-width: 1600px) {
  .xb-technology-item-middle .xb-badge {
    left: 41%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-technology-item-middle .xb-badge {
    width: 170px;
    height: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-technology-item-middle .xb-badge {
    left: 38%;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1199px) {
  .xb-technology-item-middle .xb-badge {
    width: 130px;
    height: 130px;
    left: 33%;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-technology-item-middle .xb-badge {
    left: 30%;
  }
}

@media (max-width: 991px) {
  .xb-technology-item-middle .xb-badge {
    bottom: 47%;
    left: 38%;
  }
}

@media (max-width: 767px) {
  .xb-technology-item-middle .xb-badge {
    left: 35%;
    height: 110px;
    width: 110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-technology-item-middle .xb-badge {
    left: 40%;
  }
}

.xb-technology-item-middle .xb-badge .img {
  top: 17px;
  left: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-technology-item-middle .xb-badge .img {
    top: 13px;
    left: 13px;
    max-width: 141px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-technology-item-middle .xb-badge .img {
    top: 12px;
    left: 12px;
    max-width: 125px;
  }
}

@media (max-width: 1199px) {
  .xb-technology-item-middle .xb-badge .img {
    top: 9px;
    left: 9px;
    max-width: 110px;
  }
}

@media (max-width: 767px) {
  .xb-technology-item-middle .xb-badge .img {
    top: 7px;
    left: 7px;
    max-width: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-technology-item-middle .xb-badge .badge-logo {
    max-width: 35px;
  }
}

@media (max-width: 1199px) {
  .xb-technology-item-middle .xb-badge .badge-logo {
    max-width: 35px;
  }
}

@media (max-width: 767px) {
  .xb-technology-item-middle .xb-badge .badge-logo {
    max-width: 26px;
  }
}

.xb-technology-tools {
  gap: 30px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1600px) {
  .xb-technology-tools {
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-technology-tools {
    gap: 10px;
  }
}

@media (max-width: 1199px) {
  .xb-technology-tools {
    gap: 10px;
  }
}

.xb-technology-tools:not(:last-child) {
  margin-bottom: 21px;
}

@media only screen and (max-width: 1600px) {
  .xb-technology-tools:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .xb-technology-tools:not(:last-child) {
    margin-bottom: 15px;
  }
}

.xb-technology-tools .xb-technology-item {
  padding: 9px;
}

.xb-technology-tools .xb-technology-item .xb-item--inner {
  height: 80px;
  width: 80px;
  justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-technology-tools .xb-technology-item .xb-item--inner {
    width: 73px;
    height: 73px;
  }
}

@media (max-width: 1199px) {
  .xb-technology-tools .xb-technology-item .xb-item--inner {
    width: 73px;
    height: 73px;
  }
}

@media (max-width: 767px) {
  .xb-technology-tools .xb-technology-item .xb-item--inner {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-technology-tools .xb-technology-item .xb-item--inner {
    height: 70px;
    width: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-technology-tools .xb-technology-item .xb-item--inner img {
    max-width: 35px;
  }
}

@media (max-width: 1199px) {
  .xb-technology-tools .xb-technology-item .xb-item--inner img {
    max-width: 35px;
  }
}

.xb-technology-wrapper .sec-title-wrap {
  gap: 0;
}

@media (max-width: 1199px) {
  .xb-technology-wrapper .sec-title-wrap {
    gap: 30px;
  }
}

.xb-history-item {
  align-items: start;
}

@media (max-width: 991px) {
  .xb-history-item {
    gap: 40px;
    flex-direction: column;
  }
}

.xb-history-item .xb-item--year {
  font-weight: 500;
  font-size: 65px;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
}

@media (max-width: 1199px) {
  .xb-history-item .xb-item--year {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .xb-history-item .xb-item--year {
    font-size: 38px;
  }
}

.xb-history-item .xb-item--content {
  font-size: 18px;
  line-height: 30px;
}

.xb-history-item .xb-item--holder {
  max-width: 533px;
  margin-right: 50px;
}

@media only screen and (max-width: 1600px) {
  .xb-history-item .xb-item--holder {
    max-width: 430px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-history-item .xb-item--holder {
    max-width: 450px;
  }
}

@media (max-width: 1199px) {
  .xb-history-item .xb-item--holder {
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .xb-history-item .xb-item--holder {
    max-width: 100%;
    margin-right: 0;
  }
}

.xb-history-item .xb-item--img {
  min-height: 471px;
  width: calc(100% - 583px);
  background-position: top;
}

@media only screen and (max-width: 1600px) {
  .xb-history-item .xb-item--img {
    width: calc(100% - 460px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-history-item .xb-item--img {
    width: calc(100% - 480px);
  }
}

@media (max-width: 1199px) {
  .xb-history-item .xb-item--img {
    width: calc(100% - 410px);
  }
}

@media (max-width: 991px) {
  .xb-history-item .xb-item--img {
    width: 100%;
    min-height: 270px;
  }
}

.xb-history-slider {
  margin-left: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-history-slider {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .xb-history-slider {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .xb-history-slider {
    margin-left: 0;
    margin-top: -200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-history-slider {
    margin-top: -370px;
  }
}

.xb-history-year-slider {
  padding: 22px 0;
  border-left: 2px solid var(--color-primary);
}

@media (max-width: 767px) {
  .xb-history-year-slider {
    padding: 31px 0;
    border-left: none;
    border-top: 2px solid var(--color-primary);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-history-year-slider {
    padding: 28px 0;
  }
}

.xb-history-year-slider .swiper-wrapper {
  gap: 10px;
}

@media (max-width: 767px) {
  .xb-history-year-slider .swiper-wrapper {
    gap: 7px;
    margin-top: -33px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-history-year-slider .swiper-wrapper {
    gap: 15px;
    margin-top: 0;
  }
}

.xb-history-year-slider .swiper-slide.swiper-slide-thumb-active .xb-history-year h3 {
  color: var(--color-white);
}

.xb-history-year-slider .swiper-slide.swiper-slide-thumb-active .xb-history-year h3::before {
  opacity: 1;
}

.xb-history-year h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
  cursor: pointer;
  padding: 6.7px 25px;
  display: inline-block;
  color: var(--color-heading);
}

.xb-history-year h3::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../img/history/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.xb-history-arrow .history-arrow {
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 13.8%;
  top: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-history-arrow .history-arrow {
    left: 16.8%;
  }
}

@media (max-width: 1199px) {
  .xb-history-arrow .history-arrow {
    left: 19.2%;
  }
}

@media (max-width: 991px) {
  .xb-history-arrow .history-arrow {
    left: 3%;
  }
}

@media (max-width: 767px) {
  .xb-history-arrow .history-arrow {
    left: 33%;
    bottom: -80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-history-arrow .history-arrow {
    left: 39%;
  }
}

.xb-history-arrow .history-arrow span svg rect {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-history-arrow .history-arrow:after {
  display: none;
}

.xb-history-arrow .history-arrow:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.xb-history-arrow .history-arrow:hover span svg rect {
  fill: var(--color-white);
}

.xb-history-arrow .swiper-button-next {
  left: 17.7%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-history-arrow .swiper-button-next {
    left: 22.2%;
  }
}

@media (max-width: 1199px) {
  .xb-history-arrow .swiper-button-next {
    left: 26.2%;
  }
}

@media (max-width: 991px) {
  .xb-history-arrow .swiper-button-next {
    left: 12%;
  }
}

@media (max-width: 767px) {
  .xb-history-arrow .swiper-button-next {
    left: 53%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-history-arrow .swiper-button-next {
    left: 52%;
  }
}

.xb-history-top .sec-title {
  gap: 115px;
}

@media (max-width: 1199px) {
  .xb-history-top .sec-title {
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .xb-history-top .sec-title {
    gap: 20px;
  }
}

.brand_award {
  max-height: 639px;
  position: relative;
  justify-content: end;
}

@media (max-width: 991px) {
  .brand_award {
    margin-top: 100px;
    max-height: 530px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .brand_award {
    max-height: 450px;
  }
}

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

@media (max-width: 1199px) {
  .brand_award .xb-item--holder:not(:last-child) {
    margin-right: 20px;
  }
}

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

.brand_award .xb-item--item {
  width: 160px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
  box-shadow: 0 8px 18px 0 rgba(221, 221, 231, 0.95);
}

@media (max-width: 1199px) {
  .brand_award .xb-item--item {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .brand_award .xb-item--item {
    height: 105px;
    width: 100px;
  }
}

.brand_award .xb-item--item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .brand_award .xb-item--item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .brand_award .xb-item--img {
    max-width: 60px;
  }
}

.brand_award .xb-shape .shape {
  z-index: 1;
  position: absolute;
}

.brand_award .xb-shape .shape--one {
  top: -30px;
  right: -50px;
}

.brand_award .xb-shape .shape--two {
  bottom: 0;
  right: -50px;
}

.award-sec-title {
  gap: 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .award-sec-title {
    gap: 75px;
  }
}

@media (max-width: 1199px) {
  .award-sec-title {
    gap: 55px;
  }
}

@media (max-width: 991px) {
  .award-sec-title {
    padding-top: 50px;
    gap: 20px;
  }
}

.award-sec-title .content {
  max-width: 554px;
}

.xb-gallary-wrap {
  gap: 30px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .xb-gallary-wrap {
    gap: 20px;
  }
}

.xb-gallary-inner {
  gap: 30px;
  display: grid;
  grid-template-columns: 1.3fr 2fr 2fr 1.3fr;
}

@media (max-width: 1199px) {
  .xb-gallary-inner {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .xb-gallary-inner {
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .cp-gallary-wrap .grallary-img img {
    height: 198px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .cp-gallary-wrap .grallary-img img {
    height: 120px;
    max-width: 210px;
  }
}

.xb-process-item {
  position: relative;
  background: #f8f5ff;
  padding: 40px 0 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.xb-process-item .xb-item--holder {
  z-index: 1;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
}

.xb-process-item .xb-item--holder .xb-process-line {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 50%;
  height: 500px;
  width: 500px;
  transform: translateX(-50%);
}

.xb-process-item .xb-item--holder .xb-process-line span {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent;
  border: 2px dashed #d2d2db;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  animation: spin 40s linear infinite;
}

@media (max-width: 1199px) {
  .xb-process-item .xb-item--holder .xb-process-line span {
    left: -35px;
    height: 114%;
    width: 114%;
  }
}

.xb-process-item .xb-item--step {
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
  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-white);
}

.xb-process-item .xb-item--icon span {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 15px;
  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-secondary);
}

.xb-process-item .xb-item--icon span img {
  width: 60px;
  height: 60px;
}

.xb-process-item .xb-item--title {
  color: var(--color-secondary);
}

.xb-process-item .xb-item--list {
  padding-left: 20px;
  padding-right: 20px;
}

.xb-process-item .xb-item--list li {
  font-size: 18px;
  font-weight: 500;
  padding: 2px 30px;
  position: relative;
  background: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-process-item .xb-item--list li {
    font-size: 16px;
    padding: 2px 15px 2px 30px;
  }
}

@media (max-width: 991px) {
  .xb-process-item .xb-item--list li {
    font-size: 17px;
  }
}

.xb-process-item .xb-item--list li:not(:last-child) {
  margin-bottom: 10px;
}

.xb-process-item .xb-item--list li::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 50%;
  height: 10px;
  width: 10px;
  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);
}

.xb-process-item .xb-item--arrow {
  padding: 7px;
  position: absolute;
  top: 51%;
  right: -30px;
  height: 48px;
  width: 48px;
  z-index: 2;
  background: var(--color-white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.xb-process-item .xb-item--arrow span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background: #f8f5ff;
}

@media (max-width: 767px) {
  .xb-process-item .xb-item--arrow {
    display: none;
  }
}

.process-col:nth-child(2) .xb-process-item .xb-item--arrow {
  display: none;
}

.sd-process-item .xb-item--title {
  font-size: 24px;
}

.sd-process-item .xb-item--icon span {
  padding: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sd-process-item .xb-item--list li {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .sd-process-item .xb-item--list li {
    padding: 2px 10px 2px 30px;
  }
}

.process-img {
  padding-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .process-img {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .process-img {
    padding-left: 0;
    padding-top: 160px;
  }
}

@media (max-width: 991px) {
  .process-img {
    padding-top: 0;
  }
}

.xb-career-item {
  width: 100%;
  overflow: hidden;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 45px 30px 48px;
  justify-content: space-between;
  background: var(--color-white);
}

@media (max-width: 767px) {
  .xb-career-item {
    padding: 45px 20px 48px;
  }
}

.xb-career-item:not(:last-child) {
  margin-bottom: 20px;
}

.xb-career-item .xb-item--title {
  font-size: 28px;
  margin-bottom: 23px;
  color: var(--color-secondary);
}

@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-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.xb-career-menu button {
  color: var(--color-white);
}

.xb-career-wrapper {
  margin: 0 -30px;
  background: #f8f5ff;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-career-wrapper {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .xb-career-wrapper {
    margin: 0;
  }
}

.xb-career-details-left-inner {
  padding: 55px 60px 72px;
  border-right: 1px solid #d1d1d3;
}

@media (max-width: 1199px) {
  .xb-career-details-left-inner {
    padding: 55px 25px 72px;
  }
}

@media (max-width: 991px) {
  .xb-career-details-left-inner {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .xb-career-details-left-inner {
    padding: 55px 18px 72px;
  }
}

.xb-career-details-title {
  padding: 40px 60px;
  border-bottom: 1px solid #d1d1d3;
}

@media (max-width: 1199px) {
  .xb-career-details-title {
    padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  .xb-career-details-title {
    padding: 40px 18px;
  }
}

.xb-career-meta {
  gap: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 35px 60px;
  border-bottom: 1px solid #d1d1d3;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-career-meta {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .xb-career-meta {
    gap: 10px;
    padding: 35px 25px;
  }
}

@media (max-width: 991px) {
  .xb-career-meta {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .xb-career-meta {
    padding: 35px 18px;
  }
}

.xb-career-meta li {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  align-items: center;
  color: rgba(25, 27, 33, 0.5);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-career-meta li {
    gap: 20px;
  }
}

.xb-career-meta li span {
  color: var(--color-secondary);
}

.xb-career-content-title {
  font-size: 28px;
}

.xb-career-list strong {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-secondary);
}

.xb-career-list li {
  margin-left: 23px;
}

.xb-career-list li.text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

.xb-career-value-list li:not(:last-child) {
  margin-bottom: 25px;
}

.xb-career-list-item {
  margin-left: -1px;
  border-left: 1px solid #d1d1d3;
}

@media (max-width: 991px) {
  .xb-career-list-item {
    margin-left: 0;
    border-left: none;
  }
}

.xb-career-list-item .xb-career-meta:first-child {
  padding: 52.5px 60px;
}

@media (max-width: 1199px) {
  .xb-career-list-item .xb-career-meta:first-child {
    padding: 50px 25px;
  }
}

@media (max-width: 991px) {
  .xb-career-list-item .xb-career-meta:first-child {
    padding: 35px 25px;
  }
}

@media (max-width: 767px) {
  .xb-career-list-item .xb-career-meta:first-child {
    padding: 35px 18px;
  }
}

.xb-apply-btn {
  position: sticky;
  top: 80px;
}

.xb-apply-btn a {
  margin: 60px;
  text-align: center;
  width: unset !important;
  display: block !important;
  padding: 20px 20px !important;
}

@media (max-width: 1199px) {
  .xb-apply-btn a {
    margin: 60px 25px;
  }
}

@media (max-width: 767px) {
  .xb-apply-btn a {
    margin: 60px 18px;
  }
}

.xb-pricing-item {
  z-index: 1;
  position: relative;
  background: #f8f5ff;
  border: 1px solid #d1d1d3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-pricing-item .xb-item--tag {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 24px;
  display: inline-block;
  background: #ff6b6b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transform: translateY(-24px);
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

.xb-pricing-item .xb-item--tag.bg-frash {
  background: #3cc;
}

.xb-pricing-item .xb-item--tag.bg-yellow {
  background: #f1c40f;
}

.xb-pricing-item .xb-item--title {
  font-size: 24px;
  margin: 10px 0 15px;
}

.xb-pricing-item .xb-item--content {
  max-width: 455px;
  margin-bottom: 47px;
}

.xb-pricing-item .xb-item--holder {
  padding: 0 40px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-pricing-item .xb-item--holder {
    padding: 0 25px 50px;
  }
}

@media (max-width: 1199px) {
  .xb-pricing-item .xb-item--holder {
    padding: 0 25px 50px;
  }
}

.xb-pricing-item .xb-item--price {
  font-size: 65px;
}

@media (max-width: 991px) {
  .xb-pricing-item .xb-item--price {
    font-size: 50px;
  }
}

.xb-pricing-item .xb-item--price span {
  font-size: 26px;
  font-weight: 400;
  color: var(--color-default);
  font-family: var(--font-body);
  display: inline-block;
}

@media (max-width: 991px) {
  .xb-pricing-item .xb-item--price span {
    font-size: 20px;
  }
}

.xb-pricing-item .xb-item--price .xb-dollar {
  transform: translateY(-25px);
}

.xb-pricing-item .xb-item--btn a {
  width: 100%;
  justify-content: space-between;
}

.xb-pricing-item .xb-item--list li {
  gap: 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-pricing-item .xb-item--list li {
    gap: 10px;
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .xb-pricing-item .xb-item--list li {
    gap: 15px;
    font-size: 18px;
    align-items: start;
  }
}

.xb-pricing-item .xb-item--list li:not(:last-child) {
  margin-bottom: 10px;
}

.xb-pricing-item .xb-item--img {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 10px;
}

@media (max-width: 991px) {
  .xb-pricing-item .xb-item--btn {
    margin-top: 50px;
  }
}

.xb-pricing-item .xb-item--inner {
  padding: 35px 40px 40px;
  border-top: 1px solid #d1d1d3;
  background: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-pricing-item .xb-item--inner {
    padding: 35px 25px 40px;
  }
}

@media (max-width: 1199px) {
  .xb-pricing-item .xb-item--inner {
    padding: 35px 25px 40px;
  }
}

.xb-pricing-item .xb-item--inner .text {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

.xb-pricing-top {
  gap: 30px;
}

.xb-pricing-nav {
  padding: 7px;
  display: inline-flex;
  background: #f8f5ff;
  border: 1px solid #d1d1d3;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
  z-index: 1;
}

.xb-pricing-nav::after {
  position: absolute;
  content: "";
  width: 52.3%;
  height: 76%;
  top: 7px;
  left: 7px;
  z-index: -1;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #d1d1d3;
  transition: all 0.5s cubic-bezier(0.57, 0.086, 0, 0.99);
  box-shadow: 0 6px 13px 0 rgba(167, 197, 203, 0.39);
}

.xb-pricing-nav.is-active::after {
  width: 44%;
  left: 54%;
}

.xb-pricing-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 28px;
  text-transform: uppercase;
  color: var(--color-heading);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid transparent;
  font-family: var(--font-heading);
}

.xb-pricing-nav .nav-item .nav-link span {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  padding: 1px 7px;
  line-height: 1.2;
  margin-left: 5px;
  background: #ff5050;
  display: inline-block;
  color: var(--color-white);
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  transform: translateY(-1px);
  font-family: var(--font-heading);
}

.xb-pricing-nav .nav-item .nav-link.active {
  background-color: transparent;
}

@media (max-width: 991px) {
  .hiring-process-title .sec-title {
    gap: 20px 80px;
  }
}

.pricing-tab-content .tab-pane.active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-shop-item {
  overflow: hidden;
}

.xb-shop-item .xb-item--product {
  z-index: 1;
  overflow: hidden;
  position: relative;
  min-height: 350px;
  background: #f8f5ff;
  padding: 40px 20px 20px;
  border: 1px solid rgba(209, 209, 211, 0.5);
}

.xb-shop-item .xb-item--product::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(25, 27, 33, 0.2);
}

.xb-shop-item .xb-item--img {
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.xb-shop-item .xb-item--product_name {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 5px;
}

.xb-shop-item .xb-item--product_name a {
  color: currentColor;
}

.xb-shop-item .xb-item--product_name:hover {
  color: var(--color-primary);
}

.xb-shop-item .xb-item--product_price {
  gap: 10px;
  display: flex;
  align-items: center;
}

.xb-shop-item .xb-item--product_price span {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-secondary);
}

.xb-shop-item .xb-item--product_price .old-price {
  text-decoration: line-through;
  color: rgba(81, 80, 83, 0.4);
}

.xb-shop-item .xb-item--meta li {
  gap: 12px;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translateY(20px);
}

.xb-shop-item .xb-item--meta li:not(:last-child) {
  margin-bottom: 10px;
}

.xb-shop-item .xb-item--meta li .xb-icon {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.xb-shop-item .xb-item--meta li .xb-text {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: var(--color-white);
  color: var(--color-secondary);
}

.xb-shop-item .xb-item--meta li:nth-child(1) {
  transition-delay: 0s;
}

.xb-shop-item .xb-item--meta li:nth-child(2) {
  transition-delay: .1s;
}

.xb-shop-item:hover .xb-item--shop_btn,
.xb-shop-item:hover .xb-item--meta li {
  opacity: 1;
  transform: translateY(0);
}

.xb-shop-item:hover .xb-item--product::before {
  opacity: 1;
}

.xb-shop-item:hover .xb-item--img {
  transform: translate(-50%, -50%) scale(1.03) rotate(5deg);
}

.xb-shop-item:hover .xb-shop-btn {
  opacity: 1;
  transform: translateY(0);
}

.xb-shop-inner {
  gap: 60px 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1199px) {
  .xb-shop-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .xb-shop-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .xb-shop-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-shop-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.xb-shop-btn {
  gap: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 152px;
  position: relative;
  justify-content: center;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: var(--font-heading);
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
  opacity: 0;
  transition-delay: .2s;
  transform: translateY(20px);
}

.xb-shop-btn::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: linear-gradient(259deg, #402c71 0%, #8348ff 100%);
}

.xb-shop-btn:hover {
  color: var(--color-white);
}

.xb-shop-btn:hover::before {
  opacity: 1;
}

.product-filter-top {
  gap: 10px;
  padding: 10px 20px 10px 25px;
  background: var(--color-white);
  border: 1px solid rgba(209, 209, 211, 0.5);
}

.product-filter-top span {
  font-size: 16px;
}

.product-filter-top .nice-select {
  margin-bottom: 0;
  background: none;
  min-height: 28px;
  height: 28px;
  line-height: 30px;
  padding-right: 67px;
  padding-left: 5px;
}

.product-filter-top .nice-select.open .list {
  transform: scale(1) translateY(7px);
}

.product-filter-top .nice-select .list .option {
  font-weight: 400;
}

.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;
  background: #f8f5ff;
  border: 1px solid #d1d1d3;
}

.product_details_img .pl_thumb img {
  width: 100%;
}

.shop_thumb_tab ul {
  gap: 10px;
  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: 200px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

@media (max-width: 767px) {
  .shop_thumb_tab ul li .nav-link {
    height: 105px;
    width: 105px;
  }
}

@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 {
  background: #f8f5ff;
  border: 1px solid #d1d1d3;
}

.xb-thum-nav {
  padding: 7px;
  display: inline-flex;
  background: #f8f5ff;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 1px solid #d1d1d3;
}

.description_thumb_tab .xb-pricing-nav::after {
  width: 47.3%;
}

.description_thumb_tab .xb-pricing-nav.is-active::after {
  left: 50%;
}

.description_thumb_tab .nav-item .nav-link {
  padding: 7px 30px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .description_thumb_tab .nav-item .nav-link {
    padding: 7px 25px;
  }
}

.description_details {
  margin-top: 40px;
}

.description_details .xb-item--des_list {
  margin-left: 20px;
  margin-top: 15px;
}

.product-description-wrap {
  border: 1px solid #d1d1d3;
  padding: 50px 112px 0 30px;
}

@media (max-width: 991px) {
  .product-description-wrap {
    padding: 50px 20px 0;
  }
}

.xb-product-details-left {
  margin-right: -13px;
}

@media (max-width: 991px) {
  .xb-product-details-left {
    margin-right: 0;
  }
}

.xb-product-size-table {
  border: 1px solid #d1d1d1;
  border-top: none;
}

.xb-product-size-table tr:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}

.xb-product-size-table tr:first-child {
  background: linear-gradient(206deg, #191b21 0%, #34275a 100%);
}

.xb-product-size-table tr th {
  font-size: 18px;
  font-weight: 500;
  padding: 11px 29px;
  color: var(--color-white);
  font-family: var(--font-heading);
}

@media (max-width: 1199px) {
  .xb-product-size-table tr th {
    padding: 11px 20px;
  }
}

.xb-product-size-table tr th:not(:last-child),
.xb-product-size-table tr td:not(:last-child) {
  border-right: 1px solid #d1d1d1;
}

.xb-product-size-table tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 11px 29px;
  text-transform: uppercase;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

.product-details {
  padding: 62px 50px 67px;
  border: 1px solid #d1d1d3;
  margin-left: 20px;
  position: sticky;
  top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .product-details {
    top: 20px;
  }
}

@media (max-width: 1199px) {
  .product-details {
    top: 20px;
    padding: 62px 30px 67px;
  }
}

@media (max-width: 991px) {
  .product-details {
    margin-left: 0;
  }
}

.product-details .xb-item--title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .product-details .xb-item--title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .product-details .xb-item--title {
    font-size: 22px;
  }
}

.product-details .xb-item--content {
  font-size: 16px;
  font-weight: 400;
  max-width: 656px;
}

.product-details .xb-item--rating {
  font-size: 18px;
  margin: 20px 0 40px;
}

.product-details .xb-item--rating i {
  color: #febf00;
}

.product-details .xb-item--rating span {
  margin-left: 4px;
}

.product-details .xb-item--price {
  gap: 50px;
  margin-top: 23px;
}

@media (max-width: 767px) {
  .product-details .xb-item--price {
    gap: 45px;
  }
}

.product-details .xb-item--price .current {
  font-weight: 500;
  font-size: 34px;
  letter-spacing: -0.02em;
}

@media (max-width: 991px) {
  .product-details .xb-item--price .current {
    font-size: 28px;
  }
}

.product-details .xb-item--price .old {
  margin-right: 10px;
  text-decoration: line-through;
  color: rgba(25, 27, 33, 0.2);
}

.product-details .xb-item--price .less {
  font-weight: 500;
  font-size: 14px;
  padding: 0 9px;
  line-height: 22px;
  background: #bf3838;
  display: inline-block;
  color: var(--color-white);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-family: var(--font-heading);
}

.product-option {
  margin-top: 38px;
}

.product-option .quantity {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.product-option .product-row {
  gap: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .product-option .product-row {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-option .product-row {
    flex-wrap: nowrap;
  }
}

.product-option .product-row>div:first-child {
  height: 50px;
  max-width: 150px;
}

.product-option .product-row .input-group {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

.product-option .product-row .input-group .input-group-btn .btn-link {
  height: 50px;
  width: 50px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  color: var(--color-secondary);
}

.product-option .product-row .input-group .input-group-btn .bootstrap-touchspin-down {
  border-radius: 0;
  border-right: 1px solid #d1d1d3;
}

.product-option .product-row .input-group .input-group-btn .bootstrap-touchspin-up {
  border-radius: 0;
  border-left: 1px solid #d1d1d3;
}

.product-option .product-row .input-group .product-count {
  padding: 0;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.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 {
  width: 100%;
}

.product-option .product-row .add-to-cart-btn .xb-shop-btn {
  margin-top: 0;
  opacity: 1;
  width: 100%;
  padding: 11px 10px;
  transform: translateY(0);
}

.xb-product-style-select>span {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

.xb-product-style-select .nice-select {
  padding: 0 20px;
  font-weight: 400;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  min-height: 50px;
  color: #5e554f;
  background: #f8f5ff;
  border: 1px solid #d1d1d3;
}

.xb-product-style-select .nice-select::after {
  border: none;
  height: 7px;
  width: 13px;
  background-image: url(../img/icon/polygon-icon.svg);
  background-repeat: no-repeat;
  transform: rotate(0deg);
}

.xb-product-style-select .nice-select .list .option {
  font-size: 16px;
  font-weight: 400;
}

.xb-cart-table {
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

.xb-cart-table thead tr th,
.xb-cart-table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.xb-cart-table thead tr th:not(:last-child),
.xb-cart-table tbody tr td:not(:last-child) {
  border-right: 1px solid #d1d1d3;
}

@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: linear-gradient(206deg, #191b21 0%, #34275a 100%);
}

.xb-cart-table thead tr th {
  font-size: 16px;
  padding: 16px 19px;
  text-align: center;
  color: var(--color-white);
  text-transform: uppercase;
}

.xb-cart-table thead tr th:not(:last-child) {
  border-right: 1px solid #f8f5ff;
}

.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 #d1d1d3;
}

@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;
  background: #f8f5ff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d1d1d3;
  font-family: var(--font-body);
}

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

@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_name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  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;
  }
}

.xb-product-thumbnail .xb-item--product_price {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  margin: 7px 0 12px;
}

.xb-product-thumbnail .xb-item--product_price span {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-body);
}

.xb-product-thumbnail .xb-item--product_price .old-price {
  text-decoration: line-through;
  color: rgba(81, 80, 83, 0.4);
}

.xb-product-thumbnail .xb-item--rating {
  gap: 4px;
  font-size: 12px;
  display: inline-flex;
}

.xb-product-thumbnail .xb-item--rating i {
  color: #febf00;
}

.xb-product-quantity .input-group {
  overflow: hidden;
  width: 151px;
  margin: 0 auto;
  border: 1px solid #d1d1d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-white);
}

.xb-product-quantity .input-group .input-group-btn .btn-link {
  height: 50px;
  width: 50px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  color: var(--color-secondary);
}

.xb-product-quantity .input-group .input-group-btn .bootstrap-touchspin-down {
  border-radius: 0;
  border-right: 1px solid #d1d1d3;
}

.xb-product-quantity .input-group .input-group-btn .bootstrap-touchspin-up {
  border-radius: 0;
  border-left: 1px solid #d1d1d3;
}

.xb-product-quantity .input-group .product-count {
  padding: 0;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  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: 500;
  margin-bottom: 25px;
}

.cart-total-table {
  border: 1px solid #d1d1d3;
}

.cart-total-table tr:not(:last-child) {
  border-bottom: 1px solid #d1d1d3;
}

.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-form .xb-input-field:not(:last-child) {
  margin-bottom: 22px;
}

.xb-checkout-form .xb-input-field label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
  color: var(--color-secondary);
}

.xb-checkout-form .xb-input-field input,
.xb-checkout-form .xb-input-field .nice-select {
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

.xb-checkout-form .xb-input-field input:focus,
.xb-checkout-form .xb-input-field .nice-select:focus {
  border-color: var(--color-primary);
}

.xb-checkout-form .xb-input-field .nice-select {
  margin-bottom: 22px;
  padding: 0 46px 0 20px;
}

.xb-order-comment label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.xb-order-comment textarea {
  height: 177px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

.xb-order-comment textarea:focus {
  border-color: var(--color-primary);
}

.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: 90px;
  border: 1px solid #d1d1d3;
  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: 18px;
  text-align: left;
  font-weight: 500;
  padding: 16px 30px;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.xb-order-table thead tr th:not(:last-child),
.xb-order-table tbody tr td:not(:last-child) {
  border-right: 1px solid #d1d1d3;
}

.xb-order-table thead tr {
  background: linear-gradient(206deg, #191b21 0%, #34275a 100%);
}

.xb-order-table thead tr th {
  color: var(--color-white);
  text-transform: uppercase;
}

.xb-order-table thead tr th:not(:last-child) {
  border-right: 1px solid #f8f5ff;
}

.xb-order-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #d1d1d3;
}

.xb-order-table tbody tr td {
  color: var(--color-default);
}

.xb-order-table tbody tr.order-total td {
  color: var(--color-primary);
}

.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 {
  margin: 19px 0;
  text-align: left;
  padding: 34px 30px 40px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

@media (max-width: 767px) {
  .xb-checkout-coupon {
    padding: 34px 25px 40px;
  }
}

.xb-checkout-coupon .xb-cupon-field {
  width: 81.2%;
}

@media (max-width: 767px) {
  .xb-checkout-coupon .xb-cupon-field {
    width: 100%;
  }
}

.xb-checkout-coupon .xb-cupon-field label {
  margin-bottom: 20px;
}

.xb-checkout-coupon .xb-cupon-field input {
  height: 60px;
  background: #F8F5FF;
  border: 1px solid #d1d1d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.xb-checkout-coupon .xb-cupon-field input:focus {
  border-color: var(--color-primary);
}

.xb-checkout-coupon .xb-coupon-inner {
  gap: 20px;
}

.xb-cupon-btn {
  z-index: 1;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  padding: 16px 35px;
  position: relative;
  text-transform: uppercase;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: var(--font-heading);
  background: linear-gradient(101deg, #8348ff 0%, #402c71 100%);
}

.xb-cupon-btn::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: linear-gradient(101deg, #402c71 0%, #8348ff 100%);
}

.xb-cupon-btn:hover::before {
  opacity: 1;
}

.xb-account-wrap .xb-item--ac_form {
  padding: 40px 30px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

@media (max-width: 991px) {
  .xb-account-wrap .xb-item--ac_form {
    padding: 40px 25px;
  }
}

.xb-account-wrap .xb-item--input_filed {
  gap: 30px;
  margin-bottom: 30px;
}

.xb-account-wrap .xb-item--input_filed input {
  width: 44%;
  height: 60px;
  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);
  border: 1px solid #d1d1d3;
  background: #f8f5ff;
}

@media (max-width: 1199px) {
  .xb-account-wrap .xb-item--input_filed input {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .xb-account-wrap .xb-item--input_filed input {
    width: 100%;
  }
}

.xb-account-wrap .xb-item--input_filed input:focus {
  border: 1px solid var(--color-primary);
}

.xb-account-wrap .xb-item--password {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  color: var(--color-default);
}

.xb-account-wrap .xb-item--login {
  overflow: hidden;
  padding: 12px 35px;
  margin-right: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.xb-account-wrap .xb-item--btn {
  display: flex;
  align-items: center;
}

.xb-account-wrap .form-check {
  margin: 0;
  display: inline-block;
}

.xb-account-wrap .form-check input {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

.xb-account-wrap .form-check label {
  font-size: 18px;
  font-weight: 400;
  margin-top: 4px;
}

.xb-service-item:not(:first-child) {
  padding-top: 30px;
  border-top: 1px solid #d1d1d3;
}

.xb-service-item:not(:last-child) {
  margin-bottom: 30px;
}

.xb-service-inner {
  z-index: 1;
  height: 100%;
  position: relative;
  background: #f8f5ff;
  padding: 38px 50px 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-inner {
    padding: 38px 30px 60px;
  }
}

@media (max-width: 1199px) {
  .xb-service-inner {
    padding: 10px 10px 10px;
  }
}

.xb-service-inner::before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform-origin: left;
  background: linear-gradient(259deg, #150089 0%, #150089 100%);
}

.xb-service-inner .xb-item--title {
  font-size: 34px;
  margin-bottom: 20px;
  color: var(--color-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-inner .xb-item--title {
    max-width: 500px;
  }
}

@media (max-width: 1199px) {
  .xb-service-inner .xb-item--title {
    max-width: 400px;
  }
}

.xb-service-inner .xb-item--title a {
  color: currentColor;
}



@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-service-inner .xb-item--title {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .xb-service-inner .xb-item--title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .xb-service-inner .xb-item--title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .xb-service-inner .xb-item--title {
    font-size: 26px;
  }
}

.xb-service-inner .xb-item--list {
  display: flex;
  gap: 20px 17px;
  flex-wrap: wrap;
  align-items: center;
}

.xb-service-inner .xb-item--list li a {
  padding: 4px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: var(--color-secondary);
  border: 1px solid rgba(25, 27, 33, 0.1);
}

.xb-service-inner .xb-item--icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-white);
}

@media (max-width: 1199px) {
  .xb-service-inner .xb-item--icon {
    width: 40px;
    height: 40px;
    top: 37px;
    right: 20px;
  }
}

.xb-service-inner:hover::before {
  opacity: 1;
  right: 0;
  left: auto;
  transform: scaleX(1);
}

.xb-service-inner:hover .xb-item--title,
.xb-service-inner:hover .xb-item--list li a {
  color: var(--color-white);
}

.xb-service-inner:hover .xb-item--list li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.xb-service-img {
  height: 100%;
  width: 100%;
}

.xb-service-img a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.xb-service-img a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .xb-service-top {
    margin-top: -25px;
  }
}

.xb-service-top .content {
  max-width: 598px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-top .content {
    max-width: 460px;
  }
}

@media (max-width: 1199px) {
  .xb-service-top .content {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .xb-service-top .content {
    max-width: 100%;
  }
}

.xb-details-left-container {
  top: 20px;
  position: sticky;
  overflow: hidden;
  margin-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-details-left-container {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .xb-details-left-container {
    gap: 70px;
    display: flex;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .xb-details-left-container {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .xb-details-left-container {
    flex-wrap: wrap;
  }
}

.xb-ser-contact-info {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 25px 30px;
  height: 410px;
  background-color: #f8f5ff;
}

@media only screen and (max-width: 1600px) {
  .xb-ser-contact-info {
    padding: 25px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-ser-contact-info {
    padding: 25px 10px;
  }
}

@media (max-width: 1199px) {
  .xb-ser-contact-info {
    padding: 25px 30px;
  }
}

.xb-ser-contact-info .xb-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d3;
}

.xb-ser-contact-info .xb-list li {
  font-size: 24px;
  font-weight: 500;
  display: inline-flex;
  gap: 10px;
  line-height: 34px;
  color: var(--color-heading);
}

@media only screen and (max-width: 1600px) {
  .xb-ser-contact-info .xb-list li {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-ser-contact-info .xb-list li {
    line-height: 30px;
    font-size: 18px;
  }
}

.xb-ser-contact-info .xb-list li:not(:last-child) {
  margin-bottom: 20px;
}

.xb-ser-contact-info .xb-list li a {
  color: currentColor;
}

.xb-ser-contact-info .xb-list li .xb-icon {
  height: 40px;
  width: 40px;
  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-white);
  border: 1px solid #d1d1d3;
}

.sd-service-img {
  margin-top: 70px;
  position: relative;
  min-height: 550px;
  padding: 20px;
  display: flex;
  align-items: end;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .sd-service-img {
    margin-top: 0;
    margin-right: 93px;
    min-height: 410px;
    background-position: inherit;
  }
}

@media (max-width: 991px) {
  .sd-service-img {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sd-service-img {
    max-width: 410px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .sd-service-img {
    margin: 0;
  }
}

.sd-service-img .xb-glassy {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .sd-service-img .xb-glassy {
    left: -35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sd-service-img .xb-glassy {
    left: -46px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sd-service-img .xb-glassy {
    left: -65px;
  }
}

@media (max-width: 1199px) {
  .sd-service-img .xb-glassy {
    left: 0;
    top: -65px;
  }
}

@media (max-width: 991px) {
  .sd-service-img .xb-glassy {
    left: -28px;
    top: -65px;
  }
}

@media (max-width: 767px) {
  .sd-service-img .xb-glassy {
    left: -33px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sd-service-img .xb-glassy {
    left: 0;
  }
}

.sd-service-img .sd-service-btn {
  width: 100%;
}

.sd-service-img .sd-service-btn a {
  width: 100%;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sd-service-img .sd-service-btn a .text span {
    font-size: 16px;
  }
}

.service-details-right {
  padding-left: 35px;
}

@media (max-width: 1199px) {
  .service-details-right {
    padding-left: 0;
  }
}

.service-details-right .grid-item {
  width: 100%;
}

.details-content-col:first-child p {
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .details-content-col:first-child p {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .details-content-col:first-child p {
    padding-right: 0;
  }
}

.details-content-col:last-child p {
  padding-left: 66px;
  border-left: 1px solid #d1d1d3;
}

@media (max-width: 1199px) {
  .details-content-col:last-child p {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .details-content-col:last-child p {
    padding-left: 0;
    border-left: none;
  }
}

.xb-details-analysis-item {
  gap: 15px;
  display: flex;
  align-items: start;
}

.xb-details-analysis-item strong {
  font-weight: 500;
  color: var(--color-heading);
}

.xb-service-list-content .xb-left-content {
  max-width: 742px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-list-content .xb-left-content {
    max-width: 560px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-service-list-content .xb-left-content {
    max-width: 480px;
  }
}

@media (max-width: 1199px) {
  .xb-service-list-content .xb-left-content {
    max-width: 565px;
  }
}

@media (max-width: 991px) {
  .xb-service-list-content .xb-left-content {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-details-list {
    margin-left: -35px;
  }
}

@media (max-width: 1199px) {
  .xb-details-list {
    margin-left: -35px;
  }
}

@media (max-width: 991px) {
  .xb-details-list {
    margin-left: 0;
  }
}

.xb-details-list li {
  gap: 15px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

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

@media (max-width: 991px) {
  .xb-details-img img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .service-details {
    padding-top: 140px;
    padding-bottom: 150px;
  }
}

.cg-service-wrap {
  gap: 11px;
  display: flex;
  margin-left: -60px;
}

@media (max-width: 1199px) {
  .cg-service-wrap {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .cg-service-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cg-service-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cg-service-item {
  flex: 1;
  height: 400px;
  position: relative;
  background: #081539;
  padding: 65px 35px 70px;
  backdrop-filter: blur(10px);
  transition: all 0.6s ease;
}

@media (max-width: 991px) {
  .cg-service-item {
    width: 100%;
    flex: unset;
    padding: 40px 35px 70px;
  }
}

.cg-service-item .xb-item--icon {
  min-height: 42px;
}

.cg-service-item .xb-item--icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cg-service-item .xb-item--title {
  position: relative;
  font-size: 22px;
  display: block;
  margin: 57px 0 28px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}

.cg-service-item .xb-item--title a {
  color: currentColor;
}

.cg-service-item .xb-item--title a:nth-child(1) {
  opacity: 1;
}

.cg-service-item .xb-item--title a:nth-child(2) {
  position: absolute;
  left: 0;
  top: 30px;
  opacity: 0;
}

@media (max-width: 991px) {
  .cg-service-item .xb-item--title a:nth-child(2) {
    display: none;
  }
}

.cg-service-item .xb-item--content {
  font-size: 15px;
  max-width: 280px;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translateY(30px);
}

@media (max-width: 991px) {
  .cg-service-item .xb-item--content {
    opacity: 1;
    transform: translateY(0);
  }
}

.cg-service-item .xb-item--arrow {
  position: absolute;
  left: 35px;
  bottom: 70px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .cg-service-item .xb-item--arrow {
    bottom: 40px;
  }
}

.cg-service-item.active {
  flex: 2;
}

.cg-service-item.active .xb-item--title a:nth-child(1) {
  opacity: 0;
}

@media (max-width: 991px) {
  .cg-service-item.active .xb-item--title a:nth-child(1) {
    opacity: 1;
  }
}

.cg-service-item.active .xb-item--title a:nth-child(2) {
  top: 0;
  opacity: 1;
  transition-delay: .3s;
}

.cg-service-item.active .xb-item--content {
  opacity: 1;
  transition-delay: .4s;
  transform: translateY(0);
}

.cg-service-item.active .xb-item--arrow {
  opacity: 0;
}

@media (max-width: 991px) {
  .cg-service-item.active .xb-item--arrow {
    opacity: 1;
  }
}

.cg-service-item:hover .xb-item--icon img,
.cg-service-item.active .xb-item--icon img {
  animation: spin 10s linear infinite;
}

.adjust_section {
  z-index: 1;
  position: relative;
}

.adjust_section .adjust_shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.cg-service-bottom {
  margin-left: -60px;
  margin-top: 65px;
}

@media (max-width: 1199px) {
  .cg-service-bottom {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .cg-service-bottom {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .cg-service-bottom .xb-content {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .cg-service-bottom .xb-content {
    max-width: 100%;
  }
}

.single-item-video {
  height: 484px;
  overflow: hidden;
}

.single-item-video video {
  object-position: center 35%;
}

.xb-feature-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .xb-feature-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .xb-feature-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-feature-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.xb-feature-item {
  padding: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-feature-item {
    padding: 50px 30px;
  }
}

@media (max-width: 1199px) {
  .xb-feature-item {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .xb-feature-item {
    padding: 50px 25px;
  }
}

.xb-feature-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {

  .xb-feature-item:nth-child(1),
  .xb-feature-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .xb-feature-item:nth-child(2) {
    border-right: none;
  }
}

.xb-feature-item:hover {
  background: rgba(38, 39, 48, 0.6);
}

.xb-feature-item .xb-item--icon {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: rgba(255, 255, 255, 0.07);
}

.xb-feature-item .xb-item--icon img {
  height: 64px;
  width: 64px;
}

.xb-feature-item .xb-item--title {
  font-size: 24px;
  margin: 55px 0 15px;
  color: var(--color-white);
}

.xb-feature-item .xb-item--content {
  max-width: 343px;
  color: var(--color-white);
}

.xb-feature-shape {
  position: absolute;
  top: 93px;
  right: -141px;
}

@media (max-width: 991px) {
  .xb-feature-shape {
    top: 150px;
    right: -120px;
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .xb-feature-shape {
    top: 285px;
    right: -90px;
    z-index: -1;
    max-width: 140px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-feature-shape {
    top: 245px;
  }
}

.xb-feature-top .sec-title .xb-holder {
  max-width: 800px;
}

@media (max-width: 1199px) {
  .xb-feature-top .sec-title .xb-holder {
    max-width: 600px;
  }
}

.ab-feature-item {
  overflow: hidden;
  position: relative;
  padding: 40px 30px;
  background: #f8f5ff;
}

@media (max-width: 1199px) {
  .ab-feature-item {
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .ab-feature-item {
    padding: 40px 20px;
  }
}

.ab-feature-item .xb-item--title {
  font-size: 34px;
  margin: 35px 0 15px;
  color: var(--color-heading);
}

.ab-feature-item .xb-item--list {
  margin-top: 30px;
}

.ab-feature-item .xb-item--list li {
  gap: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-heading);
}

.ab-feature-item .xb-item--list li:not(:last-child) {
  margin-bottom: 10px;
}

.ab-feature-item .xb-item--circle {
  height: 276px;
  width: 276px;
  right: -118px;
  bottom: -215px;
  position: absolute;
  display: inline-block;
  border: 1px solid #d1d1d3;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .ab-feature-item .xb-item--circle {
    height: 200px;
    width: 200px;
    right: -125px;
    bottom: -140px;
  }
}

@media (max-width: 991px) {
  .ab-feature-item .xb-item--circle {
    right: -120px;
    bottom: -100px;
  }
}

.ab-feature-item .xb-item--circle.circle-2 {
  right: -208px;
  bottom: -135px;
}

@media (max-width: 1199px) {
  .ab-feature-item .xb-item--circle.circle-2 {
    right: -90px;
    bottom: -160px;
  }
}

@media (max-width: 991px) {
  .ab-feature-item .xb-item--circle.circle-2 {
    right: -85px;
    bottom: -130px;
  }
}

.ab-feature-item:hover .xb-item--circle {
  border: 1px dashed var(--color-primary);
  animation: spin 30s linear infinite;
}

.ab-feature-item:hover .xb-item--circle.circle-2 {
  animation: spin2 30s linear infinite;
}

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

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

.cp-feature-item {
  display: flex;
  background: #f8f5ff;
  padding: 28px 27px 35px 19px;
}

@media (max-width: 1199px) {
  .cp-feature-item {
    gap: 20px;
    padding: 28px 26px 35px;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .cp-feature-item {
    padding: 28px 60px 35px 20px;
  }
}

@media (max-width: 767px) {
  .cp-feature-item {
    padding: 28px 20px 35px;
  }
}

.cp-feature-item .xb-item--icon {
  height: 50px;
  width: 50px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  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-secondary);
}

.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: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cp-feature-item .xb-item--content {
  font-size: 18px;
}

.cg-funfact-title {
  font-weight: 400;
  font-size: 46px;
  line-height: 49px;
  max-width: 930px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-white);
  font-family: var(--font-body);
}

@media (max-width: 767px) {
  .cg-funfact-title {
    font-size: 32px;
    max-width: 100%;
    line-height: 1.3;
  }
}

.cg-funfact-item .xb-number {
  font-weight: 500;
  font-size: 80px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: var(--font-body);
  background: linear-gradient(73deg, #b85026 0%, #ec8a34 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .cg-funfact-item .xb-number {
    font-size: 48px;
  }
}

.cg-funfact-item .xb-content {
  font-size: 17px;
  max-width: 299px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
  .cg-funfact-item .xb-content {
    max-width: 185px;
  }
}

@media (max-width: 767px) {
  .cg-funfact-item .xb-content {
    max-width: 250px;
  }
}

.cg-funfact-item:nth-child(2) .xb-number {
  background: linear-gradient(77deg, #f5b741 0%, #9cc68e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cg-funfact-item:nth-child(3) .xb-number {
  background: linear-gradient(62deg, #40accb 0%, #2c78c1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cg-funfact-inner {
  margin-left: -122px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cg-funfact-inner {
    margin-left: -170px;
  }
}

@media (max-width: 1199px) {
  .cg-funfact-inner {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .cg-funfact-inner {
    gap: 42px;
  }
}

.cg-funfact-top {
  gap: 30px;
  align-items: start;
}

.cg-funfact-top .cg-funfact-btn {
  padding-top: 10px;
}

.xb-team-item {
  overflow: hidden;
  position: relative;
  display: inline-block;
  min-height: 550px;
  max-width: 520px;
}

@media (max-width: 767px) {
  .xb-team-item {
    min-height: 500px;
  }
}

.xb-team-item:not(:last-child) {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .xb-team-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-item:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .xb-team-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .xb-team-item:not(:last-child) {
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .xb-team-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.xb-team-item::before {
  position: absolute;
  content: '';
  height: 60%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(25, 27, 33, 0) 4.28%, rgba(25, 27, 33, 0.3) 32.71%, #191b21 100%);
}

.xb-team-item .xb-item--holder {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  width: 100%;
  padding: 0 40px;
  text-align: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-team-item .xb-item--holder {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .xb-team-item .xb-item--holder {
    padding: 0 20px;
  }
}

.xb-team-item .xb-item--name {
  font-size: 28px;
  text-transform: capitalize;
  color: var(--color-white);
}

.xb-team-item .xb-item--link {
  height: 50px;
  width: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: var(--color-secondary);
  background: var(--color-white);
}

.xb-team-item .xb-item--link:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

.xb-team-item .glassy-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1600px) {
  .xb-team-item .glassy-shape {
    left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-item .glassy-shape {
    left: -50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-team-item .glassy-shape {
    left: -82px;
  }
}

@media (max-width: 1199px) {
  .xb-team-item .glassy-shape {
    left: -30px;
  }
}

@media (max-width: 991px) {
  .xb-team-item .glassy-shape {
    left: -90px;
  }
}

@media (max-width: 767px) {
  .xb-team-item .glassy-shape {
    top: -50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-team-item .glassy-shape {
    left: 0;
  }
}

.xb-team-item:hover .glassy-shape {
  transform: scale(3);
}

.xb-team-item--middle {
  max-width: 100%;
  min-height: 700px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-team-item--middle {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .xb-team-item--middle {
    min-height: 500px;
  }
}

@media only screen and (max-width: 1600px) {
  .xb-team-item--middle .glassy-shape {
    left: -45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-item--middle .glassy-shape {
    left: -95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-team-item--middle .glassy-shape {
    left: -62px;
    top: -75px;
  }
}

@media (max-width: 1199px) {
  .xb-team-item--middle .glassy-shape {
    left: -65px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-team-item--middle .glassy-shape {
    left: -71px;
  }
}

@media (max-width: 991px) {
  .xb-team-item--middle .glassy-shape {
    left: 70px;
    transform: scale(1.2);
  }
}

@media (max-width: 767px) {
  .xb-team-item--middle .glassy-shape {
    left: -102px;
    top: -105px;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-team-item--middle .glassy-shape {
    left: -35px;
    top: -130px;
    transform: scale(0.87);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-team-item--middle .glassy-shape svg {
    width: 480px;
  }
}

.xb-team-top .title {
  max-width: 593px;
}

@media (max-width: 1199px) {
  .xb-team-top .title {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .xb-team-top .title {
    max-width: 100%;
  }
}

.xb-team-top .content {
  max-width: 462px;
  margin-right: 62px;
}

@media only screen and (max-width: 1600px) {
  .xb-team-top .content {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .xb-team-top .content {
    max-width: 330px;
  }
}

@media (max-width: 991px) {
  .xb-team-top .content {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  .xb-team-col {
    gap: 30px;
    display: flex;
  }
}

@media (max-width: 767px) {
  .xb-team-col {
    flex-wrap: wrap;
  }
}

.ab-team-inner .xb-item--list {
  gap: 20px;
  padding: 25px 0 70px;
  border-top: 1px solid #d9d9d9;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ab-team-inner .xb-item--list {
    gap: 5px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ab-team-inner .xb-item--list {
    gap: 20px 70px;
    justify-content: start;
  }
}

@media (max-width: 1199px) {
  .ab-team-inner .xb-item--list {
    gap: 20px 70px;
    justify-content: start;
  }
}

@media (max-width: 991px) {
  .ab-team-inner .xb-item--list {
    gap: 20px 30px;
  }
}

.ab-team-inner .xb-item--list li {
  gap: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}

.ab-team-inner .xb-item--img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.xb-team-bottom {
  margin-top: -190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-bottom {
    margin-top: -220px;
  }
}

@media (max-width: 1199px) {
  .xb-team-bottom {
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  .xb-team-bottom {
    margin-top: 50px;
  }
}

.xb-team-bottom .xb-content {
  margin: 0 auto;
  max-width: 540px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-bottom .xb-content {
    max-width: 430px;
  }
}

@media (max-width: 991px) {
  .xb-team-inner_wrap {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .xb-team-inner_wrap {
    gap: 0;
    margin-bottom: 20px;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .xb-team-inner_wrap.left {
    margin-right: 13px;
  }
}

@media (max-width: 991px) {
  .xb-team-inner_wrap.left {
    margin-right: 0;
  }
}

.xb-team-inner_wrap.middle {
  position: sticky;
  top: 100px;
  margin: 0 -10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-inner_wrap.middle {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .xb-team-inner_wrap.middle {
    gap: 50px;
    display: flex;
    margin: 43px 0 0;
  }
}

@media (max-width: 991px) {
  .xb-team-inner_wrap.middle {
    gap: 8px;
    margin: 17px 0 0;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .xb-team-inner_wrap.middle {
    margin: 0;
  }
}

.xb-team-inner_wrap.team-middle {
  top: 0;
  position: relative;
}

.xb-team-inner_wrap.right {
  text-align: end;
}

@media (max-width: 1199px) {
  .xb-team-inner_wrap.right {
    text-align: left;
    margin-left: 13px;
  }
}

@media (max-width: 991px) {
  .xb-team-inner_wrap.right {
    margin-left: 0;
  }
}

.xb-details-title {
  font-size: 44px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .xb-details-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .xb-details-title {
    font-size: 36px;
  }
}

.xb-details-content-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

@media (max-width: 767px) {
  .xb-details-content-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.details-content-title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

@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 {
  font-size: 18px;
  line-height: 30px;
}

.single-item-image {
  overflow: hidden;
}

.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: 900px;
  position: absolute;
  left: 46px;
  bottom: 45px;
  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;
  }
}

@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: 6.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-secondary);
  background: var(--color-white);
  font-family: var(--font-heading);
}

@media (max-width: 991px) {
  .blog-slide-item .xb-item--tag {
    font-size: 14px;
  }
}

.blog-slide-item .xb-item--title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.23;
  margin: 40px 0 20px;
  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: 738px;
  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-secondary);
}

.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 #d1d1d3;
}

.blog_details_item:not(:last-child) {
  margin-bottom: 40px;
}

.blog_details_item:hover {
  box-shadow: 0 8px 20px 0 #dddde7;
}

.blog_details_item .xb-item--img {
  margin-right: 50px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog_details_item .xb-item--img {
    margin-right: 0;
    width: 100%;
    height: 300px;
  }
}

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

.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 {
    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;
  text-transform: uppercase;
  color: var(--color-primary);
}

.blog_details_item .xb-item--title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 448px;
  letter-spacing: 0;
  margin: 15px 0 22px;
}

@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 .btn_label {
  padding: 11px 0px;
}

.blog_details_item .xb-item--button a .xb-icon {
  width: 32px;
  height: 32px;
}

.blog_details_item .xb-item--button a:hover .btn_label {
  transform: translateY(-95%);
}

.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--title {
  max-width: 570px;
}

.blog_details_item:nth-child(even) .xb-item--content {
  max-width: 750px;
}

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

@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-primary);
  font-family: var(--font-heading);
}

.post_meta .meta_label1::before {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  height: 13px;
  width: 2px;
  background: #d1d1d3;
  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);
  font-family: var(--font-heading);
}

.post_meta .meta_icon img {
  margin-right: 5px;
  transform: translateY(-2px);
}

.post-meta-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d1d3;
}

.post_audio {
  margin-bottom: 40px;
}

.post_audio .audio_play_btn {
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  display: inline-flex;
  padding: 5px 30px 5px 5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

.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: 35px;
  height: 35px;
  flex: 0 0 auto;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.post_audio .audio_play_btn span {
  display: inline-block;
  color: var(--color-default);
}

.post_audio .audio_play_btn .time {
  margin: 0 20px 0 15px;
}

.item_details_info_heading {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  max-width: 706px;
  color: var(--color-heading);
}

@media (max-width: 767px) {
  .item_details_info_heading {
    font-size: 24px;
    line-height: 34px;
  }
}

.blog-details-video {
  width: 100%;
  overflow: hidden;
  margin-bottom: 42px;
  display: inline-flex;
}

@media (max-width: 767px) {
  .blog-details-video {
    height: 385px;
  }
}

.iconlist_block {
  gap: 25px;
  display: flex;
  flex-direction: column;
}

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

.post-block-wrap {
  border-bottom: 1px solid #d1d1d3;
}

.postabmin_block {
  margin: 80px 0;
  padding: 35px 40px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

@media (max-width: 767px) {
  .postabmin_block {
    justify-content: center;
  }
}

.postabmin_block .admin_image {
  width: 150px;
  height: 150px;
  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% - 180px);
}

@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: 500;
  letter-spacing: 0;
  color: var(--color-heading);
}

.postabmin_block .admin_designation {
  font-weight: 400;
  font-size: 16px;
  margin: 2px 0 13px;
  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-secondary);
}

.postabmin_block .social_icons_blocks li a:hover i {
  color: var(--color-primary);
}

.postabmin_block p {
  font-size: 18px;
  max-width: 624px;
  line-height: 30px;
  margin-bottom: 20px;
}

.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;
  border: 1px solid #d1d1d3;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: var(--color-secondary);
  background: var(--color-white);
}

.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 {
  color: var(--color-white);
  border: 1px solid #8348ff;
  background: var(--color-primary);
}

.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: 50px 60px 60px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

@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: 13px;
}

.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 #d1d1d3;
  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: 60px;
  padding: 0 140px 0 30px;
  color: var(--color-heading);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #d1d1d3;
  background: #f8f5ff;
}

.item_details-newslatter .xb-item--item-input_field input::placeholder {
  font-size: 16px;
  color: rgba(81, 80, 83, 0.6);
}

.item_details-newslatter .xb-item--item-input_field input:focus {
  border-color: var(--color-primary);
}

.item_details-newslatter .xb-item--item-input_field button {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  padding: 11px 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  -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: 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;
  padding: 65px 70px 70px !important;
  border: 1px solid #d1d1d3 !important;
  background: var(--color-white) !important;
}

@media (max-width: 1199px) {
  .xb-comment-form {
    padding: 65px 50px 70px !important;
  }
}

@media (max-width: 767px) {
  .xb-comment-form {
    padding: 35px 20px 40px !important;
  }
}

.xb-comment-form::before {
  display: none !important;
}

.xb-comment-form .title {
  font-size: 28px !important;
  margin-bottom: 15px !important;
  letter-spacing: 0 !important;
  color: var(--color-secondary) !important;
}

.xb-comment-form .sub-title {
  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: #f8f5ff !important;
  border: 1px solid #d1d1d3 !important;
}

.xb-comment-form .xb-input-field input:focus,
.xb-comment-form .xb-input-field textarea:focus {
  border-color: var(--color-primary) !important;
}

.xb-comment-form .xb-input-field textarea {
  height: 161px !important;
}

.xb-comment-form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  color: var(--color-secondary);
}

.details-contact-input-form .form-submit-btn button {
  width: 100%;
  font-size: 20px;
  justify-content: space-between;
}

.details-contact-input-form .form-submit-btn button .btn_label {
  padding: 25px 0;
}

.details-contact-input-form .form-submit-btn button .xb-icon {
  height: 60px;
  width: 60px;
}

.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 #d1d1d3;
}

.form-check .form-check-input:checked {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.form-check label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
  color: var(--color-default);
  transform: translate(-3px, -4px);
}

.form-check label a {
  color: currentColor;
}

.comment_area {
  padding-top: 70px;
  border-top: 1px solid #d1d1d3;
}

.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: 500;
  letter-spacing: 0;
  margin-bottom: 13px;
  text-transform: capitalize;
}

.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 #d1d1d3;
}

.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 #8348ff;
  background-color: var(--color-primary);
}

.xb-video .btn-video {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 50%;
  left: 50%;
  padding: 55px;
  transform: translate(-50%, -50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-white);
}

.xb-video .btn-video svg path {
  fill: var(--color-primary);
}

.xb-video .btn-video::before,
.xb-video .btn-video::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  z-index: -2;
  border-radius: inherit;
  background: var(--color-white);
}

.xb-video .btn-video::before {
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .xb-video .btn-video::before {
    animation: pulse-border-small 1500ms ease-out infinite;
  }
}

.xb-video .btn-video::after {
  animation: pulse-border-big 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .xb-video .btn-video::after {
    animation: pulse-border 1500ms ease-out infinite;
  }
}

.xb-cta-marquee {
  align-items: center;
  display: inline-flex;
  padding: 37px 0 30px;
  background: #f8f5ff;
}

.xb-cta-marquee .xb-marquee-text {
  font-size: 200px;
  color: transparent;
  margin-right: 20px;
  letter-spacing: -0.04em;
  -webkit-text-stroke: 2px rgba(25, 27, 33, 0.5);
}

@media (max-width: 1199px) {
  .xb-cta-marquee .xb-marquee-text {
    font-size: 120px;
  }
}

@media (max-width: 991px) {
  .xb-cta-marquee .xb-marquee-text {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .xb-cta-marquee .xb-marquee-text {
    font-size: 60px;
  }
}

.xb-cta-marquee .xb-marquee-text img {
  animation: spin 30s linear infinite;
}

@media (max-width: 1199px) {
  .xb-cta-marquee .xb-marquee-text img {
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  .xb-cta-marquee .xb-marquee-text img {
    max-width: 50px;
  }
}

.xb-cta-wrap {
  padding-right: 70px;
  min-height: 483px;
}

@media (max-width: 767px) {
  .xb-cta-wrap {
    padding: 0 15px;
  }
}

.dm-cta-content {
  float: right;
  z-index: 1;
  position: relative;
  padding-top: 130px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .dm-cta-content {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .dm-cta-content {
    margin-right: -80px;
  }
}

@media (max-width: 1199px) {
  .dm-cta-content {
    margin-right: -80px;
    padding-top: 70px !important;
  }
}

@media (max-width: 991px) {
  .dm-cta-content {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .dm-cta-content {
    padding-top: 75px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-cta-content {
    float: left;
  }
}

@media (max-width: 767px) {
  .dm-cta-content .title {
    font-size: 34px;
  }
}

.dm-cta-content .content {
  max-width: 630px !important;
}

@media (max-width: 991px) {
  .dm-cta-content .content {
    max-width: 435px !important;
  }
}

.dm-cta-content .xb-item--inner {
  gap: 125px !important;
}

@media only screen and (max-width: 1600px) {
  .dm-cta-content .xb-item--inner {
    gap: 55px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .dm-cta-content .xb-item--inner {
    gap: 30px !important;
    flex-direction: column-reverse;
    align-items: start !important;
  }
}

@media (max-width: 1199px) {
  .dm-cta-content .xb-item--inner {
    gap: 30px !important;
    flex-direction: column-reverse;
    align-items: start !important;
  }
}

.xb-cta-img {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-cta-img {
    max-width: 630px;
  }
}

@media (max-width: 1199px) {
  .xb-cta-img {
    left: -30px;
    max-width: 475px;
  }
}

@media (max-width: 991px) {
  .xb-cta-img {
    left: -40px;
    max-width: 465px;
  }
}

@media (max-width: 767px) {
  .xb-cta-img {
    display: none;
  }
}

.xb-testimonial-arrow {
  margin-right: 16px;
  height: 100%;
  position: relative;
  background: var(--color-white);
}

@media (max-width: 1199px) {
  .xb-testimonial-arrow {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-arrow {
    min-height: 50px;
    margin-top: -20px;
  }
}

.xb-testimonial-arrow .tes-arrow::after {
  display: none;
}

@media (max-width: 767px) {
  .xb-testimonial-arrow .tes-arrow span svg {
    max-width: 24px;
  }
}

.xb-testimonial-arrow .tes-arrow span svg rect {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-testimonial-arrow .tes-arrow:hover span svg rect {
  fill: var(--color-primary);
}

.xb-testimonial-arrow .swiper-button-prev {
  left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-testimonial-arrow .swiper-button-prev {
    left: 10px;
  }
}

.xb-testimonial-arrow .swiper-button-next {
  right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-testimonial-arrow .swiper-button-next {
    right: 10px;
  }
}

.xb-testimonial-slider {
  margin-right: 46px;
  margin-left: 4px;
  background: var(--color-white);
}

@media only screen and (max-width: 1600px) {
  .xb-testimonial-slider {
    margin-right: -16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-testimonial-slider {
    margin-right: -90px;
  }
}

@media (max-width: 1199px) {
  .xb-testimonial-slider {
    margin-right: 0;
    margin-left: 0;
  }
}

.xb-testimonial-author {
  margin-left: -37px;
}

@media only screen and (max-width: 1600px) {
  .xb-testimonial-author {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-author {
    margin-top: -20px;
  }
}

.xb-testimonial-author .swiper-wrapper {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
}

@media (max-width: 1199px) {
  .xb-testimonial-author .swiper-wrapper {
    justify-content: start;
  }
}

.xb-testimonial-author .swiper-slide {
  width: 200px !important;
  margin-right: 0px !important;
}

@media only screen and (max-width: 1600px) {
  .xb-testimonial-author .swiper-slide {
    width: 150px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-testimonial-author .swiper-slide {
    width: 155px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-testimonial-author .swiper-slide {
    width: 122px !important;
  }
}

@media (max-width: 1199px) {
  .xb-testimonial-author .swiper-slide {
    width: 128px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-testimonial-author .swiper-slide {
    width: 124px !important;
  }
}

@media (max-width: 991px) {
  .xb-testimonial-author .swiper-slide {
    width: 88px !important;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-author .swiper-slide {
    width: 49px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-testimonial-author .swiper-slide {
    width: 77px !important;
  }
}

.xb-testimonial-author .swiper-slide-thumb-active .xb-tes-author .arrow-active {
  opacity: 1;
}

.xb-testimonial-author .swiper-slide-thumb-active .xb-tes-author .arrow-active svg {
  opacity: 1;
  transform: translateX(0);
}

.xb-tes-author {
  cursor: pointer;
  position: relative;
}

.xb-tes-author .xb-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .xb-tes-author .xb-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .xb-tes-author .xb-icon {
    display: none;
  }
}

@media (max-width: 991px) {
  .xb-tes-author .xb-icon img {
    max-width: 8px;
  }
}

.xb-tes-author .arrow-active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
}

.xb-tes-author .arrow-active svg {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translateX(50px);
}

@media (max-width: 1199px) {
  .xb-tes-author .arrow-active svg {
    transform: translateX(50px), rotate(90deg);
  }
}

@media (max-width: 991px) {
  .xb-tes-author .arrow-active svg {
    max-width: 30px;
  }
}

@media (max-width: 767px) {
  .xb-tes-author .arrow-active svg {
    max-width: 25px;
  }
}

.xb-testimonial-item {
  display: flex;
  align-items: center;
  padding: 40px 40px 35px;
}

@media (max-width: 991px) {
  .xb-testimonial-item {
    padding: 40px 15px 35px;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-item {
    display: inline-block;
  }
}

.xb-testimonial-item .xb-item--inner_content {
  width: calc(100% - 340px);
  position: relative;
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--inner_content {
    width: 100%;
  }
}

.xb-testimonial-item .xb-item--img {
  position: relative;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--img {
    display: none;
  }
}

.xb-testimonial-item .xb-item--img>img {
  width: 100%;
}

.xb-testimonial-item .xb-item--icon {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--icon {
    top: 20px;
    right: 20px;
  }
}

.xb-testimonial-item .xb-item--quote {
  position: absolute;
  top: -10px;
  left: 0;
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--quote {
    top: -5px;
    left: 0;
    max-width: 50px;
  }
}

.xb-testimonial-item .xb-item--title {
  font-size: 34px;
  color: var(--color-primary);
}

@media (max-width: 991px) {
  .xb-testimonial-item .xb-item--title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-testimonial-item .xb-item--title {
    font-size: 34px;
  }
}

.xb-testimonial-item .xb-item--content {
  font-size: 22px;
  line-height: 32px;
  margin: 45px 0 80px;
  color: var(--color-heading);
}

@media (max-width: 991px) {
  .xb-testimonial-item .xb-item--content {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--content {
    font-size: 18px;
    line-height: 26px;
    margin: 45px 0 50px;
  }
}

.xb-testimonial-item .xb-item--name {
  font-size: 20px;
  text-transform: capitalize;
}

.xb-testimonial-item .xb-item--holder {
  gap: 30px;
  flex-wrap: nowrap;
}

.xb-testimonial-review ul {
  gap: 5px;
}

.xb-testimonial-review ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.xb-testimonial-review ul li i {
  color: #D9FF43;
}

.xb-testimonial-review ul li.text {
  color: var(--color-white);
}

.xb-testimonial-review .xb-rating {
  margin-bottom: 6px;
}

.xb-testimonial-review .xb-rating .text {
  padding-right: 7px;
}

.cs-testimonial-item .xb-item--quote {
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .cs-testimonial-item .xb-item--quote {
    margin-bottom: 35px;
    max-width: 60px;
  }
}

.cs-testimonial-item .xb-item--content {
  font-weight: 500;
  font-size: 65px;
  line-height: 1.1;
  color: #fffffa;
  margin-bottom: 85px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .cs-testimonial-item .xb-item--content {
    font-size: 47px;
  }
}

@media (max-width: 991px) {
  .cs-testimonial-item .xb-item--content {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .cs-testimonial-item .xb-item--content {
    font-size: 22px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cs-testimonial-item .xb-item--content {
    font-size: 32px;
  }
}

.cs-testimonial-item .xb-item--content span:nth-child(1) {
  color: #aec0f1;
}

.cs-testimonial-item .xb-item--content span:nth-child(2) {
  background: linear-gradient(90deg, #e9792f 0%, #fde14d 61.54%, #33a8d4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cs-testimonial-item .xb-item--name {
  font-size: 40px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .cs-testimonial-item .xb-item--name {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .cs-testimonial-item .xb-item--name {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.cs-testimonial-item .xb-item--desig {
  font-size: 24px;
  color: #fffffa;
}

@media (max-width: 991px) {
  .cs-testimonial-item .xb-item--desig {
    font-size: 20px;
  }
}

.cs-testimonial-item .xb-item--rating {
  gap: 15px;
}

.cg-testimonial-slider .swiper-pagination {
  text-align: end;
}

@media (max-width: 767px) {
  .cg-testimonial-slider .swiper-pagination {
    bottom: 45px;
  }
}

.cg-testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  height: 34px;
  width: 36px;
  margin: 0 8px;
  z-index: 1;
  position: relative;
  background: transparent;
}

@media (max-width: 767px) {
  .cg-testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    height: 25px;
    width: 25px;
    margin: 0 2px;
  }
}

.cg-testimonial-slider .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 34px;
  width: 36px;
  opacity: 0.5;
  z-index: -1;
  background-image: url(../img/icon/pagination-star.svg);
}

@media (max-width: 767px) {
  .cg-testimonial-slider .swiper-pagination .swiper-pagination-bullet::before {
    transform: scale(0.5);
  }
}

.cg-testimonial-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.xb-blog-item {
  background: #f8f5ff;
}

.xb-blog-item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .xb-blog-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .xb-blog-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .xb-blog-item {
    margin-left: -30px;
  }
}

@media (max-width: 991px) {
  .xb-blog-item {
    margin-left: 0;
  }
}

.xb-blog-item .xb-item--holder {
  max-width: 396px;
  padding: 30px 0 34px 30px;
}

@media (max-width: 1199px) {
  .xb-blog-item .xb-item--holder {
    padding: 30px 0 34px 20px;
  }
}

@media (max-width: 991px) {
  .xb-blog-item .xb-item--holder {
    padding: 30px 0 34px 30px;
  }
}

@media (max-width: 767px) {
  .xb-blog-item .xb-item--holder {
    padding: 30px 20px 30px;
  }
}

.xb-blog-item .xb-item--meta {
  gap: 10px;
  display: flex;
  align-items: center;
}

.xb-blog-item .xb-item--meta li {
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: var(--color-heading);
}

.xb-blog-item .xb-item--meta li:not(:last-child) {
  padding-right: 18px;
}

.xb-blog-item .xb-item--meta li:not(:last-child)::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary);
}

.xb-blog-item .xb-item--img {
  overflow: hidden;
}

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

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

.xb-blog-item .xb-item--title {
  font-size: 26px;
  line-height: 1.4;
  margin-top: 15px;
  color: var(--color-heading);
}

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

@media (max-width: 991px) {
  .xb-blog-item .xb-item--title {
    font-size: 26px;
  }
}

.xb-blog-item .xb-item--title a {
  color: currentColor;
}

.xb-blog-item .xb-item--content {
  margin-top: 15px;
  max-width: 495px;
}

.xb-blog-item .xb-item--inner {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .xb-blog-item .xb-item--inner {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .xb-blog-item .xb-item--inner {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1199px) {
  .xb-blog-item .xb-item--btn {
    margin-top: 87px;
  }
}

@media (max-width: 767px) {
  .xb-blog-item .xb-item--btn {
    margin-top: 50px;
  }
}

.xb-blog-item .xb-item--btn a .btn_label {
  padding: 14px 0px !important;
}

.xb-blog-item .xb-item--btn a .xb-icon {
  width: 38px !important;
  height: 38px !important;
}

.xb-blog-item .xb-item--btn a:hover .btn_label {
  transform: translateY(-90%) !important;
}

@media (max-width: 1199px) {
  .xb-blog-big {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .xb-blog-big {
    margin-right: 0;
  }
}

.xb-blog-big .xb-item--title {
  font-size: 28px;
}

.xb-blog-big .xb-item--holder {
  max-width: 100%;
  padding: 30px 30px 34px;
}

@media (max-width: 767px) {
  .xb-blog-big .xb-item--holder {
    padding: 30px 20px 30px;
  }
}

.dm-blog-item {
  margin-bottom: 0;
  margin-left: 0;
  background: transparent;
  padding: 30px 40px 30px 0;
  border-top: 1px solid #d1d1d3;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .dm-blog-item {
    padding: 30px 0;
  }
}

@media (max-width: 1199px) {
  .dm-blog-item {
    padding: 30px 0;
  }
}

.dm-blog-item:last-child {
  border-bottom: 1px solid #d1d1d3;
}

.dm-blog-item:not(:last-child) {
  margin-bottom: 0;
}

.dm-blog-item .xb-item--content {
  margin-top: 0;
  max-width: 445px;
}

@media (max-width: 1199px) {
  .dm-blog-item .xb-item--content {
    padding-left: 40px;
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .dm-blog-item .xb-item--content {
    padding-left: 0;
    max-width: 100%;
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .dm-blog-item .xb-item--content {
    padding-right: 0;
  }
}

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

@media (max-width: 991px) {
  .dm-blog-item .xb-item--title {
    font-size: 28px;
  }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-blog-item .xb-item--title {
    font-size: 26px;
  }
}

.dm-blog-item .xb-item--holder {
  padding: 0;
  max-width: 443px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-blog-item .xb-item--holder {
    max-width: 100%;
  }
}

.dm-blog-item .xb-item--img {
  overflow: hidden;
  border-radius: 10px;
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .dm-blog-item .xb-item--img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .dm-blog-item .xb-item--img {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .dm-blog-item .xb-item--img {
    margin-left: 0;
  }
}

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

.blog-top-content {
  max-width: 569px;
}

.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: 24px;
  font-weight: 500;
  padding: 26px 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: -0.04em;
  color: var(--color-secondary);
  background: var(--color-white);
  border-bottom: 1px solid #D1D1D3;
  font-family: var(--font-heading);
}

@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: rgba(25, 27, 33, 0.5);
}

.career-faq .accordion_box .block .acc-btn .arrow {
  position: absolute;
  top: 22px;
  right: 30px;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  background: #f8f5ff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@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: 11px;
  font-size: 18px;
  content: "\f067";
  font-weight: 400;
  position: absolute;
  color: var(--color-secondary);
  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 {
  padding: 20px 40px 30px 30px;
}

@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: -0.01em;
  color: var(--color-secondary);
}

.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-secondary);
}

.career-faq .accordion_box .block.active-block .acc-btn .arrow {
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
}

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

.pr-faq-wrap {
  margin-left: 100px;
}

@media (max-width: 1199px) {
  .pr-faq-wrap {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .pr-faq-wrap {
    margin-left: 0;
  }
}

.pricing-faq .block .acc_body .content {
  padding: 30px 65px 40px 30px;
}

@media (max-width: 767px) {
  .pricing-faq .block .acc_body .content {
    padding: 30px 25px 40px;
  }
}

.pricing-faq .block .acc_body .content p {
  max-width: 100%;
}

.faq-img {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .faq-img {
    left: -100px;
  }
}

@media (max-width: 1199px) {
  .faq-img {
    left: -170px;
  }
}

@media (max-width: 991px) {
  .faq-img {
    left: 0;
    bottom: 30px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .faq-img {
    bottom: 10px;
  }
}

.contact-sec-title {
  gap: 125px;
}

@media only screen and (max-width: 1600px) {
  .contact-sec-title {
    gap: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .contact-sec-title {
    gap: 50px;
  }
}

@media (max-width: 1199px) {
  .contact-sec-title {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .contact-sec-title {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .contact-sec-title .xb-holder {
    flex-basis: unset;
    flex-grow: unset;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .xb-contact-ser_list {
    border-right: 1px solid #d1d1d3;
  }
}

@media (max-width: 991px) {
  .xb-contact-ser_list {
    margin-right: -20px;
  }
}

@media (max-width: 767px) {
  .xb-contact-ser_list {
    margin-right: 0;
    border-right: none;
    padding-bottom: 55px;
    border-bottom: 1px solid #d1d1d3;
  }
}

.xb-contact-ser_list .text {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  font-family: var(--font-heading);
}

.xb-contact-ser_list .list {
  gap: 15px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
  border-bottom: 1px solid #d1d1d3;
}

@media (max-width: 1199px) {
  .xb-contact-ser_list .list {
    align-items: start;
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.xb-contact-ser_list .list li {
  gap: 11px;
  display: flex;
  font-weight: 500;
  align-items: center;
  width: 50%;
  color: var(--color-secondary);
}

@media (max-width: 1199px) {
  .xb-contact-ser_list .list li {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .xb-contact-ser_list .list li:nth-child(5) {
    display: none;
  }
}

.xb-contact-content {
  padding-left: 248px;
}

@media only screen and (max-width: 1600px) {
  .xb-contact-content {
    padding-left: 190px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-contact-content {
    padding-left: 173px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-content {
    padding-left: 0;
    display: grid;
    gap: 120px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .xb-contact-content {
    gap: 0;
  }
}

@media (max-width: 767px) {
  .xb-contact-content {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}

.xb-contact-method {
  padding-top: 40px;
}

@media (max-width: 1199px) {
  .xb-contact-method {
    padding-top: 0;
    margin-top: -10px;
  }
}

@media (max-width: 991px) {
  .xb-contact-method {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .xb-contact-method {
    gap: 30px;
    padding-left: 0;
  }
}

.xb-contact-method ul {
  width: 50%;
}

@media (max-width: 1199px) {
  .xb-contact-method ul {
    width: 100%;
  }
}

.xb-contact-method ul li {
  font-weight: 500;
  font-size: 22px;
  line-height: 39px;
  display: flex;
  align-items: start;
  gap: 6px;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-contact-method ul li {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-method ul li {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .xb-contact-method ul li {
    font-size: 20px;
  }
}

.xb-contact-method ul li a {
  color: currentColor;
}

.xb-contact-method ul li.text {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--color-default);
}

.xb-contact-shape {
  position: absolute;
  left: -177px;
  bottom: 21px;
}

@media (max-width: 1199px) {
  .xb-contact-shape {
    left: auto;
    bottom: 60%;
    right: -150px;
  }
}

@media (max-width: 991px) {
  .xb-contact-shape {
    right: -170px;
  }
}

@media (max-width: 767px) {
  .xb-contact-shape {
    bottom: 57.5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-shape {
    bottom: 59.5%;
  }
}

.xb-contact-shape .img {
  animation: spin 30s linear infinite;
}

.xb-contact-form {
  z-index: 1;
  position: relative;
  padding: 50px 50px;
  margin-left: -13px;
  background: linear-gradient(203deg, #191b21 0%, #34275a 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-contact-form {
    padding: 50px 15px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-form {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .xb-contact-form {
    margin-left: 0;
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .xb-contact-form {
    padding: 40px 20px;
  }
}

.xb-contact-form::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../img/contact/noise.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.xb-contact-form .xb-shape {
  position: absolute;
  top: 66px;
  right: 155px;
}

@media only screen and (max-width: 1600px) {
  .xb-contact-form .xb-shape {
    right: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-contact-form .xb-shape {
    top: 50px;
    right: 155px;
  }
}

@media (max-width: 767px) {
  .xb-contact-form .xb-shape {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-form .xb-shape {
    top: 55px;
    max-width: 48px;
    display: block;
  }
}

.xb-contact-form .title {
  font-size: 32px;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-contact-form .title {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-form .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .xb-contact-form .title {
    font-size: 24px;
  }
}

.xb-contact-form .sub-title {
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: var(--color-white);
  text-transform: uppercase;
}

.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: 18px;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: -0.02em;
  color: var(--color-secondary);
  background: var(--color-white);
  transition: all 0.3s ease;
  padding: 10px 40px 10px 48px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.xb-contact-form .xb-input-field input:focus~img,
.xb-contact-form .xb-input-field textarea:focus~img {
  opacity: 1;
  filter: brightness(0);
}

.xb-contact-form .xb-input-field label {
  position: absolute;
  left: 48px;
  top: 50%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
  display: inline-block;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  text-transform: capitalize;
  color: #66676f;
}

.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: 20px;
  top: 50%;
  opacity: 0.5;
  filter: brightness(0);
  transform: translateY(-50%);
}

.xb-contact-form .xb-select-field {
  z-index: 1;
  position: relative;
}

.xb-contact-form .xb-select-field .nice-select {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
  height: 60px;
  min-height: 60px;
  line-height: 38px;
  padding: 10px 48px;
  color: #66676f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-white);
}

.xb-contact-form .xb-select-field .nice-select:focus~img {
  filter: brightness(0);
}

.xb-contact-form .xb-select-field .nice-select::after {
  border-bottom: 1.9px solid #66676F;
  border-right: 1.9px solid #66676F;
  height: 9px;
  right: 20px;
  width: 9px;
}

.xb-contact-form .xb-select-field .nice-select .list .option {
  font-weight: 400;
}

.xb-contact-form .xb-select-field img {
  top: 30px;
}

.xb-contact-form .xb-massage-field textarea {
  height: 150px;
  padding: 14px 20px 14px 48px;
}

.xb-contact-form .xb-massage-field label {
  top: 30px;
}

.xb-contact-form .xb-massage-field img {
  top: 30px;
}

.xb-contact-form .xb-input-label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--color-white);
}

.xb-contact-form .xb-upload-file {
  gap: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-white);
}

.xb-contact-form .xb-upload-file img {
  opacity: 1;
  position: unset;
  filter: unset;
  transform: translateY(0);
}

.xb-contact-form .xb-upload-file p {
  color: var(--color-secondary);
}

.xb-contact-form .xb-upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100% !important;
  width: 100% !important;
}

.xb-contact-form .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-contact-form .xb-upload-file .xb-input-file p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-default);
}

.form-btn {
  width: 100%;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  justify-content: center;
  letter-spacing: -0.01em;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: linear-gradient(101deg, #8348ff 0%, #150089 100%) !important;
}

.form-btn::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: linear-gradient(101deg, #22D669 0%, #22D669 100%) !important;
}

.form-btn:hover::before {
  opacity: 1;
}

.xb-contact-content-wrap {
  margin-right: 78px;
}

@media only screen and (max-width: 1600px) {
  .xb-contact-content-wrap {
    margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-content-wrap {
    margin-right: 0;
  }
}

.dm-contact-method {
  padding: 0;
}

.dm-contact-method ul {
  width: 100%;
}

.dm-contact-method ul li {
  gap: 20px;
}

.dm-contact-method ul li:not(:last-child) {
  margin-bottom: 11px;
}

.dm-contact-method ul li span {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d3;
  backdrop-filter: blur(4px);
  background: var(--color-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.xb-contact-bottom {
  margin-top: 65px;
}

.xb-contact-bottom .title {
  font-size: 18px;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.xb-contact-bottom ul {
  gap: 40px;
  padding: 0 20px;
  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 (min-width: 1200px) and (max-width: 1300px) {
  .xb-contact-bottom ul {
    gap: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-bottom ul {
    gap: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-contact-bottom ul {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .xb-contact-bottom ul {
    gap: 40px;
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .xb-contact-bottom ul {
    gap: 10px;
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-bottom ul {
    gap: 20px;
    padding: 0 20px;
  }
}

.xb-contact-bottom ul li {
  gap: 9px;
  display: flex;
  padding: 21px 0;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .xb-contact-bottom ul li {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-bottom ul li {
    padding: 21px 0;
  }
}

.xb-contact-bottom ul li a {
  color: #515053;
}

.xb-contact-bottom ul li a:hover {
  color: var(--color-primary);
}

.xb-contact-bottom ul li span {
  font-weight: 700;
  color: var(--color-primary);
}

.xb-contact-bottom ul li:not(:last-child) {
  padding-right: 37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-contact-bottom ul li:not(:last-child) {
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-bottom ul li:not(:last-child) {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .xb-contact-bottom ul li:not(:last-child) {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .xb-contact-bottom ul li:not(:last-child) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-bottom ul li:not(:last-child) {
    padding-right: 20px;
  }
}

.xb-contact-bottom ul li:not(:last-child)::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #fff 12.88%, rgba(131, 72, 255, 0.43) 44.34%, #fff 88.24%);
}

@media (max-width: 767px) {
  .xb-contact-bottom ul li:not(:last-child)::before {
    opacity: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-bottom ul li:not(:last-child)::before {
    opacity: 1;
  }
}

.dm-contact-content-wrap {
  margin-right: 50px;
}

@media only screen and (max-width: 1600px) {
  .dm-contact-content-wrap {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .dm-contact-content-wrap {
    margin-right: -80px;
  }
}

@media (max-width: 1199px) {
  .dm-contact-content-wrap .xb-contact-content {
    display: block;
  }
}

.dm-contact-form {
  overflow: hidden;
  margin-left: -42px;
  padding: 40px 40px;
  backdrop-filter: blur(100px);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-secondary);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 1199px) {
  .dm-contact-form {
    margin-left: 30px;
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .dm-contact-form {
    margin-left: 0;
  }
}

.dm-contact-form::after {
  position: absolute;
  content: '';
  inset: 0;
  z-index: -1;
  backdrop-filter: blur(10px);
  background: rgba(25, 27, 33, 0.6);
}

.dm-contact-form::before {
  background-image: url(../img/bg/contact-form_bg.jpg);
}

.dm-contact-form .form-heading {
  padding-bottom: 35px;
  margin-bottom: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.dm-contact-form .form-heading .title {
  font-size: 28px;
  text-align: center;
}

.dm-contact-form .xb-massage-field textarea {
  height: 128px;
}

.dm-contact-form .xb-input-field input {
  height: 50px;
}

.dm-contact-form .xb-input-field input,
.dm-contact-form .xb-input-field textarea {
  font-size: 16px;
  padding: 10px 20px 10px;
}

.dm-form-submit-btn .form-btn {
  padding: 11px;
  border-radius: 100px;
  background: var(--color-primary);
}

.dm-form-submit-btn .form-btn::before {
  background: var(--color-white) !important;
}

.dm-form-submit-btn .form-btn .xb-arrow-icon svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dm-form-submit-btn .form-btn:hover {
  color: var(--color-secondary);
}

.dm-form-submit-btn .form-btn:hover .xb-arrow-icon svg path {
  stroke: var(--color-secondary);
}

.dm-contact-wrapper {
  padding-right: 105px;
}

@media only screen and (max-width: 1600px) {
  .dm-contact-wrapper {
    padding-right: 0;
  }
}

.xb-contact-form-two {
  margin-left: 0;
  padding: 55px 60px;
  background: linear-gradient(200deg, #191b21 0%, #34275a 100%);
}

@media (max-width: 1199px) {
  .xb-contact-form-two {
    padding: 55px 30px;
  }
}

.xb-contact-form-two::before {
  display: none;
}

.xb-contact-form-two .title {
  font-size: 28px;
  letter-spacing: -0.01em;
}

.xb-contact-form-two .sub-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: none;
}

.xb-contact-form-two label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--color-white);
  font-family: var(--font-heading);
}

.xb-contact-form-two .xb-input-field input {
  height: 50px;
  width: 100%;
}

.xb-contact-form-two .xb-upload-file {
  gap: 30px;
  height: 120px;
}

@media (max-width: 1199px) {
  .xb-contact-form-two .xb-upload-file {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .xb-contact-form-two .xb-upload-file {
    gap: 5px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 140px;
  }
}

.xb-contact-form-two .xb-upload-file .xb-input-file {
  padding: 10px 20px;
  border: 2px solid #d1d1d3;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.xb-contact-form-two .xb-upload-file .xb-input-file p {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
  font-family: var(--font-heading);
}

.xb-contact-form-two .xb-input-field input,
.xb-contact-form-two .xb-input-field textarea {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
}

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

@media (max-width: 1199px) {
  .xb-main-contact {
    padding: 50px 40px;
  }
}

@media (max-width: 767px) {
  .xb-main-contact {
    padding: 40px 20px;
  }
}

.xb-main-contact::before {
  background-image: url(../img/bg/contact-form_bg.jpg);
}

.xb-main-contact::after {
  position: absolute;
  content: '';
  inset: 0;
  z-index: -1;
  backdrop-filter: blur(10px);
  background: rgba(25, 27, 33, 0.6);
}

@media (max-width: 1199px) {
  .xb-main-contact .xb-shape {
    top: 50px;
  }
}

.xb-contact-items {
  padding: 20px;
  text-align: center;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-contact-items {
    padding: 20px 15px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-items {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .xb-contact-items {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-items {
    padding: 15px;
  }
}

.xb-contact-items .xb-item--location {
  font-size: 16px;
  display: block;
  margin: 30px 0 25px;
  letter-spacing: -0.02em;
}

.xb-contact-items .xb-item--contact_info {
  font-size: 22px;
  font-weight: 500;
  display: block;
  letter-spacing: -0.02em;
  color: var(--color-secondary);
  font-family: var(--font-heading);
}

.xb-contact-items .xb-item--contact_info:not(:last-child) {
  margin-bottom: 10px;
}

@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 .form-btn {
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 40px;
  color: var(--color-white);
  font-family: var(--font-heading);
  background: var(--color-secondary) !important;
}

@media (max-width: 1199px) {
  .xb-contact-items .form-btn {
    padding: 7px 20px;
  }
}

.xb-contact-top {
  padding: 188px 0 200px;
  text-align: center;
  min-height: 680px;
}

@media (max-width: 767px) {
  .xb-contact-top {
    padding: 115px 0;
    min-height: 643px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-top {
    min-height: 595px;
  }
}

.xb-contact-top .xb-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

@media (max-width: 1199px) {
  .xb-contact-top .xb-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .xb-contact-top .xb-title {
    font-size: 40px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  .xb-contact-top .xb-title {
    font-size: 30px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .xb-contact-top .xb-title {
    font-size: 34px;
  }
}

.xb-contact-top .xb-title span {
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cg-contact-content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  max-width: 572px;
}

.cg-contact-form {
  margin-left: 80px;
  background: #3318bf;
  padding: 60px 57px 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-contact-form {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cg-contact-form {
    margin-left: 0px;
    padding: 60px 40px 65px;
  }
}

@media (max-width: 1199px) {
  .cg-contact-form {
    margin-left: 0px;
    padding: 60px 40px 65px;
  }
}

@media (max-width: 767px) {
  .cg-contact-form {
    padding: 60px 20px 65px;
  }
}

.cg-contact-form::before {
  display: none;
}

.cg-contact-form .title {
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  max-width: 422px;
  margin: 0 auto;
  letter-spacing: -0.03em;
}

.cg-contact-form .xb-input-field {
  overflow: hidden;
}

.cg-contact-form .xb-input-field input,
.cg-contact-form .xb-input-field textarea {
  font-size: 14px;
  font-weight: 400;
  background: #4e2cff;
  color: var(--color-white);
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.cg-contact-form .xb-input-field input::placeholder,
.cg-contact-form .xb-input-field textarea::placeholder {
  color: var(--color-white);
}

.cg-contact-form .xb-input-field label {
  left: 17px;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .cg-contact-form .xb-input-field label {
    white-space: wrap;
  }
}

.cg-form-submit-btn .form-btn {
  padding: 21px;
  color: var(--color-black);
  border-radius: 58px !important;
  background: linear-gradient(90deg, #e9792f 0%, #fde14d 61.54%, #33a8d4 100%) !important;
}

.cg-form-submit-btn .form-btn::before {
  background: linear-gradient(90deg, #33a8d4 0%, #fde14d 61.54%, #e9792f 100%) !important;
}

.cg-form-submit-btn .form-btn:hover {
  color: var(--color-black);
}

.cg-contact-left {
  padding-right: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-contact-left {
    padding-right: 100px;
  }
}

@media (max-width: 1199px) {
  .cg-contact-left {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .cg-contact-left {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .cg-contact-left .sec-title--three {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .cg-contact-left .cg-contact-img {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .cg-contact-left .cg-contact-img {
    max-width: 250px;
  }
}

.cg-contact-shape {
  position: absolute;
  top: 61px;
  right: 0;
}

@media (max-width: 1199px) {
  .cg-contact-shape {
    top: 300px;
    right: 20%;
  }
}

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

.contact-section {
  padding-bottom: 225px;
}

@media (max-width: 767px) {
  .contact-section {
    background-position: 5% center;
  }
}

.xb-main-contact-wrapper {
  margin-top: -155px !important;
}

.sidebar {
  position: sticky;
  top: 50px;
  margin-left: 90px;
}

@media (max-width: 1199px) {
  .sidebar {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .sidebar {
    margin-left: 0;
  }
}

.sidebar .sidebar_widget:not(:last-child) {
  margin-bottom: 66px;
}

.sidebar_widget_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-heading);
}

.form-group {
  position: relative;
}

.form-group .form-control {
  height: 60px;
  border-radius: 0;
  padding-right: 70px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

.form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--color-primary);
}

.form-group .search_icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
}

.recent_post_block .recent_post_item {
  padding: 22px 30px 25px;
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

.recent_post_block .recent_post_item:not(:last-child) {
  margin-bottom: 30px;
}

.recent_post_block .recent_post_item .post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 5px;
  letter-spacing: 0;
  color: var(--color-secondary);
}

.recent_post_block .recent_post_item .post-title a {
  color: currentColor;
}

.recent_post_block .recent_post_item span {
  font-weight: 500;
}

.recent_post_block .recent_post_item span img {
  margin-right: 8px;
}

.category_list_block li {
  border-bottom: 1px solid #e7e8ec;
}

.category_list_block a {
  display: flex;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
}

.category_list_block a span {
  gap: 10px;
  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:first-child {
  transform: translateX(-24px);
}

.category_list_block a span:first-child i {
  opacity: 0;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(-45deg);
}

.category_list_block a:hover span {
  color: var(--color-primary);
}

.category_list_block a:hover span:first-child {
  transform: translateX(0px);
}

.category_list_block a:hover span:first-child i {
  opacity: 1;
}

.tags_block li {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.tags_block li a {
  font-size: 14px;
  font-weight: 400;
  padding: 5.5px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-default);
  border: 1px solid #d1d1d3;
  background: var(--color-white);
}

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

/*----------------------------------------*/
/*  27. 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);
}

@media (max-width: 1199px) {
  .sidebar-logo {
    margin-bottom: 50px;
  }
}

.sidebar-menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  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;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 5px 15px 0 rgba(83, 108, 132, 0.11);
}

@media (max-width: 1199px) {
  .sidebar-menu-close {
    top: 15px;
    right: 15px;
    height: 50px;
    width: 50px;
  }
}

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

.sidebar_brand {
  margin-top: 85px;
}

@media (max-width: 1199px) {
  .sidebar_brand {
    margin-top: 40px;
  }
}

.sidebar_brand .xb-content {
  color: var(--color-white);
}

.sidebar_brand .xb-logo-list {
  gap: 24px;
  margin-top: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar_brand .xb-logo-list {
    gap: 12px;
  }
}

@media (max-width: 1199px) {
  .sidebar_brand .xb-logo-list {
    gap: 12px;
  }
}

@media (max-width: 1199px) {
  .sidebar_brand .xb-logo-list li a img {
    max-width: 120px;
  }
}

.sidebar-item-middle {
  margin-right: -13px;
}

@media (max-width: 1199px) {
  .sidebar-item-middle {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .sidebar-item-middle .img img {
    max-width: 320px;
  }
}

.sidebar-item-right {
  padding-left: 101px;
}

@media (max-width: 1199px) {
  .sidebar-item-right {
    padding-left: 35px;
  }
}

.offcanvas-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1020;
  padding: 0 193px 0 160px;
  transition: 0.8s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background: linear-gradient(183deg, #01040c 0%, #34275a 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .offcanvas-sidebar {
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .offcanvas-sidebar {
    padding: 0 15px;
  }
}

.offcanvas-sidebar.active {
  top: 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;
  }
}

.dm-hero_content {
  padding-top: 40px !important;
}

.sidebar-heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
  letter-spacing: 0.12em;
  color: var(--color-white);
  text-transform: uppercase;
}

.sidebar-info-list li {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar-info-list li {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .sidebar-info-list li {
    font-size: 19px;
  }
}

.sidebar-info-list li span {
  margin-right: 15px;
  display: inline-flex;
}

.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 a {
  color: currentColor;
}

.sidebar-newsletter .sidebar-heading {
  color: #90939b;
}

.sidebar-newsletter-from {
  max-width: 409px;
  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: var(--color-black);
}

.sidebar-newsletter-from button {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  color: var(--color-white);
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
}

.sidebar-social-list {
  gap: 12px;
  margin-top: 78px;
}

.sidebar-social-list li:not(:last-child) {
  padding-right: 12px;
  border-right: 1px solid #52525c;
}

.sidebar-social-list li a {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
  font-family: var(--font-heading);
}

.sidebar-social-list li a:hover {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  27. sidebar end
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .container.px-60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.g-10 {
  padding: 0 5px;
}

.g-10>* {
  padding-left: 5px;
  padding-right: 5px;
}

.o-hidden {
  overflow: hidden;
}

.o-clip {
  overflow: clip;
}

.mlr-70 {
  margin: 0 70px;
}

@media only screen and (max-width: 1600px) {
  .mlr-70 {
    margin: 0 40px;
  }
}

@media (max-width: 1199px) {
  .mlr-70 {
    margin: 0 15px;
  }
}

@media (max-width: 991px) {
  .mlr-70 {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .mlr-70 {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mlr-70 {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .ptb-xs {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .pt-xs {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .pb-xs {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .mb-xs {
    margin-bottom: 65px;
  }
}

.mxw-1558 {
  max-width: 1558px;
}

.bg-linear {
  background: linear-gradient(203deg, #191b21 0%, #150089 100%);
}

.bg-linear2 {
  background: linear-gradient(206deg, #191b21 0%, #150089 100%);
}

.btn-bg {
  background: linear-gradient(101deg, #22D669 0%, #22D669 100%) !important;
}

.xb-bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}

.xb-bg-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.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: 30px;
  width: 30px;
  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 svg {
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrow_hover_effect .xb-arrow svg:nth-child(1) {
  transform: translate(0);
}

.arrow_hover_effect .xb-arrow svg:nth-child(2) {
  transform: translate(-30px, 30px);
}

.arrow_hover_effect:hover .xb-arrow svg:nth-child(1) {
  transform: translate(30px, -30px);
}

.arrow_hover_effect:hover .xb-arrow svg: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: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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 {
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

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

.letter-spacing-0 {
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .margin-none-md {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .mb-30-xs {
    margin-bottom: 30px;
  }
}

.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.z-1 {
  z-index: 1;
}

.z-3 {
  position: relative;
  z-index: 3;
}

.ml-auto {
  margin-left: auto;
}

.align-end {
  align-items: flex-end;
}

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

.xb-hover-zoom .xb-item--img {
  overflow: hidden;
}

.xb-hover-zoom .xb-item--img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.xb-law-swiper-arrow .xb-swiper-arrow {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
  margin-left: 10px;
}

.xb-law-swiper-arrow .xb-swiper-arrow:hover,
.xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
  color: var(--color-law);
  background-color: var(--color-white);
}

.xb-law-swiper-arrow-main-color .xb-swiper-arrow {
  background-color: var(--color-law);
  color: var(--color-white);
}

.hero-style {
  z-index: 1;
  overflow: hidden;
  min-height: 950px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-style {
    min-height: 855px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-style {
    min-height: 806px;
  }
}

@media (max-width: 1199px) {
  .hero-style {
    min-height: 806px;
  }
}

.xb-hero-img {
  position: relative;
  width: 100%;
  min-height: 950px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-hero-img {
    min-height: 855px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-hero-img {
    min-height: 806px;
  }
}

@media (max-width: 1199px) {
  .xb-hero-img {
    min-height: 850px;
  }
}

@media (max-width: 991px) {
  .xb-hero-img {
    min-height: 450px;
    margin-top: 50px;
    background-position: top center;
  }
}

@media (max-width: 767px) {
  .xb-hero-img {
    min-height: 370px;
  }
}

.xb-badge {
  position: absolute;
  left: 50px;
  bottom: 77px;
  height: 216px;
  width: 216px;
  border-radius: 100%;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(251, 217, 217, 0.4);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-badge {
    width: 190px;
    height: 190px;
    bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .xb-badge {
    height: 160px;
    width: 160px;
    bottom: 40px;
    left: 30px;
  }
}

@media (max-width: 991px) {
  .xb-badge {
    bottom: 70px;
    left: 15px;
  }
}

@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: 14px;
    left: 14px;
    max-width: 130px;
  }
}

@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: 32px;
  }
}

@media (max-width: 767px) {
  .xb-badge .badge-logo {
    max-width: 28px;
  }
}

.xb-hero_content {
  margin-left: 70px;
  padding-top: 155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-hero_content {
    margin-left: 45px;
  }
}

@media (max-width: 1199px) {
  .xb-hero_content {
    margin-left: 45px;
    padding-top: 140px;
  }
}

@media (max-width: 991px) {
  .xb-hero_content {
    margin-left: 30px;
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .xb-hero_content {
    margin-left: 15px;
    padding-top: 140px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero_content {
    margin-left: 30px;
  }
}

.xb-hero_content .title {
  font-size: 70px;
  max-width: 700px;
  color: var(--color-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-hero_content .title {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .xb-hero_content .title {
    font-size: 65px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .xb-hero_content .title {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero_content .title {
    font-size: 50px;
    line-height: 1.1;
  }
}

.xb-hero_content .content {
  font-size: 18px;
  color: #515053;
  max-width: 560px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-hero_content .content {
    max-width: 480px;
  }
}

@media (max-width: 1199px) {
  .xb-hero_content .content {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .xb-hero_content .content {
    max-width: 570px;
  }
}

@media (max-width: 767px) {
  .xb-hero_content .content {
    max-width: 330px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero_content .content {
    max-width: 445px;
  }
}

.xb_hero_big_text {
  bottom: 0;
  right: 0;
  position: absolute;
  padding: 10px 40px 40px 50px;
  background: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb_hero_big_text {
    padding: 20px 40px 50px 50px;
  }
}

@media (max-width: 1199px) {
  .xb_hero_big_text {
    padding: 10px 20px 50px 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb_hero_big_text {
    padding: 10px 20px 50px 20px;
  }
}

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

.xb_hero_big_text .text {
  font-weight: 900;
  font-size: 294px;
  line-height: 1.1;
  position: relative;
  letter-spacing: -0.02em;
  background: linear-gradient(111deg, #191b20 0%, #150089 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1600px) {
  .xb_hero_big_text .text {
    font-size: 230px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb_hero_big_text .text {
    font-size: 190px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb_hero_big_text .text {
    font-size: 165px;
  }
}

@media (max-width: 1199px) {
  .xb_hero_big_text .text {
    font-size: 145px;
  }
}

.xb_hero_big_text .text::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 35px;
  width: 100%;
  height: 100px;
  background-image: url(../img/shape/hero-logo-line.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb_hero_big_text .text::before {
    height: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb_hero_big_text .text::before {
    bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .xb_hero_big_text .text::before {
    bottom: 15px;
    height: 45px;
  }
}

.xb-hero-content {
  position: absolute;
  bottom: 35px;
  right: 70px;
  font-size: 24px;
  color: var(--color-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-hero-content {
    font-size: 22px;
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .xb-hero-content {
    font-size: 18px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-hero-content {
    right: 40px;
  }
}

@media (max-width: 991px) {
  .xb-hero-content {
    display: none;
  }
}

.hero-circle-shape {
  position: absolute;
  right: -174px;
  top: 43%;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .hero-circle-shape {
    top: 38%;
    right: -117px;
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .hero-circle-shape {
    top: 27%;
  }
}

.hero-circle-shape img {
  animation: spin 30s linear infinite;
}

.hero-style-two {
  z-index: 1;
  min-height: 920px;
}

@media (max-width: 1199px) {
  .hero-style-two {
    min-height: 780px;
  }
}

@media (max-width: 767px) {
  .hero-style-two {
    min-height: 740px;
  }
}

.hero-style-two::before {
  position: absolute;
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(25, 27, 33, 0.6);
}

.dm-hero_content {
  margin-left: 0;
  padding-top: 110px;
}

@media (max-width: 767px) {
  .dm-hero_content {
    padding-top: 80px;
  }
}

.dm-hero_content .title {
  font-size: 60px;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .dm-hero_content .title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .dm-hero_content .title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-hero_content .title {
    font-size: 42px;
  }
}

.dm-hero_content .content {
  max-width: 690px;
  margin-top: 15px;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .dm-hero_content .content {
    max-width: 630px;
  }
}

.dm-hero_content .xb-item--inner {
  gap: 168px;
  align-items: end;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .dm-hero_content .xb-item--inner {
    gap: 70px;
  }
}

@media (max-width: 1199px) {
  .dm-hero_content .xb-item--inner {
    gap: 30px;
    align-items: end;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 1023px) {
  .dm-hero_content .xb-item--inner {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .dm-hero_content .xb-item--inner {
    flex-wrap: wrap;
    align-items: start;
    flex-direction: column-reverse;
  }
}

.dm-hero_content .xb-item--btn {
  padding: 10px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dm-hero_content .xb-item--btn:hover {
  border: 1px solid var(--color-primary);
}

.dm-hero_content .xb-item--btn .xb-video {
  width: 66px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.dm-hero_content .xb-item--btn_inner {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding: 10px 10px 10px 20px;
  font-family: var(--font-hading);
  background: var(--color-primary);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.xb-hero-title {
  padding-top: 175px;
}

@media (max-width: 1199px) {
  .xb-hero-title {
    padding-top: 225px;
  }
}

@media (max-width: 991px) {
  .xb-hero-title {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  .xb-hero-title {
    padding-top: 160px;
  }
}

.xb-hero-title .title {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 250px;
  font-weight: 900;
  position: relative;
  white-space: nowrap;
  letter-spacing: -0.04em;
  color: var(--color-white);
  animation: moveText 40s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-hero-title .title {
    font-size: 178px;
  }
}

@media (max-width: 1199px) {
  .xb-hero-title .title {
    font-size: 120px;
  }
}

@media (max-width: 991px) {
  .xb-hero-title .title {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .xb-hero-title .title {
    font-size: 60px;
    animation: moveText 20s linear infinite;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-title .title {
    font-size: 70px;
  }
}

.xb-hero-title .title span,
.xb-hero-title .title img {
  display: inline-block;
}

.xb-hero-title .title img {
  margin: 0 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (max-width: 1199px) {
  .xb-hero-title .title img {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .xb-hero-title .title img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .xb-hero-title .title img {
    margin: 0 20px;
    max-width: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-title .title img {
    max-width: 120px;
  }
}

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

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

.down-arrow {
  height: 79px;
  width: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 70px;
  bottom: 148px;
  backdrop-filter: blur(12px);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .down-arrow {
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 991px) {
  .down-arrow {
    right: 10%;
  }
}

@media (max-width: 767px) {
  .down-arrow {
    right: 50%;
    bottom: 40px;
    height: 60px;
    width: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .down-arrow {
    right: 15%;
    bottom: 142px;
  }
}

.down-arrow:hover {
  border-color: var(--color-primary);
}

@media (max-width: 767px) {
  .down-arrow img {
    max-width: 15px;
  }
}

.hero-style-three {
  padding-top: 223px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero-style-three {
    padding-top: 150px;
    background-position: 82% center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-hero_content {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cg-hero_content {
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .cg-hero_content {
    margin-right: 0;
  }
}

.cg-hero_content .sec-title--three .title {
  font-size: 74px;
  line-height: 1.15;
  margin-right: -170px;
}

@media (max-width: 1199px) {
  .cg-hero_content .sec-title--three .title {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .cg-hero_content .sec-title--three .title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .cg-hero_content .sec-title--three .title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-hero_content .sec-title--three .title {
    font-size: 42px;
  }
}

.cg-hero_content .sec-title--three .title span {
  background: linear-gradient(90deg, #e9792f 0%, #fde14d 38.46%, #33a8d4 75.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: rainbow 5s ease-in-out infinite;
}

.cg-hero_content .sec-title--three .content {
  font-size: 19px;
  line-height: 30px;
  max-width: 720px;
  margin-top: 28px;
}

@media (max-width: 1199px) {
  .cg-hero_content .sec-title--three .content {
    max-width: 540px;
  }
}

@keyframes rainbow {
  0% {
    background-position: left;
  }

  50% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

.cg-hero-btn {
  gap: 43px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cg-hero-btn {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .cg-hero-btn {
    display: block;
    text-align: end;
    transform: translateY(-115px);
  }
}

@media (max-width: 991px) {
  .cg-hero-btn {
    display: flex;
    margin-top: 35px;
    justify-content: start;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .cg-hero-btn {
    display: block;
    text-align: start;
  }
}

.cg-hero-btn>span {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
}

@media (max-width: 1199px) {
  .cg-hero-btn>span {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .cg-hero-btn>span {
    font-size: 20px;
  }
}

.cg-hero-video {
  height: 204px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 160px;
  -webkit-mask-image: url("../img/hero/video_mask.svg");
  mask-image: url("../img/hero/video_mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-hero-video {
    height: 160px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cg-hero-video {
    height: 145px;
  }
}

@media (max-width: 1199px) {
  .cg-hero-video {
    margin-top: 30px;
    height: 122px;
  }
}

@media only screen and (max-width: 1023px) {
  .cg-hero-video {
    height: 115px;
  }
}

@media (max-width: 991px) {
  .cg-hero-video {
    height: 90px;
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .cg-hero-video {
    height: 75px;
    margin-top: 90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-hero-video {
    height: 68px;
  }
}

.cg-hero-video .video-inner video {
  width: 150%;
  margin-left: -45%;
  margin-top: -30%;
}

/*----------------------------------------*/
/*  25. breadcrumb
/*----------------------------------------*/
.breadcrumb {
  margin: 0;
  z-index: 1;
  position: relative;
  min-height: 550px;
  padding: 230px 0 100px;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 200px 0 100px;
  }
}

.breadcrumb__title {
  font-size: 65px;
  padding-bottom: 35px;
  color: var(--color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
  .breadcrumb__title {
    font-size: 55px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 38px;
  }
}

.breadcrumb__list {
  padding: 8px 17px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: rgba(25, 27, 33, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.breadcrumb__list li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--color-white);
}

.breadcrumb__list li a {
  color: currentColor;
}

.breadcrumb__list .breadcrumb-item+.breadcrumb-item::before {
  content: '';
  height: 11px;
  width: 11px;
  margin-right: 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary);
}

.breadcrumb__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 545px;
  color: var(--color-white);
  margin-left: -15px;
}

@media only screen and (max-width: 1600px) {
  .breadcrumb__text {
    margin-left: 0;
  }
}

.breadcrumb__holder {
  gap: 686px;
  margin-top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .breadcrumb__holder {
    gap: 50px;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .breadcrumb__holder {
    gap: 50px;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .breadcrumb__holder {
    gap: 30px;
  }
}

.breadcrumb-error {
  min-height: 950px;
  padding: 487px 0 100px;
}

@media (max-width: 1199px) {
  .breadcrumb-error {
    min-height: 900px;
    padding: 450px 0 100px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-error {
    min-height: 700px;
    padding: 340px 0 100px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-error {
    padding: 250px 0 100px;
    background-position: left;
  }
}

@media (max-width: 767px) {
  .breadcrumb-error-content {
    background-position: left;
  }
}

.breadcrumb-error-content .breadcrumb__title {
  font-weight: 400;
  font-size: 320px;
  color: #6BA9FF;
  line-height: 1;
  padding-top: 0;
  border-top: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .breadcrumb-error-content .breadcrumb__title {
    font-size: 280px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-error-content .breadcrumb__title {
    font-size: 240px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-error-content .breadcrumb__title {
    font-size: 180px;
  }
}

.breadcrumb-error-content .breadcrumb__text {
  font-size: 50px;
  max-width: 100%;
  padding: 0;
  margin-top: -5px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-heading);
}

@media (max-width: 1199px) {
  .breadcrumb-error-content .breadcrumb__text {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-error-content .breadcrumb__text {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-error-content .breadcrumb__text {
    line-height: 36px;
  }
}

.breadcrumb-error-content .breadcrumb__btn {
  position: absolute;
  right: 80px;
  bottom: 9%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .breadcrumb-error-content .breadcrumb__btn {
    bottom: 12%;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-error-content .breadcrumb__btn {
    bottom: 16%;
  }
}

@media (max-width: 991px) {
  .breadcrumb-error-content .breadcrumb__btn {
    right: 30px;
    bottom: 13.5%;
  }
}

@media (max-width: 767px) {
  .breadcrumb-error-content .breadcrumb__btn {
    left: 30px;
    bottom: 22%;
    right: auto;
  }
}

.thm-btn {
  gap: 20px;
  line-height: 1;
  font-size: 18px;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  align-items: center;
  display: inline-flex;
  padding: 0 5px 0 20px;
  letter-spacing: -0.01em;
  justify-content: center;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: linear-gradient(259deg, #22D669 0%, #22D669 100%);
}

.thm-btn .btn_label {
  position: relative;
  display: inline-block;
  padding: 20px 0px;
  transition: transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
}

.thm-btn .btn_label::before {
  top: 120%;
  left: 50%;
  width: 100%;
  display: block;
  position: absolute;
  content: attr(data-text);
  transform: translateX(-50%);
}

.thm-btn .xb-icon {
  height: 50px;
  width: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--color-white);
}

.thm-btn:hover {
  color: var(--color-white);
}

.thm-btn:hover .btn_label {
  transform: translateY(-86%);
}

.digital-btn {
  gap: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}

.digital-btn .text_box {
  padding: 0 30px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary);
}

.digital-btn .btn_label {
  padding: 21px 0px;
}

.digital-btn .arrow {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary);
}

.consulting-btn {
  gap: 15px;
  color: #020411;
  padding: 0 47px;
  font-weight: 700;
  font-size: 16px;
  z-index: 1;
  text-transform: uppercase;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: linear-gradient(90deg, #e9792f 0%, #fde14d 61.54%, #33a8d4 100%);
}

.consulting-btn::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: linear-gradient(90deg, #33a8d4 0%, #fde14d 61.54%, #e9792f 100%);
}

.consulting-btn .btn_label {
  padding: 24px 0px;
}

.consulting-btn .xb-arrow {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.consulting-btn:hover {
  color: #020411;
}

.consulting-btn:hover::before {
  opacity: 1;
}

.consulting-btn:hover .btn_label {
  transform: translateY(-84%);
}

.consulting-btn:hover .xb-arrow {
  transform: rotate(40deg);
}

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
  right: 30px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.xb-backtotop.active {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.xb-backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: var(--color-primary);
}

.xb-backtotop .scroll:hover {
  margin-bottom: 4px;
}

.xb-backtotop.style-two .scroll {
  font-size: 16px;
  color: var(--color-black);
  background: linear-gradient(90deg, #33a8d4 0%, #fde14d 61.54%, #e9792f 100%);
}

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/
.xb-hamburger-menu {
  display: none;
}

@media (max-width: 991px) {
  .xb-hamburger-menu {
    display: block;
  }
}

.xb-nav-mobile-button {
  position: relative;
  cursor: pointer;
  font-size: 23px;
  color: var(--color-dark);
}

.xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
}

.xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background-color: #fff;
}

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.xb-header-menu.active+.xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.xb-header-menu-scroll {
  padding: 50px 25px 40px;
}

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li {
  padding-left: 0;
  padding-right: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li>a .left-icon {
  margin-right: 4px;
}

.xb-header-menu-scroll .xb-menu-primary>li .elementor-section {
  max-width: 100%;
}

.xb-header-menu-scroll .xb-menu-primary>li .elementor-container {
  margin: 10px 0 !important;
}

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

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu a,
.xb-header-menu-scroll .xb-menu-primary>li .children a {
  padding-left: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu.xb-mega-menu,
.xb-header-menu-scroll .xb-menu-primary>li .children.xb-mega-menu {
  padding-left: 0;
}

.xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-heading);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block;
}

.xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}

.xb-menu-toggle.active:before {
  content: "\f106";
}

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xb-menu-primary li {
  position: relative;
}

.xb-menu-primary li a {
  display: block;
  line-height: 46px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.xb-menu-primary li>a:hover,
.xb-menu-primary li>a.current,
.xb-menu-primary li.current_page_item>a,
.xb-menu-primary li.current-menu-item>a,
.xb-menu-primary li.current_page_ancestor>a,
.xb-menu-primary li.current-menu-ancestor>a {
  color: var(--color-primary);
}

.xb-menu-primary .sub-menu,
.xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xb-menu-primary .sub-menu li a,
.xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px;
}

.xb-menu-primary>li>.sub-menu>li>.sub-menu>li a {
  padding-left: 0px;
}

.xb-menu-primary .xb-megamenu .elementor-container>.elementor-column {
  width: 100%;
}

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important;
}

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

.xb-menu-primary .xb-megamenu .xb-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px;
}

.xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  border-bottom: none !important;
}

.xb-menu-primary .xb-megamenu .elementor-widget-heading>.elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap;
}

.xb-menu-primary .xb-menu-toggle:hover {
  color: var(--color-primary);
}

.xb-logo-mobile {
  margin-bottom: 40px;
}

.xb-logo-mobile img {
  height: 40px;
}

.xb-header-mobile-search {
  margin-bottom: 20px;
}

.xb-header-mobile-search form {
  position: relative;
}

.xb-header-mobile-search .search-field {
  height: 50px;
  border: none;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--color-heading);
  padding: 12px 35px 13px 15px;
  background-color: transparent;
  border: 2px solid rgba(150, 144, 162, 0.09);
}

.xb-header-mobile-search .search-field:focus {
  border-color: var(--color-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-primary);
}

.xb-menu-close {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-heading);
}

.xb-nav-mobile {
  color: var(--color-heading);
  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-heading);
}

@media (max-width: 767px) {
  .xb-nav-mobile {
    height: 35px;
    width: 35px;
  }
}

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

/*----------------------------------------*/
/*  32. preloader
/*----------------------------------------*/
.xb-loader {
  background-color: #fbfbfb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.xb-loader--black {
  background-color: #081539;
}

.xb-loader .is-loaded {
  opacity: 0;
  visibility: hidden;
}

.xb-loader .xb-loader-inner {
  flex-direction: column;
  gap: 35px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.xb-loader .loading-wave {
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
}

.xb-loader .loading-bar {
  width: 35px;
  height: 15px;
  border-radius: 5px;
  background: var(--color-primary);
  animation: loading-animation 1s ease-in-out infinite;
  -webkit-animation: loading-animation 1s ease-in-out infinite;
}

.xb-loader .loading-bar:nth-child(2) {
  animation-delay: 0.1s;
}

.xb-loader .loading-bar:nth-child(3) {
  animation-delay: 0.2s;
}

.xb-loader .loading-bar:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes loading-animation {
  0% {
    height: 10px;
  }

  50% {
    height: 50px;
  }

  100% {
    height: 10px;
  }
}

.xb-footer-top {
  display: flex;
  background: #150089;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .xb-footer-top {
    display: block;
  }
}

.xb-footer-top .xb-footer-heading {
  font-size: 95px;
  font-weight: 500;
  padding: 45px 70px;
  display: inline-block;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

@media only screen and (max-width: 1600px) {
  .xb-footer-top .xb-footer-heading {
    font-size: 72px;
    padding: 58px 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-footer-top .xb-footer-heading {
    font-size: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-footer-top .xb-footer-heading {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .xb-footer-top .xb-footer-heading {
    font-size: 46px;
    padding: 45px 15px;
  }
}

@media (max-width: 991px) {
  .xb-footer-top .xb-footer-heading {
    font-size: 36px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .xb-footer-top .xb-footer-heading {
    padding: 15px;
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-footer-top .xb-footer-heading {
    padding: 28px 15px;
    font-size: 40px;
  }
}

.xb-footer-top .xb-footer-btn {
  gap: 20px;
  font-size: 35px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 86px 20px;
  letter-spacing: -0.01em;
  color: var(--color-white);
  width: calc(100% - 1380px);
  font-family: var(--font-heading);
  background: linear-gradient(259deg, #22D669 0%, #22D669 100%);
}

@media only screen and (max-width: 1600px) {
  .xb-footer-top .xb-footer-btn {
    width: calc(100% - 1060px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-footer-top .xb-footer-btn {
    width: calc(100% - 942px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-footer-top .xb-footer-btn {
    width: calc(100% - 745px);
  }
}

@media (max-width: 1199px) {
  .xb-footer-top .xb-footer-btn {
    font-size: 30px;
    padding: 60px 20px;
    width: calc(100% - 661px);
  }
}

@media only screen and (max-width: 1023px) {
  .xb-footer-top .xb-footer-btn {
    width: calc(100% - 630px);
  }
}

@media (max-width: 991px) {
  .xb-footer-top .xb-footer-btn {
    font-size: 24px;
    padding: 40px 20px;
    width: calc(100% - 420px);
  }
}

@media (max-width: 767px) {
  .xb-footer-top .xb-footer-btn {
    width: 100%;
    font-size: 24px;
    padding: 30px 15px;
    justify-content: start;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-footer-top .xb-footer-btn {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .xb-footer-top .xb-footer-btn .xb-arrow svg {
    width: 32px;
  }
}

.xb-footer-wrap {
  padding: 0 70px;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1600px) {
  .xb-footer-wrap {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .xb-footer-wrap {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .xb-footer-wrap {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .xb-footer-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.xb-widget-title {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: bold;
}

.xb-footer_widget {
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 79px;
}

@media (max-width: 991px) {
  .xb-footer_widget {
    padding-left: 10px;
    min-height: 50;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .xb-footer_widget {
    min-height: 50;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.xb-footer_widget:not(:first-child) {
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-footer_widget:not(:first-child) {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .xb-footer_widget:not(:first-child) {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .xb-footer_widget:not(:first-child) {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .xb-footer_widget:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 1199px) {
  .xb-footer_widget:last-child {
    /* margin: 0 15px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    border-left: none;
  }
}

@media (max-width: 991px) {
  .xb-footer_widget:last-child {
    margin: 0;
    padding-right: 0px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .xb-footer_widget:last-child {
    border-left: none;
  }
}

.xb-footer_widget .xb-list {
  gap: 0px;
  display: flex;
  flex-direction: column;
}

.xb-footer_widget .xb-list li {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.02em;
  padding-bottom: 10px;
}

.xb-footer_widget .xb-list li a {
  position: relative;
  padding: 3px 10px;
  display: inline-flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-family: var(--font-heading);
  backdrop-filter: blur(10px);
  background: transparent;
  border: 1px solid transparent;
  transform: translateX(-10px);
  color: currentColor;
}

.xb-footer_widget .xb-list li a:hover {
  transform: translateX(0);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.xb-footer_widget .xb-list li .xb-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

@media (max-width: 991px) {
  .xb-footer-contact_info {
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.xb-footer-contact_info .xb-list:not(:last-child) {
  margin-bottom: 45px;
}

.xb-footer-contact_info .xb-list li a {
  padding: 0;
  border: none;
  transform: translateX(0);
}

.xb-footer-contact_info .xb-list li a:hover {
  border: none;
  background: transparent;
}

.xb-footer-contact_info .xb-list .xb-location {
  line-height: 20px;
  align-items: flex-start;
}

.xb-footer-contact_info .xb-list .xb-location .xb-icon {
  transform: translateY(5px);
}

.xb-footer-input-form {
  margin-bottom: 40px;
  position: relative;
}

.xb-footer-input-form input {
  height: 60px;
  font-size: 18px;
  color: var(--color-white);
  padding: 5px 60px 5px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-secondary);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.xb-footer-input-form input:focus {
  border-color: var(--color-primary);
}

.xb-footer-input-form input::placeholder {
  color: #808087;
}

.xb-footer-input-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 50px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
}

.xb-social-media-wrap {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .xb-social-media-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.xb-social-media-item {
  gap: 47px;
  z-index: 1;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-social-media-item {
    gap: 0;
  }
}

@media (max-width: 1199px) {
  .xb-social-media-item {
    gap: 0;
  }
}

.xb-social-media-item::before {
  position: absolute;
  content: '';
  right: 0;
  left: auto;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
}

.xb-social-media-item .xb-item--holder {
  gap: 10px;
}

.xb-social-media-item .xb-item--name {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--color-white);
}

.xb-social-media-item .xb-item--icon i {
  color: var(--color-white);
}

.xb-social-media-item:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.xb-footer-logo {
  position: relative;
  padding: 35px 0 20px;
}

@media (max-width: 767px) {
  .xb-footer-logo {
    padding: 35px 0 24px;
  }
}

.xb-footer-logo .xb-badge {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-footer-logo .xb-badge {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 1199px) {
  .xb-footer-logo .xb-badge {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 991px) {
  .xb-footer-logo .xb-badge {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-footer-logo .xb-badge .img {
    max-width: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-footer-logo .xb-badge .img {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 1199px) {
  .xb-footer-logo .xb-badge .img {
    top: 10px;
    left: 10px;
  }
}

@media (max-width: 991px) {
  .xb-footer-logo .xb-badge .img {
    top: 7px;
    left: 7px;
    max-width: 85px;
  }
}

.xb-footer-logo .line-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.xb-footer-logo .line-shape img {
  transform-origin: bottom;
  animation: scaleY 10s linear infinite;
}

@keyframes scaleY {
  0% {
    transform: scaleY(0);
  }

  50% {
    transform: scaleY(1);
  }

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

.xb-footer_bottom {
  gap: 20px;
  padding: 21px 70px;
  background: #22D669;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 1600px) {
  .xb-footer_bottom {
    padding: 21px 40px;
  }
}

@media (max-width: 1199px) {
  .xb-footer_bottom {
    padding: 21px 15px;
  }
}

@media (max-width: 767px) {
  .xb-footer_bottom {
    gap: 10px;
    justify-content: center;
  }
}

.xb-footer_bottom p {
  color: var(--color-white);
}

.xb-footer_bottom p a {
  color: currentColor;
}

.xb-footer_bottom p a:hover {
  text-decoration: underline;
}

.xb-newslatter {
  padding: 60px 50px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.03);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-newslatter {
    padding: 60px 28px 50px;
  }
}

@media (max-width: 1199px) {
  .xb-newslatter {
    padding: 60px 20px 50px;
  }
}

.xb-newslatter .xb-item--icon {
  height: 70px;
  width: 70px;
  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%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
}

.xb-newslatter .xb-item--title {
  font-size: 48px;
  margin: 20px 0 20px;
  letter-spacing: -0.02em;
  color: var(--color-white);
}

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

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-newslatter .xb-item--title {
    font-size: 38px;
  }
}

@media (max-width: 1199px) {
  .xb-newslatter .xb-item--title {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .xb-newslatter .xb-item--title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .xb-newslatter .xb-item--title {
    font-size: 34px;
  }
}

.xb-newslatter .xb-item--content {
  line-height: 24px;
  color: var(--color-white);
}

.xb-newslatter .xb-item--input_field input {
  height: 60px;
  background: #141519;
  padding: 0 20px 0 46px;
  color: var(--color-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid rgba(221, 227, 229, 0.15);
}

.xb-newslatter .xb-item--input_field input:focus {
  border: 1px solid var(--color-primary);
}

.xb-newslatter .xb-item--input_field input:focus~.xb-img {
  opacity: 1;
}

.xb-newslatter .xb-item--input_field input::placeholder {
  color: #8c8d94;
}

.xb-newslatter .xb-item--input_field .xb-img {
  position: absolute;
  left: 20px;
  top: 48%;
  opacity: 0.5;
  transform: translateY(-50%);
}

.xb-newslatter .xb-item--button {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  margin: 10px 0 13px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: var(--color-primary);
}

.xb-newslatter .xb-item--button:hover {
  color: var(--color-secondary);
  background: var(--color-white);
}

.xb-newslatter .xb-item--text {
  font-size: 14px;
  color: var(--color-white);
}

.footer-nav {
  gap: 0 50px;
  padding: 48px 0 32px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .footer-nav {
    gap: 0 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .footer-nav {
    gap: 30px 70px;
    justify-content: flex-start;
  }
}

@media (max-width: 1199px) {
  .footer-nav {
    gap: 30px 50px;
    justify-content: start;
  }
}

.footer-nav li {
  font-weight: 500;
  font-size: 20px;
  position: relative;
  color: var(--color-white);
  font-family: var(--font-heading);
}

.footer-nav li a {
  color: currentColor;
}

.footer-nav li::before {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  content: '';
  height: 1px;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-primary);
}

.footer-nav li:hover {
  color: var(--color-primary);
}

.footer-nav li:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.footer-nav li span {
  position: absolute;
  top: -21px;
  right: -54px;
  content: '';
  font-size: 10px;
  font-weight: 500;
  height: 22px;
  width: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d44a00;
  color: var(--color-white);
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .footer-nav li span {
    top: -19px;
    right: -36px;
    height: 18px;
    width: 65px;
  }
}

.footer-nav li span::before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 9px;
  border-right: 10px solid #d44a00;
  border-bottom: 10px solid transparent;
  transform: rotate(-90deg);
}

.xb-footer {
  padding: 0 30px;
  overflow: hidden;
  margin-left: 40px;
  backdrop-filter: blur(50px);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 1199px) {
  .xb-footer {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .xb-footer {
    margin-left: 0;
  }
}

.dm-footer_widget {
  min-height: unset;
  padding: 0 !important;
  border-left: none !important;
}

@media (max-width: 767px) {
  .dm-footer_widget {
    border-top: none !important;
  }
}

.dm-footer_widget .xb-widget-title {
  color: #8c8d94;
  margin-bottom: 5px;
}

.dm-footer_widget .xb-location li {
  line-height: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .dm-footer_widget:not(:first-child) {
    padding-left: 0;
  }
}

.dm-footer_widget .xb-list li a {
  padding: 0;
  border: none;
  border-radius: 0;
  backdrop-filter: blur(0);
  transform: translateX(0);
}

.dm-footer_widget .xb-list li:hover a {
  color: var(--color-primary);
  transform: translateX(0);
  background: transparent;
  border: none;
}

.dm-footer-inner {
  gap: 50px;
  padding: 70px 0 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .dm-footer-inner {
    gap: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .dm-footer-inner {
    gap: 50px;
    padding: 70px 0;
  }
}

@media (max-width: 1199px) {
  .dm-footer-inner {
    gap: 50px 120px;
    padding: 60px 0;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .dm-footer-inner {
    gap: 50px 200px;
  }
}

.dm-footer-info .xb-widget-title {
  margin-bottom: 10px;
}

.dm-footer-info .xb-list li {
  font-size: 26px;
  color: var(--color-white);
}

.dm-footer-info .xb-list li a {
  color: currentColor;
}

.dm-social-media-wrap {
  margin: 0 -30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
  .dm-social-media-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dm-social-media-wrap .xb-social-media-item {
  border: none;
  border-radius: 0;
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
  .dm-social-media-wrap .xb-social-media-item {
    padding: 15px 30px;
  }
}

.dm-social-media-wrap .xb-social-media-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
  .dm-social-media-wrap .xb-social-media-item:not(:last-child) {
    border-right: none;
  }
}

.dm-social-media-wrap .xb-social-media-item::before {
  background: var(--color-primary);
}

.dm-footer_bottom {
  border-top: none;
  background: transparent;
  padding: 41px 70px !important;
}

@media (max-width: 767px) {
  .dm-footer_bottom {
    padding: 41px 15px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-footer_bottom {
    padding: 41px 30px !important;
  }
}

.dm-footer_bottom .xb-privacy {
  gap: 10px;
}

@media (max-width: 1199px) {
  .xb-footer_newslatter {
    display: grid;
    min-height: 75px;
    grid-template-columns: 1fr 2fr;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .xb-footer_newslatter {
    min-height: 70px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .xb-footer_newslatter .xb-footer-input {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .xb-footer_newslatter .xb-footer-input {
    padding-right: 0;
  }
}

.xb-footer_newslatter .xb-footer-social {
  position: relative;
}

@media (max-width: 1199px) {
  .xb-footer_newslatter .xb-footer-social {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .xb-footer_newslatter .xb-footer-social {
    padding-left: 0;
  }
}

.xb-footer_newslatter .xb-footer-social::before {
  position: absolute;
  content: '';
  left: 9px;
  top: -71px;
  height: 199%;
  width: 1px;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .xb-footer_newslatter .xb-footer-social::before {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-footer_newslatter .xb-footer-social::before {
    left: 3px;
  }
}

@media (max-width: 991px) {
  .xb-footer_newslatter .xb-footer-social::before {
    display: none;
  }
}

.cg-footer-bg {
  background: #081539;
}

.cg-playbook {
  padding: 75px 160px 82px 194px;
}

@media only screen and (max-width: 1600px) {
  .cg-playbook {
    padding: 75px 100px 82px 37px;
  }
}

@media (max-width: 991px) {
  .cg-playbook {
    padding: 75px 30px 82px;
  }
}

.cg-playbook .content {
  color: #f5f8ff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cg-playbook .content {
    margin-bottom: 30px;
  }
}

.cg-footer-btn button {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
}

.cg-main-contact {
  height: 100%;
  padding: 146px 140px 84px 128px;
}

@media only screen and (max-width: 1600px) {
  .cg-main-contact {
    padding: 146px 70px 84px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-main-contact {
    padding: 146px 50px 84px;
  }
}

@media (max-width: 1199px) {
  .cg-main-contact {
    padding: 146px 50px 84px;
  }
}

@media (max-width: 767px) {
  .cg-main-contact {
    padding: 80px 30px 76px;
  }
}

.cg-footer-nav {
  margin: 165px 0 186px;
}

@media (max-width: 991px) {
  .cg-footer-nav {
    margin: 130px 0;
  }
}

@media (max-width: 767px) {
  .cg-footer-nav {
    margin: 70px 0;
  }
}

.cg-footer-nav li {
  position: relative;
}

.cg-footer-nav li:not(:last-child) {
  border-bottom: 1px solid rgba(245, 248, 255, 0.1);
}

.cg-footer-nav li:not(:last-child)::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #f5f8ff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cg-footer-nav li:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.cg-footer-nav li a {
  font-size: 28px;
  color: #f5f8ff;
  display: flex;
  align-items: center;
  padding: 16px 0;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .cg-footer-nav li a {
    font-size: 24px;
  }
}

.cg-nav-list {
  gap: 56px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cg-nav-list {
    gap: 15px;
  }
}

@media (max-width: 1199px) {
  .cg-nav-list {
    gap: 15px;
  }
}

.cg-nav-list li a {
  font-size: 14px;
  color: #f5f8ff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cg-nav-list li a:hover {
  text-decoration: underline;
}

.cg-social-list {
  gap: 12px;
}

.cg-social-list li a {
  height: 72px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101d3f;
  -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%;
}

.cg-social-list li a:hover {
  background: #3318bf;
}

.cg-footer-bottom {
  gap: 50px;
}

@media (max-width: 1199px) {
  .cg-footer-bottom {
    align-items: start;
    flex-direction: column-reverse;
  }
}

/*# sourceMappingURL=main.css.map */


.sidebar-info-list li {
    margin-bottom: 15px;
}

.sidebar-info-list li a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 1.7;
}

.sidebar-info-list li a span {
    flex-shrink: 0;
    margin-top: 3px;
}

.sidebar-info-list li a span i {
    color: #fff;
    font-size: 18px;
    width: 18px;
    text-align: center;
}

.sidebar-info-list li a:hover {
    color: #fff;
}

.sidebar-info-list li a:hover i {
    color: #fff;
}

.xb-service-inner .xb-item--desc{
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin: 18px 0 0;
    transition: all .3s ease;
}

/* Change paragraph color on hover */
.xb-service-inner:hover .xb-item--desc{
    color: #fff;
}

@media (max-width: 767px) {
    .xb-about-line-inner {
        display: none !important;
    }
}


@media (max-width: 767px){

    .hero-style{
background:
linear-gradient(
135deg,
rgba(21,0,137,.88) 0%,
rgba(21,0,137,.72) 45%,
rgba(34,214,105,.45) 100%
),
url("../img/banner/home_banner.webp") center/cover no-repeat;
        min-height: 50vh;
    }

    .xb-hero-img{
        display:none;
    }

    .xb-hero_content{
        padding:100px 0px 10px;
        position:relative;
        z-index:2;
    }

    .xb-hero_content h2,
    .xb-hero_content p{
        color:#fff !important;
    }

    .xb_hero_big_text{
        display:none;
    }
}


/* new btn */
.gs-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:18px;
    padding: 2px 2px 2px 20px;
    border-radius:60px;
    text-decoration:none;
    overflow:hidden;
    background:linear-gradient(135deg,#22D669,#18c95f);
    box-shadow:
        0 15px 35px rgba(34,214,105,.28),
        inset 0 1px 0 rgba(255,255,255,.25);
    transition:.35s ease;
}

.gs-btn::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#150089,#2D9DFF);
    opacity:0;
    transition:.35s;
}

.gs-btn:hover::before{
    opacity:1;
}

.gs-btn-text,
.gs-btn-icon{
    position:relative;
    z-index:2;
}

.gs-btn-text{
    color:#fff;
    font-size:17px;
    font-weight:600;
    letter-spacing:.3px;
}

.gs-btn-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#150089;
    font-size:18px;
    transition:.35s;
}

.gs-btn:hover{
    transform:translateY(-6px);
}

.gs-btn:hover .gs-btn-icon{
    transform:rotate(45deg);
    background:#22D669;
    color:#fff;
}

.gs-btn:active{
    transform:translateY(-2px);
}