:root {
    --color-one:                        #B90808;
    --color-one-rgb:                    185, 8, 8;
    
    /* Text Color */
    --color-two:                      #DDDDDD; /*#585858*/
    --color-two-rgb:                   221, 221, 221;

    --color-two-fixed:                #DDDDDD;
    --color-two-fixed-rgb:              221, 221, 221;

    --color-three:                      #F2F2F2; /*#585858*/
    --color-three-rgb:                   242, 242, 242;
    
    /* Body BG */
    --color-dark-one:                  #151515;   /*#FFFFFF*/
    --color-dark-one-rgb:               21, 21, 21;

    --color-dark-one-fixed:             #151515;   /*#FFFFFF*/
    --color-dark-one-fixed-rgb:           21, 21, 21;

    /* Hero BG */
    --color-dark-two:                  #0F0F0F; /*#FAFAFA*/
    --color-dark-two-rgb:               15, 15, 15;
    
    --color-dark-three:                #121212; 
    --color-dark-three-rgb:             18, 18, 18;

    --color-dark-three-fixed:          #121212; 
    --color-dark-three-fixed-rgb:        18, 18, 18;
    
    --color-dark-four:                 #1E1E1E;  /*#F5F5F5*/
    --color-dark-four-rgb:              30, 30, 30;

    --color-dark-four-fixed:           #1E1E1E;  /*#F5F5F5*/
    --color-dark-four-fixed-rgb:         30, 30, 30;
    
    --color-dark-five:                 #2C2C2C; /*#DDDDDD*/
    --color-dark-five-rgb:              44, 44, 44;

    --color-dark-five-fixed:           #2C2C2C; /*#DDDDDD*/
    --color-dark-five-fixed-rgb:        44, 44, 44;

    --color-dark-six:                  #272727;
    --color-dark-six-rgb:               39, 39, 39;

    --color-dark-seven:                #3C3C3C;
    --color-dark-seven-rgb:             60, 60, 60;

    --color-dark-seven-fixed:          #3C3C3C;
    --color-dark-seven-fixed-rgb:        60, 60, 60;

    --color-dark-eight:                #343434;
    --color-dark-eight-rgb:             52, 52, 52;

    --color-dark-nine:                 #232323;
    --color-dark-nine-rgb:               35, 35, 35;

    --color-dark-ten:                   #444444;
    --color-dark-ten-rgb:               68, 68, 68;

    --color-dark-eleven:                #495060;
    --color-dark-eleven-rgb:             73, 80, 96;

    --color-dark-twelve:                #171719;
    --color-dark-twelve-rgb:             23, 23, 25;

    --color-dark-thirteen:                #212121;
    --color-dark-thirteen-rgb:             33, 33, 33;

    --color-dark-fourteen:                #131313;
    --color-dark-fourteen-rgb:             19, 19, 19;

    --color-dark-fifteen:                #1B1B1B;
    --color-dark-fifteen-rgb:             27, 27, 27;

    --color-dark-fifteen-fixed:          #1B1B1B;
    --color-dark-fifteen-fixed-rgb:       27, 27, 27;
    
    --color-white:                     #FFFFFF; /*#000000*/
    --color-white-rgb:                 255, 255, 255;

    --color-white-fixed:               #FFFFFF; /*Not change for light version*/
    --color-white-fixed-rgb:           255, 255, 255;

    --color-black:                     #000000; /*#FFFFFF*/
    --color-black-rgb:                  0, 0, 0;

    --color-black-fixed:               #000000; /*#FFFFFF*/
    --color-black-fixed-rgb:             0, 0, 0;

    --color-muted:                     #4E4E4E;
    --color-muted-rgb:                  78, 78, 78; 
  /* Font Size */
    --fs-0:	        0rem;

    --fs-1:	        0.0625rem;
    --fs-2:	        0.125rem;
    --fs-3:	        0.1875rem;
    --fs-4:	        0.25rem;
    --fs-5:	        0.3125rem;
    --fs-6:	        0.375rem;
    --fs-7:	        0.4375rem;
    --fs-8:	        0.5rem;
    --fs-9:	        0.5625rem;
    --fs-10:	    0.625rem;

    --fs-11:	    0.6875rem;
    --fs-12:	    0.75rem;
    --fs-13:	    0.8125rem;
    --fs-14:	    0.875rem;
    --fs-15:	    0.9375rem;
    --fs-16:	    1rem;
    --fs-17:	    1.0625rem;
    --fs-18:	    1.125rem;
    --fs-19:	    1.1875rem;
    --fs-20:	    1.25rem;

    --fs-21:	    1.3125rem;
    --fs-22:	    1.375rem;
    --fs-23:	    1.4375rem;
    --fs-24:	    1.5rem;
    --fs-25:	    1.5625rem;
    --fs-26:	    1.625rem;
    --fs-27:	    1.6875rem;
    --fs-28:	    1.75rem;
    --fs-29:	    1.8125rem;
    --fs-30:	    1.875rem;

    --fs-31:	    1.9375rem;
    --fs-32:	    2rem;
    --fs-33:	    2.0625rem;
    --fs-34:	    2.125rem;
    --fs-35:	    2.1875rem;
    --fs-36:	    2.25rem;
    --fs-37:	    2.3125rem;
    --fs-38:	    2.375rem;
    --fs-39:	    2.4375rem;
    --fs-40:	    2.5rem;

    --fs-41:	    2.5625rem;
    --fs-42:	    2.625rem;
    --fs-43:	    2.6875rem;
    --fs-44:	    2.75rem;
    --fs-45:	    2.8125rem;
    --fs-46:	    2.875rem;
    --fs-47:	    2.9375rem;
    --fs-48:	    3rem;
    --fs-49:	    3.0625rem;
    --fs-50:	    3.125rem;

    --fs-51:	    3.1875rem;
    --fs-52:	    3.25rem;
    --fs-53:	    3.3125rem;
    --fs-54:	    3.375rem;
    --fs-55:	    3.4375rem;
    --fs-56:	    3.5rem;
    --fs-57:	    3.5625rem;
    --fs-58:	    3.625rem;
    --fs-59:	    3.6875rem;
    --fs-60:	    3.75rem;

    --fs-61:	    3.8125rem;
    --fs-62:	    3.875rem;
    --fs-63:	    3.9375rem;
    --fs-64:	    4rem;
    --fs-65:	    4.0625rem;
    --fs-66:	    4.125rem;
    --fs-67:	    4.1875rem;
    --fs-68:	    4.25rem;
    --fs-69:	    4.3125rem;
    --fs-70:	    4.375rem;

    --fs-71:	    4.4375rem;
    --fs-72:	    4.5rem;
    --fs-73:	    4.5625rem;
    --fs-74:	    4.625rem;
    --fs-75:	    4.6875rem;
    --fs-76:	    4.75rem;
    --fs-77:	    4.8125rem;
    --fs-78:	    4.875rem;
    --fs-79:	    4.9375rem;
    --fs-80:	    5rem;

    --fs-81:	    5.063rem;
    --fs-82:	    5.125rem;
    --fs-83:	    5.188rem;
    --fs-84:	    5.25rem;
    --fs-85:	    5.313rem;
    --fs-86:	    5.375rem;
    --fs-87:	    5.438rem;
    --fs-88:	    5.5rem;
    --fs-89:	    5.5625rem;
    --fs-90:	    5.625rem;

    --fs-91:	    5.6875rem;
    --fs-92:	    5.75rem;
    --fs-93:	    5.8125rem;
    --fs-94:	    5.875rem;
    --fs-95:	    5.9375rem;
    --fs-96:	    6rem;
    --fs-97:	    6.0625rem;
    --fs-98:	    6.125rem;
    --fs-99:	    6.1875rem;
    --fs-100:	    6.25rem;

    --fs-110:	    6.875rem;
    --fs-120:	    7.5rem;
    --fs-128:	    8rem;
    --fs-130:	    8.25rem;
    --fs-140:	    8.75rem;
    --fs-150:	    9.375rem;
    --fs-175:	    10.9375rem;
    --fs-176:	    11rem;
    --fs-190:	    11.875rem;
    --fs-192:	    12rem;

    --fs-200:	    12.5rem;
    --fs-210:	    13.125rem;
    --fs-240:	    15rem;
    --fs-280:	    17.5rem;
    --fs-291:        18.188rem;

    --fs-320:	    20rem;
    --fs-370:	    23.125rem;

    --fs-400:	    25rem;

    --fs-500:	    31.25rem;
    --fs-592:	    37rem;

    --fs-600:	    37.5rem;
    --fs-680:	    42.5rem;
    
    /* Font Weight */
    --fw-lighter:         lighter;
    --fw-light:           300;
    --fw-normal:          400;
    --fw-medium:          500;
    --fw-semibold:        600;
    --fw-bold:            700;
    --fw-bolder:          bolder;
      
    /* Transition Method */
    --transition-base: all 0.5s ease-in-out;
    --transition-bezier: all .25s cubic-bezier(.645, .045, .355, 1); 
} 
 
