/*
Theme Name: GHYIP -  HTML5 Template
Author: GeniusOcean
Author URI: https://codecanyon.net/user/geniusocean/portfolio
Tags: ecommerce, dashboard, shop, geniusocean
Description: GHYIP HTML5 Template
Version: 1.0.0
*/
/************************************** base css **************************************/
/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* CSS Variables */
:root {
  /* Template Font */
  --template-font: "Poppins", sans-serif;
  --heading-font: "Poppins", 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: #007BFF;
  --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;
  --positive-color-300: #73e2a4;
  --positive-color-50: #E6FAEE;
  --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: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--neutral-color-950); }
  @media (max-width: 1199.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; } }

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

.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-28 {
  margin-bottom: 28px; }
  @media (max-width: 767.97px) {
    .mb-28 {
      margin-bottom: 20px; } }

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

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

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

.neutral-txt-color-200 {
  color: var(--neutral-color-200); }

.negative-txt-500 {
  color: var(--negative-color-500) !important; }

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

/******************************** 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, .gw-footer-section-2 {
  background-color: var(--primary-color-900); }
  .gw-footer-section .foo-logo, .gw-footer-section-2 .foo-logo {
    width: 183px;
    -o-object-fit: contain;
    object-fit: contain; }
  .gw-footer-section .gw-single-fo-widget .title, .gw-footer-section-2 .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, .gw-footer-section-2 .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, .gw-footer-section-2 .gw-single-fo-widget .foo-des {
    color: var(--neutral-color-200); }
  .gw-footer-section .gw-single-fo-widget .foo-menu li, .gw-footer-section-2 .gw-single-fo-widget .foo-menu li {
    margin-bottom: 10px; }
    .gw-footer-section .gw-single-fo-widget .foo-menu li:last-child, .gw-footer-section-2 .gw-single-fo-widget .foo-menu li:last-child {
      margin-bottom: 0px; }
    .gw-footer-section .gw-single-fo-widget .foo-menu li a, .gw-footer-section-2 .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, .gw-footer-section-2 .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, .gw-footer-section-2 .gw-single-fo-widget .foo-menu li a {
          font-size: 14px; } }
      .gw-footer-section .gw-single-fo-widget .foo-menu li a:hover, .gw-footer-section-2 .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, .gw-footer-section-2 .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, .gw-footer-section-2 .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, .gw-footer-section-2 .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, .gw-footer-section-2 .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, .gw-footer-section-2 .gw-single-fo-widget .social-wrapper a .icon {
          width: 24px;
          height: 24px; } }
  .gw-footer-section .copyright-area, .gw-footer-section-2 .copyright-area {
    margin-top: 60px;
    background-color: #213d5a;
    padding: 30px 0px; }
    .gw-footer-section .copyright-area .copyright-txt, .gw-footer-section-2 .copyright-area .copyright-txt {
      color: var(--white-color); }
      @media (max-width: 767.97px) {
        .gw-footer-section .copyright-area .copyright-txt, .gw-footer-section-2 .copyright-area .copyright-txt {
          text-align: center; } }
      .gw-footer-section .copyright-area .copyright-txt a, .gw-footer-section-2 .copyright-area .copyright-txt a {
        color: var(--primary-color-500); }
    .gw-footer-section .copyright-area .copyright-menu, .gw-footer-section-2 .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, .gw-footer-section-2 .copyright-area .copyright-menu {
          gap: 20px; } }
      @media (max-width: 767.97px) {
        .gw-footer-section .copyright-area .copyright-menu, .gw-footer-section-2 .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, .gw-footer-section-2 .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, .gw-footer-section-2 .copyright-area .copyright-menu li a {
            font-size: 16px; } }
        @media (max-width: 1199.97px) {
          .gw-footer-section .copyright-area .copyright-menu li a, .gw-footer-section-2 .copyright-area .copyright-menu li a {
            font-size: 14px; } }
        .gw-footer-section .copyright-area .copyright-menu li a:hover, .gw-footer-section-2 .copyright-area .copyright-menu li a:hover {
          color: var(--primary-color-500); }
  .gw-footer-section .foo-social-wrapper, .gw-footer-section-2 .foo-social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .gw-footer-section .foo-social-wrapper a img, .gw-footer-section-2 .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); }

.gw-footer-section-2 {
  background-color: var(--neutral-color-950);
  padding-top: 140px; }
  .gw-footer-section-2 .gw-single-fo-widget .title::after {
    content: initial; }
  .gw-footer-section-2 .foo-social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .gw-footer-section-2 .foo-social-wrapper a {
      width: 28px;
      height: 28px;
      border-radius: var(--radius-full, 9999px);
      border: 1px solid var(--neutral-color-300, #bfc2c6);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .gw-footer-section-2 .foo-social-wrapper a:hover {
        border-color: var(--primary-color-500); }
        .gw-footer-section-2 .foo-social-wrapper a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .gw-footer-section-2 .foo-social-wrapper a img {
        width: 12.174px;
        height: 12.032px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -o-object-fit: contain;
        object-fit: contain; }
  .gw-footer-section-2 .copyright-area {
    background-color: var(--neutral-color-950);
    border-top: 1px solid var(--neutral-color-800); }

.newslatter-2 {
  border-radius: 20px;
  background: var(--primary-color-500, #007bff);
  -webkit-box-shadow: 0px 16px 40px 4px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 16px 40px 4px rgba(255, 255, 255, 0.1);
  padding: 88px 0;
  position: relative;
  z-index: 1;
  margin-bottom: -70px;
  overflow: hidden; }
  .newslatter-2 .shape1 {
    width: 266px;
    height: 217px;
    -webkit-transform: rotate(-4.21deg);
    -ms-transform: rotate(-4.21deg);
    transform: rotate(-4.21deg);
    position: absolute;
    left: -102px;
    top: -37.001px;
    z-index: -1; }
    @media (max-width: 767.97px) {
      .newslatter-2 .shape1 {
        display: none; } }
  .newslatter-2 .shape2 {
    width: 278px;
    height: 229px;
    position: absolute;
    right: -104px;
    bottom: -38px;
    z-index: -1; }
    @media (max-width: 767.97px) {
      .newslatter-2 .shape2 {
        display: none; } }
  @media (max-width: 991.97px) {
    .newslatter-2 {
      padding: 60px 0; } }
  @media (max-width: 767.97px) {
    .newslatter-2 {
      padding: 40px 0; } }
  .newslatter-2 .inner-box {
    max-width: 555px;
    margin: 0 auto;
    text-align: center; }
  .newslatter-2 .title {
    color: var(--white-color); }
  .newslatter-2 .newslatter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 767.97px) {
      .newslatter-2 .newslatter-form form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .newslatter-2 .newslatter-form form input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 325px;
      width: 100%;
      height: 56px;
      padding: 15px 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      border-radius: var(--radius-md, 8px);
      border: 1px solid var(--neutral-color-100, #e6e7e8);
      background-color: transparent;
      color: var(--white-color, #fff);
      font-family: var(--template-font);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; }
      .newslatter-2 .newslatter-form form input::-webkit-input-placeholder {
        color: var(--white-color); }
      .newslatter-2 .newslatter-form form input:-ms-input-placeholder {
        color: var(--white-color); }
      .newslatter-2 .newslatter-form form input::-ms-input-placeholder {
        color: var(--white-color); }
      .newslatter-2 .newslatter-form form input::placeholder {
        color: var(--white-color); }
      @media (max-width: 767.97px) {
        .newslatter-2 .newslatter-form form input {
          max-width: 225px; } }

/******************************** 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: 8; }
  @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, .blue-gradient-btn, .outline-blue-gradient-txt-btn, .dark-outline-blue-gradient-txt-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, .blue-gradient-btn, .outline-blue-gradient-txt-btn, .dark-outline-blue-gradient-txt-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(--dark-color); }
  .white-btn:hover {
    background: var(--neutral-color-950);
    color: var(--white-color); }

.dark-btn {
  background: var(--neutral-color-950);
  color: var(--white-color); }
  .dark-btn:hover {
    background: var(--neutral-color-900);
    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); }

.blue-gradient-btn {
  color: var(--white-color);
  position: relative; }
  .blue-gradient-btn::after, .blue-gradient-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: var(--radius-full, 9999px);
    background: var(--Gradient-2, linear-gradient(355deg, #00c6fb 23.71%, #005bea 94.04%));
    z-index: -1;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .blue-gradient-btn::before {
    background: var(--Gradient-2, linear-gradient(355deg, #005bea 23.71%, #00c6fb 94.04%));
    opacity: 0;
    visibility: hidden; }
  .blue-gradient-btn:hover {
    color: var(--white-color); }
    .blue-gradient-btn:hover::after {
      opacity: 0;
      visibility: hidden; }
    .blue-gradient-btn:hover::before {
      opacity: 1;
      visibility: visible; }

.outline-blue-gradient-txt-btn, .dark-outline-blue-gradient-txt-btn {
  padding: 10px 24px;
  position: relative;
  border-radius: 42px;
  overflow: hidden;
  z-index: 2;
  color: white; }
  .outline-blue-gradient-txt-btn::after, .dark-outline-blue-gradient-txt-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Gradient-2, linear-gradient(0deg, #007bff 23.71%, #27ae60 94.04%)); }
  .outline-blue-gradient-txt-btn::before, .dark-outline-blue-gradient-txt-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: white;
    border-radius: 42px;
    z-index: 3; }
  .outline-blue-gradient-txt-btn span, .dark-outline-blue-gradient-txt-btn span {
    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;
    position: relative;
    width: 100%;
    z-index: 4;
    color: var(--dark-color); }

.dark-outline-blue-gradient-txt-btn::before {
  background: var(--neutral-color-950); }

.dark-outline-blue-gradient-txt-btn span {
  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; } }

.empty-img{
 width:200px;
 height:200px;          

}
.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, .single-about-info-2 {
  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, .single-about-info-2 .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, .single-about-info-2 .img-wrapper img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .single-about-info .title, .single-about-info-2 .title {
    color: var(--neutral-color-950); }
  .single-about-info .des, .single-about-info-2 .des {
    color: var(--neutral-color-800); }
  @media (max-width: 459.97px) {
    .single-about-info, .single-about-info-2 {
      -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, .single-about-info-2 .img-wrapper {
        width: 80px;
        height: 80px; } }

.single-about-info-2 {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-color: transparent; }
  .single-about-info-2 .img-wrapper {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    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; }
    .single-about-info-2 .img-wrapper img {
      width: 24px;
      height: 24px;
      aspect-ratio: 1/1; }
  .single-about-info-2 .title {
    color: var(--white-color); }
  .single-about-info-2 .des {
    color: var(--neutral-color-200); }

.gw-single-blog, .gw-single-blog-2 {
  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, .gw-single-blog-2 .img-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden; }
    .gw-single-blog .img-wrapper .date-txt, .gw-single-blog-2 .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, .gw-single-blog-2 .thumb {
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .gw-single-blog .content-wrapper, .gw-single-blog-2 .content-wrapper {
    position: relative;
    z-index: 1;
    padding: 24px 0px;
    padding-bottom: 0;
    border-radius: 12px; }
  .gw-single-blog .title, .gw-single-blog-2 .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, .gw-single-blog-2 .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, .gw-single-blog-2 .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, .gw-single-blog-2 .link-to i {
      margin-left: 10px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .gw-single-blog:hover, .gw-single-blog-2:hover {
    border: 1px solid var(--primary-color-500); }
    .gw-single-blog:hover .thumb, .gw-single-blog-2:hover .thumb {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
    .gw-single-blog:hover .title, .gw-single-blog-2:hover .title,
    .gw-single-blog:hover .link-to,
    .gw-single-blog-2:hover .link-to {
      color: var(--primary-color-500); }

.gw-single-blog-2 {
  padding: 0;
  border-radius: 8px; }
  .gw-single-blog-2 .img-wrapper {
    border-radius: 0px; }
  .gw-single-blog-2 .actions-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    .gw-single-blog-2 .actions-wraper .action-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 6px; }
      .gw-single-blog-2 .actions-wraper .action-title svg {
        width: 24px;
        height: 24px; }
      .gw-single-blog-2 .actions-wraper .action-title span {
        color: var(--neutral-color-700);
        font-family: var(--template-font);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
        .gw-single-blog-2 .actions-wraper .action-title span b {
          color: var(--neutral-color-900);
          font-weight: 500; }
  .gw-single-blog-2 .content-wrapper {
    padding: 24px; }
    .gw-single-blog-2 .content-wrapper .author-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px; }
      .gw-single-blog-2 .content-wrapper .author-box .img-box img {
        width: 48px;
        height: 48px;
        border-radius: 50%; }
      .gw-single-blog-2 .content-wrapper .author-box .name {
        font-family: var(--template-font);
        color: var(--neutral-color-900);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        margin-bottom: 4px; }
      .gw-single-blog-2 .content-wrapper .author-box .time-to-read {
        font-family: var(--template-font);
        color: var(--neutral-color-700);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 142%; }
  .gw-single-blog-2:hover {
    border: 1px solid var(--neutral-color-200); }
    .gw-single-blog-2:hover .thumb {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
    .gw-single-blog-2:hover .title,
    .gw-single-blog-2: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); }

.gp-single-price-2 {
  background: var(--neutral-color-900, #1a2431);
  border-radius: 8px;
  padding: 3px; }
  .gp-single-price-2 .inner-wraper {
    border-radius: 8px;
    padding: 40px 24px;
    background: var(--neutral-color-900, #1a2431);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative; }
  .gp-single-price-2 .top-area {
    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; }
  .gp-single-price-2 .icon-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    -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%;
    background: var(--neutral-color-700, #404953); }
    .gp-single-price-2 .icon-wraper img {
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      aspect-ratio: 1/1; }
  .gp-single-price-2 .title,
  .gp-single-price-2 .des,
  .gp-single-price-2 .pricing-title,
  .gp-single-price-2 ul li span {
    color: var(--white-color); }
  .gp-single-price-2 .pricing-title span {
    color: var(--neutral-color-200);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; }
  .gp-single-price-2 .blue-gradient-btn {
    }
  .gp-single-price-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px; }
    .gp-single-price-2 ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      row-gap: 10px;
      -webkit-column-gap: 14px;
      column-gap: 14px; }
      .gp-single-price-2 ul li .list-icon-wraper {
        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: 26px;
        height: 26px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 50%;
        background-color: var(--primary-color-100); }
      .gp-single-price-2 ul li span {
        color: var(--white-color, #fff);
        font-family: var(--template-font);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; }
      .gp-single-price-2 ul li.inactive .list-icon-wraper {
        background: var(--neutral-color-700, #404953); }
      .gp-single-price-2 ul li.inactive span {
        color: var(--neutral-color-500); }
  .gp-single-price-2.active {
    background: var(--Gradiant, linear-gradient(90deg, #007bff 0%, #27ae60 100%)); }
    .gp-single-price-2.active .blue-gradient-btn {
      display: block; }
    .gp-single-price-2.active ul li .list-icon-wraper {
      background-color: var(--primary-color-500); }
      .gp-single-price-2.active ul li .list-icon-wraper svg path {
        fill: var(--white-color); }

.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-step-info-2 {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-step-info-2 .top-step-counter {
    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: var(--radius-xs, 4px) var(--radius-xs, 4px) 0px 0px;
    background: var(--primary-color-100, #cce5ff);
    color: var(--neutral-color-950, #000c1a);
    text-align: center;
    font-family: var(--template-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .single-step-info-2 .main-contents {
    padding: 16px;
    border-radius: 8px;
    background: var(--white-color, #fff);
    -webkit-box-shadow: 0px 16px 40px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 40px 4px rgba(0, 0, 0, 0.1); }
    .single-step-info-2 .main-contents .icon-box {
      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;
      width: 64px;
      height: 64px;
      border-radius: 8px; }
      .single-step-info-2 .main-contents .icon-box img {
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1; }

.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-investor-card-2 {
  border-radius: 30px 30px 0px 0px;
  overflow: hidden; }
  .single-investor-card-2 .thumb {
    width: 100%;
    height: 368px;
    -o-object-fit: cover;
    object-fit: cover; }
  .single-investor-card-2 .content-box {
    padding: 28px;
    background-color: var(--primary-color-500);
    text-align: left; }
    .single-investor-card-2 .content-box .title,
    .single-investor-card-2 .content-box .subtitle {
      color: var(--white-color); }

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

.single-team-card-2 .img-wrapper .thumb {
  -o-object-fit: cover;
  object-fit: cover;
  height: 424px;
  border-radius: 8px; }

.single-team-card-2 .contents-wraper {
  text-align: left; }
  .single-team-card-2 .contents-wraper .title {
    color: var(--neutral-color-900, #1a2431);
    font-family: var(--template-font);
    font-style: normal;
    font-weight: 600;
    line-height: 130%; }
  .single-team-card-2 .contents-wraper .subtitle {
    color: var(--neutral-color-600, #666d76);
    font-family: var(--template-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; }

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

.gp-single-testimonial-2 {
  border-radius: 8px;
  border: 1px solid var(--neutral-color-800); }
  .gp-single-testimonial-2 .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background-color: var(--primary-color-900);
    border-radius: 8px 8px 0px 0px; }
    .gp-single-testimonial-2 .top-area .img-box img {
      width: 48px;
      height: 48px;
      border-radius: 50%; }
    .gp-single-testimonial-2 .top-area .name {
      color: var(--white-color); }
    .gp-single-testimonial-2 .top-area .desig {
      font-family: var(--template-font);
      color: var(--neutral-color-200);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; }
  .gp-single-testimonial-2 .main-contents-wraper {
    padding: 24px 16px; }
    .gp-single-testimonial-2 .main-contents-wraper .des {
      color: var(--white-color);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; }
      .gp-single-testimonial-2 .main-contents-wraper .des .text-content {
        margin-bottom: 16px;
        display: inline-block; }
    .gp-single-testimonial-2 .main-contents-wraper .readmore {
      color: var(--primary-color-500);
      padding: 0; }

.gw-single-sponser-2 {
  border-radius: 16px;
  border: 2px solid var(--neutral-color-800, #333d48);
  background: var(--neutral-color-900, #1a2431);
  padding: 16px 28px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gw-single-sponser-2 .logo {
    max-width: 192px;
    width: 100%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover; }
  .gw-single-sponser-2 .title {
    color: var(--white-color);
    text-align: center;
    font-family: var(--template-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; }

.gp-single-affilate-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  background-color: var(--positive-color-50);
  padding: 8px 14px; }
  .gp-single-affilate-card .icon-wraper img {
    width: 22.5px;
    height: 22.5px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .gp-single-affilate-card .content-wraper p {
    color: var(--neutral-color-800, #333d48);
    font-family: var(--template-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; }

.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, body[dir="rtl"] .gw-single-blog-2 .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, body[dir="rtl"] .blue-gradient-btn i, body[dir="rtl"] .outline-blue-gradient-txt-btn i, body[dir="rtl"] .dark-outline-blue-gradient-txt-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, body[dir="rtl"] .gp-about-section-2 .about-img {
    left: initial;
    right: 40px; } }

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

body[dir="rtl"] .gp-counter-section .counter-wrapper .col-12::after, body[dir="rtl"] .gp-counter-section-2 .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; }

body[dir="rtl"] .blog-details-main-wraper .inner-contents-wraper ul li {
  margin-left: initial;
  margin-right: 2rem; }

body[dir="rtl"] .single-investor-card-2 .content-box {
  text-align: right; }

body[dir="rtl"] .single-team-card-2 .contents-wraper {
  text-align: right; }

/****************************** page styles ******************************/
.gp-hero-section, .gp-hero-section-2 {
  padding-top: 100px;
  padding-bottom: 120px; }
  .gp-hero-section .des, .gp-hero-section-2 .des {
    font-size: 18px; }
    @media (max-width: 991.97px) {
      .gp-hero-section .des, .gp-hero-section-2 .des {
        font-size: 16px; } }
  @media (max-width: 991.97px) {
    .gp-hero-section, .gp-hero-section-2 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .gp-hero-section .btns-wraper, .gp-hero-section-2 .btns-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px; }
    @media (max-width: 767.97px) {
      .gp-hero-section .btns-wraper, .gp-hero-section-2 .btns-wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.gp-counter-section, .gp-counter-section-2 {
  padding: 60px 0px;
  background: var(--neutral-color-50); }
  .gp-counter-section .counter-wrapper .col-12, .gp-counter-section-2 .counter-wrapper .col-12 {
    position: relative; }
    .gp-counter-section .counter-wrapper .col-12::after, .gp-counter-section-2 .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, .gp-counter-section-2 .counter-wrapper .col-12:last-child::after {
      background: transparent; }
    .gp-counter-section .counter-wrapper .col-12:nth-child(2) .gp-counter-box .title, .gp-counter-section-2 .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, .gp-counter-section-2 .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, .gp-counter-section-2 .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, .gp-counter-section-2 .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, .gp-counter-section-2 .counter-wrapper .col-12:nth-child(2)::after {
        display: none; } }

