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

    Project Name: Sastik - Sastik SaaS & Tech Startup HTML Template
    Author: XpressBuddy -->> (https://themeforest.net/user/xpressbuddy)
    Support: support@xpressbuddy.com
    Description: Sastik - Sastik SaaS & Tech Startup 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=Caveat:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --font-body: "Inter", sans-serif;
  --font-heading: "BwGradual";
  --font-secondary: "Playfair Display", serif;
  --font-caveat: "Caveat", cursive;
  --color-primary: #045786;
  --color-secondary: #0f9880;
  --color-heading: #140f26;
  --color-default: #3f5968;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #fff;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

.help-desk {
  --color-primary: #045857;
  --color-secondary: #7afd7a;
  --color-heading: #045857;
  --color-default: #3f6c6b;
}

.fintech-saas {
  --color-primary: #045786;
  --color-secondary: #0f9880;
  --color-heading: #000;
  --color-default: #3f5968;
  --color-border: #d8e8ec;
}

.automation-saas {
  --color-primary: #045786;
  --color-heading: #131313;
  --color-default: #777676;
}

.inner-page {
  --color-primary: #045786;
  --color-secondary: #e6e3fb;
  --color-heading: #0d1738;
  --color-default: #0d1738;
}

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

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  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;
  overflow: clip;
}

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

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

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

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

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

.pos-rel {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.f-right {
  float: right;
}

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

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

.xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.xb-close::before,
.xb-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}
.xb-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.xb-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.xb-close:hover::before,
.xb-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

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

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

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

.ul_li_center {
  justify-content: center;
}

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

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

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

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

.flex-1 {
  flex: 1;
}

.xb-odm {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes zoominup3 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
.zoominup3 {
  animation: zoominup3 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;
}

@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);
  }
}
@-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 leftRight-animation2 {
  0% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
  }
  50% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
  }
  100% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
  }
}
@-webkit-keyframes leftRight-animation2 {
  0% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
  }
  50% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
  }
  100% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
  }
}
.leftRight-animation2 {
  animation: leftRight-animation2 4s linear infinite;
}

