@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Righteous&amp;display=swap");
:root {
  --font-body: "Inter", sans-serif;
  --font-heading: 'ARPDisplay';
  --color-primary: #782156;
  --color-secondary: #fa0088;
  --color-heading: #782156;
  --color-default: #414047;
  --color-border: #cbcad3;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #fff;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91); }

.design-conference {
  --font-heading: "Righteous", sans-serif;
  --color-heading: #0e052c;
  --color-primary: #fa0088;
  --color-body: #0e052c;
  --color-default: #414446; }

.feature-ai-event {
  --font-heading: "Righteous", sans-serif;
  --font-body: "Geist Mono", monospace;
  --color-heading: #fa0088;
  --color-primary: #fa0088;
  --color-body: #fff;
  --color-body-bg: #092019; }

/* 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.01em;
  position: relative;
  color: var(--color-default);
  font-family: var(--font-body);
  background-color: var(--color-body);
  scrollbar-color: var(--color-primary) var(--xb-track-color);
  scrollbar-width: thin; }

body::-webkit-scrollbar {
  width: 7px; }

body::-webkit-scrollbar-track {
  background: var(--xb-track-color);
  border-radius: 10px; }

body::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 10px; }

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.html);
  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:hover,
  .nice-select .option.focus,
  .nice-select .option.selected.focus {
    background-color: #F3F4F5; }
  .nice-select .list {
    width: 100%; }
    .nice-select .list li {
      margin-right: 0 !important; }
    .nice-select .list .option {
      color: var(--color-dark);
      font-weight: 500; }
      .nice-select .list .option.selected {
        font-weight: 600; }
      .nice-select .list .option.selected, .nice-select .list .option:hover {
        border: none !important; }

/* global css end */
.body_wrap {
  position: relative; }

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.gardiant-bg {
  background: linear-gradient(181deg, #260f8f 0%, #00b8ff 100%); }

.dark-bg {
  background: radial-gradient(70.71% 70.71% at 50% 50%, #edf3fa 0%, #c6d2e0 100%); }

.pt-295 {
  padding-top: 295px; }

.color-heading {
  color: #0e052c !important; }

.white-bg {
  background: var(--color-white); }

.black-bg {
  background: var(--color-black); }

.clr-white {
  color: var(--color-white) !important; }

.clr-black {
  color: var(--color-black); }

.pos-rel {
  position: relative; }

.pos-absolute {
  position: absolute; }

.f-right {
  float: right; }

.mb-5 {
  margin-bottom: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mlr-185 {
  margin-right: 185px;
  margin-left: 185px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .mlr-185 {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (max-width: 1199px) {
    .mlr-185 {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (max-width: 991px) {
    .mlr-185 {
      margin-left: 30px;
      margin-right: 30px; } }

.border-effect a, .border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border-effect a:hover, .border-effect-2 a:hover {
    background-size: 100% 100%;
    color: inherit; }

.border-effect-2 a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }

.btn-video {
  width: 100px;
  height: 100px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #011689;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2); }
  @media (max-width: 767px) {
    .btn-video {
      width: 60px;
      height: 60px;
      font-size: 18px; } }
  .btn-video:hover {
    color: var(--color-primary); }
  .btn-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-white);
    animation: push-scale 1500ms ease-out infinite;
    -webkit-animation: push-scale 1500ms ease-out infinite;
    z-index: -2; }

.btn-video-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.border_effect a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border_effect a:hover {
    background-size: 100% 100%;
    color: inherit; }

@media (max-width: 991px) {
  .tx-col-md-6 {
    width: 50%; } }
@media (max-width: 767px) {
  .tx-col-md-6 {
    width: 100%; } }

.xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .xb-close::before, .xb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b; }
  .xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .xb-close:hover::before, .xb-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

/* order & unorder list reset - start */
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
  float: left;
  list-style: none;
  display: inline-block; }

.ul_li {
  justify-content: flex-start; }

.ul_li_center {
  justify-content: center; }

.ul_li_right {
  justify-content: flex-end; }

.ul_li_between {
  justify-content: space-between; }

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block; }

.ul_li_block > li {
  display: block;
  list-style: none; }

.flex-1 {
  flex: 1; }

.pagination_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  list-style: none; }
  .pagination_wrap ul li {
    padding: 5px; }
    .pagination_wrap ul li a {
      height: 50px;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 600;
      color: var(--color-primary);
      border: 1px solid #EEE5E5;
      background-color: var(--color-white);
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: 1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .pagination_wrap ul li a {
          height: 40px;
          width: 40px;
          font-size: 15px; } }
      .pagination_wrap ul li a.current_page, .pagination_wrap ul li a:hover {
        background-color: var(--color-yellow);
        border-color: var(--color-yellow); }

.xb-odm {
  overflow: hidden; }

.xb-odm .xbo.xbo-auto-theme .xbo-digit .xbo-digit-inner,
.xb-odm .xbo.xbo-theme-default .xbo-digit .xbo-digit-inner {
  overflow: initial;
  overscroll-behavior-y: hidden; }

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px; }

.mt-none-10 {
  margin-top: -10px; }

.mt-none-15 {
  margin-top: -15px; }

.mt-none-20 {
  margin-top: -20px; }

.mt-none-25 {
  margin-top: -25px; }

.mt-none-30 {
  margin-top: -30px; }

.mt-none-35 {
  margin-top: -35px; }

.mt-none-40 {
  margin-top: -40px; }

.mt-none-45 {
  margin-top: -45px; }

.mt-none-50 {
  margin-top: -50px; }

.mt-none-55 {
  margin-top: -55px; }

.mt-none-60 {
  margin-top: -60px; }

.mt-none-65 {
  margin-top: -65px; }

.mt-none-70 {
  margin-top: -70px; }

.mt-none-75 {
  margin-top: -75px; }

.mt-none-80 {
  margin-top: -80px; }

.mt-none-85 {
  margin-top: -85px; }

.mt-none-90 {
  margin-top: -90px; }

.mt-none-95 {
  margin-top: -95px; }

.mt-none-100 {
  margin-top: -100px; }

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mr-105 {
  margin-right: 105px; }

.mr-110 {
  margin-right: 110px; }

.mr-115 {
  margin-right: 115px; }

.mr-120 {
  margin-right: 120px; }

.mr-125 {
  margin-right: 125px; }

.mr-130 {
  margin-right: 130px; }

.mr-135 {
  margin-right: 135px; }

.mr-140 {
  margin-right: 140px; }

.mr-145 {
  margin-right: 145px; }

.mr-150 {
  margin-right: 150px; }

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.pl-105 {
  padding-left: 105px; }

.pl-110 {
  padding-left: 110px; }

.pl-115 {
  padding-left: 115px; }

.pl-120 {
  padding-left: 120px; }

.pl-125 {
  padding-left: 125px; }

.pl-130 {
  padding-left: 130px; }

.pl-135 {
  padding-left: 135px; }

.pl-140 {
  padding-left: 140px; }

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pr-105 {
  padding-right: 105px; }

.pr-110 {
  padding-right: 110px; }

.pr-115 {
  padding-right: 115px; }

.pr-120 {
  padding-right: 120px; }

.pr-125 {
  padding-right: 125px; }

.pr-130 {
  padding-right: 130px; }

.pr-135 {
  padding-right: 135px; }

.pr-140 {
  padding-right: 140px; }

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-heading); }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* typography css end */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
.scale-upOne {
  animation: scale-upOne 5s linear infinite; }

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0; } }
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg); }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
@-webkit-keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
.zoominup {
  animation: zoominup 5s linear infinite; }

@keyframes zoominup2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes zoominup2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.zoominup2 {
  animation: zoominup2 1.5s linear infinite; }

@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
@keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
.updown {
  animation: updown 3s linear infinite; }

@-webkit-keyframes updown-2 {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); } }
.updown-2 {
  animation: updown-2 5s linear infinite; }

@-webkit-keyframes leftRight-animation {
  0% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  50% {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px); }
  100% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); } }
.leftRight-animation {
  animation: leftRight-animation 4s linear infinite; }

@keyframes ltr {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
  0%,
    100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes xb_up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
.slide-up-down {
  animation: xb_up_down 1s ease infinite alternate; }

@keyframes xb_ltr {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-20px); } }
.slide-ltr {
  animation: xb_ltr 5s ease infinite alternate; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@-webkit-keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@keyframes push-scale-two {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(2.4); } }
@-webkit-keyframes push-scale-two {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.wow.skewIn.animated {
  -webkit-animation-name: xbSkewIn;
  animation-name: xbSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.skewInImg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1); }
  .skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px); }
  .skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .skewInImg.animated img {
      transform: scale(1) translate(0px, 0px); }

[data-aos=fade-up] {
  transform: translateY(50px); }

[data-aos=fade-down] {
  transform: translateY(-50px); }

[data-aos=fade-right] {
  transform: translate(-50px); }

[data-aos=fade-left] {
  transform: translate(50px); }

[data-aos=fade-up-right] {
  transform: translate(-50px, 50px); }

[data-aos=fade-up-left] {
  transform: translate(50px, 50px); }

[data-aos=fade-down-right] {
  transform: translate(-50px, -50px); }

[data-aos=fade-down-left] {
  transform: translate(50px, -50px); }

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97); }

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xbzoominzoomup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.8); } }
.xbzoominzoomup {
  animation: xbzoominzoomup 5s linear infinite; }

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg);
    opacity: 1; } }
@keyframes rotateme2 {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
.rotateme {
  animation-name: rotateme;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.rotateme2 {
  animation-name: rotateme2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.marquee-first {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite; }

.marquee-2 {
  -webkit-animation: marquee2 30s linear infinite;
  animation: marquee2 30s linear infinite; }

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.path {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dash 4s linear infinite; }

@keyframes dash {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0; } }
.path_2 {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dashTwo 4s linear infinite; }

@keyframes dashTwo {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 100; } }
@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg); }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg); }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg); }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg); }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg); }
  80% {
    transform: rotate3d(0, 0, 1, 0deg); } }
.phoneRinging {
  animation: phoneRinging 1.5s infinite linear; }

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes sliderShape {
  0%,100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
.xb-animetion-right {
  animation: xb-animetion-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0; }

@keyframes xb-animetion-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.xb-animetion-left {
  animation: xb-animetion-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0; }

@keyframes xb-animetion-left {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.xb-animetion-left-2 {
  animation: xb-animetion-left-2 2.8s forwards cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes xb-animetion-left-2 {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0); }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0); } }
.xb-animetion-top {
  animation: xb-animetion-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0; }

@keyframes xb-animetion-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0; }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: var(--color-white); }

[data-overlay="dark"]::before {
  background-color: var(--color-black); }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