.gp-about-section, .gp-about-section-2 {
  overflow: hidden; }
  .gp-about-section .contents-wrapper, .gp-about-section-2 .contents-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: 16px; }
  .gp-about-section .about-img, .gp-about-section-2 .about-img {
    width: 775px;
    height: 763px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    @media (max-width: 1599.97px) {
      .gp-about-section .about-img, .gp-about-section-2 .about-img {
        left: -90px; } }
    @media (max-width: 1439.97px) {
      .gp-about-section .about-img, .gp-about-section-2 .about-img {
        width: 575px;
        height: 573px; } }
    @media (max-width: 991.97px) {
      .gp-about-section .about-img, .gp-about-section-2 .about-img {
        left: initial;
        width: 100%;
        height: auto; } }

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

.gp-calculator-section .profit-cal-img {
  width: 772.004px;
  height: 808.243px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  left: -180px; }
  @media (max-width: 1919.97px) {
    .gp-calculator-section .profit-cal-img {
      left: -40px;
      width: 575px;
      height: 573px; } }
  @media (max-width: 1439.97px) {
    .gp-calculator-section .profit-cal-img {
      left: -10px;
      width: 555px;
      height: 553px; } }
  @media (max-width: 1199.97px) {
    .gp-calculator-section .profit-cal-img {
      left: initial;
      width: 100%;
      height: initial; } }
  @media (max-width: 991.97px) {
    .gp-calculator-section .profit-cal-img {
      left: initial;
      width: 100%;
      height: auto; } }

.gp-step-section {
  background: var(--primary-color-900); }
  .gp-step-section .step-title {
    color: #517BA7; }

.gp-testimonial-section {
  background-color: var(--neutral-color-50); }
  .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; } }