.mos-img img {display: none !important;}
.hero-style {
  z-index: 1;
  min-height: 350px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1199px) {
    .hero-style {
      min-height: 910px; } }
  @media (max-width: 991px) {
    .hero-style {
      min-height: 850px; } }
  @media (max-width: 767px) {
    .hero-style {
      min-height: 750px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style {
      min-height: 670px; } }
  .hero-style .hero-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .6s; }
    .hero-style .hero-slider-bg::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background: rgba(var(--color-black-rgb), 0.4); }
  .hero-style .hero-slide-content {
    position: relative;
    padding-top: 270px;
    padding-bottom: 274px; }
    @media (max-width: 991px) {
      .hero-style .hero-slide-content {
        padding-top: 220px;
        padding-bottom: 323px; } }
    @media (max-width: 767px) {
      .hero-style .hero-slide-content {
        padding-bottom: 153px;
        padding-top: 170px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .hero-style .hero-slide-content {
        padding-top: 190px;
        padding-bottom: 190px; } }
  .hero-style .hero-slider-item .swiper-slide.swiper-slide-active .hero-slider-bg {
    animation: xb-zoomout 12s linear infinite; }
  .hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .sec-title .sub-title {
    opacity: 1;
    transition-delay: 300ms;
    transform: translateY(0); }
  .hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .sec-title .title {
    opacity: 1;
    transition-delay: 500ms;
    transform: translateY(0); }
  .hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-hero-bottom {
    opacity: 1;
    transition-delay: 700ms;
    transform: translateY(0); }
  .hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-sub-content .content {
    opacity: 1;
    transition-delay: 900ms;
    transform: translateY(0); }
  .hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-sub-content .hero-btn {
    opacity: 1;
    transition-delay: 1100ms;
    transform: translateY(-10px); }
  .hero-style .hero-swiper-inner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .hero-style .hero-swiper-inner .sub-text {
      font-weight: 400;
      font-size: 24px;
      margin-bottom: 34px;
      display: inline-block;
      color: rgba(var(--color-white-rgb), 0.7); }
      @media (max-width: 767px) {
        .hero-style .hero-swiper-inner .sub-text {
          display: none; } }
    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev,
    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next {
      height: 40px;
      width: 40px;
      top: 15px;
      right: 30px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      background: var(--color-white);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev,
        .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next {
          top: -55px; } }
      .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev::after,
      .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next::after {
        font-size: 16px;
        font-weight: 500;
        color: var(--color-black);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev:hover,
      .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next:hover {
        background: var(--color-one); }
        .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev:hover::after,
        .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next:hover::after {
          color: var(--color-white); }
    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev {
      left: auto;
      right: 75px; }
    .hero-style .hero-swiper-inner .hero-slider-nav {
      padding: 15px;
      overflow: hidden;
      width: 640px;
      height: 213px;
      border-radius: 10px 0 0 0;
      background: var(--color-white); }
      @media (max-width: 1199px) {
        .hero-style .hero-swiper-inner .hero-slider-nav {
          width: 540px;
          height: 185px; } }
      @media (max-width: 991px) {
        .hero-style .hero-swiper-inner .hero-slider-nav {
          height: 150px;
          width: 520px;
          padding: 15px; } }
      @media (max-width: 767px) {
        .hero-style .hero-swiper-inner .hero-slider-nav {
          display: none; } }
      .hero-style .hero-swiper-inner .hero-slider-nav .hero-slide-item {
        width: 33.333333%;
        height: 180px;
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        align-self: flex-end;
        cursor: pointer; }
      .hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
        height: 120px;
        width: 100%;
        cursor: pointer;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 1199px) {
          .hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
            height: 100px; } }
        @media (max-width: 991px) {
          .hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
            height: 90px; } }
        .hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img .number {
          font-size: 16px;
          font-weight: 800;
          margin-bottom: 10px;
          display: inline-block;
          position: absolute;
          top: -26px;
          left: 10px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          color: rgba(5, 12, 41, 0.7); }
      .hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
        height: 100%; }
        @media (max-width: 1199px) {
          .hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
            height: 80%; } }
        @media (max-width: 991px) {
          .hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
            height: 75%; } }
        .hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img .number {
          top: 16px;
          color: var(--color-white); }
  .hero-style .xb-hero_content {
    margin-left: -155px;
    margin-right: -155px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero-style .xb-hero_content {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 1199px) {
      .hero-style .xb-hero_content {
        margin-left: 0;
        margin-right: 0; } }
    .hero-style .xb-hero_content .sec-title .title {
      opacity: 0;
      font-size: 100px;
      line-height: 120px;
      max-width: 1116px;
      color: var(--color-white);
      transform: translateY(40px);
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
      @media (max-width: 1199px) {
        .hero-style .xb-hero_content .sec-title .title {
          font-size: 80px;
          line-height: 100px; } }
      @media (max-width: 991px) {
        .hero-style .xb-hero_content .sec-title .title {
          font-size: 60px;
          line-height: 80px; } }
      @media (max-width: 767px) {
        .hero-style .xb-hero_content .sec-title .title {
          font-size: 45px;
          line-height: 62px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero-style .xb-hero_content .sec-title .title {
          font-size: 50px;
          line-height: 70px; } }
    .hero-style .xb-hero_content .sec-title .sub-title {
      opacity: 0;
      padding: 4px 20px;
      margin-bottom: 45px;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      transform: translateY(40px);
      border-radius: 32px;
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
      -ms-border-radius: 32px;
      -o-border-radius: 32px;
      color: var(--color-white); }
  .hero-style .xb-hero-bottom {
    gap: 24px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .hero-style .xb-hero-bottom .xb-hero-video {
      gap: 14px; }
      .hero-style .xb-hero-bottom .xb-hero-video a {
        height: 50px;
        width: 50px;
        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-white); }
      .hero-style .xb-hero-bottom .xb-hero-video span {
        line-height: 24px;
        color: rgba(var(--color-white-rgb), 0.7); }
 
  @media (max-width: 767px) {
    .hero-style--three {
      min-height: 734px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style--three {
      min-height: 722px; } }
  .hero-style--three .hero-slide-content {
    padding-top: 200px;
    padding-bottom: 200px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero-style--three .hero-slide-content {
        padding-bottom: 249px; } }
    @media (max-width: 991px) {
      .hero-style--three .hero-slide-content {
        padding-top: 170px; } }
    @media (max-width: 767px) {
      .hero-style--three .hero-slide-content {
        padding-bottom: 120px; } }
  .hero-style--three .xb-hero_content .sec-title .sub-title {
    margin-bottom: 45px; }
  .hero-style--three .xb-hero_content .sec-title .title {
    font-size: 150px;
    color: var(--color-white);
    max-width: 100%;
    padding-top: 80px;
    margin-bottom: 65px;
    text-transform: uppercase;
    margin-top: 35px;
    border-top: 1px solid rgba(var(--color-white-rgb), 0.2); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 140px;
        padding-top: 80px;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 130px; } }
    @media (max-width: 1199px) {
      .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 110px;
        padding-top: 80px;
        margin-bottom: 60px; } }
    @media only screen and (max-width: 1023px) {
      .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 100px; } }
    @media (max-width: 991px) {
      .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 80px;
        padding-top: 70px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 44px;
        padding-top: 30px;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .hero-style--three .xb-hero_content .sec-title .title {
        font-size: 65px;
        padding-top: 40px; } }
  .hero-style--three .xb-hero_content .xb-sub-content {
    gap: 121px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero-style--three .xb-hero_content .xb-sub-content {
        gap: 50px;
        flex-direction: column;
        align-items: start; } }
    @media (max-width: 1199px) {
      .hero-style--three .xb-hero_content .xb-sub-content {
        gap: 50px;
        flex-direction: column;
        align-items: start; } }
    .hero-style--three .xb-hero_content .xb-sub-content .content {
      font-size: 24px;
      line-height: 36px;
      max-width: 605px;
      color: rgba(var(--color-white-rgb), 0.8);
      opacity: 0;
      transform: translateY(40px);
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
      @media (max-width: 767px) {
        .hero-style--three .xb-hero_content .xb-sub-content .content {
          line-height: 34px;
          font-size: 20px;
          max-width: 350px; } }
    .hero-style--three .xb-hero_content .xb-sub-content .hero-btn {
      opacity: 0;
      transform: translateY(40px);
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
  .hero-style--three .hero-slider-item .hero-slider-bg::before {
    background: rgba(var(--color-black-rgb), 0.4); }
  .hero-style--three .hero-swiper-inner {
    right: 160px;
    width: 420px;
    padding: 30px 30px;
    backdrop-filter: blur(10px);
    background: rgba(var(--color-black-rgb), 0.5); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .hero-style--three .hero-swiper-inner {
        right: 100px; } }
    @media (max-width: 1199px) {
      .hero-style--three .hero-swiper-inner {
        right: 100px; } }
    @media only screen and (max-width: 1023px) {
      .hero-style--three .hero-swiper-inner {
        right: 75px; } }
    @media (max-width: 991px) {
      .hero-style--three .hero-swiper-inner {
        width: 340px;
        right: 65px; } }
    @media (max-width: 767px) {
      .hero-style--three .hero-swiper-inner {
        display: none; } }
    .hero-style--three .hero-swiper-inner .hero-slide-down-btn {
      position: absolute;
      top: 0;
      right: -104px;
      gap: 80px;
      display: inline-flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 991px) {
        .hero-style--three .hero-swiper-inner .hero-slide-down-btn {
          right: -99px; } }
      .hero-style--three .hero-swiper-inner .hero-slide-down-btn a:nth-child(1) {
        height: 62px;
        width: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-heading);
        background: var(--color-white); }
        @media (max-width: 991px) {
          .hero-style--three .hero-swiper-inner .hero-slide-down-btn a:nth-child(1) {
            width: 52px;
            height: 52px; } }
      .hero-style--three .hero-swiper-inner .hero-slide-down-btn a:nth-child(2) {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.29em;
        color: var(--color-white);
        transform: rotate(90deg); }
    .hero-style--three .hero-swiper-inner .sub-text {
      font-size: 18px;
      display: block;
      padding-bottom: 10px;
      margin-bottom: 28px;
      color: rgba(var(--color-white-rgb), 0.8);
      border-bottom: 1px solid rgba(var(--color-white-rgb), 0.2); }
    .hero-style--three .hero-swiper-inner .hero-slider-nav {
      padding: 0;
      width: 420px;
      height: unset;
      background: none;
      border-radius: 0; }
      @media (max-width: 991px) {
        .hero-style--three .hero-swiper-inner .hero-slider-nav {
          display: block; } }
      .hero-style--three .hero-swiper-inner .hero-slider-nav .swiper-wrapper {
        gap: 15px;
        flex-direction: column; }
      .hero-style--three .hero-swiper-inner .hero-slider-nav .swiper-slide {
        width: 85% !important; }
      .hero-style--three .hero-swiper-inner .hero-slider-nav .hero-slider-imege {
        gap: 20px;
        cursor: pointer; }
        .hero-style--three .hero-swiper-inner .hero-slider-nav .hero-slider-imege .mxt-name {
          font-weight: 500;
          font-size: 24px;
          flex-grow: 1;
          flex-basis: 0;
          margin: 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          color: rgba(var(--color-white-rgb), 0.5);
          font-family: var(--font-heading); }
        .hero-style--three .hero-swiper-inner .hero-slider-nav .hero-slider-imege:hover .mxt-name {
          color: var(--color-white);
          text-decoration: underline; }
      .hero-style--three .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-imege span {
        color: var(--color-white);
        text-decoration: underline; }
  .hero-style--three .hero-btn {
    transform: translateY(10px); }
.ul_li {
  justify-content: flex-start;
}
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.xb-img img {
  height: 50px;
}
/* Swiper Pagination Two */

/* Slider Bottom Pane */
.mxt-slider .mxt-bottom-pane {
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mxt-slider .mxt-swiper-dots.style2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.mxt-swiper-dots.style2 {
    position: relative;
}
.mxt-swiper-dots.style2::before,
.mxt-swiper-dots.style2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 125px;
    height: 1px;
    background-color: rgba(var(--color-white-rgb), 0.3);
}
.mxt-swiper-dots.style2::before {
    right: calc(100% + 24px);
}
.mxt-swiper-dots.style2::after {
    left: calc(100% + 24px);
}

.mxt-swiper-dots.style2 .swiper-pagination {
    display: flex;
    gap: 6px;
    position: relative;
    transform: none;
}
.mxt-swiper-dots.style2 .swiper-pagination-bullet {
    width: 24px;
	height: 24px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    cursor: pointer;
	transition: var(--transition-base);
    position: relative;
	opacity: 1;
    font-size: 14px;
    font-weight: var(--fw-semibold);
}
.mxt-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.1);
	border-color: var(--color-white);
    background-color: transparent;
}
.mxt-swiper-dots.style2 .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: var(--color-white);
	border-radius: 100%;
	transition: var(--transition-base);
}