.header-style .header__wrap {
  margin: 0 69px 0 69px;
  padding: 0 60px 0 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style .header__wrap {
      padding: 0 30px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-style .header__wrap {
      padding: 0 20px; } }
  @media (max-width: 1199px) {
    .header-style .header__wrap {
      padding: 0 20px;
      margin: 0 20px; } }
  @media (max-width: 991px) {
    .header-style .header__wrap {
      padding: 25px 20px; } }
  @media (max-width: 767px) {
    .header-style .header__wrap {
      padding: 15px 20px; } }
.header-style.header-transparent {
  top: 32px; }
.header-style .main-menu > ul {
  gap: 50px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style .main-menu > ul {
      gap: 30px; } }
  @media (max-width: 1199px) {
    .header-style .main-menu > ul {
      gap: 20px; } }
.header-style .header-menu a {
  height: 58px;
  width: 58px;
  background: var(--color-primary);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header-style .header-menu a svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .header-style .header-menu a:hover {
    background: var(--color-secondary); }
    .header-style .header-menu a:hover svg path {
      stroke: var(--color-white); }
  @media (max-width: 991px) {
    .header-style .header-menu a {
      display: none; } }
.header-style .main-menu__wrap {
  transform: translateX(-99px); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style .main-menu__wrap {
      transform: translateX(0); } }
  @media (max-width: 1199px) {
    .header-style .main-menu__wrap {
      transform: translateX(0); } }
@media (max-width: 1199px) {
  .header-style .xb-header-logo {
    max-width: 20%; } }
@media (max-width: 991px) {
  .header-style .xb-header-logo {
    max-width: 28%; } }
@media (max-width: 767px) {
  .header-style .xb-header-logo {
    max-width: 50%; } }
.header-style .stricked-menu {
  top: 30px;
  box-shadow: none;
  background: none !important; }
.header-style--two .header__wrap {
  margin: 0;
  padding: 0 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  backdrop-filter: blur(28px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4); }
  @media (max-width: 991px) {
    .header-style--two .header__wrap {
      padding: 19px 50px; } }
  @media (max-width: 767px) {
    .header-style--two .header__wrap {
      padding: 14px 30px; } }
.header-style--two .main-menu__wrap {
  transform: translateX(0); }
.header-style--two.header-transparent {
  top: 20px; }
@media (max-width: 1199px) {
  .header-style--two .main-menu > ul {
    gap: 25px; } }
.header-style--two .main-menu > ul > li > a {
  padding: 26px 0;
  color: var(--color-white); }
.header-style--two .main-menu > ul > li.menu-item-has-children > a span::after {
  color: var(--color-white); }
.header-style--two .main-menu > ul > li:hover > a, .header-style--two .main-menu > ul > li.active > a {
  color: #fff; }
  .header-style--two .main-menu > ul > li:hover > a span::after, .header-style--two .main-menu > ul > li.active > a span::after {
    color: #fff; }
.header-style--two .main-menu > ul > li .submenu {
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(28px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4); }
  .header-style--two .main-menu > ul > li .submenu li a::after {
    background: var(--color-white); }
  .header-style--two .main-menu > ul > li .submenu li:hover > a, .header-style--two .main-menu > ul > li .submenu li.active > a {
    color: var(--color-white); }
    .header-style--two .main-menu > ul > li .submenu li:hover > a span::after, .header-style--two .main-menu > ul > li .submenu li.active > a span::after {
      color: var(--color-white) !important; }
  .header-style--two .main-menu > ul > li .submenu li a {
    color: var(--color-white); }
.header-style--two .xb-nav-mobile {
  backdrop-filter: blur(28px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--color-white); }
  .header-style--two .xb-nav-mobile:hover {
    backdrop-filter: blur(28px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: var(--color-white); }
.header-style--two .xb-header-mobile-search .search-field:focus {
  border-color: var(--color-primary); }
.header-style--two .xb-menu-primary li a:hover {
  color: var(--color-primary); }
.header-style--two .xb-menu-primary .xb-menu-toggle:hover {
  color: var(--color-primary); }
.header-style--three .header__wrap {
  margin: 0 185px;
  border-radius: 0;
  padding: 0;
  background: transparent; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style--three .header__wrap {
      margin: 0 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-style--three .header__wrap {
      margin: 0 40px; } }
  @media (max-width: 1199px) {
    .header-style--three .header__wrap {
      margin: 0 60px; } }
  @media (max-width: 991px) {
    .header-style--three .header__wrap {
      margin: 0 30px; } }
.header-style--three .main-menu__wrap {
  transform: translateX(0); }
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .header-style--three .main-menu > ul {
    gap: 20px; } }
@media (max-width: 1199px) {
  .header-style--three .main-menu > ul {
    gap: 25px; } }
.header-style--three .main-menu > ul > li > a {
  padding: 17px 0;
  color: var(--color-white); }
.header-style--three .main-menu > ul > li.menu-item-has-children > a span::after {
  color: var(--color-white);
  font-size: 14px;
  margin-left: 16px; }
.header-style--three .main-menu > ul > li.active a, .header-style--three .main-menu > ul > li:hover a {
  color: var(--color-primary); }
  .header-style--three .main-menu > ul > li.active a span:after, .header-style--three .main-menu > ul > li:hover a span:after {
    color: var(--color-primary); }
.header-style--three .main-menu > ul > li .submenu li a {
  color: #092019; }
  .header-style--three .main-menu > ul > li .submenu li a::after {
    background: var(--color-primary); }
.header-style--three .main-menu > ul > li .submenu li:hover a, .header-style--three .main-menu > ul > li .submenu li.active a {
  color: var(--color-primary); }
.header-style--three.header-transparent {
  top: 40px; }
.header-style--three .stricked-menu {
  top: 0;
  box-shadow: none;
  padding: 20px 0;
  background: var(--color-body-bg) !important; }
.header-style--three .xb-nav-mobile:hover {
  color: var(--color-body-bg); }
.header-style--three .xb-header-mobile-search .search-field:focus {
  border-color: var(--color-primary); }
.header-style--three .xb-menu-primary li a {
  color: #092019; }
  .header-style--three .xb-menu-primary li a:hover {
    color: var(--color-primary); }
.header-style--three .xb-menu-toggle {
  color: #092019; }
  .header-style--three .xb-menu-toggle:hover {
    color: var(--color-primary) !important; }

.side-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .side-menu a span {
    position: absolute;
    left: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    padding-left: 8px; }
  .side-menu a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
    .side-menu a svg path {
      fill: var(--color-primary); }

.header-transparent {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3; }

.stricked-menu {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  transition: 0.5s;
  visibility: hidden;
  background-color: #050c2f;
  transform: translateY(-100%);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }

.stricked-menu.stricky-fixed {
  visibility: visible;
  transform: translateY(0%); }

.main-menu {
  display: flex;
  align-items: center;
  flex-grow: 1; }
  .main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-menu ul li {
      position: relative; }
      .main-menu ul li a {
        z-index: 3;
        font-weight: 700;
        font-size: 15px;
        position: relative;
        padding: 32px 0;
        letter-spacing: 0.02em;
        text-decoration: none;
        display: inline-block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-transform: uppercase;
        color: var(--color-heading);
        font-family: var(--font-body); }
      .main-menu ul li.menu-item-has-children > a span::after {
        content: '\f107';
        font-weight: 600;
        color: #131053;
        margin: 1px 0 0 3px;
        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: #00b8ff; }
        .main-menu ul li:hover > a > span::after, .main-menu ul li.active > a > span::after {
          color: #00b8ff; }
      .main-menu ul li .submenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        min-width: 240px;
        top: 100%;
        opacity: 0;
        left: 0;
        z-index: 3;
        top: 100%;
        padding: 20px 0;
        text-align: left;
        visibility: hidden;
        background: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        transform: translateY(10px);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1); }
        .main-menu ul li .submenu li {
          padding: 0 6px;
          margin-right: 0; }
          .main-menu ul li .submenu li:not(:last-child) {
            margin-bottom: 13px; }
          .main-menu ul li .submenu li a {
            padding: 0 18px;
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0;
            position: relative;
            text-transform: uppercase;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            color: var(--color-heading);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .main-menu ul li .submenu li a:after {
              position: absolute;
              content: '';
              left: 0;
              top: 45%;
              height: 2px;
              width: 10px;
              opacity: 0;
              text-decoration: left;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              background: var(--color-secondary);
              -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
              transform: translateY(50%); }
          .main-menu ul li .submenu li ul {
            left: 100%;
            top: 0px; }
          .main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li.active > a {
            color: var(--color-secondary);
            transform: translateX(15px); }
            .main-menu ul li .submenu li:hover > a::after, .main-menu ul li .submenu li.active > a::after {
              opacity: 1; }
            .main-menu ul li .submenu li:hover > a span::after, .main-menu ul li .submenu li.active > a span::after {
              color: var(--color-secondary) !important; }

.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto; }

.main-menu ul li.menu-last ul.submenu ul {
  right: auto;
  left: -100%; }

.main-menu ul li ul.submenu .menu-item-has-children > a span::after {
  position: absolute;
  top: 0px;
  right: 15px;
  content: "\f0d7";
  font-size: 16px;
  font-family: 'Font Awesome 6 Pro';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(-90deg);
  color: var(--color-heading); }

.xb-brand-wrap {
  margin-left: 186px;
  margin-right: 164px;
  padding-bottom: 414px;
  position: relative; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-brand-wrap {
      margin-left: 120px;
      margin-right: 120px; } }
  @media (max-width: 1199px) {
    .xb-brand-wrap {
      margin-left: 100px;
      margin-right: 100px; } }
  @media (max-width: 991px) {
    .xb-brand-wrap {
      margin-left: 50px;
      margin-right: 50px; } }
  @media (max-width: 767px) {
    .xb-brand-wrap {
      margin-left: 10px;
      margin-right: 10px; } }
  .xb-brand-wrap::before, .xb-brand-wrap::after {
    position: absolute;
    content: '';
    top: 0;
    left: -186px;
    height: 100%;
    width: 413px;
    z-index: 1;
    filter: blur(50px);
    background: #f2f2f2; }
    @media (max-width: 1199px) {
      .xb-brand-wrap::before, .xb-brand-wrap::after {
        width: 265px; } }
    @media (max-width: 767px) {
      .xb-brand-wrap::before, .xb-brand-wrap::after {
        width: 230px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .xb-brand-wrap::before, .xb-brand-wrap::after {
        width: 265px; } }
  .xb-brand-wrap::after {
    left: auto;
    right: -164px; }

.xb-brand-logo a {
  z-index: 1;
  width: 248px;
  height: 78px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .xb-brand-logo a {
      width: 148px; } }
  @media (max-width: 991px) {
    .xb-brand-logo a img {
      width: 50%; } }
  .xb-brand-logo a span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%); }
    @media (max-width: 991px) {
      .xb-brand-logo a span svg {
        width: 148px; } }

.xb-brand-item {
  display: inline-flex; }
  .xb-brand-item:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .xb-brand-item:not(:last-child) {
        margin-bottom: 10px; } }

.dc-brand-item {
  display: inline-flex; }
  .dc-brand-item:not(:last-child) {
    margin-bottom: 18px; }

.dc-brand-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-height: 88px;
  min-width: 300px;
  margin-right: 10px;
  background: #fff2fe;
  border: 3px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .dc-brand-logo a {
      min-width: 250px;
      min-height: 78px; } }
  @media (max-width: 767px) {
    .dc-brand-logo a {
      min-width: 120px;
      min-height: 65px; } }
  @media (max-width: 1199px) {
    .dc-brand-logo a img {
      max-width: 50%; } }

.xb-brand-wrapper {
  padding-bottom: 125px; }
  @media (max-width: 991px) {
    .xb-brand-wrapper {
      padding-bottom: 108px; } }
  @media (max-width: 767px) {
    .xb-brand-wrapper {
      padding-bottom: 110px; } }

.fa-brand-item {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .fa-brand-item .logo img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .fa-brand-item::after, .fa-brand-item::before {
    position: absolute;
    content: '';
    left: -1px;
    bottom: -1px;
    height: 2px;
    width: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white); }
  .fa-brand-item::before {
    top: -1px;
    bottom: auto;
    left: auto;
    right: -1px; }
  .fa-brand-item:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary); }
    .fa-brand-item:hover .logo img {
      filter: brightness(0); }
    .fa-brand-item:hover::after, .fa-brand-item:hover::before {
      background: var(--color-primary); }

.fa-brand-sub-title {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-top: -10px;
  color: var(--color-primary); }

.fa-brand-inner {
  margin-left: 15px; }
  @media (max-width: 767px) {
    .fa-brand-inner {
      margin-left: 0; } }

.xb-schedule-table {
  overflow: hidden;
  border: none;
  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 11px 0 rgba(1, 58, 55, 0.15); }
  .xb-schedule-table thead tr th {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--color-secondary); }
    @media (max-width: 991px) {
      .xb-schedule-table thead tr th {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .xb-schedule-table thead tr th {
        font-size: 18px; } }
  .xb-schedule-table tr:not(:last-child) {
    border-bottom: 1px solid #cbcad3; }
  .xb-schedule-table tr th,
  .xb-schedule-table tr td {
    padding: 25px 30px;
    border-bottom-width: 0; }
    .xb-schedule-table tr th:not(:last-child),
    .xb-schedule-table tr td:not(:last-child) {
      border-right: 1px solid #cbcad3; }
    .xb-schedule-table tr th .time,
    .xb-schedule-table tr td .time {
      display: block;
      font-size: 15px;
      font-weight: 500;
      color: var(--color-heading); }
    .xb-schedule-table tr th .schedule-title,
    .xb-schedule-table tr td .schedule-title {
      font-size: 20px;
      font-weight: 700;
      color: var(--color-heading); }
      @media (max-width: 1199px) {
        .xb-schedule-table tr th .schedule-title,
        .xb-schedule-table tr td .schedule-title {
          font-size: 18px; } }

.schedule-section {
  z-index: 1;
  margin-top: -590px; }
  @media (max-width: 991px) {
    .schedule-section {
      margin-top: -604px; } }

.xb-schedule-wrap {
  background: #edf6ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 3px solid #fff; }

.xb-schedule-nav {
  border: none;
  justify-content: center; }
  .xb-schedule-nav .nav-item {
    margin-bottom: 25px; }
    .xb-schedule-nav .nav-item .nav-link {
      z-index: 1;
      position: relative;
      font-size: 20px;
      font-weight: 400;
      min-width: 258px;
      padding: 12.5px 20px;
      line-height: 30px;
      text-align: center;
      color: var(--color-heading);
      text-transform: uppercase;
      background: var(--color-white);
      border: 1px solid #d3e2f0;
      border-radius: 0;
      font-family: var(--font-heading); }
      @media (max-width: 991px) {
        .xb-schedule-nav .nav-item .nav-link {
          font-size: 17px;
          min-width: 200px; } }
      .xb-schedule-nav .nav-item .nav-link span {
        font-size: 18px;
        font-weight: 600;
        display: block;
        font-family: var(--font-body); }
        @media (max-width: 991px) {
          .xb-schedule-nav .nav-item .nav-link span {
            font-size: 16px; } }
      .xb-schedule-nav .nav-item .nav-link .arrow {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%); }
        .xb-schedule-nav .nav-item .nav-link .arrow svg path {
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
      .xb-schedule-nav .nav-item .nav-link::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        background: var(--color-primary); }
      .xb-schedule-nav .nav-item .nav-link.active {
        color: var(--color-white);
        border: 1px solid var(--color-primary); }
        .xb-schedule-nav .nav-item .nav-link.active::before {
          opacity: 1; }
        .xb-schedule-nav .nav-item .nav-link.active .arrow svg path {
          fill: #6E3FFA; }

.xb-schedule-content-wrap {
  padding: 0 10px 0; }
  .xb-schedule-content-wrap .xb-schedule-content {
    margin-bottom: 10px;
    background: var(--color-white); }
    .xb-schedule-content-wrap .xb-schedule-content thead tr th {
      font-size: 16px;
      font-weight: 500;
      padding: 16.4px 30px;
      text-transform: uppercase;
      color: var(--color-heading); }
      .xb-schedule-content-wrap .xb-schedule-content thead tr th img {
        margin-right: 5px;
        transform: translateY(-2px); }
    .xb-schedule-content-wrap .xb-schedule-content tr {
      border-bottom: 1px solid #d3e2f0; }
      .xb-schedule-content-wrap .xb-schedule-content tr th, .xb-schedule-content-wrap .xb-schedule-content tr td {
        border-bottom-width: 0; }
        @media (max-width: 767px) {
          .xb-schedule-content-wrap .xb-schedule-content tr th, .xb-schedule-content-wrap .xb-schedule-content tr td {
            min-width: 265px; } }
        .xb-schedule-content-wrap .xb-schedule-content tr th:not(:last-child), .xb-schedule-content-wrap .xb-schedule-content tr td:not(:last-child) {
          border-right: 1px solid #d3e2f0; }
    .xb-schedule-content-wrap .xb-schedule-content tbody tr:last-child {
      border-bottom: none; }
    .xb-schedule-content-wrap .xb-schedule-content tbody tr td {
      font-size: 16px;
      font-weight: 600;
      padding: 14px 30px;
      color: var(--color-heading); }
      .xb-schedule-content-wrap .xb-schedule-content tbody tr td span {
        gap: 10px;
        display: flex;
        align-items: center; }
        .xb-schedule-content-wrap .xb-schedule-content tbody tr td span:not(:last-child) {
          margin-bottom: 15px; }

.xb-schedule-nav-wrap {
  margin-top: -3px; }

.shedule-shape {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: -1; }
  @media (max-width: 991px) {
    .shedule-shape {
      top: 85px;
      max-width: 10%; } }

.offer-wrap {
  z-index: 1;
  padding: 40px;
  margin-top: -85px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-secondary); }
  @media (max-width: 1199px) {
    .offer-wrap {
      align-items: start; } }
  @media (max-width: 991px) {
    .offer-wrap {
      gap: 30px; } }
  @media (max-width: 767px) {
    .offer-wrap {
      padding: 40px 20px;
      justify-content: center; } }

.offer-item .countdown {
  gap: 10px; }
  .offer-item .countdown .single {
    text-align: center;
    min-height: 90px;
    min-width: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-white); }
    .offer-item .countdown .single h1 {
      font-weight: 700;
      font-size: 40px;
      letter-spacing: -0.03em; }
      @media (max-width: 767px) {
        .offer-item .countdown .single h1 {
          font-size: 30px; } }
    .offer-item .countdown .single p {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase; }
.offer-item .title {
  font-size: 32px;
  font-weight: 900;
  color: var(--color-white);
  font-family: var(--font-heading); }
.offer-item .xb-inner {
  gap: 20px; }
.offer-item .xb-vanue {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-white); }
  @media (max-width: 767px) {
    .offer-item .xb-vanue {
      font-size: 20px; } }

.offer-shape {
  z-index: -1;
  position: absolute; }
  .offer-shape--1 {
    top: 0;
    right: 28%; }
  .offer-shape--2 {
    bottom: 0;
    left: 27%; }

.offer-wrapper {
  margin-top: -115px;
  padding: 42px 50px 50px;
  background-image: url(../img/bg/offer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1199px) {
    .offer-wrapper {
      align-items: end;
      padding: 42px 30px 50px; } }
  @media only screen and (max-width: 1023px) {
    .offer-wrapper {
      padding: 42px 20px 50px; } }
  @media (max-width: 991px) {
    .offer-wrapper {
      padding: 42px 50px 50px; } }
  @media (max-width: 991px) {
    .offer-wrapper {
      padding: 42px 20px 50px; } }
  .offer-wrapper .countdown {
    margin-top: 5px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .offer-wrapper .countdown .single {
        min-height: 100px;
        min-width: 105px; } }
    .offer-wrapper .countdown .single h1 {
      font-family: var(--font-heading); }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .offer-wrapper .countdown .single h1 {
          font-size: 33px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .offer-wrapper .countdown .single p {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .offer-wrapper .offer-item .sec-title--two {
      text-align: center; } }
  .offer-wrapper .offer-item .xb-inner {
    gap: 15px;
    padding: 11px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 3px solid #edf6ff;
    background: var(--color-white); }
    .offer-wrapper .offer-item .xb-inner:not(:last-child) {
      margin-bottom: 9px; }
    @media (max-width: 767px) {
      .offer-wrapper .offer-item .xb-inner {
        padding: 11px 10px; } }
    .offer-wrapper .offer-item .xb-inner .xb-vanue {
      font-size: 26px;
      font-weight: 500;
      flex-basis: 0;
      flex-grow: 1;
      color: var(--color-heading); }
      @media (max-width: 1199px) {
        .offer-wrapper .offer-item .xb-inner .xb-vanue {
          font-size: 22px; } }
      @media only screen and (max-width: 1023px) {
        .offer-wrapper .offer-item .xb-inner .xb-vanue {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .offer-wrapper .offer-item .xb-inner .xb-vanue {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .offer-wrapper .offer-item .xb-inner .xb-vanue {
          font-size: 16px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .offer-wrapper .offer-item .xb-inner .xb-vanue {
          font-size: 22px; } }

.xb-funfact-item {
  z-index: 1;
  text-align: center;
  padding: 50px 50px 43px;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 6px 55px 0 rgba(82, 71, 175, 0.15); }
  .xb-funfact-item:hover {
    box-shadow: 0 23px 45px 0 rgba(113, 110, 141, 0.31); }
  @media (max-width: 1199px) {
    .xb-funfact-item {
      padding: 50px 25px 43px; } }
  .xb-funfact-item .xb-item--icon {
    height: 62px; }
  .xb-funfact-item .xb-item--number {
    font-size: 46px;
    font-weight: 900;
    margin: 30px 0 0;
    text-transform: uppercase;
    font-family: var(--font-heading); }
    @media (max-width: 1199px) {
      .xb-funfact-item .xb-item--number {
        font-size: 38px; } }
    .xb-funfact-item .xb-item--number .xbo.xbo-auto-theme .xbo-digit .xbo-value, .xb-funfact-item .xb-item--number .xbo.xbo-theme-default .xbo-digit .xbo-value {
      transform: translateZ(0) translateY(-8px);
      -webkit-transform: translateZ(0) translateY(-8px); }
  .xb-funfact-item .xb-item--text {
    font-weight: 700;
    font-size: 18px;
    margin-top: -3px;
    display: block;
    text-transform: uppercase;
    color: var(--color-heading); }

.xb-funfact-shape .img {
  z-index: -1;
  position: absolute; }
  .xb-funfact-shape .img--1 {
    left: 29px;
    bottom: 0; }
    @media (max-width: 1199px) {
      .xb-funfact-shape .img--1 {
        left: 0; } }
  .xb-funfact-shape .img--2 {
    left: -278px;
    right: -400px;
    bottom: 60px; }
    @media (max-width: 1199px) {
      .xb-funfact-shape .img--2 {
        left: -120px;
        right: -120px; } }
    @media (max-width: 991px) {
      .xb-funfact-shape .img--2 {
        left: -80px;
        right: -80px; } }
    @media (max-width: 767px) {
      .xb-funfact-shape .img--2 {
        left: -50px;
        right: -20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .xb-funfact-shape .img--2 {
        left: -60px;
        right: -40px; } }

.dc-funfact-wrap {
  padding: 70px 50px 60px;
  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) {
    .dc-funfact-wrap {
      padding: 70px 25px 60px; } }

.xb-funfact-image {
  float: right; }
  @media (max-width: 991px) {
    .xb-funfact-image {
      float: left; } }

.dc-funfact-inner {
  padding: 34px 50px 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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.08);
  backdrop-filter: blur(29.8999996185px);
  border: 1px solid rgba(255, 255, 255, 0.4); }
  @media (max-width: 1199px) {
    .dc-funfact-inner {
      padding: 34px 30px 43px; } }
  @media (max-width: 767px) {
    .dc-funfact-inner {
      padding: 0;
      flex-direction: column; } }

.dc-funfact-item {
  margin-right: 60px;
  text-align: center;
  min-width: 178px;
  position: relative;
  display: inline-block; }
  @media (max-width: 1199px) {
    .dc-funfact-item {
      min-width: 110px; } }
  @media (max-width: 991px) {
    .dc-funfact-item {
      min-width: 80px;
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .dc-funfact-item {
      margin: 0;
      width: 100%;
      padding: 40px 0 45px; } }
  .dc-funfact-item:last-child {
    margin-right: 0; }
    .dc-funfact-item:last-child::before {
      display: none; }
  .dc-funfact-item::before {
    position: absolute;
    content: '';
    right: -60px;
    top: 15px;
    height: 75%;
    width: 1px;
    background: #d9d9d9; }
    @media (max-width: 991px) {
      .dc-funfact-item::before {
        right: -30px; } }
    @media (max-width: 767px) {
      .dc-funfact-item::before {
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.4); } }
  .dc-funfact-item .xb-item--number {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--color-white); }
    @media (max-width: 991px) {
      .dc-funfact-item .xb-item--number {
        font-size: 38px; } }
    .dc-funfact-item .xb-item--number .xbo.xbo-auto-theme .xbo-digit .xbo-value, .dc-funfact-item .xb-item--number .xbo.xbo-theme-default .xbo-digit .xbo-value {
      transform: translateZ(0) translateY(-4px);
      -webkit-transform: translateZ(0) translateY(-4px); }
  .dc-funfact-item .xb-item--text {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white); }
    @media (max-width: 991px) {
      .dc-funfact-item .xb-item--text {
        font-size: 16px; } }

.funfact-heading {
  margin-top: -10px; }

#wave {
  position: absolute;
  bottom: 80px;
  left: 0;
  display: block;
  width: 100%;
  height: 120px; }
  @media (max-width: 1199px) {
    #wave {
      bottom: 50px; } }
  @media (max-width: 767px) {
    #wave {
      bottom: 0px;
      height: 150px;
      color: #5afaff; } }

.comparison_chart-table tr {
  border-bottom: 1px solid #d8dce9; }
  .comparison_chart-table tr:first-child td:first-child {
    border-top-left-radius: 10px; }
  .comparison_chart-table tr:first-child td:last-child {
    border-top-right-radius: 10px; }
  .comparison_chart-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px; }
  .comparison_chart-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px; }
  .comparison_chart-table tr th {
    font-size: 24px;
    font-weight: 400;
    padding: 30px 0;
    text-transform: uppercase;
    color: var(--color-heading);
    font-family: var(--font-heading); }
    @media (max-width: 1199px) {
      .comparison_chart-table tr th {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .comparison_chart-table tr th {
        font-size: 18px; } }
    .comparison_chart-table tr th:nth-child(2) {
      border-radius: 20px 20px 0 0;
      background-color: var(--color-bg); }
  .comparison_chart-table tr td {
    background: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 25px 0;
    letter-spacing: -0.02em;
    color: var(--color-heading); }
    @media (max-width: 991px) {
      .comparison_chart-table tr td {
        font-size: 18px; } }
  .comparison_chart-table tr td:nth-child(1),
  .comparison_chart-table tr th:nth-child(1) {
    width: 46%;
    padding-left: 60px;
    padding-right: 10px; }
    @media (max-width: 1199px) {
      .comparison_chart-table tr td:nth-child(1),
      .comparison_chart-table tr th:nth-child(1) {
        padding-left: 40px; } }
    @media (max-width: 991px) {
      .comparison_chart-table tr td:nth-child(1),
      .comparison_chart-table tr th:nth-child(1) {
        padding-left: 30px; } }
  .comparison_chart-table tr td:nth-child(2),
  .comparison_chart-table tr th:nth-child(2) {
    width: 27%;
    text-align: center;
    background-color: var(--color-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 991px) {
      .comparison_chart-table tr td:nth-child(2) img,
      .comparison_chart-table tr th:nth-child(2) img {
        max-width: 80%; } }
  .comparison_chart-table tr td:nth-child(3),
  .comparison_chart-table tr th:nth-child(3) {
    width: 27%;
    text-align: center; }
    @media (max-width: 767px) {
      .comparison_chart-table tr td:nth-child(3),
      .comparison_chart-table tr th:nth-child(3) {
        padding-left: 4px; } }
.comparison_chart-table .table-body {
  border: 1px solid #d8dce9; }

.sec-title .title {
  font-size: 42px;
  font-weight: 900;
  line-height: 58px;
  display: block;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-heading);
  font-family: var(--font-heading); }
  @media (max-width: 1199px) {
    .sec-title .title {
      font-size: 35px;
      line-height: 52px; } }
  @media (max-width: 991px) {
    .sec-title .title {
      font-size: 30px;
      line-height: 45px; } }
  @media (max-width: 767px) {
    .sec-title .title {
      font-size: 25px; } }
.sec-title .sub-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 17px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  color: var(--color-heading);
  }
  .sec-title .sub-title::before, .sec-title .sub-title::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 10px;
    width: 10px;
    transform: translateY(-50%);
    background: #ff6400;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  .sec-title .sub-title::after {
    left: auto;
    right: 0; }
  .sec-title .sub-title.sub-title-bg {
    padding: 2px 30px;
    background: var(--color-white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 4px 11px 0 rgba(1, 58, 55, 0.15); }
    .sec-title .sub-title.sub-title-bg::before {
      left: 10px; }
    .sec-title .sub-title.sub-title-bg::after {
      right: 10px; }
.sec-title .content {
  margin-top: 15px;
  letter-spacing: -0.01em;
  color: var(--color-white); }
.sec-title--white .title {
  color: var(--color-white); }
.sec-title--white .sub-title {
  color: var(--color-white); }
  .sec-title--white .sub-title::before, .sec-title--white .sub-title::after {
    background: var(--color-primary); }
.sec-title--two .title {
  font-size: 52px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -0.01em;
  color: var(--color-white); }
  @media (max-width: 1199px) {
    .sec-title--two .title {
      font-size: 45px; } }
  @media (max-width: 767px) {
    .sec-title--two .title {
      font-size: 38px;
      line-height: 1.4; } }
.sec-title--two .sub-title {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  text-transform: uppercase; }
  .sec-title--two .sub-title::before, .sec-title--two .sub-title::after {
    display: none; }
.sec-title--two .content {
  max-width: 500px;
  margin-top: 10px;
  line-height: 28px; }
.sec-title--three .inner {
  gap: 30px;
  display: flex;
  align-items: start;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .sec-title--three .inner {
      flex-wrap: wrap; } }
.sec-title--three .title {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  max-width: 580px; }
  @media (max-width: 1199px) {
    .sec-title--three .title {
      max-width: 440px; } }
  @media (max-width: 991px) {
    .sec-title--three .title {
      font-size: 32px;
      max-width: 515px; } }
  @media (max-width: 767px) {
    .sec-title--three .title {
      font-size: 29px; } }
.sec-title--three .content {
  font-size: 17px;
  line-height: 25px;
  margin-top: 0;
  max-width: 725px;
  letter-spacing: 0em;
  display: inline-block; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sec-title--three .content {
      max-width: 560px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sec-title--three .content {
      max-width: 500px; } }
  @media (max-width: 1199px) {
    .sec-title--three .content {
      max-width: 408px; } }
  @media (max-width: 991px) {
    .sec-title--three .content {
      max-width: 448px; } }
.sec-title--three .xb-sec-title-border {
  position: relative; }
  .sec-title--three .xb-sec-title-border::after {
    position: absolute;
    top: 40px;
    height: 1px;
    opacity: 1;
    content: "";
    left: 0;
    right: 0;
    width: 0;
    transform: scaleX(0);
    transform-origin: 0 100%;
    border: 1px dashed #e3f329;
    transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
    @media (max-width: 767px) {
      .sec-title--three .xb-sec-title-border::after {
        top: 36px; } }
  .sec-title--three .xb-sec-title-border.triggered::after {
    transform: scale(1);
    width: 100%; }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-about-img-item {
    gap: 20px;
    flex-wrap: nowrap; } }
@media (max-width: 1199px) {
  .xb-about-img-item {
    gap: 20px;
    flex-wrap: nowrap; } }
@media (max-width: 767px) {
  .xb-about-img-item {
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center !important; } }
.xb-about-img-item .img {
  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-about-img-item .img {
      width: 47%; } }
  .xb-about-img-item .img img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .xb-about-img-item .img:hover img {
    transform: scale(1.03); }
@media (max-width: 767px) {
  .xb-about-img-item.dc-about-img {
    margin-top: 0;
    margin-bottom: 70px; } }

@media (max-width: 991px) {
  .xb-about-top-content {
    margin-left: 33px; } }
.xb-about-top-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-left: -33px;
  margin-bottom: 10px;
  color: var(--color-white);
 
  font-family: var(--font-body);
  display: flex;
  align-items: start;
  gap: 10px; }
.xb-about-top-content .content {
  line-height: 28px;
  color: var(--color-white); }

.about-btn {
  margin-bottom: -80px; }
  @media (max-width: 991px) {
    .about-btn {
      margin-bottom: -30px; } }

.xb-about-right {
  overflow: hidden;
  float: right;
  max-height: 161px;
  max-width: 301px;
  transform: translateY(13px);
  border-radius: 107px;
  -webkit-border-radius: 107px;
  -moz-border-radius: 107px;
  -ms-border-radius: 107px;
  -o-border-radius: 107px; }
  @media (max-width: 991px) {
    .xb-about-right {
      float: left; } }
  .xb-about-right video {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.dc-about-img-item {
  gap: 20px;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .dc-about-img-item {
      flex-wrap: wrap; } }
  .dc-about-img-item .img {
    width: 13.1%;
    height: 600px;
    transition: all 0.6s ease;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    @media (max-width: 767px) {
      .dc-about-img-item .img {
        width: 100%; } }
    .dc-about-img-item .img a img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: all 0.6s ease; }
    .dc-about-img-item .img.active, .dc-about-img-item .img:hover {
      width: 41.3%;
      transition: all 0.6s ease; }
      @media (max-width: 767px) {
        .dc-about-img-item .img.active, .dc-about-img-item .img:hover {
          width: 100%; } }

.about-button {
  margin-top: -80px; }
  @media (max-width: 1199px) {
    .about-button {
      margin-top: -60px; } }
  @media (max-width: 991px) {
    .about-button {
      margin-top: -40px; } }
  @media (max-width: 767px) {
    .about-button {
      margin-top: 30px; } }

.xb-about-top-right-content .content {
  color: #414047;
  padding-left: 40px; }
  @media (max-width: 991px) {
    .xb-about-top-right-content .content {
      padding-left: 0; } }

.xb-about-item {
  padding: 40px 40px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #cbcad3;
  background: var(--color-white); }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-about-item {
      padding: 40px 30px 30px; } }
  @media (max-width: 1199px) {
    .xb-about-item {
      padding: 40px 38px 30px; } }
  @media only screen and (max-width: 1023px) {
    .xb-about-item {
      padding: 40px 28px 30px; } }
  .xb-about-item .xb-item--icon {
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 183, 255, 0.1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px; }
  .xb-about-item .xb-item--title {
    font-size: 26px;
    font-weight: 900;
    margin: 35px 0 20px;
    text-transform: uppercase;
    font-family: var(--font-heading); }
  .xb-about-item .xb-item--content {
    color: #49515b; }

.xb-feature-item {
  position: relative;
  overflow: hidden;
  min-height: 253px;
  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 #CBCAD3;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .xb-feature-item {
      flex-wrap: wrap;
      gap: 50px;
      justify-content: flex-end; } }
  @media (max-width: 767px) {
    .xb-feature-item {
      gap: 0;
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .xb-feature-item:not(:last-child) {
    margin-bottom: 30px; }
  .xb-feature-item .xb-item--title {
    font-size: 26px;
    font-weight: 700;
    margin: 55px 0 12px;
    }
  .xb-feature-item .xb-item--inner {
    max-width: 350px;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .xb-feature-item .xb-item--inner {
        padding-left: 0;
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .xb-feature-item .xb-item--inner {
        padding: 15px 10px 15px 30px; } }

.xb-feature-left-content {
  position: sticky;
  top: 130px; }

.feature-btn {
  margin-top: 335px; }
  @media (max-width: 991px) {
    .feature-btn {
      margin-top: 50px;
      text-align: center; } }

.xb-feature-content h2 {
  font-weight: 400;
  font-size: 52px;
  line-height: 2.06;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .xb-feature-content h2 {
      font-size: 44px; } }
  @media (max-width: 991px) {
    .xb-feature-content h2 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .xb-feature-content h2 {
      font-size: 27px; } }
  .xb-feature-content h2 .hilight-text {
    z-index: 1;
    position: relative;
    padding: 13px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
    @media (max-width: 991px) {
      .xb-feature-content h2 .hilight-text {
        padding: 6px 15px; } }
    .xb-feature-content h2 .hilight-text::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: -6px;
      z-index: -1;
      height: 100%;
      width: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #82ff46 0%, #47ff71 40.03%, #3ef3bf 56.21%, #65a7ff 100%); }
    .xb-feature-content h2 .hilight-text:nth-child(2)::before {
      background: linear-gradient(270deg, #f3977b 0%, #ff9791 24.48%, #eb5fe2 60.09%, #988cfe 100%); }
    .xb-feature-content h2 .hilight-text:nth-child(2) img:nth-child(1) {
      top: -58%; }
    .xb-feature-content h2 .hilight-text:nth-child(2) img:nth-child(2) {
      bottom: -51%;
      left: 3px; }
    .xb-feature-content h2 .hilight-text:nth-child(2) img:nth-child(3) {
      bottom: -46%; }
    .xb-feature-content h2 .hilight-text:nth-child(3)::before {
      background: linear-gradient(90deg, #fe5dff 0%, #fe46d0 36.91%, #fa6dac 53.41%, #fb5852 66.28%, #f8c34a 100%); }
    .xb-feature-content h2 .hilight-text:nth-child(3) img:nth-child(1) {
      left: 36px;
      top: -62%; }
    .xb-feature-content h2 .hilight-text:nth-child(3) img:nth-child(2) {
      left: 9px; }
    .xb-feature-content h2 .hilight-text:nth-child(3) img:nth-child(3) {
      right: -30px;
      bottom: -65%; }
    .xb-feature-content h2 .hilight-text:nth-child(4)::before {
      background: linear-gradient(90deg, #af96f8 0%, #72bcf6 40.01%, #5bf5e6 67.85%, #5bf38b 100%); }
    .xb-feature-content h2 .hilight-text:nth-child(4) img:nth-child(1) {
      top: -70%;
      left: 25px; }
    .xb-feature-content h2 .hilight-text:nth-child(4) img:nth-child(2) {
      left: 80px;
      bottom: -65%; }
      @media (max-width: 991px) {
        .xb-feature-content h2 .hilight-text:nth-child(4) img:nth-child(2) {
          left: 10px; } }
    .xb-feature-content h2 .hilight-text:nth-child(4) img:nth-child(3) {
      right: -25px; }
    .xb-feature-content h2 .hilight-text img {
      z-index: -2;
      opacity: 0;
      position: absolute;
      transform: scale(0.5);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 991px) {
        .xb-feature-content h2 .hilight-text img {
          max-width: 22%; } }
      .xb-feature-content h2 .hilight-text img:nth-child(1) {
        top: -64%;
        left: 40px; }
      .xb-feature-content h2 .hilight-text img:nth-child(2) {
        left: -8px;
        bottom: -64%; }
      .xb-feature-content h2 .hilight-text img:nth-child(3) {
        bottom: -42%;
        right: -18px; }
    .xb-feature-content h2 .hilight-text.active img {
      opacity: 1;
      transform: scale(1); }

.xb-feature-top .xb-feature-top-right-content {
  padding-left: 90px;
  padding-right: 45px; }
  @media (max-width: 1199px) {
    .xb-feature-top .xb-feature-top-right-content {
      padding-left: 42px;
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .xb-feature-top .xb-feature-top-right-content {
      padding-left: 0;
      padding-right: 0; } }

.feature-left-img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.xb-team-item .xb-item--avatar {
  position: relative;
  text-align: center; }
  .xb-team-item .xb-item--avatar img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.xb-team-item .xb-item--logo {
  position: absolute;
  top: 15px;
  right: 15px; }
.xb-team-item .xb-item--holder {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white); }
.xb-team-item .xb-item--name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 30px;
  margin-bottom: 2px;
  letter-spacing: -0.02em;
  color: var(--color-white);
  font-family: var(--font-body); }
  .xb-team-item .xb-item--name a {
    color: currentColor; }
.xb-team-item .xb-item--desig {
  color: var(--color-white); }
.xb-team-item:hover .xb-item--avatar img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

@media (max-width: 767px) {
  .dc-team-item {
    display: flex;
    justify-content: center; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dc-team-item {
    justify-content: start; } }
.dc-team-item .xb-item--avatar {
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: scale(0.9); }
.dc-team-item .xb-item--author {
  margin: 60px -36px 0; }
  @media (max-width: 767px) {
    .dc-team-item .xb-item--author {
      margin: 15px 0 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .dc-team-item .xb-item--author {
      margin: 50px 0 0 -32px; } }
.dc-team-item .xb-item--name {
  font-size: 28px;
  font-weight: 400;
  opacity: 0;
  text-transform: uppercase;
  color: var(--color-white);
  transform: translateY(20px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .dc-team-item .xb-item--name a {
    color: currentColor; }
.dc-team-item .xb-item--desig {
  opacity: 0;
  color: var(--color-white);
  transform: translateY(20px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.dc-team-slider {
  margin-right: -313px;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .dc-team-slider {
      margin-right: 0;
      padding-bottom: 100px; } }
  .dc-team-slider .swiper-slide-next {
    margin-left: 46px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .dc-team-slider .swiper-slide-next {
        margin-left: 50px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .dc-team-slider .swiper-slide-next {
        margin-left: 45px; } }
    @media (max-width: 1199px) {
      .dc-team-slider .swiper-slide-next {
        margin-left: 54px; } }
    @media (max-width: 767px) {
      .dc-team-slider .swiper-slide-next {
        margin-left: 0; } }
  .dc-team-slider .swiper-slide-prev {
    margin-right: 40px !important; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .dc-team-slider .swiper-slide-prev {
        margin-right: 35px !important; } }
    @media (max-width: 767px) {
      .dc-team-slider .swiper-slide-prev {
        margin-right: 0 !important; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .dc-team-slider .swiper-slide-prev {
        margin-right: 52px !important; } }
  .dc-team-slider .swiper-slide-active .xb-item--avatar {
    filter: grayscale(0);
    transform: scale(1.32); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .dc-team-slider .swiper-slide-active .xb-item--avatar {
        transform: scale(1.2); } }
    @media (max-width: 767px) {
      .dc-team-slider .swiper-slide-active .xb-item--avatar {
        transform: scale(1); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .dc-team-slider .swiper-slide-active .xb-item--avatar {
        transform: scale(1.2); } }
  .dc-team-slider .swiper-slide-active .xb-item--name {
    opacity: 1;
    transform: translateY(0); }
  .dc-team-slider .swiper-slide-active .xb-item--desig {
    opacity: 1;
    transition-delay: 0.2s;
    transform: translateY(0); }
  .dc-team-slider .team-shape {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 20px;
    width: 315px;
    height: 298px;
    background: #0e052c;
    filter: blur(8.3000001907px); }
    @media (max-width: 767px) {
      .dc-team-slider .team-shape {
        display: none; } }

.dc-team-wrapper {
  overflow: hidden; }
  .dc-team-wrapper .swiper-pagination {
    left: auto;
    right: 70px;
    bottom: 10px;
    z-index: 1; }
    @media (max-width: 767px) {
      .dc-team-wrapper .swiper-pagination {
        right: 50%;
        transform: translateX(50%); } }
    .dc-team-wrapper .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      margin: 0 5px;
      background: #9b96ac; }
      .dc-team-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transform: scale(1.7);
        background: #ff6b00; }
  .dc-team-wrapper .team-slide-btn .swiper-button-next,
  .dc-team-wrapper .team-slide-btn .swiper-button-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    font-size: 20px;
    font-weight: 400;
    height: 46px;
    width: 46px;
    z-index: 2;
    background: #0e052c;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    color: var(--color-white); }
    .dc-team-wrapper .team-slide-btn .swiper-button-next:after,
    .dc-team-wrapper .team-slide-btn .swiper-button-prev:after {
      display: none; }
    @media (max-width: 767px) {
      .dc-team-wrapper .team-slide-btn .swiper-button-next,
      .dc-team-wrapper .team-slide-btn .swiper-button-prev {
        right: 15%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .dc-team-wrapper .team-slide-btn .swiper-button-next,
      .dc-team-wrapper .team-slide-btn .swiper-button-prev {
        right: 24%; } }
  .dc-team-wrapper .team-slide-btn .swiper-button-prev {
    right: 16.8%; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .dc-team-wrapper .team-slide-btn .swiper-button-prev {
        right: 19%; } }
    @media (max-width: 1199px) {
      .dc-team-wrapper .team-slide-btn .swiper-button-prev {
        right: 22%; } }
    @media only screen and (max-width: 1023px) {
      .dc-team-wrapper .team-slide-btn .swiper-button-prev {
        right: 24%; } }
    @media (max-width: 991px) {
      .dc-team-wrapper .team-slide-btn .swiper-button-prev {
        right: 32%; } }
    @media (max-width: 767px) {
      .dc-team-wrapper .team-slide-btn .swiper-button-prev {
        right: 73%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .dc-team-wrapper .team-slide-btn .swiper-button-prev {
        right: 67%; } }

.dec-team-top {
  gap: 30px; }

.fa-team-item {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .fa-team-item .xb-item--holder {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .fa-team-item .xb-item--title {
    font-size: 22px;
    margin: 39px 0 3px;
    text-transform: uppercase;
    color: var(--color-black); }
    .fa-team-item .xb-item--title a {
      color: currentColor; }
  .fa-team-item .xb-item--desig {
    color: var(--color-black); }
  .fa-team-item .xb-item--avatar {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .fa-team-item:hover {
    background: var(--color-primary); }
    .fa-team-item:hover .xb-item--avatar {
      opacity: 0; }
    .fa-team-item:hover .xb-item--holder {
      opacity: 1; }

.fa-team-slider {
  margin-left: -415px; }
  @media (max-width: 1199px) {
    .fa-team-slider {
      margin-left: -300px; } }
  @media (max-width: 991px) {
    .fa-team-slider {
      margin-left: -100px;
      margin-right: -100px; } }
  @media (max-width: 767px) {
    .fa-team-slider {
      margin-left: -10px;
      margin-right: -10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .fa-team-slider {
      margin-left: -20px;
      margin-right: -20px; } }

.spekar-wrap {
  display: flex;
  margin: 0 100px 0 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white); }
  @media (max-width: 1199px) {
    .spekar-wrap {
      margin: 0; } }
  @media (max-width: 991px) {
    .spekar-wrap {
      overflow: hidden; } }
  @media (max-width: 767px) {
    .spekar-wrap {
      flex-wrap: wrap;
      padding: 20px;
      justify-content: center; } }
  .spekar-wrap .xb-item--img {
    position: relative; }
    @media (max-width: 1199px) {
      .spekar-wrap .xb-item--img {
        max-width: 60%;
        bottom: -46px; } }
    @media only screen and (max-width: 1023px) {
      .spekar-wrap .xb-item--img {
        bottom: -74px; } }
    @media (max-width: 991px) {
      .spekar-wrap .xb-item--img {
        left: -30px;
        bottom: -219px; } }
    @media (max-width: 767px) {
      .spekar-wrap .xb-item--img {
        bottom: 0;
        left: 0;
        max-width: 80%; } }
  .spekar-wrap .xb-item--bran-logo {
    position: absolute;
    top: 33px;
    left: 33px;
    max-width: 15.5%; }
    @media (max-width: 991px) {
      .spekar-wrap .xb-item--bran-logo {
        left: 63px; } }
    @media (max-width: 767px) {
      .spekar-wrap .xb-item--bran-logo {
        left: 0;
        top: 20px; } }

.speakes-info {
  z-index: 1;
  position: relative;
  margin-bottom: -70px;
  margin-top: 60px;
  background: #260f8f;
  padding: 52px 60px 60px;
  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: 1200px) and (max-width: 1300px) {
    .speakes-info {
      margin-left: -30px;
      padding: 52px 20px 60px; } }
  @media (max-width: 1199px) {
    .speakes-info {
      margin-left: -30px;
      padding: 52px 30px 60px; } }
  @media only screen and (max-width: 1023px) {
    .speakes-info {
      margin-left: -60px; } }
  @media (max-width: 991px) {
    .speakes-info {
      margin-top: 5px;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .speakes-info {
      margin-left: 0; } }
  .speakes-info::before {
    position: absolute;
    content: '';
    left: 0;
    top: -5px;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #00b8ff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; }
  .speakes-info .xb-item--name {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 55px;
    text-transform: uppercase;
    color: var(--color-white); }
    @media (max-width: 991px) {
      .speakes-info .xb-item--name {
        font-size: 23px; } }
    @media (max-width: 767px) {
      .speakes-info .xb-item--name {
        font-size: 22px; } }
  .speakes-info .xb-item--info-list li {
    font-weight: 500;
    color: var(--color-white); }
    .speakes-info .xb-item--info-list li:not(:last-child) {
      margin-bottom: 20px; }
    .speakes-info .xb-item--info-list li span {
      font-weight: 600;
      letter-spacing: -0.03em; }
  .speakes-info .xb-social_media {
    margin-top: 70px; }
    .speakes-info .xb-social_media span {
      display: block;
      font-weight: 600;
      margin-bottom: 13px;
      letter-spacing: -0.03em;
      color: var(--color-white); }
    .speakes-info .xb-social_media li:nth-child(1) {
      margin-right: 0 !important; }
    .speakes-info .xb-social_media li a {
      color: var(--color-white);
      border-radius: 5px !important;
      background: #260f8f !important; }

.team-details-content {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 991px) {
    .team-details-content {
      padding-left: 0;
      padding-right: 0; } }

.skeaker-info-table li {
  gap: 102px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbcad3; }
  @media (max-width: 767px) {
    .skeaker-info-table li {
      gap: 40px; } }
  .skeaker-info-table li:first-child {
    border-top: 1px solid #cbcad3; }
  .skeaker-info-table li span {
    font-weight: 500;
    font-size: 20px;
    padding: 35px 0;
    width: 20.3%;
    letter-spacing: -0.05em;
   
    color: var(--color-heading);
    border-right: 1px solid #cbcad3; }
    @media (max-width: 767px) {
      .skeaker-info-table li span {
        padding-right: 100px; } }

.team-sub-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-heading); }

.team-content {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: var(--color-heading); }
  @media (max-width: 991px) {
    .team-content {
      font-size: 24px; } }

.speaker-experensce-content {
  display: flex;
  border-top: 1px solid #cbcad3; }
  @media (max-width: 767px) {
    .speaker-experensce-content {
      flex-wrap: wrap; } }
  .speaker-experensce-content .xb-item--exprence {
    margin-top: 20px; }
    .speaker-experensce-content .xb-item--exprence li {
      font-size: 16px;
      letter-spacing: 0em; }
      .speaker-experensce-content .xb-item--exprence li:not(:last-child) {
        margin-bottom: 10px; }
  .speaker-experensce-content .xb-item--left_site {
    width: 50%;
    padding-top: 27px;
    border-right: 1px solid #cbcad3; }
    @media (max-width: 767px) {
      .speaker-experensce-content .xb-item--left_site {
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid #cbcad3;
        border-right: none; } }
  .speaker-experensce-content .xb-item--right_site {
    width: 50%;
    padding-top: 27px;
    padding-left: 66px; }
    @media (max-width: 767px) {
      .speaker-experensce-content .xb-item--right_site {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-top: 30px; } }
  .speaker-experensce-content .xb-item--skill-wrap {
    margin-top: 40px; }
  .speaker-experensce-content .xb-item--skill:not(:last-child) {
    margin-bottom: 30px; }
  .speaker-experensce-content .xb-item--progress-content {
    margin-bottom: 22px; }
  .speaker-experensce-content .xb-item--progress {
    height: 4px;
    width: 100%;
    position: relative;
    display: block;
    background: rgba(38, 15, 143, 0.1); }
    .speaker-experensce-content .xb-item--progress::before {
      position: absolute;
      content: '';
      left: 0;
      top: 1px;
      height: 2px;
      width: 90%;
      background: #260f8f; }
    .speaker-experensce-content .xb-item--progress.progress-2::before {
      width: 40%;
      background: #ff6500; }
    .speaker-experensce-content .xb-item--progress.progress-3::before {
      width: 80%;
      background: #00b8ff; }

.single-item-image {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.details-content-title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: var(--font-heading); }
  @media (max-width: 1199px) {
    .details-content-title {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .details-content-title {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .details-content-title {
      font-size: 22px;
      line-height: 1.5; } }

.details-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-family: var(--font-heading); }

.details-single-content {
  margin-bottom: 70px; }

.post_meta {
  gap: 40px; }
  @media (max-width: 767px) {
    .post_meta {
      gap: 20px; } }
  .post_meta .meta_label1 {
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    color: var(--color-default); }
    .post_meta .meta_label1::before {
      position: absolute;
      content: '';
      top: 50%;
      right: -20px;
      height: 13px;
      width: 2px;
      background: #131053;
      transform: translateY(-50%); }
  .post_meta .meta_label {
    color: var(--color-default); }
    .post_meta .meta_label a {
      color: currentColor; }
  .post_meta .meta_icon img {
    margin-right: 5px;
    transform: translateY(-2px); }

.post-meta-wrap {
  padding-bottom: 50px;
  border-bottom: 1px solid #cbcad3; }

.post_audio {
  margin-bottom: 40px; }
  .post_audio .audio_play_btn {
    gap: 26px;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    padding: 5px 30px 5px 5px;
    border: 1px solid #e7e8ec;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: var(--color-white); }
    .post_audio .audio_play_btn i {
      width: 40px;
      height: 40px;
      flex: 0 0 auto;
      padding-left: 4px;
      border-radius: 100%;
      align-items: center;
      display: inline-flex;
      justify-content: center;
      color: var(--color-white);
      background: var(--color-secondary); }
    .post_audio .audio_play_btn span {
      color: var(--color-default); }

.item_details_heading {
  font-size: 38px;
  font-weight: 900;
  line-height: 55px;
  margin: 30px 0 22px; }
  @media (max-width: 991px) {
    .item_details_heading {
      font-size: 30px;
      line-height: 45px; } }
  @media (max-width: 767px) {
    .item_details_heading {
      font-size: 23px;
      line-height: 40px; } }

.item_details_info_heading {
  font-weight: 900;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0em;
  color: var(--color-heading);
  text-transform: uppercase; }

.image_block {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.blog_details_content p {
  line-height: 28px; }

.blog-details-video {
  width: 100%;
  overflow: hidden;
  margin-bottom: 90px;
  display: inline-flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.iconlist_block {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding-left: 38px; }
  .iconlist_block .iconlist_text {
    font-weight: 500; }

.numlist_block {
  gap: 15px;
  padding-left: 0;
  margin-top: 15px; }

.postabmin_block {
  padding: 35px 40px;
  margin: 75px 0 80px;
  border: 1px solid #cbcad3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white); }
  .postabmin_block .admin_image {
    margin-right: 30px;
    display: inline-block;
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  .postabmin_block .admin_content {
    width: calc(100% - 180px); }
    @media (max-width: 767px) {
      .postabmin_block .admin_content {
        width: 100%;
        margin-top: 30px; } }
  .postabmin_block .admin_name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--color-heading);
    font-family: var(--font-body); }
  .postabmin_block .admin_designation {
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0 15px;
    display: inline-block; }
  .postabmin_block .social_icons_blocks {
    gap: 20px; }
    .postabmin_block .social_icons_blocks li a i {
      opacity: 0.5;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: var(--color-secondary); }
    .postabmin_block .social_icons_blocks li a:hover i {
      opacity: 1; }
  .postabmin_block p {
    margin-bottom: 10px; }

.social_icons_block {
  gap: 10px; }
  .social_icons_block li a {
    height: 32px;
    width: 32px;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #e7e8ec;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: var(--color-heading);
    background: var(--color-white); }
    .social_icons_block li a svg {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .social_icons_block li a:hover {
      color: var(--color-white);
      background: var(--color-secondary);
      border: 1px solid var(--color-secondary); }
      .social_icons_block li a:hover svg {
        filter: brightness(10000%); }

.post-nav-item {
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: space-between;
  background: var(--color-white);
  border: 1px solid #cbcad3;
  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: 1200px) and (max-width: 1300px) {
    .post-nav-item {
      padding: 30px 30px; } }
  @media (max-width: 1199px) {
    .post-nav-item {
      padding: 30px 30px; } }
  .post-nav-item:nth-child(1) .xb-item--holder {
    text-align: end; }
  .post-nav-item:nth-child(3) .xb-item--arrow span {
    left: auto;
    right: -10px; }
  .post-nav-item:hover .xb-item--arrow span {
    background: #ffe04b; }
  .post-nav-item:hover .xb-item--arrow svg {
    transform: translateX(-5px); }
  .post-nav-item:hover:nth-child(3) .xb-item--arrow svg {
    transform: translateX(5px); }
  .post-nav-item .xb-item--title {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    line-height: 26px;
    text-transform: uppercase; }
  .post-nav-item .xb-item--text {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 500;
    color: var(--color-default); }
  .post-nav-item .xb-item--arrow svg {
    z-index: 2;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .post-nav-item .xb-item--arrow span {
    height: 30px;
    width: 30px;
    top: -1px;
    left: -10px;
    position: absolute;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: rgba(255, 225, 75, 0.4); }

.other_post_nav {
  gap: 40px;
  margin: 62px 0 80px; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .other_post_nav {
      flex-wrap: nowrap; } }
  @media (max-width: 1199px) {
    .other_post_nav {
      flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .other_post_nav {
      flex-wrap: wrap;
      justify-content: center; } }

.item_details-newslatter {
  padding: 50px 60px 60px;
  background: var(--color-white);
  border: 1px solid #cbcad3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .item_details-newslatter {
      padding: 30px; }
      .item_details-newslatter .xb-item--holder {
        margin-bottom: 30px; } }
  .item_details-newslatter .item_details_info_heading {
    margin-bottom: 15px; }
  .item_details-newslatter p {
    margin-bottom: 30px; }
  .item_details-newslatter .xb-item--bell-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f8;
    border: 1px solid #e7e8ec;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translateY(7px); }
    .item_details-newslatter .xb-item--bell-icon i {
      transform-origin: top;
      color: var(--color-heading);
      animation: ring 1.8s ease-out infinite; }
  .item_details-newslatter .xb-item--item-input_field input {
    height: 60px;
    padding: 0 140px 0 30px;
    background: #f6f6f8;
    border: 1px solid #e7e8ec;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    color: var(--color-heading); }
    .item_details-newslatter .xb-item--item-input_field input:focus {
      border-color: var(--color-heading); }
  .item_details-newslatter .xb-item--item-input_field button {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    padding: 13px 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: var(--color-heading);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: var(--color-primary); }

.related-blog-title {
  font-size: 30px;
  margin-bottom: 63px;
  letter-spacing: -0.02em;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .related-blog-title {
      font-size: 24px; } }

.blog-details_item .xb-item--img {
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .blog-details_item .xb-item--img img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.blog-details_item .xb-item--title {
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 20px;
  color: var(--color-heading); }
  .blog-details_item .xb-item--title a {
    color: currentColor; }
.blog-details_item .xb-item--meta {
  gap: 40px;
  margin: 15px 0 10px; }
.blog-details_item .xb-item--meta_label1 {
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: var(--color-default); }
  .blog-details_item .xb-item--meta_label1::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -20px;
    height: 13px;
    width: 2px;
    background: #131053;
    transform: translateY(-50%); }
.blog-details_item .xb-item--det-btn {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 12px;
  letter-spacing: -0.02em;
 
  color: var(--color-default);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .blog-details_item .xb-item--det-btn i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .blog-details_item .xb-item--det-btn::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-default); }
  .blog-details_item .xb-item--det-btn:hover {
    color: var(--color-secondary); }
    .blog-details_item .xb-item--det-btn:hover i {
      transform: translateX(5px); }
    .blog-details_item .xb-item--det-btn:hover::before {
      background: var(--color-secondary); }
.blog-details_item .item_details_info_heading {
  margin-bottom: 15px; }
  .blog-details_item .item_details_info_heading a {
    color: currentColor; }
.blog-details_item:hover .xb-item--img img {
  transform: scale(1.05); }

.comment_area {
  padding-top: 75px;
  border-top: 1px solid #cbcad3; }

.comment-title {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 47px;
  text-transform: uppercase; }

.comments_list {
  gap: 60px; }
  .comments_list > li .comments_list {
    gap: 30px;
    padding: 50px 0 0 110px; }
    @media (max-width: 767px) {
      .comments_list > li .comments_list {
        padding: 50px 0 0 40px; } }

.unordered_list_block {
  display: flex;
  flex-direction: column; }

.comment_item {
  gap: 40px;
  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-weight: 500; }
  .comment_item .comment_author_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    font-family: var(--font-body); }
  .comment_item .comment_time {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 20px; }
  .comment_item .comment_reply_btn {
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    border-radius: 50px;
    color: var(--color-heading);
    padding: 8px 20px 8px;
    background: #fff;
    border: 1px solid #cbcad3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .comment_item .comment_reply_btn:hover {
      color: var(--color-white);
      border: 1px solid var(--color-secondary);
      background-color: var(--color-secondary); }

.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); }
  @media (max-width: 1199px) {
    .xb-video .btn-video {
      height: 120px;
      width: 120px;
      padding: 40px; } }
  @media (max-width: 991px) {
    .xb-video .btn-video {
      height: 100px;
      width: 100px;
      padding: 35px; } }
  @media (max-width: 767px) {
    .xb-video .btn-video {
      height: 50px;
      width: 50px;
      padding: 18px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-video .btn-video {
      height: 80px;
      width: 80px;
      padding: 28px; } }
  .xb-video .btn-video::before, .xb-video .btn-video::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -2;
    border-radius: inherit;
    background: var(--color-white); }
  .xb-video .btn-video::before {
    display: block;
    animation: pulse-border 1500ms ease-out infinite; }
    @media (max-width: 767px) {
      .xb-video .btn-video::before {
        animation: pulse-border-small 1500ms ease-out infinite; } }
  .xb-video .btn-video::after {
    animation: pulse-border-big 1500ms ease-out infinite; }
    @media (max-width: 767px) {
      .xb-video .btn-video::after {
        animation: pulse-border 1500ms ease-out infinite; } }

.xb-video-wrap .enent-info .info {
  position: absolute;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.02em;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary); }
  @media (max-width: 767px) {
    .xb-video-wrap .enent-info .info {
      line-height: 16px;
      font-size: 12px; } }
  .xb-video-wrap .enent-info .info--1 {
    left: 357px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-video-wrap .enent-info .info--1 {
        left: 150px; } }
    @media (max-width: 1199px) {
      .xb-video-wrap .enent-info .info--1 {
        left: 80px; } }
    @media (max-width: 767px) {
      .xb-video-wrap .enent-info .info--1 {
        left: 20px; } }
  .xb-video-wrap .enent-info .info--2 {
    right: 460px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-video-wrap .enent-info .info--2 {
        right: 290px; } }
    @media (max-width: 1199px) {
      .xb-video-wrap .enent-info .info--2 {
        right: 200px; } }
    @media (max-width: 991px) {
      .xb-video-wrap .enent-info .info--2 {
        right: 110px; } }
    @media (max-width: 767px) {
      .xb-video-wrap .enent-info .info--2 {
        right: 30px; } }

.xb-gallery-wrap .step {
  gap: 20px;
  display: inline-flex;
  align-items: center; }
  .xb-gallery-wrap .step .img-gallery {
    position: relative; }
    .xb-gallery-wrap .step .img-gallery .img {
      filter: grayscale(100);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .xb-gallery-wrap .step .img-gallery .img--1 {
        opacity: 1;
        visibility: visible; }
      .xb-gallery-wrap .step .img-gallery .img--2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden; }
    .xb-gallery-wrap .step .img-gallery:hover .img {
      filter: grayscale(0); }
      .xb-gallery-wrap .step .img-gallery:hover .img--1 {
        opacity: 0;
        visibility: hidden; }
      .xb-gallery-wrap .step .img-gallery:hover .img--2 {
        opacity: 1;
        visibility: visible; }
  @media (max-width: 1199px) {
    .xb-gallery-wrap .step--1 {
      max-width: 760px; } }
  @media only screen and (max-width: 1023px) {
    .xb-gallery-wrap .step--1 {
      max-width: 697px; } }
  @media (max-width: 991px) {
    .xb-gallery-wrap .step--1 {
      max-width: 516px; } }
  @media (max-width: 767px) {
    .xb-gallery-wrap .step--1 {
      max-width: 275px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-gallery-wrap .step--1 {
      max-width: 381px; } }
  .xb-gallery-wrap .step--2 {
    margin-top: -60px; }
    @media (max-width: 1199px) {
      .xb-gallery-wrap .step--2 {
        margin-top: -55px; } }
    @media (max-width: 991px) {
      .xb-gallery-wrap .step--2 {
        margin-top: -40px; } }
    @media (max-width: 767px) {
      .xb-gallery-wrap .step--2 {
        margin-top: -17px; } }
  .xb-gallery-wrap .step--3 {
    margin-top: -60px; }
    @media (max-width: 1199px) {
      .xb-gallery-wrap .step--3 {
        max-width: 760px;
        margin-top: -55px; } }
    @media only screen and (max-width: 1023px) {
      .xb-gallery-wrap .step--3 {
        max-width: 697px; } }
    @media (max-width: 991px) {
      .xb-gallery-wrap .step--3 {
        margin-top: -40px;
        max-width: 516px; } }
    @media (max-width: 767px) {
      .xb-gallery-wrap .step--3 {
        max-width: 275px;
        margin-top: -17px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .xb-gallery-wrap .step--3 {
        max-width: 381px; } }

.event-gallery {
  min-height: 960px; }
  @media (max-width: 1199px) {
    .event-gallery {
      min-height: 900px; } }
  @media only screen and (max-width: 1023px) {
    .event-gallery {
      min-height: 820px; } }
  @media (max-width: 991px) {
    .event-gallery {
      min-height: 630px; } }
  @media (max-width: 767px) {
    .event-gallery {
      min-height: 260px;
      padding-top: 20px;
      padding-bottom: 20px; } }

.team-gallery {
  padding-left: 25px; }
  @media (max-width: 991px) {
    .team-gallery {
      padding-left: 0;
      margin-top: 70px; } }
  .team-gallery .step {
    gap: 10px;
    display: inline-flex;
    align-items: center; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .team-gallery .step--1 {
        max-width: 75%; } }
    @media (max-width: 1199px) {
      .team-gallery .step--1 {
        max-width: 75%; } }
    @media (max-width: 767px) {
      .team-gallery .step--1 {
        max-width: 74%; } }
    .team-gallery .step--2 {
      margin-top: -32px; }
      @media (max-width: 1199px) {
        .team-gallery .step--2 {
          margin-top: -25px; } }
      @media (max-width: 991px) {
        .team-gallery .step--2 {
          margin-top: -32px; } }
      @media (max-width: 767px) {
        .team-gallery .step--2 {
          margin-top: -20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .team-gallery .step--2 {
          margin-top: -25px; } }
    .team-gallery .step--3 {
      margin-top: -32px; }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .team-gallery .step--3 {
          max-width: 75%; } }
      @media (max-width: 1199px) {
        .team-gallery .step--3 {
          max-width: 75%;
          margin-top: -25px; } }
      @media (max-width: 991px) {
        .team-gallery .step--3 {
          margin-top: -32px; } }
      @media (max-width: 767px) {
        .team-gallery .step--3 {
          max-width: 74%;
          margin-top: -20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .team-gallery .step--3 {
          margin-top: -25px; } }

.gallery-item-image {
  overflow: hidden;
  position: relative;
  -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; }
  .gallery-item-image::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: rgba(11, 3, 164, 0.5); }
  .gallery-item-image img {
    transition: 0.3s ease-in-out; }
  .gallery-item-image .arrow {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    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%); }
    @media (max-width: 991px) {
      .gallery-item-image .arrow {
        width: 50px;
        height: 50px; } }
    @media (max-width: 767px) {
      .gallery-item-image .arrow {
        width: 60px;
        height: 60px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .gallery-item-image .arrow {
        width: 80px;
        height: 80px; } }
    @media (max-width: 991px) {
      .gallery-item-image .arrow img {
        max-width: 30%; } }
    @media (max-width: 767px) {
      .gallery-item-image .arrow img {
        max-width: 100%; } }
  .gallery-item-image:hover img {
    transform: scale(1.03); }
  .gallery-item-image:hover::before {
    opacity: 1; }
  .gallery-item-image:hover .arrow {
    opacity: 1; }

.blog_details_item.event-list-item {
  padding: 10px 50px 10px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none; }
  .blog_details_item.event-list-item:not(:last-child) {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    .blog_details_item.event-list-item {
      padding: 20px; } }
  .blog_details_item.event-list-item .xb-item--img {
    width: unset;
    border-radius: 10px 0 0 10px; }
    @media (max-width: 991px) {
      .blog_details_item.event-list-item .xb-item--img {
        margin-right: 0;
        width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; } }
  .blog_details_item.event-list-item .xb-item--meta-list {
    gap: 30px; }
    @media (max-width: 1199px) {
      .blog_details_item.event-list-item .xb-item--meta-list {
        gap: 20px; } }
    .blog_details_item.event-list-item .xb-item--meta-list li {
      gap: 10px;
      display: flex;
      align-items: center;
      padding: 2px 12px;
      background: #f2f2f2;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px; }
  .blog_details_item.event-list-item .xb-item--holder {
    padding: 0;
    width: calc(100% - 547px); }
    @media (max-width: 1199px) {
      .blog_details_item.event-list-item .xb-item--holder {
        padding: 20px 0 20px; } }
    @media (max-width: 991px) {
      .blog_details_item.event-list-item .xb-item--holder {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 10px; } }
  .blog_details_item.event-list-item .xb-item--title {
    font-size: 26px;
    line-height: 40px;
    margin: 20px 0 15px;
    letter-spacing: -0.02em; }
    @media (max-width: 1199px) {
      .blog_details_item.event-list-item .xb-item--title {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .blog_details_item.event-list-item .xb-item--title {
        font-size: 18px; } }
  .blog_details_item.event-list-item .xb-item--content {
    padding-right: 120px; }
    @media (max-width: 1199px) {
      .blog_details_item.event-list-item .xb-item--content {
        padding-right: 0; } }
  .blog_details_item.event-list-item .xb-item--button {
    gap: 50px;
    padding-top: 37px;
    border-top: 1px solid #cbcad3; }
    @media (max-width: 1199px) {
      .blog_details_item.event-list-item .xb-item--button {
        gap: 35px; } }
    @media (max-width: 991px) {
      .blog_details_item.event-list-item .xb-item--button {
        gap: 50px; } }

.blog-pagination.event-pagination {
  margin-top: 70px; }

.event-speaker .xb-item--name {
  color: var(--color-heading); }
.event-speaker .xb-item--desig {
  color: var(--color-heading); }

.event-details-single {
  margin-bottom: 50px;
  padding: 36px 40px 33px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white); }
  .event-details-single .xb-item--title {
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-heading); }
  .event-details-single .xb-item--info li {
    display: flex;
    font-size: 18px;
    font-weight: 400; }
    .event-details-single .xb-item--info li:not(:last-child) {
      margin-bottom: 13px;
      padding-bottom: 13px;
      border-bottom: 1px solid #cbcad3; }
    .event-details-single .xb-item--info li span {
      font-weight: 500;
      max-width: 50px;
      min-width: 87px;
      display: inline-block;
      color: var(--color-heading); }
  .event-details-single .xb-item--input-field {
    position: relative;
    display: flex; }
    .event-details-single .xb-item--input-field .nice-select {
      background: #fff;
      margin-bottom: 26px;
      border: 1px solid #cbcad3; }
  .event-details-single .xb-item--img {
    position: absolute;
    top: 14px;
    left: 20px; }

.event-ticket-price {
  gap: 30px;
  width: 100%;
  display: flex;
  align-items: center; }
  .event-ticket-price .input-group {
    justify-content: end; }
    .event-ticket-price .input-group .product-count {
      height: 30px; }
      .event-ticket-price .input-group .product-count:focus {
        border: none; }
    .event-ticket-price .input-group .input-group-btn button {
      border-radius: 2px;
      width: 30px;
      height: 30px;
      padding: 0 8px;
      font-size: 18px;
      font-weight: 400;
      background: #f2f2f2;
      color: var(--color-black);
      text-decoration: none;
      font-family: var(--font-heading); }
    .event-ticket-price .input-group > .form-control, .event-ticket-price .input-group .input-group > .form-floating, .event-ticket-price .input-group .input-group > .form-select {
      flex: 0.2 1 auto;
      background: none;
      padding: 10px 5px 10px 15px; }
      @media (max-width: 767px) {
        .event-ticket-price .input-group > .form-control, .event-ticket-price .input-group .input-group > .form-floating, .event-ticket-price .input-group .input-group > .form-select {
          flex: 0.4 1 auto;
          padding: 10px 5px 10px 9px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .event-ticket-price .input-group > .form-control, .event-ticket-price .input-group .input-group > .form-floating, .event-ticket-price .input-group .input-group > .form-select {
          flex: 0.1 1 auto; } }
      .event-ticket-price .input-group > .form-control:focus, .event-ticket-price .input-group .input-group > .form-floating:focus, .event-ticket-price .input-group .input-group > .form-select:focus {
        box-shadow: none; }
  .event-ticket-price .xb-item--holder {
    width: 50%; }
  .event-ticket-price .xb-item--price {
    margin-bottom: 5px; }
  .event-ticket-price .xb-item--ticket {
    display: block ruby; }

.event-ticket-quentity {
  margin-top: 25px;
  padding-top: 13px;
  border-top: 1px solid #d9d9d9; }
  .event-ticket-quentity li {
    font-weight: 500; }
    .event-ticket-quentity li:not(:last-child) {
      margin-bottom: 6px; }
    .event-ticket-quentity li span {
      font-weight: 600;
      color: var(--color-heading); }

.event-details-btn {
  margin-bottom: 5px; }

.event-details-left {
  margin-right: 15px; }

.event-item {
  gap: 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  padding: 29px 25px;
  position: relative;
  border: 1px solid #edf3f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .event-item {
      padding: 29px 15px; } }
  .event-item::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 4px;
    height: 47px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(-50%);
    background: #260f8f; }
  .event-item .xb-item--icon {
    height: 47px;
    width: 47px;
    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: rgba(38, 15, 143, 0.1); }
  .event-item .xb-item--title {
    font-size: 20px;
    font-weight: 600;
    flex-grow: 1;
    flex-basis: 0;
   
    color: var(--color-heading); }
  .event-item:hover {
    box-shadow: 0 21px 32px 0 rgba(206, 220, 227, 0.23); }
    .event-item:hover::before {
      height: 100%; }

.event-col:nth-child(2) .event-item::before {
  background: #00b8ff; }
.event-col:nth-child(2) .event-item .xb-item--icon {
  background: rgba(0, 183, 255, 0.1); }
.event-col:nth-child(3) .event-item::before {
  background: #edc70b; }
.event-col:nth-child(3) .event-item .xb-item--icon {
  background: rgba(237, 199, 11, 0.1); }
.event-col:nth-child(4) .event-item::before {
  background: #ff6500; }
.event-col:nth-child(4) .event-item .xb-item--icon {
  background: rgba(255, 102, 0, 0.1); }

@media (max-width: 767px) {
  .event-list-content {
    margin-left: 15px; } }
.event-list-content li {
  font-weight: 500; }

.fa-event-item .xb-item--title {
  font-size: 28px;
  font-weight: 400;
  margin: 28px 0 15px;
  text-transform: uppercase; }
  .fa-event-item .xb-item--title a {
    color: currentColor; }
.fa-event-item .xb-item--content {
  font-size: 17px;
  font-weight: 400;
  padding-right: 70px;
  letter-spacing: 0em; }
  @media (max-width: 1199px) {
    .fa-event-item .xb-item--content {
      padding-right: 0; } }
.fa-event-item .xb-item--img {
  overflow: hidden;
  display: inline-block; }
  .fa-event-item .xb-item--img img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .fa-event-item .xb-item--img:hover img {
    transform: scale(1.03); }

.fa-event-time-wrap {
  min-height: 1000px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative; }
  .fa-event-time-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.65); }

.fa-event-inner {
  text-align: center; }
  .fa-event-inner .event-place {
    font-weight: 400;
    font-size: 60px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--color-white); }
    @media (max-width: 1199px) {
      .fa-event-inner .event-place {
        font-size: 45px; } }
    @media (max-width: 991px) {
      .fa-event-inner .event-place {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .fa-event-inner .event-place {
        font-size: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .fa-event-inner .event-place {
        font-size: 25px; } }
  .fa-event-inner .event-date {
    font-weight: 400;
    font-size: 117px;
    letter-spacing: -0.04em;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .fa-event-inner .event-date {
        font-size: 95px; } }
    @media (max-width: 991px) {
      .fa-event-inner .event-date {
        font-size: 70px; } }
    @media (max-width: 767px) {
      .fa-event-inner .event-date {
        font-size: 38px;
        margin-top: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .fa-event-inner .event-date {
        font-size: 55px; } }
  @media (max-width: 767px) {
    .fa-event-inner p {
      display: inline-block;
      max-width: 350px; } }

.fa-event-btn {
  gap: 30px;
  display: inline-flex;
  justify-content: center; }

.event-spot {
  min-height: 1333px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative; }
  @media (max-width: 991px) {
    .event-spot {
      min-height: 1033px; } }
  @media (max-width: 767px) {
    .event-spot {
      min-height: 800px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .event-spot {
      min-height: 1000px; } }

.event-spot-inner {
  max-width: 614px;
  text-align: center; }
  .event-spot-inner .title {
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--color-white);
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .event-spot-inner .title {
        font-size: 44px; } }
    @media (max-width: 991px) {
      .event-spot-inner .title {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .event-spot-inner .title {
        font-size: 34px; } }
  .event-spot-inner p {
    max-width: 410px; }

.event-spot-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1; }
  .event-spot-img .img {
    position: absolute; }
    @media (max-width: 1199px) {
      .event-spot-img .img {
        max-width: 20%; } }
    .event-spot-img .img--1 {
      top: 14%;
      left: 28.8%; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .event-spot-img .img--1 {
          left: 25.8%; } }
      @media (max-width: 1199px) {
        .event-spot-img .img--1 {
          left: 22.8%; } }
    .event-spot-img .img--2 {
      top: 14%;
      right: 32.5%; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .event-spot-img .img--2 {
          right: 25.5%; } }
      @media (max-width: 1199px) {
        .event-spot-img .img--2 {
          right: 21.5%; } }
    .event-spot-img .img--3 {
      top: 29%;
      right: 13%; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .event-spot-img .img--3 {
          top: 35%;
          right: 5%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .event-spot-img .img--3 {
          right: 2%; } }
      @media (max-width: 1199px) {
        .event-spot-img .img--3 {
          top: 35%;
          right: 2%; } }
      @media (max-width: 991px) {
        .event-spot-img .img--3 {
          right: 1%;
          max-width: 18%; } }
      @media (max-width: 767px) {
        .event-spot-img .img--3 {
          top: 24%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .event-spot-img .img--3 {
          top: 25%; } }
    .event-spot-img .img--4 {
      bottom: 18%;
      right: 20%; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .event-spot-img .img--4 {
          right: 12%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .event-spot-img .img--4 {
          right: 7%; } }
      @media (max-width: 1199px) {
        .event-spot-img .img--4 {
          right: 5%;
          bottom: 22%; } }
      @media (max-width: 767px) {
        .event-spot-img .img--4 {
          bottom: 18%; } }
    .event-spot-img .img--5 {
      left: 41.5%;
      bottom: 17%; }
      @media (max-width: 767px) {
        .event-spot-img .img--5 {
          bottom: 13%; } }
    .event-spot-img .img--6 {
      left: 16.3%;
      bottom: 22%; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .event-spot-img .img--6 {
          left: 8.3%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .event-spot-img .img--6 {
          left: 5.3%; } }
      @media (max-width: 1199px) {
        .event-spot-img .img--6 {
          left: 5.3%; } }
      @media (max-width: 767px) {
        .event-spot-img .img--6 {
          bottom: 18%; } }
    .event-spot-img .img--7 {
      left: 13%;
      top: 35.5%; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .event-spot-img .img--7 {
          left: 6%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .event-spot-img .img--7 {
          left: 3%; } }
      @media (max-width: 1199px) {
        .event-spot-img .img--7 {
          left: 2%; } }
      @media (max-width: 991px) {
        .event-spot-img .img--7 {
          left: 1%;
          max-width: 18%; } }
      @media (max-width: 767px) {
        .event-spot-img .img--7 {
          top: 24.5%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .event-spot-img .img--7 {
          top: 25.5%; } }

.xb-shop-item {
  background: var(--color-white); }
  .xb-shop-item .xb-item--img {
    min-height: 320px;
    align-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #eff1f9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    .xb-shop-item .xb-item--img::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      opacity: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: rgba(1, 21, 137, 0.5); }
    .xb-shop-item .xb-item--img img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .xb-shop-item .xb-item--img:hover::before {
      opacity: 1; }
    .xb-shop-item .xb-item--img:hover img {
      transform: scale(1.04); }
    .xb-shop-item .xb-item--img:hover .xb-item--meta {
      opacity: 1;
      transform: translate(-50%, -50%); }
  .xb-shop-item .xb-item--meta {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    gap: 10px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translate(-50%, -70%); }
    .xb-shop-item .xb-item--meta li a {
      width: 40px;
      height: 40px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px; }
      .xb-shop-item .xb-item--meta li a svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .xb-shop-item .xb-item--meta li a:hover {
        background: var(--color-primary); }
        .xb-shop-item .xb-item--meta li a:hover svg path {
          fill: #fff; }
  .xb-shop-item .xb-item--holder {
    padding: 6px 0 22px; }
  .xb-shop-item .xb-item--title {
    font-size: 20px;
    margin: 20px 0 10px; }
    .xb-shop-item .xb-item--title a {
      color: var(--color-heading); }
  .xb-shop-item .xb-item--price_box {
    display: block; }
    .xb-shop-item .xb-item--price_box span {
      font-weight: 500; }
    .xb-shop-item .xb-item--price_box .old_price {
      margin-left: 10px;
      text-decoration: line-through;
      color: rgba(94, 85, 79, 0.6); }

.xb-shop-product-wrap {
  padding: 25px;
  padding-bottom: 0;
  border: 1px solid #d8dce9;
  border-radius: 0 0 10px 10px;
  background: var(--color-white); }

.product-filter {
  gap: 10px;
  padding: 10px 20px 10px 25px;
  background: var(--color-white);
  border: 1px solid #d8dce9;
  border-bottom: none;
  border-radius: 10px 10px 0 0; }
  .product-filter span {
    font-size: 16px; }
  .product-filter .nice-select {
    margin-bottom: 0;
    background: none;
    min-height: 28px;
    height: 28px;
    line-height: 30px;
    padding-right: 115px;
    padding-left: 5px; }
    .product-filter .nice-select.open .list {
      transform: scale(1) translateY(7px); }

.slide-pagination {
  gap: 15px;
  margin-top: 5px;
  display: inline-flex;
  transform: translateY(25px); }
  .slide-pagination li:first-child a, .slide-pagination li:last-child a {
    font-size: 15px;
    font-weight: 900; }
  .slide-pagination li a {
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #191b1e;
    background: #fff;
    border: 1px solid #d8dce9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .slide-pagination li a {
        height: 40px;
        width: 40px; } }
    .slide-pagination li a:hover, .slide-pagination li a.active {
      color: var(--color-white);
      background: var(--color-primary);
      border: 1px solid var(--color-primary); }

.product-single-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: 57.5px; }
  @media (max-width: 991px) {
    .product-single-wrap {
      margin-right: 0; } }

.product_details_img {
  overflow: hidden;
  width: 100%;
  max-height: 652px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff1f9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.shop_thumb_tab {
  margin-top: 10px; }
  .shop_thumb_tab ul li {
    margin-bottom: 20px; }
    .shop_thumb_tab ul li:not(:last-child) {
      margin-right: 8px; }
    .shop_thumb_tab ul li:last-child {
      margin-bottom: 0; }
    .shop_thumb_tab ul li .nav-link {
      width: 130px;
      height: 130px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      overflow: hidden;
      border: 1px solid #fff;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      .shop_thumb_tab ul li .nav-link img {
        height: 100%; }
      @media (max-width: 767px) {
        .shop_thumb_tab ul li .nav-link {
          height: 68px;
          width: 68px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .shop_thumb_tab ul li .nav-link {
          height: 96px;
          width: 96px; } }
      .shop_thumb_tab ul li .nav-link.active {
        border: 1px solid var(--color-primary); }

.product-details .xb-item--title {
  font-size: 32px;
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .product-details .xb-item--title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .product-details .xb-item--title {
      font-size: 22px; } }
.product-details .xb-item--content {
  font-weight: 500;
  font-size: 18px; }
.product-details .xb-item--rating {
  gap: 5px;
  margin: 40px 0 18px; }
  .product-details .xb-item--rating li {
    font-size: 14px;
    font-weight: 600; }
    .product-details .xb-item--rating li i {
      color: #febf00; }
    .product-details .xb-item--rating li:last-child {
      margin-left: 2px; }
.product-details .xb-item--price {
  gap: 30px; }
  .product-details .xb-item--price .current {
    font-size: 35px;
    letter-spacing: -0.01em; }
    @media (max-width: 991px) {
      .product-details .xb-item--price .current {
        font-size: 28px; } }
  .product-details .xb-item--price .old {
    font-size: 25px;
    margin-left: 10px;
    text-decoration: line-through;
    color: rgba(1, 22, 137, 0.5); }
  .product-details .xb-item--price .less {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10.4px;
    line-height: 14px;
    color: var(--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: var(--color-primary); }

.product-option {
  margin-top: 35px; }
  .product-option .quantity {
    font-size: 16px;
    margin-bottom: 13px; }
  .product-option .product-row {
    gap: 20px;
    display: flex;
    align-items: center;
    width: 100%; }
    .product-option .product-row > div:first-child {
      width: 223px;
      height: 50px; }
    .product-option .product-row .input-group {
      overflow: hidden;
      background: transparent;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 1px solid #D8DCE9; }
      .product-option .product-row .input-group .input-group-btn .btn-link {
        height: 50px;
        width: 50px;
        display: block;
        font-weight: 400;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #2d2e32;
        line-height: 50px;
        padding: 0 15px; }
      .product-option .product-row .input-group .input-group-btn .bootstrap-touchspin-down {
        border-radius: 0;
        border-right: 1px solid #D8DCE9; }
      .product-option .product-row .input-group .input-group-btn .bootstrap-touchspin-up {
        border-radius: 0;
        border-left: 1px solid #D8DCE9; }
      .product-option .product-row .input-group .product-count {
        padding: 0;
        height: 48px;
        font-weight: 700;
        font-size: 14px;
        color: #56575c;
        text-align: center;
        background: transparent;
        text-transform: uppercase; }
        .product-option .product-row .input-group .product-count:focus {
          -webkit-box-shadow: none;
          box-shadow: none;
          outline: none;
          background: none; }
    .product-option .product-row .add-to-cart-btn .cart-btn {
      font-weight: 700;
      font-size: 14px;
      padding: 10px 20px;
      text-align: center;
      min-width: 331px;
      width: 100%;
      margin-left: 20px;
      background: #f7f5f4;
      text-transform: uppercase;
      color: var(--color-heading);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 1px solid #d8dce9;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .product-option .product-row .add-to-cart-btn .cart-btn {
          min-width: 184px; } }
      .product-option .product-row .add-to-cart-btn .cart-btn:hover {
        color: var(--color-white);
        border: 1px solid #0c2545;
        background: var(--color-heading); }
  .product-option .meta {
    gap: 23px;
    margin: 45px 0 20px; }
    .product-option .meta li a {
      font-weight: 700;
      font-size: 14px;
      color: var(--color-default);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      text-transform: uppercase; }
      .product-option .meta li a i {
        margin-right: 8px;
        color: var(--color-heading); }
      .product-option .meta li a:hover {
        text-decoration: underline; }

.buy-now-btn {
  width: 100%; }
  .buy-now-btn .buy-btn {
    font-size: 18px;
    padding: 12px 20px;
    width: 100%;
    color: var(--color-white);
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary); }
    .buy-now-btn .buy-btn i {
      margin-right: 8px; }

.product-meta-after {
  padding-top: 25px;
  border-top: 1px solid #d8dce9; }
  .product-meta-after .xb-item--text {
    font-size: 16px;
    margin-bottom: 18px; }
    .product-meta-after .xb-item--text span {
      color: var(--color-default); }
  .product-meta-after .xb-item--shipping {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-default);
    margin-top: 10px; }
    .product-meta-after .xb-item--shipping span {
      margin-right: 8px; }
  .product-meta-after .xb-item--title {
    font-size: 16px;
    margin: 20px 0 15px; }

.description_thumb_tab {
  border-bottom: 2px solid  #d8dce9; }
  .description_thumb_tab .nav-item:not(:last-child) {
    margin-right: 50px; }
    @media (max-width: 991px) {
      .description_thumb_tab .nav-item:not(:last-child) {
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .description_thumb_tab .nav-item:not(:last-child) {
        margin-bottom: 20px; } }
  .description_thumb_tab .nav-item .nav-link {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    opacity: 0.6;
    padding-left: 0;
    padding-right: 6.5px;
    padding-bottom: 16px;
    letter-spacing: -0.01em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    color: var(--color-heading);
    font-family: var(--font-heading); }
    .description_thumb_tab .nav-item .nav-link::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -2px;
      width: 100%;
      height: 2px;
      opacity: 0;
      transform: scaleX(0);
      transform-origin: left;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: var(--color-heading); }
    .description_thumb_tab .nav-item .nav-link.active {
      opacity: 1; }
      .description_thumb_tab .nav-item .nav-link.active::before {
        opacity: 1;
        transform: scaleX(1); }

.description_details {
  max-width: 1050px;
  margin-top: 40px; }
  .description_details .xb-item--category {
    margin: 22px 0; }
    .description_details .xb-item--category li {
      font-size: 16px;
      font-weight: 700;
      line-height: 32px;
      color: var(--color-heading); }
      .description_details .xb-item--category li span {
        font-weight: 500;
        color: var(--color-default); }
  .description_details .xb-item--des_list {
    margin-left: 20px;
    margin-top: 15px; }
    .description_details .xb-item--des_list li {
      font-size: 16px;
      font-weight: 500;
      color: var(--color-default); }

.shop-product-title {
  font-size: 45px;
  color: #013b5e;
  margin-bottom: 35px; }

.woocommerce-cart .grop-page-content_warp .woocommerce {
  margin-top: 20px;
  margin-bottom: 41px; }

@media (max-width: 991px) {
  .woocommerce .woocommerce-checkout-review-order {
    margin-top: 75px; } }

.woocommerce-cart .woocommerce table.shop_table thead {
  background: #FED304; }

.woocommerce-cart .woocommerce table.shop_table th {
  padding: 15px 19px 13px;
  text-transform: uppercase;
  color: #011689;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-family: var(--font-heading); }

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0; }

.shop_table tfoot tr th {
  font-weight: normal; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500; }

.shop_table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left; }

.shop_table thead tr th:first-child {
  text-align: left; }

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.shop_table th, .shop_table td {
  padding: 25px 0; }

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.shop_table tbody tr td {
  padding-right: 25px; }

.shop_table th,
.shop_table td {
  padding: 25px 0; }

.add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #d8dce9; }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  list-style: none; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e6e6e6; }

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #d8dce9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding-left: 0; }

.woocommerce table.shop_table td {
  border-top: 1px solid #d8dce9; }

.woocommerce-cart .woocommerce table.shop_table .cart-cupon .actions {
  padding: 40px;
  text-align: right; }
  @media (max-width: 991px) {
    .woocommerce-cart .woocommerce table.shop_table .cart-cupon .actions {
      text-align: left; } }

.woocommerce table.shop_table th:not(:last-child) {
  border-right: 1px solid #fff; }

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  font-size: 18px;
  font-weight: 600;
  padding: 30px 65px 40px;
  text-align: center;
  color: var(--color-heading); }
  @media (max-width: 1199px) {
    .woocommerce table.shop_table th, .woocommerce table.shop_table td {
      padding: 30px 30px 24px; } }
  .woocommerce table.shop_table th:not(:last-child), .woocommerce table.shop_table td:not(:last-child) {
    border-right: 1px solid #d8dce9; }
    @media (max-width: 767px) {
      .woocommerce table.shop_table th:not(:last-child), .woocommerce table.shop_table td:not(:last-child) {
        border-right: none; } }

.woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name, .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a {
  color: var(--color-default); }

.woocommerce .product-thumbnail .product-img {
  margin-right: 20px;
  padding: 13px 15px;
  background: #f7f5f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  @media (max-width: 767px) {
    .woocommerce .product-thumbnail .product-img {
      margin-right: 0;
      padding: 40px 15px; } }
.woocommerce .product-thumbnail .pro-detils {
  text-align: left;
  flex-basis: 0;
  flex-grow: 1; }
  @media (max-width: 991px) {
    .woocommerce .product-thumbnail .pro-detils {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .woocommerce .product-thumbnail .pro-detils {
      margin-top: 35px;
      text-align: center; } }
  .woocommerce .product-thumbnail .pro-detils span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #56575c;
    line-height: 1.8;
    }
  .woocommerce .product-thumbnail .pro-detils h5 a {
    font-size: 18px;
    line-height: 1.4;
    color: var(--color-heading); }
    @media (max-width: 991px) {
      .woocommerce .product-thumbnail .pro-detils h5 a {
        font-size: 16px; } }

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left; }

.woocommerce table.cart td.actions .coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px; }

.widget_products .product-list-widget > li {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.widget_products .product-list-widget > li:last-child {
  margin-bottom: 0; }

.widget_products .product-thumb {
  width: 80px;
  margin-right: 15px; }

.rating_star li {
  font-size: 12px;
  color: #ffab50;
  margin-right: 2px; }

.widget_products .rating_star {
  margin-bottom: 6px; }

.widget_products .procuct-title {
  font-size: 16px;
  margin-bottom: 7px; }

.widget_products .woocommerce-Price-amount.amount {
  font-size: 14px; }

.widget_products .prodcut-content del {
  font-size: 15px;
  padding-left: 5px;
  color: var(--color-default); }

.widget_products .prodcut-content ins {
  text-decoration: none;
  color: var(--color-black); }

.product-single-wrap {
  display: flex;
  flex-wrap: wrap; }

.woocommerce-cart .woocommerce table.shop_table td.actions .coupon label:first-child {
  display: none; }

.woocommerce-cart .woocommerce table.shop_table td.actions #coupon_code {
  font-weight: 500;
  font-size: 16px;
  height: 60px;
  width: 295px;
  padding: 0 20px;
  box-shadow: none;
  border-radius: 5px;
  background: #eff1f9;
  letter-spacing: -0.01em;
  color: var(--color-heading);
  border: 1px solid #eff1f9; }

.woocommerce-cart .woocommerce table.shop_table td.actions input:focus {
  border: 1px solid var(--color-primary) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal] {
  color: var(--color-black); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce-cart .woocommerce table.shop_table tr.shipping th,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td,
.woocommerce-cart .woocommerce table.shop_table tr.order-total th,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td {
  text-align: left;
  border-right: none;
  padding: 16px 15px 14px;
  color: var(--color-heading); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td {
  font-size: 16px;
  color: rgba(12, 37, 69, 0.6) !important; }

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--color-heading);
  margin-top: 6px;
  display: block;
  margin-bottom: 12px; }

.woocommerce-cart .shipping-calculator-form .form-row {
  margin: 0 0 13px; }

.woocommerce-cart .shipping-calculator-form button.button {
  background-color: #000 !important;
  color: #ffffff !important;
  height: 45px;
  line-height: 45px;
  padding: 1px 27px 0;
  margin-top: 4px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px;
  object-fit: cover; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 17px;
  color: #000000; }
  .woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove:hover {
    color: var(--color-primary); }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding-top: 0;
  padding-bottom: 0; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  margin-top: 50px; }

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 32px;
  margin-bottom: 21px; }
  @media (max-width: 767px) {
    .woocommerce .cart-collaterals .cart_totals > h2,
    .woocommerce-page .cart-collaterals .cart_totals > h2 {
      font-size: 28px; } }

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  border: 1px solid #d8dce9;
  color: var(--color-default);
  font-size: 14px;
  height: 50px;
  width: 100%; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
  text-align: right; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  margin-top: 16px; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 15px 30px; }

.woocommerce-cart .input-text.qty.text {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce-cart input::-webkit-outer-spin-button,
.woocommerce-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@media (max-width: 600px) {
  .woocommerce-cart thead {
    display: none; }

  .woocommerce-cart table,
  .woocommerce-cart th,
  .woocommerce-cart td,
  .woocommerce-cart tr,
  .woocommerce-cart tbody {
    width: 100%;
    display: block;
    border: 0;
    text-align: center; }

  .woocommerce table.shop_table {
    border: 1px solid #d8dce9; }

  .quantity {
    margin: 0 auto; }

  .woocommerce table.shop_table td {
    border: 0; }

  .woocommerce-cart tbody > tr {
    position: relative; }

  .woocommerce-cart tbody > tr + tr {
    border-top: 1px solid #d8dce9; }

  .woocommerce-cart tbody > tr {
    padding: 40px 20px 10px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td {
    padding: 8px 10px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    border-right: 0;
    width: auto; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    position: absolute;
    right: 15px;
    top: 15px; }

  .woocommerce-cart .woocommerce table.shop_table td.actions {
    text-align: center; }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: block;
    float: none; }

  .woocommerce-cart .coupon {
    float: none !important; }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: inline-block;
    float: none; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td a {
    font-weight: 500; } }
@media (max-width: 767px) {
  .cart-section .container {
    max-width: 100%; } }
@media (max-width: 600px) {
  .cart-section .wc-proceed-to-checkout {
    text-align: center; } }
.cart-section .btn {
  padding: 7px 4px 7px 6px;
  font-size: 8px;
  font-weight: normal;
  position: relative; }

.cart-section .btn:hover {
  background-color: #000 !important; }

.cart-section .bootstrap-touchspin {
  width: 100px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border: 1px solid #d8dce9; }

@media (max-width: 767px) {
  .cart-section .product-quantity {
    transform: translateX(33%); } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-section .product-quantity {
    transform: translateX(39%); } }

.cart-section .bootstrap-touchspin button {
  text-decoration: none;
  border: 0;
  z-index: 1;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(12, 37, 69, 0.5); }

.cart-section .bootstrap-touchspin input {
  border: 0;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default);
  background: transparent; }

.cart-section .bootstrap-touchspin-up {
  right: 3px; }

.cart-section .bootstrap-touchspin-up:hover {
  background: transparent !important; }

.cart-section .bootstrap-touchspin-down {
  left: 3px; }

.cart-section .bootstrap-touchspin-down:hover {
  background: transparent !important; }

/* Firefox */
.woocommerce-cart input[type=number] {
  -moz-appearance: textfield; }

.woocommerce strong {
  font-weight: 500; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0; }

.checkout-section .checkout.woocommerce-checkout {
  clear: both; }

@media screen and (min-width: 992px) {
  .checkout-section .checkout.woocommerce-checkout .col2-set {
    width: 50%;
    float: left; }

  .checkout-section .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 50%;
    float: right;
    padding-left: 80px; } }
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin: 70px 0 40px 0; }
  .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
    background: #fed304; }
    .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th {
      font-size: 16px;
      font-weight: 400;
      text-align: left;
      padding: 16px 20px;
      text-transform: uppercase;
      color: var(--color-heading);
      font-family: var(--font-heading); }
    .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr td {
      padding: 16px 20px;
      color: #56575c; }
  .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td {
    padding: 16px 20px;
    color: #56575c;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    min-width: 50%; }
    .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td .amount {
      font-weight: 500;
      font-size: 16px;
      color: #56575c; }
  .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .order-total td {
    color: var(--color-heading); }
    .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .order-total td .amount {
      color: var(--color-heading); }

.checkout-section .checkout.woocommerce-checkout .form-row label.checkbox,
.checkout-section .checkout.woocommerce-checkout .woocommerce-shipping-fields label.checkbox {
  display: inline-block; }

.checkout-section .checkout.woocommerce-checkout .form-row textarea {
  height: 177px; }

/*** woocommerce ***/
.woocommerce-Button,
.woocommerce-button {
  background: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  font-weight: 500;
  padding: 12px 30px;
  color: #fff;
  margin-top: 20px;
  color: white;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0; }

.woocommerce-Button:hover,
.woocommerce-button:hover {
  background: #000; }

.woocommerce-info:before {
  display: none; }

.woocommerce-privacy-policy-text a {
  font-weight: 500;
  color: #E0A500;
  text-decoration: underline; }

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.lost_password a {
  color: var(--color-default); }

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.lost_password a:hover {
  text-decoration: underline; }

.woocommerce-error, .woocommerce-info,
.woocommerce-message {
  width: auto;
  padding: 0;
  margin: 0 0 1.5em;
  position: relative;
  list-style: none;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 18px;
  color: #56575c; }
  .woocommerce-error .input-checkbox, .woocommerce-info .input-checkbox,
  .woocommerce-message .input-checkbox {
    height: 16px;
    width: 16px;
    margin-right: 2px; }

.woocommerce-checkout {
  margin-top: 70px; }

.woocommerce form.checkout_coupon .checkout_coupon-inner {
  gap: 20px; }
  .woocommerce form.checkout_coupon .checkout_coupon-inner p {
    width: 81.2%; }
    .woocommerce form.checkout_coupon .checkout_coupon-inner p label {
      margin-bottom: 20px; }
    .woocommerce form.checkout_coupon .checkout_coupon-inner p input {
      background: #f7f5f4;
      border: 1px solid #e9e9e9; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 34px 30px 40px;
  margin: 19px 0;
  text-align: left;
  border: 1px solid #d8dce9;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.woocommerce .login p {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 34px 20px 33px; } }
.woocommerce form .form-row .required {
  color: var(--color-heading);
  font-weight: 700;
  border: 0; }

.woocommerce form.login > p:not(.form-row) {
  margin-bottom: 2em; }

#customer_login form.login > p:not(.form-row) {
  margin-top: 2em;
  margin-bottom: 0; }

.woocommerce form.login input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 14px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  outline: 0; }

.woocommerce .checkout_coupon input[type="submit"] {
  padding: 14px 30px;
  border: 0;
  margin-top: 10px; }

.woocommerce form.login input[type=submit]:hover, .woocommerce form.login input[type=submit]:focus, .woocommerce form.login input[type=submit]:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active {
  background-color: var(--color-primary-2);
  color: #fff; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 18px 20px; }
  .woocommerce form .form-row input.input-text:focus,
  .woocommerce form .form-row textarea:focus {
    border-color: var(--color-primary); }

.woocommerce form .form-row label.inline {
  display: inline;
  padding-left: 15px; }

.woocommerce h3 {
  font-size: 30px;
  margin-bottom: 40px; }

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

@media (max-width: 767px) {
  .woocommerce form .form-row label.inline {
    padding-left: 5px; } }
.checkout-section input[type="text"],
.checkout-section input[type="password"],
.checkout-section input[type="email"],
.checkout-section input[type="tel"],
.checkout-section select,
.checkout-section textarea {
  height: 60px;
  font-size: 16px;
  background: #fff;
  color: var(--color-heading);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d8dce9; }

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 500;
  color: var(--color-heading); }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #EFF1F9;
  color: var(--color-default);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none; }

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle; }

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
  color: var(--color-default);
  margin-left: 10px; }

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 5px 0 0; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #EFF1F9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #EFF1F9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em; }

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0; }

.woocommerce table.shop_table {
  border: 1px solid #d8dce9;
  margin: 0 -1px 40px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  overflow: hidden;
  background: #fff; }

.cart_totals table.shop_table {
  border-top: 0; }

.woocommerce-billing-fields p {
  margin-bottom: 22px; }
  .woocommerce-billing-fields p label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--color-heading);
    }
  .woocommerce-billing-fields p .country_select {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: var(--color-heading);
    padding: 0 20px;
    border: 1px solid #d8dce9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid #d8dce9; }
  @media (max-width: 767px) {
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
      border-top: none; } }

.woocommerce-cart input[type="number"] {
  -moz-appearance: textfield;
  color: #0c2545;
  font-size: 14px;
  font-weight: 700; }

.woocommerce-checkout .woocommerce-billing-fields .order-notes {
  margin-top: 73px; }
  .woocommerce-checkout .woocommerce-billing-fields .order-notes h3 {
    font-weight: 600;
    margin-bottom: 20px; }
  .woocommerce-checkout .woocommerce-billing-fields .order-notes label {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #56575c;
    margin-bottom: 20px; }

.account-wrap .xb-item--ac_form {
  padding: 40px 30px;
  border: 1px solid #d8dce9;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
.account-wrap .xb-item--title {
  font-size: 30px;
  margin-bottom: 40px; }
.account-wrap .xb-item--input_filed {
  gap: 30px;
  margin-bottom: 30px; }
  .account-wrap .xb-item--input_filed input {
    width: 44%;
    height: 60px;
    background: #eff1f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: var(--color-heading);
    border: 1px solid var(--color-white); }
    .account-wrap .xb-item--input_filed input:focus {
      border: 1px solid var(--color-primary); }
    @media (max-width: 991px) {
      .account-wrap .xb-item--input_filed input {
        width: 90%; } }
    @media (max-width: 767px) {
      .account-wrap .xb-item--input_filed input {
        width: 100%; } }
.account-wrap .xb-item--password {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  color: var(--color-default); }
.account-wrap .input-box {
  height: 16px;
  width: 16px;
  margin-right: 3px; }
.account-wrap label {
  font-size: 18px;
  font-weight: 500; }

.xb-pricing-table {
  padding: 48px 40px;
  margin-bottom: 22px;
  background: #fa0088;
  border: 1px solid #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px; }
  @media (max-width: 1199px) {
    .xb-pricing-table {
      padding: 48px 10px; } }
  @media (max-width: 767px) {
    .xb-pricing-table {
      padding: 48px 20px; } }

.xb-pricing-item {
  padding: 22px 24px 60px;
  min-height: 569px;
  position: relative;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 1199px) {
    .xb-pricing-item {
      padding: 22px 10px 60px; } }
  .xb-pricing-item.active {
    background: var(--color-white); }
    .xb-pricing-item.active .xb-item--icon {
      opacity: 1; }
  .xb-pricing-item .xb-item--icon {
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .xb-pricing-item .xb-item--title {
    font-size: 34px;
    font-weight: 500;
    color: #1e2022;
    margin-top: 30px;
    display: inline-block; }
  .xb-pricing-item .xb-item--content {
    color: #6b7280;
    margin-bottom: 5px;
    display: block;
    font-size: 15px; }
  .xb-pricing-item .xb-item--dollar {
    font-size: 50px;
    color: #1e2022;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dashed #CFD2D6; }
  .xb-pricing-item .xb-item--list {
    margin-top: 35px; }
    .xb-pricing-item .xb-item--list li {
      gap: 10px;
      display: flex;
      align-items: center;
      font-weight: 600;
      color: var(--color-black); }
      .xb-pricing-item .xb-item--list li:not(:last-child) {
        margin-bottom: 10px; }
  .xb-pricing-item .xb-item--popular-item {
    gap: 5px;
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    position: absolute;
    top: 16px;
    right: 20px;
    color: var(--color-white);
    border: 4px solid #fff;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    box-shadow: 0 2px 4px 0 rgba(108, 113, 128, 0.08), 0 7px 7px 0 rgba(108, 113, 128, 0.07), 0 17px 10px 0 rgba(108, 113, 128, 0.04), 0 29px 12px 0 rgba(108, 113, 128, 0.01);
    background: linear-gradient(270deg, #f3977b 0%, #ff9791 24.48%, #eb5fe2 60.09%, #988cfe 100%); }

.xb-ticket-item {
  padding: 40px 20px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white); }
  .xb-ticket-item .xb-item--holder {
    text-align: center;
    margin-bottom: 45px; }
  .xb-ticket-item .xb-item--title {
    display: block;
    font-weight: 500;
    margin: 20px 0 10px;
    text-transform: uppercase;
    color: var(--color-heading); }
  .xb-ticket-item .xb-item--dollar {
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase; }
  .xb-ticket-item .xb-item--list {
    margin-top: 20px;
    padding: 30px 20px;
    background: #f2f2f2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    .xb-ticket-item .xb-item--list li {
      gap: 10px;
      display: flex;
      align-items: center;
      color: #525257;
      font-weight: 500; }
      .xb-ticket-item .xb-item--list li:not(:last-child) {
        margin-bottom: 5px; }
      .xb-ticket-item .xb-item--list li i {
        color: var(--color-heading); }

.xb-ticket-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 50px;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background: var(--color-secondary); }
  .xb-ticket-btn .xb-icon {
    height: 30px;
    width: 30px;
    margin-left: -10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
    .xb-ticket-btn .xb-icon img {
      position: absolute;
      left: 8px;
      top: 9px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      filter: brightness(100); }
      .xb-ticket-btn .xb-icon img:nth-child(1) {
        transform: translate(0); }
      .xb-ticket-btn .xb-icon img:nth-child(2) {
        transform: translate(-30px, 30px); }
  .xb-ticket-btn:hover {
    color: var(--color-black);
    background: var(--color-primary); }
    .xb-ticket-btn:hover .xb-icon img {
      filter: brightness(0); }
      .xb-ticket-btn:hover .xb-icon img:nth-child(1) {
        transform: translate(30px, -30px); }
      .xb-ticket-btn:hover .xb-icon img:nth-child(2) {
        transition-delay: .1s;
        transform: translate(0, 0); }

@media (max-width: 1199px) {
  .xb-pricing-nav {
    flex-wrap: nowrap; } }
@media (max-width: 767px) {
  .xb-pricing-nav {
    flex-wrap: wrap; } }
.xb-pricing-nav .nav-item:first-child .nav-link {
  border-radius: 7px 0 0 7px; }
  @media (max-width: 767px) {
    .xb-pricing-nav .nav-item:first-child .nav-link {
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px; } }
.xb-pricing-nav .nav-item:last-child .nav-link {
  border-radius: 0 7px 7px 0; }
  @media (max-width: 767px) {
    .xb-pricing-nav .nav-item:last-child .nav-link {
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px; } }
.xb-pricing-nav .nav-item .nav-link {
  padding: 20px 36px; }
  @media (max-width: 1199px) {
    .xb-pricing-nav .nav-item .nav-link {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .xb-pricing-nav .nav-item .nav-link {
      font-size: 14px;
      padding: 15px 15px; } }
  @media (max-width: 767px) {
    .xb-pricing-nav .nav-item .nav-link {
      padding: 20px 36px;
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px; } }
  .xb-pricing-nav .nav-item .nav-link.active {
    color: var(--color-heading);
    border: 1px solid #d3e2f0; }
    @media (max-width: 767px) {
      .xb-pricing-nav .nav-item .nav-link.active {
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px; } }
    .xb-pricing-nav .nav-item .nav-link.active::before {
      border-bottom: none;
      border-left: none; }
    .xb-pricing-nav .nav-item .nav-link.active .arrow svg path {
      fill: var(--color-primary); }

.ticket-details {
  margin-left: 16px; }
  @media (max-width: 991px) {
    .ticket-details {
      margin-left: 0; } }

.xb-item-ticket {
  margin-right: 70px;
  padding: 35px 0 30px;
  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-item-ticket {
      margin-right: 0; } }
  .xb-item-ticket .xb-item--title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: var(--font-heading); }
    @media (max-width: 1199px) {
      .xb-item-ticket .xb-item--title {
        font-size: 20px; } }
  .xb-item-ticket .xb-item--holder {
    padding: 0 30px; }
  .xb-item-ticket .xb-item--list li {
    gap: 10px;
    display: flex;
    align-items: center;
    color: #525257;
    font-weight: 500; }
    .xb-item-ticket .xb-item--list li:not(:last-child) {
      margin-bottom: 5px; }
    .xb-item-ticket .xb-item--list li i {
      color: var(--color-heading); }
  .xb-item-ticket .xb-item--price-wrap {
    display: flex;
    margin: 35px 0 25px;
    border-top: 1px solid #cbcad3;
    border-bottom: 1px solid #cbcad3; }
  .xb-item-ticket .xb-item--inner {
    padding: 30px; }
    .xb-item-ticket .xb-item--inner:last-child {
      margin-left: 24px;
      border-left: 1px solid #cbcad3; }
  .xb-item-ticket .xb-item--text {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-heading); }
  .xb-item-ticket .xb-item--dollar {
    font-size: 22px;
    font-weight: 900;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: var(--font-heading); }
    @media (max-width: 1199px) {
      .xb-item-ticket .xb-item--dollar {
        font-size: 18px; } }
  .xb-item-ticket .xb-item--line {
    position: relative;
    display: block;
    margin: 40px 0 59px;
    border: 2px dashed #131053; }
    .xb-item-ticket .xb-item--line::after, .xb-item-ticket .xb-item--line::before {
      position: absolute;
      content: '';
      height: 38px;
      width: 38px;
      top: 50%;
      left: -24px;
      transform: translateY(-50%);
      background: #f2f2f2;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px; }
    .xb-item-ticket .xb-item--line::before {
      left: auto;
      right: -24px; }
  .xb-item-ticket .xb-ticket-btn {
    padding: 22px 20px;
    color: var(--color-heading);
    background: var(--color-primary); }
    .xb-item-ticket .xb-ticket-btn .xb-icon img {
      filter: brightness(0); }
    .xb-item-ticket .xb-ticket-btn:hover {
      color: var(--color-white);
      background: var(--color-secondary); }
      .xb-item-ticket .xb-ticket-btn:hover .xb-icon img {
        filter: brightness(100); }

.xb-cta-title {
  margin-right: -50px; }
  @media (max-width: 767px) {
    .xb-cta-title {
      margin-right: 0; } }

.cta-marquee {
  margin-bottom: -8px;
  display: inline-block; }
  @media (max-width: 1199px) {
    .cta-marquee .cta-shape {
      max-width: 50%;
      justify-content: start; } }
  @media (max-width: 767px) {
    .cta-marquee .cta-shape {
      max-width: 40%; } }
  .cta-marquee .cta-shape .shape--3 {
    animation: spin 50s linear infinite; }

.xb-testimonial-item .xb-item--inner {
  padding: 30px;
  border: 1px solid #cbcad3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-testimonial-item .xb-item--inner:hover {
    box-shadow: 0 10px 21px 0 rgba(206, 208, 218, 0.49); }
.xb-testimonial-item .xb-item--icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
.xb-testimonial-item .xb-item--rating {
  gap: 12px; }
  .xb-testimonial-item .xb-item--rating li {
    color: #F4D452; }
.xb-testimonial-item .xb-item--content {
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 35px;
  letter-spacing: -0.02em;
  padding-right: 15px; }
  @media (max-width: 991px) {
    .xb-testimonial-item .xb-item--content {
      padding-right: 3px; } }
  .xb-testimonial-item .xb-item--content strong {
    font-weight: 700;
    background: var(--color-primary); }
.xb-testimonial-item .xb-item--author {
  gap: 15px; }
.xb-testimonial-item .xb-item--name {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-heading); }
.xb-testimonial-item .xb-item--desig {
  font-size: 14px; }

.xb-testimonial-slider {
  margin-left: -219px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-testimonial-slider {
      margin-left: -100px;
      margin-right: 20px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-testimonial-slider {
      margin-left: -160px;
      margin-right: 20px; } }
  @media (max-width: 1199px) {
    .xb-testimonial-slider {
      margin-left: 45px;
      margin-right: 45px; } }
  @media (max-width: 991px) {
    .xb-testimonial-slider {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .xb-testimonial-slider {
      margin-left: 10px;
      margin-right: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-testimonial-slider {
      margin-left: 25px;
      margin-right: 25px; } }
  .xb-testimonial-slider .swiper-slide-active .testimonial-item .xb-item--inner {
    box-shadow: 0 10px 21px 0 rgba(206, 208, 218, 0.49); }

@media (max-width: 991px) {
  .xb-testimonial-top {
    margin-bottom: 60px; } }
@media (max-width: 767px) {
  .xb-testimonial-top {
    margin-bottom: 100px; } }
.xb-testimonial-top .sec-title {
  max-width: 458px; }
.xb-testimonial-top .xb-content {
  max-width: 379px;
  margin-left: 173px; }
  @media (max-width: 1199px) {
    .xb-testimonial-top .xb-content {
      margin-left: 0; } }
  @media only screen and (max-width: 1023px) {
    .xb-testimonial-top .xb-content {
      margin-left: -30px; } }
  @media (max-width: 991px) {
    .xb-testimonial-top .xb-content {
      margin-left: 0; } }

.tes-slide-btn .swiper-button-next,
.tes-slide-btn .swiper-button-prev {
  left: auto;
  right: 0;
  top: 100px;
  height: 50px;
  width: 50px;
  z-index: 1;
  font-size: 18px;
  color: #131053;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-white);
  border: 1px solid #CBCAD3; }
  @media (max-width: 767px) {
    .tes-slide-btn .swiper-button-next,
    .tes-slide-btn .swiper-button-prev {
      top: 315px; } }
  .tes-slide-btn .swiper-button-next::after,
  .tes-slide-btn .swiper-button-prev::after {
    display: none; }
  .tes-slide-btn .swiper-button-next:hover,
  .tes-slide-btn .swiper-button-prev:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary); }
.tes-slide-btn .swiper-button-prev {
  right: 65px; }

@media (max-width: 991px) {
  .dc-testimonial-slider {
    margin: 0 30px; } }
@media (max-width: 767px) {
  .dc-testimonial-slider {
    margin: 0 15px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dc-testimonial-slider {
    margin: 0 110px; } }

.dc-testimonial-item {
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 195px;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white); }
  .dc-testimonial-item:hover .xb-item--img {
    height: 79%; }
  .dc-testimonial-item .xb-item--author {
    gap: 20px; }
  .dc-testimonial-item .xb-item--name {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-heading); }
  .dc-testimonial-item .xb-item--desig {
    font-size: 14px; }
  .dc-testimonial-item .xb-item--content {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 25px 0 20px; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .dc-testimonial-item .xb-item--content {
        padding: 30px 5px 0 20px; } }
    @media only screen and (max-width: 1023px) {
      .dc-testimonial-item .xb-item--content {
        padding: 30px 15px 0 20px; } }
    @media (max-width: 991px) {
      .dc-testimonial-item .xb-item--content {
        padding: 30px 30px 0 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .dc-testimonial-item .xb-item--content {
        padding: 30px 15px 0 20px; } }
  .dc-testimonial-item .xb-item--shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .dc-testimonial-item .xb-item--img {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    height: 24%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .dc-testimonial-item .xb-item--img img {
        min-height: 100%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .dc-testimonial-item .xb-item--img img {
        width: 100%; } }
    @media (max-width: 1199px) {
      .dc-testimonial-item .xb-item--img img {
        min-height: 100%; } }

.xb-blog:not(:last-child) {
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .xb-blog:not(:last-child) {
      margin-bottom: 0; } }
.xb-blog:hover .xb-item--img img {
  transform: scale(1.03); }
.xb-blog .xb-item--img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .xb-blog .xb-item--img img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
.xb-blog .xb-item--title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em; }
  .xb-blog .xb-item--title a {
    color: currentColor; }
.xb-blog .xb-item--meta {
  margin: 23px 0 12px;
  display: inline-flex; }
  .xb-blog .xb-item--meta li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    color: var(--color-default); }
    .xb-blog .xb-item--meta li::before {
      position: absolute;
      content: "|";
      font-size: 13px;
      top: 0;
      right: 0;
      height: 100%;
      width: 2px;
      color: var(--color-heading); }
    .xb-blog .xb-item--meta li:last-child::before {
      display: none; }
    .xb-blog .xb-item--meta li img {
      margin-right: 8px; }
.xb-blog--big .xb-item--title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  color: var(--color-white); }
  @media (max-width: 767px) {
    .xb-blog--big .xb-item--title {
      line-height: 35px;
      font-size: 24px; } }
.xb-blog--big .xb-item--holder {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 2;
  padding: 20px; }
  @media (max-width: 1199px) {
    .xb-blog--big .xb-item--holder {
      left: 50%;
      width: 100%;
      padding: 20px 170px;
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .xb-blog--big .xb-item--holder {
      padding: 20px 10px; } }
.xb-blog--big .xb-item--img {
  position: relative; }
  .xb-blog--big .xb-item--img::before {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(0deg, #011689 0%, rgba(1, 22, 137, 0.68) 37.31%, rgba(1, 22, 137, 0) 100%); }
.xb-blog--big .xb-item--meta li {
  color: var(--color-white); }
  .xb-blog--big .xb-item--meta li::before {
    color: #fff; }
  .xb-blog--big .xb-item--meta li img {
    filter: brightness(1000%); }
.xb-blog--big .xb-item--content {
  font-size: 16px;
  color: var(--color-white); }

.blog-slide-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  z-index: 1; }
  .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::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(10, 7, 63, 0.13) 16.87%, rgba(10, 7, 63, 0.55) 33.34%, rgba(10, 7, 63, 0.81) 54.83%, #0a073f 100%); }
  .blog-slide-item .xb-item--holder {
    max-width: 910px;
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 2; }
    @media (max-width: 991px) {
      .blog-slide-item .xb-item--holder {
        padding-right: 80px; } }
  .blog-slide-item .xb-item--img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  @media (max-width: 767px) {
    .blog-slide-item .xb-item--img {
      height: 600px; }
      .blog-slide-item .xb-item--img img {
        height: 100%;
        object-fit: cover; } }
  .blog-slide-item .xb-item--tag {
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: var(--color-white);
    color: var(--color-heading-two); }
  .blog-slide-item .xb-item--title {
    font-weight: 900;
    font-size: 38px;
    margin: 36px 0 25px;
    color: var(--color-white);
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .blog-slide-item .xb-item--title {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .blog-slide-item .xb-item--title {
        font-size: 23px; } }
    @media (max-width: 767px) {
      .blog-slide-item .xb-item--title {
        line-height: 1.4;
        font-size: 17px; } }
    .blog-slide-item .xb-item--title a {
      color: currentColor; }
  .blog-slide-item .xb-item--content {
    max-width: 700px;
    color: var(--color-white); }

.blog-slider .swiper-pagination {
  position: absolute;
  left: auto;
  right: 50px;
  width: auto !important;
  bottom: 50px;
  left: auto; }
  .blog-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff; }
    .blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--color-primary); }

.blog-item_button .blog-swiper-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  .blog-item_button .blog-swiper-btn::after {
    display: none; }
.blog-item_button .swiper-button-next {
  left: auto;
  right: 0; }

.blog_details_item {
  overflow: hidden;
  border: 1px solid #e7e8ec;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 991px) {
    .blog_details_item {
      padding: 30px; } }
  @media (max-width: 767px) {
    .blog_details_item {
      padding: 20px 20px 35px; } }
  .blog_details_item:hover {
    box-shadow: 0 8px 18px 0 rgba(221, 221, 231, 0.95); }
    .blog_details_item:hover .xb-item--img img {
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03); }
  .blog_details_item:not(:last-child) {
    margin-bottom: 40px; }
  .blog_details_item .xb-item--img {
    width: 312px;
    margin-right: 50px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .blog_details_item .xb-item--img {
        width: 100%;
        margin-right: 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; } }
    .blog_details_item .xb-item--img img {
      width: 100%;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
  .blog_details_item .xb-item--holder {
    padding: 30px 45px 40px 0;
    width: calc(100% - 362px); }
    @media (max-width: 991px) {
      .blog_details_item .xb-item--holder {
        width: 100%;
        padding: 30px 0 0; } }
  .blog_details_item .xb-item--text {
    text-transform: uppercase;
    color: var(--color-default); }
  .blog_details_item .xb-item--title {
    font-size: 20px;
    font-weight: 900;
    line-height: 36px;
    margin: 15px 0 25px;
    letter-spacing: 0em;
    text-transform: uppercase; }
    .blog_details_item .xb-item--title a {
      color: currentColor; }
  .blog_details_item .xb-item--button a {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px; }
  .blog_details_item .xb-item--inner {
    padding: 35px 140px 45px 40px; }
    @media (max-width: 991px) {
      .blog_details_item .xb-item--inner {
        padding: 0; } }
  .blog_details_item.blog_details_item-two {
    box-shadow: 0 8px 18px 0 rgba(221, 221, 231, 0.95); }
  .blog_details_item .blog-btn a {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 25px;
    display: inline-flex;
    }

.blog-pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px; }
  .blog-pagination li a {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #cbcad3;
    background: var(--color-white);
    color: var(--color-heading-two); }
    .blog-pagination li a:not(:last-child) {
      margin-right: 15px; }
  .blog-pagination li.active a, .blog-pagination li:hover a {
    background: #131053;
    color: var(--color-white);
    border: 1px solid #131053; }

.xb-faq {
  padding: 0 23px; }

.accordion_box .block {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white); }
  .accordion_box .block .acc-btn {
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 27px 30px;
    letter-spacing: -0.02em;
   
    color: var(--color-heading); }
    @media (max-width: 767px) {
      .accordion_box .block .acc-btn {
        padding: 27px 20px; } }
    @media (max-width: 767px) {
      .accordion_box .block .acc-btn {
        font-size: 18px;
        padding: 27px 52px 27px 20px; } }
    .accordion_box .block .acc-btn .arrow {
      position: absolute;
      top: 22px;
      right: 60px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .accordion_box .block .acc-btn .arrow::before {
        top: 5px;
        left: 11px;
        font-size: 22px;
        content: "\f067";
        font-weight: 400;
        position: absolute;
        color: var(--color-heading);
        font-family: "Font Awesome 5 Pro";
        -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .accordion_box .block .acc_body {
    display: none;
    position: relative;
    padding: 0 30px 30px; }
    .accordion_box .block .acc_body.current {
      display: block; }
  .accordion_box .block .content {
    padding-left: 65px;
    padding-right: 161px;
    padding-bottom: 20px;
    background: #f2f2f2;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    padding: 15px 115px 15px 20px; }
    @media (max-width: 767px) {
      .accordion_box .block .content {
        padding: 15px 20px 15px 20px; } }

.accordion_box .block.active-block .acc-btn .arrow::before {
  content: "\f068";
  color: var(--color-heading);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.xb-faq-item {
  margin-top: 24px;
  padding: 28px 26px 22px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: var(--color-white); }
  .xb-faq-item .xb-icon {
    gap: 10px;
    display: flex;
    align-items: center;
    color: #25272c;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #b5bbc4; }
  .xb-faq-item .xb-content {
    color: #49505b;
    font-size: 18px;
    line-height: 32px;
    padding-right: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .xb-faq-item .xb-content {
        padding-right: 0; } }
    @media (max-width: 1199px) {
      .xb-faq-item .xb-content {
        padding-right: 70px; } }
    @media only screen and (max-width: 1023px) {
      .xb-faq-item .xb-content {
        padding-right: 55px; } }
    @media (max-width: 991px) {
      .xb-faq-item .xb-content {
        padding-right: 0; } }

.xb-faq-content {
  margin-left: 89px;
  margin-right: 58px;
  padding: 0; }
  @media (max-width: 1199px) {
    .xb-faq-content {
      margin-right: 0;
      margin-left: 42px; } }
  @media (max-width: 991px) {
    .xb-faq-content {
      margin-left: 0; } }
  .xb-faq-content .accordion_box .block {
    margin-bottom: 0;
    border-radius: 0;
    z-index: 1;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #cbcad3; }
    .xb-faq-content .accordion_box .block:first-child {
      border-top: 1px solid #cbcad3; }
    .xb-faq-content .accordion_box .block::before, .xb-faq-content .accordion_box .block::after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%;
      width: 100%;
      opacity: 0;
      background: #fff;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    .xb-faq-content .accordion_box .block::before {
      top: 5px;
      z-index: -2;
      background: #55cfff; }
    .xb-faq-content .accordion_box .block .acc-btn {
      gap: 15px;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -0.01em;
      display: flex;
      align-items: center;
      padding: 28px 28px;
      color: var(--color-heading);
      }
      @media (max-width: 767px) {
        .xb-faq-content .accordion_box .block .acc-btn {
          font-size: 18px; } }
    .xb-faq-content .accordion_box .block .arrow {
      top: 25px;
      right: 60px; }
      .xb-faq-content .accordion_box .block .arrow::before {
        content: '\f107';
        font-size: 20px; }
    .xb-faq-content .accordion_box .block .acc_body {
      padding: 0; }
      .xb-faq-content .accordion_box .block .acc_body .content {
        background: none;
        margin-top: -5px;
        padding: 0px 35px 20px 76px; }
    .xb-faq-content .accordion_box .block.active-block {
      border: none;
      margin-bottom: 5px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      .xb-faq-content .accordion_box .block.active-block::before, .xb-faq-content .accordion_box .block.active-block::after {
        opacity: 1; }
      .xb-faq-content .accordion_box .block.active-block .acc-btn .arrow::before {
        content: '\f107'; }

.xb-contact-form {
  background: #fff;
  margin-left: 85px;
  padding: 45px 50px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.12); }
  @media (max-width: 1199px) {
    .xb-contact-form {
      margin-left: 65px;
      padding: 45px 35px 50px; } }
  @media (max-width: 991px) {
    .xb-contact-form {
      margin-left: 0; } }
  .xb-contact-form .title {
    font-size: 19px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: var(--font-heading); }
    @media (max-width: 1199px) {
      .xb-contact-form .title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .xb-contact-form .title {
        font-size: 17px; } }
  .xb-contact-form .xb-contact-input-form {
    margin-top: 25px; }
    .xb-contact-form .xb-contact-input-form .xb-input-field {
      margin-bottom: 15px; }
      .xb-contact-form .xb-contact-input-form .xb-input-field label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
        color: var(--color-heading); }
      .xb-contact-form .xb-contact-input-form .xb-input-field input {
        height: 48px;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 20px;
        background: var(--color-white);
        border: 1px solid #cbcad3;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        color: var(--color-heading); }
        .xb-contact-form .xb-contact-input-form .xb-input-field input:focus {
          border: 1px solid var(--color-secondary); }
        .xb-contact-form .xb-contact-input-form .xb-input-field input::placeholder {
          color: #647384; }
  .xb-contact-form .form-submit-btn button {
    width: 100%;
    padding: 14.2px 40px; }
    .xb-contact-form .form-submit-btn button .xb-icon {
      height: 30px;
      width: 30px;
      margin-left: 10px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%; }
      .xb-contact-form .form-submit-btn button .xb-icon img {
        position: absolute;
        left: 8px;
        top: 9px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .xb-contact-form .form-submit-btn button .xb-icon img:nth-child(1) {
          transform: translate(0); }
        .xb-contact-form .form-submit-btn button .xb-icon img:nth-child(2) {
          transform: translate(-30px, 30px); }
    .xb-contact-form .form-submit-btn button:hover .xb-icon img:nth-child(1) {
      transform: translate(30px, -30px); }
    .xb-contact-form .form-submit-btn button:hover .xb-icon img:nth-child(2) {
      transition-delay: .1s;
      transform: translate(0, 0); }

.contact-section {
  padding-top: 130px;
  padding-bottom: 215px; }
  .contact-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgba(11, 3, 164, 0.8); }

.xb-contact-left-content {
  margin-top: 135px; }
  @media (max-width: 767px) {
    .xb-contact-left-content {
      margin-top: 0; } }
  .xb-contact-left-content .sec-title {
    max-width: 463px; }
  .xb-contact-left-content .xb-shape {
    float: right;
    margin-top: 97px; }
    @media (max-width: 991px) {
      .xb-contact-left-content .xb-shape {
        float: left;
        margin-top: 50px; } }

.contact-form-wrap {
  background: #fff;
  padding: 65px 70px 70px;
  border: 1px solid #cbcad3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .contact-form-wrap {
      padding: 45px 25px 50px; } }
  .contact-form-wrap .title {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0em;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .contact-form-wrap .xb-contact-input-form {
    margin-top: 25px; }
    .contact-form-wrap .xb-contact-input-form .xb-input-field {
      margin-bottom: 25px; }
      .contact-form-wrap .xb-contact-input-form .xb-input-field input, .contact-form-wrap .xb-contact-input-form .xb-input-field textarea {
        height: 60px;
        background: #f2f2f2;
        border: 1px solid #cbcad3;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px; }
        .contact-form-wrap .xb-contact-input-form .xb-input-field input:focus, .contact-form-wrap .xb-contact-input-form .xb-input-field textarea:focus {
          border-color: var(--color-secondary); }
      .contact-form-wrap .xb-contact-input-form .xb-input-field textarea {
        height: 154px; }
      .contact-form-wrap .xb-contact-input-form .xb-input-field label {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
        color: var(--color-heading); }
  .contact-form-wrap .content {
    font-weight: 400;
    max-width: 515px; }
  .contact-form-wrap .form-submit-btn button {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 19px 54px;
    background: #ffe04b;
    color: var(--color-heading);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; }
    .contact-form-wrap .form-submit-btn button .xb-icon img {
      filter: brightness(0); }
    .contact-form-wrap .form-submit-btn button:hover {
      color: var(--color-white);
      background: var(--color-secondary); }
      .contact-form-wrap .form-submit-btn button:hover .xb-icon img {
        filter: brightness(100); }
  .contact-form-wrap .form-check-label {
    font-size: 16px;
    font-weight: 400;
    flex-grow: 1;
    flex-basis: 0;
    color: var(--color-default); }
  .contact-form-wrap .form-check-input {
    margin-right: 10px;
    border-radius: 0;
    border: 1px solid #131053; }
    .contact-form-wrap .form-check-input:focus {
      box-shadow: none;
      border-color: #0d6efd; }
  .contact-form-wrap .form-check {
    display: flex; }

.main-contact-form {
  padding: 45px 50px 50px;
  margin-right: 60px; }
  @media (max-width: 991px) {
    .main-contact-form {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .main-contact-form {
      padding: 45px 25px 50px; } }

.google-map {
  height: 100%;
  min-height: 566px;
  margin-left: -45px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 991px) {
    .google-map {
      margin-left: 0; } }
  .google-map iframe {
    width: 100%;
    height: 100%; }

.sidebar {
  margin-left: 80px; }
  @media (max-width: 1199px) {
    .sidebar {
      margin-left: 40px; } }
  @media (max-width: 991px) {
    .sidebar {
      margin-left: 0; } }
  .sidebar .sidebar_widget:not(:last-child) {
    margin-bottom: 70px; }

.sidebar_widget_title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 27px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-heading); }

.form-group {
  position: relative; }
  .form-group .form-control {
    height: 60px;
    padding-right: 70px;
    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 #cbcad3; }
    .form-group .form-control:focus {
      box-shadow: none;
      border: 1px solid var(--color-secondary); }
  .form-group .search_icon {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 87%;
    width: 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-secondary); }

.recent_post_block .recent_post_item {
  padding: 22px 30px 25px;
  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 #cbcad3; }
  .recent_post_block .recent_post_item:not(:last-child) {
    margin-bottom: 30px; }
  .recent_post_block .recent_post_item .post-title {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 26px;
    letter-spacing: 0.01em; }
    .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 16px;
  font-size: 20px;
  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-secondary); }
    .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-weight: 500;
    font-size: 14px;
    padding: 6px 19px;
    color: var(--color-default);
    border: 1px solid #cbcad3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white); }
  .tags_block li:hover a {
    color: var(--color-white);
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary); }

.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 .sidebar-logo,
.offcanvas-sidebar .sidebar-content,
.offcanvas-sidebar .sidebar-contact-info,
.offcanvas-sidebar .sidebar-newsletter {
  -webkit-transition: 0.3s var(--easing);
  -o-transition: 0.3s var(--easing);
  transition: 0.3s var(--easing);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0; }

.offcanvas-sidebar.active .sidebar-logo,
.offcanvas-sidebar.active .sidebar-content,
.offcanvas-sidebar.active .sidebar-contact-info,
.offcanvas-sidebar.active .sidebar-newsletter,
.offcanvas-sidebar.active .sidebar-menu-close {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.offcanvas-sidebar.active .sidebar-logo {
  transition-delay: .2s; }
.offcanvas-sidebar.active .sidebar-content {
  transition-delay: .3s; }
.offcanvas-sidebar.active .sidebar-contact-info {
  transition-delay: .4s; }
.offcanvas-sidebar.active .sidebar-newsletter {
  transition-delay: .5s; }
.offcanvas-sidebar.active .sidebar-menu-close {
  transition-delay: .6s; }

.sidebar-menu-close {
  position: absolute;
  top: 20px;
  right: 30px;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px); }
  .sidebar-menu-close .xb-close {
    background: none; }

.offcanvas-sidebar .xb-close::before,
.offcanvas-sidebar .xb-close::after {
  background-color: var(--color-white); }

.offcanvas-sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -775px;
  max-width: 688px;
  width: 100%;
  padding: 70px;
  height: 100%;
  display: block;
  z-index: 1020;
  background-color: #2605bd;
  transition-duration: 500ms;
  background-image: url(../img/bg/sidebar_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  justify-content: start;
  flex-direction: column; }
  @media (max-width: 1199px) {
    .offcanvas-sidebar {
      max-width: 600px; } }

.offcanvas-sidebar.active {
  right: 0; }

.sidebar-content {
  font-size: 30px;
  font-weight: 600;
  max-width: 390px;
  line-height: 142.2%;
  letter-spacing: -0.9px;
  color: var(--color-white);
  }

.sidebar-heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
  display: inline-block;
  letter-spacing: 0.12em;
  color: var(--color-white);
  text-transform: uppercase; }

.sidebar-info-list li {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  letter-spacing: -0.03em;
  color: var(--color-white); }
  .sidebar-info-list li span {
    margin-right: 15px; }
  .sidebar-info-list li:not(:last-child) {
    margin-bottom: 25px; }
  .sidebar-info-list li a {
    color: currentColor; }

.sidebar-newsletter-from {
  max-width: 409px;
  position: relative; }
  .sidebar-newsletter-from input {
    height: 60px;
    padding: 18px 60px 18px 18px;
    color: var(--color-black);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background-color: var(--color-white); }
    .sidebar-newsletter-from input::placeholder {
      color: var(--color-black); }
  .sidebar-newsletter-from button {
    width: 54px;
    height: 54px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 3px;
    color: var(--color-white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background-color: var(--color-secondary); }

/*----------------------------------------*/
/*  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; } }
.design-conference {
  background: var(--color-body); }
  .design-conference h1, .design-conference h2, .design-conference h3, .design-conference h4, .design-conference h5, .design-conference h6 {
    font-family: var(--font-heading); }

.feature-ai-event {
  font-size: 17px;
  color: var(--color-white);
  background: var(--color-body-bg); }
  .feature-ai-event h1, .feature-ai-event h2, .feature-ai-event h3, .feature-ai-event h4, .feature-ai-event h5, .feature-ai-event h6 {
    font-family: var(--font-heading); }

.inner-pge-style h1, .inner-pge-style h2, .inner-pge-style h3, .inner-pge-style h4, .inner-pge-style h5, .inner-pge-style h6 {
  font-family: var(--font-heading); }

@media (max-width: 991px) {
  .container.px-60 {
    padding-left: 15px;
    padding-right: 15px; } }

.g-15 {
  padding: 0 5px; }
  .g-15 > * {
    padding-left: 8px;
    padding-right: 8px; }

.g-50 {
  margin: 0 -25px; }
  .g-50 > * {
    padding-left: 25px;
    padding-right: 25px; }

.o-hidden {
  overflow: hidden; }

.o-clip {
  overflow: clip; }

.tagcloud, .tags-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px; }
  .tagcloud a, .tags-links a {
    display: block;
    color: #5D6A83;
    border: 1px solid #EEE5E5;
    background-color: var(--color-white);
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
   
    text-decoration: none;
    font-weight: 500;
    padding: 4px 17px;
    margin: 7px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .tagcloud a:hover, .tags-links a:hover {
      color: var(--color-white);
      background-color: var(--color-primary);
      border-color: var(--color-primary); }

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }

.tags-links a {
  min-height: 32px;
  padding: 2px 17px; }

.body-overlay.active {
  opacity: .5;
  visibility: visible; }

.post-tags li {
  font-size: 15px;
 
  position: relative; }
  .post-tags li:not(:first-child, :last-child) {
    margin-right: 11px;
    padding-right: 15px; }
    .post-tags li:not(:first-child, :last-child)::before {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background-color: var(--color-primary);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      content: ""; }
  .post-tags li span {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 0px 10px;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 12px; }
  .post-tags li a {
    color: var(--color-black); }
    .post-tags li a:hover {
      color: var(--color-black); }

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  opacity: 1;
  font-size: 0;
  border: 9px solid transparent;
  position: absolute; }

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  top: 4px; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.mfp-iframe-holder .mfp-content {
  max-width: 1170px; }

.xb-carousel-inner {
  margin: -30px; }

.xb-swiper-sliders {
  position: relative; }

.xb-swiper-container {
  overflow: hidden;
  padding: 30px; }

.xb-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.xb-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0; }

.xb-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.z-index-2 {
  z-index: 2;
  position: relative; }

.xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.xb-overlay-link {
  z-index: 1; }

.letter-spacing-0 {
  letter-spacing: 0; }

@media (max-width: 991px) {
  .margin-none-md {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .mb-30-xs {
    margin-bottom: 30px; } }

.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.z-1 {
  z-index: 1; }

.z-3 {
  position: relative;
  z-index: 3; }

.ml-auto {
  margin-left: auto; }

.align-end {
  align-items: flex-end; }

.xb-hover-zoom:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); }
.xb-hover-zoom .xb-item--img {
  overflow: hidden; }
  .xb-hover-zoom .xb-item--img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.xb-law-swiper-arrow .xb-swiper-arrow {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    margin-left: 10px; }
  .xb-law-swiper-arrow .xb-swiper-arrow:hover, .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    color: var(--color-law);
    background-color: var(--color-white); }

.xb-law-swiper-arrow-main-color .xb-swiper-arrow {
  background-color: var(--color-law);
  color: var(--color-white); }

.pagination-style1 {
  bottom: -60px; }
  .pagination-style1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #162432; }
  .pagination-style1.style-white .swiper-pagination-bullet {
    background-color: var(--color-white); }

.hero-style {
  z-index: 1;
  min-height: 920px;
  padding-top: 242px;
  padding-bottom: 120px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .hero-style {
      padding-top: 190px; } }
  .hero-style .hero-content-img .img {
    z-index: -1;
    position: absolute; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero-style .hero-content-img .img {
        max-width: 20%; } }
    @media (max-width: 1199px) {
      .hero-style .hero-content-img .img {
        max-width: 20%; } }
    @media (max-width: 991px) {
      .hero-style .hero-content-img .img {
        display: none; } }
    .hero-style .hero-content-img .img--1 {
      left: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .hero-style .hero-content-img .img--1 {
          top: 27%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .hero-style .hero-content-img .img--1 {
          top: 30%; } }
      @media (max-width: 1199px) {
        .hero-style .hero-content-img .img--1 {
          top: 31%; } }
      @media only screen and (max-width: 1023px) {
        .hero-style .hero-content-img .img--1 {
          top: 33%; } }
    .hero-style .hero-content-img .img--2 {
      top: 0;
      right: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .hero-style .hero-content-img .img--2 {
          top: 27%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .hero-style .hero-content-img .img--2 {
          top: 30%; } }
      @media (max-width: 1199px) {
        .hero-style .hero-content-img .img--2 {
          top: 31%; } }
      @media only screen and (max-width: 1023px) {
        .hero-style .hero-content-img .img--2 {
          top: 33%; } }
  .hero-style .xb-hero_content {
    padding-right: 20px; }
    @media (max-width: 1199px) {
      .hero-style .xb-hero_content {
        padding-right: 0; } }
  .hero-style .xb-hero-heading {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .hero-style .xb-hero-heading {
        margin-bottom: 40px; } }
    .hero-style .xb-hero-heading .title {
      font-size: 90px;
      font-weight: 900;
      line-height: 1.1;
      color: var(--color-white);
      text-transform: uppercase;
      font-family: var(--font-heading); }
      @media (max-width: 1199px) {
        .hero-style .xb-hero-heading .title {
          font-size: 70px; } }
      @media (max-width: 767px) {
        .hero-style .xb-hero-heading .title {
          font-size: 36px;
          text-align: center; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero-style .xb-hero-heading .title {
          font-size: 55px; } }
    .hero-style .xb-hero-heading .sub-heading {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      margin-top: 8px;
      gap: 30px;
      justify-content: space-between; }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .hero-style .xb-hero-heading .sub-heading {
          margin-top: 40px;
          justify-content: center; } }
      @media (max-width: 1199px) {
        .hero-style .xb-hero-heading .sub-heading {
          margin-top: 16px;
          flex-wrap: nowrap; } }
      @media (max-width: 991px) {
        .hero-style .xb-hero-heading .sub-heading {
          gap: 64px;
          margin-top: 18px;
          justify-content: start; } }
      @media (max-width: 767px) {
        .hero-style .xb-hero-heading .sub-heading {
          gap: 20px;
          margin-top: 43px;
          flex-wrap: wrap;
          justify-content: center; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero-style .xb-hero-heading .sub-heading {
          margin-top: 30px; } }
    .hero-style .xb-hero-heading .sub-title {
      font-size: 42px;
      font-weight: 700;
      color: var(--color-white);
      text-transform: uppercase;
      display: inline-block;
      position: relative; }
      @media (max-width: 1199px) {
        .hero-style .xb-hero-heading .sub-title {
          font-size: 35px;
          white-space: nowrap; } }
      @media (max-width: 991px) {
        .hero-style .xb-hero-heading .sub-title {
          font-size: 33px; } }
      @media (max-width: 767px) {
        .hero-style .xb-hero-heading .sub-title {
          font-size: 24px; } }
      .hero-style .xb-hero-heading .sub-title::before {
        position: absolute;
        content: '';
        left: 0;
        top: -25px;
        height: 2px;
        width: 100%;
        background: var(--color-white); }
        @media (max-width: 767px) {
          .hero-style .xb-hero-heading .sub-title::before {
            top: -20px; } }
    .hero-style .xb-hero-heading .number {
      font-size: 70px;
      font-weight: 900;
      display: inline-block;
      color: var(--color-primary);
      font-family: var(--font-heading); }
      @media (max-width: 1199px) {
        .hero-style .xb-hero-heading .number {
          font-size: 55px; } }
      @media (max-width: 991px) {
        .hero-style .xb-hero-heading .number {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .hero-style .xb-hero-heading .number {
          font-size: 45px; } }
  @media (max-width: 1199px) {
    .hero-style .xb-hero-bottom {
      align-items: center !important; } }
  @media (max-width: 767px) {
    .hero-style .xb-hero-bottom {
      gap: 40px;
      justify-content: center;
      flex-direction: column-reverse; } }
  .hero-style .xb-hero-location-item .xb-location {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 10px;
    color: var(--color-white); }
    @media (max-width: 1199px) {
      .hero-style .xb-hero-location-item .xb-location {
        font-size: 25px; } }
    @media (max-width: 767px) {
      .hero-style .xb-hero-location-item .xb-location {
        font-size: 16px;
        line-height: 26px; } }
    .hero-style .xb-hero-location-item .xb-location span {
      font-weight: 400;
      color: var(--color-primary); }
  .hero-style .xb-hero-location-wrap {
    gap: 42px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .hero-style .xb-hero-location-wrap {
        gap: 70px;
        flex-direction: row; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .hero-style .xb-hero-location-wrap {
        gap: 50px; } }
  .hero-style--two {
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: 920px; }
    @media (max-width: 1199px) {
      .hero-style--two {
        min-height: 870px; } }
    @media (max-width: 991px) {
      .hero-style--two {
        min-height: 800px; } }
    @media (max-width: 767px) {
      .hero-style--two {
        min-height: 590px;
        padding-top: 160px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .hero-style--two {
        min-height: 650px; } }
    .hero-style--two .xb-hero_content .title {
      font-size: 160px;
      font-weight: 400;
      line-height: 1;
      color: var(--color-white); }
      @media (max-width: 1199px) {
        .hero-style--two .xb-hero_content .title {
          font-size: 120px; } }
      @media (max-width: 991px) {
        .hero-style--two .xb-hero_content .title {
          font-size: 100px; } }
      @media (max-width: 767px) {
        .hero-style--two .xb-hero_content .title {
          font-size: 50px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero-style--two .xb-hero_content .title {
          font-size: 70px; } }
    .hero-style--two .hero-content-img .img {
      position: absolute;
      transition: transform 0.1s linear; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .hero-style--two .hero-content-img .img {
          max-width: 14%; } }
      .hero-style--two .hero-content-img .img--1 {
        top: 18%;
        left: 15%; }
        @media only screen and (min-width: 1200px) and (max-width: 1500px) {
          .hero-style--two .hero-content-img .img--1 {
            top: 14%;
            left: 0; } }
        @media (max-width: 1199px) {
          .hero-style--two .hero-content-img .img--1 {
            top: 21%;
            left: 3%;
            max-width: 14%; } }
        @media (max-width: 991px) {
          .hero-style--two .hero-content-img .img--1 {
            left: 0%;
            top: 22%; } }
        @media (max-width: 767px) {
          .hero-style--two .hero-content-img .img--1 {
            top: 20%;
            left: -3%;
            max-width: 20%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .hero-style--two .hero-content-img .img--1 {
            left: 2%;
            top: 24%; } }
      .hero-style--two .hero-content-img .img--2 {
        left: 8%;
        bottom: 36%; }
        @media only screen and (min-width: 1200px) and (max-width: 1500px) {
          .hero-style--two .hero-content-img .img--2 {
            left: 4%;
            bottom: 30%; } }
        @media (max-width: 1199px) {
          .hero-style--two .hero-content-img .img--2 {
            max-width: 7%;
            bottom: 40%;
            left: 4%; } }
        @media (max-width: 767px) {
          .hero-style--two .hero-content-img .img--2 {
            left: 2%;
            bottom: 50%;
            max-width: 9%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .hero-style--two .hero-content-img .img--2 {
            bottom: 44%; } }
      .hero-style--two .hero-content-img .img--3 {
        top: 17%;
        right: 13%; }
        @media only screen and (min-width: 1200px) and (max-width: 1500px) {
          .hero-style--two .hero-content-img .img--3 {
            right: 2%; } }
        @media (max-width: 1199px) {
          .hero-style--two .hero-content-img .img--3 {
            top: 17%;
            right: 1%;
            max-width: 12%; } }
        @media (max-width: 991px) {
          .hero-style--two .hero-content-img .img--3 {
            top: 20%; } }
        @media (max-width: 767px) {
          .hero-style--two .hero-content-img .img--3 {
            top: 21%;
            right: -1%;
            max-width: 16%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .hero-style--two .hero-content-img .img--3 {
            top: 20%; } }
      .hero-style--two .hero-content-img .img--4 {
        right: 20%;
        bottom: 33%; }
        @media only screen and (min-width: 1200px) and (max-width: 1500px) {
          .hero-style--two .hero-content-img .img--4 {
            right: 8%;
            bottom: 34%; } }
        @media (max-width: 1199px) {
          .hero-style--two .hero-content-img .img--4 {
            right: 10%;
            bottom: 43%;
            max-width: 8%; } }
        @media (max-width: 991px) {
          .hero-style--two .hero-content-img .img--4 {
            right: 6%;
            bottom: 44%; } }
        @media (max-width: 767px) {
          .hero-style--two .hero-content-img .img--4 {
            bottom: 51%;
            right: 0%;
            max-width: 13%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .hero-style--two .hero-content-img .img--4 {
            right: 9%;
            bottom: 48%; } }
  .hero-style--three {
    min-height: 1062px;
    padding-top: 220px;
    padding-bottom: 120px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .hero-style--three {
        min-height: 945px; } }
    @media (max-width: 991px) {
      .hero-style--three {
        padding-top: 180px; } }
    @media (max-width: 767px) {
      .hero-style--three {
        min-height: 920px;
        padding-top: 160px;
        padding-bottom: 100px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .hero-style--three {
        min-height: 775px; } }
    .hero-style--three .xb-hero_content .hero-btn {
      gap: 30px; }
    .hero-style--three .xb-hero_content .title {
      font-size: 117px;
      font-weight: 400;
      max-width: 720px;
      line-height: 1.03;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .hero-style--three .xb-hero_content .title {
          font-size: 90px;
          max-width: 850px; } }
      @media (max-width: 991px) {
        .hero-style--three .xb-hero_content .title {
          max-width: none;
          font-size: 80px; } }
      @media (max-width: 767px) {
        .hero-style--three .xb-hero_content .title {
          font-size: 50px; } }
    .hero-style--three .xb-hero_content .content {
      max-width: 430px;
      margin-top: 33px; }
    .hero-style--three .xb-hero-location-item .xb-holder {
      gap: 10px;
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .hero-style--three .xb-hero-location-item .xb-holder span {
        font-size: 26px;
        font-weight: 400;
        display: inline-flex;
        color: var(--color-primary); }
    .hero-style--three .xb-hero-location-item .xb-location {
      font-size: 26px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .hero-style--three .xb-hero-location-item .xb-location {
          font-size: 20px; } }
    .hero-style--three .xb-hero-location-wrap {
      gap: 87px;
      margin-top: 67px; }
      @media (max-width: 1199px) {
        .hero-style--three .xb-hero-location-wrap {
          flex-direction: column;
          align-content: start;
          align-items: start;
          gap: 50px; } }
      @media (max-width: 767px) {
        .hero-style--three .xb-hero-location-wrap {
          gap: 40px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero-style--three .xb-hero-location-wrap {
          gap: 50px;
          flex-direction: row;
          flex-wrap: nowrap; } }
    .hero-style--three .hero-content-img .img {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .hero-style--three .hero-content-img .img {
          max-width: 42%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .hero-style--three .hero-content-img .img {
          max-width: 34%; } }
      @media (max-width: 1199px) {
        .hero-style--three .hero-content-img .img {
          max-width: 35%; } }
      @media (max-width: 767px) {
        .hero-style--three .hero-content-img .img {
          display: none; } }

/*----------------------------------------*/
/*  22. breadcrumb
/*----------------------------------------*/
.breadcrumb {
  min-height: 500px;
  padding: 140px 0 100px;
  margin: 0;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .breadcrumb {
      padding: 180px 0 100px; } }
  @media (max-width: 767px) {
    .breadcrumb {
      min-height: 360px; } }
  .breadcrumb__content {
    text-align: center; }
  .breadcrumb__title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--font-heading); }
    @media (max-width: 1199px) {
      .breadcrumb__title {
        font-size: 35px; } }
    @media (max-width: 991px) {
      .breadcrumb__title {
        font-size: 25px; } }
    @media (max-width: 767px) {
      .breadcrumb__title {
        font-size: 22px; } }
  .breadcrumb__sub-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 21px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    color: var(--color-white);
    }
    .breadcrumb__sub-title::before, .breadcrumb__sub-title::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      height: 10px;
      width: 10px;
      transform: translateY(-50%);
      background: var(--color-primary);
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%; }
    .breadcrumb__sub-title::after {
      left: auto;
      right: 0; }

.thm-btn {
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  line-height: 1.1;
  letter-spacing: -0.01em;
  padding: 25px 54px;
  border-style: none;
  align-self: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: clip;
  justify-content: center;
  text-transform: uppercase;
  color: var(--color-white);
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .thm-btn span {
    margin-left: 15px; }
  .thm-btn--yellow {
    color: var(--color-heading);
    background: var(--color-primary);
    border: none; }
    .thm-btn--yellow::before {
      background: var(--color-secondary) !important; }
    .thm-btn--yellow:hover {
      color: var(--color-white) !important;
      border: none !important; }
      .thm-btn--yellow:hover span svg path {
        fill: var(--color-white) !important; }
  .thm-btn:hover {
    color: var(--color-heading); }

.business-btn span svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .business-btn span svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.business-btn::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: scalex(0);
  transform-origin: left;
  background: var(--color-primary);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.business-btn:hover {
  color: var(--color-heading);
  border: 1px solid var(--color-primary); }
  .business-btn:hover span svg {
    transform: rotate(45deg); }
    .business-btn:hover span svg path {
      fill: var(--color-heading); }
  .business-btn:hover::before {
    transform: scalex(1); }

.forum-circle-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 50px 47px 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: rgba(255, 255, 255, 0.07); }
  .forum-circle-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(0.6);
    border-radius: inherit;
    background: #FF6500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .forum-circle-btn:hover::before {
    opacity: 1;
    transform: scale(1); }
  .forum-circle-btn:hover .arrow {
    transform: rotate(45deg); }
  .forum-circle-btn p {
    font-size: 16px;
    font-weight: 500;
    max-width: 151px;
    text-align: center;
    color: var(--color-white);
    text-transform: uppercase; }
  .forum-circle-btn .dollar {
    font-size: 50px;
    font-weight: 400;
    margin: 22px 0 32px;
    display: inline-block;
    color: var(--color-white); }
  .forum-circle-btn .arrow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .forum-circle-btn--yellow {
    background: var(--color-primary); }
    .forum-circle-btn--yellow .dollar {
      color: var(--color-heading); }
    .forum-circle-btn--yellow p {
      color: var(--color-heading); }
    .forum-circle-btn--yellow:hover .dollar,
    .forum-circle-btn--yellow:hover p {
      color: var(--color-white); }
    .forum-circle-btn--yellow:hover .arrow svg path {
      fill: var(--color-white); }

.form-btn {
  color: var(--color-heading);
  background: var(--color-primary); }
  .form-btn img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .form-btn:hover {
    color: var(--color-white);
    background: var(--color-secondary); }
    .form-btn:hover img {
      filter: brightness(100); }

.design-btn {
  font-size: 18px;
  font-weight: 700;
  border: none;
 
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  gap: 10px; }
  .design-btn img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .design-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scaleY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white); }
  .design-btn:hover {
    color: var(--color-heading); }
    .design-btn:hover::before {
      transform: scaleY(1); }
    .design-btn:hover img {
      filter: brightness(0);
      transform: translateX(5px); }

.details-btn {
  padding: 17px 24px;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  background: var(--color-secondary); }
  .details-btn i {
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: rotate(-45deg); }
  .details-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-heading); }
    .details-btn:hover i {
      transform: rotate(0deg); }

.ai-btn {
  z-index: 1;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.02em;
  padding: 16px 20px;
  gap: 71px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--color-black);
  background: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent; }
  .ai-btn svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .ai-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scaleY(0);
    background: #092019;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .ai-btn:hover {
    color: var(--color-white);
    border: 1px solid var(--color-white); }
    .ai-btn:hover::before {
      transform: scaleY(1); }
    .ai-btn:hover svg path {
      stroke: var(--color-white); }
  .ai-btn--border {
    color: var(--color-white);
    background: transparent;
    border: 1px solid var(--color-white); }
    .ai-btn--border::before {
      background: var(--color-white); }
    .ai-btn--border:hover {
      color: var(--color-black); }
      .ai-btn--border:hover svg path {
        stroke: var(--color-black); }

.pricing-btn a {
  gap: 12px;
  display: flex;
  max-width: 287px;
  padding: 20px 45px;
  background: #782156; }
  .pricing-btn a::before {
    background: var(--color-primary); }
  .pricing-btn a:hover {
    color: var(--color-white); }
    .pricing-btn a:hover img {
      filter: brightness(100); }

/*----------------------------------------*/
/*  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-heading);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--color-primary); }
    .xb-backtotop .scroll:hover {
      margin-bottom: 4px; }
  .xb-backtotop.style-two .scroll {
    color: var(--color-white); }
  .xb-backtotop.style-three .scroll {
    color: var(--color-black); }

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/
.xb-hamburger-menu {
  display: none; }
  @media (max-width: 991px) {
    .xb-hamburger-menu {
      display: block; } }

.xb-nav-mobile-button {
  position: relative;
  cursor: pointer;
  font-size: 23px;
  color: var(--color-dark); }

.xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden; }

.xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background-color: #fff; }

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.xb-header-menu.active + .xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible; }

.xb-header-menu-scroll {
  padding: 50px 25px 40px; }

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li {
  padding-left: 0;
  padding-right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
  margin-right: 4px; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
  max-width: 100%; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
  margin: 10px 0 !important; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu, .xb-header-menu-scroll .xb-menu-primary > li .children {
  padding-left: 15px; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu a, .xb-header-menu-scroll .xb-menu-primary > li .children a {
  padding-left: 0; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu, .xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
  padding-left: 0; }

.xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-heading);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block; }

.xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.xb-menu-toggle.active:before {
  content: "\f106"; }

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary li {
  position: relative; }

.xb-menu-primary li a {
  display: block;
  line-height: 46px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 600;
 
  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-secondary); }

.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-secondary); }

.xb-logo-mobile {
  margin-bottom: 40px; }

.xb-logo-mobile img {
  height: 40px; }

.xb-header-mobile-search {
  margin-bottom: 20px; }

.xb-header-mobile-search form {
  position: relative; }

.xb-header-mobile-search .search-field {
  height: 50px;
  border: none;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--color-heading);
  padding: 12px 35px 13px 15px;
  background-color: transparent;
  border: 2px solid rgba(150, 144, 162, 0.09); }

.xb-header-mobile-search .search-field:focus {
  border-color: var(--color-secondary); }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-primary); }

.xb-menu-close {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-heading); }

.xb-nav-mobile {
  color: var(--color-heading);
  height: 40px;
  width: 40px;
  border-radius: 6px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--color-heading); }
  @media (max-width: 767px) {
    .xb-nav-mobile {
      height: 35px;
      width: 35px; } }
  .xb-nav-mobile:hover {
    color: var(--color-heading);
    background: var(--color-primary);
    border: 1px solid var(--color-primary); }

/*----------------------------------------*/
/*  32. preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
  z-index: 999; }

.preloader .preloader-inner-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  position: relative;
  max-width: 100%;
  width: 100%; }

.preloader .preloader-inner-wrap .preloader-inner {
  display: table-cell;
  vertical-align: middle; }

@-webkit-keyframes loading_1 {
  0%,
  10%,
  100% {
    width: 84px;
    height: 84px; }
  65% {
    width: 150px;
    height: 150px; } }
@keyframes loading_1 {
  0%,
  10%,
  100% {
    width: 84px;
    height: 84px; }
  65% {
    width: 150px;
    height: 150px; } }
@-webkit-keyframes loading_2 {
  0%,
  30% {
    transform: rotate(0); }
  55% {
    background-color: transparent;
    transform: scale(0.5); }
  100% {
    transform: rotate(180deg); } }
@keyframes loading_2 {
  0%,
  30% {
    transform: rotate(0); }
  55% {
    background-color: transparent;
    transform: scale(0.5); }
  100% {
    transform: rotate(180deg); } }
@-webkit-keyframes loading_3 {
  0%,
  20% {
    transform: rotate(0); }
  55% {
    background-color: transparent;
    transform: scale(0.5); }
  100% {
    transform: rotate(180deg); } }
@keyframes loading_3 {
  0%,
  20% {
    transform: rotate(0); }
  55% {
    background-color: transparent;
    transform: scale(0.5); }
  100% {
    transform: rotate(180deg); } }
.main-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loading_1 1.2s infinite ease-in-out;
  animation: loading_1 1.2s infinite ease-in-out; }

.main-loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-animation: loading_2 1.2s infinite ease-in-out both;
  animation: loading_2 1.2s infinite ease-in-out both; }

.main-loader span:nth-child(1) {
  background-color: #260F8F;
  border: 1px #260F8F solid;
  top: 0;
  left: 0; }

.main-loader span:nth-child(2) {
  background-color: #00B8FF;
  border: 1px #00B8FF solid;
  top: 0;
  right: 0;
  -webkit-animation: loading_3 1.2s infinite ease-in-out both;
  animation: loading_3 1.2s infinite ease-in-out both; }

.main-loader span:nth-child(3) {
  background-color: #00B8FF;
  border: 1px #00B8FF solid;
  bottom: 0;
  left: 0;
  -webkit-animation: loading_3 1.2s infinite ease-in-out both;
  animation: loading_3 1.2s infinite ease-in-out both; }

.main-loader span:nth-child(4) {
  background-color: #260F8F;
  border: 1px #260F8F solid;
  bottom: 0;
  right: 0; }

.preloader--two .main-loader span:nth-child(1) {
  background-color: #6e3ffa;
  border: 1px #6e3ffa solid;
  left: 0; }
.preloader--two .main-loader span:nth-child(2) {
  background-color: #FF6C0A;
  border: 1px #FF6C0A solid; }
.preloader--two .main-loader span:nth-child(3) {
  background-color: #FF6C0A;
  border: 1px #FF6C0A solid; }
.preloader--two .main-loader span:nth-child(4) {
  background-color: #6e3ffa;
  border: 1px #6e3ffa solid; }
.preloader--three .main-loader span:nth-child(1) {
  background-color: #92dc63;
  border: 1px #92dc63 solid;
  left: 0; }
.preloader--three .main-loader span:nth-child(2) {
  background-color: #092019;
  border: 1px #092019 solid; }
.preloader--three .main-loader span:nth-child(3) {
  background-color: #092019;
  border: 1px #092019 solid; }
.preloader--three .main-loader span:nth-child(4) {
  background-color: #92dc63;
  border: 1px #92dc63 solid; }

.xb-widget-title {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 13px;
  color: var(--color-white);
  position: relative; }
  .xb-widget-title::before, .xb-widget-title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1); }
  .xb-widget-title::after {
    width: 39px;
    background: var(--color-primary); }

.xb-footer_widget .xb-list {
  gap: 50px; }
  @media (max-width: 991px) {
    .xb-footer_widget .xb-list {
      gap: 15px; } }
  @media (max-width: 767px) {
    .xb-footer_widget .xb-list {
      gap: 20px;
      justify-content: center; } }
  .xb-footer_widget .xb-list li a {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    color: var(--color-heading);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .xb-footer_widget .xb-list li a::before {
      position: absolute;
      content: '';
      right: 0;
      bottom: 0;
      height: 1px;
      width: 0;
      text-decoration: left;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: var(--color-secondary); }
    .xb-footer_widget .xb-list li a:hover {
      color: var(--color-secondary); }
      .xb-footer_widget .xb-list li a:hover::before {
        left: 0;
        right: auto;
        width: 100%; }

.xb-footer-contact_info {
  padding-top: 50px;
  margin-top: 45px;
  gap: 40px;
  border-top: 1px solid var(--color-border); }

.xb-contact-item .xb-item--inner {
  gap: 20px; }
.xb-contact-item .xb-item--icon {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-secondary); }
  .xb-contact-item .xb-item--icon.calling {
    background: #ff6500; }
  .xb-contact-item .xb-item--icon.location {
    background: #1d37a9; }
.xb-contact-item .xb-item--text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0em;
  text-transform: uppercase; }
.xb-contact-item .xb-item--contact {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
  color: var(--color-heading); }
  @media (max-width: 767px) {
    .xb-contact-item .xb-item--contact {
      font-size: 18px; } }

.xb-footer-logo {
  margin-top: 120px;
  margin-bottom: -80px; }
  @media (max-width: 1199px) {
    .xb-footer-logo {
      margin-bottom: -60px; } }
  @media (max-width: 991px) {
    .xb-footer-logo {
      margin-bottom: -42px; } }
  @media (max-width: 767px) {
    .xb-footer-logo {
      margin-top: 100px;
      margin-bottom: -17px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-footer-logo {
      margin-bottom: -30px; } }

.xb-footer_bottom {
  padding: 20px 0;
  background: #260f8f;
  position: relative; }
  .xb-footer_bottom p {
    font-weight: 500;
    color: var(--color-white); }
    .xb-footer_bottom p a {
      color: currentColor; }
  .xb-footer_bottom ul {
    gap: 11px; }
    .xb-footer_bottom ul li a {
      font-weight: 400;
      color: var(--color-white); }
  .xb-footer_bottom .xb-footer-bottom-inner {
    gap: 20px; }
    @media (max-width: 767px) {
      .xb-footer_bottom .xb-footer-bottom-inner {
        text-align: center;
        justify-content: center; } }

.xb-social_media .social-link {
  gap: 11px; }
  .xb-social_media .social-link li {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-white); }
    .xb-social_media .social-link li:nth-child(1) {
      margin-right: 20px;
      text-transform: uppercase; }
    .xb-social_media .social-link li a {
      height: 40px;
      width: 40px;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: rgba(255, 255, 255, 0.1); }
      .xb-social_media .social-link li a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
        opacity: 0;
        border-radius: inherit;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        background: var(--color-primary); }
      .xb-social_media .social-link li a:hover {
        color: var(--color-heading); }
        .xb-social_media .social-link li a:hover::before {
          opacity: 1;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }

.footer-style-two .xb-footer_bottom {
  background: none; }
.footer-style-two .xb-footer-wrap {
  padding-bottom: 145px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.footer-style-two .xb-social_media .social-link li a:hover {
  color: var(--color-white); }
.footer-style-two .xb-footer_widget .xb-list {
  gap: 88px; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .footer-style-two .xb-footer_widget .xb-list {
      gap: 45px; } }
  @media (max-width: 1199px) {
    .footer-style-two .xb-footer_widget .xb-list {
      gap: 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-two .xb-footer_widget .xb-list {
      gap: 88px; } }
  .footer-style-two .xb-footer_widget .xb-list li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    position: relative;
    display: inline-block;
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
   
    text-transform: uppercase;
    font-family: var(--font-heading); }
    .footer-style-two .xb-footer_widget .xb-list li a::before {
      position: absolute;
      content: '';
      right: 0;
      bottom: 0;
      height: 1px;
      width: 0;
      text-decoration: left;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: var(--color-primary); }
    .footer-style-two .xb-footer_widget .xb-list li a:hover {
      color: var(--color-primary);
      transform: translate(3px); }
      .footer-style-two .xb-footer_widget .xb-list li a:hover::before {
        left: 0;
        right: auto;
        width: 100%; }

.xb-widget-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 13px;
  position: relative;
  color: var(--color-white);
  text-transform: uppercase; }
  .xb-widget-title::before, .xb-widget-title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1); }
  .xb-widget-title::after {
    width: 39px;
    background: var(--color-white); }

@media (max-width: 767px) {
  .xb-footer_info {
    margin-top: 50px; } }
.xb-footer_info .xb-contact li {
  gap: 15px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-heading); }
  .xb-footer_info .xb-contact li a {
    color: currentColor; }

@media (max-width: 767px) {
  .xb-newsletter {
    margin-top: 60px; } }
.xb-newsletter .xb-item--logo {
  margin-top: -20px; }
.xb-newsletter .xb-item--title {
  font-size: 14px;
  font-weight: 500;
  margin: 50px 0 16px;
  color: var(--color-white);
  text-transform: uppercase; }
.xb-newsletter .xb-item--newsletter_form {
  position: relative; }
  .xb-newsletter .xb-item--newsletter_form input {
    width: 100%;
    height: 60px;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    color: #514d49;
    padding: 0 110px 0 20px;
    border: 1px solid #fff;
    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;
    background: #edf6ff; }
    .xb-newsletter .xb-item--newsletter_form input::placeholder {
      color: #514d49; }
    .xb-newsletter .xb-item--newsletter_form input:focus {
      background-color: var(--color-white); }
  .xb-newsletter .xb-item--newsletter_form .submit_btn {
    top: 4px;
    right: 4px;
    z-index: 1;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    position: absolute;
    padding: 17px 20px;
    color: var(--color-white);
    background-color: var(--color-primary); }

.footer-style-three .xb-footer-logo {
  text-align: center;
  margin: 135px 50px; }
  @media (max-width: 991px) {
    .footer-style-three .xb-footer-logo {
      margin: 100px 30px; } }
.footer-style-three .xb-footer_bottom {
  background: var(--color-primary); }
  @media (max-width: 991px) {
    .footer-style-three .xb-footer_bottom .xb-footer-bottom-inner {
      justify-content: center; } }
  .footer-style-three .xb-footer_bottom .xb-footer-bottom-inner p {
    letter-spacing: -0.02em;
    color: var(--color-black); }
  .footer-style-three .xb-footer_bottom .xb-footer-bottom-inner .social-link li {
    font-size: 14px;
    color: var(--color-black); }
    .footer-style-three .xb-footer_bottom .xb-footer-bottom-inner .social-link li a {
      background: #83c659;
      color: var(--color-black); }
      .footer-style-three .xb-footer_bottom .xb-footer-bottom-inner .social-link li a::before {
        background: var(--color-body-bg); }
      .footer-style-three .xb-footer_bottom .xb-footer-bottom-inner .social-link li a:hover {
        color: var(--color-white); }

/*# sourceMappingURL=main.css.map */