.gp-blog-section {
  background-color: var(--neutral-color-50); }

.gp-team-section {
  overflow: hidden !important;
  position: relative; }
  .gp-team-section .custom-prev-btn,
  .gp-team-section .custom-next-btn {
    border: 1px solid var(--neutral-color-600);
    color: var(--neutral-color-600);
    width: 56px;
    height: 56px;
    border-radius: 56px; }
  .gp-team-section .custom-next-btn {
    color: var(--neutral-color-600) !important; }
  .gp-team-section .gp-left-team-slider-wraper {
    max-width: calc(100% - 30.33%);
    position: absolute;
    right: 0;
    top: 110px;
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px); }
    @media (max-width: 1799.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        max-width: calc(100% - 28.33%); } }
    @media (max-width: 1599.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        max-width: calc(100% - 26.33%); } }
    @media (max-width: 1499.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        max-width: calc(100% - 25.33%); } }
    @media (max-width: 1399.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        max-width: calc(100% - 24.33%); } }
    @media (max-width: 1299.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        max-width: calc(100% - 22.33%); } }
    @media (max-width: 1199.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        max-width: calc(100% - 24.33%); } }
    @media (max-width: 991.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        position: static;
        max-width: 720px;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        margin: 0 auto; } }
    @media (max-width: 767.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        max-width: 540px; } }
    @media (max-width: 575.97px) {
      .gp-team-section .gp-left-team-slider-wraper {
        max-width: calc(100% - 24px); } }