.mxt-showcase-st15 .mxt-swiper-dots.style1 {
    position: absolute;
    right: 20px;
    transform: translateX(-50%);
    z-index: 2;
}
.mxt-swiper-dots.style1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--color-white);
  border: 1px solid transparent;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 14px;
  cursor: pointer;
  transition: var(--transition-base);
  position: relative;
  opacity: 1;
  font-size: 14px;
  font-weight: var(--fw-semibold);
}
.mxt-swiper-dots.style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-one);
}
.mxt-swiper-navigation.style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    right: 65px;
    bottom: 50px;
}
.mxt-swiper-navigation.style1 .mxt-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 54px;
    height: 54px;
    color: var(--color-white);
    background-color: transparent;
    /* border: 1px dashed var(--color-dark-seven); */
    border-radius: 100%;
    margin-top: 0px;
    transition: var(--transition-base);
}
.mxt-swiper-navigation.style1 .mxt-swiper-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--color-two);
    border-radius: 100%;
    transition: var(--transition-base);
    z-index: -1;
}
.mxt-swiper-navigation.style1 .mxt-swiper-arrow:hover::before {
    border-color: var(--color-white);
    background-color: rgba(var(--color-dark-seven-rgb), 0.5);
    -webkit-animation: mxt_spin 12s ease-out infinite;
    animation: mxt_spin 12s ease-out infinite;
}