@keyframes Righttoleft-animation {
  0% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
  }
  50% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
  }
}
@-webkit-keyframes Righttoleft-animation {
  0% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
  }
  50% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
  }
}
.Righttoleft-animation {
  animation: Righttoleft-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 spinTwo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes spinTwo {
  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: 0.7s;
  animation-duration: 0.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 rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
@keyframes rotateme2 {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

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

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

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.path {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dash 4s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.path_2 {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dashTwo 4s linear infinite;
}

@keyframes dashTwo {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 100;
  }
}
@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.phoneRinging {
  animation: phoneRinging 1.5s infinite linear;
}

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(30deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(30deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes sliderShape {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
.xb-animetion-right {
  animation: xb-animetion-right 1.3s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes xb-animetion-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.xb-animetion-left {
  animation: xb-animetion-left 1.3s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes xb-animetion-left {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.xb-animetion-left-2 {
  animation: xb-animetion-left-2 2.8s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes xb-animetion-left-2 {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}
.xb-animetion-top {
  animation: xb-animetion-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes xb-animetion-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes topToBottom {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}
@keyframes BottomToTop {
  0% {
    bottom: -20px;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes rightToLeft {
  0% {
    right: -38px;
  }
  100% {
    right: 100%;
  }
}
@keyframes LeftToright {
  0% {
    left: -38px;
  }
  100% {
    left: 100%;
  }
}
@keyframes xb-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move-logo-right {
  0% {
    opacity: 0;
    filter: blur(4px);
    --image-scale: 0.5;
    offset-distance: 67%;
  }
  25% {
    filter: blur(0);
    opacity: 1;
  }
  65% {
    --image-scale: 1;
  }
  to {
    offset-distance: 0;
  }
}
@keyframes rightMoveAnim {
  0% {
    opacity: 0;
    offset-distance: 100%;
  }
  25% {
    opacity: 1;
  }
  65% {
    --image-scale: 1;
  }
  to {
    offset-distance: 0%;
  }
}
@keyframes move-logo-left {
  0% {
    opacity: 0;
    filter: blur(4px);
    --image-scale: 0.5;
    offset-distance: 33%;
  }
  25% {
    filter: blur(0);
    opacity: 1;
  }
  65% {
    --image-scale: 1;
  }
  to {
    offset-distance: 100%;
  }
}
@keyframes scaleX {
  0% {
    width: 0;
    transform-origin: left;
  }
  100% {
    width: 100%;
    transform-origin: left;
  }
}
@-webkit-keyframes scaleX {
  0% {
    width: 0;
    transform-origin: left;
  }
  100% {
    width: 100%;
    transform-origin: left;
  }
}
.scaleX {
  animation: scaleX 4s linear infinite;
}

@keyframes opacityAnim {
  0% {
    box-shadow: 0 0 10px 0 rgba(4, 87, 134, 0);
  }
  50% {
    box-shadow: 0 0 10px 0 rgba(4, 87, 134, 0.5);
  }
  100% {
    box-shadow: 0 0 10px 0 rgba(4, 87, 134, 0);
  }
}
@-webkit-keyframes opacityAnim {
  0% {
    box-shadow: 0 0 10px 0 rgba(4, 87, 134, 0);
  }
  50% {
    box-shadow: 0 0 10px 0 rgba(4, 87, 134, 0.5);
  }
  100% {
    box-shadow: 0 0 10px 0 rgba(4, 87, 134, 0);
  }
}
.opacityAnim {
  animation: opacityAnim 2s linear infinite;
}

@keyframes rotateanim {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  30% {
    transform: rotate(5deg);
    transform-origin: bottom;
  }
  60% {
    transform: rotate(-5deg);
    transform-origin: bottom;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
}
@-webkit-keyframes rotateanim {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  30% {
    transform: rotate(5deg);
    transform-origin: bottom;
  }
  60% {
    transform: rotate(-5deg);
    transform-origin: bottom;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
}
.rotateanim {
  animation: rotateanim 5s linear infinite;
}

/*------------------------------------------
= Global Section Reveal (xbFadeUp)
-------------------------------------------*/
.xbFadeUp {
  display: block;
  opacity: 0;
  will-change: transform, clip-path;
}

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

.xb-header-logo .logo {
  display: inline-block;
}

.xb-header-logo .logo img {
  width: 180px !important;
  height: auto !important;
  max-width: none !important;
}

.header-area .header__wrap {
  background: #eef7f8;
  padding: 0 5px 0 25px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
@media (max-width: 991px) {
  .header-area .header__wrap {
    padding: 5px 5px 5px 25px;
  }
}
@media (max-width: 767px) {
  .header-area .header__wrap {
    padding: 5px 5px 5px 15px;
  }
}
.header-area .header-contact-btn {
  padding: 12.4px 34px;
}
.header-area .main-menu > ul > li {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .header-area .xb-header-logo {
    max-width: 110px;
  }
}
.header-area .xb-header-area-sticky .header__wrap {
  background: var(--color-white);
}
@media (max-width: 991px) {
  .header-area .xb-header-area-sticky .header__wrap {
    padding: 15px 0;
  }
}
.header-area .xb-header-area-sticky .main-menu > ul > li {
  padding: 23px 0;
}
.header-area .xb-header-area-sticky .main-menu > ul > li.hover > a,
.header-area .xb-header-area-sticky .main-menu > ul > li.active > a {
  background: #eef7f8;
}
.header-area .header-bar-mobile {
  display: inline-flex;
}
.header-area--two .header__wrap {
  background: #e4ffe6;
  padding: 0 12px 0 30px;
}
@media (max-width: 991px) {
  .header-area--two .header__wrap {
    padding: 10px 10px 10px 20px;
  }
}
.header-area--two .main-menu > ul > li {
  padding: 20px 0;
}
.header-area--two .main-menu > ul > li > a::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 0px;
  opacity: 0;
  height: 98%;
  width: 98%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: white;
}
.header-area--two .main-menu > ul > li:hover > a,
.header-area--two .main-menu > ul > li.active > a {
  color: var(--color-heading);
  background: linear-gradient(180deg, #fff 2.54%, #c9edcb 100%);
}
.header-area--two .main-menu > ul > li:hover > a::before,
.header-area--two .main-menu > ul > li.active > a::before {
  opacity: 1;
}
.header-area--two .main-menu > ul > li .submenu {
  background: var(--color-white);
}
.header-area--two .xb-header-btn {
  gap: 10px;
}
@media (max-width: 1199px) {
  .header-area--two .xb-header-btn {
    display: none;
  }
}
.header-area--two .xb-header-btn a {
  padding: 12.4px 30px;
}
@media (max-width: 1199px) {
  .header-area--two .xb-header-btn a {
    padding: 12.4px 20px;
  }
}
.header-area--two .xb-header-btn a:nth-child(1) {
  background: linear-gradient(180deg, #fff 2.54%, #c9edcb 100%);
}
.header-area--two .xb-header-btn a:nth-child(1)::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 0px;
  height: 98%;
  width: 98%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: white;
}
.header-area--two .xb-header-btn a:nth-child(2) {
  box-shadow:
    inset 0 1px 1px 0 rgba(205, 250, 206, 0.08),
    inset 0 -2px 1px 0 rgba(0, 31, 31, 0.24),
    0 0 1px 0 rgba(0, 31, 31, 0.32),
    0 2px 2px 0 rgba(0, 31, 31, 0.06),
    0 4px 4px 0 rgba(0, 31, 31, 0.06),
    0 8px 8px 0 rgba(0, 31, 31, 0.06);
}
.header-area--two .header-transparent {
  top: 30px;
}
@media (max-width: 991px) {
  .header-area--two .xb-header-area-sticky .header__wrap {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .header-area--two .xb-header-area-sticky .header__wrap {
    padding: 15px 10px;
  }
}
.header-area--three {
  background: rgba(0, 0, 0, 0.44);
}
@media (max-width: 991px) {
  .header-area--three {
    background: transparent;
  }
}
.header-area--three .header__wrap {
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (max-width: 991px) {
  .header-area--three .header__wrap {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header-area--three .header__wrap {
    padding: 0;
  }
}
.header-area--three .main-menu > ul > li {
  margin-right: 10px;
  padding: 22px 0;
}
.header-area--three .main-menu > ul > li > a {
  color: var(--color-white);
}
.header-area--three .main-menu > ul > li:hover > a,
.header-area--three .main-menu > ul > li.active > a {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.07);
}
.header-area--three .main-menu > ul > li:hover > a span::after,
.header-area--three .main-menu > ul > li.active > a span::after {
  color: var(--color-primary);
}
.header-area--three .main-menu > ul > li .submenu {
  background: var(--color-white);
}
.header-area--three .xb-header-btn a::before {
  left: -100px;
}
.header-area--three .xb-nav-mobile {
  background: transparent;
  border: none;
  gap: 6px;
  padding: 0;
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .header-area--three .xb-nav-mobile {
    gap: 5px;
    width: 22px;
  }
}
.header-area--three .xb-header-area-sticky {
  background-color: #045786 !important;
}
.header-area--three .xb-header-area-sticky .header__wrap {
  background: #045786;
}
.header-area--three .xb-header-area-sticky .main-menu > ul > li.active > a {
  background: rgba(255, 255, 255, 0.07);
}
.header-area--four .main-menu > ul > li {
  padding: 31px 0;
}
.header-area--four .main-menu > ul > li:hover > a,
.header-area--four .main-menu > ul > li.active > a {
  background: none;
}
.header-area--four .header__wrap {
  border-radius: 0;
  background: none;
  padding: 0 20px;
  background: var(--color-white);
}
@media (max-width: 991px) {
  .header-area--four .header__wrap {
    padding: 17px 20px;
  }
}
.header-area--four .header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 66px;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-area--four .header-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .header-area--four .header-wrapper {
    padding: 0 12px;
  }
}
.header-area--four .xb-header-btn a {
  padding: 10px 17px;
}
.header-area--inner_page {
  background: transparent;
}
.header-area--inner_page .header__wrap {
  padding: 0 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1199px) {
  .header-area--inner_page .header__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-area--inner_page .header__wrap {
    padding: 12px 20px;
  }
}
.header-area--inner_page .main-menu > ul > li {
  padding: 20px 0;
}
.header-area--inner_page .main-menu > ul > li a {
  color: #5a5869;
}
.header-area--inner_page .main-menu > ul > li:hover > a,
.header-area--inner_page .main-menu > ul > li.active > a {
  color: #5a5869;
  background: rgba(193, 186, 245, 0.5);
}
.header-area--inner_page .main-menu > ul > li .submenu {
  background: var(--color-white);
}
.header-area--inner_page.header-transparent {
  top: 30px;
}

.header-transparent {
  position: absolute;
  top: 20px;
  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;
  padding: 4px 20px;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  text-transform: capitalize;
  color: var(--color-heading);
  background: transparent;
}
.main-menu ul li.menu-item-has-children > a {
  padding-right: 40px;
}
.main-menu ul li.menu-item-has-children > a span::after {
  position: absolute;
  top: 54%;
  z-index: 3;
  right: 20px;
  content: "\f107";
  font-weight: 500;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
}
.main-menu ul li.menu-item-has-children:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: var(--color-heading);
  background: var(--color-white);
}
/* =========================
   INDUSTRIES MEGA MENU (THEME MATCHED, COMPACT & NO HOVER ARROW)
========================= */
.main-menu ul li.has-mega-menu .submenu.mega-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 0;
  max-width: 1160px;
  margin: 0 auto;
  display: block !important;
  grid-template-columns: none !important;
  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 999;
}

.main-menu ul li.has-mega-menu:hover > .submenu.mega-menu-container,
.main-menu ul li.has-mega-menu:focus-within > .submenu.mega-menu-container {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.main-menu
  ul
  li.has-mega-menu
  .submenu.mega-menu-container
  > li.mega-menu-wrapper-li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100%;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.mega-menu-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.mega-category-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: linear-gradient(
    135deg,
    rgba(4, 87, 134, 0.07),
    rgba(8, 145, 178, 0.07)
  );
  border-radius: 9px;
  border-left: 3.5px solid var(--color-primary, #045786);
  margin-bottom: 4px;
}

.mega-category-header .category-icon {
  font-size: 13px;
  color: var(--color-primary, #045786);
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.mega-category-header .category-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-primary, #045786);
}

.mega-category-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.mega-category-list > li {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.mega-category-list > li > a {
  position: relative;
  width: 100% !important;
  min-height: 52px;
  padding: 8px 14px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 11px !important;
  -webkit-border-radius: 11px !important;
  -moz-border-radius: 11px !important;
  color: var(--color-heading, #0f172a) !important;
  transition: all 0.2s ease;
  text-decoration: none !important;
  box-sizing: border-box !important;
  overflow: hidden;
}

.mega-category-list > li > a .industry-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 9px;
  color: var(--color-primary, #045786);
  font-size: 15px;
  border: 1px solid #cbd5e1;
  transition: all 0.2s ease;
}

.mega-category-list > li > a .industry-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
  text-align: left;
}

.mega-category-list > li > a .industry-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mega-category-list > li > a .industry-desc {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.25;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mega-category-list > li:hover > a,
.mega-category-list > li.active > a {
  background: rgba(4, 87, 134, 0.05) !important;
  border-color: var(--color-primary, #045786) !important;
  transform: translateX(3px);
  box-shadow: 0 4px 14px rgba(4, 87, 134, 0.08) !important;
  padding-left: 14px !important;
}

.mega-category-list > li:hover > a .industry-icon,
.mega-category-list > li.active > a .industry-icon {
  background: var(--color-primary, #045786) !important;
  color: #ffffff !important;
  border-color: var(--color-primary, #045786) !important;
}

/* 3. Explicitly REMOVE right arrow on hover for mega menu links */
.main-menu ul li .submenu.mega-menu-container li a::after,
.main-menu ul li .submenu.mega-menu-container li a::before,
.main-menu ul li .submenu.mega-menu-container li:hover > a::after,
.main-menu ul li .submenu.mega-menu-container li:hover > a::before,
.main-menu ul li .submenu.mega-menu-container li.active > a::after,
.main-menu ul li .submenu.mega-menu-container li.active > a::before,
.mega-category-list > li > a::after,
.mega-category-list > li > a::before,
.mega-category-list > li:hover > a::after,
.mega-category-list > li:hover > a::before,
.mega-category-list > li.active > a::after,
.mega-category-list > li.active > a::before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
}
.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-primary);
} */
.main-menu ul li .submenu:not(.mega-menu-container) li:hover > a span::after,
.main-menu ul li .submenu:not(.mega-menu-container) li.active > a span::after {
  color: var(--color-primary);
}
.main-menu ul li .submenu:not(.mega-menu-container) li:hover > a::after,
.main-menu ul li .submenu:not(.mega-menu-container) li.active > a::after {
  opacity: 1;
}

/* Explicit global removal of right arrow on hover for mega menu items */
.main-menu ul li.has-mega-menu .submenu li a::after,
.main-menu ul li.has-mega-menu .submenu li a::before,
.main-menu ul li.has-mega-menu .submenu li:hover > a::after,
.main-menu ul li.has-mega-menu .submenu li:hover > a::before,
.main-menu ul li.has-mega-menu .submenu li.active > a::after,
.main-menu ul li.has-mega-menu .submenu li.active > a::before,
.main-menu ul li.has-mega-menu a::after,
.main-menu ul li.has-mega-menu a::before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
}

.main-menu ul li.has-mega-menu {
  position: static;
}
.main-menu ul li.has-mega-menu li {
  width: 100%;
}
.main-menu ul li .mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  max-width: 1290px;
  box-shadow: -1px 17px 55px 0 rgba(10, 1, 28, 0.4);
}
@media (max-width: 1199px) {
  .main-menu ul li .mega-menu {
    padding: 30px;
  }
}
.main-menu ul li .mega-menu .mega-menu-content a {
  padding: 0;
}
.main-menu ul li .mega-menu .mega-menu-content .demo-pic {
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.main-menu ul li .mega-menu .mega-menu-content .demo-pic:hover,
.main-menu ul li .mega-menu .mega-menu-content .demo-pic.active {
  transform: translateY(-5px);
  border: 2px solid var(--color-primary);
}
.main-menu ul li .mega-menu h3 a {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.03em;
  color: var(--color-heading);
  font-family: var(--font-heading);
}
@media only screen and (max-width: 1023px) {
  .main-menu ul li .mega-menu h3 a {
    font-size: 16px;
  }
}

.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto;
}

.main-menu ul li.menu-last ul.submenu ul {
  right: auto;
  left: -100%;
}

.main-menu__wrap {
  position: static;
}

/*----------------------------------------*/
/*  28. sec-title
/*----------------------------------------*/
.sec-title .title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--color-heading);
  font-family: var(--font-heading);
}
@media (max-width: 991px) {
  .sec-title .title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .sec-title .title {
    font-size: 38px;
  }
}
.sec-title .title span {
  color: var(--color-primary);
}
.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--two .title {
  letter-spacing: -0.05em;
}
@media (max-width: 991px) {
  .sec-title--two .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .sec-title--two .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-title--two .title {
    font-size: 44px;
  }
}
.sec-title--three .title {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.17;
  color: #005b8f;
}
@media (max-width: 991px) {
  .sec-title--three .title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .sec-title--three .title {
    font-size: 38px;
  }
}
.sec-title--three .sub-title {
  padding-left: 0;
  align-items: center;
  display: inline-flex;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.sec-title--three .title {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.sec-title--three .sub-title span {
  padding: 7px 20px;
  color: var(--color-heading);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: linear-gradient(180deg, #fff 0%, #f4f1fd 52.05%);
  box-shadow:
    0 0 0 2px #ede8fb,
    0 4px 7px 0 rgba(38, 14, 95, 0.05);
}
.sec-title--three .sub-title::before {
  display: none;
}
.sec-title--three .content {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  color: var(--color-heading);
}

.xb-integrate-logo {
  padding: 77px;
  position: relative;
  padding-bottom: 18px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .xb-integrate-logo {
    margin: 0 22px;
    padding: 51px;
    padding-bottom: 15px;
  }
}
.xb-integrate-logo .xb-logo {
  z-index: 1;
  padding: 49px;
  display: inline-block;
  border-radius: 15px;
  background: #f4f2ff;
}
@media (max-width: 767px) {
  .xb-integrate-logo .xb-logo {
    padding: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-integrate-logo .xb-logo {
    padding: 42px;
  }
}
.xb-integrate-logo .xb-logo .xb-animate-line .line {
  left: -3px;
}
.xb-integrate-logo .xb-logo .xb-animate-line .line.two {
  left: auto;
  right: -3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-integrate-logo .xb-logo .logo {
    max-width: 150px;
  }
}
.xb-integrate-logo .xb-frame {
  position: absolute;
  left: 0;
  top: 0;
}

.xb-itegrate-box {
  height: 607px;
  height: 590px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .xb-itegrate-box {
    height: 435px;
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box {
    height: 185px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-itegrate-box {
    height: 215px;
  }
}
.xb-itegrate-box::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -45px;
  width: 496px;
  height: 117px;
  z-index: 1;
  filter: blur(23px);
  background: #f3f1ff;
  transform: translateX(-50%);
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
}
@media (max-width: 767px) {
  .xb-itegrate-box::before {
    top: -60px;
  }
}
.xb-itegrate-box svg {
  display: block;
  transform: translateY(-820px);
}
@media (max-width: 767px) {
  .xb-itegrate-box svg {
    height: 500px;
    transform: translateY(-308px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-itegrate-box svg {
    height: 560px;
    transform: translateY(-340px);
  }
}
.xb-itegrate-box .link-box {
  position: absolute;
  top: 37%;
  left: 14%;
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box {
    top: 32%;
    left: 15%;
  }
}
@media (max-width: 1199px) {
  .xb-itegrate-box .link-box {
    left: 9%;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-itegrate-box .link-box {
    left: 6%;
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box {
    top: 35%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box {
    top: 36%;
    left: 5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-itegrate-box .link-box {
    top: 41%;
    left: 12%;
  }
}
.xb-itegrate-box .link-box .link {
  height: 46px;
  width: 46px;
  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);
  box-shadow: 0 7px 6px 0 rgba(21, 19, 33, 0.22);
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link {
    height: 36px;
    width: 36px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link {
    height: 20px;
    width: 20px;
    padding: 6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-itegrate-box .link-box .link {
    height: 25px;
    width: 25px;
    padding: 6px;
  }
}
.xb-itegrate-box .link-box .link--2 {
  transform: translateY(40px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--2 {
    transform: translate(-15px, 40px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--2 {
    transform: translate(-15px, 35px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--2 {
    transform: translate(-3px, 15px);
  }
}
.xb-itegrate-box .link-box .link--3 {
  transform: translateY(76px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--3 {
    transform: translate(-25px, 76px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--3 {
    transform: translate(-25px, 68px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--3 {
    transform: translate(0px, 24px);
  }
}
.xb-itegrate-box .link-box .link--4 {
  transform: translate(5px, 115px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--4 {
    transform: translate(-25px, 115px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--4 {
    transform: translate(-25px, 100px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--4 {
    transform: translate(2px, 30px);
  }
}
.xb-itegrate-box .link-box .link--5 {
  transform: translate(30px, 140px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--5 {
    transform: translate(-10px, 144px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--5 {
    transform: translate(-3px, 125px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--5 {
    transform: translate(6px, 34px);
  }
}
.xb-itegrate-box .link-box .link--6 {
  transform: translate(70px, 160px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--6 {
    transform: translate(20px, 170px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--6 {
    transform: translate(25px, 145px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--6 {
    transform: translate(12px, 38px);
  }
}
.xb-itegrate-box .link-box .link--7 {
  transform: translate(105px, 175px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--7 {
    transform: translate(52px, 190px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--7 {
    transform: translate(52px, 154px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--7 {
    transform: translate(17px, 40px);
  }
}
.xb-itegrate-box .link-box .link--8 {
  transform: translate(180px, 175px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--8 {
    transform: translate(125px, 195px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--8 {
    transform: translate(71px, 158px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--8 {
    transform: translate(20px, 41px);
  }
}
.xb-itegrate-box .link-box .link--9 {
  transform: translate(215px, 167px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--9 {
    transform: translate(165px, 190px);
  }
}
@media (max-width: 1199px) {
  .xb-itegrate-box .link-box .link--9 {
    transform: translate(155px, 180px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--9 {
    transform: translate(100px, 150px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--9 {
    transform: translate(25px, 40px);
  }
}
.xb-itegrate-box .link-box .link--10 {
  transform: translate(250px, 140px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--10 {
    transform: translate(205px, 170px);
  }
}
@media (max-width: 1199px) {
  .xb-itegrate-box .link-box .link--10 {
    transform: translate(190px, 155px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--10 {
    transform: translate(125px, 127px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--10 {
    transform: translate(30px, 38px);
  }
}
.xb-itegrate-box .link-box .link--11 {
  transform: translate(275px, 110px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--11 {
    transform: translate(235px, 140px);
  }
}
@media (max-width: 1199px) {
  .xb-itegrate-box .link-box .link--11 {
    transform: translate(205px, 115px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--11 {
    transform: translate(145px, 100px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--11 {
    transform: translate(35px, 32px);
  }
}
.xb-itegrate-box .link-box .link--12 {
  transform: translate(290px, 75px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--12 {
    transform: translate(248px, 100px);
  }
}
@media (max-width: 1199px) {
  .xb-itegrate-box .link-box .link--12 {
    transform: translate(205px, 80px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--12 {
    transform: translate(150px, 65px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--12 {
    transform: translate(40px, 25px);
  }
}
.xb-itegrate-box .link-box .link--13 {
  transform: translate(295px, 40px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--13 {
    transform: translate(250px, 65px);
  }
}
@media (max-width: 1199px) {
  .xb-itegrate-box .link-box .link--13 {
    transform: translate(200px, 40px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--13 {
    transform: translate(145px, 40px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--13 {
    transform: translate(40px, 15px);
  }
}
.xb-itegrate-box .link-box .link--14 {
  transform: translate(289px, 5px);
}
@media only screen and (max-width: 1300px) {
  .xb-itegrate-box .link-box .link--14 {
    transform: translate(245px, 30px);
  }
}
@media (max-width: 1199px) {
  .xb-itegrate-box .link-box .link--14 {
    transform: translate(180px, 0px);
  }
}
@media (max-width: 991px) {
  .xb-itegrate-box .link-box .link--14 {
    transform: translate(130px, 8px);
  }
}
@media (max-width: 767px) {
  .xb-itegrate-box .link-box .link--14 {
    transform: translate(35px, 0px);
  }
}

.integrate-seection {
  overflow: hidden;
  padding-top: 125px;
}

.xb-integrate-substrac {
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-integrate-substrac {
    left: -180px;
    right: -180px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 1300px) {
  .xb-integrate-substrac {
    left: -150px;
    right: -240px;
    bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .xb-integrate-substrac {
    left: -200px;
    right: -200px;
    bottom: 33px;
  }
}
@media (max-width: 991px) {
  .xb-integrate-substrac {
    bottom: -25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-integrate-substrac {
    bottom: -51px;
  }
}

.as-asintroduction-item {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.as-asintroduction-item .xb-item--inner {
  padding: 10px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ebdcfe;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: rgba(255, 254, 254, 0.7);
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0);
}
@media (max-width: 991px) {
  .as-asintroduction-item .xb-item--inner {
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  .as-asintroduction-item .xb-item--inner {
    min-height: 290px;
  }
}
.as-asintroduction-item .xb-item--title {
  font-size: 24px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .as-asintroduction-item .xb-item--title {
    font-size: 22px;
  }
}
.as-asintroduction-item .xb-item--content {
  line-height: 24px;
}
.as-asintroduction-item .xb-item--img {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #eaf4f8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.as-asintroduction-item .xb-item--img .code {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 156px;
  overflow: hidden;
}
.as-asintroduction-item .xb-item--img .img {
  overflow: hidden;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  background: var(--color-white);
}
.as-asintroduction-item .xb-item--img.blure-shadow {
  padding: 0;
  background: #fffefe;
  box-shadow: 0 0 15px 0 rgba(4, 87, 134, 0.3);
}
.as-asintroduction-item .xb-item--img.blure-shadow::before,
.as-asintroduction-item .xb-item--img.blure-shadow::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 23px;
  z-index: 1;
  height: 20px;
  width: 100%;
  max-width: 371px;
  filter: blur(4px);
  background: #fffefe;
}
.as-asintroduction-item .xb-item--img.blure-shadow::after {
  top: auto;
  bottom: -5px;
}
.as-asintroduction-item .xb-item--img.shadow-img {
  padding: 0;
  margin: -14px;
  background: transparent;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-asintroduction-item .xb-item--img.shadow-img {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-asintroduction-item .xb-item--img.shadow-img > img {
    width: 100%;
  }
}
.as-asintroduction-item .xb-item--img.shadow-img .apps-img {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-asintroduction-item .xb-item--img.shadow-img .apps-img {
    top: 10px;
  }
}
@media (max-width: 1199px) {
  .as-asintroduction-item .xb-item--img.shadow-img .apps-img {
    width: 79%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-asintroduction-item .xb-item--img.shadow-img .apps-img {
    top: 85px;
  }
}
.as-asintroduction-item .xb-item--holder {
  padding: 10px 18px 0;
}
@media (max-width: 1199px) {
  .as-asintroduction-item .xb-item--holder {
    padding: 10px 5px 0;
  }
}
.as-asintroduction-item .xb-item--top {
  align-items: start;
}
.as-asintroduction-item .xb-item--tag {
  padding: 1px;
  font-size: 10px;
  display: inline-block;
  color: var(--color-black);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: linear-gradient(180deg, #7fbcd3 0%, #2f6f97 55%, #045786 100%);
}
.as-asintroduction-item .xb-item--tag span {
  padding: 2px 8px;
  display: block;
  line-height: 14px;
  border-radius: inherit;
  background: var(--color-white);
}

.as-introduction-inner {
  gap: 133px;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (max-width: 767px) {
  .as-introduction-inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .as-introduction-inner.top-item {
    margin-bottom: 20px;
  }
}

.as-introduction-logo {
  z-index: 1;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .as-introduction-logo {
    display: none;
  }
}
.as-introduction-logo .xb-item--line .line {
  z-index: -1;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.as-introduction-logo .xb-item--line .line svg path {
  stroke-dasharray: 6;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 30s linear forwards infinite;
  animation: xb-line-dash 30s linear forwards infinite;
}
.as-introduction-logo .xb-item--line .line--1 {
  left: -11px;
}
.as-introduction-logo .xb-item--line .line--2 {
  right: -11px;
}
.as-introduction-logo .xb-item--logo {
  bottom: 50% !important;
  margin-top: 0 !important;
  transform: translate(-50%, 50%) !important;
}

.as-introduction-wrapper {
  z-index: 1;
  position: relative;
}
.as-introduction-wrapper .blur-shape {
  position: absolute;
  bottom: -30%;
  left: 50%;
  z-index: -1;
  width: 149%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .as-introduction-wrapper .blur-shape {
    bottom: -8%;
  }
}
@media (max-width: 767px) {
  .as-introduction-wrapper .blur-shape {
    bottom: 29%;
  }
}

.xb-pricing-card .xb-item--inner {
  position: relative;
  background: #045786;
  padding: 45px 50px 42px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1199px) {
  .xb-pricing-card .xb-item--inner {
    padding: 45px 30px 42px;
  }
}
.xb-pricing-card .xb-item--tag {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  display: inline-block;
  letter-spacing: 0.01em;
  background: #2c2b2b;
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 53px;
  -webkit-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  -o-border-radius: 53px;
}
.xb-pricing-card .xb-item--tag.is-mixgreen {
  color: var(--color-heading);
  background: var(--color-secondary);
}
.xb-pricing-card .xb-item--tag.is-mixwhite {
  background: #2f6f97;
}
.xb-pricing-card .xb-item--title {
  font-size: 34px;
  margin: 25px 0 30px;
  color: var(--color-white);
}
.xb-pricing-card .xb-item--price {
  font-size: 34px;
  line-height: 1;
  color: var(--color-white);
}
.xb-pricing-card .xb-item--date {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-white);
}
.xb-pricing-card .xb-item--price_box {
  gap: 10px;
  margin-bottom: 34px;
}
.xb-pricing-card .xb-item--tag_box {
  z-index: 1;
  position: relative;
}
.xb-pricing-card .xb-item--tag_box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  z-index: -1;
  background: #2c2b2b;
  transform: translateY(-50%);
}
.xb-pricing-card .xb-item--content {
  max-width: 445px;
  line-height: 28px;
  margin: 22px 0 42px;
  color: var(--color-white);
}
.xb-pricing-card .xb-item--btn {
  margin-bottom: 50px;
}
.xb-pricing-card .xb-item--btn a {
  width: 100%;
  padding: 17.4px 40px;
}
.xb-pricing-card .xb-item--btn a.change_bg {
  background: var(--color-secondary);
}
.xb-pricing-card .xb-item--btn a.change_bg .text {
  color: var(--color-heading);
  text-shadow: 0 1.3em #045786;
}
.xb-pricing-card .xb-item--list {
  margin-top: 25px;
}
.xb-pricing-card .xb-item--list li {
  gap: 10px;
  display: flex;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--color-white);
  border-bottom: 1px solid #2c2b2b;
}
@media (max-width: 991px) {
  .xb-pricing-card .xb-item--list li {
    font-size: 17px;
  }
}
.xb-pricing-card .xb-item--list li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.xb-pricing-card .xb-item--list li:last-child {
  border-bottom: none;
}
.xb-pricing-card .xb-item--text {
  font-size: 24px;
  color: #d3c7ff;
  position: absolute;
  top: 115px;
  right: 100px;
  text-align: center;
  transform: rotate(-46deg);
  font-family: var(--font-caveat);
}
@media (max-width: 991px) {
  .xb-pricing-card .xb-item--text {
    top: 45px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .xb-pricing-card .xb-item--text {
    top: 140px;
    right: 30px;
  }
}
.xb-pricing-card.is-purple .xb-item--inner {
  background: var(--color-primary);
}
.xb-pricing-card.is-purple .xb-item--tag_box::before {
  background: rgba(255, 255, 255, 0.2);
}
.xb-pricing-card.is-purple .xb-item--list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.xb-pricing-card.is-purple .xb-item--list li:last-child {
  border-bottom: none;
}

.xb-pricing-tab {
  padding-top: 70px;
  position: relative;
}

.xb-pricing-nav {
  z-index: 1;
  padding: 6px;
  position: relative;
  background: #fff;
  display: inline-flex;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.xb-pricing-nav::after {
  position: absolute;
  content: "";
  width: 52.3%;
  height: 80%;
  top: 6px;
  left: 6px;
  z-index: -1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.5s cubic-bezier(0.57, 0.086, 0, 0.99);
  background: linear-gradient(124deg, #045786 0%, #9dd8d2 93.45%);
  opacity: 0.3;
}
.xb-pricing-nav.is-active::after {
  width: 44%;
  left: 54%;
}
.xb-pricing-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 25px;
  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;
}
.xb-pricing-nav .nav-item .nav-link.active {
  background-color: transparent;
}

.xb-pricing-scribble {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 57%;
  opacity: 0;
}
@media (max-width: 1199px) {
  .xb-pricing-scribble {
    left: 59%;
  }
}
@media (max-width: 991px) {
  .xb-pricing-scribble {
    left: 62%;
  }
}
@media (max-width: 767px) {
  .xb-pricing-scribble {
    left: 66%;
    top: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-pricing-scribble {
    left: 70%;
    top: 30px;
  }
}
.xb-pricing-scribble .line-svg path:nth-child(2) {
  stroke-dasharray: 3;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 40s linear forwards infinite;
  animation: xb-line-dash 40s linear forwards infinite;
}
@media (max-width: 767px) {
  .xb-pricing-scribble .line-svg {
    max-width: 80px;
  }
}
.xb-pricing-scribble .text {
  font-size: 24px;
  line-height: 24px;
  transform: rotate(-52deg);
  color: var(--color-primary);
  margin: 50px 0 0 -20px;
  font-family: var(--font-caveat);
}
@media (max-width: 767px) {
  .xb-pricing-scribble .text {
    font-size: 18px;
    margin: 29px 0 0 -20px;
    transform: rotate(-60deg);
  }
}

.xb-sec-frame {
  z-index: 1;
  position: relative;
  padding: 73px 72px;
  margin: 0 -57px 0 -73px;
}
@media only screen and (max-width: 1300px) {
  .xb-sec-frame {
    padding: 73px 64px;
    margin: 0 -57px 0 -57px;
  }
}
@media (max-width: 1199px) {
  .xb-sec-frame {
    padding: 73px 57px;
    margin: 0 -50px 0 -50px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-sec-frame {
    padding: 73px 54px;
  }
}
@media (max-width: 991px) {
  .xb-sec-frame {
    padding: 82px 41px;
    margin: 0 -35px 0 -35px;
  }
}
@media (max-width: 767px) {
  .xb-sec-frame {
    margin: 0;
    padding: 52px 0 50px;
  }
}
.xb-sec-frame .xb-frame .frame {
  position: absolute;
}
@media (max-width: 767px) {
  .xb-sec-frame .xb-frame .frame {
    display: none;
  }
}
.xb-sec-frame .xb-frame .frame--1 {
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.xb-sec-frame .xb-frame .frame--1 img {
  height: 100%;
}
.xb-sec-frame .xb-frame .frame--2 {
  top: 0;
  left: 50%;
  z-index: 2;
  height: 100%;
  transform: translateX(-48%);
}
.xb-sec-frame .xb-frame .frame--2 img {
  height: 100%;
}
.xb-sec-frame .xb-frame .frame--3 {
  left: 0;
  top: 21%;
  z-index: 3;
}

.xb-pricing-row {
  overflow: hidden;
  border: 1px solid #d7f0d7;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (max-width: 991px) {
  .xb-pricing-row {
    border-radius: 30px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .xb-pricing-row {
    border-radius: 30px 30px 0 0;
  }
}

.xb-pricing-inner {
  margin-right: -27px;
}
@media (max-width: 991px) {
  .xb-pricing-inner {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .xb-pricing-inner {
    overflow-x: scroll;
  }
}

.xb-pricing-table thead tr th {
  padding: 35px 30px;
}
@media (max-width: 1199px) {
  .xb-pricing-table thead tr th {
    padding: 35px 20px;
  }
}
.xb-pricing-table thead tr th .text {
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0.03em;
  color: var(--color-heading);
}
.xb-pricing-table thead tr th .dollar {
  margin: 5px 0;
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: var(--font-heading);
}
@media (max-width: 991px) {
  .xb-pricing-table thead tr th .dollar {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .xb-pricing-table thead tr th .dollar {
    font-size: 28px;
  }
}
.xb-pricing-table tr th,
.xb-pricing-table tr td {
  text-align: center;
  border-right: 1px solid #d7f0d7;
}
.xb-pricing-table tr th:nth-child(1),
.xb-pricing-table tr td:nth-child(1) {
  width: 33%;
  text-align: start;
}
.xb-pricing-table tr th:nth-child(2),
.xb-pricing-table tr td:nth-child(2) {
  background: #5e5efa;
}
.xb-pricing-table tr th:nth-child(2) .text,
.xb-pricing-table tr th:nth-child(2) .dollar,
.xb-pricing-table tr td:nth-child(2) .text,
.xb-pricing-table tr td:nth-child(2) .dollar {
  color: var(--color-white);
}
.xb-pricing-table tr th:nth-child(2) .opacity,
.xb-pricing-table tr td:nth-child(2) .opacity {
  color: rgba(255, 255, 255, 0.6);
}
.xb-pricing-table tbody tr:nth-child(odd) {
  background: #eaf4ea;
}
.xb-pricing-table tbody tr td {
  width: 23%;
  font-weight: 500;
  padding: 27px 30px;
}
@media (max-width: 1199px) {
  .xb-pricing-table tbody tr td {
    padding: 27px 20px;
  }
}

.xb-table-img {
  height: 100%;
  width: 100%;
  padding-left: 27px;
}
@media (max-width: 991px) {
  .xb-table-img {
    padding-left: 0;
    display: none;
  }
}
.xb-table-img img {
  height: 100%;
}

.xb-table-btn {
  border-top: none;
  margin-left: 294px;
  display: inline-flex;
  border: 1px solid #d7f0d7;
  border-top: none;
  border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 1300px) {
  .xb-table-btn {
    margin-left: 267px;
  }
}
@media (max-width: 1199px) {
  .xb-table-btn {
    margin-left: 228px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-table-btn {
    margin-left: 216px;
  }
}
@media (max-width: 991px) {
  .xb-table-btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .xb-table-btn {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-table-btn {
    width: unset;
    float: right;
  }
}
.xb-table-btn li {
  padding: 16px 16.5px;
}
@media (max-width: 991px) {
  .xb-table-btn li {
    padding: 16px 17px;
  }
}
@media (max-width: 767px) {
  .xb-table-btn li {
    padding: 16px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-table-btn li {
    padding: 16px 10.5px;
  }
}
.xb-table-btn li:not(:last-child) {
  border-right: 1px solid #d7f0d7;
}
.xb-table-btn li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 163%;
  text-transform: capitalize;
  text-align: center;
  color: #045857;
  display: inline-flex;
  padding: 11px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #d7f0d7;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
@media (max-width: 1199px) {
  .xb-table-btn li a {
    font-size: 15px;
    padding: 11px 20px;
  }
}
@media (max-width: 767px) {
  .xb-table-btn li a {
    font-size: 12px;
    padding: 11px 15.5px;
  }
}
.xb-table-btn li a:hover {
  background: #d7f0d7;
}

@media (max-width: 991px) {
  .xb-pricing-table-wrap {
    text-align: right;
  }
}

.fs-btns_group {
  max-width: 906px;
  padding: 13px;
  margin: 0 auto 60px;
  position: relative;
  background: #fbfaff;
}
@media (max-width: 1199px) {
  .fs-btns_group {
    padding: 12px;
    max-width: 820px;
  }
}
@media (max-width: 991px) {
  .fs-btns_group {
    max-width: 584px;
  }
}
@media (max-width: 767px) {
  .fs-btns_group {
    max-width: 250px;
  }
}
.fs-btns_group .xb-pricing-nav {
  background: var(--color-secondary);
  box-shadow: inset 0 0 4px 0 rgba(39, 62, 140, 0.26);
}

.fs-pricing-item {
  padding: 10px 10px 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}
.fs-pricing-item .xb-item--holder {
  padding: 20px;
  overflow: hidden;
  background: #f9f8ff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid var(--color-border);
}
.fs-pricing-item .xb-item--title {
  font-size: 28px;
  margin: 7px 0 8px;
}
@media (max-width: 1199px) {
  .fs-pricing-item .xb-item--title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .fs-pricing-item .xb-item--title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .fs-pricing-item .xb-item--title {
    font-size: 28px;
  }
}
.fs-pricing-item .xb-item--btn {
  margin-top: 55px;
}
.fs-pricing-item .xb-item--btn a {
  width: 100%;
}
@media (max-width: 1199px) {
  .fs-pricing-item .xb-item--top {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .fs-pricing-item .xb-item--top {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-pricing-item .xb-item--top {
    flex-wrap: nowrap;
  }
}
.fs-pricing-item .xb-item--price_box {
  text-align: center;
  padding: 22px 18px;
  position: relative;
  z-index: 2;
  background: #f9f8ff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid var(--color-border);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-pricing-item .xb-item--price_box {
    padding: 22px 15px;
  }
}
.fs-pricing-item .xb-item--price {
  font-size: 38px;
  letter-spacing: -0.03em;
}
.fs-pricing-item .xb-item--list_title {
  font-size: 16px;
}
.fs-pricing-item .xb-item--list {
  margin-top: 25px;
}
.fs-pricing-item .xb-item--list li {
  gap: 10px;
  display: flex;
}
.fs-pricing-item .xb-item--list li:not(:last-child) {
  margin-bottom: 10px;
}
.fs-pricing-item .xb-item--list_box {
  margin-top: 35px;
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-pricing-item .xb-item--top {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-pricing-item .xb-item--content {
    max-width: 280px;
  }
}
.fs-pricing-item .xb-pricing-scribble {
  top: -10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-pricing-item .xb-pricing-scribble {
    left: 52%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-pricing-item .xb-pricing-scribble {
    left: 46%;
    top: 12px;
  }
}
@media (max-width: 1199px) {
  .fs-pricing-item .xb-pricing-scribble {
    top: -4px;
    left: 38%;
  }
}
@media (max-width: 991px) {
  .fs-pricing-item .xb-pricing-scribble {
    left: 58%;
  }
}
@media (max-width: 767px) {
  .fs-pricing-item .xb-pricing-scribble {
    top: 70%;
    left: 45%;
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-pricing-item .xb-pricing-scribble {
    top: 15px;
    left: 52%;
    transform: rotate(0deg);
  }
}
.fs-pricing-item .xb-pricing-scribble .text {
  margin: 28px 0 0 -30px;
}
@media (max-width: 767px) {
  .fs-pricing-item .xb-pricing-scribble .text {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-pricing-item .xb-pricing-scribble .text {
    transform: rotate(-52deg);
  }
}
.fs-pricing-item.active .xb-pricing-scribble {
  opacity: 1;
}

.fs-pricing-bottom {
  margin-top: 45px;
}
.fs-pricing-bottom .text {
  margin-bottom: 25px;
}

.as-pricing-inner {
  z-index: 1;
  padding: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(144deg, #141414 0%, #141414 100%);
}
@media (max-width: 1199px) {
  .as-pricing-inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .as-pricing-inner {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-pricing-inner {
    padding: 30px 30px;
  }
}
.as-pricing-inner .blur-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.as-pricing-item {
  padding-right: 40px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .as-pricing-item {
    padding-right: 0;
  }
}
.as-pricing-item .xb-item--sub-title {
  margin-bottom: 15px;
}
.as-pricing-item .xb-item--pricing_box {
  gap: 10px;
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}
.as-pricing-item .xb-item--pricing_box h3 {
  font-size: 40px;
  color: var(--color-white);
}
.as-pricing-item .xb-item--pricing_box p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.as-pricing-item .xb-item--text {
  color: rgba(255, 255, 255, 0.7);
}
.as-pricing-item .xb-item--list {
  margin-top: 40px;
}
.as-pricing-item .xb-item--list li {
  gap: 13px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--color-white);
}
.as-pricing-item .xb-item--list li:not(:last-child) {
  margin-bottom: 17px;
}
.as-pricing-item .xb-item--btn a {
  width: 100%;
}
.as-pricing-item .xb-item--top {
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding: 14px 20px;
  background-color: #06000d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-pricing-item .xb-item--top {
    padding: 14px 10px;
  }
}
@media (max-width: 1199px) {
  .as-pricing-item .xb-item--top {
    gap: 20px;
  }
}
.as-pricing-item .xb-item--text_box {
  z-index: 1;
  padding: 2px;
  font-size: 11px;
  position: relative;
  color: var(--color-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: 0 0 6px 0 rgba(45, 130, 139, 0.45);
  background: linear-gradient(180deg, #5ba8a3 0%, #3f8c8a 55%, #1c3557 100%);
}
.as-pricing-item .xb-item--text_box .text {
  padding: 0 13px;
  display: inline-block;
  border-radius: inherit;
  background: #06000d;
}
.as-pricing-item .xb-item--text_box .dot-shape {
  position: absolute;
  left: 16px;
  top: -31px;
  height: 50px;
  z-index: -1;
  overflow: hidden;
  animation: marquee2 2s linear infinite;
}
.as-pricing-item .xb-item--content {
  font-size: 12px;
  padding: 2px 24px;
  margin-top: 30px;
  display: inline-block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  color: rgba(6, 0, 13, 0.7);
  border: 1px solid rgba(6, 0, 13, 0.7);
}
.as-pricing-item .xb-item--cursor {
  position: absolute;
  bottom: -75px;
  right: 32px;
  z-index: 1;
}
.as-pricing-item.pro-item {
  padding: 20px 20px 40px;
  background: linear-gradient(152deg, #ffffff 0%, #eaf4f8 34.86%, #9fcfe0 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-pricing-item.pro-item {
    padding: 20px 10px 40px;
  }
}
@media (max-width: 1199px) {
  .as-pricing-item.pro-item {
    padding: 20px 15px 40px;
  }
}
.as-pricing-item.pro-item .xb-item--list li {
  color: #284f66;
}
.as-pricing-item.pro-item .xb-item--list li:not(:last-child) {
  margin-bottom: 13px;
}
.as-pricing-item.pro-item .xb-item--list {
  margin-top: 24px;
}

.as-pricing-shape .shape {
  z-index: -1;
  position: absolute;
}
.as-pricing-shape .shape--1 {
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .as-pricing-shape .shape--1 {
    left: -170px;
  }
}
.as-pricing-shape .shape--1 .img {
  position: absolute;
}
.as-pricing-shape .shape--1 .img.dot {
  top: 0;
  left: 41px;
  overflow: hidden;
  animation: marquee2 15s linear infinite;
  -webkit-animation: marquee2 15s linear infinite;
}
.as-pricing-shape .shape--1 .img.blur {
  height: 493px;
  width: 305px;
  left: 79px;
  top: -152px;
  transform: rotate(152deg);
  filter: blur(250px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: rgba(63, 140, 138, 0.5);
}

.pricing_toggle_btn {
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: transparent;
  color: var(--color-heading);
  font-family: var(--font-heading);
}
.pricing_toggle_btn .badge {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border: 1px solid #d7f0d7;
  background: var(--color-white);
  padding: 6px 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.5;
  letter-spacing: 0.01em;
  color: var(--color-default);
}
.pricing_toggle_btn span {
  gap: 6px;
  display: flex;
  align-items: center;
}
.pricing_toggle_btn .switch_btn {
  width: 64px;
  height: 34px;
  padding: 3px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  background: #d7f0d7;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.pricing_toggle_btn .switch_btn:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  opacity: 1;
  left: 3px;
  top: 3px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-white);
  box-shadow: -2px 2px 7px 0 rgba(7, 34, 7, 0.17);
  transition: all 0.5s cubic-bezier(0.57, 0.086, 0, 0.99);
}
.pricing_toggle_btn .switch_btn.active:before {
  left: 50%;
}

.pricing_block .pricing_amount_monthly {
  display: block !important;
}
.pricing_block .pricing_amount_yearly {
  display: none !important;
}
.pricing_block.active .pricing_amount_monthly {
  display: none !important;
}
.pricing_block.active .pricing_amount_yearly {
  display: block !important;
}

.xb-comparison-item {
  position: relative;
}
.xb-comparison-item .xb-item--top {
  padding: 10px;
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .xb-comparison-item .xb-item--top {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.xb-comparison-item .xb-item--title {
  padding: 17px 36px;
  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 4px 4px 0 rgba(21, 19, 19, 0.07);
}
@media (max-width: 1199px) {
  .xb-comparison-item .xb-item--title {
    padding: 17px 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-comparison-item .xb-item--title {
    padding: 17px 20px;
  }
}
.xb-comparison-item .xb-item--title h2 {
  font-size: 25px;
}
.xb-comparison-item .xb-item--list {
  margin-top: 8px;
  padding: 36px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
}
@media (max-width: 1199px) {
  .xb-comparison-item .xb-item--list {
    padding: 36px 25px;
  }
}
.xb-comparison-item .xb-item--list li {
  gap: 9px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: rgba(84, 83, 89, 0.67);
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .xb-comparison-item .xb-item--list li {
    font-size: 16px;
  }
}
.xb-comparison-item .xb-item--list li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.xb-comparison-item.right-item .xb-item--top {
  margin: 0 -5px 0;
  border-radius: 11px;
  background-size: 300%;
  animation: rainbow2 5s linear infinite;
  background: linear-gradient(
    119deg,
    rgba(4, 87, 134, 0.18) 0%,
    rgba(47, 111, 151, 0.25) 35%,
    rgba(127, 188, 211, 0.28) 70%,
    rgba(232, 247, 250, 0.35) 100%
  );
}
.xb-comparison-item.right-item .xb-item--list {
  background: linear-gradient(169deg, #dceff5 0%, #fff 100%);
}
.xb-comparison-item.right-item .xb-item--list li {
  position: relative;
}
.xb-comparison-item.right-item .xb-item--list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.xb-comparison-item.right-item .xb-item--list li:last-child::before {
  display: none;
}
.xb-comparison-item.right-item .xb-animate-line .line.one,
.xb-comparison-item.right-item .xb-animate-line .line.two {
  display: none;
}
@media (max-width: 991px) {
  .xb-comparison-item.right-item .xb-animate-line .line.one,
  .xb-comparison-item.right-item .xb-animate-line .line.two {
    display: block;
  }
}
@media (max-width: 991px) {
  .xb-comparison-item.right-item .xb-animate-line .line.three {
    display: none;
  }
}

.xb-comparison-wrapr {
  padding: 68px 73px 73px;
}
@media only screen and (max-width: 1300px) {
  .xb-comparison-wrapr {
    padding: 68px 65px 73px;
  }
}
@media (max-width: 1199px) {
  .xb-comparison-wrapr {
    margin: 0 -50px 0 -50px;
    padding: 68px 56px 73px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-comparison-wrapr {
    padding: 68px 54px 73px;
  }
}
@media (max-width: 991px) {
  .xb-comparison-wrapr {
    margin: 0 -35px 0 -35px;
    padding: 136px 41px 143px;
  }
}
@media (max-width: 767px) {
  .xb-comparison-wrapr {
    margin: 0;
    padding: 55px 0 84px;
  }
}
@media (max-width: 991px) {
  .xb-comparison-wrapr .xb-frame .frame--2,
  .xb-comparison-wrapr .xb-frame .frame--3 {
    display: none;
  }
}

@media (max-width: 991px) {
  .xb-comparison-btn {
    margin-top: -25px;
  }
}

.xb-mockup-wrap {
  position: relative;
  padding: 270px 0 30px;
}
@media only screen and (max-width: 1023px) {
  .xb-mockup-wrap {
    padding: 220px 0 30px;
  }
}
@media (max-width: 991px) {
  .xb-mockup-wrap {
    padding: 220px 0 45px;
  }
}
@media (max-width: 767px) {
  .xb-mockup-wrap {
    padding: 91px 0 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-mockup-wrap {
    padding: 150px 0 100px;
  }
}

.xb-mockup-inner {
  padding: 95px 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(181deg, #045786 0%, #7fbcd3 100%);
}
@media (max-width: 767px) {
  .xb-mockup-inner {
    padding: 50px 0;
  }
}
.xb-mockup-inner::before,
.xb-mockup-inner::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 134px;
  z-index: 1;
  border-radius: inherit;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(
    270deg,
    #045786 5.57%,
    rgba(104, 64, 255, 0) 100%
  );
}
@media (max-width: 767px) {
  .xb-mockup-inner::before,
  .xb-mockup-inner::after {
    width: 80px;
  }
}
.xb-mockup-inner::before {
  transform: rotate(180deg);
}
.xb-mockup-inner::after {
  left: auto;
  right: 0;
}

.xb-mockup-list {
  gap: 50px;
  margin-right: 50px;
}
.xb-mockup-list li {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -0.03em;
  color: var(--color-white);
  font-family: var(--font-heading);
}
@media (max-width: 767px) {
  .xb-mockup-list li {
    font-size: 40px;
  }
}
.xb-mockup-list li span {
  font-weight: 500;
}

.xb-mockup-img {
  position: relative;
  text-align: center;
  margin-top: -32%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .xb-mockup-img {
    margin-top: -42%;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-mockup-img {
    margin-top: -36%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .xb-mockup-img {
    max-width: 600px;
    margin-top: -46%;
  }
}
@media (max-width: 767px) {
  .xb-mockup-img {
    max-width: 280px;
    margin-top: -45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-mockup-img {
    max-width: 350px;
    margin-top: -37%;
  }
}

.atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translate3d(0, 0, 0);
}

.atropos-rotate,
.atropos-scale {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  display: block;
}

.atropos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  display: block;
}

.xb-brand-top {
  display: flex;
  align-items: center;
}
.xb-brand-top .text {
  font-weight: 500;
  font-size: 18px;
  padding: 7px 15px;
  display: inline-block;
  background: #d7f0d7;
  white-space: nowrap;
  color: var(--color-heading);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.xb-brand-top .line {
  width: 100%;
  height: 2px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  background: #d7f0d7;
}

.xb-animate-leftRight .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: transparent;
}
.xb-animate-leftRight .line span {
  position: absolute;
  top: 0;
  right: -38px;
  width: 38px;
  height: 2px;
  border-radius: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  -o-border-radius: 31px;
  background: rebeccapurple;
  background: linear-gradient(90deg, #86c386 0%, #d7f0d7 100%);
  animation: rightToLeft 10s linear infinite;
}
.xb-animate-leftRight .line--2 {
  top: auto;
  bottom: 0;
}
.xb-animate-leftRight .line--2 span {
  right: auto;
  left: -38px;
  background: linear-gradient(90deg, #d7f0d7 0%, #86c386 100%);
  animation: LeftToright 10s linear infinite;
}

.xb-brand-wrapper .xb-hero-brand-wrap {
  margin-top: 60px;
  margin-right: 0;
}
.xb-brand-wrapper .xb-hero-brand-wrap .xb-item--marquee {
  margin: 0;
  padding: 0;
}
.xb-brand-wrapper .xb-hero-brand-wrap .xb-item--marquee::before,
.xb-brand-wrapper .xb-hero-brand-wrap .xb-item--marquee::after {
  display: none;
}
.xb-brand-wrapper .xb-hero-brand-wrap .xb-item--brand_list {
  gap: 85px;
  margin-right: 85px;
}
@media (max-width: 767px) {
  .xb-brand-wrapper .xb-hero-brand-wrap .xb-item--brand_list {
    gap: 55px;
    margin-right: 55px;
  }
}

.fs-brand-top {
  padding: 6px 15px;
  margin-bottom: 60px;
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid var(--color-border);
}
.fs-brand-top span {
  font-weight: 700;
  color: var(--color-heading);
}

.fs-brand-marquee {
  gap: 30px;
  display: flex;
  margin-right: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .fs-brand-marquee {
    gap: 20px;
    margin-right: 20px;
  }
}

.fs-marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 10px 28px;
  min-height: 76px;
  min-width: 171px;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
  box-shadow:
    inset 0 4px 0 0 rgba(255, 255, 255, 0.6),
    inset 0 -8px 0 0 rgba(13, 23, 56, 0.05),
    0 3px 3px 0 rgba(13, 23, 56, 0.1),
    0 8px 16px 0 rgba(13, 23, 56, 0.06);
}
@media (max-width: 767px) {
  .fs-marquee-item {
    min-height: 66px;
    min-width: 161px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .fs-marquee-item img {
    max-width: 100px;
  }
}
.fs-marquee-item:hover {
  transform: translateY(-3px);
}

.as-brand-content {
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .as-brand-content {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-brand-content {
    padding-right: 0;
    margin-right: -5px;
  }
}
@media (max-width: 1199px) {
  .as-brand-content {
    padding-right: 0;
    margin-right: 31px;
  }
}
@media only screen and (max-width: 1023px) {
  .as-brand-content {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .as-brand-content {
    margin-right: 0;
  }
}
.as-brand-content .xb-item--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 6px;
  color: var(--color-white);
}
.as-brand-content .xb-item--title span {
  font-size: 25px;
}
.as-brand-content .xb-item--review {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}
.as-brand-content .xb-item--star {
  gap: 3.5px;
}
.as-brand-content .xb-item--star li {
  font-size: 10px;
  color: var(--color-white);
}
.as-brand-content .xb-item--holder {
  gap: 10px;
}

.as-brand-list {
  gap: 68px;
  margin-right: 68px;
}

.as-brand-list {
  gap: 68px;
  margin-right: 68px;
}
@media (max-width: 767px) {
  .as-brand-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .as-brand-list li {
    max-width: 100px;
  }
}

.as-brand-marquee {
  overflow-x: hidden;
  position: relative;
}
.as-brand-marquee::before,
.as-brand-marquee::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 146px;
  z-index: 1;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 55%);
}
.as-brand-marquee::after {
  left: auto;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.brand-section {
  z-index: 1;
  position: relative;
  margin-top: -55px;
}
@media (max-width: 767px) {
  .brand-section {
    padding-bottom: 60px;
  }
}

.ab-brand-top .text {
  font-size: 16px;
  padding: 7px 31px;
  background: var(--color-secondary);
}
.ab-brand-top .line {
  background: var(--color-secondary);
}
.ab-brand-top .line .xb-animate-leftRight .line span {
  background: linear-gradient(90deg, #6954fe 0%, rgba(105, 84, 254, 0) 100%);
}

.ab-brand-wrap .xb-item--brand_list li {
  opacity: 0.7 !important;
}
.ab-brand-wrap .xb-item--brand_list li:hover {
  opacity: 1 !important;
}

.xb-dashboard-item {
  background: #d7f0d7;
  padding: 45px 10px 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .xb-dashboard-item {
    display: inline-block;
  }
}
.xb-dashboard-item .xb-item--top {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--top {
    gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.xb-dashboard-item .xb-item--title {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  max-width: 330px;
  text-align: start;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-family: var(--second-family);
}
.xb-dashboard-item .xb-item--title a {
  color: currentColor;
}
.xb-dashboard-item .xb-item--arrow {
  height: 60px;
  width: 60px;
  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: linear-gradient(180deg, #066 0%, #003d3d 100%);
}
.xb-dashboard-item .xb-item--arrow svg rect {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.xb-dashboard-item .xb-item--img {
  overflow: hidden;
  position: relative;
}
.xb-dashboard-item .xb-item--img .line svg path {
  stroke-dasharray: 3;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 40s linear forwards infinite;
  animation: xb-line-dash 40s linear forwards infinite;
}
.xb-dashboard-item .xb-item--img .line--three {
  position: absolute;
  left: 38%;
  top: 17.5%;
}
@media (max-width: 1199px) {
  .xb-dashboard-item .xb-item--img .line--three {
    top: 16.5%;
  }
}
@media (max-width: 991px) {
  .xb-dashboard-item .xb-item--img .line--three {
    top: 17.5%;
  }
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--img .line--three {
    top: 15.5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-dashboard-item .xb-item--img .line--three {
    top: 16.5%;
  }
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--img .line--three svg {
    width: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-dashboard-item .xb-item--img .line--three svg {
    width: 50px;
  }
}
.xb-dashboard-item .xb-item--img .line--four {
  position: absolute;
  bottom: 13%;
  left: 8%;
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--img .line--four {
    left: 6%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-dashboard-item .xb-item--img .line--four {
    left: 8%;
  }
}
@media only screen and (max-width: 1300px) {
  .xb-dashboard-item .xb-item--img .line--four svg {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .xb-dashboard-item .xb-item--img .line--four svg {
    height: 62px;
  }
}
@media (max-width: 991px) {
  .xb-dashboard-item .xb-item--img .line--four svg {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--img .line--four svg {
    height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-dashboard-item .xb-item--img .line--four svg {
    height: 90px;
  }
}
.xb-dashboard-item .xb-item--logo_content {
  left: 50%;
  bottom: 0;
  width: 100%;
  min-height: 256px;
  position: absolute;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--logo_content {
    min-height: 140px;
  }
}
.xb-dashboard-item .xb-item--logo_content .logo {
  position: absolute;
  height: 76px;
  width: 76px;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .xb-dashboard-item .xb-item--logo_content .logo {
    width: 60px;
    height: 60px;
    bottom: 17%;
  }
}
@media (max-width: 991px) {
  .xb-dashboard-item .xb-item--logo_content .logo {
    bottom: 25%;
  }
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--logo_content .logo {
    bottom: 16%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-dashboard-item .xb-item--logo_content .logo {
    bottom: 33%;
  }
}
.xb-dashboard-item .xb-item--logo_content .logo::before,
.xb-dashboard-item .xb-item--logo_content .logo::after {
  position: absolute;
  content: "";
  inset: -12px;
  height: 130%;
  width: 130%;
  z-index: -2;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media (max-width: 1199px) {
  .xb-dashboard-item .xb-item--logo_content .logo::before,
  .xb-dashboard-item .xb-item--logo_content .logo::after {
    inset: -8px;
    height: 125%;
    width: 125%;
  }
}
.xb-dashboard-item .xb-item--logo_content .logo::before {
  filter: blur(29.6000003815px);
  background: rgba(4, 88, 87, 0.26);
}
.xb-dashboard-item .xb-item--logo_content .logo::after {
  inset: -10px;
  height: 125%;
  width: 125%;
  backdrop-filter: blur(33px);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199px) {
  .xb-dashboard-item .xb-item--logo_content .logo::after {
    inset: -5px;
    height: 115%;
    width: 115%;
  }
}
.xb-dashboard-item .xb-item--logo_content .logo span {
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
}
.xb-dashboard-item .xb-item--logo_content .logo span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url(../img/dashboard/logo_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  animation: spin 10s linear infinite;
}
.xb-dashboard-item .xb-item--logo_content .line {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.xb-dashboard-item .xb-item--logo_content .line.one {
  left: 38%;
}
@media only screen and (max-width: 1300px) {
  .xb-dashboard-item .xb-item--logo_content .line.one svg {
    height: 172px;
  }
}
@media (max-width: 1199px) {
  .xb-dashboard-item .xb-item--logo_content .line.one svg {
    height: 145px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-dashboard-item .xb-item--logo_content .line.one svg {
    height: 135px;
  }
}
@media (max-width: 991px) {
  .xb-dashboard-item .xb-item--logo_content .line.one svg {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--logo_content .line.one svg {
    height: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-dashboard-item .xb-item--logo_content .line.one svg {
    height: 155px;
  }
}
.xb-dashboard-item .xb-item--logo_content .line.two {
  left: 63%;
}
@media only screen and (max-width: 1300px) {
  .xb-dashboard-item .xb-item--logo_content .line.two svg {
    height: 232px;
  }
}
@media (max-width: 1199px) {
  .xb-dashboard-item .xb-item--logo_content .line.two svg {
    height: 195px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-dashboard-item .xb-item--logo_content .line.two svg {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .xb-dashboard-item .xb-item--logo_content .line.two svg {
    height: 256px;
  }
}
@media (max-width: 767px) {
  .xb-dashboard-item .xb-item--logo_content .line.two svg {
    height: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-dashboard-item .xb-item--logo_content .line.two svg {
    height: 207px;
  }
}
.xb-dashboard-item:hover {
  background: var(--color-secondary);
}
.xb-dashboard-item:hover .xb-item--arrow {
  background: var(--color-white);
}
.xb-dashboard-item:hover .xb-item--arrow svg rect {
  fill: #075a59;
}

.fs-dashboard-wrapper {
  position: relative;
  min-height: 469px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background: var(--color-secondary);
}
@media (max-width: 991px) {
  .fs-dashboard-wrapper {
    min-height: 410px;
  }
}
@media (max-width: 767px) {
  .fs-dashboard-wrapper {
    min-height: 357px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-dashboard-wrapper {
    min-height: 386px;
  }
}
.fs-dashboard-wrapper .dashboard-shape .shape--5 {
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
}

.fs-dashboard-nav {
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
  background: #fbfaff;
  display: inline-flex;
  padding: 15px 52px 11px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .fs-dashboard-nav {
    padding: 14px 20px 10px;
  }
}
@media (max-width: 991px) {
  .fs-dashboard-nav {
    margin: 0 70px 40px;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .fs-dashboard-nav {
    margin: 0 0 40px;
  }
}
.fs-dashboard-nav .nav-link {
  gap: 7px;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  min-height: 32px;
  padding: 2px 10px;
  display: inline-flex;
  position: relative;
  color: var(--color-default);
  border: 1px solid #e9e5ff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .fs-dashboard-nav .nav-link {
    padding: 2px 5px;
  }
}
.fs-dashboard-nav .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #0d1738;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #0d1738;
}
.fs-dashboard-nav .nav-link.active {
  color: var(--color-white);
}
.fs-dashboard-nav .nav-link.active::before {
  opacity: 1;
}
.fs-dashboard-nav .nav-link.active img {
  filter: brightness(100);
}
@media (max-width: 991px) {
  .fs-dashboard-nav::before,
  .fs-dashboard-nav::after {
    display: none;
  }
}

.fs-dashboard-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 433px;
  max-width: 851px;
  margin: 0 auto -65px;
  background: var(--color-white);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 1199px) {
  .fs-dashboard-img-wrap {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  .fs-dashboard-img-wrap {
    max-width: 520px;
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  .fs-dashboard-img-wrap {
    max-width: 320px;
    min-height: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-dashboard-img-wrap {
    max-width: 472px;
    min-height: 275px;
  }
}
.fs-dashboard-img-wrap .tab-pane {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  filter: blur(10px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fs-dashboard-img-wrap .tab-pane.active {
  filter: blur(0);
}

.xb-story-item {
  overflow: hidden;
  padding: 30px;
  position: relative;
  background: #d7f0d7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 1199px) {
  .xb-story-item {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-story-item {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .xb-story-item {
    text-align: center;
  }
}
.xb-story-item .xb-item--logo {
  min-height: 30px;
}
.xb-story-item .xb-item--holder {
  margin: 50px 0 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.xb-story-item .xb-item--number {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (max-width: 1199px) {
  .xb-story-item .xb-item--number {
    font-size: 55px;
  }
}
.xb-story-item .xb-item--text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--color-heading);
}
.xb-story-item .xb-item--btn {
  height: 30px;
  max-width: 30px;
  overflow: hidden;
  padding: 0px 8px;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  width: max-content;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: var(--color-white);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.xb-story-item .xb-item--btn span {
  gap: 20px;
  opacity: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: -0.01em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
}
.xb-story-item .xb-item--btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translate3d(-50%, -50%, 0);
}
.xb-story-item .xb-item--img {
  position: absolute;
  right: 0;
  top: 0;
}
.xb-story-item:hover .xb-item--holder {
  transform: translateY(-5px);
}
.xb-story-item:hover .xb-item--btn {
  max-width: 100%;
  padding: 0px 20px;
}
.xb-story-item:hover .xb-item--btn img {
  opacity: 0;
}
.xb-story-item:hover .xb-item--btn span {
  opacity: 1;
  width: auto;
}
.xb-story-item.bg--2 {
  background: #ffdef8;
}
.xb-story-item.bg--3 {
  background: #ffe4e9;
}
.xb-story-item.bg--4 {
  background: #fff3de;
}
.xb-story-item.bg--5 {
  background: #e7e7fe;
}
.xb-story-item.bg--6 {
  background: #045857;
}

@media (max-width: 767px) {
  .xb-story-slide-box {
    gap: 40px;
  }
}
.xb-story-slide-box .xb-story-item {
  width: 290px;
  margin-right: 30px;
  padding: 100px 20px 20px;
}
@media (max-width: 767px) {
  .xb-story-slide-box .xb-story-item {
    width: 100%;
    margin-right: 0;
    text-align: start;
  }
}
.xb-story-slide-box .xb-story-item .xb-item--holder {
  margin: 0 0 58px;
}
.xb-story-slide-box .xb-story-item .xb-item--number .xbo {
  transform: translateY(-6px);
}
.xb-story-slide-box .xb-story-item .xb-item--number,
.xb-story-slide-box .xb-story-item .xb-item--text {
  color: var(--color-white);
}
.xb-story-slide-box .xb-story-item .xb-item--text {
  transform: translateY(-10px);
}

.xb-story-slider-wrap {
  padding: 10px 30px 10px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #d7f0d7;
  background: var(--color-white);
}
@media (max-width: 991px) {
  .xb-story-slider-wrap {
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-story-slider-wrap {
    padding: 10px 10px 30px;
  }
}
.xb-story-slider-wrap .swiper-pagination {
  border: 1px solid #d7f0d7;
  border-radius: 50px;
  width: auto;
  height: auto;
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  padding: 0 8px;
  line-height: 22px;
  transform: translate3d(0, 1px, 0);
}
@media (max-width: 767px) {
  .xb-story-slider-wrap .swiper-pagination {
    top: 53%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-story-slider-wrap .swiper-pagination {
    top: 56%;
  }
}
.xb-story-slider-wrap .swiper-pagination .swiper-pagination-bullet {
  margin: 2px 4px;
  background: #8fb88f;
}
.xb-story-slider-wrap
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.xb-story-slide-content {
  width: calc(100% - 320px);
}
@media (max-width: 767px) {
  .xb-story-slide-content {
    width: 100%;
  }
}
.xb-story-slide-content .xb-item--content {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.04em;
  margin: 55px 0;
  color: var(--color-heading);
  font-family: var(--font-heading);
  max-width: 533px;
}
@media (max-width: 1199px) {
  .xb-story-slide-content .xb-item--content {
    font-size: 22px;
    margin: 45px 0;
  }
}
@media (max-width: 991px) {
  .xb-story-slide-content .xb-item--content {
    margin: 35px 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-story-slide-content .xb-item--content {
    font-size: 24px;
  }
}
.xb-story-slide-content .xb-item--content span {
  font-weight: 700;
}
.xb-story-slide-content .xb-item--name {
  font-size: 18px;
}
.xb-story-slide-content .xb-item--desig {
  font-size: 14px;
  color: rgba(4, 88, 87, 0.6);
}

.fs-story-item .xb-item--img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.fs-story-item .xb-item--img .img {
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fs-story-item .xb-item--img .img img {
  width: 100%;
}
.fs-story-item .xb-item--img .logo {
  left: 20px;
  bottom: 16px;
  position: absolute;
}
.fs-story-item .xb-item--title {
  font-size: 18px;
  line-height: 23px;
  max-width: 300px;
  margin: 25px 0 15px;
}
.fs-story-item .xb-item--title a {
  color: currentColor;
}
.fs-story-item .xb-item--btn {
  gap: 20px;
  display: flex;
  color: #5a5869;
  align-items: center;
  position: relative;
  display: inline-flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fs-story-item .xb-item--btn::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: var(--color-primary);
}
.fs-story-item .xb-item--btn .arrow {
  position: relative;
}
.fs-story-item .xb-item--btn .arrow img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fs-story-item .xb-item--btn .arrow img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 31%;
  opacity: 0;
}
.fs-story-item .xb-item--btn:hover {
  color: var(--color-primary);
}
.fs-story-item .xb-item--btn:hover::before {
  width: 100%;
}
.fs-story-item .xb-item--btn:hover .arrow img:nth-child(1) {
  opacity: 0;
}
.fs-story-item .xb-item--btn:hover .arrow img:nth-child(2) {
  opacity: 1;
}
.fs-story-item:hover .xb-item--img .img {
  transform: scale(1.05);
}

.fs-story-slider {
  padding-left: 20px;
  margin-right: -120px;
}
@media (max-width: 991px) {
  .fs-story-slider {
    margin-right: -250px;
  }
}
@media (max-width: 767px) {
  .fs-story-slider {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fs-slider-btn {
  right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .fs-slider-btn {
    top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-slider-btn {
    top: 0;
  }
}
.fs-slider-btn > div {
  height: 50px;
  width: 50px;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fbfaff;
  border: 1px solid var(--color-border);
}
.fs-slider-btn > div::after {
  display: none;
}
.fs-slider-btn > div img {
  filter: brightness(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fs-slider-btn > div:hover img {
  filter: brightness(1);
}
.fs-slider-btn .swiper-button-prev {
  left: -60px;
}

@media (max-width: 991px) {
  .fs-story-top .sec-title {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .fs-story-top .sec-title {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-story-top .sec-title {
    max-width: 70%;
  }
}

.xb-intigration-inner {
  min-height: 543px;
  background: #045857;
  padding: 125px 0 100px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (max-width: 767px) {
  .xb-intigration-inner {
    padding: 90px 0;
    min-height: 510px;
  }
}
.xb-intigration-inner .xb-content {
  max-width: 334px;
  text-align: center;
  margin: 0 auto;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .xb-intigration-inner .sec-title--two {
    padding: 0 20px;
  }
}
.xb-intigration-inner .xb-blur-shape .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .xb-intigration-inner .xb-blur-shape .shape--1 {
    display: none;
  }
}
.xb-intigration-inner .xb-blur-shape .shape--2 {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .xb-intigration-inner .xb-blur-shape .shape--2 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-intigration-inner .xb-blur-shape .shape--3 {
    bottom: 8px;
  }
}
@media only screen and (max-width: 1300px) {
  .xb-intigration-inner .xb-blur-shape .shape--3 {
    bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .xb-intigration-inner .xb-blur-shape .shape--3 {
    bottom: 70px;
  }
}
@media (max-width: 991px) {
  .xb-intigration-inner .xb-blur-shape .shape--3 {
    width: 125%;
    left: -11%;
    bottom: 87px;
  }
}
@media (max-width: 767px) {
  .xb-intigration-inner .xb-blur-shape .shape--3 {
    width: 160%;
    left: -26%;
    bottom: 144px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-intigration-inner .xb-blur-shape .shape--3 {
    width: 154%;
    bottom: 86px;
  }
}

.xb-intigration-wrapper {
  margin-bottom: -55px;
  padding: 130px 0 178px;
}
@media (max-width: 767px) {
  .xb-intigration-wrapper {
    padding: 90px 0 178px;
  }
}

.xb-intigration-logo {
  z-index: 1;
  padding: 22px 74px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 65px 0 51px;
  border-radius: 57px;
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  background: rgba(1, 22, 1, 0.5);
}
@media (max-width: 767px) {
  .xb-intigration-logo {
    padding: 12px 40px;
  }
}
.xb-intigration-logo .bg_shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
}

@property --img-scale {
  syntax: "<number>";
  initial-value: 1;
  inherits: true;
}
.xb-integrations-logo-inner {
  position: absolute;
  left: 33%;
  bottom: 33%;
  width: 100%;
}
@media (max-width: 991px) {
  .xb-integrations-logo-inner {
    bottom: 32%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-integrations-logo-inner {
    bottom: 30%;
  }
}

.xb-integrations-logo {
  width: 59px;
  height: 59px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  offset-path: path("M 24 24 A 600 375.5 0 0 1 624 399.5");
  offset-distance: 0;
}
@media (max-width: 767px) {
  .xb-integrations-logo {
    height: 40px;
    width: 40px;
    padding: 10px;
  }
}
.xb-integrations-logo[data-direction="right"] {
  left: auto;
  right: 78%;
  offset-path: path("M 100 -90 A 950 375.5 0 0 1 550 399.5");
  animation: move-logo-right 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-integrations-logo[data-direction="right"] {
    offset-path: path("M 100 -90 A 950 375.5 2 0 1 550 399.5");
  }
}
@media only screen and (max-width: 1300px) {
  .xb-integrations-logo[data-direction="right"] {
    offset-path: path("M 100 -92 A 950 539.5 -20 0 1 550 399.5");
  }
}
@media (max-width: 1199px) {
  .xb-integrations-logo[data-direction="right"] {
    offset-path: path("M 100 -96 A 950 510.5 -18 0 1 452 399.5");
  }
}
@media (max-width: 991px) {
  .xb-integrations-logo[data-direction="right"] {
    offset-path: path("M 50 -101 A 950 536.5 -32 0 1 452 320.5");
  }
}
@media (max-width: 767px) {
  .xb-integrations-logo[data-direction="right"] {
    offset-path: path("M 50 -94 A 950 536.5 -32 0 1 452 320.5");
  }
}
.xb-integrations-logo[data-direction="left"] {
  offset-path: path("M -550 399.5 A 600 375.5 -25 0 1 110 -90");
  animation: move-logo-left 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-integrations-logo[data-direction="left"] {
    offset-path: path("M -550 399.5 A 600 375.5 -30 0 1 110 -90");
  }
}
@media only screen and (max-width: 1300px) {
  .xb-integrations-logo[data-direction="left"] {
    offset-path: path("M -495 399.5 A 600 375.5 -58 0 1 110 -90");
  }
}
@media (max-width: 1199px) {
  .xb-integrations-logo[data-direction="left"] {
    offset-path: path("M -405 399.5 A 600 375.5 -70 0 1 110 -90");
  }
}
@media (max-width: 991px) {
  .xb-integrations-logo[data-direction="left"] {
    offset-path: path("M -430 275.5 A 600 315.5 -60 0 1 60 -90");
  }
}
@media (max-width: 767px) {
  .xb-integrations-logo[data-direction="left"] {
    offset-path: path("M -430 275.5 A 600 315.5 -63 0 1 60 -90");
  }
}
.xb-integrations-logo img {
  scale: var(--img-scale);
}

.as-integration-wrapper {
  background: linear-gradient(359deg, #dceff5 0%, #ffffff 100%);
}
@media (max-width: 767px) {
  .as-integration-wrapper {
    padding-bottom: 90px;
  }
}

.as-integration-list {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  max-width: 1079px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .as-integration-list {
    max-width: 800px;
    padding: 0 66px;
  }
}
@media (max-width: 991px) {
  .as-integration-list {
    max-width: 658px;
    padding: 0 52px;
  }
}
@media (max-width: 767px) {
  .as-integration-list {
    padding: 0;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .as-integration-list .shape {
    display: none;
  }
}
.as-integration-list .item {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: 0 4px 4px 0 #e4dced;
  background:
    rgba(255, 255, 255, 0.8),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
}
@media (max-width: 1199px) {
  .as-integration-list .item {
    width: 65px;
    height: 65px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .as-integration-list .item {
    width: 55px;
    height: 55px;
    padding: 10px;
  }
}
.as-integration-list .item--1 {
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .as-integration-list .item--1 {
    left: 20px;
  }
}
.as-integration-list .item--2 {
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .as-integration-list .item--2 {
    left: 42%;
  }
}
.as-integration-list .item--3 {
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .as-integration-list .item--3 {
    right: 20px;
  }
}
.as-integration-list .item--4 {
  top: 24.9%;
  left: 25%;
}
@media (max-width: 767px) {
  .as-integration-list .item--4 {
    left: 24%;
    top: 16.9%;
  }
}
.as-integration-list .item--5 {
  top: 24.9%;
  left: 41.8%;
}
@media (max-width: 767px) {
  .as-integration-list .item--5 {
    top: 35.9%;
  }
}
.as-integration-list .item--6 {
  top: 24.9%;
  left: 58.4%;
}
@media (max-width: 767px) {
  .as-integration-list .item--6 {
    top: 17.9%;
    left: 60%;
  }
}
.as-integration-list .item--7 {
  top: 24.9%;
  left: 75%;
}
@media (max-width: 767px) {
  .as-integration-list .item--7 {
    left: 5%;
    top: 34.9%;
  }
}
.as-integration-list .item--8 {
  top: 49.9%;
  left: 16.8%;
}
@media (max-width: 767px) {
  .as-integration-list .item--8 {
    top: 53.9%;
    left: 23.8%;
  }
}
.as-integration-list .item--9 {
  top: 49.9%;
  left: 66.7%;
}
@media (max-width: 767px) {
  .as-integration-list .item--9 {
    top: 51.9%;
    left: 60.7%;
  }
}
.as-integration-list .item--10 {
  top: 49.9%;
  left: 83.4%;
}
@media (max-width: 767px) {
  .as-integration-list .item--10 {
    top: 33.9%;
    left: 78.4%;
  }
}
.as-integration-list .item--11 {
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .as-integration-list .item--11 {
    left: 6%;
    bottom: 10%;
  }
}
.as-integration-list .item--12 {
  bottom: 0;
  left: 41.8%;
}
@media (max-width: 767px) {
  .as-integration-list .item--12 {
    bottom: 11%;
    left: 42.8%;
  }
}
.as-integration-list .item--13 {
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .as-integration-list .item--13 {
    bottom: 12%;
    right: 20px;
  }
}
.fs-solution-item {
  padding: 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid var(--color-border);
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .fs-solution-item {
    padding: 20px 15px;
  }
}
.fs-solution-item .xb-title {
  font-size: 26px;
  margin-bottom: 5px;
}
.fs-solution-item .xb-content {
  max-width: 487px;
}

.fs-solution-chart_box {
  z-index: 1;
  margin-top: 25px;
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: #fff6f6;
  padding: 25px 20px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 991px) {
  .fs-solution-chart_box {
    padding: 25px 25px 15px;
  }
}
@media (max-width: 767px) {
  .fs-solution-chart_box {
    padding: 25px 15px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-solution-chart_box {
    padding: 25px 15px 20px;
  }
}
.fs-solution-chart_box .xb-item--holder {
  padding: 45px 0 15px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #eddfdf;
}
.fs-solution-chart_box .xb-item--number {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .fs-solution-chart_box .xb-item--number {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-solution-chart_box .xb-item--number {
    margin-bottom: 35px;
  }
}
.fs-solution-chart_box .xb-item--number .xbo {
  transform: translateY(-4px);
}
.fs-solution-chart_box .xb-item--content {
  font-size: 13px;
}
.fs-solution-chart_box .xb-item--meta {
  gap: 15px;
  justify-content: center;
}
@media (max-width: 767px) {
  .fs-solution-chart_box .xb-item--meta {
    gap: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-solution-chart_box .xb-item--meta {
    gap: 15px;
  }
}
.fs-solution-chart_box .xb-item--meta li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  color: var(--color-heading);
}
.fs-solution-chart_box .xb-item--meta li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 5px;
  width: 5px;
  background: #ff4141;
  transform: translateY(-50%);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.fs-solution-chart_box .xb-item--meta li span {
  font-weight: 700;
}
.fs-solution-chart_box .xb-item--chart_img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}
.fs-solution-chart_box .xb-item--shape .shape {
  z-index: -1;
  position: absolute;
}
.fs-solution-chart_box .xb-item--shape .shape--1 {
  left: 0;
  top: 0;
}
.fs-solution-chart_box .xb-item--shape .shape--2 {
  top: 0;
  right: 0;
}
.fs-solution-chart_box .xb-item--shape .shape--3 {
  left: 0;
  bottom: 0;
}
.fs-solution-chart_box .xb-item--shape .shape--4 {
  bottom: 0;
  right: 0;
}
.fs-solution-chart_box .xb-item--shape .shape--5 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fs-solution-chart_box .xb-item--shape .shape--6 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fs-tag-list {
  text-align: center;
}
.fs-tag-list .xb-item--list_box {
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .fs-tag-list .xb-item--list_box {
    margin-top: -44px;
  }
}
@media (max-width: 767px) {
  .fs-tag-list .xb-item--list_box {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .fs-tag-list .xb-item--list {
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-tag-list .xb-item--list {
    gap: 15px;
    justify-content: space-between;
  }
}
.fs-tag-list .xb-item--list:not(:first-child) {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .fs-tag-list .xb-item--list:not(:first-child) {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-tag-list .xb-item--list:not(:first-child) {
    transform: translateY(-10px);
  }
}
.fs-tag-list .xb-item--list:nth-child(even) {
  z-index: 1;
  position: relative;
  transform: translate(5px, -10px);
}
@media (max-width: 767px) {
  .fs-tag-list .xb-item--list:nth-child(even) {
    margin: 10px 0;
    transform: translate(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-tag-list .xb-item--list:nth-child(even) {
    margin: 0;
    transform: translate(5px, -10px);
  }
}
.fs-tag-list .xb-item--list li {
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding: 9px 27px 9px 8px;
  text-transform: capitalize;
  color: var(--color-heading);
  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.7);
  box-shadow:
    0 44px 18px -4px rgba(81, 32, 32, 0.04),
    0 26px 10px -4px rgba(81, 32, 32, 0.06),
    0 16px 6px -3px rgba(81, 32, 32, 0.07),
    0 10px 4px -3px rgba(81, 32, 32, 0.08),
    0 6px 2px -2px rgba(81, 32, 32, 0.08),
    0 3px 1px -1px rgba(81, 32, 32, 0.09),
    0 1px 1px -1px rgba(81, 32, 32, 0.09),
    0 0 0 1px #eddfdf,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-tag-list .xb-item--list li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-tag-list .xb-item--list li {
    font-size: 14px;
    padding: 9px 15px 9px 8px;
  }
}
@media (max-width: 1199px) {
  .fs-tag-list .xb-item--list li {
    gap: 5px;
    font-size: 13px;
    padding: 9px 9px 9px 8px;
  }
}
@media (max-width: 991px) {
  .fs-tag-list .xb-item--list li {
    gap: 10px;
    font-size: 18px;
    padding: 9px 27px 9px 8px;
  }
}
@media (max-width: 767px) {
  .fs-tag-list .xb-item--list li {
    gap: 5px;
    font-size: 16px;
    padding: 9px 20px 9px 8px;
  }
}
.fs-tag-list .xb-item--list li span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ff4141;
  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) {
  .fs-tag-list .xb-item--list li span {
    width: 30px;
    height: 30px;
  }
}

.fa-chart-two {
  background: #f2fff2;
}
.fa-chart-two .xb-item--holder {
  margin-bottom: 30px;
  border-bottom: 1px solid #d8ead8;
}
.fa-chart-two .xb-item--list_box {
  gap: 28px;
  margin-top: 0;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .fa-chart-two .xb-item--list_box {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .fa-chart-two .xb-item--list_box {
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .fa-chart-two .xb-item--list_box {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-chart-two .xb-item--list_box {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.fa-chart-two .xb-item--list {
  gap: 20px;
  width: 47%;
  align-items: start;
  flex-direction: column;
  transform: translate(0) !important;
}
@media (max-width: 767px) {
  .fa-chart-two .xb-item--list {
    width: 100%;
  }
}
.fa-chart-two .xb-item--list li {
  gap: 9px;
  width: 100%;
  padding: 9px 8px;
  line-height: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow:
    0 44px 18px -4px #f6fff6,
    0 26px 10px -4px rgba(35, 82, 35, 0.06),
    0 16px 6px -3px rgba(35, 82, 35, 0.07),
    0 10px 4px -3px rgba(35, 82, 35, 0.08),
    0 6px 2px -2px rgba(35, 82, 35, 0.08),
    0 3px 1px -1px rgba(35, 82, 35, 0.09),
    0 1px 1px -1px rgba(35, 82, 35, 0.09),
    0 0 0 1px #d8ead8,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199px) {
  .fa-chart-two .xb-item--list li {
    gap: 7px;
  }
}
@media (max-width: 991px) {
  .fa-chart-two .xb-item--list li {
    gap: 9px;
  }
}
.fa-chart-two .xb-item--list li span {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1.5px solid #d8ead8;
}
.fa-chart-two .xb-item--list li span::before {
  position: absolute;
  content: "";
  bottom: -6px;
  right: -2px;
  height: 23px;
  width: 26px;
  z-index: -1;
  background: #c0ffc0;
  filter: blur(5px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.fa-chart-two .xb-item--list li.logo-img {
  padding: 3px;
  border: 1px solid #d8ead8;
}

.as-problem-item {
  padding: 25px 10px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid rgba(235, 220, 254, 0.92);
}
.as-problem-item .xb-item--title {
  font-size: 24px;
  padding: 0 0 32px 6px;
}
@media (max-width: 1199px) {
  .as-problem-item .xb-item--title {
    padding: 0 55px 32px 6px;
  }
}
@media (max-width: 991px) {
  .as-problem-item .xb-item--title {
    font-size: 22px;
    padding: 0 0 32px 6px;
  }
}
.as-problem-item .xb-item--list {
  padding: 40px 15px;
  background: #eef7f8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .as-problem-item .xb-item--list {
    padding: 40px 32px 40px 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .as-problem-item .xb-item--list {
    padding: 40px 20px;
  }
}
.as-problem-item .xb-item--list li {
  gap: 10px;
  display: flex;
  font-weight: 500;
  align-items: center;
}
@media (max-width: 1199px) {
  .as-problem-item .xb-item--list li {
    align-items: start;
  }
}
.as-problem-item .xb-item--list li:not(:last-child) {
  margin-bottom: 17px;
}

.as-problem-inner {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .as-problem-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .as-problem-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.as-solution-inner {
  display: grid;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ebdcfe;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .as-solution-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .as-solution-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.as-solution-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 50px 10px 55px 25px;
}
@media (max-width: 1199px) {
  .as-solution-item {
    padding: 50px 10px 55px 15px;
  }
}
@media (max-width: 991px) {
  .as-solution-item {
    padding: 50px 20px 55px;
  }
}
.as-solution-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transform: scale(0.8);
  background-image: url(../img/shape/bg-shape.png);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #e8f4f6;
}
.as-solution-item:not(:last-child) {
  border-right: 1px solid #e8f4f6;
}
@media (max-width: 991px) {
  .as-solution-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e8f4f6;
  }
}
@media (max-width: 991px) {
  .as-solution-item:nth-child(3) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .as-solution-item:nth-child(3) {
    border-bottom: 1px solid #e8f4f6;
  }
}
@media (max-width: 991px) {
  .as-solution-item:nth-child(odd) {
    border-right: 1px solid #e8f4f6;
  }
}
@media (max-width: 767px) {
  .as-solution-item:nth-child(odd) {
    border-right: none;
  }
}
.as-solution-item:hover::before {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-solution-item:hover::before {
    transform: scale(1.2);
  }
}
.as-solution-item:hover .xb-item--icon {
  background: var(--color-white);
}
.as-solution-item .xb-item--icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f4f6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 89px;
  -webkit-border-radius: 89px;
  -moz-border-radius: 89px;
  -ms-border-radius: 89px;
  -o-border-radius: 89px;
}
.as-solution-item .xb-item--title {
  font-size: 24px;
  margin: 25px 0 10px;
}
.as-solution-item .xb-item--content {
  letter-spacing: -0.02em;
}
.as-solution-item .xb-item--holder {
  margin-bottom: 57px;
}
.as-solution-item .xb-item--btn {
  gap: 8px;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
}
.as-solution-item .xb-item--btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(-45deg);
}
.as-solution-item .xb-item--btn:hover {
  color: #4b04b1;
}
.as-solution-item .xb-item--btn:hover i {
  transform: rotate(0deg);
}

.as-solution-shape {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  z-index: -1;
}

.challenge-solution-section {
  padding: 80px 0;
}

.challenge-solution-wrapper {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
  gap: 25px;
}

/* Cards */

.operation-card {
  padding: 32px;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);

  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);

  height: auto;
}

/* Challenge */

.challenge-card {
  border-top: 4px solid #ff5b5b;
}

/* Solution */

.solution-card {
  border-top: 4px solid #32b76a;
}

/* Top */

.card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.card-label {
  font-size: 15px;
  font-weight: 600;
  color: #ff5b5b;
}

.solution-label {
  color: #32b76a;
}

.card-icon {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}

.challenge-icon {
  background: #fff0f0;
  color: #ff4d4d;
}

.solution-icon {
  background: #ecfff3;
  color: #32b76a;
}

/* Heading */

.operation-card h2 {
  font-size: 30px;
  margin: 0 0 14px;
  color: #20242a;
}

.card-description {
  font-size: 16px;
  line-height: 1.6;
  color: #66717d;
  margin-bottom: 25px;
}

/* Metrics */

.metrics {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.metric-box {
  padding: 16px;
  border-radius: 14px;
  background: #f8fafb;
}

.metric-box span {
  display: block;
  font-size: 13px;
  color: #75808c;
  margin-bottom: 6px;
}

.metric-box strong {
  display: block;
  font-size: 20px;
  color: #252a31;
}

/* Progress */

.progress-bar {
  width: 100%;
  height: 7px;

  margin-top: 12px;

  background: #e8edf0;
  border-radius: 20px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  border-radius: 20px;
}

.challenge-progress {
  width: 48%;
  background: #ff5b5b;
}

.solution-progress {
  width: 98%;
  background: #32b76a;
}

/* Features */

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 13px 14px;

  background: #ffffff;
  border: 1px solid #edf0f2;
  border-radius: 12px;

  font-size: 15px;
  color: #414a54;

  transition: 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.full-width {
  grid-column: span 2;
}

.feature-icon {
  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: #f1f4f6;
  color: #65717c;

  font-size: 15px;
  font-weight: 700;
}

/* Transform */

.transform-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.transform-section span {
  font-size: 13px;
  color: #7c8791;
}

.transform-arrow {
  width: 55px;
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffffff;
  border: 1px solid #e5e9ec;

  color: #32b76a;

  font-size: 28px;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Tablet */

@media (max-width: 992px) {
  .challenge-solution-wrapper {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

  .transform-section {
    flex-direction: row;
    justify-content: center;
  }

  .transform-arrow {
    transform: rotate(90deg);
  }
}

/* Mobile */

@media (max-width: 576px) {
  .challenge-solution-section {
    padding: 50px 0;
  }

  .operation-card {
    padding: 24px 18px;
  }

  .operation-card h2 {
    font-size: 25px;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .full-width {
    grid-column: span 1;
  }
}

  .fs-security-wrap .xb-item--title {
    font-size: 38px;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
  }
  @media (max-width: 767px) {
    .fs-security-wrap .xb-item--title {
      font-size: 20px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fs-security-wrap .xb-item--title {
      font-size: 28px;
    }
  }
  .fs-security-wrap .xb-item--number {
    font-size: 140px;
    color: var(--color-primary);
    text-shadow:
      0 44px 18px rgba(13, 23, 56, 0.04),
      0 26px 10px rgba(13, 23, 56, 0.06),
      0 16px 6px rgba(13, 23, 56, 0.07),
      0 10px 4px rgba(13, 23, 56, 0.08),
      0 6px 2px rgba(13, 23, 56, 0.08),
      0 3px 1px rgba(13, 23, 56, 0.09),
      0 1px 1px rgba(13, 23, 56, 0.09);
  }
  @media (max-width: 991px) {
    .fs-security-wrap .xb-item--number {
      font-size: 98px;
    }
  }
  @media (max-width: 767px) {
    .fs-security-wrap .xb-item--number {
      font-size: 56px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fs-security-wrap .xb-item--number {
      font-size: 90px;
    }
  }
  .fs-security-wrap .xb-item--counter_box {
    z-index: 1;
    position: relative;
    display: inline-block;
  }
  .fs-security-wrap .xb-item--text {
    gap: 10px;
    padding: 2px 14px;
    display: inline-block;
    transform: rotate(18deg);
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    top: 30%;
    right: -14%;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: var(--color-heading);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    background: var(--color-white);
    box-shadow:
      0 44px 18px -4px rgba(13, 23, 56, 0.04),
      0 26px 10px -4px rgba(13, 23, 56, 0.06),
      0 16px 6px -3px rgba(13, 23, 56, 0.07),
      0 10px 4px -3px rgba(13, 23, 56, 0.08),
      0 6px 2px -2px rgba(13, 23, 56, 0.08),
      0 3px 1px -1px rgba(13, 23, 56, 0.09),
      0 1px 1px -1px rgba(13, 23, 56, 0.09),
      0 0 0 1px #e9e5ff,
      inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
  }
  @media (max-width: 991px) {
    .fs-security-wrap .xb-item--text {
      top: 16%;
      right: -16%;
      font-size: 16px;
      transform: rotate(25deg);
    }
  }
  @media (max-width: 767px) {
    .fs-security-wrap .xb-item--text {
      top: 1%;
      right: -18%;
      font-size: 8px;
      padding: 0px 14px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fs-security-wrap .xb-item--text {
      top: 16%;
      right: -16%;
      font-size: 14px;
      transform: rotate(25deg);
    }
  }
  .fs-security-wrap .xb-item--earth {
    height: 550px;
    overflow: hidden;
    margin-top: -60px;
    position: relative;
  }
  @media (max-width: 1199px) {
    .fs-security-wrap .xb-item--earth {
      height: 440px;
      margin-top: -40px;
    }
  }
  @media (max-width: 991px) {
    .fs-security-wrap .xb-item--earth {
      margin-top: -15px;
    }
  }
  @media (max-width: 767px) {
    .fs-security-wrap .xb-item--earth {
      margin-top: 15px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fs-security-wrap .xb-item--earth {
      margin-top: -20px;
    }
  }
  .fs-security-wrap .xb-item--earth video {
    width: 100%;
    margin: 0 auto;
    opacity: 0.3;
  }
  @media (max-width: 767px) {
    .fs-security-wrap .xb-item--earth video {
      width: 155%;
      margin-left: -25%;
    }
  }
  .fs-security-wrap .xb-item--earth .cloud-shape {
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    mix-blend-mode: hard-light;
  }
  @media (max-width: 991px) {
    .fs-security-wrap .xb-item--earth .cloud-shape {
      bottom: 145px;
    }
  }
  @media (max-width: 767px) {
    .fs-security-wrap .xb-item--earth .cloud-shape {
      top: 110px;
      bottom: auto;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fs-security-wrap .xb-item--earth .cloud-shape {
      top: 165px;
    }
  }

  .fs-security-brand {
    z-index: 1;
    position: relative;
    min-height: 164px;
    margin-top: -164px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .fs-security-brand {
      min-height: 130px;
      margin-top: -240px;
    }
  }
  @media (max-width: 767px) {
    .fs-security-brand {
      min-height: 100px;
      margin-top: -290px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fs-security-brand {
      margin-top: -220px;
    }
  }
  .fs-security-brand::before,
  .fs-security-brand::after {
    position: absolute;
    content: "";
    left: -55px;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 436px;
    filter: blur(20.1px);
    background: linear-gradient(222deg, #fff 0%, #c6d6ff 100%);
    transform: rotate(-180deg);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fs-security-brand::before,
    .fs-security-brand::after {
      left: -150px;
    }
  }
  @media (max-width: 1199px) {
    .fs-security-brand::before,
    .fs-security-brand::after {
      left: -204px;
    }
  }
  @media (max-width: 767px) {
    .fs-security-brand::before,
    .fs-security-brand::after {
      top: -32%;
      left: -120px;
      width: 200px;
      height: 160%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fs-security-brand::before,
    .fs-security-brand::after {
      left: -42px;
    }
  }
  .fs-security-brand::after {
    left: auto;
    right: -55px;
    transform: rotate(-180deg);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fs-security-brand::after {
      right: -150px;
    }
  }
  @media (max-width: 1199px) {
    .fs-security-brand::after {
      right: -204px;
    }
  }
  @media (max-width: 767px) {
    .fs-security-brand::after {
      right: -120px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fs-security-brand::after {
      right: -42px;
    }
  }
  .fs-security-brand .xb-item--list {
    gap: 40px;
    margin-right: 40px;
  }
  @media (max-width: 767px) {
    .fs-security-brand .xb-item--list {
      gap: 30px;
      margin-right: 30px;
    }
  }
  .fs-security-brand .xb-item--list li {
    padding: 7px;
    height: 73px;
    width: 73px;
    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%;
    box-shadow:
      0 44px 18px -4px rgba(13, 23, 56, 0.04),
      0 26px 10px -4px rgba(13, 23, 56, 0.06),
      0 16px 6px -3px rgba(13, 23, 56, 0.07),
      0 10px 4px -3px rgba(13, 23, 56, 0.08),
      0 6px 2px -2px rgba(13, 23, 56, 0.08),
      0 3px 1px -1px rgba(13, 23, 56, 0.09),
      0 1px 1px -1px rgba(13, 23, 56, 0.09),
      0 0 0 1px #e9e5ff,
      inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
  }
  @media (max-width: 991px) {
    .fs-security-brand .xb-item--list li {
      width: 63px;
      height: 63px;
    }
  }
  @media (max-width: 991px) {
    .fs-security-brand .xb-item--list li {
      width: 43px;
      height: 43px;
    }
  }
  .fs-security-brand .xb-item--logo {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translateX(-50%);
  }
  @media (max-width: 991px) {
    .fs-security-brand .xb-item--logo {
      max-width: 158px;
    }
  }
  @media (max-width: 767px) {
    .fs-security-brand .xb-item--logo {
      max-width: 121px;
    }
  }

  .xb-security-shape .shape--3 {
    z-index: 2 !important;
  }
  .xb-security-shape .shape--4 {
    z-index: 2 !important;
  }
  .xb-security-shape .shape--6 {
    left: 157px;
    bottom: 41%;
    overflow: visible !important;
  }
  @media (max-width: 1199px) {
    .xb-security-shape .shape--6 {
      left: 50px;
      bottom: 34%;
    }
  }
  @media (max-width: 991px) {
    .xb-security-shape .shape--6 {
      max-width: 70px;
    }
  }
  @media (max-width: 767px) {
    .xb-security-shape .shape--6 {
      left: 10px;
      bottom: 23%;
      max-width: 50px;
    }
  }
  .xb-security-shape .shape--5 {
    bottom: 42%;
    right: 157px;
    overflow: visible !important;
  }
  @media (max-width: 1199px) {
    .xb-security-shape .shape--5 {
      bottom: 35%;
      right: 50px;
    }
  }
  @media (max-width: 991px) {
    .xb-security-shape .shape--5 {
      max-width: 70px;
    }
  }
  @media (max-width: 767px) {
    .xb-security-shape .shape--5 {
      right: 10px;
      bottom: 24%;
      max-width: 50px;
    }
  }

  .as-security-list {
    gap: 70px;
    z-index: 1;
    display: flex;
    align-items: start;
    position: relative;
    padding-bottom: 108px;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .as-security-list {
      gap: 20px;
    }
  }
  @media (max-width: 767px) {
    .as-security-list {
      gap: 10px;
      padding-bottom: 40px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .as-security-list {
      gap: 40px;
    }
  }
  .as-security-list .shape {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .as-security-list .shape .img {
    z-index: -1;
    position: absolute;
  }
  @media (max-width: 767px) {
    .as-security-list .shape .img {
      max-width: 45px;
    }
  }
  .as-security-list .shape .img--1 {
    left: 0;
    width: 100%;
    bottom: 63px;
    text-align: center;
  }
  @media only screen and (max-width: 1023px) {
    .as-security-list .shape .img--1 {
      left: 58px;
      width: 88%;
      bottom: 67px;
    }
  }
  @media (max-width: 991px) {
    .as-security-list .shape .img--1 {
      width: 82%;
      bottom: 79px;
    }
  }
  @media (max-width: 767px) {
    .as-security-list .shape .img--1 {
      width: 85%;
      left: 25px;
      bottom: 21px;
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .as-security-list .shape .img--1 {
      width: 88%;
      left: 30px;
      bottom: 17px;
    }
  }
  .as-security-list .shape .img--2 {
    top: 34%;
    left: 22.9%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .as-security-list .shape .img--2 {
      left: 17.9%;
    }
  }
  @media (max-width: 1199px) {
    .as-security-list .shape .img--2 {
      left: 13.9%;
    }
  }
  @media (max-width: 991px) {
    .as-security-list .shape .img--2 {
      left: 14.9%;
    }
  }
  @media (max-width: 767px) {
    .as-security-list .shape .img--2 {
      top: 50%;
      left: 16.9%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .as-security-list .shape .img--2 {
      left: 12.9%;
    }
  }
  .as-security-list .shape .img--3 {
    top: 15%;
    left: 39%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .as-security-list .shape .img--3 {
      left: 37%;
    }
  }
  @media (max-width: 1199px) {
    .as-security-list .shape .img--3 {
      left: 35.5%;
    }
  }
  @media (max-width: 767px) {
    .as-security-list .shape .img--3 {
      top: 19%;
      left: 37.5%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .as-security-list .shape .img--3 {
      left: 34.5%;
    }
  }
  .as-security-list .shape .img--4 {
    top: 15%;
    right: 39.2%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .as-security-list .shape .img--4 {
      right: 37.2%;
    }
  }
  @media (max-width: 1199px) {
    .as-security-list .shape .img--4 {
      right: 35.5%;
    }
  }
  @media (max-width: 991px) {
    .as-security-list .shape .img--4 {
      right: 34.5%;
    }
  }
  @media (max-width: 767px) {
    .as-security-list .shape .img--4 {
      top: 19%;
      right: 37.5%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .as-security-list .shape .img--4 {
      right: 35.5%;
    }
  }
  .as-security-list .shape .img--5 {
    top: 34%;
    right: 22.9%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .as-security-list .shape .img--5 {
      right: 17.9%;
    }
  }
  @media (max-width: 1199px) {
    .as-security-list .shape .img--5 {
      right: 14%;
    }
  }
  @media (max-width: 767px) {
    .as-security-list .shape .img--5 {
      top: 50%;
      right: 17%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .as-security-list .shape .img--5 {
      right: 14%;
    }
  }

  .as-security-logo {
    height: 140px;
    width: 140px;
    padding: 10px;
    border: 1px solid #ebdcfe;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(255, 254, 254, 0.7);
  }
  @media (max-width: 991px) {
    .as-security-logo {
      width: 115px;
      height: 115px;
    }
  }
  @media (max-width: 767px) {
    .as-security-logo {
      width: 55px;
      height: 55px;
      padding: 5px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .as-security-logo {
      width: 80px;
      height: 70px;
    }
  }
  .as-security-logo span {
    background: #fffefe;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    display: inline-flex;
    border: 1px solid #ebdcfe;
  }
  @media only screen and (max-width: 1023px) {
    .as-security-logo span {
      padding: 10px;
    }
  }
  @media (max-width: 991px) {
    .as-security-logo span {
      padding: 18px;
    }
  }
  @media (max-width: 767px) {
    .as-security-logo span {
      padding: 7px;
    }
  }
  .as-security-logo:nth-child(1),
  .as-security-logo:nth-child(5) {
    margin-top: 154px;
  }
  .as-security-logo:nth-child(2),
  .as-security-logo:nth-child(4) {
    margin-top: 77px;
  }
  .as-security-logo.main-logo {
    width: 124px;
    height: 124px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: var(--color-white);
    box-shadow: 0 0 4px 0 rgba(148, 81, 245, 0.3);
  }
  @media (max-width: 991px) {
    .as-security-logo.main-logo {
      width: 100px;
      height: 100px;
      bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .as-security-logo.main-logo {
      width: 50px;
      height: 50px;
      bottom: 0;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .as-security-logo.main-logo {
      width: 60px;
      height: 60px;
      bottom: -10px;
    }
  }
  .as-security-logo.main-logo span {
    border: 1px solid #ededed;
    position: relative;
  }
  .as-security-logo.main-logo span::before {
    position: absolute;
    content: "";
    inset: 5px;
    border-radius: inherit;
    border: 1px solid rgba(237, 237, 237, 0.5);
  }

  .as-security-bottom {
    margin: 30px 0 50px;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .as-security-bottom {
      margin: 20px 0 50px;
    }
  }
  .as-security-bottom::before,
  .as-security-bottom::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    z-index: 1;
    height: 46px;
    width: 129px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #fff 32.83% 0%, rgba(255, 254, 254, 0));
  }
  @media (max-width: 767px) {
    .as-security-bottom::before,
    .as-security-bottom::after {
      width: 80px;
    }
  }
  .as-security-bottom::after {
    left: auto;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255, 254, 254, 0) 0%, #fff 32.83%);
  }
  .as-security-bottom ul {
    gap: 26px;
    display: flex;
    margin-right: 26px;
  }
  .as-security-bottom ul li {
    gap: 8px;
    color: #777676;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
  }

.transaction-feed {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .transaction-feed {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .transaction-feed {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
@media (max-width: 1199px) {
  .transaction-feed {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (max-width: 991px) {
  .transaction-feed {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .transaction-feed {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.fs-transaction-wrapper {
  overflow: clip;
  min-height: 336px;
}
@media (max-width: 767px) {
  .fs-transaction-wrapper {
    min-height: auto;
  }
}

.fs-transaction-inner {
  padding: 10px;
  margin: 0 -60px;
  display: flex;
  z-index: 2;
  position: relative;
  background: #fff;
  transform: rotate(9deg) translateY(120px);
  border-top: 1px solid var(--color-border);
  box-shadow:
    inset 0 4px 0 0 rgba(255, 255, 255, 0.6),
    inset 0 -8px 0 0 rgba(13, 23, 56, 0.05),
    0 3px 3px 0 rgba(13, 23, 56, 0.1),
    0 8px 16px 0 rgba(13, 23, 56, 0.06);
}
@media (max-width: 767px) {
  .fs-transaction-inner {
    transform: rotate(0deg) translateY(0);
  }
}
.fs-transaction-inner:nth-child(2) {
  z-index: 1;
  transform: rotate(-9deg) translateY(25px);
}
@media (max-width: 767px) {
  .fs-transaction-inner:nth-child(2) {
    transform: rotate(0deg) translateY(0);
  }
}

.fs-transaction-row {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.fs-transaction-item {
  min-width: 336px;
  display: inline-flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px 10px 10px;
  border: 1px solid var(--color-border);
}
.fs-transaction-item .xb-item--author {
  gap: 8px;
}
.fs-transaction-item .xb-item--avatar {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.fs-transaction-item .xb-item--name {
  font-size: 18px;
  line-height: 1;
}
.fs-transaction-item .xb-item--desig {
  font-size: 15px;
}
.fs-transaction-item .xb-item--price {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fs-transaction-item .xb-item--price {
    font-size: 18px;
  }
}

.bg-sky {
  background: #bdeaff;
}

.bg-brown {
  background: #ffcda5;
}

.bg-Pale {
  background: #d0ff94;
}

.bg-Pale2 {
  background: #dcffaf;
}

.xb-gallery-item {
  padding: 15px 15px 10px;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: rotate(6deg);
  box-shadow: 0 0 10px 0 rgba(83, 58, 253, 0.2);
}
.xb-gallery-item:nth-child(2) {
  transform: rotate(-8deg);
}
.xb-gallery-item:nth-child(3) {
  transform: rotate(4deg);
}
.xb-gallery-item:nth-child(4) {
  transform: rotate(13deg);
}
@media (max-width: 767px) {
  .xb-gallery-item {
    transform: rotate(0) !important;
  }
}
.xb-gallery-item .xb-item--holder {
  margin-top: 10px;
}
.xb-gallery-item .xb-item--holder p {
  font-size: 14px;
}
.xb-gallery-item .xb-item--img {
  width: 100%;
}
@media (max-width: 767px) {
  .xb-gallery-item .xb-item--img img {
    width: 100%;
  }
}

.xb-gallery-wrap {
  gap: 40px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .xb-gallery-wrap {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .xb-gallery-wrap {
    gap: 10px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .xb-gallery-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-gallery-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-title {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-primary);
}

.ab-group-section {
  background: linear-gradient(179deg, #fff 0%, #045786 100%);
}

.about-case-study-wrap {
  padding: 98px 0 90px;
  border-top: 1px solid rgba(13, 23, 56, 0.2);
  border-bottom: 1px solid rgba(13, 23, 56, 0.2);
}

.about-case-study-item .xb-item--text {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 5px;
  color: rgba(13, 23, 56, 0.7);
}
.about-case-study-item .xb-item--content {
  font-size: 14px;
  max-width: 267px;
}
.about-case-study-item .xb-item--list li {
  gap: 5px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.about-case-study-item .xb-item--list li:not(:last-child) {
  margin-bottom: 5px;
}
.about-case-study-item .xb-item--title {
  font-weight: 700;
}
.about-case-study-item .xb-item--list:not(:last-child) {
  margin-bottom: 35px;
}
.about-case-study-item .xb-item--list ul {
  gap: 20px;
  margin-top: 12px;
}

.about-case-study-inner {
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-case-study-inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-case-study-inner {
    gap: 30px;
    flex-wrap: wrap;
  }
}

.cs-solution-wrap {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 62px 120px 62px 65px;
  background: var(--color-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cs-solution-wrap {
    padding: 62px 65px;
  }
}
@media (max-width: 991px) {
  .cs-solution-wrap {
    padding: 62px 30px;
  }
}

.cs-solution-bottom {
  gap: 140px;
  margin-top: 56px;
}
@media (max-width: 1199px) {
  .cs-solution-bottom {
    gap: 30px 80px;
    justify-content: start;
  }
}

.cs-solution-item {
  gap: 25px;
}
@media (max-width: 991px) {
  .cs-solution-item {
    gap: 15px;
  }
}
.cs-solution-item .xb-item--holder h3 {
  font-size: 45px;
  margin-bottom: 5px;
  color: var(--color-white);
}
@media only screen and (max-width: 1023px) {
  .cs-solution-item .xb-item--holder h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .cs-solution-item .xb-item--holder h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .cs-solution-item .xb-item--holder h3 {
    font-size: 26px;
  }
}
.cs-solution-item .xb-item--holder p {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
}
@media only screen and (max-width: 1023px) {
  .cs-solution-item .xb-item--holder p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cs-solution-item .xb-item--holder p {
    font-size: 16px;
  }
}

.cs-story-item .xb-item--title {
  max-width: 375px;
}

.fs-process-wrap {
  padding: 20px;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid var(--color-border);
}

.fs-process-container {
  padding-right: 47px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-process-container {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .fs-process-container {
    padding-right: 0;
  }
}

.fs-process-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 24px 24px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
  border: 1px solid var(--color-white);
}
@media only screen and (max-width: 1023px) {
  .fs-process-item {
    padding: 24px 20px 20px;
  }
}
.fs-process-item:not(:last-child) {
  margin-bottom: 28px;
}
.fs-process-item::before,
.fs-process-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background: #fff4e0;
}
.fs-process-item::after {
  width: 0;
  background: #db8c06;
}
.fs-process-item:nth-child(2)::before,
.fs-process-item:nth-child(2)::after {
  background: var(--color-border);
}
.fs-process-item:nth-child(2)::after {
  background: var(--color-primary);
}
.fs-process-item:nth-child(3)::before,
.fs-process-item:nth-child(3)::after {
  background: #a9ffe3;
}
.fs-process-item:nth-child(3)::after {
  background: #10b981;
}
.fs-process-item .xb-item--title {
  font-size: 24px;
  margin: 23px 0 7px;
}
@media (max-width: 1199px) {
  .fs-process-item .xb-item--title {
    font-size: 22px;
  }
}
.fs-process-item.active {
  border: 1px solid var(--color-border);
  box-shadow:
    0 44px 18px -4px rgba(46, 64, 125, 0.04),
    0 26px 10px -4px rgba(46, 64, 125, 0.06),
    0 16px 6px -3px rgba(46, 64, 125, 0.07),
    0 10px 4px -3px rgba(46, 64, 125, 0.08),
    0 6px 2px -2px rgba(46, 64, 125, 0.08),
    0 3px 1px -1px rgba(46, 64, 125, 0.09),
    0 1px 1px -1px rgba(46, 64, 125, 0.09),
    0 0 0 1px #e9e5ff,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.fs-process-item.active::before,
.fs-process-item.active::after {
  opacity: 1;
}
.fs-process-item.active::after {
  animation: widthScale 3s linear infinite;
}

@keyframes widthScale {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.fs-process-image-wrap {
  height: 100%;
  margin-left: 33px;
}
@media (max-width: 991px) {
  .fs-process-image-wrap {
    margin-left: 0;
  }
}

.fs-process-image-inner {
  min-height: 531px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 60px 60px 15px;
  background-color: #f5f4ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .fs-process-image-inner {
    min-height: 350px;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-process-image-inner {
    min-height: 495px;
  }
}
.fs-process-image-inner .img {
  opacity: 0;
  filter: blur(16px);
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fs-process-image-inner .img.active {
  opacity: 1;
  filter: blur(0);
}

.as-work-item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .as-work-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.as-work-item .xb-item--inner {
  z-index: 1;
  min-height: 410px;
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  padding: 27px 30px 26px 60px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .as-work-item .xb-item--inner {
    padding: 27px 30px 26px;
  }
}
@media (max-width: 767px) {
  .as-work-item .xb-item--inner {
    gap: 30px;
    flex-wrap: wrap;
    padding: 27px 20px 40px;
  }
}
.as-work-item .xb-item--number {
  font-size: 120px;
  line-height: 1;
  background: linear-gradient(180deg, #045786 0%, #f4ecff 91.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .as-work-item .xb-item--number {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .as-work-item .xb-item--number {
    font-size: 70px;
  }
}
.as-work-item .xb-item--title {
  font-size: 26px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .as-work-item .xb-item--title {
    font-size: 22px;
  }
}
.as-work-item .xb-item--holder {
  max-width: 465px;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .as-work-item .xb-item--holder {
    max-width: 390px;
  }
}
@media (max-width: 991px) {
  .as-work-item .xb-item--holder {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .as-work-item .xb-item--holder {
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-work-item .xb-item--holder {
    max-width: 465px;
  }
}
.as-work-item .xb-item--img {
  position: relative;
}
@media (max-width: 1199px) {
  .as-work-item .xb-item--img {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .as-work-item .xb-item--img {
    display: flex;
    align-items: center;
    transform: translateY(-20px);
  }
}
@media (max-width: 767px) {
  .as-work-item .xb-item--img {
    transform: translateY(0);
  }
}
.as-work-item .xb-item--img .shape-1 {
  position: absolute;
  left: -14%;
  top: 30%;
}
@media (max-width: 1199px) {
  .as-work-item .xb-item--img .shape-1 {
    left: -20%;
  }
}
.as-work-item .xb-item--img .shape-2 {
  position: absolute;
  left: 44%;
  top: 15px;
  max-width: 60px;
}
@media (max-width: 991px) {
  .as-work-item .xb-item--img .shape-2 {
    top: 94px;
    left: 40%;
  }
}
@media (max-width: 767px) {
  .as-work-item .xb-item--img .shape-2 {
    top: 14px;
  }
}
.as-work-item .xb-item--img .shape-3 {
  position: absolute;
  top: 48%;
  left: 44%;
  max-width: 60px;
}
@media (max-width: 1199px) {
  .as-work-item .xb-item--img .shape-3 {
    top: 40%;
  }
}
@media (max-width: 991px) {
  .as-work-item .xb-item--img .shape-3 {
    top: 50%;
    left: 40%;
  }
}
@media (max-width: 1199px) {
  .as-work-item .clr-light-cream .xb-item--img {
    display: flex;
    max-width: 510px;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .as-work-item .clr-green .xb-item--img {
    max-width: 410px;
  }
}
.as-work-item .shape {
  position: absolute;
  z-index: -1;
}
.as-work-item .shape--1 {
  left: 0;
  bottom: 0;
}
.as-work-item .shape--2 {
  top: 35px;
  right: 30px;
}
@media (max-width: 991px) {
  .as-work-item .shape--2 {
    right: -170px;
  }
}
@media (max-width: 767px) {
  .as-work-item .shape--2 {
    right: 0;
    top: 190px;
  }
}
.as-work-item .shape--3 {
  top: 65px;
  right: 30px;
}
@media (max-width: 991px) {
  .as-work-item .shape--3 {
    right: -170px;
  }
}
@media (max-width: 767px) {
  .as-work-item .shape--3 {
    top: auto;
    bottom: 95px;
    right: 0px;
  }
}
.as-work-item .clr-light-cream .xb-item--number {
  background: linear-gradient(180deg, #dc6031 0%, #fae7e0 94.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.as-work-item .clr-green .xb-item--number {
  background: linear-gradient(180deg, #5f9b38 0%, #e8f5e4 82.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clr-pink {
  background: #f4ecff;
}

.clr-light-cream {
  background: #fae7e0;
}

.clr-green {
  background: #e8f5e4;
}

.career-breadcrumb::before {
  height: 70% !important;
}

.fw-500 {
  font-weight: 500;
}

.xb-benifit-item {
  max-width: 635px;
  display: inline-block;
  background: #f6f5fd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 46px 100px 40px 40px;
}
@media (max-width: 1199px) {
  .xb-benifit-item {
    max-width: 535px;
    padding: 46px 40px;
  }
}
@media (max-width: 767px) {
  .xb-benifit-item {
    max-width: 450px;
    padding: 46px 30px;
  }
}
.xb-benifit-item .xb-item--icon {
  width: 60px;
  height: 60px;
  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-primary);
}
.xb-benifit-item .xb-item--title {
  font-size: 38px;
  margin: 30px 0 15px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .xb-benifit-item .xb-item--title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .xb-benifit-item .xb-item--title {
    font-size: 28px;
  }
}
.xb-benifit-item .xb-item--content {
  font-size: 20px;
}

.xb-benifit-inner {
  gap: 20px;
  margin-right: 20px;
}

.xb-career-item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white);
}
.xb-career-item:not(:last-child) {
  margin-bottom: 30px;
}
.xb-career-item .xb-item--meta {
  gap: 50px;
}
.xb-career-item .xb-item--meta li {
  font-weight: 600;
  font-size: 14px;
}
.xb-career-item .xb-item--meta li span {
  color: #394467;
}
.xb-career-item .xb-item--title {
  font-size: 38px;
  margin: 15px 0 18px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .xb-career-item .xb-item--title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .xb-career-item .xb-item--title {
    font-size: 28px;
  }
}
.xb-career-item .xb-item--title a {
  color: currentColor;
}
.xb-career-item .xb-item--content {
  font-size: 20px;
}
@media (max-width: 767px) {
  .xb-career-item .xb-item--content {
    font-size: 18px;
  }
}
.xb-career-item .xb-item--top {
  padding: 30px 50px 35px;
}
@media (max-width: 991px) {
  .xb-career-item .xb-item--top {
    padding: 30px 30px 35px;
  }
}
.xb-career-item .xb-item--bottom {
  gap: 30px;
  padding: 23px 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(225, 221, 255, 0.3);
}
@media (max-width: 991px) {
  .xb-career-item .xb-item--bottom {
    padding: 23px 30px;
  }
}
.xb-career-item .xb-item--holder {
  gap: 30px;
}
.xb-career-item .xb-item--holder li {
  gap: 5px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px;
  align-items: 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 rgba(13, 23, 56, 0.3);
}
.xb-career-item .xb-item--holder li img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.xb-career-item .xb-item--btn {
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 23.5px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-heading);
  border: 1px solid var(--color-heading);
}
.xb-career-item .xb-item--btn svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.xb-career-item .xb-item--btn svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.xb-career-item .xb-item--btn:hover svg {
  transform: rotate(45deg);
}
.xb-career-item:hover .xb-item--bottom {
  background: var(--color-primary);
}
.xb-career-item:hover .xb-item--holder li {
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.xb-career-item:hover .xb-item--holder li img {
  filter: brightness(100);
}
.xb-career-item:hover .xb-item--btn {
  color: var(--color-heading);
  background: var(--color-white);
  border: 1px solid rgba(13, 23, 56, 0);
  box-shadow:
    0 44px 18px -4px rgba(13, 23, 56, 0.04),
    0 26px 10px -4px rgba(13, 23, 56, 0.06),
    0 16px 6px -3px rgba(13, 23, 56, 0.07),
    0 10px 4px -3px rgba(13, 23, 56, 0.08),
    0 6px 2px -2px rgba(13, 23, 56, 0.08),
    0 3px 1px -1px rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    0 0 0 1px #5840ff,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.xb-career-item:hover .xb-item--btn svg path {
  fill: var(--color-heading);
}

.xb-career-gallery-wrap {
  display: inline-flex;
}
.xb-career-gallery-wrap ul {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.xb-career-gallery-wrap ul li {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .xb-career-gallery-wrap ul li {
    max-width: 160px;
  }
}

.xb-career-cta-wrap {
  display: flex;
  min-height: 500px;
  align-items: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
@media (max-width: 767px) {
  .xb-career-cta-wrap {
    min-height: 450px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}

.xb-career-cta-inner {
  max-width: 503px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .xb-career-cta-inner {
    padding: 0 10px;
  }
}
.xb-career-cta-inner .xb-item--content {
  margin: 20px 0 55px;
}
.xb-career-cta-inner .xb-item--btn a {
  gap: 5px;
}
.xb-career-cta-inner .xb-item--btn a img {
  transform: translateY(2px);
}

.career-details-list li {
  gap: 14px;
  display: flex;
  font-size: 20px;
  align-items: center;
}
.career-details-list li:not(:last-child) {
  margin-bottom: 15px;
}

.career-details-left {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .career-details-left {
    padding-right: 0;
  }
}

.career-details-right {
  position: sticky;
  top: 30px;
}
@media (max-width: 991px) {
  .career-details-right {
    position: relative;
    top: 0;
  }
}

.career-address-wrap {
  padding: 45px 40px;
  background: #0d1738;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .career-address-wrap {
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .career-address-wrap {
    padding: 45px 20px;
  }
}
@media (max-width: 991px) {
  .career-address-wrap {
    padding: 45px 40px;
  }
}
@media (max-width: 767px) {
  .career-address-wrap {
    padding: 45px 25px;
  }
}
.career-address-wrap .xb-item--title {
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
  color: var(--color-white);
}
.career-address-wrap .xb-item--list li {
  gap: 15px;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  align-items: start;
  color: var(--color-white);
}
.career-address-wrap .xb-item--list li img {
  transform: translateY(4px);
}
.career-address-wrap .xb-item--list li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .career-details {
    padding-top: 40px;
  }
}

.about-image-wrap {
  gap: 30px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .about-image-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-image-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-image-wrap .img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 767px) {
  .about-image-wrap .img img {
    width: 100%;
  }
}

.mission-title {
  font-weight: 700;
  font-size: 160px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(
    180deg,
    #045786 27.32%,
    rgba(83, 58, 253, 0) 77.96%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .mission-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .mission-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mission-title {
    font-size: 72px;
  }
}

.mission-img {
  margin-top: -220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .mission-img {
    margin-top: -205px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .mission-img {
    margin-top: -200px;
  }
}
@media (max-width: 1199px) {
  .mission-img {
    width: 130%;
    left: -15%;
    margin-top: -205px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .mission-img {
    margin-top: -145px;
  }
}
@media (max-width: 767px) {
  .mission-img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mission-img {
    margin-top: -95px;
  }
}

.mission-content {
  padding: 0 215px;
  margin-top: -280px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .mission-content {
    margin-top: -180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .mission-content {
    margin-top: -150px;
  }
}
@media (max-width: 1199px) {
  .mission-content {
    padding: 0 180px;
    margin-top: -175px;
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .mission-content {
    padding: 0 85px;
  }
}
@media (max-width: 991px) {
  .mission-content {
    padding: 0;
    margin-top: -130px;
  }
}
@media (max-width: 767px) {
  .mission-content {
    margin-top: -55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mission-content {
    margin-top: -85px;
  }
}

.xb-card-item {
  overflow: hidden;
  display: inline-block;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.xb-card-item .xb-item--inner {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  padding: 30px 30px 33px;
  justify-content: space-between;
  background: var(--color-primary);
}
@media (max-width: 1199px) {
  .xb-card-item .xb-item--inner {
    min-height: 373px;
    padding: 30px 20px 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-card-item .xb-item--inner {
    padding: 30px 30px 33px;
  }
}
@media (max-width: 991px) {
  .xb-card-item .xb-item--img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .xb-card-item .xb-item--img img {
    width: 100%;
  }
}
.xb-card-item .xb-item--number {
  font-size: 38px;
  margin-bottom: 10px;
}
.xb-card-item .xb-item--text {
  font-size: 20px;
  font-weight: 500;
}
.xb-card-item .xb-item--content {
  font-weight: 500;
}
.xb-card-item .xb-item--content span {
  font-weight: 700;
}

.xb-card-box {
  gap: 27px;
  display: grid;
  margin-left: -30px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1300px) {
  .xb-card-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .xb-card-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bg-pink {
  background: #eaf4f8 !important;
}

.bg-dark {
  background: #0d1738 !important;
}

@media (max-width: 767px) {
  .mission {
    padding-top: 110px;
  }
}

:root {
  --items: 5;
  --gap: 4s;
  --duration: calc(var(--items) * var(--gap));
}

.xb-feature-item {
  min-height: 762px;
  width: 586px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 107px 50px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(180deg, #045786 0%, #dceff5 100%);
  offset-distance: 0;
}
@media (max-width: 1199px) {
  .xb-feature-item {
    width: 400px;
    min-height: 600px;
    padding: 50px 50px 30px;
  }
}
@media (max-width: 991px) {
  .xb-feature-item {
    width: 400px;
    min-height: 550px;
    padding: 50px 30px 30px;
  }
}
@media (max-width: 767px) {
  .xb-feature-item {
    width: 300px;
    min-height: 450px;
    padding: 40px 25px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-feature-item {
    width: 350px;
    min-height: 500px;
    padding: 40px 30px 30px;
  }
}
.xb-feature-item .xb-item--holder {
  text-align: center;
}
.xb-feature-item .xb-item--title {
  font-size: 32px;
  margin: 35px 0 13px;
  text-transform: capitalize;
  color: var(--color-white);
}
@media (max-width: 991px) {
  .xb-feature-item .xb-item--title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .xb-feature-item .xb-item--title {
    font-size: 25px;
    margin: 20px 0 13px;
  }
}
.xb-feature-item .xb-item--content {
  margin: 0 auto;
  max-width: 345px;
}
.xb-feature-item .xb-item--icon {
  min-height: 52px;
}
@media (max-width: 767px) {
  .xb-feature-item .xb-item--icon {
    min-height: 30px;
  }
}
.xb-feature-item .xb-item--img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  z-index: -1;
  transform: translateX(-50%);
}
.xb-feature-item .xb-item--line {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.xb-feature-item.bg_black {
  background: linear-gradient(180deg, #140f26 0%, #413b57 100%);
}
.xb-feature-item.bg_light-green {
  background: linear-gradient(180deg, #a1ff62 0%, #d3ffb5 100%);
}
.xb-feature-item.bg_light-green .xb-item--title,
.xb-feature-item.bg_light-green .xb-item--content {
  color: var(--color-heading);
}
.xb-feature-item.bg_green {
  background: linear-gradient(180deg, #008435 0%, #1efd78 100%);
}

.xb-feature-marquee {
  gap: 50px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .xb-feature-marquee {
    gap: 30px;
    margin-right: 30px;
  }
}

.xb-rotate-line {
  position: absolute;
  left: 0;
  top: 43%;
  z-index: -1;
}
@media (max-width: 767px) {
  .xb-rotate-line {
    top: 25%;
    margin: 0 -60%;
  }
}

.xb-fea-item {
  z-index: 1;
  position: relative;
  padding: 40px 40px 42px;
}
@media only screen and (max-width: 1023px) {
  .xb-fea-item {
    padding: 40px 30px 42px;
  }
}
@media (max-width: 991px) {
  .xb-fea-item {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 40px 19px 42px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid rgba(105, 64, 255, 0.2);
  }
}
.xb-fea-item::before {
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top-left-radius: 14px;
  transform-origin: top left;
  background: linear-gradient(317deg, #e8f4f6 0%, #fff 100%);
}
@media (max-width: 991px) {
  .xb-fea-item::before {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
.xb-fea-item:hover::before {
  opacity: 1;
  transform: scale(1);
}
.xb-fea-item .xb-item--icon {
  width: 70px;
  height: 70px;
  padding: 5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: linear-gradient(179deg, #dceff5 0%, #fff 100%);
}
.xb-fea-item .xb-item--icon .icon {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  border: 5px solid rgba(21, 19, 19, 0.05);
  box-shadow: 0 2px 6px 0 rgba(21, 19, 19, 0.22);
}
.xb-fea-item .xb-item--icon .icon::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 112%;
  height: 112%;
  left: -3px;
  top: -3px;
  border: 1px solid #fff;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}
.xb-fea-item .xb-item--title {
  font-size: 24px;
  margin: 35px 0 13px;
}
.xb-fea-item .xb-item--content {
  max-width: 308px;
}

@media (max-width: 767px) {
  .xb-feature-btn {
    margin-top: 50px;
  }
}

.xb-feature-wrapper {
  margin: 0 -65px;
  position: relative;
  padding: 68px 71px 68px 68px;
}
@media only screen and (max-width: 1300px) {
  .xb-feature-wrapper {
    margin: 0 -53px;
    padding: 69px 61px;
  }
}
@media (max-width: 1199px) {
  .xb-feature-wrapper {
    padding: 75px 53px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-feature-wrapper {
    padding: 75px 52px;
  }
}
@media (max-width: 991px) {
  .xb-feature-wrapper {
    margin: 0;
    overflow: hidden;
    padding: 48px 0 53px;
  }
}
@media (max-width: 767px) {
  .xb-feature-wrapper {
    padding: 0;
    padding-top: 40px;
  }
}
.xb-feature-wrapper .xb-frame-shape .shape {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .xb-feature-wrapper .xb-frame-shape .shape {
    display: none;
  }
}
.xb-feature-wrapper .xb-frame-shape .shape--1 {
  height: 100%;
}
.xb-feature-wrapper .xb-frame-shape .shape--1 img {
  height: 100%;
}
.xb-feature-wrapper .xb-frame-shape .shape--2 {
  left: 34.1%;
  z-index: 2;
  height: 100%;
}
.xb-feature-wrapper .xb-frame-shape .shape--2 img {
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  .xb-feature-wrapper .xb-frame-shape .shape--2 {
    left: 34.06%;
  }
}
@media (max-width: 1199px) {
  .xb-feature-wrapper .xb-frame-shape .shape--2 {
    left: 33.8%;
  }
}
@media (max-width: 991px) {
  .xb-feature-wrapper .xb-frame-shape .shape--2 {
    left: 46.8%;
  }
}
.xb-feature-wrapper .xb-frame-shape .shape--3 {
  left: auto;
  right: 34%;
  z-index: 2;
  height: 100%;
}
.xb-feature-wrapper .xb-frame-shape .shape--3 img {
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  .xb-feature-wrapper .xb-frame-shape .shape--3 {
    right: 34%;
  }
}
@media (max-width: 1199px) {
  .xb-feature-wrapper .xb-frame-shape .shape--3 {
    right: 33.4%;
  }
}
@media (max-width: 991px) {
  .xb-feature-wrapper .xb-frame-shape .shape--3 {
    display: none;
  }
}
.xb-feature-wrapper .xb-frame-shape .shape--4 {
  top: 48%;
  z-index: 2;
}
@media (max-width: 991px) {
  .xb-feature-wrapper .xb-frame-shape .shape--4 {
    top: 35%;
    left: -340px;
    right: -20px;
  }
}

.xb-fea-item-box {
  position: relative;
}
@media (max-width: 991px) {
  .xb-fea-item-box {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .xb-fea-item-box {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .xb-fea-item-box .xb-animate-line {
    display: none;
  }
}
.xb-fea-item-box.last .xb-animate-line.new .line {
  left: 0;
}

@media (max-width: 991px) {
  .feature-setion {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .feature-setion {
    margin-top: 70px;
  }
}

.hd-feature-item-left {
  padding-right: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hd-feature-item-left {
    padding-right: 55px;
  }
}
@media (max-width: 1199px) {
  .hd-feature-item-left {
    padding-right: 0;
  }
}
.hd-feature-item-left .xb-item--title {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hd-feature-item-left .xb-item--title {
    font-size: 28px;
    line-height: 32px;
  }
}

.hd-feature-tab {
  max-width: 374px;
  width: 100%;
  height: 440px;
  overflow: hidden;
  padding: 10px;
  margin-right: 88px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: var(--color-primary);
}
@media (max-width: 1199px) {
  .hd-feature-tab {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .hd-feature-tab {
    margin-right: 0;
  }
}

.hd-feature-img img {
  overflow: clip;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.hd-feature-img:not(:last-child) {
  margin-bottom: 10px;
}

.hd-feature-tab-inner {
  height: 420px;
  overflow: clip;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.hd-feature-content {
  width: calc(100% - 462px);
}
@media (max-width: 1199px) {
  .hd-feature-content {
    width: calc(100% - 404px);
  }
}
@media (max-width: 767px) {
  .hd-feature-content {
    width: 100%;
    margin-top: 50px;
  }
}

.hd-feature-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7f0d7;
}
.hd-feature-item .xb-item--top {
  gap: 10px;
  margin-bottom: 20px;
}
.hd-feature-item .xb-item--title {
  font-size: 20px;
  text-transform: capitalize;
}

.fs-feature-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  background: #bdeaff;
  padding: 25px 30px 20px;
  border-radius: 15px;

  height: 500px;
  min-height: 0px;

  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-feature-item {
    padding: 25px 15px 20px;
  }
}
@media (max-width: 991px) {
  .fs-feature-item {
    padding: 25px 20px 20px;
  }
}
.fs-feature-item .xb-item--title {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.fs-feature-item .xb-item--content {
  max-width: 325px;
  color: var(--color-heading);
}
.fs-feature-item .xb-item--top {
  z-index: 1;
  position: relative;
}
.fs-feature-item .xb-item--img {
  position: relative;
}

.fs-feature-item.Pale_green .xb-item--img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.fs-feature-item.Pale_green .xb-item--img .img-3 {
  width: 125%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.fs-feature-item.Pale_green .xb-item--img .img-3 img {
  width: 100%;
  height: auto;
  display: block;
}
.fs-feature-item .xb-item--img .img-1 {
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 15px 35px 0 rgba(23, 23, 23, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item .xb-item--img .img-1 {
    max-width: 545px;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--img .img-1 {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .fs-feature-item .xb-item--img .img-1 {
    max-width: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--img .img-1 {
    max-width: 400px;
  }
}
.fs-feature-item .xb-item--img .img-2 {
  position: absolute;
  right: 0;
  top: 49px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item .xb-item--img .img-2 {
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  .fs-feature-item .xb-item--img .img-2 {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--img .img-2 {
    right: 0;
    top: 45px;
    max-width: 175px;
  }
}
@media (max-width: 767px) {
  .fs-feature-item .xb-item--img .img-2 {
    top: 20px;
    max-width: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--img .img-2 {
    top: 33px;
    max-width: 140px;
  }
}
.fs-feature-item .xb-item--img .img-4 {
  width: 100%;
  margin-top: -300px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-feature-item .xb-item--img .img-4 img {
  width: 95%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.fs-feature-item .xb-item--img .line {
  position: absolute;
  right: 12px;
  top: 47px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--img .line {
    top: 17px;
    right: 28%;
  }
}
.fs-feature-item .xb-item--large_img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--large_img {
    top: 28px;
    width: 122%;
  }
}
@media (max-width: 767px) {
  .fs-feature-item .xb-item--large_img {
    top: 160px;
    width: 110%;
    left: -5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--large_img {
    top: 105px;
  }
}
.fs-feature-item .xb-item--marquee_wrap {
  overflow: hidden;
  position: relative;
}
.fs-feature-item .xb-item--marquee_wrap::before,
.fs-feature-item .xb-item--marquee_wrap::after {
  position: absolute;
  content: "";
  left: -36px;
  top: -35px;
  height: 100px;
  width: 120%;
  z-index: 1;
  filter: none;
  background: transparent;
}
@media (max-width: 767px) {
  .fs-feature-item .xb-item--marquee_wrap::before,
  .fs-feature-item .xb-item--marquee_wrap::after {
    left: -26px;
    width: 125%;
  }
}
.fs-feature-item .xb-item--marquee_wrap::after {
  top: auto;
  bottom: -35px;
}
.fs-feature-item .xb-item--marquee_inner {
  gap: 18px;
  align-items: start;
  overflow: hidden;
  max-height: 390px;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item .xb-item--marquee_inner {
    max-height: 290px;
  }
}
@media (max-width: 1199px) {
  .fs-feature-item .xb-item--marquee_inner {
    max-height: 379px;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--marquee_inner {
    max-height: 326px;
  }
}
.fs-feature-item .xb-item--marquee {
  gap: 10px;
  display: inline-flex;
  flex-direction: column;
}
.fs-feature-item .xb-item--marquee .xb-logo {
  overflow: hidden;
  display: inline-flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.fs-feature-item .xb-item--card {
  padding-top: 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item .xb-item--card {
    padding-top: 65px;
  }
}
.fs-feature-item .xb-item--logo {
  z-index: 1;
  display: flex;
  position: relative;
  padding-top: 30px;
  margin-bottom: 10px;
  justify-content: center;
}
.fs-feature-item .xb-item--logo .xb-circle {
  height: 92px;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2px;
  background: var(--color-white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  box-shadow:
    0 44px 18px -4px rgba(47, 71, 17, 0.04),
    0 26px 10px -4px rgba(47, 71, 17, 0.06),
    0 16px 6px -3px rgba(47, 71, 17, 0.07),
    0 10px 4px -3px rgba(47, 71, 17, 0.08),
    0 6px 2px -2px rgba(47, 71, 17, 0.08),
    0 3px 1px -1px rgba(47, 71, 17, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.fs-feature-item .xb-item--logo .xb-circle .xb-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fs-feature-item .xb-item--logo .xb-circle .round-shape {
  animation: spin 5s linear infinite;
}
.fs-feature-item .xb-item--logo .shape {
  position: absolute;
  left: 55%;
  bottom: 8px;
  width: 100%;
  z-index: -1;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-feature-item .xb-item--logo .shape {
    left: 54.7%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item .xb-item--logo .shape {
    left: 50%;
    bottom: 7px;
  }
}
@media (max-width: 1199px) {
  .fs-feature-item .xb-item--logo .shape {
    left: 59%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .fs-feature-item .xb-item--logo .shape {
    left: 57.5%;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--logo .shape {
    left: 50%;
    bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--logo .shape {
    left: 67.8%;
    bottom: 8px;
  }
}
.fs-feature-item .xb-item--dashboard_img {
  margin-top: 0;
  margin-bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: none;
}
.fs-feature-item .xb-item--dashboard_img .img--one {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  box-shadow: 0 4px 19px 0 #f2c4a0;
}
.fs-feature-item .xb-item--dashboard_img .img--one img {
  width: 100%;
  height: auto;
  display: block;
}
.fs-feature-item .xb-item--dashboard_img .img--two {
  text-align: end;
  margin-top: 5px;
  margin-right: 12px;
}
.fs-feature-item .xb-item--dashboard_img .img--two .img {
  position: relative;
  display: inline-block;
  box-shadow: 0 4px 19px 0 #f2c4a0;
}
.fs-feature-item .xb-item--dashboard_img .img--two .img .round-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  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: 2px solid #efefef;
  background: var(--color-white);
  transform: translate(-50%, -50%);
}
.fs-feature-item .xb-item--dashboard_img .img--two .img .round-circle img {
  animation: spin 5s linear infinite;
}
.fs-feature-item .xb-item--review_container {
  position: relative;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: -35px;
  transform: scale(0.95);
  transform-origin: center top;
}

/* .fs-feature-item .xb-item--review_container::before,
.fs-feature-item .xb-item--review_container::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 37px;
  height: 40px;
  width: 88%;
  transform: translateX(-50%);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 24px 24px -12px rgba(0, 0, 0, 0.04),
    0 3px 3px -2px rgba(0, 0, 0, 0.04),
    0 1px 1px -1px rgba(0, 0, 0, 0.04);
} */
.fs-feature-item.light_pink .xb-item--review_container::before,
.fs-feature-item.light_pink .xb-item--review_container::after {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-feature-item .xb-item--review_container::before,
  .fs-feature-item .xb-item--review_container::after {
    width: 82%;
  }
}
.fs-feature-item .xb-item--review_container::after {
  width: 76%;
  bottom: 13px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow:
    0 24px 24px -12px rgba(0, 0, 0, 0.04),
    0 3px 3px -2px rgba(0, 0, 0, 0.04),
    0 1px 1px -1px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-feature-item .xb-item--review_container::after {
    width: 70%;
  }
}
.fs-feature-item .xb-item--review_container.animated .chart-item span {
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.fs-feature-item .xb-item--review_box {
  padding: 20px 20px 25px 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white);
  box-shadow:
    0 24px 24px -12px rgba(0, 0, 0, 0.04),
    0 3px 3px -2px rgba(0, 0, 0, 0.04),
    0 1px 1px -1px rgba(0, 0, 0, 0.04);
}

.fs-feature-item.light_pink .xb-item--review_box {
  padding: 15px 18px 18px 20px;
}

.fs-feature-item.light_pink .xb-item--review_box .xb-chart {
  min-height: 145px;
  gap: 9px;
  padding: 0 0 10px 10px;
}

.fs-feature-item.light_pink .xb-item--review_box .chart-item:nth-child(1) span {
  height: 28px;
}

.fs-feature-item.light_pink .xb-item--review_box .chart-item:nth-child(2) span {
  height: 38px;
}

.fs-feature-item.light_pink .xb-item--review_box .chart-item:nth-child(3) span {
  height: 50px;
}

.fs-feature-item.light_pink .xb-item--review_box .chart-item:nth-child(4) span {
  height: 62px;
}

.fs-feature-item.light_pink .xb-item--review_box .chart-item:nth-child(5) span {
  height: 77px;
}

.fs-feature-item.light_pink .xb-item--review_box .chart-item:nth-child(6) span {
  height: 95px;
}

.fs-feature-item.light_pink .xb-item--review_box .chart-item:nth-child(7) span {
  height: 112px;
}

.fs-feature-item.light_pink .xb-item--review_box .chart-item:nth-child(8) span {
  height: 130px;
}

.fs-feature-item.light_pink .xb-item--review_container {
  position: relative;
  top: 12px;
  transform: scale(0.95);
  transform-origin: center top;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item .xb-item--review_box {
    padding: 20px 10px 25px;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--review_box {
    padding: 20px 10px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--review_box {
    padding: 20px 25px 25px;
  }
}
.fs-feature-item .xb-item--review_box .xb-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.fs-feature-item .xb-item--review_box .xb-chart {
  gap: 13px;
  display: flex;
  align-items: end;
  min-height: 185px;
  padding: 0 0 15px 13px;
  border-left: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-feature-item .xb-item--review_box .xb-chart {
    gap: 9px;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--review_box .xb-chart {
    gap: 5px;
  }
}
.fs-feature-item .xb-item--review_box .chart-item {
  width: 12%;
  text-align: center;
}
.fs-feature-item .xb-item--review_box .chart-item span {
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  display: inline-block;
  background: #b5aaff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform-origin: bottom;
}
.fs-feature-item .xb-item--review_box .chart-item p {
  font-size: 14px;
}
.fs-feature-item .xb-item--review_box .chart-item:nth-child(1) span {
  height: 35px;
}
.fs-feature-item .xb-item--review_box .chart-item:nth-child(2) span {
  height: 48px;
}
.fs-feature-item .xb-item--review_box .chart-item:nth-child(3) span {
  height: 62px;
}
.fs-feature-item .xb-item--review_box .chart-item:nth-child(4) span {
  height: 78px;
}
.fs-feature-item .xb-item--review_box .chart-item:nth-child(5) span {
  height: 96px;
}
.fs-feature-item .xb-item--review_box .chart-item:nth-child(6) span {
  height: 118px;
}
.fs-feature-item .xb-item--review_box .chart-item:nth-child(7) span {
  height: 140px;
}
.fs-feature-item .xb-item--review_box .chart-item:nth-child(8) span {
  height: 160px;
  background: linear-gradient(180deg, #045786 0%, #dceff5 100%);
}
.fs-feature-item .xb-item--price_box {
  margin: 18px 0 8px;
}
.fs-feature-item .xb-item--price_box .xb-price {
  font-size: 32px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .fs-feature-item .xb-item--price_box .xb-price {
    font-size: 28px;
  }
}
.fs-feature-item .xb-item--price_box .xb-price sup {
  font-weight: 500;
  font-size: 16px;
  padding-right: 7px;
  color: var(--color-default);
}
.fs-feature-item .xb-item--price_box .xb-discount {
  padding: 0px 8px;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-primary);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: rgba(83, 58, 253, 0.1);
}
.fs-feature-item .xb-item--text {
  font-size: 14px;
}
.fs-feature-item .xb-item--text span {
  color: #0d1738;
  font-weight: 500;
}
.fs-feature-item .xb-item--btn_box {
  z-index: 1;
  gap: 21px;
  display: flex;
  position: absolute;
  bottom: 70px;
  right: 14%;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item .xb-item--btn_box {
    bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .fs-feature-item .xb-item--btn_box {
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--btn_box {
    right: 4%;
    bottom: 5px;
  }
}
.fs-feature-item .xb-item--btn_box .cart-btn {
  height: 48px;
  width: 48px;
  padding: 2px;
  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-white);
  box-shadow:
    0 44px 18px -4px rgba(13, 23, 56, 0.04),
    0 26px 10px -4px rgba(13, 23, 56, 0.06),
    0 16px 6px -3px rgba(13, 23, 56, 0.07),
    0 10px 4px -3px rgba(13, 23, 56, 0.08),
    0 6px 2px -2px rgba(13, 23, 56, 0.08),
    0 3px 1px -1px rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.fs-feature-item .xb-item--btn_box .cart-btn span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background: linear-gradient(230deg, #d5cfff 0%, #f4f3ff 100%);
}
.fs-feature-item .xb-item--shape_box .shape {
  z-index: -2;
  position: absolute;
}
.fs-feature-item .xb-item--shape_box .shape--1 {
  top: 0;
  right: 0;
}
.fs-feature-item .xb-item--shape_box .shape--2 {
  top: 118px;
  right: 17%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-feature-item .xb-item--shape_box .shape--2 {
    right: 11%;
  }
}
@media (max-width: 1199px) {
  .fs-feature-item .xb-item--shape_box .shape--2 {
    right: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .fs-feature-item .xb-item--shape_box .shape--2 {
    right: 21%;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--shape_box .shape--2 {
    right: 14%;
  }
}
@media (max-width: 767px) {
  .fs-feature-item .xb-item--shape_box .shape--2 {
    right: 11%;
    top: 186px;
    max-width: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--shape_box .shape--2 {
    top: 25%;
    right: 15%;
    max-width: 35px;
  }
}
.fs-feature-item .xb-item--shape_box .shape--3 {
  bottom: 129px;
  right: -10px;
  height: 370px;
  width: 282px;
  filter: blur(47.5px);
  background: #bdeaff;
}
.fs-feature-item .xb-item--shape_box .shape--4 {
  left: 0;
  top: 0;
}
.fs-feature-item .xb-item--shape_box .shape--5 {
  top: 0;
  right: 0;
}
.fs-feature-item .xb-item--shape_box .shape--6 {
  bottom: 0;
  left: 0;
}
.fs-feature-item .xb-item--shape_box .shape--7 {
  bottom: 0;
  right: 0;
}
.fs-feature-item .xb-item--shape .shape {
  z-index: -1;
  position: absolute;
}
.fs-feature-item .xb-item--shape .shape--1 {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--shape .shape--1 img {
    width: 100%;
  }
}
.fs-feature-item .xb-item--shape .shape--2 {
  left: 43px;
  bottom: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item .xb-item--shape .shape--2 {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .fs-feature-item .xb-item--shape .shape--2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-feature-item .xb-item--shape .shape--2 {
    left: 22%;
    display: block;
  }
}
.fs-feature-item.large-item .xb-item--content {
  max-width: 417px;
}

.fs-feature-item.large-item {
  overflow: hidden;
  height: 510px;
  min-height: 510px;
}

.fs-feature-item.large-item .xb-item--img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.fs-feature-item.large-item .xb-item--img .img-1 {
  width: 72%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fs-feature-item.large-item .xb-item--img .img-2 {
  width: 28%;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 2;
}

.fs-feature-item.large-item .xb-item--img img {
  width: 100%;
  height: auto;
  display: block;
}
/* .fs-feature-item.Pale_green {
  padding-bottom: 8px;
} */


.fs-feature-item.large-bottom-item {
  min-height: 200px;
  background: #dceff5;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fs-feature-item.large-bottom-item {
    min-height: 434px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-feature-item.large-bottom-item {
    min-height: 373px;
  }
}
@media (max-width: 1199px) {
  .fs-feature-item.large-bottom-item {
    min-height: 335px;
  }
}
@media only screen and (max-width: 1023px) {
  .fs-feature-item.large-bottom-item {
    min-height: 323px;
  }
}
@media (max-width: 767px) {
  .fs-feature-item.large-bottom-item {
    min-height: 350px;
  }
}
.fs-feature-item.large-bottom-item .xb-item--content {
  max-width: 380px;
}
@media (max-width: 1199px) {
  .fs-feature-item.large-bottom-item .xb-item--content {
    max-width: 290px;
  }
}
.fs-feature-item.large-bottom-item .xb-section-shape .shape--5 {
  left: 50%;
  top: 50%;
  height: 257px;
  width: 1067px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-white);
  transform: translate(-50%, -50%);
  filter: blur(165.1999969482px);
}

.as-feature-item {
  padding: 8px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white);
}
.as-feature-item .xb-item--inner {
  z-index: 1;
  overflow: hidden;
  position: relative;
  min-height: 394px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 23px 32px 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  justify-content: space-between;
  background-color: linear-gradient(
    180deg,
    #d5bbfb 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media (max-width: 1199px) {
  .as-feature-item .xb-item--inner {
    padding: 23px 15px 25px;
  }
}
.as-feature-item .xb-item--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .as-feature-item .xb-item--bg img {
    width: 100%;
    object-fit: cover;
  }
}
.as-feature-item .xb-item--img {
  z-index: 1;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-feature-item .xb-item--img {
    padding-top: 10px;
  }
}
.as-feature-item .xb-item--img svg {
  position: absolute;
  left: 45px;
  top: 25px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-feature-item .xb-item--img svg {
    left: 25px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .as-feature-item .xb-item--img svg {
    width: 365px;
    left: 20px;
    top: 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .as-feature-item .xb-item--img svg {
    width: 360px;
    left: 18px;
    top: 0px;
  }
}
@media (max-width: 991px) {
  .as-feature-item .xb-item--img svg {
    width: 250px;
    left: 4%;
    top: -22%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-feature-item .xb-item--img svg {
    width: 425px;
    left: 5%;
    top: 9%;
  }
}
.as-feature-item .xb-item--img svg path {
  stroke-dasharray: 6;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 30s linear forwards infinite;
  animation: xb-line-dash 30s linear forwards infinite;
}
.as-feature-item .xb-item--img.btn-img {
  padding-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-feature-item .xb-item--img.btn-img {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .as-feature-item .xb-item--img.btn-img {
    padding-top: 45px;
    max-width: 205px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-feature-item .xb-item--img.btn-img {
    padding-top: 122px;
  }
}
.as-feature-item .xb-item--title {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
@media (max-width: 1199px) {
  .as-feature-item .xb-item--title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .as-feature-item .xb-item--title {
    font-size: 21px;
  }
}
.as-feature-item .xb-item--content {
  max-width: 314px;
  line-height: 22px;
}
.as-feature-item.large-item .xb-item--content {
  max-width: 490px;
}

.as-feature-inner {
  z-index: 1;
  position: relative;
}
.as-feature-inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 30px;
  bottom: 0;
  width: 1216px;
  height: 765px;
  filter: blur(120px);
  border-radius: 0 0 20px 20px;
  background: rgba(127, 188, 211, 0.5);
}
@media (max-width: 767px) {
  .as-feature-inner::before {
    left: 0;
    bottom: 30%;
  }
}

.row > .col-xl-4 {
  display: flex;
}

.row > .col-xl-4 .fs-feature-item {
  width: 100%;
}
.light_green {
  background: #65af9d;
}

.light_cream {
  background: #ffb899;
}

.light_pink {
  background: #ffb8ed;
}

.Pale_green {
  background: #d0ff94;
}

#xbf-feature {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.sticky-viewport {
  position: relative;
  height: auto;
  width: 100%;
}

.hd-feature-wrapper {
  width: 100%;
}

.xbf-mockup-frame {
  background: #134e48;
  border-radius: 20px;
  height: 480px;
  padding: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.xbf-mockup-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* Transition removed to let GSAP handle transform smoothly */
}

.xbf-mockup-view {
  width: 100%;
  height: 220px;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  /* Transition removed to let GSAP handle transform smoothly */
}
.xbf-mockup-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xbf-mockup-view::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #045857;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.xbf-mockup-view.active::after {
  opacity: 0;
}

.xbf-hd-feature-item-right {
  gap: 20px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .xbf-hd-feature-item-right {
    gap: 30px;
    flex-direction: column;
  }
}

.xbf-hd-feature-tab {
  width: 374px;
  flex-shrink: 0;
  margin-right: 68px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .xbf-hd-feature-tab {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .xbf-hd-feature-tab {
    width: 330px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .xbf-hd-feature-tab {
    margin-right: 0;
    max-width: 100%;
    width: auto;
  }
}

.xbf-rt-feature-v3-right-part {
  flex: 1;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .xbf-rt-feature-v3-right-part {
    width: 100%;
  }
}

.xbf-rt-work-v2-according-wrap {
  display: flex;
  flex-direction: column;
}

.xbf-rt-according-main {
  border-bottom: 1px solid #d7f0d7;
  padding: 1.25rem 0;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  z-index: 5;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.xbf-rt-according-main .xbf-rt-text-style-h5,
.xbf-rt-according-main .xbf-feature-icon {
  transition: all 0.3s ease;
  pointer-events: none;
}
.xbf-rt-according-main:last-child {
  margin-bottom: 0;
}

.xbf-item-header-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.xbf-feature-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.xbf-rt-text-style-h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #134e48;
}

.xbf-rt-overflow-hidden {
  overflow: hidden;
  height: 0;
  will-change: height, opacity;
}

.xbf-rt-according-para-wrap {
  padding-top: 12px;
  height: auto;
}

.xbf-rt-no-margin {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #504d58;
}

.xb-funfact-item {
  text-align: center;
}
.xb-funfact-item .xb-item--number {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media (max-width: 1199px) {
  .xb-funfact-item .xb-item--number {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .xb-funfact-item .xb-item--number {
    font-size: 40px;
  }
}
.xb-funfact-item .xb-item--text {
  font-size: 22px;
  font-weight: 500;
  margin: 13px 0 42px;
}
@media (max-width: 991px) {
  .xb-funfact-item .xb-item--text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .xb-funfact-item .xb-item--img {
    margin: 0 auto;
    max-width: 160px;
  }
}

.xb-funfact-inner {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
.xb-funfact-inner::before,
.xb-funfact-inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: #d7f0d7;
}
.xb-funfact-inner::after {
  top: auto;
  bottom: 0;
}
.xb-funfact-inner .xb-blur-shape {
  position: absolute;
  left: -40px;
  top: -13px;
  z-index: 1;
  height: 110%;
  width: 50px;
  background: #fff;
  filter: blur(5.4px);
}
.xb-funfact-inner .xb-blur-shape.two {
  left: auto;
  right: -40px;
}

.funfact-col:not(:last-child) {
  border-right: 1px solid #d7f0d7;
}
@media (max-width: 767px) {
  .funfact-col:not(:last-child) {
    border-right: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d7f0d7;
  }
}

.ab-team-list {
  gap: 20px;
  margin-right: 20px;
}
.ab-team-list li {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .ab-team-list li {
    max-width: 60px;
  }
}

.ab-team-wrap {
  display: inline-block;
}
.ab-team-wrap:not(:last-child) {
  margin-bottom: 13px;
}

.ab-team-container {
  position: relative;
}
.ab-team-container::before,
.ab-team-container::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  z-index: 1;
  left: -45px;
  width: 384px;
  height: 346px;
  filter: blur(25px);
  transform: rotate(-90deg);
  background: var(--color-white);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1600px) {
  .ab-team-container::before,
  .ab-team-container::after {
    left: -150px;
  }
}
@media (max-width: 1199px) {
  .ab-team-container::before,
  .ab-team-container::after {
    left: -200px;
  }
}
@media (max-width: 767px) {
  .ab-team-container::before,
  .ab-team-container::after {
    left: -310px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ab-team-container::before,
  .ab-team-container::after {
    left: -280px;
  }
}
.ab-team-container::after {
  left: auto;
  right: -45px;
}
@media only screen and (max-width: 1600px) {
  .ab-team-container::after {
    right: -150px;
  }
}
@media (max-width: 1199px) {
  .ab-team-container::after {
    right: -200px;
  }
}
@media (max-width: 767px) {
  .ab-team-container::after {
    right: -310px;
  }
}
@media (max-width: 767px) {
  .ab-team-container::after {
    right: -280px;
  }
}

.xb-team-item {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-secondary);
}
.xb-team-item .xb-item--img {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  border: 2px solid #e6e3fb;
  border-bottom: none;
}
.xb-team-item .xb-item--img img {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.xb-team-item .xb-item--holder {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 20px 20px 20px;
  border-radius: 0 0 20px 20px;
  background: var(--color-secondary);
}
.xb-team-item .xb-item--holder::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -2px;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
}
.xb-team-item .xb-item--name {
  font-size: 24px;
  letter-spacing: -0.04em;
}
.xb-team-item .xb-item--desig {
  font-size: 14px;
  color: rgba(13, 23, 56, 0.7);
}
.xb-team-item .xb-item--link {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
  border: 1px solid #e6e3fb;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.xb-team-item:hover .xb-item--holder::before {
  height: 0;
  transform-origin: top;
}
.xb-team-item:hover .xb-item--img img {
  transform: scale(1.05);
}
.xb-team-item:hover .xb-item--link {
  border: 1px solid #fff;
  background: var(--color-white);
}

.team-section {
  margin-top: -40px;
}

.xb-award-inner {
  text-align: center;
}
.xb-award-inner .xb-item--title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .xb-award-inner .xb-item--img {
    max-width: 290px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-award-inner .xb-item--img {
    max-width: 100%;
  }
}

.xb-award-wrap {
  gap: 120px;
  justify-content: center;
}
@media (max-width: 991px) {
  .xb-award-wrap {
    gap: 60px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .xb-award-wrap {
    gap: 40px;
    flex-wrap: wrap;
  }
}

.xb-team-impact-content {
  padding-right: 70px;
}
@media only screen and (max-width: 1600px) {
  .xb-team-impact-content {
    padding-right: 0;
  }
}
.xb-team-impact-content .content {
  margin: 15px 0 25px;
}
.xb-team-impact-content .list li {
  gap: 14px;
  display: flex;
  font-weight: 500;
  align-items: center;
}
.xb-team-impact-content .list li:not(:last-child) {
  margin-bottom: 11px;
}

.team-card-box .xb-card-item .xb-item--inner {
  min-height: 325px;
}
.team-card-box .xb-card-item .xb-item--text {
  font-size: 18px;
}

.team-group-section {
  background: linear-gradient(4deg, #e6e3fb 0%, rgba(255, 255, 255, 0) 100%);
}

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

.details-content-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  .details-content-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .details-content-title {
    font-size: 28px;
    line-height: 38px;
  }
}

.details-content {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .details-content {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .details-content {
    font-size: 20px;
    line-height: 30px;
  }
}

.single-item-image {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.blog-slide-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.blog-slide-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.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;
  bottom: 52px;
  left: 50px;
  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 {
  width: 100%;
}
.blog-slide-item .xb-item--img img {
  width: 100%;
  -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: 600;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: var(--color-secondary);
  background: var(--color-heading);
}
@media (max-width: 991px) {
  .blog-slide-item .xb-item--tag {
    font-size: 14px;
  }
}
.blog-slide-item .xb-item--title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.23;
  margin: 45px 0 20px;
  max-width: 700px;
  letter-spacing: -0.01em;
  color: var(--color-white);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .blog-slide-item .xb-item--title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-slide-item .xb-item--title {
    font-size: 32px;
    max-width: 630px;
  }
}
@media (max-width: 991px) {
  .blog-slide-item .xb-item--title {
    font-size: 28px;
    max-width: 530px;
    margin: 20px 0 20px;
  }
}
@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: 26px;
  max-width: 565px;
  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: 45px;
  bottom: 45px;
  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-heading);
}

.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: rgba(13, 23, 56, 0.4);
}
.blog-item_button .blog-swiper-btn:hover i {
  color: var(--color-heading);
}
.blog-item_button .swiper-button-next {
  left: auto;
  right: -1px;
}
.blog-item_button .swiper-button-next i {
  left: 7px;
}

.xb-blog-details-wrap {
  padding-top: 60px;
  border-top: 1px solid rgba(13, 23, 56, 0.2);
}

.blog_details_item .xb-item--img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 767px) {
  .blog_details_item .xb-item--img {
    width: 100%;
  }
}
.blog_details_item .xb-item--img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.blog_details_item .xb-item--meta {
  margin: 20px 0 13px;
}
.blog_details_item .xb-item--meta li {
  font-size: 14px;
}
.blog_details_item .xb-item--meta li ul {
  gap: 25px;
  display: flex;
  align-items: center;
}
.blog_details_item .xb-item--meta li ul .category {
  padding: 2px 10px;
  background: #f6f5fd;
  text-transform: capitalize;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.blog_details_item .xb-item--meta li.date {
  font-weight: 500;
}
.blog_details_item .xb-item--title {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.blog_details_item .xb-item--title a {
  color: currentColor;
}
.blog_details_item .xb-item--content {
  font-size: 14px;
  color: rgba(13, 23, 56, 0.6);
}
.blog_details_item:hover .xb-item--img img {
  transform: scale(1.05);
}

.blog_details_content {
  margin-right: 5px;
  padding: 40px 40px;
  background: #f6f5fd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .blog_details_content {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .blog_details_content {
    padding: 40px 20px;
  }
}

.post_author {
  gap: 30px;
  padding: 20px 47px;
  background: #0d1738;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .post_author {
    padding: 20px 25px;
  }
}
.post_author .xb-item--name {
  font-size: 24px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--color-white);
}
.post_author .xb-item--desig {
  margin: 4px 0;
  color: #b2b3b7;
  text-transform: capitalize;
  color: var(--color-white);
}
.post_author .xb-item--social {
  gap: 15px;
}
.post_author .xb-item--social li {
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
.post_author .xb-item--social li:hover {
  color: var(--color-white);
}
.post_author .xb-item--social li a {
  color: currentColor;
}

.blog-details-video {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-details-video iframe {
    height: 175px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-video iframe {
    height: 268px;
  }
}

.blog-details_item {
  overflow: hidden;
  background: #045786;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.blog-details_item .xb-item--holder {
  padding: 20px 20px;
}
.blog-details_item .xb-item--img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.blog-details_item .xb-item--img img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-details_item .xb-item--title {
  font-size: 24px;
  line-height: 34px;
  margin-top: 15px;
  letter-spacing: -0.01em;
  color: var(--color-white);
}
@media (max-width: 991px) {
  .blog-details_item .xb-item--title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .blog-details_item .xb-item--title {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog-details_item .xb-item--title a {
  color: currentColor;
}
.blog-details_item .xb-item--meta {
  gap: 5px;
}
.blog-details_item .xb-item--meta li {
  gap: 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  color: var(--color-white);
}
.blog-details_item:hover .xb-item--img img {
  transform: scale(1.05);
}

.form-check {
  margin: 20px 0 50px;
}
.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 !important;
  font-weight: 400;
  margin-bottom: 0 !important;
  line-height: 24px;
  color: var(--color-default);
  transform: translate(-1px, -3px);
}
.form-check label a {
  color: currentColor;
}

.comment_area {
  padding-top: 20px;
  border-top: 1px solid rgba(13, 23, 56, 0.2);
}

.comments_list {
  gap: 31px;
}
.comments_list > li .comments_list {
  gap: 30px;
  padding: 33px 0 0 109px;
}
@media (max-width: 767px) {
  .comments_list > li .comments_list {
    padding: 33px 0 0 50px;
  }
}

.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: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
}
.comment_item .comment_author_name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
.comment_item .comment_time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  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-wrapper {
  overflow: hidden;
  padding: 100px 0 0 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--color-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-cta-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 1199px) {
  .xb-cta-wrapper {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-cta-wrapper {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .xb-cta-wrapper {
    padding: 60px 40px 0;
  }
}
@media (max-width: 767px) {
  .xb-cta-wrapper {
    padding: 60px 20px 0;
  }
}

.xb-cta-left .xb-content {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 50px;
  text-transform: capitalize;
  color: var(--color-white);
}
.xb-cta-left .xb-cta-btn {
  gap: 25px;
}
@media (max-width: 767px) {
  .xb-cta-left .xb-cta-btn {
    align-items: start;
    flex-direction: column-reverse;
  }
}
.xb-cta-left .xb-free {
  font-size: 14px;
  color: var(--color-white);
}

.xb-cta-right {
  text-align: center;
  position: relative;
  padding: 0 121px 0 88px;
}
@media (max-width: 1199px) {
  .xb-cta-right {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .xb-cta-right {
    padding: 0 25px;
  }
}
.xb-cta-right::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 49px;
  top: auto;
  bottom: -15px;
  background: #075a59;
  filter: blur(17.7px);
}
.xb-cta-right .xb-img img {
  border-radius: 30px 30px 0 0;
}
.xb-cta-right .xb-icon .icon {
  position: absolute;
  animation: updown 5s linear infinite;
}
.xb-cta-right .xb-icon .icon--1 {
  left: 12%;
  top: -45px;
  animation: updown 2s linear infinite;
}
@media (max-width: 1199px) {
  .xb-cta-right .xb-icon .icon--1 {
    left: 3%;
    top: -25px;
  }
}
@media (max-width: 991px) {
  .xb-cta-right .xb-icon .icon--1 {
    left: 12%;
  }
}
@media (max-width: 767px) {
  .xb-cta-right .xb-icon .icon--1 {
    left: 1%;
    max-width: 60px;
  }
}
.xb-cta-right .xb-icon .icon--2 {
  left: 10%;
  top: 20%;
  animation: updown 3s linear infinite;
}
@media (max-width: 1199px) {
  .xb-cta-right .xb-icon .icon--2 {
    top: 25%;
    left: -1%;
  }
}
@media (max-width: 991px) {
  .xb-cta-right .xb-icon .icon--2 {
    left: 12%;
  }
}
@media (max-width: 767px) {
  .xb-cta-right .xb-icon .icon--2 {
    left: -1%;
    max-width: 75px;
  }
}
.xb-cta-right .xb-icon .icon--3 {
  top: -27px;
  left: 43%;
  animation: updown 4s linear infinite;
}
@media (max-width: 1199px) {
  .xb-cta-right .xb-icon .icon--3 {
    left: 40%;
    bottom: 105px;
  }
}
@media (max-width: 991px) {
  .xb-cta-right .xb-icon .icon--3 {
    left: 45%;
  }
}
@media (max-width: 767px) {
  .xb-cta-right .xb-icon .icon--3 {
    left: 40%;
  }
}
.xb-cta-right .xb-icon .icon--4 {
  right: 15%;
  top: -70px;
  animation: updown 6s linear infinite;
}
@media (max-width: 1199px) {
  .xb-cta-right .xb-icon .icon--4 {
    right: 6%;
    top: -56px;
  }
}
@media (max-width: 991px) {
  .xb-cta-right .xb-icon .icon--4 {
    right: 12%;
  }
}
@media (max-width: 767px) {
  .xb-cta-right .xb-icon .icon--4 {
    right: 1%;
    top: -48px;
    max-width: 80px;
  }
}
.xb-cta-right .xb-icon .icon--5 {
  right: 12%;
  bottom: 120px;
  animation: updown 4s linear infinite;
}
@media (max-width: 1199px) {
  .xb-cta-right .xb-icon .icon--5 {
    right: 0%;
  }
}
@media (max-width: 991px) {
  .xb-cta-right .xb-icon .icon--5 {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .xb-cta-right .xb-icon .icon--5 {
    right: -3%;
    bottom: 50px;
    max-width: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-cta-right .xb-icon .icon--5 {
    right: 2%;
    bottom: 135px;
  }
}
.xb-cta-right .xb-icon .icon--6 {
  left: 3%;
  bottom: 16.5%;
}
@media (max-width: 1199px) {
  .xb-cta-right .xb-icon .icon--6 {
    left: -11%;
    bottom: 14.5%;
  }
}
@media (max-width: 991px) {
  .xb-cta-right .xb-icon .icon--6 {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .xb-cta-right .xb-icon .icon--6 {
    left: -7%;
    max-width: 125px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-cta-right .xb-icon .icon--6 {
    left: -4%;
    bottom: 17.5%;
    max-width: 160px;
  }
}

.cta-section {
  z-index: 2;
  position: relative;
  margin-bottom: -241px;
}

.as-cta-inner .xb-item--inner {
  max-width: 680px;
  padding-top: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .as-cta-inner .xb-item--inner {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-cta-inner .xb-item--inner {
    padding-top: 175px;
  }
}
@media (max-width: 1199px) {
  .as-cta-inner .xb-item--inner {
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .as-cta-inner .xb-item--inner {
    padding-top: 140px;
  }
}
.as-cta-inner .xb-item--btn {
  gap: 30px;
}
@media (max-width: 767px) {
  .as-cta-inner .xb-item--btn {
    gap: 10px;
  }
}
.as-cta-inner .sec-title .title {
  font-weight: 500;
  font-size: 55px;
  letter-spacing: -0.03em;
  background: linear-gradient(158deg, #ffffff 25%, #66b6d8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .as-cta-inner .sec-title .title {
    font-size: 38px;
  }
}
.as-cta-inner .sec-title .content {
  margin-top: 20px;
  color: var(--color-white);
}

.as-cta-wrapper {
  z-index: 1;
  min-height: 712px;
  overflow: hidden;
}
.as-cta-wrapper::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/shape/cta-blur-bg01.png);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .as-cta-wrapper::before {
    left: -90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-cta-wrapper::before {
    left: 0;
  }
}
.as-cta-wrapper:after {
  position: absolute;
  content: "";
  right: 200px;
  top: 15px;
  z-index: -1;
  width: 618px;
  height: 700px;
  background: rgba(0, 55, 90, 0.6);
  filter: blur(300px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: rotate(33.37deg);
}
@media (max-width: 991px) {
  .as-cta-wrapper:after {
    right: -265px;
  }
}
.as-cta-wrapper .blur-bottom-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 195px;
  background: linear-gradient(0deg, #000 18.07%, rgba(0, 0, 0, 0) 100%);
}

.cta-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
}
.cta-bg-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.as-sec-shape .shape {
  z-index: 1;
  position: absolute;
}
.as-sec-shape .shape--1 {
  left: 0;
  bottom: -40px;
}
@media (max-width: 991px) {
  .as-sec-shape .shape--1 {
    bottom: -28px;
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .as-sec-shape .shape--1 {
    display: none;
  }
}
.as-sec-shape .shape--2 {
  right: 0;
  bottom: -38px;
}
@media (max-width: 991px) {
  .as-sec-shape .shape--2 {
    bottom: -28px;
    max-width: 84px;
  }
}
@media (max-width: 767px) {
  .as-sec-shape .shape--2 {
    display: none;
  }
}
.as-sec-shape .shape--3 {
  left: 0;
  bottom: -80px;
}
@media (max-width: 991px) {
  .as-sec-shape .shape--3 {
    bottom: -50px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .as-sec-shape .shape--3 {
    bottom: -30px;
    max-width: 60px;
  }
}
.as-sec-shape .shape--4 {
  right: 0;
  bottom: -37px;
}
@media (max-width: 991px) {
  .as-sec-shape .shape--4 {
    bottom: -25px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .as-sec-shape .shape--4 {
    bottom: -15px;
    max-width: 60px;
  }
}
.as-sec-shape .shape--5 {
  left: 0;
  top: -80px;
}
@media (max-width: 991px) {
  .as-sec-shape .shape--5 {
    top: -50px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .as-sec-shape .shape--5 {
    top: -30px;
    max-width: 60px;
  }
}
.as-sec-shape .shape--6 {
  right: 0;
  top: -37px;
}
@media (max-width: 991px) {
  .as-sec-shape .shape--6 {
    top: -27px;
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .as-sec-shape .shape--6 {
    top: -17px;
    max-width: 70px;
  }
}

.xb-stories-left {
  z-index: 1;
  position: relative;
  margin-left: -74px;
  margin-right: -13px;
  padding: 82px 24px 82px 82px;
}
@media (max-width: 991px) {
  .xb-stories-left {
    margin: 0 auto;
    max-width: 410px;
    margin-left: 110px;
    padding: 82px 24px 82px 92px;
  }
}
@media (max-width: 767px) {
  .xb-stories-left {
    margin: 0 0 0 -65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-stories-left {
    margin: 0;
  }
}
.xb-stories-left .xb-frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.xb-stories-left .xb-frame img {
  height: 100%;
}
@media (max-width: 1199px) {
  .xb-stories-left .xb-frame {
    left: 15px;
  }
}

.xb-stories-item-box {
  position: relative;
}
.xb-stories-item-box .active-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 1px;
  transition: all 0.5s ease;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: 0 4px 4px 0 #e2dcfe;
  background: linear-gradient(130deg, #045786 0%, #9dd8d2 93.45%);
}
.xb-stories-item-box .active-bg .bg {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--color-white);
}

.xb-stories-item-wrap {
  padding: 15px;
  background: #eef7f8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 991px) {
  .xb-stories-item-wrap {
    max-width: 313px;
  }
}

.xb-stories-item {
  padding: 10px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef7f8;
  border: 1px solid #dfd8ff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.xb-stories-item:not(:first-child) {
  margin-top: 15px;
}
.xb-stories-item .logo {
  opacity: 0.4;
  z-index: 2;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.xb-stories-item.current .logo {
  opacity: 1;
}

.xb-stories-right {
  position: relative;
  margin-left: 13px;
  margin-right: -73px;
  padding: 82px 82px 82px 54px;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .xb-stories-right {
    margin-right: -50px;
    padding: 82px 66px 82px 48px;
  }
}
@media (max-width: 1199px) {
  .xb-stories-right {
    padding: 82px 58px 82px 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-stories-right {
    padding: 82px 54px 82px 41px;
  }
}
@media (max-width: 991px) {
  .xb-stories-right {
    margin-right: -50px;
    margin-left: -36px;
    padding: 82px 57px 82px 43px;
  }
}
@media (max-width: 767px) {
  .xb-stories-right {
    margin-right: -15px;
    margin-left: -10px;
    margin-top: -50px;
    padding: 103px 31px 105px 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-stories-right {
    margin-right: -35px;
    margin-left: -25px;
    padding: 100px 45px 100px 34px;
  }
}
.xb-stories-right .xb-frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.xb-stories-right .xb-frame img {
  height: 100%;
}

.xb-stories-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 35px 50px 35px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(135deg, #fff 0%, #ebe6ff 100%);
}
@media only screen and (max-width: 1300px) {
  .xb-stories-content {
    padding: 35px 20px 35px 30px;
  }
}
@media (max-width: 767px) {
  .xb-stories-content {
    padding: 35px 20px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-stories-content {
    padding: 50px 30px 50px;
  }
}
.xb-stories-content.active {
  opacity: 1;
}
.xb-stories-content .xb-item--left {
  width: 288px;
}
@media (max-width: 1199px) {
  .xb-stories-content .xb-item--left {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .xb-stories-content .xb-item--left {
    width: 100%;
  }
}
.xb-stories-content .xb-item--right {
  position: relative;
  padding: 5px 0 15px 53px;
  width: calc(100% - 288px);
}
@media (max-width: 1199px) {
  .xb-stories-content .xb-item--right {
    padding: 5px 0 15px 30px;
    width: calc(100% - 240px);
  }
}
@media (max-width: 767px) {
  .xb-stories-content .xb-item--right {
    padding: 35px 0 0;
    width: calc(100% - 0px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-stories-content .xb-item--right {
    padding: 55px 0 0;
  }
}
.xb-stories-content .xb-item--right::before,
.xb-stories-content .xb-item--right::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 3px;
  background:
    linear-gradient(
      180deg,
      #eef7f8 0%,
      #dfd8ff 19.02%,
      #dfd8ff 87.98%,
      #f3f1ff 100%
    ),
    rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .xb-stories-content .xb-item--right::before,
  .xb-stories-content .xb-item--right::after {
    display: none;
  }
}
.xb-stories-content .xb-item--right::after {
  width: 1px;
  left: 1px;
  background: white;
}
.xb-stories-content .xb-item--btn a {
  padding: 12.4px 34px;
}
.xb-stories-content .xb-item--content {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 130px;
  letter-spacing: -0.03em;
  color: var(--color-heading);
  font-family: var(--font-heading);
}
@media only screen and (max-width: 1300px) {
  .xb-stories-content .xb-item--content {
    margin-bottom: 95px;
  }
}
@media (max-width: 1199px) {
  .xb-stories-content .xb-item--content {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-stories-content .xb-item--content {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .xb-stories-content .xb-item--content {
    font-size: 23px;
    margin-bottom: 155px;
  }
}
@media (max-width: 767px) {
  .xb-stories-content .xb-item--content {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-stories-content .xb-item--content {
    font-size: 25px;
  }
}
.xb-stories-content .xb-item--content span {
  font-weight: 700;
  letter-spacing: -0.01em;
}
.xb-stories-content .xb-item--name {
  font-size: 18px;
}
.xb-stories-content .xb-item--desig {
  letter-spacing: 0;
  line-height: 22px;
  color: rgba(64, 58, 86, 0.6);
}
.xb-stories-content .xb-item--author {
  gap: 12px;
}
@media only screen and (max-width: 1023px) {
  .xb-stories-content .xb-item--author {
    flex-wrap: nowrap;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .xb-stories-content .xb-item--author {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .xb-stories-content .xb-item--author {
    max-width: 80%;
  }
}
.xb-stories-content .xb-item--number {
  font-size: 56px;
  color: var(--color-primary);
}
@media (max-width: 1199px) {
  .xb-stories-content .xb-item--number {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .xb-stories-content .xb-item--number {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-stories-content .xb-item--number {
    font-size: 42px;
  }
}
.xb-stories-content .xb-item--text {
  max-width: 193px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.xb-stories-content .xb-item--item {
  margin-bottom: 170px;
}
@media (max-width: 991px) {
  .xb-stories-content .xb-item--item {
    margin-bottom: 183px;
  }
}
@media (max-width: 767px) {
  .xb-stories-content .xb-item--item {
    margin-bottom: 25px;
  }
}

.xb-stories-content-box {
  width: 100%;
  min-height: 430px;
  position: relative;
}
@media (max-width: 767px) {
  .xb-stories-content-box {
    min-height: 570px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-stories-content-box {
    min-height: 535px;
  }
}

.as-testimonail-video {
  max-width: 354px;
  overflow: hidden;
  height: 691px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 991px) {
  .as-testimonail-video {
    max-width: 500px;
    height: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .as-testimonail-video {
    height: 350px;
  }
}
.as-testimonail-video::before {
  position: absolute;
  content: "";
  inset: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, #06000d 0%, rgba(6, 0, 13, 0) 75%);
}
.as-testimonail-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% center;
}
.as-testimonail-video .xb-holder {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.as-testimonail-video .xb-holder h2 {
  font-size: 20px;
  color: var(--color-white);
}
.as-testimonail-video .xb-holder p {
  font-size: 14px;
  color: var(--color-white);
}
.as-testimonail-video .xb-holder p span {
  font-weight: 500;
}

.as-testimonail-item {
  padding: 35px 30px;
  border: 1px solid #ebdcfe;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white);
  box-shadow: inset 0 0 3px 0 rgba(120, 26, 254, 0.25);
}
.as-testimonail-item:not(:last-child) {
  margin-bottom: 20px;
}
.as-testimonail-item .xb-item--content {
  line-height: 22px;
  letter-spacing: 0;
  margin: 25px 0 20px;
}
.as-testimonail-item .xb-item--content span {
  font-weight: 700;
  color: var(--color-heading);
  font-family: var(--font-heading);
}
.as-testimonail-item .xb-item--avatar {
  gap: 10px;
}
.as-testimonail-item .xb-item--name {
  font-size: 16px;
}
.as-testimonail-item .xb-item--desig {
  font-size: 14px;
  color: #777676;
}

.as-testimonail-wrap {
  height: 713px;
  position: relative;
  margin-left: -55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-testimonail-wrap {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .as-testimonail-wrap {
    margin-left: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .as-testimonail-wrap {
    padding-left: 0;
  }
}

.as-testimonail-content {
  gap: 20px;
  display: grid;
  height: 100%;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .as-testimonail-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.as-testimonail-content::before,
.as-testimonail-content::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: -20px;
  width: 102%;
  height: 349px;
  background: linear-gradient(180deg, #fffefe 0%, rgba(255, 254, 254, 0) 84%);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-testimonail-content::before,
  .as-testimonail-content::after {
    left: 0;
    width: 104%;
  }
}
@media (max-width: 1199px) {
  .as-testimonail-content::before,
  .as-testimonail-content::after {
    left: 0;
  }
}
.as-testimonail-content::after {
  top: auto;
  bottom: -152px;
  height: 372px;
  background: linear-gradient(
    180deg,
    rgba(255, 254, 254, 0) 0%,
    #fffefe 60.58%
  );
}

.as-testimonials-inner {
  z-index: 1;
  position: relative;
}
.as-testimonials-inner::before {
  position: absolute;
  content: "";
  right: 130px;
  top: 50%;
  width: 1068px;
  height: 468px;
  z-index: -1;
  filter: blur(120px);
  transform: translateY(-50%);
  background: rgba(192, 152, 248, 0.5);
}
@media (max-width: 991px) {
  .as-testimonials-inner::before {
    top: 72%;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .as-testimonials-inner::before {
    top: 85%;
  }
}

.xb-faq .accordion_box .block {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-white);
  box-shadow: 0 4px 4px 0 rgba(35, 27, 59, 0.04);
}
.xb-faq .accordion_box .block:not(:last-child) {
  margin-bottom: 10px;
}
.xb-faq .accordion_box .block .acc-btn {
  font-size: 22px;
  font-weight: 700;
  padding: 28px 50px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
  background: var(--color-white);
  font-family: var(--font-heading);
}
@media (max-width: 991px) {
  .xb-faq .accordion_box .block .acc-btn {
    padding: 28px 30px;
  }
}
@media (max-width: 767px) {
  .xb-faq .accordion_box .block .acc-btn {
    font-size: 20px;
    padding: 28px 32px 28px 20px;
  }
}
.xb-faq .accordion_box .block .acc-btn .arrow {
  position: absolute;
  top: 22px;
  right: 50px;
  height: 36px;
  width: 36px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #dfd8ff;
  background: var(--color-white);
}
@media (max-width: 991px) {
  .xb-faq .accordion_box .block .acc-btn .arrow {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .xb-faq .accordion_box .block .acc-btn .arrow {
    right: 20px;
  }
}
.xb-faq .accordion_box .block .acc-btn .arrow::before {
  top: 6px;
  left: 10px;
  font-size: 16px;
  content: "\f107";
  font-weight: 400;
  position: absolute;
  color: var(--color-heading);
  font-family: "Font Awesome 6 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);
}
.xb-faq .accordion_box .block .acc_body {
  display: none;
}
.xb-faq .accordion_box .block .acc_body.current {
  display: block;
}
.xb-faq .accordion_box .block .content {
  padding: 12px 50px 24px;
}
@media (max-width: 991px) {
  .xb-faq .accordion_box .block .content {
    padding: 12px 50px 24px 30px;
  }
}
@media (max-width: 767px) {
  .xb-faq .accordion_box .block .content {
    padding: 12px 20px 24px;
  }
}
.xb-faq .accordion_box .block .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 843px;
  color: var(--color-default);
}
.xb-faq .accordion_box .block .content p span {
  font-weight: 700;
  color: var(--color-heading);
}
.xb-faq .accordion_box .block.active-block .acc-btn {
  background: #140f26;
  color: var(--color-white);
}
.xb-faq .accordion_box .block.active-block .acc-btn .arrow::before {
  top: 3px;
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq-top-content {
  font-size: 18px;
  color: #554f4f;
}
.faq-top-content a {
  text-decoration: underline;
  color: var(--color-primary);
  text-decoration-skip-ink: none;
}

.xb-desk-faq {
  margin-left: 45px;
}
@media (max-width: 1199px) {
  .xb-desk-faq {
    margin-left: 0;
  }
}
.xb-desk-faq .accordion_box .block {
  box-shadow: none;
}
.xb-desk-faq .accordion_box .block .acc-btn {
  font-size: 20px;
  padding: 28px 30px;
  background: #eaf4ea;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 767px) {
  .xb-desk-faq .accordion_box .block .acc-btn {
    padding: 28px 50px 28px 20px;
  }
}
.xb-desk-faq .accordion_box .block .content {
  padding: 12px 66px 24px 30px;
}
@media (max-width: 767px) {
  .xb-desk-faq .accordion_box .block .content {
    padding: 12px 20px 24px 20px;
  }
}
.xb-desk-faq .accordion_box .block .content p {
  color: #3f6c6b;
}
.xb-desk-faq .accordion_box .block.active-block .acc-btn {
  background: #eaf4ea;
  color: var(--color-heading);
}

.xb-faq-left .xb-content {
  color: #3f6c6b;
  max-width: 400px;
  margin: 18px 0 55px;
}

@media (max-width: 991px) {
  .xb-faq-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .xb-faq-wrapper {
    padding-bottom: 120px;
  }
}

.fs-faq .accordion_box .block {
  padding: 0 25px 0 30px;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 1023px) {
  .fs-faq .accordion_box .block {
    padding: 0 22px;
  }
}
@media (max-width: 767px) {
  .fs-faq .accordion_box .block {
    padding: 0 15px;
  }
}
.fs-faq .accordion_box .block:not(:last-child) {
  margin-bottom: 20px;
}
.fs-faq .accordion_box .block .acc-btn {
  padding: 20px 0 18px;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (max-width: 767px) {
  .fs-faq .accordion_box .block .acc-btn {
    padding: 20px 10px 18px 0;
  }
}
.fs-faq .accordion_box .block .acc-btn .arrow {
  height: 0;
  width: 0;
  right: 25px;
  top: 18px;
}
.fs-faq .accordion_box .block .acc-btn .arrow::before {
  top: 0;
  content: "\2b";
}
.fs-faq .accordion_box .block .content {
  padding: 12px 66px 24px 0;
  border-top: 1px solid var(--color-border);
}
@media (max-width: 767px) {
  .fs-faq .accordion_box .block .content {
    padding: 12px 0 24px;
  }
}
.fs-faq .accordion_box .block .content p {
  line-height: 25px;
  color: var(--color-default);
}
.fs-faq .accordion_box .block.active-block {
  border: 1px solid transparent;
  box-shadow:
    0 44px 18px -4px rgba(13, 23, 56, 0.04),
    0 26px 10px -4px rgba(13, 23, 56, 0.06),
    0 16px 6px -3px rgba(13, 23, 56, 0.07),
    0 10px 4px -3px rgba(13, 23, 56, 0.08),
    0 6px 2px -2px rgba(13, 23, 56, 0.08),
    0 3px 1px -1px rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    0 0 0 1px #e9e5ff,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.fs-faq .accordion_box .block.active-block .acc-btn {
  background: transparent;
  color: var(--color-heading);
}
.fs-faq .accordion_box .block.active-block .acc-btn .arrow::before {
  content: "\f068";
}

.fs-faq-image {
  margin-top: 85px;
  position: relative;
}
.fs-faq-image .img {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .fs-faq-image .img {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .fs-faq-image .img {
    left: 80px;
  }
}
@media (max-width: 767px) {
  .fs-faq-image .img {
    left: 0;
  }
}

.as-faq {
  margin-right: 45px;
}
@media (max-width: 1199px) {
  .as-faq {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .as-faq {
    margin-right: 0;
  }
}
.as-faq .accordion_box .block {
  box-shadow: none;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-top: 1px solid #ebdcfe;
}
.as-faq .accordion_box .block:not(:last-child) {
  margin-bottom: 0;
}
.as-faq .accordion_box .block .acc-btn {
  font-size: 18px;
  padding: 22px 10px;
  background: transparent;
}
@media (max-width: 767px) {
  .as-faq .accordion_box .block .acc-btn {
    padding: 22px 40px 22px 10px;
  }
}
.as-faq .accordion_box .block .acc-btn .arrow {
  height: 30px;
  width: 30px;
  right: 15px;
  top: 21px;
  border: 1px solid #ede0fc;
}
@media (max-width: 767px) {
  .as-faq .accordion_box .block .acc-btn .arrow {
    right: 10px;
  }
}
.as-faq .accordion_box .block .acc-btn .arrow::before {
  left: 7px;
  top: 3px;
  color: #777676;
}
.as-faq .accordion_box .block .content {
  padding: 0px 66px 24px 10px;
}
@media (max-width: 767px) {
  .as-faq .accordion_box .block .content {
    padding: 0px 40px 24px 10px;
  }
}
.as-faq .accordion_box .block .content p {
  line-height: 24px;
  max-width: 543px;
}
.as-faq .accordion_box .block.active-block .acc-btn {
  padding: 22px 10px 8px;
  background: transparent;
  color: var(--color-heading);
}
@media only screen and (max-width: 1023px) {
  .as-faq .accordion_box .block.active-block .acc-btn {
    padding: 22px 50px 8px 10px;
  }
}
.as-faq .accordion_box .block.active-block .acc-btn .arrow {
  background: #ede0fc;
}
.as-faq .accordion_box .block.active-block .acc-btn .arrow::before {
  top: 0px;
  color: var(--color-heading);
}

.as-faq-contact .xb-item--inner {
  position: relative;
  text-align: center;
  padding: 50px 90px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ebdcfe;
  background: rgba(255, 254, 254, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-faq-contact .xb-item--inner {
    padding: 50px 60px;
  }
}
@media (max-width: 1199px) {
  .as-faq-contact .xb-item--inner {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .as-faq-contact .xb-item--inner {
    padding: 50px 22px;
  }
}
@media (max-width: 991px) {
  .as-faq-contact .xb-item--inner {
    padding: 50px 130px;
  }
}
@media (max-width: 767px) {
  .as-faq-contact .xb-item--inner {
    padding: 40px 10px;
  }
}
.as-faq-contact .xb-item--logo {
  width: 80px;
  height: 80px;
  padding: 5px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.as-faq-contact .xb-item--logo span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #dbdbdb;
}
.as-faq-contact .xb-item--logo span::before {
  position: absolute;
  content: "";
  inset: 5px;
  border-radius: inherit;
  border: 1px solid rgba(237, 237, 237, 0.5);
}
.as-faq-contact .xb-item--logo span img {
  max-width: 38px;
}
.as-faq-contact .xb-item--title {
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  margin: 5px 0 45px;
  background: linear-gradient(157deg, #000 22.95%, #6101ea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .as-faq-contact .xb-item--title {
    font-size: 24px;
  }
}
.as-faq-contact .xb-item--mail {
  font-size: 14px;
  margin-top: 10px;
  color: rgba(34, 0, 83, 0.5);
}
.as-faq-contact .xb-item--mail a {
  font-weight: 500;
  color: var(--color-heading);
}
.as-faq-contact .xb-item--cursor {
  position: absolute;
  bottom: 40px;
  right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-faq-contact .xb-item--cursor {
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .as-faq-contact .xb-item--cursor {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .as-faq-contact .xb-item--cursor {
    right: 125px;
  }
}
@media (max-width: 767px) {
  .as-faq-contact .xb-item--cursor {
    right: -35px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-faq-contact .xb-item--cursor {
    right: 47px;
    bottom: 20px;
  }
}

.as-faq-wrapper {
  margin: 0 -10px;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(359deg, #eaf4f8 0%, #fffefe 100%);
}
@media (max-width: 767px) {
  .as-faq-wrapper {
    margin: 0;
  }
}

.xb-contact-form {
  padding: 50px 40px 40px;
  background: #073642;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .xb-contact-form {
    padding: 40px 25px 50px;
  }
}
.xb-contact-form .form-heading .title {
  font-size: 38px;
  margin-bottom: 13px;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .xb-contact-form .form-heading .title {
    font-size: 30px;
  }
}
.xb-contact-form .form-heading .sub-title {
  font-size: 14px;
  color: var(--color-white);
}

.xb-details-form {
  padding: 50px 70px 60px;
}
@media (max-width: 767px) {
  .xb-details-form {
    padding: 40px 25px 50px;
  }
}
.xb-details-form .form-heading .title {
  margin-bottom: 10px;
}

.xb-contact-input-form label {
  font-size: 20px;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
  color: var(--color-white);
}
.xb-contact-input-form .xb-input-field input,
.xb-contact-input-form .xb-input-field textarea {
  height: 60px;
  color: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(61, 69, 96, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.xb-contact-input-form .xb-input-field input:focus,
.xb-contact-input-form .xb-input-field textarea:focus {
  border: 1px solid var(--color-white);
}
.xb-contact-input-form .xb-massage-field textarea {
  height: 150px;
}
.xb-contact-input-form .xb-upload-file {
  position: relative;
}
.xb-contact-input-form .xb-upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 100% !important;
  width: 100% !important;
}
.xb-contact-input-form .xb-upload-file .xb-input-file {
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  padding: 17px 30px;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .xb-contact-input-form .xb-upload-file .xb-input-file {
    padding: 17px 15px;
  }
}
.xb-contact-input-form .xb-upload-file .file-type {
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.xb-contact-input-form .xb-upload-file .file-type span {
  color: var(--color-white);
}

@media (max-width: 767px) {
  .xb-bottom-content {
    gap: 30px;
  }
}

.xb-contact-content {
  background: #f2f8fa;
  padding: 45px 30px 45px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .xb-contact-content {
    padding: 45px 20px 45px;
  }
}
.xb-contact-content .xb-item--title {
  font-weight: 500;
  font-size: 38px;
  line-height: 43px;
  max-width: 441px;
  margin-bottom: 100px;
  letter-spacing: -0.01em;
}
@media (max-width: 1199px) {
  .xb-contact-content .xb-item--title {
    font-size: 36px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-contact-content .xb-item--title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .xb-contact-content .xb-item--title {
    font-size: 34px;
  }
}
.xb-contact-content .xb-item--contact_methor li {
  font-size: 20px;
  line-height: 30px;
}
.xb-contact-content .xb-item--contact_methor li:not(:last-child) {
  margin-bottom: 7px;
}
.xb-contact-content .xb-item--contact_methor li a {
  color: currentColor;
}
.xb-contact-content .xb-item--text {
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 17px !important;
  font-family: var(--font-heading);
}
.xb-contact-content .xb-item--holder {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .xb-contact-content .xb-item--holder {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-content .xb-item--holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.xb-contact-content .xb-item--holder:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .xb-contact-content .xb-item--holder:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-content .xb-item--holder:not(:last-child) {
    margin-bottom: 50px;
  }
}
.xb-contact-content .xb-item--social {
  gap: 20px;
}
.xb-contact-content .xb-item--social li {
  font-size: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgba(13, 23, 56, 0.5);
}
.xb-contact-content .xb-item--social li:hover {
  color: #0d1738;
}
.xb-contact-content .xb-item--social li a {
  color: currentColor;
}
.xb-contact-content .xb-item--botom_text {
  margin-top: 70px;
  font-style: italic;
  color: rgba(13, 23, 56, 0.5);
}

.xb-main-contact-form {
  padding: 40px 30px 50px;
}
.xb-main-contact-form .form-check {
  margin: 30px 0 50px;
}
.xb-main-contact-form .xb-upload-file {
  height: 60px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(61, 69, 96, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.xb-main-contact-form .xb-upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100% !important;
  width: 100% !important;
}
.xb-main-contact-form .xb-upload-file .xb-input-file {
  cursor: pointer;
  padding: 0 9px 2px;
  background: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.xb-main-contact-form .xb-upload-file .xb-input-file p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.xb-main-contact-form .xb-select-field .nice-select {
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(61, 69, 96, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.xb-main-contact-form .xb-select-field .nice-select .list .option {
  color: var(--color-heading);
}
.xb-main-contact-form .xb-select-field .nice-select::after {
  border-bottom: 1.9px solid #fff;
  border-right: 1.9px solid #fff;
}
.xb-main-contact-form .xb-massage-field textarea {
  height: 120px;
  padding: 14px 20px;
}

.google-map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 767px) {
  .google-map {
    height: 300px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .google-map {
    height: 400px;
  }
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

.contact-section {
  padding-top: 80px;
}

.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: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.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: 24px;
  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: 22px;
  }
}
@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;
  }
}

.task-management {
  background-color: #eef7f8;
}

.automation-saas {
  letter-spacing: -0.02em;
}
.automation-saas .container {
  max-width: 1390px;
  padding-left: 25px;
  padding-right: 25px;
}

.body-container {
  padding: 0 64px;
  position: relative;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}
@media (max-width: 1199px) {
  .body-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .body-container {
    padding: 0 10px;
  }
}
.body-container .xb-line-pattern img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 64px;
  mix-blend-mode: exclusion;
}
@media (max-width: 1199px) {
  .body-container .xb-line-pattern img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .body-container .xb-line-pattern img {
    width: 10px;
  }
}
.body-container .xb-line-pattern img:nth-child(2) {
  left: auto;
  right: 0;
}

.body-inner {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}

.as-body-inner {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.as-body-inner .as-site-line .line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 15px;
  background: var(--color-white);
}
.as-body-inner .as-site-line .line img {
  height: 100%;
  width: 100%;
}
.as-body-inner .as-site-line .line--2 {
  left: auto;
  right: 0;
}

.sec-line-shape {
  position: absolute;
  width: 100%;
  left: 15px;
  top: 0;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .sec-line-shape {
    min-height: 15px;
  }
}
.sec-line-shape.bottom-line {
  top: auto;
  bottom: 0;
}

.xb-section-shape .shape {
  z-index: -1;
  overflow: hidden;
  position: absolute;
}
.xb-section-shape .shape--1 {
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .xb-section-shape .shape--1 {
    max-width: 110px;
  }
}
.xb-section-shape .shape--2 {
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .xb-section-shape .shape--2 {
    max-width: 110px;
  }
}
.xb-section-shape .shape--3 {
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .xb-section-shape .shape--3 {
    max-width: 140px;
  }
}
.xb-section-shape .shape--4 {
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .xb-section-shape .shape--4 {
    max-width: 140px;
  }
}

.border-btm {
  border-bottom: 1px solid var(--color-border);
}

.g-10 {
  padding: 0 5px;
}
.g-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.g-12 {
  padding: 0 6px;
}
.g-12 > * {
  padding-left: 6px;
  padding-right: 6px;
}

.g-20 {
  padding: 0 10px;
}
.g-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.o-hidden {
  overflow: hidden;
}

.o-clip {
  overflow: clip;
}

.mxw-1330 {
  max-width: 1328px;
  padding-left: 0;
  padding-right: 0;
}

.mxw-1339 {
  max-width: 1339px;
}

.mxw-1460 {
  max-width: 1460px;
}

.gap-10 {
  gap: 10px;
}

@media (max-width: 767px) {
  .pt-xs-125 {
    padding-top: 125px;
  }
}

@media (max-width: 767px) {
  .pt-xs-100 {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .pt-xs-50 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .pb-xs-100 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pb-xs-130 {
    padding-bottom: 130px;
  }
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .plr-20 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.mlr-50 {
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .mlr-50 {
    margin-right: 39px;
    margin-left: 39px;
  }
}
@media only screen and (max-width: 1300px) {
  .mlr-50 {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .mlr-50 {
    margin-left: 0;
    margin-right: 0;
  }
}

.radius-50 {
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.linear_bg {
  background: linear-gradient(356deg, #eef7f8 0%, #fff 100%);
}

.linear_bg02 {
  background: linear-gradient(181deg, #f3fff3 0%, #fff 100%);
}

.bg_white {
  background: var(--color-white) !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 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.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: 0.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: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 23, 56, 0.2);
  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: rgba(13, 23, 56, 0.58);
  -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-heading);
  border: 1px solid var(--color-heading);
}

.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: 0.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: -4px;
  top: -40px;
  width: 36px;
  height: 36px;
  text-align: center;
  -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;
  border: 4px solid #ffffff;
}

.xb-carousel-inner {
  margin: -30px;
}

.xb-swiper-sliders {
  position: relative;
}

.xb-swiper-container {
  overflow: hidden;
  padding: 30px;
}

.xb-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.xb-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}

.xb-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xb-overlay-link {
  z-index: 1;
}

.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.z-1 {
  z-index: 1;
}

.z-3 {
  position: relative;
  z-index: 3;
}

.ml-auto {
  margin-left: auto;
}

.align-end {
  align-items: flex-end;
}

.xb-hover-zoom:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.xb-hover-zoom .xb-item--img {
  overflow: hidden;
}
.xb-hover-zoom .xb-item--img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.xb-hero-content .xb-item--content {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--color-heading);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .xb-hero-content .xb-item--content {
    padding-right: 125px;
  }
}
@media (max-width: 991px) {
  .xb-hero-content .xb-item--content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .xb-hero-content .xb-item--content {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.xb-hero-content .xb-item--list {
  margin-bottom: 57px;
  display: inline-block;
}
@media (max-width: 767px) {
  .xb-hero-content .xb-item--list {
    margin-bottom: 45px;
  }
}
.xb-hero-content .xb-item--list li {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 9px;
}
.xb-hero-content .xb-item--list li:not(:last-child) {
  margin-bottom: 12px;
}
.xb-hero-content .sec-title .title {
  font-size: 70px;
}
@media (max-width: 991px) {
  .xb-hero-content .sec-title .title {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .xb-hero-content .sec-title .title {
    font-size: 46px;
  }
}

.hero-area--one {
  padding-top: 107px;
}
.hero-area--one .xb-hero-content {
  padding-top: 68px;
}
@media (max-width: 991px) {
  .hero-area--one .xb-hero-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-area--one .xb-hero-content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area--one .xb-hero-content {
    text-align: start;
  }
}
.hero-area--two {
  padding-top: 105px;
  background: linear-gradient(181deg, #fff 0%, #f3fff3 100%);
}
@media (max-width: 767px) {
  .hero-area--two {
    padding-top: 100px;
  }
}
.hero-area--two .xb-hero-inner {
  z-index: 1;
  position: relative;
  padding: 95px 0 73px;
}
@media (max-width: 991px) {
  .hero-area--two .xb-hero-inner {
    padding: 95px 0 170px;
  }
}
@media (max-width: 767px) {
  .hero-area--two .xb-hero-inner {
    padding: 70px 0 215px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area--two .xb-hero-inner {
    padding: 90px 0 215px;
  }
}
.hero-area--two .xb-hero-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(228, 255, 230, 0) 0%,
    #e4ffe6 58.56%,
    rgba(243, 255, 243, 0.97) 77.48%,
    #f3fff3 100%
  );
}
.hero-area--two .sec-title {
  margin: 0 auto;
  max-width: 816px;
}
.hero-area--two .sec-title .title {
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  .hero-area--two .sec-title .title {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .hero-area--two .sec-title .title {
    font-size: 46px;
  }
}
.hero-area--two .xb-hero-content {
  position: relative;
}
.hero-area--two .xb-hero-content .xb-item--content {
  margin: 20px 0 34px;
}
.hero-area--two .xb-hero-content .xb-item--offer {
  font-size: 14px;
  margin-top: 10px;
  color: var(--color-heading);
}
.hero-area--two .xb-bg-shape .shape {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.hero-area--two .xb-bg-shape .shape--1 {
  height: 100%;
  width: 100%;
}
.hero-area--two .xb-bg-shape .shape--1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-area--two .xb-bg-shape .shape--2 {
  z-index: -2;
  left: 0;
  top: -66px;
}
.hero-area--two .xb-bg-shape .shape--3 {
  z-index: -2;
  left: auto;
  right: 0;
  top: -66px;
}
.hero-area--three .as-hero-container {
  padding-top: 222px;
}
@media (max-width: 991px) {
  .hero-area--three .as-hero-container {
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .hero-area--three .as-hero-container {
    padding-top: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area--three .as-hero-container {
    padding-top: 145px;
  }
}
.hero-area--three .xb-hero-content {
  text-align: center;
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content {
    margin: 0 -15px;
  }
}
.hero-area--three .xb-hero-content .xb-item--breadcrumd {
  font-size: 14px;
  padding: 1px 12px;
  margin-bottom: 25px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--color-white);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--breadcrumd {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--breadcrumd img {
    max-width: 12px;
  }
}
.hero-area--three .xb-hero-content .xb-item--content {
  font-weight: 500;
  margin: 32px 0 60px;
  letter-spacing: -0.02em;
  color: var(--color-white);
}
@media (max-width: 1199px) {
  .hero-area--three .xb-hero-content .xb-item--content {
    line-height: 30px;
    padding: 0 162px;
  }
}
@media (max-width: 991px) {
  .hero-area--three .xb-hero-content .xb-item--content {
    font-size: 18px;
    padding: 0 110px;
  }
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--content {
    font-size: 14px;
    padding: 0 35px;
    line-height: 22px;
    margin: 32px 0 40px;
  }
}
.hero-area--three .xb-hero-content .xb-item--img {
  text-align: end;
  position: relative;
  padding-top: 137px;
  margin-right: -108px;
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .hero-area--three .xb-hero-content .xb-item--img {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 1300px) {
  .hero-area--three .xb-hero-content .xb-item--img {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-area--three .xb-hero-content .xb-item--img {
    margin-right: -110px;
    padding-left: 120px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .hero-area--three .xb-hero-content .xb-item--img {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--img {
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
    margin: 0 -175px 0 -60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--img {
    padding-top: 130px;
  }
}
.hero-area--three .xb-hero-content .xb-item--img .img {
  top: 5%;
  left: 10%;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-area--three .xb-hero-content .xb-item--img .img {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .hero-area--three .xb-hero-content .xb-item--img .img {
    left: 5%;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .hero-area--three .xb-hero-content .xb-item--img .img {
    left: 0;
    top: 15%;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--img .img {
    top: 22%;
    left: 3%;
    max-width: 310px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--img .img {
    top: 22%;
    left: -1%;
    max-width: 500px;
  }
}
.hero-area--three .xb-hero-content .xb-item--img .img--2 {
  top: -1%;
  right: 15%;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-area--three .xb-hero-content .xb-item--img .img--2 {
    right: 12%;
  }
}
@media (max-width: 1199px) {
  .hero-area--three .xb-hero-content .xb-item--img .img--2 {
    right: 14%;
  }
}
@media (max-width: 991px) {
  .hero-area--three .xb-hero-content .xb-item--img .img--2 {
    right: 16%;
    top: 7%;
  }
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--img .img--2 {
    top: 15%;
    right: 21%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-item--img .img--2 {
    top: 14%;
    right: 12%;
  }
}
.hero-area--three .xb-hero-content .sec-title .title {
  font-weight: 500;
  font-size: 80px;
  line-height: 1.06;
  padding: 0 100px;
  letter-spacing: -0.03em;
  /* background: linear-gradient(134deg, #005b8f 0%, #ffffff 55%, #65af9d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ffffff;
}
@media (max-width: 1199px) {
  .hero-area--three .xb-hero-content .sec-title .title {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hero-area--three .xb-hero-content .sec-title .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content .sec-title .title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area--three .xb-hero-content .sec-title .title {
    font-size: 46px;
  }
}
.hero-area--three .xb-hero-content .xb-hero-btn {
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-area--three .xb-hero-content .xb-hero-btn {
    gap: 10px;
  }
}
.hero-area--four .sec-title .title {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 991px) {
  .hero-area--four .sec-title .title {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .hero-area--four .sec-title .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area--four .sec-title .title {
    font-size: 48px;
  }
}
.hero-area--four .sec-title .title .dollar {
  width: 73px;
  height: 73px;
  padding: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 8px;
  display: inline-flex;
  background: #045786;
  border: 3px solid #fff;
  transform: rotate(45deg);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow:
    0 45px 18px 0 rgba(181, 135, 33, 0.02),
    0 25px 15px 0 rgba(181, 135, 33, 0.07),
    0 11px 11px 0 rgba(181, 135, 33, 0.12),
    0 3px 6px 0 rgba(181, 135, 33, 0.14),
    0 3px 6px 0 rgba(181, 135, 33, 0.14);
}
@media (max-width: 991px) {
  .hero-area--four .sec-title .title .dollar {
    width: 60px;
    height: 60px;
  }
}
.hero-area--four .sec-title .title .dollar img {
  transform: rotate(16deg);
}
.hero-area--four .xb-hero-content {
  padding: 158px 0 70px;
}
@media (max-width: 767px) {
  .hero-area--four .xb-hero-content {
    padding: 125px 5px 70px;
  }
}
.hero-area--four .xb-hero-content .xb-item--content {
  margin-top: 22px;
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .hero-area--four .xb-hero-content .xb-item--content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-area--four .xb-hero-content .xb-item--content {
    margin-bottom: 45px;
  }
}
.hero-area--four .xb-hero-content .xb-item--btn {
  gap: 10px;
}
.hero-area--four .xb-hero-shape .shape {
  position: absolute;
  left: 96px;
  bottom: 137px;
}
@media (max-width: 1199px) {
  .hero-area--four .xb-hero-shape .shape {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .hero-area--four .xb-hero-shape .shape {
    left: 30px;
    bottom: 50px;
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .hero-area--four .xb-hero-shape .shape {
    left: 10px;
    bottom: 90px;
    max-width: 60px;
  }
}
.hero-area--four .xb-hero-shape .shape--2 {
  left: auto;
  right: 90px;
  bottom: 141px;
}
@media (max-width: 1199px) {
  .hero-area--four .xb-hero-shape .shape--2 {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .hero-area--four .xb-hero-shape .shape--2 {
    right: 30px;
    bottom: 54px;
  }
}
@media (max-width: 767px) {
  .hero-area--four .xb-hero-shape .shape--2 {
    right: 10px;
    bottom: 110px;
  }
}

.xb-hero-brand-wrap {
  margin-top: 104px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .xb-hero-brand-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .xb-hero-brand-wrap {
    margin-right: 0;
  }
}
.xb-hero-brand-wrap .xb-item--content {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
  color: var(--color-default);
}
.xb-hero-brand-wrap .xb-item--brand_list {
  gap: 33px;
  margin-right: 33px;
}
.xb-hero-brand-wrap .xb-item--brand_list li {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.xb-hero-brand-wrap .xb-item--brand_list li:hover {
  opacity: 1;
}
.xb-hero-brand-wrap .xb-item--inner {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .xb-hero-brand-wrap .xb-item--inner {
    margin: 0 -15px;
  }
}
.xb-hero-brand-wrap .xb-item--marquee {
  overflow: hidden;
  position: relative;
  padding: 15px 0;
  margin: 0 25px 0 10px;
}
@media (max-width: 1199px) {
  .xb-hero-brand-wrap .xb-item--marquee {
    padding: 10px 0;
    margin: 0 18px 0 10px;
  }
}
@media (max-width: 991px) {
  .xb-hero-brand-wrap .xb-item--marquee {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .xb-hero-brand-wrap .xb-item--marquee {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-brand-wrap .xb-item--marquee {
    margin: 0px 40px;
  }
}
.xb-hero-brand-wrap .xb-item--marquee::before,
.xb-hero-brand-wrap .xb-item--marquee::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 51px;
  z-index: 1;
  filter: blur(5px);
  background: var(--color-white);
}
@media (max-width: 767px) {
  .xb-hero-brand-wrap .xb-item--marquee::before,
  .xb-hero-brand-wrap .xb-item--marquee::after {
    top: 8px;
    height: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-brand-wrap .xb-item--marquee::before,
  .xb-hero-brand-wrap .xb-item--marquee::after {
    top: 0px;
    height: 45px;
  }
}
.xb-hero-brand-wrap .xb-item--marquee::after {
  left: auto;
  right: -15px;
}
.xb-hero-brand-wrap .xb-item--line {
  position: absolute;
  left: -47px;
  top: -50px;
  width: 113%;
  z-index: -1;
}
@media only screen and (max-width: 1300px) {
  .xb-hero-brand-wrap .xb-item--line {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .xb-hero-brand-wrap .xb-item--line {
    top: -36px;
    left: -35px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-hero-brand-wrap .xb-item--line {
    top: -34px;
  }
}
@media (max-width: 991px) {
  .xb-hero-brand-wrap .xb-item--line {
    left: 0;
    top: -56px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xb-hero-brand-wrap .xb-item--line {
    top: -42%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-brand-wrap .xb-item--line {
    top: -82%;
  }
}
.xb-hero-brand-wrap .xb-item--line img {
  width: 100%;
  object-fit: cover;
}

.xb-hero-right {
  z-index: 1;
  position: relative;
  padding: 73px;
  margin-right: -65px;
}
@media only screen and (max-width: 1300px) {
  .xb-hero-right {
    margin-left: -77px;
    margin-right: -50px;
  }
}
@media (max-width: 1199px) {
  .xb-hero-right {
    margin-left: 0;
    padding: 65px 58px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-hero-right {
    padding: 65px 55px;
  }
}
@media (max-width: 991px) {
  .xb-hero-right {
    margin-right: -25px;
    margin-left: -25px;
    padding: 72px 76px;
  }
}
@media (max-width: 767px) {
  .xb-hero-right {
    padding: 56px 43px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-right {
    margin-left: -30px;
    margin-right: -30px;
    padding: 66px 59px;
  }
}

.xb-hero-dashboard {
  text-align: center;
  position: relative;
  padding: 44px 50px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(180deg, #045786 0%, #fff 100%);
}
@media (max-width: 1199px) {
  .xb-hero-dashboard {
    padding: 40px 30px 30px;
  }
}
@media (max-width: 767px) {
  .xb-hero-dashboard {
    padding: 40px 20px 30px;
  }
}

.xb-hero-right-item {
  padding: 10px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-image: linear-gradient(
    119deg,
    rgba(104, 64, 255, 0.4) 0%,
    rgba(161, 255, 98, 0.4) 33.73%,
    rgba(181, 162, 255, 0.4) 52.21%,
    rgba(195, 179, 255, 0.4) 100%
  );
}
.xb-hero-right-item .xb-item--inner {
  gap: 7px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  padding: 14px 20px;
  background: var(--color-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(21, 19, 19, 0.07);
}
.xb-hero-right-item .xb-item--title {
  font-size: 16px;
  letter-spacing: 0em;
}
@media (max-width: 1199px) {
  .xb-hero-right-item .xb-item--title {
    font-size: 14px;
  }
}
.xb-hero-right-item.top {
  background-size: 200%;
  animation: rainbow2 5s linear infinite;
}
.xb-hero-right-item.bottom {
  padding: 6px;
  background: linear-gradient(
    119deg,
    rgba(104, 64, 255, 0.1) 0%,
    rgba(161, 255, 98, 0.1) 33.73%,
    rgba(181, 162, 255, 0.1) 52.21%,
    rgba(195, 179, 255, 0.1) 100%
  );
}
.xb-hero-right-item.bottom .xb-item--inner {
  gap: 14px;
  padding: 0 15px;
  min-height: 45px;
}
.xb-hero-right-item.bottom .xb-item--list {
  gap: 14px;
  margin-right: 20px;
}
.xb-hero-right-item.bottom .xb-item--logo {
  position: relative;
  padding-right: 17px;
}
@media (max-width: 767px) {
  .xb-hero-right-item.bottom .xb-item--logo {
    padding-right: 10px;
  }
}
.xb-hero-right-item.bottom .xb-item--logo::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 45px;
  width: 3px;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #e1e1e1 11.2%,
    #e1e1e1 87.98%,
    #fff 100%
  );
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .xb-hero-right-item.bottom .xb-item--logo::before {
    height: 25px;
  }
}
.xb-hero-right-item.bottom .xb-item--marquee {
  overflow: hidden;
  max-width: 286px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .xb-hero-right-item.bottom .xb-item--marquee {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .xb-hero-right-item.bottom .xb-item--marquee {
    max-width: 286px;
  }
}
@media (max-width: 767px) {
  .xb-hero-right-item.bottom .xb-item--marquee {
    max-width: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-right-item.bottom .xb-item--marquee {
    max-width: 250px;
  }
}

@keyframes rainbow2 {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
.xb-hero-right-middle {
  z-index: 1;
  position: relative;
  padding: 34px 0 31px;
}
.xb-hero-right-middle .xb-item--inner {
  padding: 10.5px;
  display: inline-block;
  border: 2px solid #fff;
  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.5);
}
.xb-hero-right-middle .xb-item--img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.xb-hero-right-middle .xb-item--line {
  top: 0;
  left: 50%;
  height: 100%;
  position: absolute;
  display: flex;
  gap: 138px;
  z-index: -1;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .xb-hero-right-middle .xb-item--line {
    gap: 90px;
  }
}
.xb-hero-right-middle .xb-item--line .line {
  width: 3px;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
}
.xb-hero-right-middle .xb-item--line .line span {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 2px;
  height: 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #045786 0%, #dceff5 100%);
  animation: topToBottom 3s linear infinite;
}
.xb-hero-right-middle .xb-item--line .line:nth-child(2) span {
  animation-delay: 0.8s;
  background: linear-gradient(180deg, #dceff5 0%, #045786 100%);
}

.xb-hero-right-dashboard {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.xb-hero-right-dashboard img {
  height: 100%;
  width: 100%;
}

.xb-animate-line .line {
  width: 3px;
  height: 100%;
  left: -8px;
  top: 0;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  border: 1px solid transparent;
}
.xb-animate-line .line span {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 2px;
  height: 59px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #045786 0%, #fff 100%);
  animation: BottomToTop 4s linear infinite;
}
.xb-animate-line .line.two {
  left: auto;
  right: -8px;
}
.xb-animate-line .line.two span {
  bottom: auto;
  top: -20px;
  animation: topToBottom 4s linear infinite;
  background: linear-gradient(180deg, #fff 0%, #045786 100%);
}
.xb-animate-line .line.three {
  left: auto;
  right: -8px;
}
.xb-animate-line .line.three span {
  animation: BottomToTop 4s linear infinite;
}
.xb-animate-line.new .line {
  left: -3px;
}
.xb-animate-line.new .line.two {
  left: auto !important;
  right: -1px;
  right: -3px;
}

.xb-hero-bottom {
  gap: 30px;
  display: flex;
  align-items: end;
  margin-top: -8px;
}
@media only screen and (max-width: 1300px) {
  .xb-hero-bottom {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-hero-bottom {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .xb-hero-bottom {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-bottom {
    margin-top: 25px;
    flex-wrap: nowrap;
  }
}
.xb-hero-bottom .item {
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 767px) {
  .xb-hero-bottom .item {
    max-width: 185px;
  }
}
.xb-hero-bottom .item .xb-item--title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .xb-hero-bottom .item .xb-item--title {
    font-size: 20px;
  }
}
.xb-hero-bottom .item .xb-item--content {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-heading);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-bottom .item .xb-item--content {
    margin-top: 8px;
    line-height: 20px;
    display: inline-block;
  }
}
.xb-hero-bottom .item.bg-pink {
  background: #eaf4f8;
}
@media (max-width: 991px) {
  .xb-hero-bottom .item.bg-pink .xb-item--img {
    margin: 0 auto;
    max-width: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-bottom .item.bg-pink .xb-item--img {
    max-width: 65px;
  }
}
.xb-hero-bottom .item.bg-gary {
  background: #e7e7fe;
}
.xb-hero-bottom .item:nth-child(2),
.xb-hero-bottom .item:nth-child(4) {
  width: 171px;
  padding-top: 20px;
  min-height: 264px;
  text-align: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 991px) {
  .xb-hero-bottom .item:nth-child(2),
  .xb-hero-bottom .item:nth-child(4) {
    min-height: 215px;
  }
}
@media (max-width: 767px) {
  .xb-hero-bottom .item:nth-child(2),
  .xb-hero-bottom .item:nth-child(4) {
    width: 145px;
    min-height: 203px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-bottom .item:nth-child(2),
  .xb-hero-bottom .item:nth-child(4) {
    width: 215px;
    min-height: 186px;
  }
}
.xb-hero-bottom .item.circle_up_down {
  padding: 1px;
  margin: 0 43px 46px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: linear-gradient(180deg, #fff 2.54%, #c9edcb 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-hero-bottom .item.circle_up_down {
    margin: 0 15px 46px;
  }
}
@media only screen and (max-width: 1300px) {
  .xb-hero-bottom .item.circle_up_down {
    margin: 0 0 46px;
  }
}
@media (max-width: 991px) {
  .xb-hero-bottom .item.circle_up_down {
    position: absolute;
    left: 50%;
    margin: 0;
    bottom: 30px;
    z-index: 1;
    transform: translateX(-50%);
  }
}
.xb-hero-bottom .item.circle_up_down .inner {
  padding: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-white);
}
@media (max-width: 991px) {
  .xb-hero-bottom .item.circle_up_down .inner {
    padding: 10px;
    width: 120px;
    height: 120px;
  }
}
.xb-hero-bottom .item.circle_up_down .inner img {
  animation: spin 30s linear infinite;
}
.xb-hero-bottom .item.circle_up_down .inner svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .xb-hero-bottom .item.circle_up_down .inner svg {
    width: 18px;
  }
}

.xb-video-container {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  height: 60px;
  width: 60px;
  padding: 0;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid transparent;
  transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform-origin: right bottom;
  -moz-transform-origin: right bottom;
}
@media (max-width: 767px) {
  .xb-video-container {
    right: 10px;
    bottom: 20px;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-video-container {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}
.xb-video-container .circle-video {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary);
}
.xb-video-container .circle-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.xb-video-container .active-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.xb-video-container .active-video.active {
  height: 0;
  width: 60px;
}
.xb-video-container .active-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.xb-video-container .close-btn {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.xb-video-container.active {
  height: 450px;
  width: 240px;
  padding: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #b7a4ff;
}
@media (max-width: 767px) {
  .xb-video-container.active {
    width: 200px;
    height: 330px;
  }
}
.xb-video-container.active .close-btn {
  opacity: 1;
  height: 30px;
  width: 30px;
  right: 15px;
  top: 15px;
}

.xb-dot-box {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.xb-dot-box span {
  width: 7px;
  height: 7px;
  border: 1px solid #e9e5ff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: var(--color-white);
}
.xb-dot-box span:nth-child(1) {
  transform: translateX(-4px);
}
.xb-dot-box span:nth-child(2) {
  transform: translateX(4px);
}

.as-hero-shape .shape {
  z-index: -2;
  position: absolute;
}
.as-hero-shape .shape--1 {
  top: 0;
  z-index: -3;
  right: 295px;
  opacity: 0.08;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .as-hero-shape .shape--1 {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .as-hero-shape .shape--1 {
    right: -10%;
  }
}
@media (max-width: 991px) {
  .as-hero-shape .shape--1 {
    right: -30%;
  }
}
@media (max-width: 767px) {
  .as-hero-shape .shape--1 {
    right: -105%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-hero-shape .shape--1 {
    right: -60%;
  }
}
.as-hero-shape .shape--2 {
  top: 0;
  right: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .as-hero-shape .shape--2 {
    right: -85px;
  }
}
@media (max-width: 1199px) {
  .as-hero-shape .shape--2 {
    right: -145px;
  }
}
@media (max-width: 767px) {
  .as-hero-shape .shape--2 {
    right: -110px;
  }
}
.as-hero-shape .shape--3 {
  top: 0;
  right: 22%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .as-hero-shape .shape--3 {
    right: 10%;
  }
}
@media (max-width: 1199px) {
  .as-hero-shape .shape--3 {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .as-hero-shape .shape--3 {
    right: -35%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-hero-shape .shape--3 {
    right: -10%;
  }
}
.as-hero-shape .shape--3 .img {
  display: flex;
  flex-direction: column;
  animation: marquee2 15s linear infinite;
  -webkit-animation: marquee2 15s linear infinite;
}
.as-hero-shape .shape--4 {
  top: -281px;
  left: 16px;
  animation: spin 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .as-hero-shape .shape--4 {
    top: -135px;
    left: -107px;
    width: 116%;
  }
}
@media (max-width: 1199px) {
  .as-hero-shape .shape--4 {
    top: -95px;
    left: -81px;
    width: 116%;
  }
}
.as-hero-shape .shape--5 {
  height: 1393px;
  width: 723px;
  top: -68px;
  left: 50%;
  border-radius: 100%;
  /* background: #65AF9D; */
  background: linear-gradient(135deg, #eaf7f8 0%, #8cc9d3 50%, #005b8f 100%);
  filter: blur(650px);
  transform: translateX(-50%) rotate(34.94deg);
}

/*----------------------------------------*/
/*  25. breadcrumb
/*----------------------------------------*/
.breadcrumb {
  margin: 0;
  z-index: 1;
  position: relative;
  padding-top: 212px;
}
@media (max-width: 1199px) {
  .breadcrumb {
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 155px;
  }
}
.breadcrumb::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
  background: linear-gradient(180deg, #c1baf5 0%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumb--title {
  font-weight: 700;
  font-size: 80px;
  color: #0d1738;
  line-height: 1.13;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .breadcrumb--title {
    font-size: 72px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb--title {
    font-size: 66px;
  }
}
@media (max-width: 991px) {
  .breadcrumb--title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb--title {
    font-size: 48px;
  }
}
.breadcrumb--title .xb-video {
  width: 140px;
  height: 72px;
  overflow: hidden;
  display: inline-block;
  border-radius: 91px;
  -webkit-border-radius: 91px;
  -moz-border-radius: 91px;
  -ms-border-radius: 91px;
  -o-border-radius: 91px;
  transform: translateY(10px);
}
@media only screen and (max-width: 1300px) {
  .breadcrumb--title .xb-video {
    width: 130px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb--title .xb-video {
    width: 100px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--title .xb-video {
    width: 76px;
    height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb--title .xb-video {
    width: 90px;
    height: 45px;
  }
}
.breadcrumb--title .xb-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.breadcrumb--content {
  font-size: 20px;
  font-weight: 500;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .breadcrumb--content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb--content {
    font-size: 20px;
  }
}
.breadcrumb--left_content {
  padding-top: 65px;
}
@media (max-width: 1199px) {
  .breadcrumb--left_content {
    margin-right: -100px;
  }
}
@media (max-width: 991px) {
  .breadcrumb--left_content {
    padding-top: 20px;
    margin-right: -80px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--left_content {
    margin-right: 0;
    padding-top: 0;
  }
}
.breadcrumb--left_content .title {
  font-weight: 700;
  font-size: 55px;
  line-height: 124%;
  margin-bottom: 45px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .breadcrumb--left_content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .breadcrumb--left_content .title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .breadcrumb--left_content .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--left_content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb--left_content .title {
    font-size: 42px;
  }
}
.breadcrumb--left_content .author {
  gap: 13px;
}
.breadcrumb--left_content .name {
  font-size: 18px;
}
.breadcrumb--left_content .desig {
  font-size: 14px;
  color: rgba(13, 23, 56, 0.7);
}
.breadcrumb--img {
  text-align: end;
  margin-right: -25px;
}
@media (max-width: 1199px) {
  .breadcrumb--img {
    float: right;
    max-width: 440px;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .breadcrumb--img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--img {
    float: left;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb--img {
    max-width: 400px;
  }
}
.breadcrumb--brand {
  gap: 50px;
  margin-top: 55px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .breadcrumb--brand {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--brand {
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb--brand li {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--brand li {
    max-width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb--brand li {
    max-width: 120px;
  }
}
.breadcrumb--error_title {
  z-index: 1;
  font-weight: 500;
  font-size: 220px;
  line-height: 0.9;
  position: relative;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .breadcrumb--error_title {
    font-size: 210px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb--error_title {
    font-size: 160px;
    line-height: 1.02;
  }
}
@media (max-width: 991px) {
  .breadcrumb--error_title {
    font-size: 115px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .breadcrumb--error_title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb--error_title {
    font-size: 90px;
  }
}
.breadcrumb--error_content {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 138px;
}
@media only screen and (max-width: 1300px) {
  .breadcrumb--error_content {
    margin-bottom: 115px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb--error_content {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .breadcrumb--error_content {
    margin-bottom: 25px;
  }
}
.breadcrumb--arrow {
  margin-left: -55px;
}
@media (max-width: 1199px) {
  .breadcrumb--arrow {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb--arrow {
    padding: 0 155px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--arrow {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb--arrow {
    padding: 0 130px;
  }
}
@media only screen and (max-width: 1300px) {
  .breadcrumb--error_btn {
    margin-top: 95px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb--error_btn {
    margin-top: 77px;
  }
}
@media (max-width: 991px) {
  .breadcrumb--error_btn {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb--error_btn {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .breadcrumb--right {
    padding: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .breadcrumb--right {
    padding: 25px 0;
  }
}

.breadcrumb-shape .shape {
  position: absolute;
  top: 0;
}
.breadcrumb-shape .shape--1 {
  left: 0;
}
@media (max-width: 1199px) {
  .breadcrumb-shape .shape--1 {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-shape .shape--1 {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-shape .shape--1 {
    max-width: 180px;
  }
}
.breadcrumb-shape .shape--2 {
  right: 0;
}
@media (max-width: 1199px) {
  .breadcrumb-shape .shape--2 {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-shape .shape--2 {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-shape .shape--2 {
    max-width: 160px;
  }
}
.breadcrumb-shape .shape--3 {
  height: 235px;
  width: 1067px;
  z-index: -1;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-white);
  filter: blur(165.1999969482px);
}

.case-breadcrumb {
  padding: 180px 0 65px;
}
@media (max-width: 767px) {
  .case-breadcrumb {
    padding: 155px 0 65px;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-error {
    padding-top: 210px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-error {
    padding-top: 190px;
  }
}
.breadcrumb-error .breadcrumb-shape .shape--3 {
  top: 225px;
}

.thm-btn {
  z-index: 1;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  align-items: center;
  display: inline-flex;
  padding: 16.5px 40px;
  letter-spacing: -0.01em;
  justify-content: center;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #140f26;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.thm-btn .inner {
  gap: 22px;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: transform 0.4s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.thm-btn .text {
  line-height: 1.4;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 0 1.3em #fff;
}
.thm-btn--gradient {
  z-index: 1;
  position: relative;
  display: inline-block;
  background-image: linear-gradient(
    90deg,
    #ff4242 0%,
    #a1ff42 25%,
    #42a1ff 50%,
    #42d0ff 75%,
    #a142ff 100%
  );
  background-origin: border-box;
  background-clip: padding-box, border-box, border-box;
  background-size: 200%;
  animation: rainbow 2s infinite linear;
}
.thm-btn--gradient::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 0;
  z-index: -1;
  width: 99%;
  height: 97%;
  border-radius: inherit;
  background-color: #140f26;
}
.thm-btn--gradient::after {
  position: absolute;
  content: "";
  left: 50%;
  width: 60%;
  bottom: -9%;
  height: 15px;
  z-index: -1;
  background-size: 200%;
  transform: translateX(-50%);
  filter: blur(7.8px);
  background-image: linear-gradient(
    90deg,
    #ff4242 0%,
    #a1ff42 25%,
    #42a1ff 50%,
    #42d0ff 75%,
    #a142ff 100%
  );
  animation: rainbow 2s infinite linear;
}
.thm-btn--gradient .text {
  line-height: 1.5;
  text-transform: initial;
}
.thm-btn--gradient2 {
  font-weight: 700;
  overflow: hidden;
  padding: 17.4px 30px;
  background: transparent;
  font-family: var(--font-heading);
}
.thm-btn--gradient2 .inner {
  gap: 10px;
}
.thm-btn--gradient2::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 200px;
  z-index: -2;
  filter: blur(8px);
  border-radius: inherit;
  background: transparent;
  transform-origin: right;
  background: var(--color-white);
  animation: spin 4s linear infinite;
}
.thm-btn--gradient2::after {
  position: absolute;
  content: "";
  width: 99%;
  height: 98%;
  inset: 1px;
  z-index: -2;
  border-radius: inherit;
  background-color: #045786;
}
.thm-btn--gradient2 .btn-shape .shape {
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.thm-btn--gradient2 .btn-shape .shape--1 {
  left: -11px;
  bottom: -5px;
  width: 90px;
  height: 51px;
  background: #1d0047;
  filter: blur(30px);
}
.thm-btn--gradient2 .btn-shape .shape--2 {
  bottom: -4px;
  right: -58px;
  width: 90px;
  height: 51px;
  filter: blur(30px);
  background: #1d0047;
}
.thm-btn--gradient2 .btn-shape .shape--3 {
  left: 50%;
  bottom: -49px;
  height: 81px;
  width: 139px;
  filter: blur(25px);
  background: #d8cbeb;
  transform: translateX(-50%);
}
.thm-btn--gradient2.bg_white::after {
  background-color: var(--color-white);
}
.thm-btn--gradient2.bg_white .text {
  color: #2f1257;
  text-shadow: 0 1.3em #2f1257;
}

@keyframes rainbow {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}
.xb-invert-btn {
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #140f26;
  background: #140f26;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.btn-inner {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 34px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: var(--color-white);
  background: #140f26;
  border: 1px solid #140f26;
  transition: transform 0.7s cubic-bezier(0.34, 5.56, 0.64, 1);
}
.btn-inner:hover {
  transform: scaleX(1.02);
}
.btn-inner:hover .text-original {
  transform: translateY(-110%);
}
.btn-inner:hover .text-reveal {
  top: 0;
}
.btn-inner:hover .hover-bg {
  top: 0;
  border-radius: 0;
}
.btn-inner .text-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.btn-inner .text-original,
.btn-inner .text-reveal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.btn-inner .text-original {
  transition: transform 0.7s ease;
}
.btn-inner .text-reveal {
  position: absolute;
  top: 100%;
  left: 0;
  color: #140f26;
  transition: top 0.7s ease;
}
.btn-inner .hover-bg {
  position: absolute;
  content: "";
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--color-white);
  transition:
    top 0.5s ease,
    border-radius 0.5s ease;
}

.task-btn {
  padding: 12.4px 34px;
}

.desk-btn {
  font-weight: 700;
  color: #cdface;
  padding: 14.4px 60px;
  background: linear-gradient(180deg, #066 0%, #003d3d 100%);
}
.desk-btn .text {
  color: #cdface;
  text-transform: unset;
  text-shadow: 0 1.3em #cdface;
  font-family: var(--font-heading);
}
.desk-btn--white {
  background: var(--color-white);
  box-shadow: none;
}
.desk-btn--white .text {
  color: var(--color-heading);
  text-shadow: 0 1.3em #045857;
}
.desk-btn--gradient {
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.desk-btn--gradient .layer {
  padding: 14.4px 60px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: linear-gradient(180deg, #066 0%, #003d3d 100%);
}
.desk-btn--gradient .layer.layer_white {
  background: var(--color-white);
}
.desk-btn--gradient .layer.layer_white .text {
  color: #075a59;
  text-shadow: 0 1.3em #075a59;
}
.desk-btn--gradient::before,
.desk-btn--gradient::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.desk-btn--gradient::before {
  filter: blur(7px);
  background: linear-gradient(
    91deg,
    #597cee 0%,
    #a659ee 14.29%,
    #ee59c6 28.57%,
    #ee5b59 42.86%,
    #eecb59 57.14%,
    #99da5b 71.43%,
    #59ee80 85.71%,
    #06bcbf 100%
  );
  background-origin: border-box;
  background-clip: padding-box, border-box, border-box;
  background-size: 200%;
  animation: rainbow 2s infinite linear;
}
.desk-btn--gradient::after {
  display: none;
}

.fintech-btn {
  font-weight: 700;
  padding: 15px 30px;
  background: #045786;
  color: var(--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: capitalize;
  font-family: var(--font-heading);
  border: 1px solid rgba(13, 23, 56, 0);
  box-shadow:
    0 44px 18px -4px rgba(13, 23, 56, 0.04),
    0 26px 10px -4px rgba(13, 23, 56, 0.06),
    0 16px 6px -3px rgba(13, 23, 56, 0.07),
    0 10px 4px -3px rgba(13, 23, 56, 0.08),
    0 6px 2px -2px rgba(13, 23, 56, 0.08),
    0 3px 1px -1px rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    0 0 0 1px #5840ff,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.fintech-btn:hover {
  color: var(--color-white);
  box-shadow:
    0 0 0 0 rgba(13, 23, 56, 0.04),
    0 0 0 0 rgba(13, 23, 56, 0.06),
    0 0 0 0 rgba(13, 23, 56, 0.07),
    0 0 0 0 rgba(13, 23, 56, 0.08),
    0 0 0 0 rgba(13, 23, 56, 0.08),
    0 0 0 0 rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    0 0 0 1px #5840ff,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.fintech-btn--white {
  background: #f8fafd;
  color: var(--color-heading);
  box-shadow:
    0 44px 18px -4px rgba(13, 23, 56, 0.04),
    0 26px 10px -4px rgba(13, 23, 56, 0.06),
    0 16px 6px -3px rgba(13, 23, 56, 0.07),
    0 10px 4px -3px rgba(13, 23, 56, 0.08),
    0 6px 2px -2px rgba(13, 23, 56, 0.08),
    0 3px 1px -1px rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    0 0 0 1px #e9e5ff,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.fintech-btn--white:hover {
  color: var(--color-heading);
  box-shadow:
    0 0 0 0 rgba(13, 23, 56, 0.04),
    0 0 0 0 rgba(13, 23, 56, 0.06),
    0 0 0 0 rgba(13, 23, 56, 0.07),
    0 0 0 0 rgba(13, 23, 56, 0.08),
    0 0 0 0 rgba(13, 23, 56, 0.08),
    0 0 0 0 rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    0 0 0 1px #e9e5ff,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.details-btn {
  gap: 10px;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 31px;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-primary);
}
.details-btn:hover {
  color: var(--color-white);
}

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
  right: 30px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.xb-backtotop.active {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.xb-backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: var(--color-primary);
}
.xb-backtotop .scroll:hover {
  margin-bottom: 4px;
}
.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;
}
@media (max-width: 767px) {
  .xb-logo-mobile {
    max-width: 150px;
  }
}

.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 {
  height: 45px;
  width: 45px;
  font-size: 18px;
  gap: 4px;
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}
@media (max-width: 767px) {
  .xb-nav-mobile {
    height: 40px;
    width: 40px;
  }
}
.xb-nav-mobile span {
  height: 2px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
}
.xb-nav-mobile:hover span:nth-child(odd) {
  width: 70%;
}

/*----------------------------------------*/
/*  32. preloader - Liquid Wave Style
/*----------------------------------------*/
.xb-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.xb-loader .xb-loader-inner {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 200px;
}
.xb-loader .xb-loader-logo {
  position: relative;
  width: 180px;
  margin-bottom: 25px;
}
.xb-loader .xb-loader-logo img {
  width: 100%;
  height: auto;
  display: block;
  animation: loaderLogoZoom 1.5s infinite alternate ease-in-out;
}

@keyframes loaderLogoZoom {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.1);
  }
}
.xb-footer-inner {
  padding-top: 90px;
  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);
}
.xb-footer-inner .xb-animate-line .line {
  left: -4px;
  top: 0;
}
.xb-footer-inner .xb-animate-line .line.two {
  left: auto;
  right: -4px;
}

.xb-footer-wrapper {
  padding: 69px 69px;
}
@media only screen and (max-width: 1300px) {
  .xb-footer-wrapper {
    padding: 69px 63px;
  }
}
@media (max-width: 1199px) {
  .xb-footer-wrapper {
    padding: 69px 55px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-footer-wrapper {
    padding: 69px 51px;
  }
}
@media (max-width: 991px) {
  .xb-footer-wrapper {
    padding: 67px 40px;
  }
}
@media (max-width: 767px) {
  .xb-footer-wrapper {
    padding: 0 0 67px 0;
  }
}

.xb-footer-top {
  text-align: center;
}
.xb-footer-top .sec-title {
  max-width: 796px;
  margin: 0 auto;
}
.xb-footer-top .sec-title .title {
  font-size: 70px;
}
@media (max-width: 991px) {
  .xb-footer-top .sec-title .title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .xb-footer-top .sec-title .title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-footer-top .sec-title .title {
    padding: 0 10px;
  }
}
.xb-footer-top .xb-content {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 55px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .xb-footer-top .xb-content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-footer-top .xb-content {
    padding: 0 100px;
  }
}

.xb-footer-nav {
  gap: 39px;
  margin: 73px 0 70px;
  display: inline-flex;
}
@media (max-width: 991px) {
  .xb-footer-nav {
    gap: 21px;
  }
}
@media (max-width: 767px) {
  .xb-footer-nav {
    gap: 20px;
    padding: 0 10px;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-footer-nav {
    padding: 0 30px;
  }
}
.xb-footer-nav li {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}
.xb-footer-nav li a {
  font-size: 18px;
  font-weight: 500;
  color: currentColor;
  text-transform: capitalize;
  color: var(--color-heading);
}
.xb-footer-nav li a:hover {
  color: var(--color-primary);
}
.xb-footer-nav li:not(:last-child) {
  padding-right: 39px;
}
@media (max-width: 767px) {
  .xb-footer-nav li:not(:last-child) {
    padding-right: 20px;
  }
}
.xb-footer-nav li:last-child::before,
.xb-footer-nav li:last-child::after {
  display: none;
}
.xb-footer-nav li::before,
.xb-footer-nav li::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 3px;
  left: auto;
  right: 0;
  background:
    linear-gradient(
      180deg,
      #eef7f8 0%,
      #dfd8ff 19.02%,
      #dfd8ff 87.98%,
      #f3f1ff 100%
    ),
    rgba(0, 0, 0, 0.2);
}
.xb-footer-nav li::after {
  width: 1px;
  right: 1px;
  background: white;
}

.dm-social-media-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .dm-social-media-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-social-media-wrap {
    gap: 1px 2px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.dm-social-media-wrap .xb-social-media-item {
  border: none;
  border-radius: 0;
  padding: 15px;
  z-index: 1;
  position: relative;
  background: #140f26;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .dm-social-media-wrap .xb-social-media-item {
    padding: 15px 30px;
  }
}
.dm-social-media-wrap .xb-social-media-item::before {
  position: absolute;
  content: "";
  right: 0;
  left: auto;
  height: 100%;
  width: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-secondary);
}
.dm-social-media-wrap .xb-social-media-item:not(:last-child) {
  border-right: 3px solid #fff;
}
@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 .xb-item--holder {
  gap: 10px;
}
.dm-social-media-wrap .xb-social-media-item .xb-item--icon {
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dm-social-media-wrap .xb-social-media-item .xb-item--icon svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dm-social-media-wrap .xb-social-media-item .xb-item--arrow svg rect {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dm-social-media-wrap .xb-social-media-item .xb-item--name {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .dm-social-media-wrap .xb-social-media-item .xb-item--name {
    font-size: 12px;
  }
}
.dm-social-media-wrap .xb-social-media-item:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.dm-social-media-wrap .xb-social-media-item:hover .xb-item--icon {
  color: var(--color-heading);
}
.dm-social-media-wrap .xb-social-media-item:hover .xb-item--icon svg path {
  fill: #000;
}
.dm-social-media-wrap .xb-social-media-item:hover .xb-item--arrow svg rect {
  fill: #140f26;
}
.dm-social-media-wrap .xb-social-media-item:hover .xb-item--name {
  color: var(--color-heading);
}

.xb-footer_bottom {
  padding: 25px 0 45px;
}
.xb-footer_bottom p {
  color: rgba(20, 15, 38, 0.5);
  text-transform: capitalize;
}
.xb-footer_bottom p a {
  color: currentColor;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.xb-footer_bottom p a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

.xb-contact-item {
  padding: 33px 39px 30px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--color-white);
  box-shadow: 0 4px 4px 0 #e3f5e4;
}
@media (max-width: 991px) {
  .xb-contact-item {
    padding: 33px 15px 30px 10px;
  }
}
@media (max-width: 767px) {
  .xb-contact-item {
    padding: 33px 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-item {
    padding: 33px 30px 30px;
  }
}
.xb-contact-item .xb-icon {
  gap: 10px;
}
.xb-contact-item .xb-icon img {
  max-width: 53px;
}
@media (max-width: 991px) {
  .xb-contact-item .xb-icon img {
    max-width: 40px;
  }
}
.xb-contact-item .contact-method {
  font-size: 30px;
  margin-top: 23px;
  text-align: right;
  letter-spacing: -0.03em;
}
.xb-contact-item .contact-method a {
  color: currentColor;
}
@media (max-width: 1199px) {
  .xb-contact-item .contact-method {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .xb-contact-item .contact-method {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .xb-contact-item .contact-method {
    font-size: 26px;
  }
}

.hd-footer-inner {
  padding: 301px 0 60px;
}
@media (max-width: 767px) {
  .hd-footer-inner {
    padding: 301px 0 40px;
  }
}

.xb-footer-logo {
  margin: 102px 0;
}
@media (max-width: 767px) {
  .xb-footer-logo {
    margin: 70px 0;
  }
}

.hd-footer-bottom {
  gap: 30px;
  padding: 14px 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-white);
}
@media only screen and (max-width: 1023px) {
  .hd-footer-bottom {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .hd-footer-bottom {
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .hd-footer-bottom {
    gap: 15px;
    padding: 20px;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
}
.hd-footer-bottom p {
  color: var(--color-heading);
}
.hd-footer-bottom p a {
  color: currentColor;
}

.xb-social-media {
  gap: 13px;
}
.xb-social-media li a {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #045857;
  background: #d4edd5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.xb-social-media li a:hover {
  background: var(--color-white);
  box-shadow: 0 11px 8px 0 rgba(203, 231, 205, 0.7);
}

.hd-footer-wrapper {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .hd-footer-wrapper {
    margin-bottom: 20px;
  }
}

.fs-footer-nav-wrap {
  text-align: center;
}
.fs-footer-nav-wrap .xb-footer-nav {
  margin: 0;
  position: relative;
  display: inline-flex;
  padding: 4px 6px 5px;
  background: #fbfaff;
}
@media (max-width: 991px) {
  .fs-footer-nav-wrap .xb-footer-nav {
    gap: 20px;
    padding: 4px 25px;
  }
}
@media (max-width: 767px) {
  .fs-footer-nav-wrap .xb-footer-nav {
    padding: 4px 10px;
    border-radius: 0 0 30px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-footer-nav-wrap .xb-footer-nav {
    gap: 15px;
    padding: 4px 18px;
  }
}
.fs-footer-nav-wrap .xb-footer-nav li:not(:last-child) {
  padding-right: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-footer-nav-wrap .xb-footer-nav li:not(:last-child) {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .fs-footer-nav-wrap .xb-footer-nav::before,
  .fs-footer-nav-wrap .xb-footer-nav::after {
    display: none;
  }
}

.xb-corner-shape::before,
.xb-corner-shape::after {
  position: absolute;
  content: "";
  top: 0;
  left: -81px;
  height: 100%;
  width: 81px;
  background-image: url(../img/shape/corner-shape01.png);
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .xb-corner-shape::before,
  .xb-corner-shape::after {
    left: -70px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-corner-shape::before,
  .xb-corner-shape::after {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .xb-corner-shape::before,
  .xb-corner-shape::after {
    left: -65px;
  }
}
.xb-corner-shape::after {
  position: absolute;
  content: "";
  left: auto;
  right: -81px;
  background-image: url(../img/shape/corner-shape02.png);
}
@media (max-width: 1199px) {
  .xb-corner-shape::after {
    right: -70px;
  }
}
@media only screen and (max-width: 1023px) {
  .xb-corner-shape::after {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .xb-corner-shape::after {
    right: -65px;
  }
}

.fs-widget-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-heading);
}

.fs-footer-inner {
  padding: 100px 40px;
}
@media (max-width: 1199px) {
  .fs-footer-inner {
    padding: 100px 20px;
  }
}
@media (max-width: 767px) {
  .fs-footer-inner {
    padding: 94px 15px 100px;
  }
}

@media (max-width: 1199px) {
  .fs-footer-newsletter {
    margin-right: -90px;
  }
}
@media (max-width: 991px) {
  .fs-footer-newsletter {
    margin-right: 0;
  }
}

.fs-footer-widget .xb-item--title {
  font-size: 38px;
  margin: 17px 0;
  line-height: 43px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fs-footer-widget .xb-item--title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .fs-footer-widget .xb-item--title {
    font-size: 33px;
  }
}
.fs-footer-widget .xb-item--contact {
  margin: 25px 0 35px;
}
.fs-footer-widget .xb-item--contact li {
  gap: 10px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  align-items: center;
  color: var(--color-heading);
  font-family: var(--font-heading);
}
.fs-footer-widget .xb-item--contact li a {
  color: currentColor;
}
.fs-footer-widget .xb-item--contact li span {
  height: 38px;
  width: 38px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  box-shadow:
    0 44px 18px -4px rgba(13, 23, 56, 0.04),
    0 26px 10px -4px rgba(13, 23, 56, 0.06),
    0 16px 6px -3px rgba(13, 23, 56, 0.07),
    0 10px 4px -3px rgba(13, 23, 56, 0.08),
    0 6px 2px -2px rgba(13, 23, 56, 0.08),
    0 3px 1px -1px rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09);
}
.fs-footer-widget .xb-item--contact li:nth-child(2) span {
  box-shadow:
    0 44px 18px -4px rgba(11, 60, 22, 0.04),
    0 26px 10px -4px rgba(11, 60, 22, 0.06),
    0 16px 6px -3px rgba(11, 60, 22, 0.07),
    0 10px 4px -3px rgba(11, 60, 22, 0.08),
    0 6px 2px -2px rgba(11, 60, 22, 0.08),
    0 3px 1px -1px rgba(11, 60, 22, 0.09),
    0 1px 1px -1px rgba(11, 60, 22, 0.09);
}
.fs-footer-widget .xb-item--contact li:not(:last-child) {
  margin-bottom: 17px;
}
.fs-footer-widget .xb-item--input {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow:
    0 44px 18px -4px rgba(13, 23, 56, 0.04),
    0 26px 10px -4px rgba(13, 23, 56, 0.06),
    0 16px 6px -3px rgba(13, 23, 56, 0.07),
    0 10px 4px -3px rgba(13, 23, 56, 0.08),
    0 6px 2px -2px rgba(13, 23, 56, 0.08),
    0 3px 1px -1px rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09),
    0 0 0 1px #e9e5ff,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-footer-widget .xb-item--input {
    display: inline-block;
  }
}
.fs-footer-widget .xb-item--input input {
  height: 50px;
  padding: 10px 55px 10px 20px;
  background: var(--color-white);
}
.fs-footer-widget .xb-item--input input::placeholder {
  color: #5d6a83;
}
.fs-footer-widget .xb-item--input a {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-primary);
}

.fs-footer-scanner {
  text-align: center;
}
@media (max-width: 1199px) {
  .fs-footer-scanner {
    text-align: end;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .fs-footer-scanner {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .fs-footer-scanner {
    text-align: start;
  }
}
.fs-footer-scanner .xb-item--inner {
  height: 100%;
  max-width: 191px;
  text-align: center;
  display: inline-block;
  padding: 15px 25px 20px;
  border: 1px solid #fff;
  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.05);
  box-shadow:
    0 44px 18px -4px rgba(13, 23, 56, 0.04),
    0 26px 10px -4px rgba(13, 23, 56, 0.06),
    0 16px 6px -3px rgba(13, 23, 56, 0.07),
    0 10px 4px -3px rgba(13, 23, 56, 0.08),
    0 6px 2px -2px rgba(13, 23, 56, 0.08),
    0 3px 1px -1px rgba(13, 23, 56, 0.09),
    0 1px 1px -1px rgba(13, 23, 56, 0.09);
}
.fs-footer-scanner .xb-item--text {
  display: block;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
  color: var(--color-heading);
}
.fs-footer-scanner .xb-item--social {
  gap: 15px;
  margin-top: 13px;
  justify-content: center;
}
.fs-footer-scanner .xb-item--social li a {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #0d1738;
  color: var(--color-white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
}
.fs-footer-scanner .xb-item--social li a:hover {
  background: #045786;
  color: var(--color-white);
  transform: translateY(-2px);
}
.fs-footer-scanner .xb-item--social li:nth-child(2) a {
  font-size: 19px;
}

.fs-social-media-item {
  background: transparent !important;
  border-top: 1px solid var(--color-border) !important;
  border-bottom: 1px solid var(--color-border) !important;
}
@media (max-width: 767px) {
  .fs-social-media-item {
    padding: 15px 15px !important;
    border-top: none !important;
  }
}
.fs-social-media-item:not(:last-child) {
  border-right: 1px solid var(--color-border) !important;
}
@media (max-width: 767px) {
  .fs-social-media-item:not(:last-child) {
    border-right: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-social-media-item:not(:last-child) {
    border-right: 1px solid var(--color-border) !important;
  }
}
.fs-social-media-item::before {
  display: none;
}
.fs-social-media-item .xb-item--name {
  color: var(--color-heading) !important;
}
.fs-social-media-item .xb-item--icon {
  color: var(--color-heading) !important;
}
.fs-social-media-item .xb-item--icon svg path {
  fill: var(--color-heading);
}
.fs-social-media-item .xb-item--arrow svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fs-social-media-item:hover .xb-item--name {
  color: var(--color-primary) !important;
}
.fs-social-media-item:hover .xb-item--icon {
  color: var(--color-primary) !important;
}
.fs-social-media-item:hover .xb-item--icon svg path {
  fill: var(--color-primary) !important;
}
.fs-social-media-item:hover .xb-item--arrow svg {
  transform: rotate(45deg);
}
.fs-social-media-item:hover .xb-item--arrow svg path {
  fill: var(--color-primary) !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-social-midea-warap {
    gap: 0;
  }
}

.fs-footer_bottom {
  padding: 30px 20px 35px;
}
@media (max-width: 767px) {
  .fs-footer_bottom {
    gap: 5px;
    text-align: center;
    justify-content: center;
  }
}

.as-footer-wrapper {
  padding: 2px;
  margin: 0 30px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(148, 81, 245, 0.5);
}
@media (max-width: 767px) {
  .as-footer-wrapper {
    margin: 0 10px 0;
  }
}
.as-footer-wrapper::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 2px;
  height: 99.5%;
  width: 99.8%;
  border-radius: inherit;
  background: var(--color-black);
}
@media (max-width: 991px) {
  .as-footer-wrapper::before {
    width: 99.5%;
  }
}
@media (max-width: 767px) {
  .as-footer-wrapper::before {
    width: 99%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-footer-wrapper::before {
    width: 99.2%;
  }
}
.as-footer-wrapper .as-blur-shape .shape {
  z-index: -2;
  width: 75px;
  height: 575px;
  position: absolute;
  border-radius: 100%;
  background: #9654f4;
  filter: blur(50px);
}
.as-footer-wrapper .as-blur-shape .shape--1 {
  left: 0;
  bottom: -172px;
}
.as-footer-wrapper .as-blur-shape .shape--2 {
  top: -268px;
  right: -20px;
}

.as-footer-inner {
  padding: 48px 0 55px;
  background: transparent;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-footer-inner {
    padding: 48px 10px 55px;
  }
}

.as-footer-newsletter .xb-item--title {
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--color-white);
}
.as-footer-newsletter .xb-item--input_field {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .as-footer-newsletter .xb-item--input_field {
    flex-wrap: wrap;
  }
}
.as-footer-newsletter .xb-item--input_field input {
  width: 343px;
  height: 60px;
  font-size: 16px;
  padding: 10px 25px;
  background: #0d0d0d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border: 1px solid rgba(55, 48, 64, 0.5);
  box-shadow: 0 0 4px 0 rgba(148, 81, 245, 0.3);
}
@media (max-width: 1199px) {
  .as-footer-newsletter .xb-item--input_field input {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .as-footer-newsletter .xb-item--input_field input {
    width: 343px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-footer-newsletter .xb-item--input_field input {
    width: 320px;
  }
}
.as-footer-newsletter .xb-item--input_field input::placeholder {
  color: #3b3b3b;
}
.as-footer-newsletter .xb-item--input_field input:focus {
  border: 1px solid var(--color-primary);
}
.as-footer-newsletter .xb-item--input_field a {
  font-size: 18px;
  font-weight: 700;
  color: #2f1257;
  padding: 17px 29px;
  display: inline-block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-white);
  font-family: var(--font-heading);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.as-footer-newsletter .xb-item--input_field a:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
.as-footer-newsletter .xb-social-media {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .as-footer-newsletter .xb-social-media {
    margin-top: 50px;
  }
}
.as-footer-newsletter .xb-social-media li a {
  background: #202020;
  color: var(--color-white);
}
.as-footer-newsletter .xb-social-media li a svg path {
  fill: var(--color-white);
}
.as-footer-newsletter .xb-social-media li a:hover {
  box-shadow: none;
  background: var(--color-primary);
}

.as-footer-widget .widget-list li:not(:last-child) {
  margin-bottom: 13px;
}
.as-footer-widget .widget-list li a {
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
}
.as-footer-widget .widget-list li a:hover {
  color: white;
}

.footer-widget-title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 24px;
  color: var(--color-white);
}

.as-footer-widget-wrap {
  gap: 108px;
  display: grid;
  margin-left: 83px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .as-footer-widget-wrap {
    gap: 90px;
    margin-left: 60px;
  }
}
@media (max-width: 1199px) {
  .as-footer-widget-wrap {
    gap: 60px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .as-footer-widget-wrap {
    gap: 30px;
  }
}

.as-footer-bottom {
  margin-top: 84px;
  padding: 23px 50px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 991px) {
  .as-footer-bottom {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .as-footer-bottom {
    gap: 0px;
    margin-top: 50px;
    padding: 23px 20px;
  }
}
.as-footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.ab-footer-newsletter .xb-item--input_field input {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0d1738;
}
.ab-footer-newsletter .xb-item--input_field input::placeholder {
  color: rgba(255, 255, 255, 0.41);
}
.ab-footer-newsletter .xb-social-media li a {
  background: #192342;
}

.team-contact-item {
  border-radius: 15px;
  box-shadow: none;
}

/* ==========================================================================
   SCHOOL MANAGEMENT CRM LANDING PAGE ENHANCEMENTS
   ========================================================================== */

/* Hero Compact Benefit Row */
.hero-benefits-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.hero-benefit-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.25s ease;
}
.hero-benefit-pill i {
  color: #38bdf8;
  font-size: 14px;
}
.hero-benefit-pill:hover {
  background: rgba(4, 87, 134, 0.4);
  border-color: #38bdf8;
  transform: translateY(-2px);
}

/* Problem Cards Upgrade (Problem vs Benefit) */
/* Unique Modern Problem vs Solution Card System */
.problem-card-upgrade {
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(4, 87, 134, 0.12);
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 10px 30px rgba(0, 7, 13, 0.04);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.problem-card-upgrade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ef4444 0%, #045786 50%, #0891b2 100%);
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.problem-card-upgrade:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(8, 145, 178, 0.16);
  border-color: rgba(8, 145, 178, 0.4);
}

.problem-card-upgrade:hover::before {
  opacity: 1;
}

.problem-card-upgrade .problem-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.problem-card-upgrade .head-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.problem-card-upgrade .problem-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #045786 0%, #0891b2 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(4, 87, 134, 0.22);
  transition: transform 0.3s ease;
}

.problem-card-upgrade:hover .problem-icon {
  transform: scale(1.08) rotate(4deg);
}

.problem-card-upgrade .problem-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.problem-card-upgrade .card-num-badge {
  font-size: 12px;
  font-weight: 800;
  font-family: var(--xb-font-heading, sans-serif);
  color: #045786;
  background: rgba(4, 87, 134, 0.08);
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(4, 87, 134, 0.15);
}

.problem-card-upgrade .problem-box {
  background: linear-gradient(
    135deg,
    rgba(254, 242, 242, 0.85) 0%,
    rgba(254, 226, 226, 0.5) 100%
  );
  border: 1px dashed rgba(239, 68, 68, 0.35);
  border-left: 4px solid #ef4444;
  padding: 13px 15px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.problem-card-upgrade .problem-box p {
  margin: 0;
  font-size: 13.5px;
  color: #7f1d1d;
  line-height: 1.55;
  font-weight: 500;
}

.problem-card-upgrade .problem-box p i {
  color: #dc2626;
  font-size: 14px;
}

.problem-card-upgrade .problem-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 6px 0 10px 0;
  color: #0891b2;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.85;
}

.problem-card-upgrade .benefit-box {
  background: linear-gradient(
    135deg,
    rgba(240, 253, 244, 0.9) 0%,
    rgba(220, 252, 231, 0.6) 100%
  );
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-left: 4px solid #16a34a;
  padding: 13px 15px;
  border-radius: 12px;
  margin-top: auto;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.05);
}

.problem-card-upgrade .benefit-box p {
  margin: 0;
  font-size: 13.5px;
  color: #14532d;
  line-height: 1.55;
  font-weight: 600;
}

.problem-card-upgrade .benefit-box p i {
  color: #16a34a;
  font-size: 14px;
}

.problem-card-upgrade .benefit-box strong {
  color: #065f46;
  font-weight: 700;
}

/* Solution 10 Grid Cards */
.solution-card-10 {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.solution-card-10:hover {
  border-color: var(--color-primary, #045786);
  box-shadow: 0 10px 25px rgba(4, 87, 134, 0.1);
  transform: translateY(-3px);
}
.solution-card-10 .icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(4, 87, 134, 0.1),
    rgba(8, 145, 178, 0.1)
  );
  color: var(--color-primary, #045786);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.solution-card-10 h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.solution-card-10 .what-it-does {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 14px;
}
.solution-card-10 .benefit-tag {
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
  padding-top: 10px;
  margin-top: auto;
  font-size: 12.5px;
  color: var(--color-primary, #045786);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Exam Management Flow */
.exam-pipeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(240, 249, 255, 0.95)
  );
  border: 1.5px solid rgba(4, 87, 134, 0.2);
  padding: 32px 28px;
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow:
    0 10px 30px rgba(4, 87, 134, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.exam-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 110px;
  cursor: default;
}
.exam-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #045786, #0891b2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 12px;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 20px rgba(4, 87, 134, 0.25);
  transition: all 0.3s ease;
}
.exam-step-item:hover .exam-step-icon {
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 12px 25px rgba(8, 145, 178, 0.35);
}
.exam-step-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.exam-arrow {
  color: #0891b2;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.8;
  transition: transform 0.2s ease;
}
.exam-arrow i {
  filter: drop-shadow(0 2px 4px rgba(8, 145, 178, 0.2));
}
@media (max-width: 768px) {
  .exam-pipeline {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .exam-arrow {
    transform: rotate(90deg);
    text-align: center;
    margin: 4px 0;
  }
}

/* Exam Capability Pills / Unique Cards */
.exam-caps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}
.exam-cap-pill {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.exam-cap-pill .cap-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: rgba(4, 87, 134, 0.08);
  color: var(--color-primary, #045786);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.exam-cap-pill:hover {
  border-color: var(--color-primary, #045786);
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(4, 87, 134, 0.12);
}
.exam-cap-pill:hover .cap-icon {
  background: linear-gradient(135deg, #045786, #0891b2);
  color: #ffffff;
  transform: scale(1.08) rotate(3deg);
}

/* Attendance & Monitoring Pipeline */
.monitoring-flow-container {
  background: linear-gradient(135deg, #032b45 0%, #045786 50%, #0891b2 100%);
  border: 1.5px solid rgba(56, 189, 248, 0.3);
  border-radius: 24px;
  padding: 42px 32px;
  color: #ffffff;
  margin-bottom: 35px;
  box-shadow:
    0 16px 40px rgba(4, 87, 134, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
}
.monitoring-inputs-bar {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.input-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: default;
}
.input-badge i {
  color: #38bdf8;
  font-size: 15px;
  transition: color 0.3s ease;
}
.input-badge:hover {
  background: #ffffff;
  color: #045786;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.input-badge:hover i {
  color: #045786;
}
.monitoring-pipeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.m-step {
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  flex: 1;
  min-width: 140px;
  transition: all 0.3s ease;
}
.m-step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: #045786;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.m-step:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
.m-step h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px 0;
}
.m-step p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

/* Attendance Outcome Cards */
.attendance-outcome-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.attendance-outcome-card .outcome-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(4, 87, 134, 0.08);
  color: var(--color-primary, #045786);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  transition: all 0.3s ease;
}
.attendance-outcome-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary, #045786);
  box-shadow: 0 12px 28px rgba(4, 87, 134, 0.14);
}
.attendance-outcome-card:hover .outcome-icon-box {
  background: linear-gradient(135deg, #045786, #0891b2);
  color: #ffffff;
  transform: scale(1.1) rotate(4deg);
}
.attendance-outcome-card .outcome-label {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

/* Stakeholder Benefit Cards */
.stakeholder-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.stakeholder-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-primary, #045786);
  box-shadow: 0 12px 30px rgba(4, 87, 134, 0.1);
}
.stakeholder-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.stakeholder-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--color-primary, #045786);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.stakeholder-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.stakeholder-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.stakeholder-list li {
  font-size: 13px;
  color: #475569;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.stakeholder-list li i {
  color: #22c55e;
  font-size: 12px;
}
.stakeholder-outcome {
  background: #f8fafc;
  border-top: 1px dashed #cbd5e1;
  padding-top: 12px;
  margin-top: auto;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-primary, #045786);
}

/* Subscription Pricing Cards */
.pricing-card-v2 {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}
.pricing-card-v2.popular {
  border: 2px solid var(--color-primary, #045786);
  box-shadow: 0 12px 35px rgba(4, 87, 134, 0.15);
  transform: scale(1.03);
}
.pricing-badge {
  position: absolute;
  top: -14px;
  right: 20px;
  background: var(--color-primary, #045786);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pricing-card-v2 .plan-name {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
}
.pricing-card-v2 .plan-sub {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 16px;
}
.pricing-card-v2 .plan-price {
  font-size: 32px;
  font-weight: 800;
  color: var(--color-primary, #045786);
  margin-bottom: 4px;
}
.pricing-card-v2 .plan-price span {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
}
.pricing-card-v2 .modules-count {
  display: inline-block;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 18px;
}
.pricing-card-v2 .best-for {
  font-size: 12.5px;
  color: #475569;
  line-height: 1.4;
  margin-bottom: 20px;
  min-height: 36px;
}

/* Outcome Cards */
.outcome-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: all 0.25s ease;
}
.outcome-card:hover {
  border-color: var(--color-primary, #045786);
  box-shadow: 0 8px 20px rgba(4, 87, 134, 0.08);
  transform: translateY(-2px);
}
.outcome-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f0fdf4;
  color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.outcome-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
}
.outcome-content p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

/*# sourceMappingURL=main.css.map */
/* =========================================
   CHALLENGES & SOLUTIONS
========================================= */

.cs-flow-section {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

/* HEADING */

.cs-flow-heading {
  text-align: center;
  margin-bottom: 60px;
}

.cs-flow-heading > span {
  display: block;
  margin-bottom: 12px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #7a8790;
}

.cs-flow-heading h2 {
  margin: 0;

  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;

  color: #26333d;
}

.cs-flow-heading h2 em {
  font-style: normal;
  color: #2c9c68;
}

/* MAIN GRID */

.cs-flow-grid {
  position: relative;

  display: grid;
  grid-template-columns: 1fr 100px 1fr;

  gap: 35px;
  align-items: center;

  max-width: 1250px;
  margin: auto;
}

/* SIDES */

.cs-flow-side {
  min-width: 0;
}

/* =====================================
   CREATIVE VISUAL AREA
===================================== */

.flow-visual {
  position: relative;

  width: 100%;
  height: 190px;

  margin-bottom: 25px;

  overflow: hidden;
}

/* =====================================
   CHALLENGE - TANGLED FLOW
===================================== */

.challenge-visual {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 95, 95, 0.12),
      transparent 35%
    ),
    radial-gradient(circle at 75% 70%, rgba(255, 135, 90, 0.1), transparent 40%);
}

.flow-line {
  position: absolute;

  width: 120%;
  height: 65px;

  border-top: 2px solid rgba(255, 80, 80, 0.65);

  border-radius: 50%;

  left: -10%;

  animation: tangledMove 5s ease-in-out infinite;
}

.line-one {
  top: 15px;
  transform: rotate(12deg);
}

.line-two {
  top: 55px;
  transform: rotate(-15deg);
  animation-delay: 0.5s;
}

.line-three {
  top: 90px;
  transform: rotate(10deg);
  animation-delay: 1s;
}

.line-four {
  top: 120px;
  transform: rotate(-8deg);
  animation-delay: 1.5s;
}

.line-five {
  top: 45px;
  transform: rotate(22deg);
  animation-delay: 2s;
}

@keyframes tangledMove {
  0%,
  100% {
    margin-left: 0;
    opacity: 0.5;
  }

  50% {
    margin-left: -25px;
    opacity: 1;
  }
}

/* CHALLENGE FLOATING ORBS */

.flow-orb {
  position: absolute;

  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: #ff5959;

  box-shadow: 0 0 20px rgba(255, 89, 89, 0.45);

  animation: orbFloat 4s ease-in-out infinite;
}

.orb-one {
  top: 30px;
  left: 22%;
}

.orb-two {
  top: 105px;
  right: 18%;
  animation-delay: 1s;
}

.orb-three {
  bottom: 20px;
  left: 52%;
  animation-delay: 2s;
}

@keyframes orbFloat {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(15px, -15px);
  }
}

/* =====================================
   SOLUTION - SMOOTH FLOW
===================================== */

.solution-visual {
  background: radial-gradient(
    circle at 50% 50%,
    rgba(65, 190, 125, 0.13),
    transparent 55%
  );
}

.smooth-line {
  position: absolute;

  width: 110%;
  height: 60px;

  left: -5%;

  border-top: 2px solid rgba(47, 180, 106, 0.75);

  border-radius: 50%;

  animation: smoothFlow 4s linear infinite;
}

.smooth-one {
  top: 35px;
}

.smooth-two {
  top: 75px;
  animation-delay: 0.7s;
}

.smooth-three {
  top: 115px;
  animation-delay: 1.4s;
}

@keyframes smoothFlow {
  0% {
    transform: translateX(-20px);
    opacity: 0.45;
  }

  50% {
    opacity: 1;
  }

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

/* SOLUTION DOTS */

.smooth-dot {
  position: absolute;

  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #32b76a;

  box-shadow: 0 0 16px rgba(50, 183, 106, 0.45);

  animation: dotTravel 3s linear infinite;
}

.dot-one {
  top: 47px;
}

.dot-two {
  top: 87px;
  animation-delay: 1s;
}

.dot-three {
  top: 127px;
  animation-delay: 2s;
}

@keyframes dotTravel {
  from {
    left: 5%;
  }

  to {
    left: 95%;
  }
}

/* =====================================
   CONTENT
===================================== */

.flow-content {
  position: relative;
}

.flow-title {
  margin-bottom: 20px;
}

.flow-label {
  display: block;

  margin-bottom: 8px;

  font-size: 13px;
  font-weight: 600;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #7d8992;
}

.flow-title h3 {
  margin: 0;

  font-size: 28px;
  line-height: 1.25;

  color: #27333c;
}

/* =====================================
   COMPACT LIST
===================================== */

.compact-flow-list {
  display: flex;
  flex-wrap: wrap;

  gap: 9px 10px;
}

.compact-flow-list span {
  display: inline-flex;

  align-items: center;

  padding: 8px 13px;

  border-radius: 30px;

  font-size: 13px;
  font-weight: 500;

  color: #5b646c;

  background: #f6f7f8;

  border: 1px solid #ebedef;
}

/* CHALLENGE LIST */

.challenge-flow-side .compact-flow-list span {
  background: rgba(255, 90, 90, 0.05);
  border-color: rgba(255, 90, 90, 0.14);
}

/* SOLUTION LIST */

.solution-list span {
  background: rgba(50, 183, 106, 0.06);
  border-color: rgba(50, 183, 106, 0.18);

  color: #347151;
}

/* =====================================
   TRANSITION
===================================== */

.flow-transition {
  position: relative;

  height: 100%;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 12px;
}

.transition-line {
  position: absolute;

  width: 1px;
  height: 100%;

  background: linear-gradient(to bottom, transparent, #dfe4e7, transparent);
}

.transition-arrow {
  position: relative;
  z-index: 2;

  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff;

  border: 1px solid #e6eaec;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.transition-arrow span {
  font-size: 28px;
  color: #32b76a;

  animation: arrowMove 1.5s ease-in-out infinite;
}

.flow-transition small {
  position: relative;
  z-index: 2;

  padding: 4px 8px;

  background: #fff;

  color: #849099;

  font-size: 11px;
}

@keyframes arrowMove {
  0%,
  100% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(4px);
  }
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991px) {
  .cs-flow-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

  .flow-transition {
    height: 70px;
  }

  .transition-line {
    width: 100%;
    height: 1px;
  }

  .transition-arrow {
    transform: rotate(90deg);
  }

  .cs-flow-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .cs-flow-section {
    padding: 70px 0;
  }

  .cs-flow-heading {
    margin-bottom: 40px;
  }

  .cs-flow-heading h2 {
    font-size: 30px;
  }

  .flow-visual {
    height: 160px;
  }

  .flow-title h3 {
    font-size: 23px;
  }
}

/* =========================================
   REAL-TIME MONITORING - COMPACT VISUALS
========================================= */

/* Overall visual section */

.light_green .xb-item--marquee_wrap {
  margin-top: 10px;
  height: 250px;
  overflow: hidden;
}

/* Both moving logo rows */

.light_green .xb-item--marquee {
  gap: 25px;
}

/* All floating images / logos */

.light_green .xb-item--marquee .xb-logo {
  flex: 0 0 auto;
}

/* Make all SVG images smaller */

.light_green .xb-item--marquee .xb-logo img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

/* Center server/dashboard image */

.light_green .xb-item--card {
  width: 160px;
  flex-shrink: 0;
}

.light_green .xb-item--card img {
  width: 100%;
  height: auto;
  max-height: 145px;
  object-fit: contain;
}

/* Reduce space between the two marquee areas */

.light_green .xb-item--marquee_inner {
  min-height: 220px;
  gap: 15px;
}

/* Bottom circle area ko compact karo */

.light_green .xb-item--logo {
  transform: scale(0.75);
  transform-origin: bottom center;

  margin-top: -30px;
}

/* Decorative shapes smaller */

.light_green .xb-item--logo .shape {
  transform: scale(0.8);
}

/* Top content ka unnecessary gap reduce */

.light_green .xb-item--top {
  margin-bottom: 20px !important;
}

/* =========================================
   REAL-TIME MONITORING - NEW UI
========================================= */

.monitoring-card {
  position: relative;
  overflow: hidden;
  min-height: 510px;
}

/* Main visual area */

.monitoring-card .monitoring-visual {
  position: relative;
  height: 260px;
  margin-top: 10px;
}

/* Center system */

.monitor-center {
  position: absolute;

  width: 100px;
  height: 100px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 3;
}

.monitor-center::before {
  content: "";

  position: absolute;

  width: 125px;
  height: 125px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.28);

  animation: monitorPulse 3s ease-in-out infinite;
}

.monitor-center img {
  width: 90px;
  height: 90px;

  object-fit: contain;

  position: relative;

  z-index: 2;

  animation: centerFloat 4s ease-in-out infinite;
}

/* Monitoring nodes */

.monitor-node {
  position: absolute;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
}

.monitor-node img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

/* Node positions */

.node-1 {
  left: 5%;
  top: 8%;

  animation: floatOne 4s ease-in-out infinite;
}

.node-2 {
  right: 5%;
  top: 8%;

  animation: floatTwo 4.5s ease-in-out infinite;
}

.node-3 {
  left: 8%;
  bottom: 10%;

  animation: floatThree 5s ease-in-out infinite;
}

.node-4 {
  right: 8%;
  bottom: 10%;

  animation: floatFour 4.2s ease-in-out infinite;
}

/* Connection lines */

.monitor-line {
  position: absolute;

  height: 1px;

  background: rgba(255, 255, 255, 0.35);

  transform-origin: left center;

  z-index: 1;
}

/* Left top connection */

.line-1 {
  width: 110px;

  left: 23%;
  top: 30%;

  transform: rotate(25deg);
}

/* Right top connection */

.line-2 {
  width: 110px;

  right: 23%;
  top: 30%;

  transform: rotate(-25deg);
}

/* Left bottom connection */

.line-3 {
  width: 105px;

  left: 25%;
  bottom: 29%;

  transform: rotate(-25deg);
}

/* Right bottom connection */

.line-4 {
  width: 105px;

  right: 25%;
  bottom: 29%;

  transform: rotate(25deg);
}

/* Bottom server */

.monitor-server {
  display: flex;

  justify-content: center;

  margin-top: -5px;
}

.monitor-server img {
  width: 60px;
  height: auto;

  object-fit: contain;

  animation: serverFloat 4s ease-in-out infinite;
}

/* Animations */

@keyframes centerFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes monitorPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.8;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@keyframes floatOne {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -10px);
  }
}

@keyframes floatTwo {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 9px);
  }
}

@keyframes floatThree {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-5px, -8px);
  }
}

@keyframes floatFour {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, -8px);
  }
}

@keyframes serverFloat {
  0%,
  100% {
    transform: translateY(0);
  }

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

/* Hover */

.monitor-node:hover {
  transform: scale(1.12);
}

.trinox-action-slider {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
}

.trinox-action-slider .swiper-wrapper {
    align-items: stretch;
}

.trinox-action-slider .swiper-slide {
    height: auto;
    box-sizing: border-box;
}


/* Desktop - 3 cards properly fit */
@media (min-width: 1200px) {
    .trinox-action-slider .swiper-slide {
        width: calc((100% - 40px) / 3) !important;
    }
}


/* Tablet - 2 cards */
@media (min-width: 768px) and (max-width: 1199px) {
    .trinox-action-slider .swiper-slide {
        width: calc((100% - 20px) / 2) !important;
    }
}


/* Mobile */
@media (max-width: 767px) {
    .trinox-action-slider {
        padding: 0 10px;
    }

    .trinox-action-slider .swiper-slide {
        width: 100% !important;
    }
}


/* Cards */

.trinox-action-card {
    min-height: 360px;

    padding: 28px 28px 25px;

    border-radius: 22px;

    display: flex;
    flex-direction: column;

    border: 1px solid rgba(40, 50, 70, 0.06);

    transition: transform 0.35s ease,
                box-shadow 0.35s ease;
}

.trinox-action-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(35, 45, 70, 0.08);
}


/* Different, more professional colors */

.trinox-card-01 {
    background: #eef7f5;
}

.trinox-card-02 {
    background: #f3f1fb;
}

.trinox-card-03 {
    background: #f4f7fa;
}

.trinox-card-04 {
    background: #f8f4ee;
}

.trinox-card-05 {
    background: #eef4f8;
}


/* Icon */

.trinox-action-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border-radius: 50%;

    margin-bottom: 25px;

    box-shadow:
        0 5px 15px rgba(30, 40, 60, 0.05);
}

.trinox-action-icon img {
    width: 34px;
    height: 34px;

    object-fit: contain;
}


/* Content */

.trinox-action-content {
    flex: 1;

    display: flex;
    flex-direction: column;
}

.trinox-action-content h3 {
    margin: 0 0 12px;

    font-size: 23px;
    line-height: 1.35;

    font-weight: 600;

    color: #171b22;
}

.trinox-action-content p {
    margin: 0;

    font-size: 15px;
    line-height: 1.6;

    color: #657080;
}


/* Link */

.trinox-action-link {
    margin-top: auto;
    padding-top: 25px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    width: fit-content;

    font-size: 15px;
    font-weight: 500;

    color: #1769aa;

    text-decoration: none;
}

.trinox-action-link span {
    font-size: 20px;

    transition: transform 0.3s ease;
}

.trinox-action-link:hover span {
    transform: translateX(5px);
}


/* Desktop - 3 cards */

@media (min-width: 1200px) {

    .trinox-action-slider .swiper-slide {
        width: calc((100% - 40px) / 3);
    }

}


/* Tablet - 2 cards */

@media (min-width: 768px) and (max-width: 1199px) {

    .trinox-action-slider .swiper-slide {
        width: calc((100% - 20px) / 2);
    }

}


/* Mobile - 1 card */

@media (max-width: 767px) {

    .trinox-action-top {
        padding: 0 10px;
    }

    .trinox-action-slider {
        padding: 0 10px;
    }

    .trinox-action-slider .swiper-slide {
        width: 85%;
    }

    .trinox-action-card {
        min-height: 320px;
        padding: 24px;
    }

    .trinox-action-content h3 {
        font-size: 20px;
    }

}

/* ==========================================
   TRINOX FAQ
   UNIQUE CLASSES
========================================== */

.trinox-faq-section {
    position: relative;
}

.trinox-faq-wrapper {
    padding: 0 20px;
}


/* LEFT */

.trinox-faq-intro {
    padding-right: 60px;
}

.trinox-faq-label {
    display: inline-flex;
    align-items: center;

    padding: 7px 14px;

    margin-bottom: 20px;

    border-radius: 30px;

    background: #f1f4f7;

    color: #17658c;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trinox-faq-title {
    margin: 0 0 18px;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 600;

    color: #111820;
}

.trinox-faq-description {
    max-width: 480px;

    margin: 0;

    font-size: 17px;
    line-height: 1.7;

    color: #687888;
}


/* VISUAL */

.trinox-faq-visual {
    position: relative;

    height: 220px;

    margin-top: 55px;

    border-radius: 24px;

    overflow: hidden;

    background: #f2f6f8;
}

.trinox-faq-circle {
    position: absolute;

    border-radius: 50%;
}

.trinox-faq-circle-1 {
    width: 210px;
    height: 210px;

    right: -50px;
    bottom: -100px;

    background: #dceff0;
}

.trinox-faq-circle-2 {
    width: 130px;
    height: 130px;

    left: -45px;
    top: -55px;

    background: #e8edf4;
}


/* Help card */

.trinox-faq-card {
    position: absolute;

    left: 35px;
    bottom: 30px;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 17px 22px;

    border-radius: 14px;

    background: #ffffff;

    box-shadow: 0 12px 30px rgba(35, 55, 70, 0.08);
}

.trinox-faq-card-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e9f4f5;

    color: #17658c;

    font-size: 22px;
    font-weight: 600;
}

.trinox-faq-card strong,
.trinox-faq-card small {
    display: block;
}

.trinox-faq-card strong {
    margin-bottom: 3px;

    font-size: 15px;
    color: #17202a;
}

.trinox-faq-card small {
    font-size: 12px;
    color: #788692;
}


/* ==========================================
   FAQ LIST
========================================== */

.trinox-faq-list {
    padding-left: 25px;
}

.trinox-faq-item {
    margin-bottom: 14px;

    border: 1px solid #e4e9ed;

    border-radius: 16px;

    background: #ffffff;

    overflow: hidden;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.trinox-faq-item.active {
    border-color: #d7e3e7;

    box-shadow:
        0 12px 30px rgba(30, 50, 65, 0.06);
}


/* Question */

.trinox-faq-question {
    width: 100%;

    min-height: 72px;

    padding: 20px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border: 0;
    outline: none;

    background: transparent;

    text-align: left;

    cursor: pointer;

    font-family: inherit;

    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;

    color: #17202a;
}


/* Arrow */

.trinox-faq-arrow {
    position: relative;

    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    border-radius: 50%;

    background: #f1f5f7;
}

.trinox-faq-arrow::before,
.trinox-faq-arrow::after {
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    width: 11px;
    height: 1.5px;

    background: #456170;

    transform: translate(-50%, -50%);

    transition: transform 0.3s ease;
}

.trinox-faq-arrow::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


/* Active arrow */

.trinox-faq-item.active .trinox-faq-arrow {
    background: #17658c;
}

.trinox-faq-item.active .trinox-faq-arrow::before,
.trinox-faq-item.active .trinox-faq-arrow::after {
    background: #ffffff;
}

.trinox-faq-item.active .trinox-faq-arrow::after {
    transform:
        translate(-50%, -50%)
        rotate(0deg);
}


/* Answer */

.trinox-faq-answer {
    display: none;

    padding: 0 70px 24px 24px;
}

.trinox-faq-answer {
    display: none;
    padding: 0 70px 24px 24px;
}

.trinox-faq-answer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #687888;
}

.trinox-faq-answer p {
    margin: 0;

    font-size: 15px;
    line-height: 1.7;

    color: #687888;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .trinox-faq-intro {
        padding-right: 0;
    }

    .trinox-faq-list {
        padding-left: 0;
        margin-top: 50px;
    }

    .trinox-faq-title {
        font-size: 40px;
    }

}


@media (max-width: 767px) {

    .trinox-faq-wrapper {
        padding: 0 10px;
    }

    .trinox-faq-title {
        font-size: 34px;
    }

    .trinox-faq-description {
        font-size: 15px;
    }

    .trinox-faq-visual {
        height: 180px;
        margin-top: 35px;
    }

    .trinox-faq-question {
        min-height: 65px;

        padding: 17px 18px;

        font-size: 16px;
    }

    .trinox-faq-answer {
        padding: 0 18px 20px;
    }

}
/* =========================================
   TRINOX PROCESS SECTION
========================================= */

.trinox-process-section {
    position: relative;
}

.trinox-process-wrapper {
    padding: 0 20px;
}

/* =========================================
   HEADING
========================================= */

.trinox-process-heading {
    max-width: 760px;
    margin: 0 auto 50px;
}

.trinox-process-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 30px;
    background: #eef5f7;
    color: #17658c;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.trinox-process-title {
    margin: 0 0 15px;
    color: #111820;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;
}

.trinox-process-subtitle {
    max-width: 650px;
    margin: 0 auto;
    color: #6b7d8b;
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================
   LEFT STEPS
========================================= */

.trinox-process-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-right: 20px;
}

.trinox-process-step {
    position: relative;
    padding: 22px 25px;
    border: 1px solid #e3e9ed;
    border-radius: 17px;
    background: #ffffff;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.trinox-process-step:hover {
    transform: translateY(-2px);
    border-color: #cbdde3;
    box-shadow: 0 12px 30px rgba(31, 55, 70, 0.07);
}

/* ACTIVE STEP */

.trinox-process-step.active {
    border-color: #d1e0e5;
    background: #f5f9fa;
    box-shadow: 0 12px 30px rgba(31, 55, 70, 0.08);
}


/* TOP */

.trinox-process-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}


/* ICON */

.trinox-process-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(40, 60, 70, 0.08);
}

.trinox-process-icon img {
    width: 25px;
    height: 25px;
}


/* NUMBER */

.trinox-process-number {
    font-size: 12px;
    font-weight: 600;
    color: #8b9ba5;
    letter-spacing: 1px;
}


/* CONTENT */

.trinox-process-step-content h3 {
    margin: 0 0 7px;
    color: #111820;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

.trinox-process-step-content p {
    max-width: 570px;
    margin: 0;
    color: #687b89;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.trinox-process-visual {
    position: relative;
    height: 100%;
    min-height: 540px;
    padding: 15px;
    border-radius: 22px;
    background: #f3f5ff;
    overflow: hidden;
}

/* subtle background */

.trinox-process-visual::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -120px;
    bottom: -145px;
    border-radius: 50%;
    background: #e6e0ff;
    opacity: 0.65;
}

.trinox-process-visual::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    left: -110px;
    top: -90px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.65;
}


/* IMAGE AREA */

.trinox-process-visual-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.35);
}


/* IMAGE */

.trinox-process-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.95);
    filter: blur(7px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        filter 0.5s ease;
}

.trinox-process-image.active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.trinox-process-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    display: block;
}


/* =========================================
   BOTTOM LABEL
========================================= */

.trinox-process-visual-bottom {
    position: absolute;
    z-index: 5;
    left: 30px;
    right: 30px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 17px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(30, 50, 70, 0.08);
    backdrop-filter: blur(8px);
}

.trinox-process-visual-bottom span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #17658c;
}

.trinox-process-visual-bottom strong {
    font-size: 13px;
    font-weight: 500;
    color: #4d6270;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .trinox-process-heading {
        margin-bottom: 40px;
    }

    .trinox-process-title {
        font-size: 40px;
    }

    .trinox-process-steps {
        padding-right: 0;
    }

    .trinox-process-visual {
        min-height: 470px;
    }

    .trinox-process-visual-inner {
        min-height: 440px;
    }

    .trinox-process-image img {
        width: 90%;
    }
}


@media (max-width: 767px) {

    .trinox-process-wrapper {
        padding: 0 10px;
    }

    .trinox-process-title {
        font-size: 32px;
    }

    .trinox-process-subtitle {
        font-size: 15px;
    }

    .trinox-process-step {
        padding: 19px;
    }

    .trinox-process-step-content h3 {
        font-size: 19px;
    }

    .trinox-process-visual {
        min-height: 380px;
        padding: 10px;
    }

    .trinox-process-visual-inner {
        min-height: 340px;
    }

    .trinox-process-image {
        inset: 10px;
    }

    .trinox-process-image img {
        width: 88%;
    }

    .trinox-process-visual-bottom {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }
}

/* =========================================
   TRINOX ABOUT SECTION
========================================= */

.trinox-about-section {
    position: relative;
    padding: 100px 0 85px;
}

.trinox-about-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================
   TOP AREA
========================================= */

.trinox-about-top {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: end;
}


/* LEFT HEADING */

.trinox-about-heading {
    max-width: 500px;
}

.trinox-about-label {
    display: inline-flex;
    align-items: center;

    padding: 7px 14px;
    margin-bottom: 20px;

    border-radius: 30px;
    background: #eef5f7;

    color: #17658c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.trinox-about-title {
    margin: 0 0 18px;

    color: #111820;
    font-size: 45px;
    line-height: 1.14;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.trinox-about-short {
    max-width: 430px;
    margin: 0;

    color: #687888;
    font-size: 16px;
    line-height: 1.7;
}


/* RIGHT INTRO */

.trinox-about-intro {
    padding-left: 35px;
    border-left: 2px solid #e4ecef;
}

.trinox-about-overline {
    display: block;
    margin-bottom: 17px;

    color: #17658c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.trinox-about-intro p {
    margin: 0;

    color: #3f5360;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 500;
}


/* =========================================
   DIVIDER
========================================= */

.trinox-about-divider {
    width: 100%;
    height: 1px;
    margin: 65px 0 0;

    background: #e7ecef;
}


/* =========================================
   BODY
========================================= */

.trinox-about-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    margin-top: 0;
}

.trinox-about-body-item {
    display: flex;
    gap: 17px;

    padding: 35px 30px 10px;

    border-right: 1px solid #e7ecef;
}

.trinox-about-body-item:first-child {
    padding-left: 0;
}

.trinox-about-body-item:last-child {
    border-right: 0;
    padding-right: 0;
}


/* NUMBER */

.trinox-about-body-number {
    flex: 0 0 auto;

    color: #17658c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


/* BODY CONTENT */

.trinox-about-body-item h3 {
    margin: -3px 0 10px;

    color: #17202a;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
}

.trinox-about-body-item p {
    margin: 0;

    color: #71818c;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   BOTTOM TAGS
========================================= */

.trinox-about-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 40px;
    padding-top: 25px;

    border-top: 1px solid #e7ecef;
}

.trinox-about-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 9px 14px;

    border: 1px solid #e6ecef;
    border-radius: 30px;

    background: #fafcfc;

    color: #526673;
    font-size: 12px;
    font-weight: 500;
}

.trinox-about-mini-dot {
    width: 6px;
    height: 6px;

    border-radius: 50%;
    background: #17658c;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .trinox-about-section {
        padding: 80px 0 70px;
    }

    .trinox-about-top {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .trinox-about-heading {
        max-width: 700px;
    }

    .trinox-about-title {
        font-size: 40px;
    }

    .trinox-about-intro {
        padding-left: 25px;
    }

    .trinox-about-body {
        grid-template-columns: 1fr;
    }

    .trinox-about-body-item {
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid #e7ecef;
    }

    .trinox-about-body-item:last-child {
        border-bottom: 0;
    }
}


@media (max-width: 767px) {

    .trinox-about-section {
        padding: 65px 0 55px;
    }

    .trinox-about-title {
        font-size: 32px;
        letter-spacing: -0.4px;
    }

    .trinox-about-short {
        font-size: 15px;
    }

    .trinox-about-intro {
        padding-left: 18px;
    }

    .trinox-about-intro p {
        font-size: 16px;
    }

    .trinox-about-divider {
        margin-top: 45px;
    }

    .trinox-about-body-item {
        padding: 23px 0;
    }

    .trinox-about-bottom {
        margin-top: 25px;
    }
}