.gp-payment-section {
  background-color: var(--primary-color-900); }
  .gp-payment-section .gw-single-sponser {
    width: 168px;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain; }
  .gp-payment-section .scrolling-wrap {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    .gp-payment-section .scrolling-wrap:hover .gw-sponser-wrapper {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
  .gp-payment-section .gw-sponser-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    cursor: pointer; }
    .gp-payment-section .gw-sponser-wrapper.left-scroll {
      -webkit-animation: scroll 60s linear infinite;
      animation: scroll 60s linear infinite; }
    .gp-payment-section .gw-sponser-wrapper.right-scroll {
      -webkit-animation: scroll2 60s linear infinite;
      animation: scroll2 60s linear infinite; }

@-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); } }

.gp-affiliate-program .affiliate-content-wrapper {
  padding: 60px 32px;
  border-radius: 26px;
  background: var(--primary-color-50); }

.gw-faq-section .faq-img {
  width: 631px;
  height: 640px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  left: -220px; }
  @media (max-width: 1919.97px) {
    .gw-faq-section .faq-img {
      width: 531px;
      height: 540px;
      left: -120px; } }
  @media (max-width: 1699.97px) {
    .gw-faq-section .faq-img {
      width: 511px;
      height: 520px;
      left: -100px; } }
  @media (max-width: 1599.97px) {
    .gw-faq-section .faq-img {
      width: 451px;
      height: 470px;
      left: -20px; } }
  @media (max-width: 1439.97px) {
    .gw-faq-section .faq-img {
      width: 100%;
      height: auto;
      left: initial; } }