.mxt-swiper-navigation.style1 .mxt-swiper-arrow:after {
    font-family: 'bootstrap-icons';
    font-size: 17px;
}
.mxt-swiper-navigation.style1 .swiper-button-prev:after {
    content: "\f12f";
}
.mxt-swiper-navigation.style1 .swiper-button-next:after {
    content: "\f138";
}

/* Style Two */
.mxt-swiper-navigation.style2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    left: 50px;
    right: 50px; 
    bottom: calc(50% - 25px);
}
.mxt-swiper-navigation.style2 .mxt-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    color: var(--color-white);
    background-color: transparent;
    font-size: 60px;
    border: 0px dashed var(--color-dark-seven);
    border-radius: 100%;
    margin-top: 0px;
}

.mxt-swiper-navigation.style2 .mxt-swiper-arrow:after {
    font-family: 'bootstrap-icons';
    font-size: inherit;
}
.mxt-swiper-navigation.style2 .swiper-button-prev:after {
    content: "\f12f";
}
.mxt-swiper-navigation.style2 .swiper-button-next:after {
    content: "\f138";
}

/* Style Three */
.mxt-swiper-navigation.style3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    left: 50%;
    right: 50px;
    bottom: auto;
    width: 43%;
    transform: translateX(-50%);
    z-index: 1;
}
.mxt-swiper-navigation.style3 .mxt-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    color: var(--color-white);
    background-color: transparent;
    border: 0px dashed var(--color-dark-seven);
    border-radius: 100%;
    margin-top: 0px;
}

