/*
Theme Name: OrbitAps -  HTML5 Template
Author: GeniusOcean
Author URI: https://codecanyon.net/user/geniusocean/portfolio
Tags: ecommerce, dashboard, shop, geniusocean
Description: OrbitAps HTML5 Template
Version: 1.0.0
*/
/************************************** base css **************************************/
/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
/* CSS Variables */
:root {
  /* Template Font */
  --template-font: "Poppins", sans-serif;
  --heading-font: "Saira", sans-serif;
  /* Default Colors */
  --white-color: #ffffff;
  --dark-color: #030712;
  /* Neutral Colors */
  --neutral-color-50: #f7f8f8;
  --neutral-color-100: #e6e7e8;
  --neutral-color-200: #d4d6d8;
  --neutral-color-300: #bfc2c6;
  --neutral-color-400: #adb1b6;
  --neutral-color-500: #8c9298;
  --neutral-color-600: #666d76;
  --neutral-color-700: #404953;
  --neutral-color-800: #333d48;
  --neutral-color-900: #1a2431;
  --neutral-color-950: #000c1a;
  /* Primary Colors */
  --primary-color-50: #E5F2FF;
  --primary-color-100: #CCE5FF;
  --primary-color-200: #99CAFF;
  --primary-color-300: #66B0FF;
  --primary-color-400: #3395FF;
  --primary-color-500: #7755FF;
  --primary-color-600: #0062CC;
  --primary-color-700: #004A99;
  --primary-color-800: #003166;
  --primary-color-900: #001933;
  --primary-color-950: #000C1A;
  /* Secondary Colors */
  --secondary-color-50: #E6F9EE;
  --secondary-color-100: #CDF4DD;
  --secondary-color-200: #9FEABF;
  --secondary-color-300: #6DDE9D;
  --secondary-color-400: #3BD37B;
  --secondary-color-500: #27AE60;
  --secondary-color-600: #1F894C;
  --secondary-color-700: #176839;
  --secondary-color-800: #104727;
  --secondary-color-900: #072112;
  --secondary-color-950: #041109;
  /* Additional Colors */
  --tertiary-color-50: #FFF9E5;
  --tertiary-color-500: #FFC107;
  --positive-color-500: #27BE69;
  --negative-color-500: #F2415A;
  --warning-color-500: #FFBF0F;
  --info-color-500: #295BFF;
  /* Transitions */
  --transition: all 0.3s ease-in;
  --transition2: all 0.1s ease-out; }

body {
  margin: 0;
  font-family: var(--template-font);
  line-height: 100%; }

input {
  outline: 0; }

select {
  outline: 0;
  border: 0; }

img {
  width: 100%; }

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

ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }
  ul li {
    padding: 0;
    margin: 0; }

button {
  border: 0;
  background-color: transparent; }
  button:focus {
    outline: none; }

.row {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left: -24px;
  margin-right: -24px; }
  @media (max-width: 767.97px) {
    .row {
      margin-right: calc(-.5 * var(--bs-gutter-x));
      margin-left: calc(-.5 * var(--bs-gutter-x)); } }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  padding: 0;
  margin: 0; }

h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  font-family: var(--heading-font); }
  @media (max-width: 1439.97px) {
    h1 {
      font-size: 48px; } }
  @media (max-width: 1199.97px) {
    h1 {
      font-size: 42px; } }
  @media (max-width: 991.97px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  font-family: var(--heading-font); }
  @media (max-width: 1439.97px) {
    h2 {
      font-size: 42px; } }
  @media (max-width: 1199.97px) {
    h2 {
      font-size: 38px; } }
  @media (max-width: 991.97px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  font-family: var(--heading-font); }
  @media (max-width: 1439.97px) {
    h3 {
      font-size: 38px; } }
  @media (max-width: 1199.97px) {
    h3 {
      font-size: 32px; } }
  @media (max-width: 991.97px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  font-family: var(--heading-font); }
  @media (max-width: 1439.97px) {
    h4 {
      font-size: 30px; } }
  @media (max-width: 1199.97px) {
    h4 {
      font-size: 28px; } }
  @media (max-width: 991.97px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  font-family: var(--heading-font); }
  @media (max-width: 1439.97px) {
    h5 {
      font-size: 20px; } }
  @media (max-width: 1199.97px) {
    h5 {
      font-size: 18px; } }
  @media (max-width: 991.97px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  font-family: var(--heading-font); }
  @media (max-width: 1439.97px) {
    h6 {
      font-size: 18px; } }
  @media (max-width: 1199.97px) {
    h6 {
      font-size: 16px; } }
  @media (max-width: 991.97px) {
    h6 {
      font-size: 14px; } }

ul li,
p {
  font-family: var(--template-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--neutral-color-950); }
  @media (max-width: 1199.97px) {
    ul li,
    p {
      font-size: 16px; } }
  @media (max-width: 991.97px) {
    ul li,
    p {
      font-size: 14px; } }

.p-24 {
  padding: 24px; }

.py-24 {
  padding: 24px 0; }

.py-120 {
  padding: 120px 0; }
  @media (max-width: 1439.97px) {
    .py-120 {
      padding: 80px 0; } }
  @media (max-width: 991.97px) {
    .py-120 {
      padding: 60px 0; } }

.pb-120 {
  padding-bottom: 120px; }
  @media (max-width: 1439.97px) {
    .pb-120 {
      padding-bottom: 80px; } }
  @media (max-width: 991.97px) {
    .pb-120 {
      padding-bottom: 60px; } }

.pt-120 {
  padding-top: 120px; }
  @media (max-width: 1439.97px) {
    .pt-120 {
      padding-top: 80px; } }
  @media (max-width: 991.97px) {
    .pt-120 {
      padding-top: 60px; } }

.pt-100 {
  padding-top: 100px; }
  @media (max-width: 1439.97px) {
    .pt-100 {
      padding-top: 60px; } }
  @media (max-width: 991.97px) {
    .pt-100 {
      padding-top: 50px; } }

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

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

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

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

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

.my-12 {
  margin-bottom: 12px;
  margin-top: 12px; }

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

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

.mb-20 {
  margin-bottom: 20px; }
  @media (max-width: 767.97px) {
    .mb-20 {
      margin-bottom: 14px; } }

.mb-24 {
  margin-bottom: 24px; }
  @media (max-width: 767.97px) {
    .mb-24 {
      margin-bottom: 16px; } }

.mb-26 {
  margin-bottom: 26px; }
  @media (max-width: 767.97px) {
    .mb-26 {
      margin-bottom: 20px; } }

.mb-30 {
  margin-bottom: 30px; }
  @media (max-width: 767.97px) {
    .mb-30 {
      margin-bottom: 20px; } }

.mb-80 {
  margin-bottom: 80px; }
  @media (max-width: 767.97px) {
    .mb-80 {
      margin-bottom: 40px; } }

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

.mt-24 {
  margin-top: 24px; }
  @media (max-width: 767.97px) {
    .mt-24 {
      margin-top: 16px; } }

.mt-32 {
  margin-top: 32px; }
  @media (max-width: 767.97px) {
    .mt-32 {
      margin-top: 24px; } }

.mb-32 {
  margin-bottom: 32px; }
  @media (max-width: 767.97px) {
    .mb-32 {
      margin-bottom: 24px; } }

.mb-40 {
  margin-bottom: 40px; }
  @media (max-width: 767.97px) {
    .mb-40 {
      margin-bottom: 20px; } }

.mt-40 {
  margin-top: 40px; }
  @media (max-width: 767.97px) {
    .mt-40 {
      margin-top: 20px; } }

.mb-48 {
  margin-bottom: 48px; }
  @media (max-width: 767.97px) {
    .mb-48 {
      margin-bottom: 32px; } }

.mb-60 {
  margin-bottom: 60px; }
  @media (max-width: 767.97px) {
    .mb-60 {
      margin-bottom: 40px; } }

.mb-80 {
  margin-bottom: 80px; }
  @media (max-width: 767.97px) {
    .mb-80 {
      margin-bottom: 40px; } }

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 767.97px) {
    .my-80 {
      margin-top: 40px;
      margin-bottom: 40px; } }

.mt-48 {
  margin-top: 48px; }
  @media (max-width: 767.97px) {
    .mt-48 {
      margin-top: 32px; } }

.mt-120 {
  margin-top: 120px; }
  @media (max-width: 767.97px) {
    .mt-120 {
      margin-top: 60px; } }

.max-w-105 {
  max-width: 105px;
  width: 100%; }

.max-w-116 {
  max-width: 116px;
  width: 100%; }

.max-w-500 {
  max-width: 500px; }

.max-w-720 {
  max-width: 720px; }

.min-h-200 {
  min-height: 200px !important; }

.w-75 {
  width: 80%; }

.max-w-400 {
  max-width: 400px;
  width: 400px; }

.max-w-595 {
  width: 100%;
  max-width: 595px; }

.gap-4 {
  gap: 4px; }

.gap-16 {
  gap: 16px; }

/******************************* theme css **********************************/
.scroll-top-btn {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color-500);
  color: var(--white-color);
  border-radius: 3px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  font-size: 15px; }