.gp-mission-section .mission-contents-wrapper {
  padding: 32px;
  border-radius: 16px; }
  @media (max-width: 991.97px) {
    .gp-mission-section .mission-contents-wrapper {
      padding: 20px; } }
  .gp-mission-section .mission-contents-wrapper ul {
    list-style: disc;
    margin-left: 20px; }
    .gp-mission-section .mission-contents-wrapper ul li {
      line-height: 1.5; }
  .gp-mission-section .mission-contents-wrapper .read-more-btn {
    color: var(--primary-color-500, #007BFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    position: relative; }
    .gp-mission-section .mission-contents-wrapper .read-more-btn::after {
      content: "See More..."; }
    .gp-mission-section .mission-contents-wrapper .read-more-btn[aria-expanded="true"]::after {
      content: "Show Less"; }

.gp-call-to-action {
  padding: 80px 20px;
  border-radius: 26px; }
  @media (max-width: 767.97px) {
    .gp-call-to-action {
      padding: 40px 20px; } }

.gp-main-faq-section .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .gp-main-faq-section .nav .nav-item .nav-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid transparent;
    background: var(--white-color, #F7F8F8);
    color: var(--neutral-color-950, #000C1A);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
    @media (max-width: 1199.97px) {
      .gp-main-faq-section .nav .nav-item .nav-link {
        font-size: 16px; } }
    @media (max-width: 991.97px) {
      .gp-main-faq-section .nav .nav-item .nav-link {
        font-size: 14px; } }
    .gp-main-faq-section .nav .nav-item .nav-link.active {
      border: 1px solid var(--neutral-color-100, #E6E7E8);
      background: var(--neutral-color-50, #F7F8F8);
      color: var(--neutral-color-950, #000C1A); }

.gp-contact-info-section {
  padding: 80px 60px;
  border-radius: 20px;
  background: var(--primary-900, #001933); }
  @media (max-width: 991.97px) {
    .gp-contact-info-section {
      padding: 40px 20px; } }
  .gp-contact-info-section .contact-info-section-row .col-12 {
    border-right: 1px solid var(--neutral-color-700, #404953); }
    .gp-contact-info-section .contact-info-section-row .col-12:last-child {
      border-right: none; }
    @media (max-width: 991.97px) {
      .gp-contact-info-section .contact-info-section-row .col-12:nth-child(2) {
        border-right: none; } }
    @media (max-width: 767.97px) {
      .gp-contact-info-section .contact-info-section-row .col-12 {
        border-right: none; } }
  .gp-contact-info-section .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px; }
    @media (max-width: 1199.97px) {
      .gp-contact-info-section .single-contact-info {
        gap: 10px; } }
    @media (max-width: 767.97px) {
      .gp-contact-info-section .single-contact-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .gp-contact-info-section .single-contact-info .icon-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: 10px;
      border-radius: 108px;
      background: var(--primary-color-500, #007BFF); }
      .gp-contact-info-section .single-contact-info .icon-wrapper img {
        width: 32px;
        height: 32px;
        -o-object-fit: contain;
        object-fit: contain; }
      @media (max-width: 1199.97px) {
        .gp-contact-info-section .single-contact-info .icon-wrapper {
          padding: 10px;
          font-size: 14px; }
          .gp-contact-info-section .single-contact-info .icon-wrapper img {
            width: 20px;
            height: 20px;
            -o-object-fit: contain;
            object-fit: contain; } }
    .gp-contact-info-section .single-contact-info .contents-wrapper h5 {
      color: var(--white-color); }
    .gp-contact-info-section .single-contact-info .contents-wrapper a.contact-txt:hover {
      color: var(--primary-color-500); }
    .gp-contact-info-section .single-contact-info .contents-wrapper .contact-txt {
      color: var(--white-color, #FFF);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      display: block; }
      @media (max-width: 1199.97px) {
        .gp-contact-info-section .single-contact-info .contents-wrapper .contact-txt {
          font-size: 16px; } }
      @media (max-width: 991.97px) {
        .gp-contact-info-section .single-contact-info .contents-wrapper .contact-txt {
          font-size: 14px; } }

.gp-hero-section-2 {
  padding-top: initial;
  padding-bottom: initial; }
  .gp-hero-section-2 .inner-container {
    padding-top: 120px;
    padding-bottom: 150px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: calc(100% - 244px); }
    @media (max-width: 1439.97px) {
      .gp-hero-section-2 .inner-container {
        width: calc(100% - 48px); } }
    @media (max-width: 1399.97px) {
      .gp-hero-section-2 .inner-container {
        padding-top: 80px;
        padding-bottom: 80px; } }
    .gp-hero-section-2 .inner-container .des {
      color: var(--neutral-color-100); }

.gp-counter-section-2 {
  padding: 120px 0px;
  background: var(--primary-color-50);
  position: relative; }
  .gp-counter-section-2 .counter-wrapper .col-12::after {
    content: "";
    width: 1px;
    height: 184px;
    position: absolute;
    right: 0;
    top: -50px;
    background: var(--neutral-color-300); }
  .gp-counter-section-2 .counter-wrapper .col-12:nth-child(2) .gp-counter-box .title {
    color: var(--primary-color-500); }
  .gp-counter-section-2 .counter-wrapper .col-12:nth-child(3) .gp-counter-box .title {
    color: var(--primary-color-500); }
  .gp-counter-section-2 .counter-wrapper .col-12:nth-child(4) .gp-counter-box .title {
    color: var(--primary-color-500); }

.gp-about-section-2 .contents-wraper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 650px 30px 20px 30px;
  border-radius: 8px; }
  @media (max-width: 1599.97px) {
    .gp-about-section-2 .contents-wraper {
      padding-top: 450px; } }
  @media (max-width: 1399.97px) {
    .gp-about-section-2 .contents-wraper {
      padding-top: 350px; } }
  @media (max-width: 1199.97px) {
    .gp-about-section-2 .contents-wraper {
      padding-top: 250px; } }
  @media (max-width: 991.97px) {
    .gp-about-section-2 .contents-wraper {
      padding: 40px 30px; } }

.pricing-section-2 {
  background: var(--neutral-color-950, #000c1a); }
  .pricing-section-2 .container {
    position: relative; }
    .pricing-section-2 .container .circle-shape {
      position: absolute;
      width: 255px;
      height: 253px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      top: 20%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.gp-calculator-section-2 .row {
  position: relative;
  z-index: 1; }

.gp-calculator-section-2 .merged-img {
  width: 142px; }

.gp-calculator-section-2 .counter-title {
  color: var(--primary-color-500, #007bff); }

.gp-calculator-section-2 .satisfied-txt {
  color: var(--neutral-color-500); }

.gp-calculator-section-2 .common-frontend-form {
  border-radius: 24px;
  border: 1px solid var(--primary-color-500, #007bff);
  background: var(--neutral-color-950, #000c1a);
  position: relative; }
  .gp-calculator-section-2 .common-frontend-form .gw-input-wrapper .gw-label {
    color: var(--neutral-color-200); }
  .gp-calculator-section-2 .common-frontend-form .gw-input {
    background-color: transparent;
    color: var(--white-color); }
  .gp-calculator-section-2 .common-frontend-form::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 49px;
    width: 100%;
    border-radius: 0px 0px 24px 24px;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 26, 0.5)), color-stop(162.24%, #007bff));
    background: -webkit-linear-gradient(top, rgba(0, 12, 26, 0.5) 0%, #007bff 162.24%);
    background: -o-linear-gradient(top, rgba(0, 12, 26, 0.5) 0%, #007bff 162.24%);
    background: linear-gradient(180deg, rgba(0, 12, 26, 0.5) 0%, #007bff 162.24%); }

.gp-withdraw-deposit-section-2 .nav.common-nav-tab {
  border-radius: var(--radius-full, 9999px);
  background: var(--white-color, #fff);
  padding: 8px 16px;
  -webkit-box-shadow: 0px 16px 40px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 40px 4px rgba(0, 0, 0, 0.1); }
  .gp-withdraw-deposit-section-2 .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: 99999px;
    background: var(--white-color);
    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) {
      .gp-withdraw-deposit-section-2 .nav.common-nav-tab .nav-item .nav-link {
        padding: 10px 20px;
        font-size: 14px; } }
    @media (max-width: 991.97px) {
      .gp-withdraw-deposit-section-2 .nav.common-nav-tab .nav-item .nav-link {
        padding: 10px 20px;
        font-size: 14px;
        height: inherit; } }
    .gp-withdraw-deposit-section-2 .nav.common-nav-tab .nav-item .nav-link.active {
      background: var(--primary-color-500, #007bff);
      color: var(--white-color); }

.gp-withdraw-deposit-section-2 .table-wraper {
  border-radius: 20px;
  background: #b6c5ff;
  padding: 60px; }
  @media (max-width: 1199.97px) {
    .gp-withdraw-deposit-section-2 .table-wraper {
      padding: 30px; } }
  @media (max-width: 991.97px) {
    .gp-withdraw-deposit-section-2 .table-wraper {
      padding: 24px; } }
  @media (max-width: 767.97px) {
    .gp-withdraw-deposit-section-2 .table-wraper {
      padding: 16px; } }

.gp-withdraw-deposit-section-2 .gp-table-2 {
  border-radius: 12px;
  background: var(--white-color);
  padding: 24px; }
  @media (max-width: 991.97px) {
    .gp-withdraw-deposit-section-2 .gp-table-2 {
      padding: 16px; } }
  @media (max-width: 767.97px) {
    .gp-withdraw-deposit-section-2 .gp-table-2 {
      padding: 14px; } }
  .gp-withdraw-deposit-section-2 .gp-table-2 .table {
    margin-bottom: 0px; }
    .gp-withdraw-deposit-section-2 .gp-table-2 .table th,
    .gp-withdraw-deposit-section-2 .gp-table-2 .table td {
      min-width: 150px;
      vertical-align: middle; }
    .gp-withdraw-deposit-section-2 .gp-table-2 .table th {
      padding: 14px 16px; }
    .gp-withdraw-deposit-section-2 .gp-table-2 .table td {
      padding: 16px 16px; }
    .gp-withdraw-deposit-section-2 .gp-table-2 .table thead {
      background-color: var(--neutral-color-50);
      padding: 14px 16px; }
      .gp-withdraw-deposit-section-2 .gp-table-2 .table thead th {
        color: var(--neutral-color-900, #fff);
        font-family: var(--template-font);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; }
    .gp-withdraw-deposit-section-2 .gp-table-2 .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-withdraw-deposit-section-2 .gp-table-2 .table .user-box img {
        width: 48px;
        height: 48px;
        border-radius: 48px; }
      .gp-withdraw-deposit-section-2 .gp-table-2 .table .user-box .td-txt {
        font-size: 18px;
        line-height: 120%; }
        @media (max-width: 1439.97px) {
          .gp-withdraw-deposit-section-2 .gp-table-2 .table .user-box .td-txt {
            font-size: 16px; } }
        @media (max-width: 991.97px) {
          .gp-withdraw-deposit-section-2 .gp-table-2 .table .user-box .td-txt {
            font-size: 14px; } }
    .gp-withdraw-deposit-section-2 .gp-table-2 .table .td-txt {
      color: var(--neutral-color-800, #404953);
      font-family: var(--template-font);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; }

.testimonial-section-2 {
  background: var(--neutral-color-950, #000c1a); }

.gp-payment-section-2 {
  background: var(--neutral-color-950, #000c1a); }
  .gp-payment-section-2 .extended-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px; }
    .gp-payment-section-2 .extended-col-2 .gw-single-sponser-2 {
      width: calc((100% - 24px) / 2); }
      @media (max-width: 575.97px) {
        .gp-payment-section-2 .extended-col-2 .gw-single-sponser-2 {
          width: 100%; } }
  .gp-payment-section-2 .extended-col-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px; }
    .gp-payment-section-2 .extended-col-5 .gw-single-sponser-2 {
      width: calc((100% - 24px * 4) / 5); }
      @media (max-width: 991.97px) {
        .gp-payment-section-2 .extended-col-5 .gw-single-sponser-2 {
          width: calc((100% - 24px) / 2); } }
      @media (max-width: 575.97px) {
        .gp-payment-section-2 .extended-col-5 .gw-single-sponser-2 {
          width: 100%; } }

.gp-affiliate-program-section-2 .affilate-card-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--positive-color-300, #73e2a4); }
  @media (max-width: 575.97px) {
    .gp-affiliate-program-section-2 .affilate-card-wraper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.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 a {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .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); }

.blog-details-main-wraper .inner-contents-wraper img {
  width: 100%;
  border-radius: 8px; }

.blog-details-main-wraper .inner-contents-wraper ul li,
.blog-details-main-wraper .inner-contents-wraper ol li,
.blog-details-main-wraper .inner-contents-wraper p {
  color: var(--neutral-color-800, #483933);
  text-align: justify;
  font-family: var(--template-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; }
  .blog-details-main-wraper .inner-contents-wraper ul li b,
  .blog-details-main-wraper .inner-contents-wraper ol li b,
  .blog-details-main-wraper .inner-contents-wraper p b {
    font-weight: 700; }

.blog-details-main-wraper .inner-contents-wraper ul li {
  list-style: disc;
  margin-left: 2rem; }

.blog-details-main-wraper .inner-contents-wraper .img-wraper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }
  .blog-details-main-wraper .inner-contents-wraper .img-wraper-box .img-wraper {
    width: calc(50% - 12px); }

.blog-details-main-wraper .inner-contents-wraper .blog-comment-box {
  border-radius: 16px;
  border: 1px solid var(--neutral-color-200, #D4D6D8);
  background: var(--white-color, #FFF);
  padding: 24px; }
  .blog-details-main-wraper .inner-contents-wraper .blog-comment-box .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 24px 0px; }
    @media (max-width: 424.97px) {
      .blog-details-main-wraper .inner-contents-wraper .blog-comment-box .single-comment {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .blog-details-main-wraper .inner-contents-wraper .blog-comment-box .single-comment .avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
    .blog-details-main-wraper .inner-contents-wraper .blog-comment-box .single-comment .name {
      font-style: normal;
      font-weight: 600;
      line-height: 130%; }
    .blog-details-main-wraper .inner-contents-wraper .blog-comment-box .single-comment .date {
      color: var(--neutral-color-600, #666D76);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; }
    .blog-details-main-wraper .inner-contents-wraper .blog-comment-box .single-comment .reply-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 9px 34px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px;
      border-radius: 4px;
      border: 1px solid var(--primary-color-500);
      color: var(--primary-color-500);
      font-size: 16px;
      height: 37px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .blog-details-main-wraper .inner-contents-wraper .blog-comment-box .single-comment .reply-btn:hover {
        background-color: var(--primary-color-500);
        color: var(--white-color); }
    .blog-details-main-wraper .inner-contents-wraper .blog-comment-box .single-comment .des {
      margin-top: 16px;
      color: var(--neutral-color-700, #404953);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; }

.blog-details-main-wraper .inner-contents-wraper .blog-leave-reply {
  border-radius: 16px;
  border: 1px solid var(--neutral-color-200, #D4D6D8);
  background: var(--white-color, #FFF);
  padding: 24px; }
  .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-input,
  .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-textarea {
    border-radius: 8px;
    border: 1px solid var(--neutral-color-200, #D4D6D8);
    background: var(--white-color);
    padding: 17px 24px;
    color: var(--neutral-color-950, #D4D6D8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (max-width: 991.97px) {
      .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-input,
      .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-textarea {
        padding: 12px 16px; } }
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-input::-webkit-input-placeholder,
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-textarea::-webkit-input-placeholder {
      color: var(--neutral-color-500, #D4D6D8); }
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-input:-ms-input-placeholder,
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-textarea:-ms-input-placeholder {
      color: var(--neutral-color-500, #D4D6D8); }
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-input::-ms-input-placeholder,
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-textarea::-ms-input-placeholder {
      color: var(--neutral-color-500, #D4D6D8); }
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-input::placeholder,
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-textarea::placeholder {
      color: var(--neutral-color-500, #D4D6D8); }
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-input.md-input,
    .blog-details-main-wraper .inner-contents-wraper .blog-leave-reply .pp-textarea.md-input {
      height: 48px;
      padding: 0 16px;
      border-radius: 8px; }
      
      
      
    .section-wrapper-pp {
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .section-wrapper-pp {
        margin-bottom: 0;
    }
}