.mxt-swiper-navigation.style3 .mxt-swiper-arrow:after {
    font-family: var(--font-family-three);
    font-size: 13px;
    font-weight: var(--fw-semibold);
    text-transform: uppercase !important;
}
.mxt-swiper-navigation.style3 .swiper-button-prev:after {
    content: "Prev";
}
.mxt-swiper-navigation.style3 .swiper-button-next:after {
    content: "Next";
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
	top: 0;
	bottom: auto;
	margin-top: 0px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
	height: 10px;
	background-color: var(--color-white);
	border: 1px solid transparent;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px;
    cursor: pointer;
	transition: var(--transition-base);
    position: relative;
	opacity: 1;
    
    font-size: 14px;
    font-weight: var(--fw-semibold);
}

/* .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-color: var(--color-white);
	border-radius: 100%;
	transition: var(--transition-base);
} */

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-one);
}

/* Swiper Pagination Two */
.mxt-swiper-dots.style2 {
    position: relative;
}
.mxt-swiper-dots.style2::before,
.mxt-swiper-dots.style2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 125px;
    height: 1px;
    background-color: rgba(var(--color-white-rgb), 0.3);
}
.mxt-swiper-dots.style2::before {
    right: calc(100% + 24px);
}
.mxt-swiper-dots.style2::after {
    left: calc(100% + 24px);
}