.bg-cover {
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat; }

.fz-10 {
  font-size: 10px; }

.fz-12 {
  font-size: 12px; }

.fz-14 {
  font-size: 14px; }

.fz-16 {
  font-size: 16px; }

.fz-18 {
  font-size: 18px; }

.fz-20 {
  font-size: 20px; }

.fz-24 {
  font-size: 24px; }

.fz-32 {
  font-size: 32px; }

.fz-40 {
  font-size: 40px; }

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

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

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

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

.primary-txt-color {
  color: var(--primary-color-500); }

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

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

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

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

.bg-neutral-color-50 {
  background: var(--neutral-color-50, #F7F8F8); }

.dropdown-menu {
  border-radius: 0px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--neutral-color-100, #E6E7E8); }
  .dropdown-menu li {
    padding: 0;
    margin: 0; }
    .dropdown-menu li a {
      padding: 13px 24px;
      background-color: var(--white-color);
      color: var(--neutral-color-900, #1A2431);
      font-family: var(--template-font);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; }
      .dropdown-menu li a:hover {
        background-color: var(--primary-color-500);
        color: var(--white-color); }
      @media (max-width: 1199.97px) {
        .dropdown-menu li a {
          font-size: 14px; } }

.nice-select .list {
  border: 1px solid var(--neutral-100, #E6E7E8);
  border-radius: 0px; }
  .nice-select .list li {
    padding: 13px 24px;
    background-color: var(--white-color);
    color: var(--neutral-color-900, #1A2431);
    font-family: var(--template-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    color: var(--neutral-color-950); }
    .nice-select .list li.selected:hover {
      background-color: var(--primary-color-500);
      color: var(--white-color); }
    .nice-select .list li:hover {
      background-color: var(--primary-color-500);
      color: var(--white-color); }

.max-w-528 {
  max-width: 528px;
  width: 100%; }

.max-w-600 {
  max-width: 600px;
  width: 100%; }

.max-w-839 {
  max-width: 839px;
  width: 100%; }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes ticker {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.item-rotate {
  display: inline-block;
  /* Ensure proper alignment for the animation */
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
  /* Rotate continuously */ }

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

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

/******************************** layout ******************************/
.gw-header {
  -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1); }
  .gw-header .top-header {
    background-color: var(--primary-color-500);
    color: var(--white-color);
    padding: 12px 0px; }
    .gw-header .top-header .left-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 32px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 991.97px) {
        .gw-header .top-header .left-side {
          gap: 12px; } }
      @media (max-width: 767.97px) {
        .gw-header .top-header .left-side {
          gap: 8px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .gw-header .top-header .right-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 991.97px) {
        .gw-header .top-header .right-side {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .gw-header .top-header .right-side .nice-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        padding: 2px 10px 2px 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .gw-header .top-header .right-side .nice-select .list li {
          color: var(--neutral-color-950); }
          .gw-header .top-header .right-side .nice-select .list li:hover {
            background-color: var(--primary-color-500);
            color: var(--white-color); }
        .gw-header .top-header .right-side .nice-select .current {
          color: var(--white-color);
          font-family: var(--template-font);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 26px; }
    .gw-header .top-header .header-top-icon {
      width: 16px;
      height: 16px;
      -o-object-fit: contain;
      object-fit: contain; }
      @media (max-width: 991.97px) {
        .gw-header .top-header .header-top-icon {
          width: 14px;
          height: 14px; } }
    .gw-header .top-header .header-top-text {
      color: var(--white-color);
      font-family: var(--template-font);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px; }
      @media (max-width: 991.97px) {
        .gw-header .top-header .header-top-text {
          font-size: 14px; } }
    .gw-header .top-header .social-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px; }
      .gw-header .top-header .social-wrapper img {
        width: 24px;
        height: 24px;
        -o-object-fit: contain;
        object-fit: contain; }
        @media (max-width: 991.97px) {
          .gw-header .top-header .social-wrapper img {
            width: 18px;
            height: 18px; } }
  .gw-header .bottom-header {
    padding: 28px 0px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--white-color); }
    .gw-header .bottom-header.sticky {
      padding: 12px 0px;
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
      box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09); }
    @media (max-width: 1199.97px) {
      .gw-header .bottom-header {
        padding: 20px 0px; } }
    @media (max-width: 991.97px) {
      .gw-header .bottom-header {
        padding: 10px 0px; } }
    .gw-header .bottom-header .logo {
      width: 215px;
      height: 53.426px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -o-object-fit: contain;
      object-fit: contain; }
      @media (max-width: 1399.97px) {
        .gw-header .bottom-header .logo {
          width: 140px; } }
      @media (max-width: 1199.97px) {
        .gw-header .bottom-header .logo {
          width: 120px; } }
    .gw-header .bottom-header .search-btn {
      margin-left: 40px;
      font-size: 20px;
      color: var(--neutral-color-900); }
      @media (max-width: 1399.97px) {
        .gw-header .bottom-header .search-btn {
          margin-left: 20px; } }
    .gw-header .bottom-header .user-profile-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 6px; }
      .gw-header .bottom-header .user-profile-btn .user-img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover; }
        @media (max-width: 991.97px) {
          .gw-header .bottom-header .user-profile-btn .user-img {
            width: 40px;
            height: 40px; } }
        @media (max-width: 424.97px) {
          .gw-header .bottom-header .user-profile-btn .user-img {
            width: 30px;
            height: 30px; } }
      .gw-header .bottom-header .user-profile-btn .name {
        font-family: var(--template-font);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; }
        @media (max-width: 1439.97px) {
          .gw-header .bottom-header .user-profile-btn .name {
            font-size: 16px; } }
        @media (max-width: 1199.97px) {
          .gw-header .bottom-header .user-profile-btn .name {
            font-size: 14px; } }
    .gw-header .bottom-header .auth-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      gap: 16px; }
  .gw-header .moble-menu-trigger-btn {
    width: 40px;
    height: 40px; }
    @media (max-width: 424.97px) {
      .gw-header .moble-menu-trigger-btn {
        width: 30px;
        height: 38px; } }

.gp-header-search-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 12, 26, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .gp-header-search-box.active {
    opacity: 1;
    visibility: visible; }
  .gp-header-search-box .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
    .gp-header-search-box .inner-wrapper .search-close-btn {
      font-size: 30px;
      color: var(--negative-color-500); }
  .gp-header-search-box .form-wrapper {
    padding: 32px;
    border-radius: 12px;
    background: var(--white-color);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.97px) {
      .gp-header-search-box .form-wrapper {
        padding: 24px; } }
    .gp-header-search-box .form-wrapper input {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 800px;
      height: 60px;
      padding: 16px 32px;
      padding-right: 50px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px;
      border-radius: 8px;
      border: 1px solid var(--primary-color-200);
      background: var(--white-color); }
      @media (max-width: 991.97px) {
        .gp-header-search-box .form-wrapper input {
          width: 500px; } }
      @media (max-width: 767.97px) {
        .gp-header-search-box .form-wrapper input {
          width: 300px;
          height: 48px;
          padding: 12px 24px;
          padding-right: 40px; } }
      @media (max-width: 424.97px) {
        .gp-header-search-box .form-wrapper input {
          width: 220px; } }
    .gp-header-search-box .form-wrapper .submit-btn {
      color: var(--primary-color-500);
      font-size: 20px;
      position: absolute;
      top: 54px;
      right: 40px; }
      @media (max-width: 767.97px) {
        .gp-header-search-box .form-wrapper .submit-btn {
          top: 40px;
          right: 28px; } }

.gw-footer-section {
  background: var(--Gray-950, #0C111D); }
  .gw-footer-section .foo-logo {
    width: 183px;
    -o-object-fit: contain;
    object-fit: contain; }
  .gw-footer-section .gw-single-fo-widget .title {
    color: var(--white-color);
    margin-bottom: 24px;
    display: inline-block;
    position: relative; }
    .gw-footer-section .gw-single-fo-widget .title::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--white-color);
      bottom: -6px; }
  .gw-footer-section .gw-single-fo-widget .foo-des {
    color: var(--neutral-color-200); }
  .gw-footer-section .gw-single-fo-widget .foo-menu li {
    margin-bottom: 10px; }
    .gw-footer-section .gw-single-fo-widget .foo-menu li:last-child {
      margin-bottom: 0px; }
    .gw-footer-section .gw-single-fo-widget .foo-menu li a {
      color: var(--neutral-color-200);
      font-family: var(--template-font);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      @media (max-width: 1439.97px) {
        .gw-footer-section .gw-single-fo-widget .foo-menu li a {
          font-size: 16px; } }
      @media (max-width: 1199.97px) {
        .gw-footer-section .gw-single-fo-widget .foo-menu li a {
          font-size: 14px; } }
      .gw-footer-section .gw-single-fo-widget .foo-menu li a:hover {
        color: var(--primary-color-500); }
  .gw-footer-section .gw-single-fo-widget .contact-menu li a img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px; }
  .gw-footer-section .gw-single-fo-widget .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 575.97px) {
      .gw-footer-section .gw-single-fo-widget .social-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .gw-footer-section .gw-single-fo-widget .social-wrapper a .icon {
      width: 30px;
      height: 30px;
      -o-object-fit: contain;
      object-fit: contain;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 991.97px) {
        .gw-footer-section .gw-single-fo-widget .social-wrapper a .icon {
          width: 24px;
          height: 24px; } }
  .gw-footer-section .copyright-area {
    margin-top: 60px;
    background: var(--Gray-950, #0C111D);
    padding: 30px 0px;
    border-top: 1px solid var(--Gray-800, #182230); }
    .gw-footer-section .copyright-area .copyright-txt {
      color: var(--white-color); }
      @media (max-width: 767.97px) {
        .gw-footer-section .copyright-area .copyright-txt {
          text-align: center; } }
      .gw-footer-section .copyright-area .copyright-txt a {
        color: var(--primary-color-500); }
    .gw-footer-section .copyright-area .copyright-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 30px; }
      @media (max-width: 991.97px) {
        .gw-footer-section .copyright-area .copyright-menu {
          gap: 20px; } }
      @media (max-width: 767.97px) {
        .gw-footer-section .copyright-area .copyright-menu {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 10px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .gw-footer-section .copyright-area .copyright-menu li a {
        font-family: var(--template-font);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
        @media (max-width: 1439.97px) {
          .gw-footer-section .copyright-area .copyright-menu li a {
            font-size: 16px; } }
        @media (max-width: 1199.97px) {
          .gw-footer-section .copyright-area .copyright-menu li a {
            font-size: 14px; } }
        .gw-footer-section .copyright-area .copyright-menu li a:hover {
          color: var(--primary-color-500); }
  .gw-footer-section .foo-social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .gw-footer-section .foo-social-wrapper a img {
      width: 40px;
      height: 40px;
      -o-object-fit: contain;
      object-fit: contain; }

.newslatter {
  border-radius: 16px;
  background: #213D5A;
  padding: 36px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px; }
  @media (max-width: 767.97px) {
    .newslatter {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .newslatter h2 {
    color: var(--white-color); }
    @media (max-width: 767.97px) {
      .newslatter h2 {
        text-align: center; } }
  .newslatter .newslatter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px; }
    @media (max-width: 767.97px) {
      .newslatter .newslatter-form {
        margin-top: 0; } }
  .newslatter .newslatter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px; }
  .newslatter input {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 325px;
    height: 48px;
    padding: 13px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px 0px 0px 8px;
    background: var(--white-color, #FFF);
    color: var(--neutral-color-950, #1F0300);
    font-family: var(--template-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
    @media (max-width: 1439.97px) {
      .newslatter input {
        font-size: 16px; } }
    @media (max-width: 1199.97px) {
      .newslatter input {
        font-size: 14px; } }
    @media (max-width: 767.97px) {
      .newslatter input {
        width: 200px;
        font-size: 14px; } }
    @media (max-width: 459.97px) {
      .newslatter input {
        width: 150px; } }
  .newslatter .newsletter-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    padding: 13px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0px 8px 8px 0px;
    background: var(--primary-color-500, #007BFF);
    color: var(--white-color, #FFF);
    font-family: var(--template-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
    @media (max-width: 1439.97px) {
      .newslatter .newsletter-btn {
        font-size: 18px; } }
    @media (max-width: 1199.97px) {
      .newslatter .newsletter-btn {
        font-size: 16px; } }
  .newslatter form input[type="email"]::-webkit-input-placeholder {
    font-size: 18px;
    color: var(--neutral-color-400); }
  .newslatter form input[type="email"]:-ms-input-placeholder {
    font-size: 18px;
    color: var(--neutral-color-400); }
  .newslatter form input[type="email"]::-ms-input-placeholder {
    font-size: 18px;
    color: var(--neutral-color-400); }
  .newslatter form input[type="email"]::placeholder {
    font-size: 18px;
    color: var(--neutral-color-400); }

/******************************** components ******************************/
.gw-breadcrumb-area {
  padding: 120px 0px;
  position: relative; }
  .gw-breadcrumb-area::after {
    content: '';
    background-color: rgba(0, 8, 18, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11; }
  @media (max-width: 1439.97px) {
    .gw-breadcrumb-area {
      padding: 80px 0px; } }
  @media (max-width: 991.97px) {
    .gw-breadcrumb-area {
      padding: 60px 0px; } }
  .gw-breadcrumb-area .breadcrumb-title {
    text-align: center;
    color: var(--white-color);
    position: relative;
    z-index: 22; }
  .gw-breadcrumb-area .breadcrumb-menu {
    position: relative;
    z-index: 22;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px; }
    .gw-breadcrumb-area .breadcrumb-menu li {
      color: var(--white-color); }
      .gw-breadcrumb-area .breadcrumb-menu li a {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        font-family: var(--heading-font);
        text-transform: capitalize;
        color: var(--white-color); }
        .gw-breadcrumb-area .breadcrumb-menu li a:hover {
          color: var(--primary-color-500); }
        .gw-breadcrumb-area .breadcrumb-menu li a.active {
          color: var(--white-color); }
          .gw-breadcrumb-area .breadcrumb-menu li a.active:hover {
            color: var(--primary-color-500); }
        @media (max-width: 1199.97px) {
          .gw-breadcrumb-area .breadcrumb-menu li a {
            font-size: 16px; } }
        @media (max-width: 991.97px) {
          .gw-breadcrumb-area .breadcrumb-menu li a {
            font-size: 14px; } }

.template-btn, .primary-btn, .primary-outline-btn, .secondary-outline-btn, .white-btn, .dark-btn, .dark-outline-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-family: var(--template-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  border: 1px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  @media (max-width: 1439.97px) {
    .template-btn, .primary-btn, .primary-outline-btn, .secondary-outline-btn, .white-btn, .dark-btn, .dark-outline-btn {
      padding: 10px 20px;
      font-size: 14px; } }

.primary-btn {
  background: var(--primary-color-500);
  color: var(--white-color);
  border: 1px solid var(--primary-color-500); }
  .primary-btn:hover {
    background: var(--primary-color-600);
    color: var(--white-color); }

.primary-outline-btn {
  background: var(--white-color);
  color: var(--primary-color-500);
  border: 1px solid var(--primary-color-500); }
  .primary-outline-btn:hover {
    background: var(--primary-color-500);
    color: var(--white-color); }

.secondary-outline-btn {
  border: 1px solid var(--secondary-color-600);
  color: var(--neutral-color-950); }
  .secondary-outline-btn.md {
    padding: 12px 24px;
    border-radius: 42px;
    line-height: 130%; }

.white-btn {
  background: var(--white-color);
  color: var(--primary-color-500); }
  .white-btn:hover {
    background: var(--neutral-color-950);
    color: var(--white-color); }

.dark-btn {
  background: var(--neutral-color-800);
  color: var(--white-color); }
  .dark-btn:hover {
    background: var(--neutral-color-950);
    color: var(--white-color); }

.dark-outline-btn {
  border: 1px solid var(--neutral-color-800);
  color: var(--neutral-color-800); }
  .dark-outline-btn:hover {
    background: var(--neutral-color-950);
    color: var(--white-color); }

.nav.common-nav-tab .nav-item:first-child .nav-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.nav.common-nav-tab .nav-item:last-child .nav-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.nav.common-nav-tab .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 56px;
  padding: 16px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius-md, 8px) 0px 0px var(--radius-md, 8px);
  background: var(--neutral-color-100, #E6E7E8);
  color: var(--neutral-color-950, #000C1A);
  font-family: var(--template-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; }
  @media (max-width: 1439.97px) {
    .nav.common-nav-tab .nav-item .nav-link {
      padding: 10px 20px;
      font-size: 14px; } }
  @media (max-width: 991.97px) {
    .nav.common-nav-tab .nav-item .nav-link {
      padding: 10px 20px;
      font-size: 14px;
      height: inherit; } }
  .nav.common-nav-tab .nav-item .nav-link.active {
    background: var(--primary-color-500, #007BFF);
    color: var(--white-color); }

.custom-prev-btn,
.custom-next-btn {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--primary-color-500);
  border-radius: 4px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }

.gp-team-section .custom-prev-btn,
.custom-prev-btn {
  border: 1px solid var(--primary-color-500, #007BFF);
  color: var(--primary-color-500); }
  .gp-team-section .custom-prev-btn:hover,
  .custom-prev-btn:hover {
    background: var(--primary-color-500);
    color: var(--white-color); }

.gp-team-section .custom-next-btn,
.custom-next-btn {
  border: 1px solid var(--primary-color-500, #007BFF);
  color: var(--primary-color-500) !important; }
  .gp-team-section .custom-next-btn:hover,
  .custom-next-btn:hover {
    background: var(--primary-color-600);
    color: var(--white-color) !important; }

.common-frontend-form {
  padding: 60px;
  border-radius: 24px;
  border-radius: 24px;
  border: 1px solid var(--primary-color-500, #007BFF);
  background: rgba(229, 242, 255, 0.5); }
  @media (max-width: 1199.97px) {
    .common-frontend-form {
      padding: 30px; } }
  @media (max-width: 767.97px) {
    .common-frontend-form {
      padding: 20px; } }
  .common-frontend-form .logo-wrapper {
    width: 215px;
    height: 53.426px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .common-frontend-form .logo-wrapper img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .common-frontend-form .social-login-wrapper {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: var(--white-color); }
    .common-frontend-form .social-login-wrapper .icon {
      width: 30px;
      height: 30px;
      -o-object-fit: contain;
      object-fit: contain; }
      @media (max-width: 1199.97px) {
        .common-frontend-form .social-login-wrapper .icon {
          width: 20px;
          height: 20px; } }

.main-contact-form-wrapper .common-frontend-form {
  padding: 32px;
  border: none;
  background-color: var(--white-color); }

.login-form-wrapper .common-frontend-form {
  background: var(--white-color);
  border: none;
  text-align: left; }
  .login-form-wrapper .common-frontend-form .or-wrapper {
    text-align: center;
    position: relative; }
    .login-form-wrapper .common-frontend-form .or-wrapper::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      height: 1px;
      width: 100%;
      background: var(--neutral-color-200, #D4D6D8); }
    .login-form-wrapper .common-frontend-form .or-wrapper .or {
      display: inline-block;
      width: 46px;
      background-color: var(--white-color);
      color: var(--neutral-color-800, #333D48);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      position: relative;
      z-index: 22; }
      @media (max-width: 1199.97px) {
        .login-form-wrapper .common-frontend-form .or-wrapper .or {
          font-size: 14px; } }
  .login-form-wrapper .common-frontend-form .sign-in-google-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--neutral-color-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--neutral-color-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    @media (max-width: 1439.97px) {
      .login-form-wrapper .common-frontend-form .sign-in-google-wrapper {
        padding: 10px 20px;
        font-size: 14px; } }
    .login-form-wrapper .common-frontend-form .sign-in-google-wrapper:hover {
      border: 1px solid var(--primary-color-500);
      color: var(--primary-color-500); }
    .login-form-wrapper .common-frontend-form .sign-in-google-wrapper img {
      width: 24px;
      height: 24px;
      -o-object-fit: contain;
      object-fit: contain; }

.gw-input-wrapper .gw-label {
  color: var(--neutral-color-900);
  font-family: var(--template-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; }
  @media (max-width: 1439.97px) {
    .gw-input-wrapper .gw-label {
      font-size: 16px; } }
  @media (max-width: 1199.97px) {
    .gw-input-wrapper .gw-label {
      font-size: 14px; } }
  .gw-input-wrapper .gw-label .hint-txt {
    display: inline; }

.gw-input-wrapper .hint-txt {
  display: block;
  padding: 6px 0; }

.gw-input-wrapper .error-msg {
  display: block;
  padding: 6px 0;
  color: #F99671; }

.gw-input-wrapper .gw-input {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--neutral-color-100);
  background: var(--white-color);
  color: var(--neutral-color-800);
  font-family: var(--template-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .gw-input-wrapper .gw-input:focus-visible {
    outline: none;
    border: 1px solid var(--primary-color-500); }
  .gw-input-wrapper .gw-input:disabled {
    background-color: var(--primary-color-100);
    outline: none; }
  @media (max-width: 1439.97px) {
    .gw-input-wrapper .gw-input {
      padding: 10px 20px;
      font-size: 16px; } }
  @media (max-width: 1199.97px) {
    .gw-input-wrapper .gw-input {
      font-size: 14px; } }
  .gw-input-wrapper .gw-input .current {
    width: 100%; }
  .gw-input-wrapper .gw-input .list {
    width: 100%; }
  .gw-input-wrapper .gw-input input[type="number"]::-webkit-outer-spin-button,
  .gw-input-wrapper .gw-input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .gw-input-wrapper .gw-input input[type="number"] {
    -moz-appearance: textfield; }
  .gw-input-wrapper .gw-input .inner-number {
    width: 100%;
    border: none; }

.map-section iframe {
  width: 100%;
  height: 716px; }
  @media (max-width: 991.97px) {
    .map-section iframe {
      height: 416px; } }

.gs-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative; }
  .gs-checkbox-wrapper label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 24px;
    color: var(--neutral-color-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 8px; }
    .gs-checkbox-wrapper label .hint-txt {
      color: var(--neutral-color-500); }
  .gs-checkbox-wrapper input[type="checkbox"] {
    display: none; }
  .gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label {
    border-color: var(--primary-color-500);
    background-color: var(--white-color); }
  .gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label svg {
    display: block; }
  .gs-checkbox-wrapper .icon-label {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--neutral-color-600);
    background: var(--white-color);
    position: absolute;
    left: 0;
    margin-left: 0; }
    .gs-checkbox-wrapper .icon-label svg {
      display: none;
      position: absolute;
      top: 10%;
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%); }

.gp-common-title .outline-btn-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 42px;
  border: 1px solid var(--secondary-color-500, #27ae60);
  background: var(--white-color);
  color: var(--neutral-color-950);
  text-align: center;
  font-family: var(--template-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; }
  @media (max-width: 991.97px) {
    .gp-common-title .outline-btn-txt {
      padding: 8px 12px;
      font-size: 14px; } }
  .gp-common-title .outline-btn-txt.lg {
    padding: 12px 24px;
    font-size: 20px;
    line-height: 130%; }
    @media (max-width: 991.97px) {
      .gp-common-title .outline-btn-txt.lg {
        font-size: 16px;
        padding: 10px 18px; } }

.gp-counter-box {
  text-align: center; }
  .gp-counter-box .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    padding: var(--spacing-xl, 16px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--neutral-color-100);
    background: var(--white-color); }
    .gp-counter-box .icon-box img {
      width: 48px;
      height: 48px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .gp-counter-box .title {
    color: var(--primary-color-500);
    font-weight: 600; }
  .gp-counter-box .subtitle {
    font-weight: 400;
    line-height: 120%; }

.single-about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--spacing-xl, 16px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--spacing-xl, 16px);
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--neutral-100, #e6e7e8);
  background: #fff; }
  .single-about-info .img-wrapper {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: var(--radius-xs, 4px); }
    .single-about-info .img-wrapper img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .single-about-info .title {
    color: var(--neutral-color-950); }
  .single-about-info .des {
    color: var(--neutral-color-800); }
  @media (max-width: 459.97px) {
    .single-about-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .single-about-info .img-wrapper {
        width: 80px;
        height: 80px; } }

.gw-single-blog {
  border: 1px solid var(--neutral-color-200);
  border-radius: 16px;
  padding: 16px;
  padding-bottom: 24px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  .gw-single-blog .img-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden; }
    .gw-single-blog .img-wrapper .date-txt {
      position: absolute;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: var(--spacing-sm, 6px) 32px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      border-radius: 16px 0px;
      background: var(--primary-500, #007bff);
      color: var(--base-white, #fff);
      text-align: center;
      /* Heading/H6/Regular */
      font-family: var(--template-font);
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 26px */ }
  .gw-single-blog .thumb {
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .gw-single-blog .content-wrapper {
    position: relative;
    z-index: 1;
    padding: 24px 0px;
    padding-bottom: 0;
    border-radius: 12px; }
  .gw-single-blog .title {
    font-weight: 500;
    margin-bottom: 8px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    color: var(--neutral-color-950); }
  .gw-single-blog .des {
    color: var(--neutral-color-700);
    font-size: 16px;
    margin-bottom: 16px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .gw-single-blog .link-to {
    color: rgba(var(--primary-color-500), 0.3);
    font-weight: 600;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .gw-single-blog .link-to i {
      margin-left: 10px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .gw-single-blog:hover {
    border: 1px solid var(--primary-color-500); }
    .gw-single-blog:hover .thumb {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
    .gw-single-blog:hover .title,
    .gw-single-blog:hover .link-to {
      color: var(--primary-color-500); }

.gp-single-price {
  padding: 80px 32px 32px 32px;
  border-radius: 16px;
  border: 1px solid var(--neutral-color-100, #e6e7e8);
  background: var(--white-color);
  position: relative;
  overflow: hidden; }
  .gp-single-price .most-popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(41.3deg);
    -ms-transform: rotate(41.3deg);
    transform: rotate(41.3deg);
    padding: var(--spacing-sm, 6px) 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: -36.713px;
    top: 38px;
    border: 1px solid var(--white-color, #fff);
    background: var(--white-color, #fff);
    text-align: center; }
  .gp-single-price .pricing-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--spacing-sm, 6px) 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px 0px;
    background: var(--primary-500, #007bff);
    color: var(--base-white, #fff);
    text-align: center;
    font-family: var(--template-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }
  .gp-single-price .title {
    font-style: normal;
    font-weight: 500;
    line-height: 130%; }
  .gp-single-price .subtitle {
    color: var(--neutral-700, #404953);
    font-family: var(--template-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }
  .gp-single-price .divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--spacing-3xl, 24px);
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-top: 1px solid var(--neutral-color-200, #d4d6d8); }
  .gp-single-price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--spacing-xl, 16px);
    margin-bottom: 40px; }
    .gp-single-price ul li {
      color: var(--neutral-color-800, #333d48);
      font-family: var(--template-font);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      position: relative;
      padding-left: 26px;
      white-space: normal;
      overflow: hidden;
      word-wrap: break-word;
      text-wrap: wrap; }
      .gp-single-price ul li svg {
        position: absolute;
        left: 0;
        top: 4px; }
  .gp-single-price.active {
    background-color: var(--primary-color-500);
    border: 1px solid var(--primary-color-500); }
    .gp-single-price.active .divider {
      border-top: 1px solid var(--neutral-color-200, #d4d6d8); }
    .gp-single-price.active .title,
    .gp-single-price.active .subtitle,
    .gp-single-price.active ul li {
      color: var(--white-color); }
      .gp-single-price.active .title svg,
      .gp-single-price.active .subtitle svg,
      .gp-single-price.active ul li svg {
        fill: var(--white-color); }
        .gp-single-price.active .title svg path:first-child,
        .gp-single-price.active .subtitle svg path:first-child,
        .gp-single-price.active ul li svg path:first-child {
          fill: var(--white-color); }
        .gp-single-price.active .title svg path:last-child,
        .gp-single-price.active .subtitle svg path:last-child,
        .gp-single-price.active ul li svg path:last-child {
          fill: var(--dark-color); }
    .gp-single-price.active .pricing-badge {
      background-color: var(--white-color);
      color: var(--dark-color); }
    .gp-single-price.active .primary-outline-btn:hover {
      background-color: var(--primary-color-600); }

.single-step-info {
  padding: 24px;
  border-radius: 16px;
  background: var(--primary-color-600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-step-info .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    padding: var(--spacing-2xl, 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--primary-500, #007bff); }
    .single-step-info .icon-wrapper .icon {
      width: 40px;
      height: 40px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -o-object-fit: contain;
      object-fit: contain; }
  .single-step-info .title,
  .single-step-info .des {
    color: var(--white-color);
    text-align: center; }
  .single-step-info .des {
    font-size: 14px; }

.single-investor-card, .single-team-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--neutral-color-100);
  background: var(--white-color);
  overflow: hidden; }
  .single-investor-card .title, .single-team-card .title {
    margin-bottom: 12px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .single-investor-card .subtitle, .single-team-card .subtitle {
    margin-bottom: 24px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .single-investor-card .thumb, .single-team-card .thumb {
    border-radius: 16px; }
  .single-investor-card .img-wrapper, .single-team-card .img-wrapper {
    position: relative;
    overflow: hidden; }
    .single-investor-card .img-wrapper .social-wrapper, .single-team-card .img-wrapper .social-wrapper {
      padding: 12px;
      border-radius: 40px 40px 0px 0px;
      background-color: var(--primary-color-500);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      right: 16px;
      bottom: -50%;
      gap: 12px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .single-investor-card .img-wrapper .social-wrapper a img, .single-team-card .img-wrapper .social-wrapper a img {
        width: 24px;
        height: 24px; }
  .single-investor-card:hover .title, .single-team-card:hover .title,
  .single-investor-card:hover .subtitle,
  .single-team-card:hover .subtitle {
    color: var(--primary-color-500); }
  .single-investor-card:hover .img-wrapper .social-wrapper, .single-team-card:hover .img-wrapper .social-wrapper {
    opacity: 1;
    visibility: visible;
    bottom: 0; }

.single-team-card {
  padding-bottom: 24px; }
  .single-team-card .subtitle {
    margin-bottom: 0px;
    color: var(--neutral-color-700, #404953);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
    @media (max-width: 1199.97px) {
      .single-team-card .subtitle {
        font-size: 14px; } }

.gp-single-testimonial {
  padding: 40px 32px;
  border-radius: 12px;
  background: var(--white-color); }
  .gp-single-testimonial .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 16px; }
    .gp-single-testimonial .top-area .img-wrapper {
      width: 48px;
      height: 48px;
      border-radius: 100px; }
      .gp-single-testimonial .top-area .img-wrapper img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .gp-single-testimonial .top-area .name {
      margin-bottom: 4px; }
  .gp-single-testimonial .ratings-wrapper {
    margin-bottom: 16px; }
    .gp-single-testimonial .ratings-wrapper i {
      color: #fac03c; }
  .gp-single-testimonial .des {
    font-size: 16px; }
  .gp-single-testimonial .readmore {
    color: var(--primary-color-500); }

.single-orbit-portfolio a.title {
  color: var(--white-color); }

.single-orbit-portfolio .sm-title {
  color: var(--white-color); }
  .single-orbit-portfolio .sm-title .fa-circle {
    font-size: 10px; }

.single-orbit-service {
  padding: 24px 24px 40px 24px;
  border-radius: 16px;
  background: #f4faf5;
  border: 1px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  .single-orbit-service .icon-wrapper {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--tertiary-500, #28a745);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .single-orbit-service .icon-wrapper img {
      width: 48px;
      height: 48px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .single-orbit-service .title {
    color: var(--neutral-950, #00071f);
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .single-orbit-service .des {
    color: var(--neutral-800, #33394c);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; }

.orbit-service-wrapper .col:nth-child(1) .single-orbit-service {
  background: #f4faf5; }
  .orbit-service-wrapper .col:nth-child(1) .single-orbit-service .icon-wrapper {
    background: #28a745; }
  .orbit-service-wrapper .col:nth-child(1) .single-orbit-service:hover {
    border: 1px solid #28a745; }
    .orbit-service-wrapper .col:nth-child(1) .single-orbit-service:hover .title {
      color: #28a745; }

.orbit-service-wrapper .col:nth-child(2) .single-orbit-service {
  background: #fcf3ff; }
  .orbit-service-wrapper .col:nth-child(2) .single-orbit-service .icon-wrapper {
    background: #c71eff; }
  .orbit-service-wrapper .col:nth-child(2) .single-orbit-service:hover {
    border: 1px solid #c71eff; }
    .orbit-service-wrapper .col:nth-child(2) .single-orbit-service:hover .title {
      color: #c71eff; }

.orbit-service-wrapper .col:nth-child(3) .single-orbit-service {
  background: #FEF5F6; }
  .orbit-service-wrapper .col:nth-child(3) .single-orbit-service .icon-wrapper {
    background: #F2415A; }
  .orbit-service-wrapper .col:nth-child(3) .single-orbit-service:hover {
    border: 1px solid #F2415A; }
    .orbit-service-wrapper .col:nth-child(3) .single-orbit-service:hover .title {
      color: #F2415A; }

.orbit-service-wrapper .col:nth-child(4) .single-orbit-service {
  background: #FFFCF3; }
  .orbit-service-wrapper .col:nth-child(4) .single-orbit-service .icon-wrapper {
    background: #FFBF0F; }
  .orbit-service-wrapper .col:nth-child(4) .single-orbit-service:hover {
    border: 1px solid #FFBF0F; }
    .orbit-service-wrapper .col:nth-child(4) .single-orbit-service:hover .title {
      color: #FFBF0F; }

.orbit-service-wrapper .col:nth-child(5) .single-orbit-service {
  background: #F4F7FF; }
  .orbit-service-wrapper .col:nth-child(5) .single-orbit-service .icon-wrapper {
    background: #295BFF; }
  .orbit-service-wrapper .col:nth-child(5) .single-orbit-service:hover {
    border: 1px solid #295BFF; }
    .orbit-service-wrapper .col:nth-child(5) .single-orbit-service:hover .title {
      color: #295BFF; }

.orbit-service-wrapper .col:nth-child(6) .single-orbit-service {
  background: #FDF6F4; }
  .orbit-service-wrapper .col:nth-child(6) .single-orbit-service .icon-wrapper {
    background: #FF6229; }
  .orbit-service-wrapper .col:nth-child(6) .single-orbit-service:hover {
    border: 1px solid #FF6229; }
    .orbit-service-wrapper .col:nth-child(6) .single-orbit-service:hover .title {
      color: #FF6229; }

.gp-table {
  border-radius: 26px;
  border: 1px solid var(--neutral-color-100); }
  .gp-table .table {
    margin-bottom: 0px; }
    .gp-table .table tbody tr:nth-child(odd) {
      background-color: var(--neutral-color-50); }
    .gp-table .table th,
    .gp-table .table td {
      min-width: 200px;
      vertical-align: middle; }
    .gp-table .table th {
      padding: 28px 60px; }
      @media (max-width: 1439.97px) {
        .gp-table .table th {
          padding: 20px 40px; } }
      @media (max-width: 1199.97px) {
        .gp-table .table th {
          padding: 15px 30px; } }
      @media (max-width: 991.97px) {
        .gp-table .table th {
          padding: 12px 20px; } }
    .gp-table .table td {
      padding: 16px 60px; }
      @media (max-width: 991.97px) {
        .gp-table .table td {
          padding: 12px 20px; } }
    .gp-table .table thead {
      background-color: var(--primary-color-500);
      padding: 28px 60px; }
      .gp-table .table thead th {
        color: var(--white-color, #FFF);
        font-family: var(--template-font);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; }
        @media (max-width: 1439.97px) {
          .gp-table .table thead th {
            font-size: 20px; } }
        @media (max-width: 1199.97px) {
          .gp-table .table thead th {
            font-size: 18px; } }
        @media (max-width: 991.97px) {
          .gp-table .table thead th {
            font-size: 16px; } }
    .gp-table .table .user-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 13.889px; }
      .gp-table .table .user-box img {
        width: 48px;
        height: 48px;
        border-radius: 48px; }
    .gp-table .table .td-txt {
      color: var(--neutral-color-700, #404953);
      font-family: var(--template-font);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; }
      @media (max-width: 1439.97px) {
        .gp-table .table .td-txt {
          font-size: 16px; } }
      @media (max-width: 1199.97px) {
        .gp-table .table .td-txt {
          font-size: 14px; } }

.gw-pricing-modal .modal-dialog {
  max-width: 636px; }

.gw-pricing-modal .modal-content {
  padding: 40px 32px;
  border-radius: 16px;
  border: 1px solid var(--neutral-color-100); }
  @media (max-width: 991.97px) {
    .gw-pricing-modal .modal-content {
      padding: 30px 20px; } }

.gw-pricing-modal .modal-header,
.gw-pricing-modal .modal-body,
.gw-pricing-modal .modal-footer {
  padding: 0; }

.gw-pricing-modal .modal-header {
  padding-bottom: 16px; }

.gw-pricing-modal .modal-body {
  padding-bottom: 40px; }
  @media (max-width: 991.97px) {
    .gw-pricing-modal .modal-body {
      padding-bottom: 30px; } }

.gw-pricing-modal .modal-footer {
  padding-top: 32px; }
  @media (max-width: 991.97px) {
    .gw-pricing-modal .modal-footer {
      padding-top: 20px; } }

.gw-pricing-modal .contents {
  padding: 24px 0px; }
  .gw-pricing-modal .contents h4 {
    color: var(--primary-color-500); }

.gw-pricing-modal .amount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .gw-pricing-modal .amount-wrapper .gw-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .gw-pricing-modal .amount-wrapper .currency-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px var(--spacing-xl, 16px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 8px 8px 0px;
    background: var(--primary-color-500, #007BFF);
    color: var(--white-color, #FFF);
    font-family: var(--template-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }

/* Basic style for the dots */
.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }
  .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--primary-color-50) !important;
    margin: 5px; }
    .owl-dots .owl-dot.active {
      background-color: var(--primary-color-500) !important; }

.faq-accordion-wrapper .accordion-item {
  padding: 14px 32px;
  border-radius: 8px;
  border: 1px solid var(--neutral-color-200);
  background: var(--white-color);
  overflow: hidden; }
  .faq-accordion-wrapper .accordion-item .h4 {
    font-size: 20px;
    position: relative;
    width: 100%;
    text-align: left;
    font-family: var(--heading-font);
    margin: 0;
    padding: 0;
    color: var(--neutral-color-950);
    padding-right: 33px;
    font-weight: 500; }
    @media (max-width: 1439.97px) {
      .faq-accordion-wrapper .accordion-item .h4 {
        font-size: 18px; } }
    @media (max-width: 1199.97px) {
      .faq-accordion-wrapper .accordion-item .h4 {
        font-size: 16px; } }
    @media (max-width: 991.97px) {
      .faq-accordion-wrapper .accordion-item .h4 {
        font-size: 14px; } }
    .faq-accordion-wrapper .accordion-item .h4::after {
      content: '\f067';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 33px;
      height: 33px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      border: 1px solid transparent;
      background-color: transparent;
      color: var(--white-color);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: var(--neutral-color-900); }
      @media (max-width: 991.97px) {
        .faq-accordion-wrapper .accordion-item .h4::after {
          width: 25px;
          height: 25px;
          font-size: 12px; } }
    .faq-accordion-wrapper .accordion-item .h4[aria-expanded="true"] {
      color: var(--primary-color-500); }
      .faq-accordion-wrapper .accordion-item .h4[aria-expanded="true"]::after {
        border: 1px solid transparent;
        color: var(--primary-color-500);
        content: '\f068'; }
  .faq-accordion-wrapper .accordion-item p {
    padding-top: 20px; }
  .faq-accordion-wrapper .accordion-item .accordion-collapse {
    position: relative;
    padding-top: 20px; }
    .faq-accordion-wrapper .accordion-item .accordion-collapse.show::after {
      opacity: 1;
      visibility: visible; }
    .faq-accordion-wrapper .accordion-item .accordion-collapse::after {
      content: '';
      width: 200%;
      height: 1px;
      background-color: var(--neutral-color-200);
      position: absolute;
      top: 20px;
      left: -10%;
      opacity: 0;
      visibility: hidden; }

/******************************** navs ******************************/
.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px; }
  @media (max-width: 1199.97px) {
    .main-menu ul {
      gap: 20px; } }
  .main-menu ul li {
    position: relative; }
    .main-menu ul li.active a {
      color: var(--primary-color-500); }
    .main-menu ul li a {
      color: var(--neutral-color-900);
      font-family: var(--template-font);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      text-transform: capitalize; }
    .main-menu ul li:hover .submenu {
      top: 170%;
      opacity: 1;
      visibility: visible; }
    .main-menu ul li .submenu {
      position: absolute;
      top: 110%;
      left: 0px;
      width: 222px;
      z-index: 50;
      gap: 0px;
      background-color: var(--white-color);
      border: 1px solid var(--neutral-100, #E6E7E8);
      border-radius: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0;
      opacity: 0;
      visibility: hidden; }
      .main-menu ul li .submenu li {
        padding: 13px 24px;
        background-color: var(--white-color);
        color: var(--neutral-color-900, #1A2431);
        font-family: var(--template-font);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        width: 100%; }
        .main-menu ul li .submenu li a {
          display: block;
          width: 100%;
          color: var(--neutral-color-950); }
        .main-menu ul li .submenu li:hover {
          background-color: var(--primary-color-500);
          color: var(--white-color); }
          .main-menu ul li .submenu li:hover a {
            color: var(--white-color); }

/************************ mobile menu start ****************/
.mobile-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -310px;
  background-color: var(--white-color);
  z-index: 200;
  padding: 20px;
  overflow-y: scroll;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(49, 33, 26, 0.2);
  box-shadow: 0px 0px 12px 0px rgba(49, 33, 26, 0.2); }
  .mobile-menu .mobile-menu-header {
    background-color: var(--white-1);
    padding: 8px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px; }
  .mobile-menu .mobile-logo {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .mobile-menu .close {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--primary-color); }
  .mobile-menu .logo {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain; }
    @media (max-width: 575.97px) {
      .mobile-menu .logo {
        max-width: 150px; } }
  .mobile-menu .mobile-nav-menu {
    margin-top: 20px; }
    .mobile-menu .mobile-nav-menu li {
      display: block; }
      .mobile-menu .mobile-nav-menu li a {
        text-transform: capitalize;
        display: block;
        color: var(--primary-color);
        padding: 10px 0;
        font-size: 16px; }
      .mobile-menu .mobile-nav-menu li.has-submenu {
        position: relative; }
        .mobile-menu .mobile-nav-menu li.has-submenu > i {
          position: absolute;
          right: 0;
          top: 3px;
          padding: 8px;
          -webkit-transition: var(--transition);
          -o-transition: var(--transition);
          transition: var(--transition); }
          .mobile-menu .mobile-nav-menu li.has-submenu > i.icon-rotate {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        .mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper {
          padding-left: 15px;
          display: none; }
  .mobile-menu .mobile-selects-wrapper .nice-select {
    border: 1px solid var(--neutral-color-600);
    padding: 10px 20px;
    border-radius: 8px; }
    .mobile-menu .mobile-selects-wrapper .nice-select .list {
      width: 100%; }
  .mobile-menu.active {
    left: 0; }

/****************************** rtl styles ******************************/
.rtl-version-btn {
  border: 1px solid var(--neutral-color-500);
  background-color: var(--neutral-color-500);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  gap: 5px; }

body[dir="rtl"] .gw-header .top-header .right-side .nice-select .current {
  margin-left: 10px; }

body[dir="rtl"] .rtl-version-btn {
  border: 1px solid var(--secondary-color-500);
  background-color: var(--secondary-color-500); }

body[dir="rtl"] .mobile-menu .mobile-nav-menu li.has-submenu > i {
  right: initial;
  left: 0; }

body[dir="rtl"] .gw-header .bottom-header .search-btn {
  margin-left: initial;
  margin-right: 40px; }

body[dir="rtl"] .gp-calculator-section .profit-cal-img {
  left: initial;
  right: -180px; }
  @media (max-width: 1919.97px) {
    body[dir="rtl"] .gp-calculator-section .profit-cal-img {
      right: -40px; } }
  @media (max-width: 1439.97px) {
    body[dir="rtl"] .gp-calculator-section .profit-cal-img {
      right: -10px; } }
  @media (max-width: 1199.97px) {
    body[dir="rtl"] .gp-calculator-section .profit-cal-img {
      right: initial; } }
  @media (max-width: 991.97px) {
    body[dir="rtl"] .gp-calculator-section .profit-cal-img {
      right: initial; } }

body[dir="rtl"] .nav .nav-item:last-child .nav-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

body[dir="rtl"] .nav .nav-item:first-child .nav-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

body[dir="rtl"] .custom-prev-btn,
body[dir="rtl"] .custom-next-btn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

body[dir="rtl"] .gp-team-section .owl-carousel.owl-rtl .owl-item {
  padding-right: 1px; }

body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
  right: initial;
  -webkit-transform: translateX(-746px);
  -ms-transform: translateX(-746px);
  transform: translateX(-746px); }
  @media (max-width: 1899.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: translateX(-677px);
      -ms-transform: translateX(-677px);
      transform: translateX(-677px); } }
  @media (max-width: 1799.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: translateX(-641px);
      -ms-transform: translateX(-641px);
      transform: translateX(-641px); } }
  @media (max-width: 1699.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: translateX(-584px);
      -ms-transform: translateX(-584px);
      transform: translateX(-584px); } }
  @media (max-width: 1599.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: translateX(-549px);
      -ms-transform: translateX(-549px);
      transform: translateX(-549px); } }
  @media (max-width: 1499.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: translateX(-484px);
      -ms-transform: translateX(-484px);
      transform: translateX(-484px); } }
  @media (max-width: 1399.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: translateX(-458px);
      -ms-transform: translateX(-458px);
      transform: translateX(-458px); } }
  @media (max-width: 1299.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: translateX(-390px);
      -ms-transform: translateX(-390px);
      transform: translateX(-390px); } }
  @media (max-width: 1199.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: translateX(-346px);
      -ms-transform: translateX(-346px);
      transform: translateX(-346px); } }
  @media (max-width: 991.97px) {
    body[dir="rtl"] .gp-team-section .gp-left-team-slider-wraper {
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial; } }

body[dir="rtl"] .newslatter .newslatter-form form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

body[dir="rtl"] .gp-single-price .most-popular {
  right: -49.713px;
  top: 32px; }

body[dir="rtl"] .gw-pricing-modal .amount-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

body[dir="rtl"] .single-blog-sidebar-widget .form-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

body[dir="rtl"] .gw-single-blog .link-to i {
  margin-left: initial;
  margin-right: 10px;
  -webkit-transform: rotate(229deg);
  -ms-transform: rotate(229deg);
  transform: rotate(229deg); }

body[dir="rtl"] .single-blog-sidebar-widget .categories-list li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

body[dir="rtl"] .gp-single-price ul li {
  padding-left: initial;
  padding-right: 26px; }
  body[dir="rtl"] .gp-single-price ul li svg {
    position: absolute;
    left: initial;
    top: 4px;
    right: 0; }

body[dir="rtl"] .gp-mission-section .mission-contents-wrapper ul {
  list-style: disc;
  margin-left: initial;
  margin-right: 20px; }

body[dir="rtl"] .gw-faq-section .faq-img {
  left: initial;
  right: -220px; }
  @media (max-width: 1919.97px) {
    body[dir="rtl"] .gw-faq-section .faq-img {
      left: initial;
      rightt: -120px; } }
  @media (max-width: 1699.97px) {
    body[dir="rtl"] .gw-faq-section .faq-img {
      left: initial;
      right: -100px; } }
  @media (max-width: 1599.97px) {
    body[dir="rtl"] .gw-faq-section .faq-img {
      left: initial;
      right: -20px; } }
  @media (max-width: 1439.97px) {
    body[dir="rtl"] .gw-faq-section .faq-img {
      left: initial;
      right: initial; } }

body[dir="rtl"] .faq-accordion-wrapper .accordion-item .h4 {
  text-align: right;
  padding-right: initial;
  padding-left: 33px; }

body[dir="rtl"] .faq-accordion-wrapper .accordion-item .h4::after {
  right: initial;
  left: 0; }

body[dir="rtl"] .template-btn i, body[dir="rtl"] .primary-btn i, body[dir="rtl"] .primary-outline-btn i, body[dir="rtl"] .secondary-outline-btn i, body[dir="rtl"] .white-btn i, body[dir="rtl"] .dark-btn i, body[dir="rtl"] .dark-outline-btn i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 1599.97px) {
  body[dir="rtl"] .gp-about-section .about-img {
    left: initial;
    right: 40px; } }

@media (max-width: 1199.97px) {
  body[dir="rtl"] .gp-about-section .about-img {
    left: initial;
    right: 0px; } }

body[dir="rtl"] .gp-counter-section .counter-wrapper .col-12::after {
  right: initial;
  left: 0; }

body[dir="rtl"] .gp-header-search-box .form-wrapper input {
  padding-right: inherit;
  padding-left: 50px; }

body[dir="rtl"] .gp-header-search-box .form-wrapper .submit-btn {
  right: initial;
  left: 40px; }

body[dir="rtl"] .gp-contact-info-section .contact-info-section-row .col-12 {
  border-right: initial;
  border-left: 1px solid var(--neutral-color-700, #404953); }
  body[dir="rtl"] .gp-contact-info-section .contact-info-section-row .col-12:last-child {
    border-right: none;
    border-left: none; }
  @media (max-width: 991.97px) {
    body[dir="rtl"] .gp-contact-info-section .contact-info-section-row .col-12:nth-child(2) {
      border-right: none;
      border-left: none; } }
  @media (max-width: 767.97px) {
    body[dir="rtl"] .gp-contact-info-section .contact-info-section-row .col-12 {
      border-right: none;
      border-left: none; } }

body[dir="rtl"] .gw-input-wrapper {
  text-align: right; }

body[dir="rtl"] .gs-checkbox-wrapper label {
  margin-left: initial;
  margin-right: 24px; }

body[dir="rtl"] .gs-checkbox-wrapper .check-box-label {
  left: initial;
  right: 0;
  margin-left: initial;
  margin-right: 0; }

/****************************** page styles ******************************/
.gp-hero-section {
  padding-top: 100px;
  padding-bottom: 362px;
  position: relative; }
  @media (max-width: 1199.97px) {
    .gp-hero-section {
      padding-bottom: 230px; } }
  .gp-hero-section .des {
    font-size: 18px; }
    @media (max-width: 991.97px) {
      .gp-hero-section .des {
        font-size: 16px; } }
  @media (max-width: 991.97px) {
    .gp-hero-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .gp-hero-section .outline-btn-txt {
    border-radius: 42px;
    border: 1px solid var(--Logo-Gradient-1, #8a2be2);
    background: #fff;
    font-family: var(--heading-font); }
  .gp-hero-section h1 span {
    color: var(--primary-color-500); }
  .gp-hero-section .btns-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px; }
  .gp-hero-section .left-img {
    width: 404px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 1199.97px) {
      .gp-hero-section .left-img {
        width: 304px; } }
    @media (max-width: 991.97px) {
      .gp-hero-section .left-img {
        display: none; } }
  .gp-hero-section .right-img {
    width: 332.389px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 1199.97px) {
      .gp-hero-section .right-img {
        width: 232px; } }
    @media (max-width: 991.97px) {
      .gp-hero-section .right-img {
        display: none; } }
  .gp-hero-section .circle-img {
    width: 155px;
    height: 155px;
    -webkit-transform: rotate(-165deg);
    -ms-transform: rotate(-165deg);
    transform: rotate(-165deg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 132px; }
    @media (max-width: 1199.97px) {
      .gp-hero-section .circle-img {
        width: 125px;
        height: 125px; } }
    @media (max-width: 991.97px) {
      .gp-hero-section .circle-img {
        width: 80px;
        height: 80px;
        bottom: 10px; } }

.ticker-wrapper {
  overflow: hidden;
  padding: 20px 0;
  background-color: var(--primary-color-500); }
  @media (max-width: 767.97px) {
    .ticker-wrapper {
      padding: 10px 0; } }
  .ticker-wrapper .ticker-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: 30s ticker linear infinite;
    animation: 30s ticker linear infinite;
    gap: 60px; }
    @media (max-width: 767.97px) {
      .ticker-wrapper .ticker-inner-wrapper {
        gap: 30px; } }
    .ticker-wrapper .ticker-inner-wrapper .single-ticker {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px; }
      .ticker-wrapper .ticker-inner-wrapper .single-ticker h4 {
        color: var(--white-color);
        white-space: nowrap; }

.gp-counter-section {
  padding: 60px 0px;
  background: var(--neutral-color-50); }
  .gp-counter-section .counter-wrapper .col-12 {
    position: relative; }
    .gp-counter-section .counter-wrapper .col-12::after {
      content: "";
      width: 1px;
      height: 184px;
      position: absolute;
      right: 0;
      top: 0;
      background: var(--neutral-color-100); }
    .gp-counter-section .counter-wrapper .col-12:last-child::after {
      background: transparent; }
    .gp-counter-section .counter-wrapper .col-12:nth-child(2) .gp-counter-box .title {
      color: var(--secondary-color-500); }
    .gp-counter-section .counter-wrapper .col-12:nth-child(3) .gp-counter-box .title {
      color: var(--tertiary-color-500); }
    .gp-counter-section .counter-wrapper .col-12:nth-child(4) .gp-counter-box .title {
      color: var(--negative-color-500); }
    @media (max-width: 991.97px) {
      .gp-counter-section .counter-wrapper .col-12:nth-child(2)::after {
        display: none; } }
    @media (max-width: 575.97px) {
      .gp-counter-section .counter-wrapper .col-12:nth-child(2)::after {
        display: none; } }

.orbit-about-section ul {
  border-left: 2px solid var(--primary-color-500);
  margin-left: 20px; }
  @media (max-width: 767.97px) {
    .orbit-about-section ul {
      margin-left: 0; } }
  .orbit-about-section ul li {
    margin-left: 16px;
    line-height: 200%;
    font-size: 18px; }
    @media (max-width: 1199.97px) {
      .orbit-about-section ul li {
        font-size: 16px; } }
    @media (max-width: 991.97px) {
      .orbit-about-section ul li {
        font-size: 14px; } }
    .orbit-about-section ul li .fa-circle-check {
      color: var(--primary-color-500); }

.gp-step-section {
  background: var(--primary-color-900); }
  .gp-step-section .step-title {
    color: #517ba7; }
  .gp-step-section .gp-common-title .outline-btn-txt {
    color: #FAE100 !important;
    border: none;
    padding: 0; }

.gp-testimonial-section {
  background-color: white; }
  .gp-testimonial-section.bg-white .gp-single-testimonial {
    background: var(--neutral-color-50, #f7f8f8); }
  .gp-testimonial-section .gp-testimonial-wrapper {
    padding: 48px 40px;
    border-radius: 26px;
    background: #efeff0; }
    @media (max-width: 991.97px) {
      .gp-testimonial-section .gp-testimonial-wrapper {
        padding: 30px 20px; } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.main-contact-form-wrapper.orbit {
  background: #F6F3FF !important; }
  .main-contact-form-wrapper.orbit .common-frontend-form {
    padding: 0 20px; }

.blog-main-wrapper {
  padding: 120px 0px; }
  @media (max-width: 767.97px) {
    .blog-main-wrapper {
      padding: 60px 0px; } }
  .blog-main-wrapper .blog-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px; }

.blog-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px; }

.single-blog-sidebar-widget {
  padding: 32px 26px;
  border-radius: 12px;
  border: 1px solid var(--neutral-color-100, #E6E7E8);
  background: var(--neutral-color-50, #F7F8F8); }
  .single-blog-sidebar-widget .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0; }
    .single-blog-sidebar-widget .form-wrapper .search-input {
      padding: 20px 24px;
      border-radius: var(--radius-md, 8px) 0px 0px var(--radius-md, 8px);
      background: var(--white-color, #FFF);
      border: none;
      color: var(--text-color-800);
      font-size: 18px;
      line-height: 120%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%; }
    .single-blog-sidebar-widget .form-wrapper .submit-btn {
      background-color: var(--primary-color-500);
      border-radius: 0px var(--radius-md, 8px) var(--radius-md, 8px) 0px;
      width: 66px;
      height: 64px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    @media (max-width: 1439.97px) {
      .single-blog-sidebar-widget .form-wrapper .search-input {
        padding: 16px 16px;
        font-size: 16px; }
      .single-blog-sidebar-widget .form-wrapper .submit-btn {
        height: auto;
        width: auto;
        padding: 14px 16px; } }
    @media (max-width: 1199.97px) {
      .single-blog-sidebar-widget .form-wrapper .search-input {
        font-size: 14px; } }
  .single-blog-sidebar-widget .blog-heading {
    position: relative;
    margin-bottom: 24px;
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--neutral-color-900); }
    @media (max-width: 1439.97px) {
      .single-blog-sidebar-widget .blog-heading {
        font-size: 20px; } }
    @media (max-width: 1199.97px) {
      .single-blog-sidebar-widget .blog-heading {
        font-size: 18px; } }
    @media (max-width: 991.97px) {
      .single-blog-sidebar-widget .blog-heading {
        font-size: 16px; } }
  .single-blog-sidebar-widget .sm-blog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px; }
  .single-blog-sidebar-widget .sm-tags-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-blog-sidebar-widget .sm-tags-wrapper .tag-link {
      color: var(--h3-color, #46514E);
      font-family: var(--font-outfit);
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      text-transform: capitalize; }
      .single-blog-sidebar-widget .sm-tags-wrapper .tag-link:hover {
        color: var(--primary-color); }
  .single-blog-sidebar-widget .categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px; }
    .single-blog-sidebar-widget .categories-list li {
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .single-blog-sidebar-widget .categories-list li:hover a {
        color: var(--white-color);
        border-radius: 6px; }
        .single-blog-sidebar-widget .categories-list li:hover a .text {
          background-color: var(--primary-color-500);
          color: var(--white-color); }
        .single-blog-sidebar-widget .categories-list li:hover a .number {
          background-color: var(--primary-color-600);
          color: var(--white-color); }
      .single-blog-sidebar-widget .categories-list li a {
        color: var(--paragraph-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
        .single-blog-sidebar-widget .categories-list li a .text,
        .single-blog-sidebar-widget .categories-list li a .number {
          display: inline-block;
          -webkit-transition: var(--transition);
          -o-transition: var(--transition);
          transition: var(--transition); }
        .single-blog-sidebar-widget .categories-list li a .text {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          padding: 16px 16px;
          gap: 10px;
          font-family: var(--template-font);
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px;
          border-radius: var(--radius-md, 8px) 0px 0px var(--radius-md, 8px);
          background: var(--white-color);
          color: var(--neutral-color-600, #666D76); }
          @media (max-width: 1439.97px) {
            .single-blog-sidebar-widget .categories-list li a .text {
              font-size: 16px; } }
          @media (max-width: 1199.97px) {
            .single-blog-sidebar-widget .categories-list li a .text {
              font-size: 14px;
              padding: 10px; } }
        .single-blog-sidebar-widget .categories-list li a .number {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 60px;
          padding: 16px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          gap: 10px;
          font-weight: 400;
          font-size: 18px;
          border-radius: 0px var(--radius-md, 8px) var(--radius-md, 8px) 0px;
          background: var(--neutral-color-100, #E6E7E8);
          font-family: var(--heading-font); }
          @media (max-width: 1199.97px) {
            .single-blog-sidebar-widget .categories-list li a .number {
              padding: 12px; } }
  .single-blog-sidebar-widget .social-icons-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .single-blog-sidebar-widget .social-icons-wraper .social-icon-link {
      width: 48px;
      height: 48px;
      border-radius: 50%; }
      .single-blog-sidebar-widget .social-icons-wraper .social-icon-link img {
        width: 100%; }

.single-sm-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }
  .single-sm-blog-card img {
    width: 90px;
    height: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .single-sm-blog-card .blog-title {
    margin-bottom: 8px; }
    .single-sm-blog-card .blog-title a {
      font-weight: 500;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition);
      color: var(--neutral-color-900); }
      .single-sm-blog-card .blog-title a:hover {
        color: var(--primary-color-500); }
  .single-sm-blog-card .date-link {
    color: var(--neutral-color-700);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    color: var(--text-color-900);
    text-transform: capitalize; }
    .single-sm-blog-card .date-link:hover {
      color: var(--primary-color); }

.sm-tags-wrapper .tag-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px var(--spacing-lg, 12px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border-radius: var(--radius-md, 8px);
  background: var(--white-color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  .sm-tags-wrapper .tag-link:hover {
    background-color: var(--primary-color-500);
    color: var(--white-color) !important; }
  @media (max-width: 991.97px) {
    .sm-tags-wrapper .tag-link {
      padding: 8px 12px;
      font-size: 14px !important; } }

.ch-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px; }
  @media (max-width: 991.97px) {
    .ch-pagination {
      margin-bottom: 40px; } }
  .ch-pagination li.active a {
    background-color: var(--primary-color-500);
    color: var(--white-color); }
    .ch-pagination li.active a svg {
      fill: var(--white-color); }
      .ch-pagination li.active a svg path {
        fill: var(--white-color); }
  .ch-pagination li a {
    width: 48px;
    height: 48px;
    display: inline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid var(--neutral-color-100);
    background: var(--white-color);
    color: var(--neutral-color-700);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    @media (max-width: 1439.97px) {
      .ch-pagination li a {
        font-size: 18px; } }
    @media (max-width: 1199.97px) {
      .ch-pagination li a {
        font-size: 16px; } }
    @media (max-width: 991.97px) {
      .ch-pagination li a {
        font-size: 14px; } }
    .ch-pagination li a:hover {
      background-color: var(--primary-color-500);
      color: var(--white-color); }
      .ch-pagination li a:hover svg {
        fill: var(--white-color); }
        .ch-pagination li a:hover svg path {
          fill: var(--white-color); }