.mxt-swiper-dots.style2 .swiper-pagination {
    display: flex;
    gap: 6px;
    position: relative;
    transform: none;
}
.mxt-swiper-dots.style2 .swiper-pagination-bullet {
    width: 24px;
	height: 24px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    cursor: pointer;
	transition: var(--transition-base);
    position: relative;
	opacity: 1;
    font-size: 14px;
    font-weight: var(--fw-semibold);
}
.mxt-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.1);
	border-color: var(--color-white);
    background-color: transparent;
}
.mxt-swiper-dots.style2 .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: var(--color-white);
	border-radius: 100%;
	transition: var(--transition-base);
}
/* Button One */
input[type="submit"],
.btn{
    position: relative;
    width: auto;
    min-width: 190px;
    height: 50px;
    padding: 10px 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: var(--fs-14); 
    font-weight: var(--fw-medium);
    line-height: var(--fs-21);
    text-transform: capitalize;
    color: var(--color-white-fixed);
    background: var(--color-one);
    border-width: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 0.8px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
}
.btn > * {
    z-index: 1;
}
.btn-check:focus+.btn, .btn:focus, .btn.active{
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}
.btn:hover,
input[type="submit"]:hover {
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}

.btn.creative::before,
.btn.creative::after,
.btn.creative .btn-wrap::before,
.btn.creative .btn-wrap::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: var(--color-white);
    transition: var(--transition-base);
}

.btn.creative::before {
    left: 0;
    top: 0;
    border-width: 1px 0px 0px 1px;
}

.btn.creative::after {
    right: 0;
    bottom: 0;
    border-width: 0px 1px 1px 0px;
}

.btn.creative .btn-wrap::before {
    left: 0;
    bottom: 0;
    border-width: 0px 0px 1px 1px;
}

.btn.creative .btn-wrap::after {
    top: 0;
    right: 0;
    border-width: 1px 1px 0px 0px;
}

.btn:hover::before,
.btn:hover::after,
.btn:hover .btn-wrap::before,
.btn:hover .btn-wrap::after {
    width: calc(50% - 5px);
    height: calc(50% - 5px);
    border-color: var(--color-one);
}

/* Button Two */
.btn-two:hover {
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}

.btn-two .btn-wrap {
    display: flex;
    align-items: center;
}

.btn-two .text-first {
    padding-right: 10px;
}

.btn-two .text-second {
    position: relative;
    overflow: hidden;
    transition: var(--transition-base);
}

.btn-two .text-second i:nth-child(1),
.btn-two .text-second svg:nth-child(1) {
    display: inline-block;
    transition: transform 0.5s linear;
}

.btn-two .text-second i + i,
.btn-two .text-second svg + svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30px, 30px);
    transition: transform 0.5s linear;
}

.btn-two:hover .text-second i:nth-child(1),
.btn-two:hover .text-second svg:nth-child(1) {
    transform: translate(30px, -30px);
}

.btn-two:hover .text-second i + i,
.btn-two:hover .text-second svg + svg {
    transform: translate(0px, 0px);
}


/* Gray */
.btn.gray {
    background-color: var(--color-dark-five);
    color: var(--color-white);
}
.btn.gray:hover {
    background-color: var(--color-white);
    color: var(--color-dark-five);
}

/* White */
.btn.white {
    background-color: var(--color-white-fixed);
    color: var(--color-dark-one-fixed);
}
.btn.white:hover {
    background-color: var(--color-dark-one-fixed);
    color: var(--color-white-fixed);
}

/* Black */
.btn.black {
    background-color: var(--color-black-fixed);
    color: var(--color-white-fixed);
}
.btn.black:hover {
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}

.g-0,
.gx-0 {
 --bs-gutter-x:0
}
div.topimg img{
	max-width: 100px;
	height: 50px;
}


@keyframes xb-zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes xb-zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
