  @charset "UTF-8";

  /* transform */
  .header-3 .nice-select::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }


  .rr-shape-p-c_1 {
    position: relative;
    z-index: 1;
  }

  .rr-shape-p-s_1 {
    position: absolute;
    z-index: -1;
  }

  .rr-img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  :root {
    /**
    @font family declaration
    */
    --rr-ff-body: "Lexend", sans-serif;
    --rr-ff-heading: "Pacifico", cursive;
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @color declaration
    */
    --rr-common-white: #FFFFFF;
    --rr-common-black: #000000;
    --rr-common-placeholder: #767676;
    --rr-common-selection: #3C66FA;
    --rr-color-white: #fff;
    --rr-body-primary: beige;

    --rr-theme-primary: #850E35;
    --rr-theme-secondary: #d43790;
    --rr-theme-third: #e9d4b8;

    --rr-heading-primary: #080A0B;
    --rr-text-body: #222222;
    --rr-text-p: #767676;
    --rr-menu-primary: #080A0B;
    --rr-menu-white: #FFFFFF;
    /**
    @font weight declaration
    */
    --rr-fw-normal: normal;
    --rr-fw-thin: 100;
    --rr-fw-elight: 200;
    --rr-fw-light: 300;
    --rr-fw-regular: 400;
    --rr-fw-medium: 500;
    --rr-fw-sbold: 600;
    --rr-fw-bold: 700;
    --rr-fw-ebold: 800;
    --rr-fw-black: 900;
    /**
    @font size declaration
    */
    --rr-fs-p: 16px;
    --rr-fs-body: 16px;
    --rr-fs-h1: 80px;
    --rr-fs-h2: 48px;
    --rr-fs-h3: 40px;
    --rr-fs-h4: 36px;
    --rr-fs-h5: 30px;
    --rr-fs-h6: 24px;
    --rr-lh-p: 26px;
    --rr-lh-body: 26px;
    --rr-lh-h1: 100px;
    --rr-lh-h2: 64px;
    --rr-lh-h3: 50px;
    --rr-lh-h4: 46px;
    --rr-lh-h5: 40px;
    --rr-lh-h6: 34px;
  }

  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    font-size: 10px;
  }

  /*---------------------------------
      Typography css start 
  ---------------------------------*/
  body {
    overflow-x: hidden;
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    font-weight: normal;
    color: var(--rr-text-body);
    background: var(--rr-body-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .body-font {
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    font-weight: normal;
  }

  .rr-a-16 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-theme-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rr-p-16 {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6A6A6A;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: var(--rr-fw-bold);
    word-break: break-word;
  }


  h4,
  .h4 {
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h4);
  }

  @media (max-width:450px) {

    h4,
    .h4 {
      font-size: 22px;
      line-height: 27px;
    }
  }

  h5,
  .h5 {
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h5);
  }

  h6,
  .h6 {
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-h6);
  }

  ul {
    margin: 0px;
    padding: 0px;
  }

  *{
    font-family: var(--rr-ff-body);
  }

  p {
    font-size: var(--rr-fs-p);
    font-weight: var(--rr-fw-normal);
    color: var(--rr-text-body);
    margin-bottom: 20px;
    line-height: var(--rr-lh-p);
    font-family: var(--rr-ff-body);
  }

  a {
    text-decoration: none;
  }

  a:focus,
  .button:focus {
    text-decoration: none;
    outline: none;
  }

  a:focus,
  a:hover {
    text-decoration: none;
    color: inherit;
  }

  a,
  button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
  }

  button:hover {
    cursor: pointer;
  }

  button:focus {
    outline: 0;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .capitalize {
    text-transform: capitalize;
  }

  hr:not([size]) {
    margin: 0;
    border-color: var(--rr-border-primary);
    opacity: 1;
    border-width: 1px;
  }

  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  input[type=date],
  textarea {
    outline: none;
    width: 100%;
    height: 60px;
    padding: 16px 20px 16px 30px;
    border-radius: 0px;
    background: var(--rr-common-white);
    border: 1px solid var(--rr-common-white);
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  input[type=date]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  input[type=number]::placeholder,
  input[type=password]::placeholder,
  input[type=date]::placeholder,
  textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
  }

  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=date]:focus,
  textarea:focus {
    outline: none;
  }

  input[type=date i]::-webkit-calendar-picker-indicator {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.8;
  }

  *::-moz-selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
  }

  ::-moz-selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
  }

  ::selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
  }

  *::-moz-placeholder {
    opacity: 1;
    font-size: 15px;
  }

  *::-moz-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
  }

  *::-moz-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
  }

  *::-moz-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
  }

  *::-moz-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
  }

  *::-webkit-input-placeholder {
    opacity: 1;
    font-size: 15px;
  }

  *::-moz-placeholder {
    opacity: 1;
    font-size: 15px;
  }

  *:-ms-input-placeholder {
    opacity: 1;
    font-size: 15px;
  }

  *::-ms-input-placeholder {
    opacity: 1;
    font-size: 15px;
  }

  *::placeholder {
    opacity: 1;
    font-size: 15px;
  }

  *::-webkit-input-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
  }

  *::placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
  }

  *::-moz-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
  }

  *::placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
  }

  *:-ms-input-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
  }

  *::-ms-input-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
  }

  *::placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
  }

  *::-webkit-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
  }

  *::-moz-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
  }

  *:-ms-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
  }

  *::-ms-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
  }

  *::placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
  }

  a:hover {
    color: var(--rr-theme-primary);
  }

  .overflow-clip {
    overflow-x: clip;
  }

  /*----------------------------------------
    Bootstrap customize
  -----------------------------------------*/
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 30px;
  }

  @media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      max-width: 1320px;
    }
  }

  @media (min-width: 1400px) {
    .container.container-1730 {
      max-width: 1760px;
    }
  }

  .row {
    --bs-gutter-x: 30px;
  }

  .g-40,
  .gx-40 {
    --bs-gutter-x: 40px;
  }

  .g-24,
  .gx-24 {
    --bs-gutter-x: 24px;
  }

  .g-10,
  .gx-10 {
    --bs-gutter-x: 10px;
  }

  .g-40,
  .gy-40 {
    --bs-gutter-y: 40px;
  }

  .g-50,
  .gx-50 {
    --bs-gutter-x: 50px;
  }

  .g-50,
  .gy-50 {
    --bs-gutter-y: 50px;
  }

  .g-60,
  .gy-60 {
    --bs-gutter-y: 60px;
  }

  .g-60,
  .gx-60 {
    --bs-gutter-x: 60px;
  }

  .g-100,
  .gy-100 {
    --bs-gutter-y: 100px;
  }

  .g-100,
  .gx-100 {
    --bs-gutter-x: 100px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {

    .g-100,
    .gx-100 {
      --bs-gutter-x: 30px;
    }
  }

  /*----------------------------------------*/
  /*  2.12 preloader
  /*----------------------------------------*/
  .preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    color: var(--rr-common-white);
    background: var(--rr-theme-primary);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
  }

  #preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #121212;
    z-index: 9999999;
  }

  .sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #121212;
  }

  .sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: var(--rr-theme-primary);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  }

  .sk-three-bounce.is-primary1.sk-three-bounce .sk-child {
    background-color: var(--rr-theme-primary);
  }

  .preloader-close.is-primary1 {
    background: var(--rr-theme-primary);
  }

  .sk-three-bounce.is-primary2.sk-three-bounce .sk-child {
    background-color: var(--rr-theme-primary);
  }

  .preloader-close.is-primary2 {
    background: var(--rr-theme-primary);
  }

  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  @-webkit-keyframes sk-three-bounce {

    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes sk-three-bounce {

    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .loading-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    background: #000;
    opacity: 0.7;
    display: none;
  }

  .success-message {
    color: var(--rr-theme-secondary);
  }

  .error-message {
    color: red;
  }

  /*rr-restaurant 2*/
  .preloader {
    z-index: 9999;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #777;
    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;
  }

  .preloader-text {
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 10px;
    color: var(--rr-common-white, #fff);
  }

  .progress-bar {
    width: 30%;
    opacity: 0;
    min-width: 150px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #333;
    margin: 0 auto;
  }

  .progress {
    width: 0;
    height: 100%;
    background-color: var(--rr-theme-primary);
  }

  .content {
    margin: 0;
    padding: 0;
  }

  @media (width <=768px) {
    .preloader-text {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 0.8rem;
    }

    .progress-bar {
      width: 50%;
    }
  }

  @media (width <=400px) {
    .preloader-text {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
  }

  [data-preloader=deactive] {
    display: none;
  }

  /*---------------------------------
      1.7 common
  ---------------------------------*/
  .fix {
    overflow: hidden;
  }

  .clear {
    clear: both;
  }

  .f-left {
    float: left;
  }

  .f-right {
    float: right;
  }

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

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

  .opacity-05 {
    opacity: 0.5;
  }

  .overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
  }

  .p-relative {
    position: relative;
  }

  .p-absolute {
    position: absolute;
  }

  .include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .x-clip {
    overflow-x: clip;
  }

  @media (max-width: 575px) {
    .o-xs {
      overflow-x: hidden;
    }
  }

  .valign {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  /*----------------------------------------
      Body Overlay 
  -----------------------------------------*/
  .body__overlay {
    background-color: var(--rr-common-heading);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  .body__overlay {
    background-color: var(--rr-common-heading);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  .body__overlay.opened {
    opacity: 0.7;
    visibility: visible;
  }

  /*----------------------------------------
    Mfp customize
  -----------------------------------------*/
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px;
  }

  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .mfp-iframe-holder .mfp-content {
      max-width: 1000px;
    }
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mfp-iframe-holder .mfp-content {
      max-width: 850px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mfp-iframe-holder .mfp-content {
      max-width: 820px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-iframe-holder .mfp-content {
      max-width: 750px;
    }
  }

  .mfp-close {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .mfp-close:hover {
    color: var(--rr-common-white);
  }

  .mfp-close::after {
    display: none;

  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-close::after {
      right: 15px;
      margin-top: -30px;
    }
  }

  /*---------------------------------
    1.8 spacing
  ---------------------------------*/
  .section-space {
    padding-top: 70px;
    padding-bottom:70px;
  }

  .section-space-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-100 {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .section-space-100 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }

  .section-space-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-85 {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .section-space-85 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }

  .section-space__bottom {
    padding-bottom: 120px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space__bottom {
      padding-bottom: 80px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .section-space__bottom {
      padding-bottom: 70px;
    }
  }

  .section-space__top {
    padding-top: 110px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space__top {
      padding-top: 80px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .section-space__top {
      padding-top: 70px;
    }
  }

  .section-space__bottom-100 {
    padding-bottom: 100px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space__bottom-100 {
      padding-bottom: 80px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .section-space__bottom-100 {
      padding-bottom: 70px;
    }
  }

  .section-space__bottom-457 {
    padding-bottom: 457px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .section-space__bottom-457 {
      padding-bottom: 250px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-space__bottom-457 {
      padding-bottom: 150px;
    }
  }

  @media (max-width: 575px) {
    .section-space__bottom-457 {
      padding-bottom: 70px;
    }
  }

  .section-space__bottom-70 {
    padding-bottom: 70px;
  }

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

  .mb-minus-24 {
    margin-bottom: -24px;
  }

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

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

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

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

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

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

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

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

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

  /*----------------------------------------*/
  /*  2.1 custom color
  /*----------------------------------------*/
  .color-theme-primary {
    color: var(--rr-theme-primary);
  }

  .color-white {
    color: var(--rr-common-white);
  }

  /*----------------------------------------*/
  /*  2.. font weight
  /*----------------------------------------*/
  .rr-fw-medium {
    font-weight: var(--rr-fw-medium);
  }

  .rr-fw-regular {
    font-weight: var(--rr-fw-regular);
  }

  .rr-fw-sbold {
    font-weight: var(--rr-fw-sbold);
  }

  .rr-fw-bold {
    font-weight: var(--rr-fw-bold);
  }

  .rr-fw-black {
    font-weight: var(--rr-fw-black);
  }

  /*----------------------------------------*/
  /*  2.. font family
  /*----------------------------------------*/
  .rr-ff-heading {
    font-family: var(--rr-ff-heading);
  }

  .rr-ff-body , a {
    font-family: var(--rr-ff-body);
  }

  /*----------------------------------------*/
  /*  2.. body
  /*----------------------------------------*/
  .body {
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
  }

  /*----------------------------------------*/
  /*  2.. background
  /*----------------------------------------*/
  .white-bg {
    background-color: var(--rr-common-white);
  }

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

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

  .theme-bg-heading-primary {
    background-color: var(--rr-heading-primary);
  }

  .section-bg-1 {
    background: #FBFBF7;
  }

  .section-bg-2 {
    background: #F8F8F8;
  }

  .section-bg-3 {
    background: #F5F5F5;
  }

  .body-bg-1 {
    background-color: #E5EDF2;
  }

  .footer-2-bg {
    background-color: #2F2F2F;
  }

  .footer-5-bg {
    background-color: #080A0B;
  }

  .background-gay {
    background-color: #F8F8F8;
  }

  .font-weight-300 {
    font-weight: 300;
  }

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

  
  .rr-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    background-color: rgb(133 14 53);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
        width: max-content;

  }

  .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }

  .rr-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
        background: #d43790;
    color: #fff;
  }

  .rr-btn:hover .icon {
    transform: translate(4px);
  }

  .rr-btn::before {
    animation: shine 1.5s ease-out infinite;
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }

  @keyframes shine {
    0% {
      left: -100px;
    }

    60% {
      left: 100%;
    }

    to {
      left: 100%;
    }
  }


  /*----------------------------------------*/
  /*  2.4 offcanvas
  /*----------------------------------------*/
  .offcanvas__area {
    background:linear-gradient(86deg, #ad4d838c, #ad4d838c);
    backdrop-filter: blur(100px);
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    border-left: 1px solid var(--rr-border-primary);
  }

  .offcanvas__area ::-webkit-scrollbar {
    display: none;
  }

  @media (max-width: 575px) {
    .offcanvas__area {
      width: 400px;
    }
  }

  @media (max-width:450px) {
    .offcanvas__area {
      width: 100%;
    }
  }

  .offcanvas__area.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .offcanvas__logo a img {
    width: 160px;
  }

  @media (max-width: 575px) {
    .offcanvas__logo a img {
      width: 150px;
    }
  }

  @media (max-width: 575px) {
    .offcanvas__logo a img {
      width: 130px;
    }
  }

  .offcanvas__content {
    padding-bottom: 45px;
  }

  .offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 35px 40px;
    z-index: 99999;
  }

  @media (max-width: 575px) {
    .offcanvas__wrapper {
      padding: 25px 25px;
    }
  }

  .offcanvas__top {
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.079);
  }

  @media (max-width: 575px) {
    .offcanvas__top {
      padding-bottom: 15px;
      margin-bottom: 30px;
    }
  }

  .offcanvas__search {
    position: relative;
  }

  .offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border-bottom: 1px solid var(--rr-border-primary);
    font-size: 16px;
    color: var(--rr-common-white);
    padding-bottom: 15px;
  }

  .offcanvas__search input::-webkit-input-placeholder {
    color: var(--rr-common-white);
  }

  .offcanvas__search input::-moz-placeholder {
    color: var(--rr-common-white);
  }

  .offcanvas__search input:-ms-input-placeholder {
    color: var(--rr-common-white);
  }

  .offcanvas__search input::-ms-input-placeholder {
    color: var(--rr-common-white);
  }

  .offcanvas__search input::placeholder {
    color: var(--rr-common-white);
  }

  .offcanvas__search input:focus {
    border-color: var(--rr-common-white);
  }

  .offcanvas__search button {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 20px;
    color: var(--rr-common-white);
  }

  .offcanvas__search button:hover {
    color: var(--rr-theme-primary);
  }

  .offcanvas__title {
    color: var(--rr-common-white);
    font-weight: 400;
  }

  @media (max-width:450px) {
    .offcanvas__title {
      font-size: 20px;
    }
  }

  .offcanvas__text p {
    margin-bottom: 25px;
  }

  .offcanvas__social {
    margin-bottom: 40px;
  }

  .offcanvas__social ul li {
    display: inline-block;
  }

  .offcanvas__social ul li:not(:last-child) {
    margin-right: 5px;
  }

  .offcanvas__social ul li a {
    color: var(--rr-theme-secondary);
    display: -ms-flexbox;
    display: -webkit-box;
    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: 40px;
    height: 40px;
    background: var(--rr-common-white);
    font-size: 14px;
    border-radius: 50%;
  }

  .offcanvas__social ul li a:hover {
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .offcanvas__social p {
    color: var(--rr-common-white);
  }

  .offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--rr-common-white);
    position: relative;
  }

  .offcanvas__notification-icon a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--rr-theme-primary);
    border-radius: 50%;
    color: var(--rr-common-white);
    text-align: center;
  }

  .offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--rr-common-white);
    font-size: 14px;
  }

  .offcanvas__notification-text p .notification-number {
    color: var(--rr-theme-primary);
  }

  .offcanvas__notification-text p a {
    color: var(--rr-theme-primary);
  }

  .offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--rr-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
  }

  .offcanvas__overlay.overlay-open {
    opacity: 0.6;
    visibility: visible;
  }

  .sidebar__toggle {
    cursor: pointer;
  }

  .offcanvas__contact-icon {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
  }

  .offcanvas__slider-content {
    border: 1px solid var(--rr-border-primary);
    padding: 20px;
  }

  .offcanvas__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .offcanvas__navigation button svg * {
    fill: var(--rr-common-white);
  }

  .offcanvas__navigation button:hover svg * {
    fill: var(--rr-theme-primary);
  }

  .offcanvas__post-title {
    font-size: 26px;
    color: var(--rr-common-white);
  }

  .offcanvas__post-title a:hover {
    color: var(--rr-theme-primary);
  }

  .offcanvas-close-icon {
    line-height: 1;
    color: var(--rr-common-white);
  }

  .offcanvas-close-icon .offcanvas-m-lines {
    position: relative;
    display: block;
    height: 12px;
    width: 30px;
  }

  .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
    opacity: 0;
    opacity: 0;
  }

  .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .offcanvas-close-icon .offcanvas-m-line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    -webkit-transition: top 0.15s ease, -webkit-transform 0.3s ease;
    transition: top 0.15s ease, -webkit-transform 0.3s ease;
    transition: top 0.15s ease, transform 0.3s ease;
    transition: top 0.15s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .offcanvas-close-icon .offcanvas-m-line.line--1 {
    top: 0;
  }

  .offcanvas-close-icon .offcanvas-m-line.line--2 {
    top: 5px;
  }

  .offcanvas-close-icon .offcanvas-m-line.line--3 {
    bottom: 0;
    bottom: 0;
  }

  .offcanvas-close-icon:hover .offcanvas-m-line {
    -webkit-animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
    animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
    animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  }

  .offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  /*----------------------------------------*/
  /*  2.6 sectiontitle
  /*----------------------------------------*/
  .section__title-wrapper {
    position: relative;
    z-index: 55;
  }

  .section__subtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: var(--rr-theme-primary);
  }

  @media (max-width: 575px) {
    .section__subtitle {
      font-size: 20px;
      line-height: 30px;
    }
  }

  .section-2__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2__subtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: var(--rr-theme-primary);
    font-family: var(--rr-ff-heading);
  }

  @media (max-width: 575px) {
    .section-2__subtitle {
      font-size: 20px;
      line-height: 30px;
    }
  }

  .section-2__subtitle img {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
  }

  @media (max-width: 575px) {
    .section-2__subtitle img {
      display: none;
    }
  }

  .title-animation {
    overflow: hidden;
  }

  .rr-mb-13-hide-xl {
    margin-bottom: 13px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-mb-13-hide-xl {
      margin-bottom: 0;
    }
  }

  .big-text__scroll {
    position: absolute;
    top: 0;
    font-family: var(--rr-ff-exo);
    font-style: normal;
    font-weight: 700;
    opacity: 0.04;
    font-size: 240px;
    line-height: 240px;
    left: -127px;
    white-space: nowrap;
    color: var(--rr-heading-primary);
  }

  /*----------------------------------------*/
  /*  2.7 breadcrumb
  /*----------------------------------------*/

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-space {
      padding: 150px 0 110px;
    }
  }

  .breadcrumb__area.about{
    background: linear-gradient(83deg, #0000001c, #00000073), url(/asset/imgs/breadcrumb/c-breadcrumb-1.jpg);
    background-size: 145%;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .breadcrumb__area{
    background:url(/asset/imgs/breadcrumb/breadcrumb.jpg) ;
    background-size:cover;
    background-position: center;
  }

  .breadcrumb__area .breadcrumb__content{
    padding: 110px 0;
  }

  .breadcrumb__menu ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
  }

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

  .breadcrumb__content {
    position: relative;
    z-index: 9;
  }

  .breadcrumb__area.about .breadcrumb__content{
    padding: 220px 0;
  }

  .breadcrumb__title {
    font-style: normal;
    font-weight: 500;
    position: relative;
    font-size: 40px;
    line-height: 75px;
    font-family: var(--rr-ff-heading);
  }
.breadcrumb__title ,
  .product-page-name{
    text-transform: capitalize;
  }

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

  .breadcrumb__menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flexbox;
    display: inline-flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumb__menu ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    color: var(--rr-common-white);
  }


  .breadcrumb__menu ul li a:hover {
      color: #fff9;
  }

  .breadcrumb__menu ul li.active:after {
    display: none;
  }

  .breadcrumb__menu li i{
    font-size: 16px;
    font-weight: 600;
  }

  /*----------------------------------------*/
  /*  2.10 backtotop
  /*----------------------------------------*/
  #scroll-percentage {
    height: 60px;
    width: 60px;
    background-color: var(--rr-color-white);
    border-radius: 50%;
    position: fixed;
    bottom: 120px;
    right: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -ms-grid;
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
  }



  #scroll-percentage.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #scroll-percentage-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    color: var(--rr-common-white);
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #fff; 
  }

  #scroll-percentage-value i {
    font-size: 20px;
  }

  @-webkit-keyframes scrollToTop {
    0% {
      -webkit-transform: translate3d(0, 80%, 0);
      transform: translate3d(0, 80%, 0);
      visibility: visible;
    }

    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }

  @keyframes scrollToTop {
    0% {
      -webkit-transform: translate3d(0, 80%, 0);
      transform: translate3d(0, 80%, 0);
      visibility: visible;
    }

    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }

  /*----------------------------------------*/
  /*  2.11 animation
  /*----------------------------------------*/
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
      -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }

  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
      -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }

  @-webkit-keyframes shake {

    10%,
    90% {
      -webkit-transform: translate3d(-1px, 0, 0);
      transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
      -webkit-transform: translate3d(2px, 0, 0);
      transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
      -webkit-transform: translate3d(-4px, 0, 0);
      transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
      -webkit-transform: translate3d(4px, 0, 0);
      transform: translate3d(4px, 0, 0);
    }
  }

  @keyframes shake {

    10%,
    90% {
      -webkit-transform: translate3d(-1px, 0, 0);
      transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
      -webkit-transform: translate3d(2px, 0, 0);
      transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
      -webkit-transform: translate3d(-4px, 0, 0);
      transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
      -webkit-transform: translate3d(4px, 0, 0);
      transform: translate3d(4px, 0, 0);
    }
  }

  .animate-play {
    position: relative;
  }

  .animate-play::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgb(134, 134, 134);
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    -webkit-animation-name: popupBtn;
    animation-name: popupBtn;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
  }

  .animate-play::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgb(134, 134, 134);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 0;
    -webkit-animation-name: popupBtn;
    animation-name: popupBtn;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
  }

  @-webkit-keyframes popupBtn {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.6;
    }

    50% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      opacity: 0.3;
    }

    100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }

  @keyframes popupBtn {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.6;
    }

    50% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      opacity: 0.3;
    }

    100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }

  @-webkit-keyframes slide-left {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @keyframes slide-left {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes leftRight {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    100% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }
  }

  @keyframes leftRight {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    100% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }
  }

  @-webkit-keyframes leftRightX4 {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    100% {
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
    }
  }

  @keyframes leftRightX4 {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    100% {
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
    }
  }

  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }

  @keyframes spin {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }

  @-webkit-keyframes qode-draw {

    0%,
    100% {
      clip-path: inset(-2px 0);
    }

    42% {
      clip-path: inset(-2px 0 -2px 100%);
    }

    43% {
      clip-path: inset(-2px 100% -2px 0);
    }
  }

  @keyframes qode-draw {

    0%,
    100% {
      clip-path: inset(-2px 0);
    }

    42% {
      clip-path: inset(-2px 0 -2px 100%);
    }

    43% {
      clip-path: inset(-2px 100% -2px 0);
    }
  }

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(16px);
      transform: translateY(16px);
    }
  }

  @keyframes scroll {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(16px);
      transform: translateY(16px);
    }
  }

  @-webkit-keyframes bubble {
    0% {
      -webkit-transform: rotate(0deg) translateX(-50px);
      transform: rotate(0deg) translateX(-50px);
    }

    100% {
      -webkit-transform: rotate(360deg) translateY(100px);
      transform: rotate(360deg) translateY(100px);
    }
  }

  @keyframes bubble {
    0% {
      -webkit-transform: rotate(0deg) translateX(-50px);
      transform: rotate(0deg) translateX(-50px);
    }

    100% {
      -webkit-transform: rotate(360deg) translateY(100px);
      transform: rotate(360deg) translateY(100px);
    }
  }

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

    100% {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
    }
  }

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

    100% {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
    }
  }

  @-webkit-keyframes bounce {

    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    40%,
    60% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }
  }

  @keyframes bounce {

    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    40%,
    60% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }
  }

  @-webkit-keyframes top-image-bounce {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }

    50% {
      -webkit-transform: translateY(12px);
      transform: translateY(12px);
    }

    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  @keyframes top-image-bounce {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }

    50% {
      -webkit-transform: translateY(12px);
      transform: translateY(12px);
    }

    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(16px);
      transform: translateY(16px);
    }
  }

  @keyframes scroll {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(16px);
      transform: translateY(16px);
    }
  }

  .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
  }

  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: inherit;
  }

  .cd-words-wrapper b.is-visible {
    position: relative;
  }

  .no-js .cd-words-wrapper b {
    opacity: 0;
  }

  .no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
  }

  .cd-headline.clip span {
    display: inline-block;
    -webkit-transition: none;
    transition: none;
  }

  .cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
  }

  .cd-headline.clip .cd-words-wrapper::after {
    top: 0;
    right: 0;
    width: 2px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #3b3b3b;
  }

  .cd-headline.clip b {
    opacity: 0;
  }

  .cd-headline.clip b.is-visible {
    opacity: 1;
  }

  .upDown {
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
  }

  @-webkit-keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

  @keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

  .downUp {
    -webkit-animation: downUp 1.3S infinite alternate;
    animation: downUp 1.3S infinite alternate;
  }

  @-webkit-keyframes downUp {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }

  @keyframes downUp {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }

  .leftRight {
    -webkit-animation: leftRight 1.3S infinite alternate;
    animation: leftRight 1.3S infinite alternate;
  }

  @-webkit-keyframes rightLeft {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    100% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }

  @keyframes rightLeft {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    100% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }

  .rightLeft {
    -webkit-animation: rightLeft 1.3S infinite alternate;
    animation: rightLeft 1.3S infinite alternate;
  }

  @-webkit-keyframes zooming {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes zooming {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @-webkit-keyframes wobble-vertical {
    16.65% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }

    33.3% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }

    49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }

    66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }

    83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes wobble-vertical {
    16.65% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }

    33.3% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }

    49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }

    66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }

    83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @-webkit-keyframes zooming-8 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.009);
      transform: scale(1.009);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes zooming-8 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.009);
      transform: scale(1.009);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @-webkit-keyframes zooming-9 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes zooming-9 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .zooming-8 {
    -webkit-animation: zooming-8 1.3S infinite alternate;
    animation: zooming-8 1.3S infinite alternate;
  }

  .zooming {
    -webkit-animation: zooming 1.3S infinite alternate;
    animation: zooming 1.3S infinite alternate;
  }

  .zooming1 {
    -webkit-animation: zooming 1.5S infinite alternate;
    animation: zooming 1.5S infinite alternate;
  }

  .zooming2 {
    -webkit-animation: zooming 2.3S infinite alternate;
    animation: zooming 2.3S infinite alternate;
  }

  .zooming3 {
    -webkit-animation: zooming 3S infinite alternate;
    animation: zooming 3S infinite alternate;
  }

  .zooming4 {
    -webkit-animation: zooming 1S infinite alternate;
    animation: zooming 1S infinite alternate;
  }

  @-webkit-keyframes zoominupanimation {
    0% {
      -webkit-transform: scale(1) translate(0, 0);
      transform: scale(1) translate(0, 0);
    }

    50% {
      -webkit-transform: scale(0.8) translate(19px, 19px);
      transform: scale(0.8) translate(19px, 19px);
    }

    100% {
      -webkit-transform: scale(1) translate(0, 0);
      transform: scale(1) translate(0, 0);
    }
  }

  @keyframes zoominupanimation {
    0% {
      -webkit-transform: scale(1) translate(0, 0);
      transform: scale(1) translate(0, 0);
    }

    50% {
      -webkit-transform: scale(0.8) translate(19px, 19px);
      transform: scale(0.8) translate(19px, 19px);
    }

    100% {
      -webkit-transform: scale(1) translate(0, 0);
      transform: scale(1) translate(0, 0);
    }
  }

  .zoominupanimation {
    -webkit-animation: zoominupanimation 1.3S infinite alternate;
    animation: zoominupanimation 1.3S infinite alternate;
  }

  @-webkit-keyframes line-to-bottom {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }

    50% {
      -webkit-transform: translateY(800px);
      transform: translateY(800px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @keyframes line-to-bottom {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }

    50% {
      -webkit-transform: translateY(800px);
      transform: translateY(800px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @-webkit-keyframes line-to-bottom-360 {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }

    50% {
      -webkit-transform: translateY(400px);
      transform: translateY(400px);
    }

    100% {
      -webkit-transform: translateY(-400px);
      transform: translateY(-400px);
    }
  }

  @keyframes line-to-bottom-360 {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }

    50% {
      -webkit-transform: translateY(400px);
      transform: translateY(400px);
    }

    100% {
      -webkit-transform: translateY(-400px);
      transform: translateY(-400px);
    }
  }

  @-webkit-keyframes zoominupanimation1 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(0.9) translate(6px, 6px);
      transform: scale(0.9) translate(6px, 6px);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes zoominupanimation1 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(0.9) translate(6px, 6px);
      transform: scale(0.9) translate(6px, 6px);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .zoominupanimation1 {
    -webkit-animation: zoominupanimation1 1.3S infinite alternate;
    animation: zoominupanimation1 1.3S infinite alternate;
  }

  @-webkit-keyframes panel {
    0% {
      width: 100%;
    }

    100% {
      width: 0;
    }
  }

  @keyframes panel {
    0% {
      width: 100%;
    }

    100% {
      width: 0;
    }
  }

  .panel {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    left: 0;
    background: var(--rr-theme-primary);
    z-index: 10;
    opacity: 0.9;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: panel 1s;
    animation: panel 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  @-webkit-keyframes rrswing {
    0% {
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
    }

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

  @keyframes rrswing {
    0% {
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
    }

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

  @-webkit-keyframes clip-a-z {
    0% {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @keyframes clip-a-z {
    0% {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  .clip-a-z {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-a-z 1s;
    animation: clip-a-z 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  /*----------------------------------------*/
  /*  2.11 animation short
  /*----------------------------------------*/
  .rr-zooming {
    -webkit-animation: zooming 1S infinite alternate;
    animation: zooming 1S infinite alternate;
  }

  .rr-upDown {
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
  }

  .rr-downUp {
    -webkit-animation: downUp 1.8S infinite alternate;
    animation: downUp 1.8S infinite alternate;
  }

  .spin {
    -webkit-animation: spin 1.9S infinite;
    animation: spin 1.9S infinite;
  }

  .line-to-bottom-360 {
    -webkit-animation: line-to-bottom-360 3S infinite alternate;
    animation: line-to-bottom-360 3S infinite alternate;
  }

  .rr-scroll-bg {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }

  .clip-t-b {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-t-b 1s;
    animation: clip-t-b 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .clip-l-r {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-l-r 1s;
    animation: clip-l-r 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .clip-r-l {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-r-l 1s;
    animation: clip-r-l 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  @-webkit-keyframes clip-t-b {
    0% {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @keyframes clip-t-b {
    0% {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @-webkit-keyframes clip-l-r {
    0% {
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @keyframes clip-l-r {
    0% {
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @-webkit-keyframes clip-r-l {
    0% {
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @keyframes clip-r-l {
    0% {
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

  @keyframes downUp {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    100% {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }

  @keyframes zooming {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

 
  /* HEADER CSS */
  /*----------------------------------------*/
  /*  3.1 header-common
  /*----------------------------------------*/
  .header__area {
    background-color: transparent;
  }

  .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rr-sticky {
      position: fixed;
      top: 0;
      z-index: 111;
      inset-inline-end: 0;
      inset-inline-start: 0;
      width: 100%;
      -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
      animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
      border-top: 0;
  }
  .bar-icon {
    width: 26px;
    height: 18px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }

  .bar-icon span {
    width: 100%;
    height: 2px;
    background: var(--rr-theme-primary);
    display: inline-block;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }

  .bar-icon span:nth-child(2) {
    margin-left: 0px;
  }

  .bar-icon:hover span {
    -webkit-animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
    animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  }

  .bar-icon:hover span:nth-child(2) {
    margin-left: 0px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .bar-icon:hover span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .bar-icon.is-black span {
    background: var(--rr-common-black);
  }

  .bar-icon.is-white span {
    background: var(--rr-common-white);
  }


  /*----------------------------------------*/
  /*  3.1 header-common
  /*----------------------------------------*/
  .header-3 {
    padding: 0;
    z-index: 999999;
  }

  .header-3.rr-sticky .header__top {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  @media (max-width: 1199px) {
    .header-3 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
      display: none;
    }
  }

  @media (max-width: 575px) {
    .header-3 .header__logo img {
      max-width: 120px;
    }
  }

  .header-3 .header__top {
    padding: 7px 0px 7px;
    border: none;
    background-color: #850E35;
  }

  .header-3 .header__top-menu {
    gap: 42px;
    list-style: none;
  }

  .header-3 .header__top-menu li {
    position: relative;
  }

  .header-3 .header__top-menu li:not(:last-child)::before {
    content: "";
    right: -21px;
    width: 2px;
    height: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: rgb(185 117 139);
  }

  .header-3 .header__top-menu li.no_bullet:before {
    display: none;
  }

  .header-3 .header__top-menu li a {
    font-style: normal;
  font-weight: 500;
      font-size: 15px;
    gap: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    color: var(--rr-common-white);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .header-3 .header__top-menu li a:hover {
    color: #fff9;
  }

  .header-3 .header__top-menu-2 li a {
    font-weight: var(--rr-fw-medium);
  }

  .header-3 .logo {
  width: 120px;
      margin-top: -42px;
      padding: 3px;
      background: #fff;
      border-radius: 100px; 
  }

  .header-3 .logo img{width: 100%;}

  .header__top-menu {
    justify-content: end;
  }

  .forheaderbg .container-outer{
    background-color: var(--rr-common-white);
  }

  .header-3 .header__top-socail {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .header-3 .header__top-socail li a {
    color: var(--rr-common-white);
    font-size: 16px;
    font-weight: 400;
  }

  .header-3 .header__top-socail li a:hover {
    color: var(--rr-theme-primary);
  }

  .header-3 .header__top__lang-select {
    position: relative;
    margin-right: 20px;
    margin-top: -5px;
  }

  .header-3 .header__top__lang-select::before {
    content: "";
    right: 2px;
    width: 1px;
    height: 20px;
    position: absolute;
    top: calc(50% + 0.5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: white;
  }

  .header-3 .nice-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: inherit;
    z-index: inherit;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    height: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1px;
    color: var(--rr-common-white);
    background-color: transparent;
  }

  .header-3 .nice-select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(7, 28, 60, 0.6);
  }

  .header-3 .nice-select::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(7, 28, 60, 0.6);
  }

  .header-3 .nice-select:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(7, 28, 60, 0.6);
  }

  .header-3 .nice-select::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: rgba(7, 28, 60, 0.6);
  }

  .header-3 .nice-select::placeholder {
    /* MODERN BROWSER */
    color: rgba(7, 28, 60, 0.6);
  }

  .header-3 .nice-select:hover {
    border-color: #dbdbdb;
  }

  .header-3 .nice-select:active,
  .header-3 .nice-select.open,
  .header-3 .nice-select:focus {
    border-color: #999;
  }

  .header-3 .nice-select::after {
    position: absolute;
    content: "\f107";
    top: calc(50% - 0px);
    right: 26px;
    font-family: var(--rr-ff-fontawesome);
    color: var(--rr-color-800);
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .header-3 .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }

  .header-3 .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  .header-3 .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
  }

  .header-3 .nice-select.disabled::after {
    border-color: #cccccc;
  }

  .header-3 .nice-select.wide {
    width: 100%;
  }

  .header-3 .nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
  }

  .header-3 .nice-select.right {
    float: right;
  }

  .header-3 .nice-select.right .list {
    left: auto;
    right: 0;
  }

  .header-3 .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
  }

  .header-3 .nice-select.small::after {
    height: 4px;
    width: 4px;
  }

  .header-3 .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
  }

  .header-3 .nice-select .list {
    border: 1px solid #C9F3FF;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
  }

  .header-3 .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    color: var(--rr-heading-primary);
    transition: all 0.2s;
  }

  .header-3 .nice-select .option:hover {
    background-color: #f6f7f9;
  }

  .header-3 .nice-select .option.selected {
    font-weight: bold;
  }

  .header-3 .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
  }

  .header-3 .no-csspointerevents .nice-select .list {
    display: none;
  }

  .header-3 .no-csspointerevents .nice-select.open .list {
    display: block;
  }

  .header-3 .rr-header-icon-search {
    padding-right: 30px;
  }

  @media (max-width: 575px) {
    .header-3 .rr-header-icon-search {
      padding-right: 0;
      margin-right: 0;
    }
  }

  .header-3 .rr-header-icon-search svg:hover {
    color: var(--rr-theme-primary);
  }

  .header-3 .rr-header-contact-btn .rr-btn__header {
    padding: 12.5px 33px;
  }

  

  /*----------------------------------------*/
  /*  4.2 Menu
  /*----------------------------------------*/
  .main-menu ul {
    margin-bottom: 0;
  }

  .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    -webkit-margin-end: 45px;
    margin-inline-end: 45px;
    /* submenu css start */
    /* mega menu start */
  }

  .main-menu ul li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }

  .main-menu ul li.active>a {
    color: var(--rr-theme-primary);
  }

  .main-menu ul li>a {
    padding: 50px 0;
    font-style: normal;
    display: inline-block;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
  }

  .main-menu ul li.has-dropdown>a {
    position: relative;
  }

  .main-menu ul li.has-dropdown>a::after {
    content: "+";
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    font-size: 12px;
    font-family: var(--rr-ff-fontawesome);
    font-weight: 600;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    display: inline-block;
  }

  .main-menu ul li.has-mega-menu {
    position: static;
  }

  .main-menu ul li.megamenu-wrapper {
    position: static;
  }

  .main-menu ul li .submenu {
    position: absolute;
    top: 110%;
    inset-inline-start: 0;
    min-width: 320px;
    background: #ffffeb;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    color: var(--rr-common-white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    /* border: 1px solid var(--rr-theme-primary); */
  }

  .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom:1px solid #e3e3e3;
  }

  .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    /* color: red; */
    font-size: 15px;
    padding: 12px 10px;
    /* -webkit-padding-start: 30px; */
    width: max-content;
  }

  .main-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 7px;
    border-color: transparent transparent transparent var(--rr-theme-primary);
    border-style: solid;
    border-width: 0;
  }

  .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
  }

  .main-menu ul li .submenu li.active>a {
    -webkit-padding-start: 43px;
    padding-inline-start: 43px;
    color: var(--rr-theme-primary);
  }

  .main-menu ul li .submenu li.active>a::before {
    /* width: 12px; */
    border-width: 5px;
  }

  .main-menu ul li .submenu li:hover>a {
    color: var(--rr-theme-primary);
    -webkit-padding-start: 43px;
    padding-inline-start: 43px;
  }

  .main-menu ul li .submenu li:hover>a::before {
    /* width: 7px; */
    border-width: 5px;
  }

  .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
  }

  .main-menu ul li .mega-menu {
    position: absolute;
    top: 100%;
    left: 42.5%;
    padding: 30px 35px 30px;
    background: #0d0d0d;
    visibility: hidden;
    opacity: 0;
    border: 1px solid var(--rr-theme-primary);
    z-index: 99;
    width: 100%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    clip: rect(0px, 200vw, 0, 0px);
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li .mega-menu {
      padding: 25px 25px;
    }
  }

  .main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
    padding: 30px 35px 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
    padding: 30px 35px 30px;
    display: -ms-grid;
    display: grid;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    width: 1000px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 li {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }

  .main-menu ul li .mega-menu li .mega-menu-title {
    font-weight: 500;
    color: var(--rr-text-body);
    cursor: text;
    padding: 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--rr-theme-primary);
    padding-bottom: 5px;
  }

  .main-menu ul li .mega-menu li .mega-menu-title::before {
    display: none;
  }

  .main-menu ul li .mega-menu li ul li {
    width: 100%;
    float: none;
    margin-bottom: 9px;
  }

  .main-menu ul li .mega-menu li ul li:last-child {
    margin-bottom: 0;
  }

  .main-menu ul li .mega-menu li ul li a {
    font-size: 16px;
    color: var(--rr-text-body);
    padding: 0;
    position: relative;
  }

  .main-menu ul li .mega-menu li ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 0;
    height: 1px;
    background-color: var(--rr-theme-primary);
  }

  .main-menu ul li .mega-menu li ul li:hover>a {
    color: var(--rr-theme-primary);
  }

  .main-menu ul li .mega-menu li ul li:hover>a::before {
    background-color: var(--rr-theme-primary);
  }

  .main-menu ul li .mega-menu li:hover>.mega-menu-title {
    color: var(--rr-theme-primary);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }

  .main-menu ul li .mega-menu li:hover>a {
    color: var(--rr-theme-primary);
  }

  .main-menu ul li:hover>a {
    color: var(--rr-theme-primary);
  }

  .main-menu ul li:hover>a::after {
    color: var(--rr-theme-primary);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    left: 50%;
    transform: translateX(-42%);
    top: 100%;
  }

  .main-menu ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    -webkit-transition: clip 0.6s linear, opacity 0.4s linear;
    transition: clip 0.6s linear, opacity 0.4s linear;
  }

  .main-menu-2 ul li {
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
  }

  .main-menu-2 ul li.active>a {
    color: var(--rr-theme-primary);
  }

  .main-menu-2 ul li.active>a::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    left: -7px;
    border-radius: 500px;
    background-color: rgba(144, 110, 80, 0.1);
  }

  .main-menu-2 ul li>a {
    padding: 29.5px 0;
    color: var(--rr-heading-primary);
    text-transform: capitalize;
  }

  .main-menu-3 ul li {
    -webkit-margin-end: 32px;
    margin-inline-end: 32px;
  }

  .main-menu-3 ul li.active>a {
    color: var(--rr-theme-primary);
  }

  .main-menu-3 ul li>a {
    color: var(--rr-heading-primary);
    padding: 29.5px 0;
    text-transform: capitalize;
    font-weight: 400;
  }

  .main-menu-4 ul li {
    -webkit-margin-end: 45px;
    margin-inline-end: 45px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-menu-4 ul li {
      -webkit-margin-end: 30px;
      margin-inline-end: 30px;
    }
  }

  .main-menu-5 ul li {
    -webkit-margin-end: 44px;
    margin-inline-end: 44px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu-5 ul li {
      -webkit-margin-end: 30px;
      margin-inline-end: 30px;
    }
  }

  .home__menu-item {
    position: relative;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .home__menu-item {
      margin-bottom: 25px;
    }
  }

  .home__menu-item:hover .home__menu-buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }

  .home__menu-item:hover .home__menu-thumb::before {
    opacity: 1;
  }

  .home__menu-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .home__menu-grid {
      padding: 10px 0 20px;
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
    }
  }

  .home__menu-thumb {
    height: 250px;
    position: relative;
    padding: 20px 20px 20px;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 6px;
  }

  .home__menu-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(13, 13, 13, 0.7);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    top: 0;
    border-radius: 6px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .home__menu-thumb::before {
      opacity: 1;
    }
  }

  .home__menu-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .home__menu-buttons {
    background-color: rgba(17, 17, 17, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    gap: 10px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .home__menu-buttons {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
      visibility: visible;
    }
  }

  .home__menu-buttons .rr-btn__header {
    width: inherit !important;
    padding: 10px 20% !important;
  }

  .home__menu-buttons .rr-btn__header span {
    padding: 0 !important;
  }

  .home__menu-buttons .rr-btn__header .text-two:after,
  .home__menu-buttons .rr-btn__header .text-one:after {
    display: none;
  }

  .home__menu-buttons .rr-btn__header img {
    margin-left: 10px;
    max-width: 19px;
    width: auto;
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
  }

  .home__menu-buttons .rr-btn-3__header.rr-btn-3__header-mega-menu {
    width: inherit;
  }

  .home__menu-buttons .rr-btn-3__header.rr-btn-3__header-mega-menu span {
    padding: 0;
  }

  .home__menu-title {
    margin-top: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--rr-common-white);
  }

  /*----------------------------------------*/
  /*  4.1 Meanmenu
  /*----------------------------------------*/
  .mean-container {
    margin-bottom: 35px;
  }

  .mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    font-weight: 700;
    display: none !important;
  }

  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
  }

  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }

  .mean-container .mean-nav {
    background: none;
    margin-top: 0;
    float: left;
    width: 100%;
  }

  .mean-container .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
  }

  .mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
  }

  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }

  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }

  .mean-container .mean-nav ul li.active a {
    color: var(--rr-theme-primary);
  }

  .mean-container .mean-nav ul li.dropdown-opened>a,
  .mean-container .mean-nav ul li.dropdown-opened>span {
    color: var(--rr-theme-primary);
  }

  .mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
  .mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: transparent;
  }

  .mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
  .mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
    color: var(--rr-common-white);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mean-container .mean-nav ul li.mean-last {
    border-bottom: none;
    margin-bottom: 0;
  }

  .mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
  }

  .mean-container .mean-nav ul li>a>i {
    display: none;
  }

  .mean-container .mean-nav ul li a,
  .mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 90%;
    border: none !important;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    padding: 10px 0;
    color: var(--rr-common-white);
    border-top: 1px solid rgba(255, 255, 255, 0.079);
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
  }

  .mean-container .mean-nav ul li a:hover,
  .mean-container .mean-nav ul li span:hover {

    color: #f1f1f1;
    padding-left: 20px;
    transition: .5s;
    text-decoration: underline;
  }

  .mean-container .mean-nav ul li a:hover i,
  .mean-container .mean-nav ul li span:hover i {
    color: var(--rr-common-white);
  }

  .mean-container .mean-nav ul li a.mean-expand,
  .mean-container .mean-nav ul li span.mean-expand {
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.079) !important;
    height: 30px;
    width: 30px;
    color: var(--rr-common-white);
    line-height: 30px;
    font-weight: 400;
    border-radius: 3px;
  }

  .mean-container .mean-nav ul li a.mean-expand:hover,
  .mean-container .mean-nav ul li span.mean-expand:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
  }

  .mean-container .mean-nav ul li a.mean-expand:hover i,
  .mean-container .mean-nav ul li span.mean-expand:hover i {
    color: var(--rr-common-white);
  }

  .mean-container .mean-nav ul li a.mean-expand.mean-clicked,
  .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
    color: var(--rr-common-white);
  }

  .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
  .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
  }

  .mean-container .mean-nav ul li li a {
    width: 90%;
    padding: 10px 7%;
    text-shadow: none !important;
    visibility: visible;
  }

  .mean-container .mean-nav ul li li li a {
    width: 80%;
    padding: 10px 12%;
  }

  .mean-container .mean-nav ul li li li li a {
    width: 70%;
    padding: 10px 17%;
  }

  .mean-container .mean-nav ul li li li li li a {
    width: 60%;
    padding: 10px 20%;
  }

  .mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
  }

  .mean-container .mean-bar,
  .mean-container .mean-bar * {
    /* Fix for box sizing on Foundation Framework etc. */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

 
 

  /*----------------------------------------*/
  /*  5.2 sidebar
  /*----------------------------------------*/
  .sidebar-rr-sticky {
    position: sticky;
    top: 120px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-rr-sticky {
      margin-top: 50px;
    }
  }

  .sidebar__widget:not(:last-child) {
    margin-bottom: 30px;
  }

  .sidebar__widget {
    padding: 30px;
    border: 1px solid rgba(8, 10, 11, 0.1);
  }

  @media (max-width: 575px) {
    .sidebar__widget {
      padding: 35px 15px;
    }
  }

  .sidebar__widget-title {
    font-size: 24px;
    display: block;
    line-height: 34px;
    font-style: normal;
    margin-bottom: 24px;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    text-transform: capitalize;
  }

  .sidebar__widget-search .search__bar {
    position: relative;
  }

  .sidebar__widget-search .search__bar input {
    height: 50px;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 42px;
    background: transparent;
    border: 1px solid rgba(8, 10, 11, 0.1);
  }

  .sidebar__widget-search .search__bar input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    
  }

  .sidebar__widget-search .search__bar input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    
  }

  .sidebar__widget-search .search__bar input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    
  }

  .sidebar__widget-search .search__bar input::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    
  }

  .sidebar__widget-search .search__bar input::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    
  }

  .sidebar__widget-search .search__bar button {
    top: 50%;
    left: 28px;
    font-style: normal;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .sidebar__widget-category a {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 13.5px 20px;
    background: #F8F8F8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: var(--rr-ff-body);
  }

  .sidebar__widget-category a:last-child {
    margin-bottom: 0;
  }

  .sidebar__widget-category a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
  }

  .sidebar__widget-post {
    gap: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar__widget-post:not(:last-child) {
    margin-bottom: 16px;
  }

  .sidebar__widget-post__thum {
    width: 90px;
    height: 94px;
    overflow: hidden;
    min-width: 90px;
    display: block;
  }

  .sidebar__widget-post__thum img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sidebar__widget-post__thum img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .sidebar__widget-post__content-meta li {
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    list-style: none;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-theme-primary);
  }

  .sidebar__widget-post__content-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--rr-ff-body);
    color: var(--rr-heading-primary);
  }

  @media (max-width: 575px) {
    .sidebar__widget-post__content-title {
      font-size: 14px;
      line-height: 18px;
    }
  }

  .sidebar__widget-post__content-title:hover {
    color: var(--rr-theme-primary);
  }

  .sidebar__widget-tags .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  .sidebar__widget-tags .tags a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    overflow: hidden;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5px 12px;
    background: transparent;
    border: 1px solid rgba(8, 10, 11, 0.1);
  }

  .sidebar__widget-tags .tags a:hover {
    color: var(--rr-common-white);
    background-color: var(--rr-theme-primary);
    border-color: transparent;
  }

  .sidebar__widget.widget__contact {
    background-color: var(--rr-heading-primary);
    padding: 0;
    border: 0;
    margin-bottom: 40px;
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__thumb {
    overflow: hidden;
    position: relative;
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar__widget.widget__contact .sidebar__widget-contact__thumb {
      height: 426px;
    }
  }

  @media (max-width: 575px) {
    .sidebar__widget.widget__contact .sidebar__widget-contact__thumb {
      height: 326px;
    }
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.2;
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__icon {
    width: 60px;
    height: 60px;
    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;
    border-radius: 500px;
    background-color: var(--rr-theme-primary);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__content {
    position: absolute;
    width: 100%;
    z-index: 999;
    text-align: center;
    bottom: 40px;
    left: 0;
    padding: 0 10px;
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__content span {
    display: block;
    color: var(--rr-common-white);
    margin-bottom: 10px;
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__content a {
    color: var(--rr-common-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__content a:hover {
    color: var(--rr-theme-primary);
  }

  .sidebar__widget.widget__contact .sidebar__widget-contact__content p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar__widget.has--download {
    padding: 0;
    border: 0;
  }

  .sidebar__widget.has--download .sidebar__widget-title {
    color: var(--rr-common-white);
    font-weight: 600;
    background-color: var(--rr-theme-primary);
    padding: 8px 10px;
    font-size: 16px;
    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;
  }

  .sidebar__widget.has--download .sidebar__widget-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .sidebar__widget.has--download .sidebar__widget-download a {
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    padding-left: 96px;
    background-color: #F5F5F5;
    color: var(--rr-heading-primary);
  }

  @media (max-width: 575px) {
    .sidebar__widget.has--download .sidebar__widget-download a {
      padding-left: 20px;
    }
  }

  .sidebar__widget.has--download .sidebar__widget-download a:hover {
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
  }

  .sidebar__widget.has--download .sidebar__widget-download a:hover svg [fill="#080A0B"] {
    fill: var(--rr-common-white);
  }

  .sidebar__widget.has--service {
    padding: 0;
    border: 0;
    margin-bottom: 40px;
  }

  .sidebar__widget.has--service .sidebar__widget-service {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar__widget.has--service .sidebar__widget-service a {
    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;
    background-color: #F5F5F5;
    padding: 12px 20px;
    font-weight: 500;
  }

  .sidebar__widget.has--service .sidebar__widget-service a i {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 14;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    color: var(--rr-common-white);
    font-weight: 400;
    background-color: var(--rr-theme-primary);
  }

  .sidebar__widget.has--service .sidebar__widget-service a:hover {
    color: var(--rr-common-white);
    background-color: var(--rr-theme-primary);
  }

  .sidebar__widget.has--service .sidebar__widget-service a:hover i {
    background-color: var(--rr-common-white);
    color: var(--rr-theme-primary);
    font-weight: 600;
  }

  
  /*----------------------------------------*/
  /*  6.1 footer
  /*----------------------------------------*/
  .footer__area-common {
    position: relative;
    z-index: 1;
  }

  .copyright{
    color: white;
    font-weight: 300;
  }

  .copyright a{
    font-weight: 500;
    border-bottom: 1px solid;
  }

  @media (max-width: 480px) {
    .footer__area-common .col-6 {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      margin-top: var(--bs-gutter-y);
    }
  }

  .footer__top {
    padding: 51px 0;
    background-color: #906E50;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }

  .footer__top-shape {
    position: absolute;
    top: -45px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .footer__bottom {
    padding: 15px 0;
    background: linear-gradient(90deg, var(--rr-theme-primary), #bb3964, #bb3964, #bb3964, var(--rr-theme-primary));
  }

  .footer__bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-cta__content-title {
    max-width: 373px;
    line-height: 58px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-cta__content-title {
      max-width: 100%;
    }
  }

  .footer__widget-subscribe {
    height: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
  }

  @media (max-width:450px) {
    .footer__widget-subscribe {
      height: inherit;
    }
  }

  .footer__widget-subscribe input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--rr-common-white);
    padding-right: 180px;
    color: var(--rr-text-body);
  }

  @media (max-width:450px) {
    .footer__widget-subscribe input {
      padding-right: 30px;
    }
  }

  .footer__widget-subscribe input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-text-body);
  }

  .footer__widget-subscribe input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-text-body);
  }

  .footer__widget-subscribe input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-text-body);
  }

  .footer__widget-subscribe input::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-text-body);
  }

  .footer__widget-subscribe input::placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-text-body);
  }

  .footer__widget-subscribe .rr-btn {
    padding: 16.5px 30.5px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    background-color: var(--rr-heading-primary);
  }

  @media (max-width:450px) {
    .footer__widget-subscribe .rr-btn {
      margin-top: 15px;
      position: inherit;
    }
  }

  .footer__main-wrapper {
    padding-top: 76px;
    padding-bottom: 70px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__main-wrapper {
      padding-bottom: 60px;
      padding-top: 70px;
    }
  }

  .footer__widget {
    margin-bottom: 50px;
  }

  .footer__widget.footer__widget-item-2 {
    padding-left: 40px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__widget.footer__widget-item-2 {
      padding-left: 0px;
    }
  }

  .footer__widget.footer__widget-item-3 {
    padding-left: 25px;
    margin-right: -36px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget.footer__widget-item-3 {
      margin-left: -50px;
      padding-left: 0;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__widget.footer__widget-item-3 {
      margin-left: 0px;
      padding-left: 0;
      margin-right: 0;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__widget.footer__widget-item-3 {
      margin-left: 0px;
      padding-left: 0;
      margin-right: -51px;
    }
  }

  @media (max-width: 575px) {
    .footer__widget.footer__widget-item-3 {
      margin-left: 0px;
      padding-left: 0;
      margin-right: 0px;
    }
  }

  .footer__widget.footer__widget-item-4 {
    padding-left: 8px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget.footer__widget-item-4 {
      margin-left: -52px;
      padding-left: 0;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__widget.footer__widget-item-4 {
      margin-left: 0px;
      padding-left: 0;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__widget.footer__widget-item-4 {
      margin-left: 0px;
      padding-left: 29px;
    }
  }

  @media (max-width: 575px) {
    .footer__widget.footer__widget-item-4 {
      margin-left: 0px;
      padding-left: 0px;
    }
  }

  .footer__widget-title h6 {
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    text-transform: capitalize;
    color: var(--rr-common-white);
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
  }

  .footer__social {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 10px;
  }

  .footer__social a {
    color: var(--rr-common-white);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    width: 40px;
    height: 40px;
    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;
    border-radius: 3px;
    background: rgba(21, 24, 27, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__social a {
      width: 35px;
      height: 35px;
    }
  }

  .footer__social a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .footer__content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 23px;
  }

  .footer__content p {
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__content p {
      font-size: 15px;
    }
  }

  .footer__content p a {
    text-decoration: underline;
  }

  .footer__content p a:hover {
    color: var(--rr-theme-primary);
  }

  .footer__support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }

  .footer__support .icon {
    margin-top: 5px;
  }

  .footer__support .text span {
    color: var(--rr-color-white);
    margin-bottom: 6px;
    font-weight: var(--rr-fw-medium);
    font-family: var(--rr-ff-body);
    font-size: 24px;
    line-height: 34px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__support .text span {
      font-size: 18px;
    }
  }

  .footer__support .text a {
    font-size: 17px;
    display: inline-block;
    color: var(--rr-color-white);
  }

  .footer__support .text a:hover {
    color: var(--rr-theme-primary);
  }

  .footer__link ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }

  .footer__link ul li {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .footer__link ul li a {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
  }

  .footer__link ul li a i {
    padding-right: 10px;
    font-weight: 500;
  }

  .footer__link ul li a:hover {
    color: #d1d1d1;
    border-bottom: 1px solid #fff;
    transition: .5s;
  }

  .footer__contact ul li {
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .footer__contact ul li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__contact ul li .text span {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: var(--rr-color-white);
  }

  .footer__contact ul li .text a {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
  }

  .footer__contact ul li .text a:hover {
        color: #d1d1d1;
    border-bottom: 1px solid #fff;
    transition: .5s;
  }

  .footer__post {
    max-width: 314px;
    padding-top: 8px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__post {
      max-width: 300px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__post {
      max-width: 100%;
    }
  }

  .footer__post-item {
    gap: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__post-item {
      gap: 15px;
    }
  }

  .footer__post-item:not(:last-child) {
    margin-bottom: 30px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__post-item:not(:last-child) {
      margin-bottom: 20px;
    }
  }

  .footer__post-item__thum img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__post-item__thum img {
      width: 70px;
      height: 70px;
      min-width: 70px;
    }
  }

  .footer__post-item__content-meta {
    list-style: none;
  }

  .footer__post-item__content-meta li a {
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: var(--rr-theme-primary);
    font-weight: var(--rr-fw-medium);
  }

  .footer__post-item__content-title {
    color: var(--rr-color-white);
    font-family: var(--rr-ff-body);
    font-size: 17px;
    line-height: 26px;
    font-weight: var(--rr-fw-medium);
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer__post-item__content-title {
      font-size: 16px;
    }
  }

  .footer__post-item__content-title:hover {
    color: var(--rr-theme-primary);
  }

  /*----------------------------------------*/
  /*  6.1 footer
  /*----------------------------------------*/
  .footer__area-common {
    position: relative;
    z-index: 1;
  }

  @media (max-width: 480px) {
    .footer__area-common .col-6 {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      margin-top: var(--bs-gutter-y);
    }
  }

  .footer-2__top {
    padding: 71px 0px 82px;
    border-bottom: 3px dashed rgba(255, 255, 255, 0.1);
  }

  .footer-2__left-shape {
    position: absolute;
    bottom: -102px;
    left: -94px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-2__left-shape {
      display: none;
    }
  }

  .footer-2__right-shape {
    position: absolute;
    right: 0;
    bottom: -102px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-2__right-shape {
      display: none;
    }
  }

  .footer-2-cta__content-title {
    line-height: 58px;
  }

  @media (max-width: 575px) {
    .footer-2-cta__content-title {
      line-height: 40px;
    }
  }

  .footer-2__widget-btn {
    margin-bottom: -7px;
  }

  .footer-2__widget-btn .rr-btn {
    padding: 13.5px 19px;
  }

  .footer-2__main-wrapper {
    padding-top: 76px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-2__main-wrapper {
      padding-bottom: 60px;
      padding-top: 70px;
    }
  }

  .footer-2__widget {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
  }

  .footer-2__widget.footer-2__widget-item-2 {
    padding-left: 83px;
    margin-right: -5px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-2__widget.footer-2__widget-item-2 {
      padding-left: 60px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2__widget.footer-2__widget-item-2 {
      padding-left: 18px;
      margin-right: 0;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-2__widget.footer-2__widget-item-2 {
      padding-left: 0px;
      margin-right: 0;
    }
  }

  .footer-2__widget.footer-2__widget-item-3 {
    padding-left: 88px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2__widget.footer-2__widget-item-3 {
      padding-left: 50px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-2__widget.footer-2__widget-item-3 {
      padding-left: 0;
    }
  }

  .footer-2__widget-title h6 {
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    text-transform: capitalize;
    color: var(--rr-common-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-2__content p {
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2__content p {
      font-size: 15px;
    }
  }

  .footer-2__content p a {
    text-decoration: underline;
  }

  .footer-2__content p a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-2__widget-subscribe {
    height: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.1);
  }

  @media (max-width:450px) {
    .footer-2__widget-subscribe {
      height: inherit;
      background: none;
    }
  }

  .footer-2__widget-subscribe input {
    border: none;
    padding-right: 180px;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
  }

  @media (max-width:450px) {
    .footer-2__widget-subscribe input {
      padding-right: 30px;
      background: rgba(255, 255, 255, 0.1);
    }
  }

  .footer-2__widget-subscribe input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-2__widget-subscribe input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-2__widget-subscribe input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-2__widget-subscribe input::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-2__widget-subscribe input::placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-2__widget-subscribe .rr-btn {
    padding: 13.5px 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 0;
    background-color: var(--rr-theme-primary);
  }

  @media (max-width:450px) {
    .footer-2__widget-subscribe .rr-btn {
      margin-top: 15px;
      position: inherit;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .footer-2__company ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }

  .footer-2__company ul li {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 2px;
  }

  .footer-2__company ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
  }

  .footer-2__company ul li a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-2__resources {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }

  .footer-2__resources li {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 2px;
  }

  .footer-2__resources li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
  }

  .footer-2__resources li a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-2__gallery {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: -11px;
  }

  .footer-2__gallery a {
    display: block;
    position: relative;
    z-index: 1;
  }

  .footer-2__gallery a i {
    font-size: 24px;
    color: var(--rr-common-white);
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  .footer-2__gallery a:hover i {
    opacity: 1;
    z-index: 5;
  }

  .footer-2__gallery a:hover:after {
    opacity: 0.7;
  }

  .footer-2__gallery a:after {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    opacity: 0;
    content: "";
    background: var(--rr-theme-primary);
  }

  .footer-2__gallery a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /*----------------------------------------*/
  /*  6.1 footer
  /*----------------------------------------*/
  .footer__area-common {
    position: relative;
    z-index: 1;
  }

  @media (max-width: 480px) {
    .footer__area-common .col-6 {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      margin-top: var(--bs-gutter-y);
    }
  }

  .footer-3__top {
    padding: 71px 0px 82px;
    border-bottom: 3px dashed rgba(255, 255, 255, 0.1);
  }

  .footer-3-cta__content-title {
    line-height: 58px;
  }

  .footer-3__widget-btn {
    margin-bottom: -7px;
  }

  .footer-3__widget-btn .rr-btn {
    padding: 13.5px 19px;
  }

  .footer-3__main-wrapper {
    padding-top: 76px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-3__main-wrapper {
      padding-bottom: 60px;
      padding-top: 70px;
    }
  }

  .footer-3__widget {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
  }

  .footer-3__widget.footer-3__widget-item-2 {
    padding-left: 108px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-3__widget.footer-3__widget-item-2 {
      padding-left: 60px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-3__widget.footer-3__widget-item-2 {
      padding-left: 18px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-3__widget.footer-3__widget-item-2 {
      padding-left: 0px;
    }
  }

  .footer-3__widget.footer-3__widget-item-3 {
    padding-left: 58px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-3__widget.footer-3__widget-item-3 {
      padding-left: 0px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-3__widget.footer-3__widget-item-3 {
      padding-left: 0;
    }
  }

  .footer-3__widget.footer-3__widget-item-4 {
    padding-left: 106px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-3__widget.footer-3__widget-item-4 {
      padding-left: 35px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-3__widget.footer-3__widget-item-4 {
      padding-left: 0;
    }
  }

  .footer-3__widget-title h6 {
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    text-transform: capitalize;
    color: var(--rr-common-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-3__content p {
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-3__content p {
      font-size: 15px;
    }
  }

  .footer-3__content p a {
    text-decoration: underline;
  }

  .footer-3__content p a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-3__widget-subscribe {
    height: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
  }

  @media (max-width:450px) {
    .footer-3__widget-subscribe {
      height: inherit;
      background: none;
    }
  }

  .footer-3__widget-subscribe input {
    padding: 25px;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 60px;
  }

  .footer-3__widget-subscribe input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-3__widget-subscribe input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-3__widget-subscribe input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-3__widget-subscribe input::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-3__widget-subscribe input::placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-3__widget-subscribe i {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 16px;
    color: var(--rr-common-white);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .footer-3__company ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }

  .footer-3__company ul li {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 2px;
  }

  .footer-3__company ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
  }

  .footer-3__company ul li a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-3__resources {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }

  .footer-3__resources li {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 2px;
  }

  .footer-3__resources li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
  }

  .footer-3__resources li a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-3__contact ul li {
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-3__contact ul li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-3__contact ul li .text span {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-3__contact ul li .text a {
    color: var(--rr-color-white);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
  }

  .footer-3__contact ul li .text a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-3__contact ul li .text .location {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
  }

  /*----------------------------------------*/
  /*  6.1 footer
  /*----------------------------------------*/
  .footer__area-common {
    position: relative;
    z-index: 1;
  }

  @media (max-width: 480px) {
    .footer__area-common .col-6 {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      margin-top: var(--bs-gutter-y);
    }
  }

  .footer-5__main-wrapper {
    padding-top: 76px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-5__main-wrapper {
      padding-bottom: 60px;
      padding-top: 70px;
    }
  }

  .footer-5__widget {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
  }

  .footer-5__widget.footer-5__widget-item-2 {
    padding-left: 95px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-5__widget.footer-5__widget-item-2 {
      padding-left: 60px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-5__widget.footer-5__widget-item-2 {
      padding-left: 18px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-5__widget.footer-5__widget-item-2 {
      padding-left: 0px;
    }
  }

  .footer-5__widget.footer-5__widget-item-3 {
    padding-left: 52px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-5__widget.footer-5__widget-item-3 {
      padding-left: 0;
    }
  }

  .footer-5__widget.footer-5__widget-item-4 {
    padding-left: 40px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-5__widget.footer-5__widget-item-4 {
      padding-left: 0px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .footer-5__widget.footer-5__widget-item-4 {
      padding-left: 0;
    }
  }

  .footer-5__widget-title h6 {
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    text-transform: capitalize;
    color: var(--rr-common-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-5__content p {
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-5__content p {
      font-size: 15px;
    }
  }

  .footer-5__content p a {
    text-decoration: underline;
  }

  .footer-5__content p a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-5__widget-social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .footer-5__widget-social a {
    width: 44px;
    height: 44px;
    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;
    border-radius: 50px;
    color: var(--rr-common-white);
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
  }

  .footer-5__widget-social a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--rr-theme-primary);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
  }

  .footer-5__widget-social a:hover {
    -webkit-transform: rotate(0deg) skew(0deg) translateY(-10px);
    transform: rotate(0deg) skew(0deg) translateY(-10px);
  }

  .footer-5__widget-social a:hover::before {
    top: 0;
  }

  .footer-5__company ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }

  .footer-5__company ul li {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 2px;
    color: var(--rr-common-white);
  }

  .footer-5__company ul li a {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    line-height: 34px;
  }

  .footer-5__company ul li a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-5__resources {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }

  .footer-5__resources li {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 2px;
    color: var(--rr-common-white);
  }

  .footer-5__resources li a {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .footer-5__resources li a:hover {
    color: var(--rr-theme-primary);
  }

  .footer-5__gallery {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -11px;
  }

  .footer-5__gallery a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .footer-5__gallery a i {
    font-size: 24px;
    color: var(--rr-common-white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  .footer-5__gallery a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .footer-5__gallery a:hover i {
    opacity: 1;
    z-index: 5;
  }

  .footer-5__gallery a:hover:after {
    opacity: 0.7;
    width: 100%;
    height: 100%;
  }

  .footer-5__gallery a:after {
    width: 0;
    height: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    opacity: 0;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--rr-theme-primary);
  }

  .footer-5__gallery a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /*----------------------------------------*/
  /*  8.1 brand
  /*----------------------------------------*/
  .brand {
    background-color: #F5F5F5;
  }

  .brand.has--transparent {
    background-color: transparent;
  }

  .brand__space {
    padding: 58px 0;
  }

  .slider-brand {
    background-repeat: repeat;
    overflow: hidden;
  }

  .slider-brand ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 222px;
  }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-brand ul {
      gap: 100px;
    }
  }

  @media (max-width: 575px) {
    .slider-brand ul {
      gap: 50px;
    }
  }

  .slider-brand ul li img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .rr-scroller[data-animated=true] .rr-scroller__inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-animation: scroll var(--_animation-duration, 40s) linear infinite;
    animation: scroll var(--_animation-duration, 40s) linear infinite;
  }

  .rr-scroller[data-speed=slow] {
    --_animation-duration: 60s;
  }

  @keyframes scroll {
    to {
      -webkit-transform: translate(calc(-50% - 0.5rem));
      transform: translate(calc(-50% - 0.5rem));
    }
  }

  .error__text .rr-btn {
    padding: 13.5px 21px;
  }

  .box__content {
    position: relative;
  }

  .box__content .has--overlay {
    background-color: var(--rr-theme-primary);
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: -20px;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .box__content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .box__content::before {
    top: 15px;
    bottom: 15px;
    left: 8px;
    right: 8px;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    border-right: none;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    content: "";
    position: absolute;
  }

  .box__content::after {
    top: 8px;
    bottom: 8px;
    left: 15px;
    right: 15px;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-bottom: none;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    content: "";
    position: absolute;
  }

  .box__content:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
    border-color: red;
  }

  .box__content:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
    border-color: red;
  }

  .box__content:hover .has--overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
  }

  .happy-customer {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }

  .happy-customer__bottom-space {
    padding-bottom: 150px;
  }

  .happy-customer .section__title-wrapper {
    max-width: 601px;
    margin-left: auto;
    margin-right: auto;
  }

  .happy-customer .section__title-wrapper p {
    color: rgba(255, 255, 255, 0.7);
  }

  .happy-customer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(8, 10, 11, 0.7);
  }


  .experience .experience__item-wrapper{
    position: relative;
    
        padding: 45px;
      background: url(https://image-tc.galaxy.tf/wijpeg-5f0la9vp9l8rukn61g7zyf79z/windsor-ballroom-wedding-set-up.jpg?width=1920);
      background-size: cover;
      background-position: top;
  }

  .experience .experience__item-wrapper::before {
    content: "";
    position: absolute;
    background-color: var(--rr-heading-primary);
    width: 100%;
    height: 100%;
    opacity: 65%;
        top: 0;
      left: 0;
  }

  .experience__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }

  @media (max-width:450px) {
    .experience__item-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

  .experience__item-content {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 9;
    position: relative;
  }

  .experience__item-content-text .h2 {
    position: relative;
    margin-bottom: 4px;
    letter-spacing: 4px;
    color: var(--rr-common-white);
    font-weight: 500;
  }

  .experience__item-content-text .h2::before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120px;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    background-color: rgba(255, 255, 255, 0.3);
  }

  .experience__item-content-text .h2 .odometer {
    font-family: var(--rr-ff-heading);
  }

  .experience__item-content-text h6 {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 10px;
    color: var(--rr-common-white);
    text-transform: capitalize;
  } 

  .about-company__media {
    position: relative;
  }

  @media (max-width: 575px) {
    .about-company__media {
      margin-top: -80px;
    }
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-company__media img {
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
    }
  }

  .about-company__shape-left {
    position: absolute;
    top: 17px;
    left: 166px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-company__shape-left {
      display: none;
    }
  }

  .about-company__shape-top {
    margin-left: -235px;
    top: 375px;
    position: absolute;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-company__shape-top {
      display: none;
    }
  }

  .about-company__thumb-1 {
    width: 404px;
    height: 420px;
    background-color: var(--rr-common-white);
    border: 1px dashed rgba(8, 10, 11, 0.2);
    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;
    position: absolute;
    top: 105px;
    left: 0;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .about-company__thumb-1 {
      position: inherit;
    }
  }

  @media (max-width: 575px) {
    .about-company__thumb-1 {
      position: inherit;
      max-width: 100%;
      width: 1005px;
      margin-bottom: 150px;
    }
  }

  .about-company__thumb-2 {
    width: 330px;
    position: absolute;
    top: 0;
    right: 0;
    height: 390px;
    background-color: var(--rr-common-white);
    border: 1px dashed rgba(8, 10, 11, 0.2);
    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;
  }

  @media (max-width: 575px) {
    .about-company__thumb-2 {
      position: inherit;
      max-width: 100%;
      width: 100%;
    }
  }

  .about-company__customer {
    position: absolute;
    top: 420px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
  }

  .about-company__customer h2 {
    font-size: 60px;
    color: var(--rr-theme-primary);
    font-family: var(--rr-ff-body);
  }

  .about-company__customer h2 span {
    font-size: 60px;
    font-weight: 800;
    color: var(--rr-theme-primary);
    font-family: var(--rr-ff-body);
  }

  .about-company__customer h2 .odometer {
    font-family: var(--rr-ff-body);
    letter-spacing: 5px;
  }

  .about-company__customer h6 {
    font-weight: var(--rr-fw-regular);
    font-size: 16px;
    line-height: 22px;
    font-family: var(--rr-ff-body);
  }

  .about-company__content {
    padding-left: 25px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-company__content {
      padding-left: 0;
    }
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .about-company__content {
      margin-top: 150px;
    }
  }

  @media (max-width: 575px) {
    .about-company__content {
      margin-top: 50px;
    }
  }

  .about-company__content .rr-btn {
    padding: 13.5px 30.4px;
  }

  .about-company__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .about-company__wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .about-company__wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--rr-heading-primary);
  }

  .about-company__wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .about-company__box .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
  }

  .about-company__box .logo {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    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;
    background-color: var(--rr-theme-primary);
  }

  .about-company__box .logo img {
    max-width: 36px;
    height: 30px;
  }

  .about-company__box .circle-text {
    width: 100%;
    height: 100%;
    font-size: 14px;
    position: absolute;
    color: var(--rr-heading-primary);
    -webkit-animation: textRotation 8s linear infinite;
    animation: textRotation 8s linear infinite;
  }

  @-webkit-keyframes textRotation {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes textRotation {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .about-company__box .circle-text span {
    left: 50%;
    top: -21%;
    color: var(--rr-heading-primary);
    font-size: 8px;
    position: absolute;
    -webkit-transform-origin: 0 64px;
    transform-origin: 0 64px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .text-slider__section-space {
    padding: 25px 0;
  }

  .text-slider__slider .carouselTicker {
    margin: 0;
    padding: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .text-slider__slider .carouselTicker__wrap {
    overflow: inherit !important;
  }

  .text-slider__slider .carouselTicker__list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

  .text-slider__slider .carouselTicker__list li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-slider__slider .carouselTicker__list li .title {
    font-style: normal;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.5);
    font-size: 80px;
    line-height: 90px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
    font-family: var(--rr-ff-body);
    cursor: pointer;
    position: relative;
  }

  .text-slider__slider .carouselTicker__list li .title::before {
    position: absolute;
    top: 0;
    left: 0px;
    content: attr(data-text);
    -webkit-text-stroke: 2px var(--rr-theme-primary);
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .text-slider__slider .carouselTicker__list li .title:hover::before {
    width: 100%;
  }

  .text-slider__slider .carouselTicker__list li img {
    margin-top: -30px;
  }

  .what-we-do-2 {
    position: relative;
  }

  .what-we-do-2__space {
    padding-top: 110px;
    padding-bottom: 267px;
  }

  .what-we-do-2__shape {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .expert {
    margin-top: -230px;
  }

  .expert__item {
    padding: 37px 40px;
    background-color: #2F2F2F;
    border: 2px solid transparent;
  }

  .expert__item:hover {
    -webkit-box-shadow: 0px 30px 60px rgba(17, 22, 31, 0.1);
    box-shadow: 0px 30px 60px rgba(17, 22, 31, 0.1);
    border-color: var(--rr-theme-primary);
  }

  .expert__item:hover .expert__arrow {
    background-color: var(--rr-theme-primary);
    border-color: transparent;
  }

  .expert__item:hover .expert__arrow svg [stroke="#767676"] {
    stroke: var(--rr-common-white);
  }

  .expert__icon {
    margin-bottom: 43px;
  }

  .expert__text h6 {
    color: var(--rr-common-white);
    margin-bottom: 17px;
  }

  .expert__text p {
    color: var(--rr-common-white);
  }

  .expert__arrow {
    width: 80px;
    height: 80px;
    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;
    text-align: center;
    border-radius: 500px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .expert__slider {
    z-index: 1;
    position: relative;
  }

  .expert__slider-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .expert__slider-dot .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 2px solid rgba(8, 10, 11, 0.3);
  }

  .expert__slider-dot .swiper-pagination-bullet-active {
    border-color: var(--rr-theme-primary);
    opacity: 1;
  }

  .recent-project {
    overflow: hidden;
  }

  .recent-project .swiper {
    overflow: visible;
  }

  .recent-project .swiper-slide-active .recent-project__item {
    margin-top: 68px;
  }

  .recent-project .swiper-slide-active .recent-project__arrow {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
  }

  .recent-project .swiper-slide-active .recent-project__media::before {
    height: 100%;
  }

  .recent-project .swiper-slide-active .recent-project__text a {
    opacity: 0;
  }

  .recent-project__slider__arrow {
    gap: 10px;
  }

  .recent-project__slider__arrow-prev,
  .recent-project__slider__arrow-next {
    width: 50px;
    height: 50px;
    border: 1px solid #080A0B;
    border-radius: 500px;
  }

  .recent-project__slider__arrow-prev:hover,
  .recent-project__slider__arrow-next:hover {
    background-color: var(--rr-theme-primary);
    border-color: transparent;
  }

  .recent-project__slider__arrow-prev:hover svg [stroke="#080A0B"],
  .recent-project__slider__arrow-next:hover svg [stroke="#080A0B"] {
    stroke: white;
  }

  .recent-project__media {
    position: relative;
    overflow: hidden;
  }

  .recent-project__media::before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(8, 10, 11, 0.7);
  }

  .recent-project__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .recent-project__arrow {
    width: 80px;
    height: 80px;
    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;
    text-align: center;
    border-radius: 500px;
    background-color: var(--rr-theme-primary);
    position: absolute;
    bottom: 40px;
    left: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }

  .recent-project__arrow:hover {
    background-color: var(--rr-common-white);
  }

  .recent-project__arrow:hover svg [stroke=white] {
    stroke: var(--rr-heading-primary);
  }

  .recent-project__text {
    margin-top: 25px;
  }

  .why-choose-us-2 {
    background-color: #F8F4F1;
    overflow: hidden;
    position: relative;
  }

  .why-choose-us-2__media img {
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: calc(50% - 80px);
    background-size: cover;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .why-choose-us-2__media img {
      position: static;
      width: 100%;
      height: 400px;
    }
  }

  .why-choose-us-2__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-us-2__content {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .why-choose-us-2__content {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }

  .why-choose-us-2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 575px) {
    .why-choose-us-2__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: self-start;
      -ms-flex-align: self-start;
      align-items: self-start;
    }
  }

  .why-choose-us-2__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .why-choose-us-2__icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    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;
    border-radius: 500px;
    background-color: var(--rr-theme-primary);
  }

  .why-choose-us-2__icon i {
    color: var(--rr-common-white);
    font-size: 40px;
    font-weight: 300;
  }

  .experience-2__box {
    gap: 30px;
    padding: 36px 0;
    background-color: #F5F5F5;
  }

  @media (max-width:450px) {
    .experience-2__box {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }

  .experience-2__item {
    gap: 30px;
    position: relative;
  }

  .experience-2__item:after {
    content: "";
    width: 1px;
    height: calc(100% - 13px);
    right: -65%;
    top: 0px;
    position: absolute;
    background: rgba(8, 10, 11, 0.1);
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
    .experience-2__item:after {
      display: none;
    }
  }

  .experience-2__item:last-child:after {
    display: none;
  }

  .experience-2__item-text-title {
    margin-bottom: 5px;
    text-align: center;
  }

  @media (max-width: 575px) {
    .experience-2__item-text-title {
      font-size: 30px;
    }
  }

  .experience-2__item-text-title span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    letter-spacing: 4px;
  }

  .experience-2__item-text p {
    font-size: 18px;
    font-weight: 400;
  }

  .team-member__item {
    margin-bottom: 30px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-member__item {
      margin-top: 0;
    }
  }

  .team-member__item:hover .team-member__content {
    -webkit-box-shadow: 0px 30px 60px rgba(17, 22, 31, 0.1), inset 0px -4px 0px #906E50;
    box-shadow: 0px 30px 60px rgba(17, 22, 31, 0.1), inset 0px -4px 0px #906E50;
  }

  .team-member__item:hover .team-member__media::before {
    height: 100%;
  }

  .team-member__item:hover .team-member__socail-media {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }

  .team-member__media {
    position: relative;
  }

  .team-member__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .team-member__media::before {
    content: "";
    width: 100%;
    height: 0;
    background-color: rgba(8, 10, 11, 0.7);
    position: absolute;
    top: 0;
    left: 0;
  }

  .team-member__socail-media {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    position: absolute;
    right: 0;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    padding: 12px 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: var(--rr-common-white);
  }

  .team-member__socail-media li a:hover svg [fill="#080A0B"] {
    fill: var(--rr-theme-primary);
  }

  .team-member__content {
    margin-top: -75px;
    padding: 29px 20px 29px;
    left: 25px;
    z-index: 11;
    position: relative;
    width: calc(100% - 50px);
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 30px 60px rgba(17, 22, 31, 0.1);
    box-shadow: 0px 30px 60px rgba(17, 22, 31, 0.1);
  }

  .team-member__content-text {
    text-align: center;
  }

  .working-process__background {
    background-color: #F5F5F5;
    padding-top: 303px;
    padding-bottom: 80px;
    margin-top: -318px;
  }

  .working-process__wrapper {
    gap: 20px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media md,
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .working-process__wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .working-process__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }

  .working-process__item:last-child::before {
    display: none;
  }

  .working-process__item::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate(80%, 25%);
    transform: translate(80%, 25%);
    background-repeat: no-repeat;
    background-image: url(../imgs/working-process/shape.html);
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
    .working-process__item::before {
      display: none;
    }
  }

  .working-process__icon {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px dashed rgba(8, 10, 11, 0.3);
    -webkit-filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));
    filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .working-process__icon {
      margin-bottom: 30px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .working-process__icon {
      margin-bottom: 20px;
    }
  }

  .working-process__icon .number {
    font-size: 16px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    font-family: var(--rr-ff-heading);
    background: #F4F1EE;
    border: 1px dashed rgba(8, 10, 11, 0.3);
  }

  .working-process__icon:hover {
    background-color: var(--rr-common-white);
  }

  .working-process__icon:hover svg [fill="#080A0B"] {
    fill: var(--rr-theme-primary);
  }

  .working-process__icon:hover .number {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
  }

  .working-process__text {
    max-width: 300px;
  }

  .working-process__text h6 {
    margin-bottom: 10px;
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .working-process__text {
      max-width: 100%;
    }
  }

  .our-featured-service__item {
    margin-bottom: 30px;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 1px 3px rgba(8, 10, 11, 0.1);
    box-shadow: 0px 1px 3px rgba(8, 10, 11, 0.1);
  }

  .our-featured-service__item:hover .our-featured-service__media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .our-featured-service__item:hover .our-featured-service__text h6 {
    color: var(--rr-theme-primary);
  }

  .our-featured-service__item:hover .our-featured-service__icon {
    background-color: var(--rr-theme-primary);
  }

  .our-featured-service__item:hover .our-featured-service__icon svg [fill="#906E50"] {
    fill: var(--rr-common-white);
  }

  .our-featured-service__media {
    overflow: hidden;
  }

  .our-featured-service__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .our-featured-service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 20px;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .our-featured-service__icon {
    width: 50px;
    height: 50px;
    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;
    background-color: #F8F4F1;
  }

  .our-featured-service .container {
    position: relative;
  }

  .our-featured-service__slider {
    position: relative;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-featured-service__slider__arrow {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
    }
  }

  .our-featured-service__slider__arrow-prev {
    left: -60px;
  }

  .our-featured-service__slider__arrow-next {
    right: -60px;
  }

  .our-featured-service__slider__arrow-prev,
  .our-featured-service__slider__arrow-next {
    z-index: 9;
    position: absolute;
    top: calc(50% + 65px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {

    .our-featured-service__slider__arrow-prev,
    .our-featured-service__slider__arrow-next {
      top: inherit;
      margin-top: 30px;
      position: inherit;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }

  .our-work-precess-2__nav-tabs {
    row-gap: 10px;
    margin-bottom: 0px;
    position: relative;
  }

  .our-work-precess-2__nav-tabs:after {
    top: 50%;
    background-color: rgba(8, 10, 11, 0.1);
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
  }

  .our-work-precess-2__nav-tabs .nav {
    gap: 176px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-work-precess-2__nav-tabs .nav {
      gap: 100px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .our-work-precess-2__nav-tabs .nav {
      gap: 25px;
    }
  }

  .our-work-precess-2__nav-tabs .nav-link {
    border-radius: 25px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 28px;
    text-transform: uppercase;
    padding: 10px 24px;
    font-weight: var(--rr-fw-medium);
    color: var(--rr-theme-primary);
    border: 1px solid rgba(8, 10, 11, 0.1);
    position: relative;
    background-color: var(--rr-common-white);
    z-index: 1;
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .our-work-precess-2__nav-tabs .nav-link {
      font-size: 16px;
    }
  }

  @media (max-width: 575px) {
    .our-work-precess-2__nav-tabs .nav-link {
      font-size: 14px;
    }
  }

  .our-work-precess-2__nav-tabs .nav-link.active {
    color: var(--rr-common-white);
    background-color: var(--rr-theme-primary);
    border-color: transparent;
  }

  .our-work-precess-2__nav-tabs .nav-link.active .our-work-precess-2__item {
    background-color: var(--rr-theme-primary);
  }

  .our-work-precess-2__nav-tabs .nav-link.active .our-work-precess-2__icon {
    background-color: var(--rr-common-white);
  }

  .our-work-precess-2__nav-tabs .nav-link.active .our-work-precess-2__text h6,
  .our-work-precess-2__nav-tabs .nav-link.active .our-work-precess-2__text p {
    color: var(--rr-common-white);
  }

  .our-work-precess-2__content {
    margin-top: 50px;
  }

  .our-work-precess-2 .fade:not(.show) {
    opacity: 1;
  }

  .our-work-precess-2 .tab-pane:active .our-work-precess-2__item,
  .our-work-precess-2 .tab-pane.active .our-work-precess-2__item {
    background-color: var(--rr-theme-primary) !important;
  }

  .our-work-precess-2 .tab-pane:active .our-work-precess-2__icon,
  .our-work-precess-2 .tab-pane.active .our-work-precess-2__icon {
    background-color: var(--rr-common-white) !important;
  }

  .our-work-precess-2 .tab-pane:active .our-work-precess-2__text h6,
  .our-work-precess-2 .tab-pane:active .our-work-precess-2__text p,
  .our-work-precess-2 .tab-pane.active .our-work-precess-2__text h6,
  .our-work-precess-2 .tab-pane.active .our-work-precess-2__text p {
    color: var(--rr-common-white) !important;
  }

  .our-work-precess-2__item {
    padding: 50px 13px;
    border: 1px solid rgba(8, 10, 11, 0.1);
    margin-bottom: 30px;
  }

  .our-work-precess-2__icon {
    width: 100px;
    height: 100px;
    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;
    border-radius: 500px;
    border: 1px solid rgba(8, 10, 11, 0.1);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .our-work-precess-2__text {
    text-align: center;
  }


  .contact-us__info-item {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 30px;
    border: 1px solid rgba(8, 10, 11, 0.1);
    text-align: center;
  }


  @media (max-width: 575px) {
    .contact-us__info-item {
      padding: 40px 20px;
    }
  }

  .contact-us__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-us__icon img{
        width: 90px;
    background: #fff;
    border-radius: 60px;
    padding: 4px;
    outline: 1px dashed var(--rr-theme-primary);
    outline-offset: 5px;
    border: 2px solid var(--rr-theme-primary);
  }

  .contact-us__text h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .contact__from p {
    max-width: 489px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .contact__from p {
      max-width: 100%;
    }
  }

  .contact-us__info-item::after{
    position: absolute;
    content: '';
    height: 0%;
    width: 0%;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    background: linear-gradient(86deg, #850e35, #d43790); 
  }
  .contact-us__info-item.active{
    background: linear-gradient(86deg, #850e35, #d43790); 
    transition: .9s;
  }

  .contact-us__info-item:hover:after{
    height: 100%;
    width: 100%;
    opacity: 1;
    border-radius: 0%;
    transition: .5s;
  }

  .contact-us__info-item:hover a,
  .contact-us__info-item.active a ,
  .contact-us__info-item:hover p,
  .contact-us__info-item.active p ,
  .contact-us__info-item:hover .contus,
  .contact-us__info-item.active .contus  {
    transition: .5s;
    color: #fff;
  }

  .contact-us__info-item:hover .contact-us__icon img ,
  .contact-us__info-item.active .contact-us__icon img {
    border-color: none;
    outline-color: white;
  }

  .contact__form-input {
    margin-bottom: 20px;
  }

  .contact__form-input input,.contact__form-input select,
  .contact__form-input textarea {
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
    color: var(--rr-text-body);
    background-color: #fff;
    width: 100%;
    border: none;
  }

  .contact__form-input input::-webkit-input-placeholder,
  .contact__form-input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .contact__form-input input::-moz-placeholder,
  .contact__form-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .contact__form-input input:-ms-input-placeholder,
  .contact__form-input textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .contact__form-input input::-ms-input-placeholder,
  .contact__form-input textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .contact__form-input input::placeholder,
  .contact__form-input textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .contact__form-input textarea {
    height: 180px;
  }

  @media (max-width: 575px) {
    .contact__form-input textarea {
      height: 150px;
    }
  }

  .contact .nice-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: inherit;
    z-index: inherit;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--rr-text-body);
    background-color: #F8F8F8;
  }

  .contact .nice-select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
  }

  .contact .nice-select::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
  }

  .contact .nice-select:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
  }

  .contact .nice-select::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
  }

  .contact .nice-select::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .contact .nice-select {
      margin-bottom: 30px;
    }
  }

  .contact .nice-select:hover {
    border-color: #dbdbdb;
  }

  .contact .nice-select:active,
  .contact .nice-select.open,
  .contact .nice-select:focus {
    border-color: #999;
  }

  .contact .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  .contact .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
  }

  .contact .nice-select.disabled::after {
    border-color: #cccccc;
  }

  .contact .nice-select.wide {
    width: 100%;
  }

  .contact .nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
  }

  .contact .nice-select.right {
    float: right;
  }

  .contact .nice-select.right .list {
    left: auto;
    right: 0;
  }

  .contact .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
  }

  .contact .nice-select.small::after {
    height: 4px;
    width: 4px;
  }

  .contact .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
  }

  .contact .nice-select .list {
    border: 1px solid #C9F3FF;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
  }

  .contact .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    color: var(--rr-heading-primary);
    transition: all 0.2s;
  }

  .contact .nice-select .option:hover {
    background-color: #f6f7f9;
  }

  .contact .nice-select .option.selected {
    font-weight: bold;
  }

  .contact .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
  }

  .contact .no-csspointerevents .nice-select .list {
    display: none;
  }

  .contact .no-csspointerevents .nice-select.open .list {
    display: block;
  }

  .contact .map {
    margin-left: 30px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .contact .map {
      margin-left: 0;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .contact .map {
      margin-top: 40px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .contact .map iframe {
      height: 500px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .contact .map iframe {
      height: 400px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .contact .map iframe {
      height: 400px;
    }
  }

  @media (max-width: 575px) {
    .contact .map iframe {
      height: 300px;
    }
  }

  /* .protfolio__tab {
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media (max-width: 575px) {
    .protfolio__tab {
      gap: 20px;
    }
  }

  .protfolio__tab button {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--rr-heading-primary);
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
  }

  .protfolio__tab button.active {
    color: var(--rr-theme-primary);
    border-color: var(--rr-theme-primary);
  }

  .protfolio__item-media {
position: relative;
    margin-bottom: 30px;
    padding: 5px;
    background: var(--rr-theme-primary);
    outline: 1px solid var(--rr-theme-secondary);
    outline-offset: 3px;
  } */

  
  .team-details__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .team-details__content {
    margin-left: 70px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .team-details__content {
      margin-left: 0;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .team-details__content {
      margin-left: 0;
      margin-top: 40px;
    }
  }

  .team-details__content .name {
    margin-bottom: 5px;
  }

  .team-details__content .designation {
    margin-bottom: 27px;
    display: block;
  }

  .team-details__skill__progress {
    position: relative;
    display: block;
    width: 100%;
  }

  .team-details__skill__progress-single {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }

  .team-details__skill__progress-single:last-child {
    margin-bottom: 0;
  }

  .team-details__skill__progress-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
  }

  .team-details__skill__progress .bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: #F5F5F5;
    margin-bottom: 0;
    border-radius: 5px;
  }

  .team-details__skill__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 6px;
    border-radius: 5px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    background: var(--rr-theme-primary);
  }

  .team-details__skill__progress .count-text {
    position: absolute;
    top: -41px;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    font-style: normal;
    font-family: var(--rr-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: var(--rr-text-body);
  }

  .team-details__wrapper {
    gap: 30px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .team-details__wrapper .rr-btn {
    padding: 13.5px 30.4px;
  }

  .team-details__social {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 575px) {
    .team-details__social h6 {
      font-size: 16px;
    }
  }

  .team-details__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .team-details__social ul li a {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(8, 10, 11, 0.1);
  }

  @media (max-width: 575px) {
    .team-details__social ul li a {
      width: 35px;
      height: 35px;
    }
  }

  .team-details__social ul li a:hover {
    background-color: var(--rr-theme-primary);
    border-color: transparent;
    color: var(--rr-common-white);
  }

  .get-in-touch__media {
    margin-right: 80px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .get-in-touch__media {
      margin-right: 0;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .get-in-touch__media {
      margin-bottom: 40px;
    }
  }

  .get-in-touch__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .get-in-touch__form-input {
    margin-bottom: 26px;
  }

  .get-in-touch__form-input input,
  .get-in-touch__form-input textarea {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px;
    padding-bottom: 10px;
    color: var(--rr-text-body);
    background-color: transparent;
    border-bottom: 1px solid rgba(8, 10, 11, 0.12);
  }

  .get-in-touch__form-input input::-webkit-input-placeholder,
  .get-in-touch__form-input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .get-in-touch__form-input input::-moz-placeholder,
  .get-in-touch__form-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .get-in-touch__form-input input:-ms-input-placeholder,
  .get-in-touch__form-input textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .get-in-touch__form-input input::-ms-input-placeholder,
  .get-in-touch__form-input textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .get-in-touch__form-input input::placeholder,
  .get-in-touch__form-input textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }

  .get-in-touch__form-input textarea {
    height: 95px;
  }

  .get-in-touch .rr-btn {
    padding: 13.5px 33.4px;
    width: 100%;
  }

  .service-details__content img {
    width: auto;
    overflow: hidden;
    max-width: 100%;
  }

  .service-details__content h1,
  .service-details__content h2,
  .service-details__content h3,
  .service-details__content h4,
  .service-details__content h5,
  .service-details__content h6 {
    margin-bottom: 30px;
  }

  .service-details__content ul {
    list-style: none;
    margin-bottom: 60px;
  }

  .service-details__content ul li {
    position: relative;
    padding-left: 19px;
  }

  .service-details__content ul li:not(:last-child) {
    margin-bottom: 9px;
  }

  .service-details__content ul li::before {
    width: 6px;
    height: 6px;
    border-radius: 500px;
    content: "";
    position: absolute;
    background-color: var(--rr-theme-primary);
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .service-details__media {
    margin-bottom: 30px;
  }

  .service-details__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .service-details__information-item h6 {
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
  }

  .service-details__information-item h6 span {
    width: 20px;
    height: 20px;
    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;
    border-radius: 500px;
    background-color: var(--rr-theme-primary);
  }

 

  /*instagram start*/
  .rr-instagram {
    overflow: hidden;
  }

  .rr-instagram__thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .rr-instagram__thumb .overlay {
    background: rgba(8, 10, 11, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .rr-instagram__thumb .overlay-icon {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 99;
  }

  .rr-instagram__thumb .overlay-icon i {
    color: var(--rr-common-white);
    font-size: 40px;
  }

  .rr-instagram__thumb img {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .rr-instagram__thumb:hover .overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .rr-instagram__thumb:hover .overlay-icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  .rr-instagram__thumb:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }


  .our-special-skills {
    position: relative;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .our-special-skills {
      overflow: hidden;
    }
  }

  .our-special-skills__bg {
    background-color: #F8F4F1;
    padding-top: 120px;
    padding-bottom: 55px;
    margin-top: 30px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-special-skills__bg {
      padding-top: 80px;
      padding-bottom: 80px;
      margin-top: 0;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .our-special-skills__bg {
      padding-top: 70px;
      padding-bottom: 70px;
      margin-top: 0;
    }
  }

  .our-special-skills__content {
    margin-right: 30px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .our-special-skills__content {
      margin-right: 0;
    }
  }

  .our-special-skills .skill-one__progress {
    position: relative;
    display: block;
    width: 100%;
  }

  .our-special-skills .skill-one__progress-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }

  .our-special-skills .skill-one__progress-single:last-child {
    margin-bottom: 0;
  }

  .our-special-skills .skill-one__progress-title {
    font-size: 16px;
    font-family: var(--rr-ff-body);
    font-weight: 600;
    margin-bottom: 6px;
  }

  .our-special-skills .skill-one__progress .bar {
    position: relative;
    width: 100%;
    height: 4px;
    background: #C4C4C4;
    margin-bottom: 0;
  }

  .our-special-skills .skill-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 4px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    background: var(--rr-theme-primary);
  }

  .our-special-skills .skill-one__progress .count-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    font-style: normal;
    font-family: var(--rr-ff-exo);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    padding: 2px 8px;
  }

  .our-special-skills .container {
    position: relative;
  }

  .our-special-skills__media {
    position: absolute;
    top: -180px;
    right: -290px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .our-special-skills__media {
      right: -330px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .our-special-skills__media {
      position: inherit;
      right: inherit;
      margin-top: 40px;
    }
  }

  .our-special-skills__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .projects__space {
    padding-bottom: 190px;
    position: relative;
    margin-top: 30px;
    background: #F5F5F5;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .projects__space {
      overflow: hidden;
      padding-bottom: 150px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .projects__space {
      overflow: hidden;
      padding-bottom: 100px;
      margin-top: 0;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .projects__space {
      overflow: hidden;
      padding-bottom: 60px;
    }
  }

  .projects__shape {
    position: absolute;
    top: 67px;
    left: 170px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .projects__shape {
      display: none;
      overflow: hidden;
    }
  }

  .projects__nav-tabs {
    margin-top: 120px;
    position: relative;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .projects__nav-tabs {
      margin-top: 70px;
    }
  }

  .projects__nav-tabs::before {
    content: "";
    width: 1px;
    height: 590px;
    position: absolute;
    top: -120px;
    left: 5px;
    z-index: 1;
    background-color: rgba(8, 10, 11, 0.1);
  }

  .projects__nav-tabs .nav {
    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: 25px;
  }

  @media (max-width: 575px) {
    .projects__nav-tabs .nav {
      gap: 10px;
    }
  }

  .projects__nav-tabs .nav-link {
    padding-left: 21px;
    position: relative;
    color: var(--rr-text-body);
    font-weight: 500;
  }

  .projects__nav-tabs .nav-link::before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 6px;
    top: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #767676;
    border-radius: 500px;
  }

  .projects__nav-tabs .nav-link::after {
    content: "";
    width: 11px;
    height: 1px;
    position: absolute;
    left: 11px;
    top: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--rr-theme-primary);
  }

  .projects__nav-tabs .nav-link.active {
    color: var(--rr-heading-primary);
  }

  .projects__nav-tabs .nav-link.active::before {
    background-color: var(--rr-theme-primary);
  }

  .projects__nav-tabs .nav-link.active::after {
    opacity: 1;
  }

  .projects__wrapper {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .projects__wrapper {
      position: inherit;
      margin-top: 50px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .projects .tab-content {
    position: absolute;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .projects .tab-content {
      position: inherit;
    }
  }

  .projects__item {
    position: relative;
    overflow: hidden;
    max-width: 410px;
  }

  .projects__item .has--overlay {
    background-color: rgba(8, 10, 11, 0.7);
    height: calc(100% - 22px);
    position: absolute;
    top: 11px;
    width: calc(100% - 23px);
    left: 12px;
    right: 10px;
    bottom: -10px;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .projects__item .has--overlay-2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34.49%, rgba(8, 10, 11, 0.1)), to(#080A0B));
    background: linear-gradient(180deg, rgba(8, 10, 11, 0.1) 34.49%, #080A0B 100%);
  }

  .projects__item::before {
    top: 10px;
    bottom: 10px;
    left: 7px;
    right: 7px;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    z-index: 99;
    opacity: 0;
    border-right: none;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    content: "";
    position: absolute;
  }

  .projects__item::after {
    top: 7px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-bottom: none;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    content: "";
    position: absolute;
  }

  .projects__item:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
    border-color: var(--rr-common-white);
  }

  .projects__item:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
    border-color: var(--rr-common-white);
  }

  .projects__item:hover .has--overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
  }

  .projects__item:hover .has--overlay-2 {
    opacity: 0;
    visibility: hidden;
  }

  .projects__item:hover .projects__text-top {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .projects__item:hover .projects__text-bottom {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  .projects__item:hover .projects__arrow {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  .projects__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .projects__text-top {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 99;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  .projects__text-top h2 {
    color: var(--rr-common-white);
    margin-bottom: 10px;
  }

  .projects__text-top span {
    color: var(--rr-common-white);
    z-index: 14;
  }

  .projects__text-top h6 {
    font-weight: 600;
    color: var(--rr-common-white);
  }

  .projects__text-bottom {
    position: absolute;
    bottom: 38px;
    left: 40px;
    z-index: 99;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .projects__text-bottom h2 {
    color: var(--rr-common-white);
    margin-bottom: 10px;
  }

  .projects__text-bottom span {
    color: var(--rr-common-white);
    z-index: 14;
  }

  .projects__text-bottom h6 {
    font-weight: 600;
    color: var(--rr-common-white);
  }

  .projects__arrow {
    width: 50px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    height: 50px;
    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;
    background-color: var(--rr-common-white);
    border-radius: 500px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 99;
  }

  .projects__arrow:hover {
    background-color: var(--rr-theme-primary);
  }

  .projects__arrow:hover svg [stroke="#906E50"] {
    stroke: var(--rr-common-white);
  }

  .projects__arrow::before {
    width: 70px;
    height: 70px;
    border: 1px solid var(--rr-common-white);
    border-radius: 500px;
    content: "";
    position: absolute;
  }

  .about-us-3__thumb {
    position: relative;
  }

  .about-us-3__thumb .image-1 {
    position: absolute;
    right: -12px;
    top: -13px;
  }

  .about-us-3__thumb .image-2 {
    position: absolute;
    right: -55px;
    top: -55px;
  }

  @media (max-width: 575px) {
    .about-us-3__media {
      margin-left: auto;
      margin-right: auto;
    }
  }

  .about-us-3__media .image-3 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 28%) 0px 25px 20px -20px;
  }

  .about-us-3__media .image-4 {
    margin-top: 80px;
    box-shadow: rgb(0 0 0 / 28%) 0px 25px 20px -20px;
  }




  .latest-service__bg {
    background-color: #FAF7F5;
  }

  .latest-service__item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: var(--rr-common-white);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(8, 10, 11, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(8, 10, 11, 0.1);
  }

  .latest-service__item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #080A0B;
    position: absolute;
    top: 0;
    opacity: 0;
  }

  .latest-service__item:hover::before {
    opacity: 1;
  }

  .latest-service__item:hover .latest-service__media img {
    height: 100%;
    opacity: 0.3;
  }

  .latest-service__item:hover .latest-service__icon {
    background-color: var(--rr-common-white);
  }

  .latest-service__item:hover .latest-service__content a {
    color: var(--rr-common-white);
  }

  .latest-service__item:hover .latest-service__content p {
    color: #fff;
    opacity: 0.8;
  }

  .latest-service__item:hover .latest-service__content .read-more {
    color: var(--rr-common-white);
  }

  .latest-service__media img {
    top: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .latest-service__content {
    padding: 34px 40px;
    position: relative;
    z-index: 9;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
    .latest-service__content {
      padding: 30px 20px;
    }
  }

  .latest-service__content .read-more {
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .latest-service__icon {
    width: 80px;
    height: 80px;
    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;
    border-radius: 500px;
    background: rgba(144, 110, 80, 0.1);
  }

  .choose-us__shape {
    position: absolute;
    top: -44px;
    right: -44px;
    z-index: -1;
  }

  @media (max-width: 575px) {
    .choose-us__shape {
      display: none;
    }
  }

  .choose-us__media {
    max-width: 480px;
    position: relative;
    margin-left: auto;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .choose-us__media {
      margin-top: 60px;
      margin-right: auto;
      margin-left: inherit;
    }
  }

  .choose-us__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .choose-us__box {
    width: 200px;
    height: 200px;
    background-color: var(--rr-common-white);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(8, 10, 11, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(8, 10, 11, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 40px;
    left: -100px;
    padding: 30px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .choose-us__box {
      padding: 10px 15px;
      left: 0;
      bottom: 0;
    }
  }

  @media (max-width: 575px) {
    .choose-us__box {
      position: inherit;
      margin-top: 60px;
    }
  }

  .choose-us__box img {
    width: inherit;
  }

  .choose-us__box h6 {
    font-weight: var(--rr-fw-sbold);
    font-family: var(--rr-ff-body);
  }

  .choose-us__box h4 span {
    font-family: var(--rr-ff-body);
    letter-spacing: 2px;
  }

  .choose-us__content {
    padding-right: 30px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .choose-us__content {
      padding-right: 0;
    }
  }

  .choose-us__content .rr-btn {
    padding: 13.5px 34.5px;
  }

  .choose-us .skill-one__progress {
    position: relative;
    display: block;
    width: 100%;
  }

  .choose-us .skill-one__progress-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }

  .choose-us .skill-one__progress-single:last-child {
    margin-bottom: 0;
  }

  .choose-us .skill-one__progress-title {
    font-size: 16px;
    font-family: var(--rr-ff-body);
    font-weight: 600;
    margin-bottom: 6px;
  }

  .choose-us .skill-one__progress .bar {
    position: relative;
    width: 100%;
    height: 12px;
    background: #C4C4C4;
    margin-bottom: 0;
  }

  .choose-us .skill-one__progress .bar-shape {
    position: absolute;
    left: 0;
    z-index: 9;
    -webkit-animation: move 3s infinite;
    animation: move 3s infinite;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .choose-us .skill-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 12px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    background: var(--rr-theme-primary);
  }

  .choose-us .skill-one__progress .count-text {
    position: absolute;
    top: -41px;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    font-style: normal;
    font-family: var(--rr-ff-exo);
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: var(--rr-heading-primary);
  }

  @-webkit-keyframes move {
    0% {
      left: 0;
    }

    100% {
      left: 10px;
    }
  }

  @keyframes move {
    0% {
      left: 0;
    }

    100% {
      left: 10px;
    }
  }

  .solutions-video__media {
    background-color: #080A0B;
    position: relative;
    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;
    height: 616px;
  }

  @media (max-width: 575px) {
    .solutions-video__media {
      height: 400px;
    }
  }

  .solutions-video__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.2;
  }

  .solutions-video__media .popup-video {
    position: absolute;
    top: 160px;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  @media (max-width: 575px) {
    .solutions-video__media .popup-video {
      top: 80px;
    }
  }

  .solutions-video__media .icon {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    border: 2px solid #906E50;
    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;
    font-size: 37px;
    color: var(--rr-common-white);
    position: relative;
  }

  @media (max-width: 575px) {
    .solutions-video__media .icon {
      width: 80px;
      height: 80px;
    }
  }

  .solutions-video__media .icon::before {
    content: "";
    position: absolute;
    width: 218px;
    height: 218px;
    border-radius: 218px;
    border: 2px solid rgba(144, 110, 80, 0.3);
  }

  @media (max-width: 575px) {
    .solutions-video__media .icon::before {
      width: 150px;
      height: 150px;
    }
  }

  .solutions-video__media h2 {
    text-align: center;
    position: absolute;
    bottom: 120px;
  }

  @media (max-width: 575px) {
    .solutions-video__media h2 {
      bottom: 50px;
    }
  }

  .latest-project-2__item {
    position: relative;
    overflow: hidden;
  }

  .latest-project-2__active .owl-dots {
      margin: 0px 0 0 0 !important;
      transition: .7s;
  }

  .latest-project-2__active .owl-theme .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      margin: 5px 7px;
      background: #850e359e;
      /* border: 1px solid #040203; */
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
      transition: .7s;
  }


  .latest-project-2__active .owl-theme .owl-dots .owl-dot.active span {
      width: 40px;
      transition: .7s;
      background: var(--rr-theme-primary);
  }


  .latest-project-2__item:hover::after {
    height: 100%;
    opacity: 1;
  }

  .latest-project-2__item:hover .latest-project-2__content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .latest-project-2__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
  }

  .latest-project-2__content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .latest-project-2__content span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    margin-bottom: 5px;
    display: block;
  }

  .latest-project-2__content h5 {
    margin-bottom: 22px;
  }

  .latest-project-2__content h5 a {
    color: var(--rr-common-white);
  }

  .latest-project-2__content h5 a:hover {
    color: var(--rr-common-black);
  }

  .latest-project-2__content .read-more {
    width: 60px;
    height: 60px;
    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-left: auto;
    margin-right: auto;
    background-color: var(--rr-common-white);
    border-radius: 500px;
  }

  .latest-project-2__content .read-more:hover {
    color: var(--rr-common-white);
    background-color: var(--rr-common-black);
  }

  .client-slider__item {
    padding: 30px 30px;
    min-height: 360px;
    height: 360px;
    position: relative;
    background: #FAF7F5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }

  #client-carousel .owl-stage{
    padding: 0 0 2rem 0;
  }

  .client-slider__item p {
  font-size: 16px;
      line-height: 28px;
  }


  .client-slider__author {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .client-slider__author-media {
      width: 70px;
      height: 70px;
    border-radius: 500px;
    border-radius: 100px;
    overflow: hidden;
      border: 2px solid #850e35;
  }

  .client-slider__author-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .client-slider__author-text h6 {
    font-weight: 600;
    line-height: 30px;
  }

  .client-slider__author-text p {
    font-size: 14px;
  }

  .client-slider__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
  }

  .client-slider__rating img{
    width: 20px !important;
  }

  .client-slider__quite {
    position: absolute;
    top: 40px;
    right: 30px;
  }

  .client-slider__slider__arrow {
    gap: 10px;
  }

  .client-slider__slider__arrow-prev,
  .client-slider__slider__arrow-next {
    width: 50px;
    height: 50px;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 500px;
    color: var(--rr-theme-primary);
  }

  .client-slider__slider__arrow-prev:hover,
  .client-slider__slider__arrow-next:hover {
    background-color: var(--rr-theme-primary);
    border-color: transparent;
    color: var(--rr-common-white);
  }

  .brand-slider {
    margin: 0px 120px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-slider {
      margin: 0px 100px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-slider {
      margin: 0px 60px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-slider {
      margin: 0px 30px;
    }
  }

  @media (max-width: 575px) {
    .brand-slider {
      margin: 0px 20px;
    }
  }

  .brand-slider__slider .carouselTicker {
    margin: 0;
    padding: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .brand-slider__slider .carouselTicker__list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-slider__slider .carouselTicker__list {
      gap: 50px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-slider__slider .carouselTicker__list {
      gap: 40px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .brand-slider__slider .carouselTicker__list {
      gap: 20px;
    }
  }

  .brand-slider__slider .carouselTicker__list li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing__sapce {
    padding-top: 120px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing__sapce {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .pricing__sapce {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }

  .pricing__item {
    padding: auto;
    padding: 40px;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px -30px 40px 0px rgba(8, 10, 11, 0.1);
    box-shadow: 0px -30px 40px 0px rgba(8, 10, 11, 0.1);
    position: relative;
    z-index: 9;
  }

  .pricing__item h6 {
    font-weight: 500;
  }

  .pricing__item .popular {
    color: #080A0B;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    display: block;
    padding: 0px 11px;
    position: absolute;
    top: 20px;
    right: 46px;
    background-color: #FFEF5B;
  }

  .pricing__item-price {
    font-size: 50px;
    position: relative;
    padding-left: 17px;
  }

  .pricing__item-price .dolor {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -12px;
  }

  .pricing__item-price .title {
    color: rgba(8, 10, 11, 0.7);
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--rr-fw-normal);
  }

  .pricing__item-body ul li {
    font-size: 18px;
    color: #080A0B;
    list-style: none;
    position: relative;
    padding-left: 16px;
  }

  .pricing__item-body ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .pricing__item-body ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 500px;
    background: #080A0B;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pricing__item__1 .pricing__item-body ul li:nth-last-child(-n+2) {
    color: rgba(8, 10, 11, 0.5);
  }

  .pricing__item__1 .pricing__item-body ul li:nth-last-child(-n+2)::before {
    background: rgba(8, 10, 11, 0.5);
  }

  .pricing__item__2 .pricing__item-body ul li:nth-last-child(-n+1) {
    color: rgba(8, 10, 11, 0.5);
  }

  .pricing__item__2 .pricing__item-body ul li:nth-last-child(-n+1)::before {
    background: rgba(8, 10, 11, 0.5);
  }

  .pricing__item .rr-btn {
    width: 100%;
    color: #080A0B;
    padding: 11.5px 33.4px;
    background: transparent;
    border: 2px solid rgba(8, 10, 11, 0.1);
  }

  .pricing__item .rr-btn:hover {
    background: #906E50;
    border-color: #906E50;
  }

  .pricing__item .rr-btn .btn-wrap .text-one {
    color: #080A0B;
  }

  .counter {
    position: relative;
    background-color: #080A0B;
  }

  .counter__sapce {
    padding-top: 300px;
    margin-top: -240px;
    padding-bottom: 94px;
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
    .counter__sapce {
      margin-top: 0;
      padding-top: 80px;
    }
  }

  .counter__bg img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .counter__wrapper {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 575px) {
    .counter__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }

  .counter__item {
    gap: 30px;
    position: relative;
  }

  .counter__item:after {
    content: "";
    width: 1px;
    height: calc(100% - 13px);
    right: -65%;
    top: 0px;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
  }

  @media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
    .counter__item:after {
      display: none;
    }
  }

  .counter__item:last-child:after {
    display: none;
  }

  .counter__item-text-title {
    margin-bottom: 5px;
    text-align: center;
    color: var(--rr-common-white);
    font-size: 80px;
    line-height: 90px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter__item-text-title {
      font-size: 60px;
      line-height: 74px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter__item-text-title {
      font-size: 44px;
      line-height: 50px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__item-text-title {
      font-size: 38px;
      line-height: 50px;
    }
  }

  @media (max-width: 575px) {
    .counter__item-text-title {
      font-size: 32px;
      line-height: 44px;
    }
  }

  .counter__item-text-title span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    letter-spacing: 6px;
  }

  .counter__item-text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--rr-common-white);
  }


  .services__space {
    background-color: #F8F4F1;
  }

  .services .container {
    position: relative;
  }

  .services__shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px);
  }

  .services__left-content {
    padding-right: 105px;
    text-align: right;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .services__left-content {
      padding-right: 0;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .services__left-content {
      text-align: left;
    }
  }

  .services__left-content__item h5 {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .services__left-content__item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(144, 110, 80, 0.3);
  }

  @media (max-width: 575px) {
    .services__left-content__item:not(:last-child) {
      padding-bottom: 20px;
    }
  }

  .services__right-content {
    padding-left: 105px;
    text-align: left;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .services__right-content {
      padding-left: 0;
    }
  }

  .services__right-content__item h5 {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .services__right-content__item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(144, 110, 80, 0.3);
  }

  @media (max-width: 575px) {
    .services__right-content__item:not(:last-child) {
      padding-bottom: 20px;
    }
  }

  .services__media {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .services__media {
      margin-left: 0;
      margin-right: 0;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .services__media {
      margin-top: 50px;
      margin-bottom: 50px;
    }
  }

  .services__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 500px;
  }

  .work-process__bg {
    background-color: #FAF7F5;
  }

  .work-process__item {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(8, 10, 11, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(8, 10, 11, 0.1);
  }

  .work-process__item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #080A0B;
    position: absolute;
    top: 0;
    opacity: 0;
  }

  .work-process__item:hover::before {
    opacity: 1;
  }

  .work-process__item:hover .work-process__media img {
    height: 100%;
    opacity: 0.3;
  }

  .work-process__item:hover .work-process__icon svg [fill="#080A0B"] {
    fill: var(--rr-common-white);
  }

  .work-process__item:hover .work-process__content h6 {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .work-process__item:hover .work-process__content h6 a {
    color: var(--rr-common-white);
  }

  .work-process__item:hover .work-process__content p {
    color: #fff;
    opacity: 0.8;
  }

  .work-process__item:hover .work-process__content .number {
    color: var(--rr-common-white);
  }

  .work-process__media img {
    top: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .work-process__content {
    padding: 34px 40px;
    position: relative;
    z-index: 9;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
    .work-process__content {
      padding: 30px 20px;
    }
  }

  .work-process__content h6 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(9, 11, 12, 0.1);
  }

  .work-process__content .number {
    color: rgba(8, 10, 11, 0.1);
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .work-process__icon {
    width: 80px;
    height: 80px;
    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;
    border-radius: 500px;
  }

  
  .our-team-2__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .our-team-2__item-media {
    overflow: hidden;
    position: relative;
    background: #906E50;
  }

  .our-team-2__item-media img {
    width: 100%;
    max-width: 100%;
    mix-blend-mode: luminosity;
  }

  .our-team-2__item__content {
    left: 90px;
    opacity: 0;
    z-index: 10;
    bottom: -40px;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: calc(100% - 188px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    background-color: var(--rr-common-white);
  }

  .our-team-2__item__text h6 {
    font-weight: var(--rr-fw-sbold);
  }

  .our-team-2__item__text span {
    color: #767676;
  }

  .our-team-2__item__socail {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 13px;
  }

  .our-team-2__item__socail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #767676;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-team-2__item__socail a:hover {
    color: var(--rr-theme-primary);
  }

  .our-team-2__item:hover .our-team-2__item-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
  }

  .our-team-2__item:hover .our-team-2__item__content {
    opacity: 1;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }

  .blog-4__item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .blog-4__item::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.36%, rgba(8, 10, 11, 0)), to(#080A0B));
    background: linear-gradient(180deg, rgba(8, 10, 11, 0) 44.36%, #080A0B 100%);
  }

  .blog-4__item-media {
    overflow: hidden;
  }

  .blog-4__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog-4__item-content {
    z-index: 2;
    left: 30px;
    bottom: 43px;
    position: absolute;
  }

  @media (max-width: 575px) {
    .blog-4__item-content {
      left: 10px;
      bottom: 30px;
    }
  }

  .blog-4__item__meta {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .blog-4__item__meta li {
    color: var(--rr-common-white);
    font-size: 14px;
    font-weight: var(--rr-fw-medium);
  }

  .blog-4__item:hover .blog-4__item-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .pricing-4 {
    background: #F5F5F5;
    position: relative;
  }

  .pricing-4__toggle-button {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-4__toggle-button input,
  .pricing-4__toggle-button label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
  }

  .pricing-4__toggler {
    font-size: 16px;
    margin: 0 14px;
    font-weight: 500;
    color: #848788;
    font-family: var(--rr-ff-body);
  }

  .pricing-4__toggler.active {
    color: #080A0B;
  }

  .pricing-4__toggle {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
  }

  .pricing-4__toggle input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .pricing-4__toggle input:checked+.switcher::before {
    -webkit-transform: translateX(36px);
    transform: translateX(36px);
  }

  .pricing-4__toggle .switcher {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 76px;
    height: 36px;
    border-radius: 20px;
    background: #906E50;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }

  .pricing-4__toggle .switcher::before {
    content: "";
    width: 28px;
    height: 28px;
    top: 4px;
    left: 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100px;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E4E8));
    background: linear-gradient(180deg, #FFFFFF 0%, #E1E4E8 100%);
    -webkit-box-shadow: 0px 4px 6px rgba(1, 17, 22, 0.24);
    box-shadow: 0px 4px 6px rgba(1, 17, 22, 0.24);
  }

  .pricing-4__card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #080A0B;
    margin-bottom: 20px;
    font-family: var(--rr-ff-heading);
  }

  .pricing-4__pricing__body {
    margin-top: 35px;
    margin-bottom: 65px;
  }

  @media (max-width: 575px) {
    .pricing-4__pricing__body {
      margin-bottom: 40px;
    }
  }

  .pricing-4__pricing__body ul {
    list-style: none;
  }

  .pricing-4__pricing__body ul li {
    font-size: 18px;
    font-weight: 400;
    color: #080A0B;
    line-height: 1;
    padding-left: 19px;
    margin-bottom: 17px;
    position: relative;
    font-family: var(--rr-ff-body);
  }

  .pricing-4__pricing__body ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #080A0B;
    border-radius: 100%;
    left: 0;
    top: 8px;
  }

  .pricing-4__pricing__body ul li:last-child {
    margin-bottom: 0;
  }

  .pricing-4__price__btn .rr-btn {
    width: 100%;
    color: #080A0B;
    padding: 11.5px 33.4px;
    background: transparent;
    border: 2px solid rgba(8, 10, 11, 0.1);
  }

  .pricing-4__price__btn .rr-btn:hover {
    background: #906E50;
    border-color: #906E50;
  }

  .pricing-4__price__btn .rr-btn .btn-wrap .text-one {
    color: #080A0B;
  }

  .pricing-4__card {
    padding: 40px;
    padding-top: 38px;
    background: #FFFFFF;
    position: relative;
    -webkit-box-shadow: 0px 30px 40px rgba(8, 10, 11, 0.1);
    box-shadow: 0px 30px 40px rgba(8, 10, 11, 0.1);
  }

  .pricing-4__card__price h2 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    line-height: 1;
    padding-left: 13px;
    position: relative;
    font-family: var(--rr-ff-heading);
  }

  .pricing-4__card__price h2 span:nth-child(1) {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #080A0B;
  }

  .pricing-4__card__price h2 span:nth-child(2) {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #080A0B;
  }

  .pricing-4__card__price h2 span:nth-child(3) {
    font-size: 18px;
    font-weight: 700;
    color: #080A0B;
  }

  .pricing-4__card__price h2 span:last-child {
    font-size: 18px;
    font-weight: 400;
    color: rgba(8, 10, 11, 0.7);
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .pricing-4__card__1 {
      margin-bottom: 30px;
    }
  }

  .pricing-4__card__1 .pricing-4__pricing__body ul li:nth-last-child(-n+2) {
    color: rgba(8, 10, 11, 0.5);
  }

  .pricing-4__card__1 .pricing-4__pricing__body ul li:nth-last-child(-n+2)::before {
    background: rgba(8, 10, 11, 0.5);
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .pricing-4__card__2 {
      margin-bottom: 30px;
    }
  }

  .pricing-4__card__2 .pricing-4__pricing__body ul li:nth-last-child(-n+1) {
    color: rgba(8, 10, 11, 0.5);
  }

  .pricing-4__card__2 .pricing-4__pricing__body ul li:nth-last-child(-n+1)::before {
    background: rgba(8, 10, 11, 0.5);
  }

  .pricing-4__card__Popular {
    position: absolute;
    top: 20px;
    right: 45px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .pricing-4__card__Popular span {
    font-size: 12px;
    color: #080A0B;
    font-weight: 600;
    line-height: 1;
    background: #FFEF5B;
    padding: 3.5px 11px;
    border-radius: 20px;
  }

  .pricing-4__offer__shape {
    position: absolute;
    right: 30.5%;
    top: -42px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pricing-4__offer__shape {
      right: 27.5%;
      top: -40px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-4__offer__shape {
      right: 23.5%;
      top: -40px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-4__offer__shape {
      right: 14.5%;
      top: -39px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-4__offer__shape {
      right: 1.5%;
      top: -38px;
    }
  }

  .pricing-4__shape__01 {
    position: absolute;
    top: 0;
    right: 120px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pricing-4__shape__01 {
      right: 80px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-4__shape__01 {
      right: 50px;
    }
  }

  main{
    width: 100%;
  }

  .namecol{
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin: 10px 0;
    text-align: center;
    color: var(--rr-theme-primary);
  }

  .marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: #d43790;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }

  .marq-section.marq-two .marquee-wrapper{
      background-color: #850e35;
  }

  .marq-section.marq-two .marquee-wrapper .text-slider{ text-shadow: 3px 3px 3px #e3ceb3bf;}

  .marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
  }

  .marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
  }

  .text-slider:not(:last-child) {
      margin-right: 30px;
  }

  .text-slider {
    font-size: 30px;
    height: 65px;
    line-height: 45px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 7px 0;
    text-shadow: 3px 3px 3px #850e35;
    font-family: var(--rr-ff-heading);
  }

  .marquee-wrapper .text-slider img{
    width: 25px;
  }

  @keyframes marqueeLeft {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }

  @keyframes marqueeRight {
    0% {
      right: 0;
    }
    100% {
      right: -100%;
    }
  }

  .d-flex {
      display: flex !important
  ;
  }

  .marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
  }
  ul {
      padding: 0;
      margin: 0;
      list-style: none;
  }

  .marquee-inner {
      position: absolute;
      display: inline-flex
  ;
      width: 200%;
  }

  .pi img{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }

  .pi .namecol{
      background: #fff;
      padding: 13px 10px;
      border-bottom: 3px solid;
      width: 90%;
      margin: auto;
      position: relative;
      top: -15px; 
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }

  h1 , .h1 , h2 , .h2 , h3 , .h3{
      font-family: var(--rr-ff-body);
      font-weight: 600;
      line-height: 60px;
      font-size: 40px;
  }

  .fullbox{
    padding:60px 0;
    /* background: #ffd69e; */
    /* background-image: url(/images/sliders/5.jpg); */
    /* background-size: 56% 100%; */
    background: linear-gradient(270deg, #FFF1DB 60% , #0006 1px, transparent 65%), url(/asset/imgs/about-company/fullbox.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position-x: 120%; */
    position: relative;
    overflow: hidden;
    /* padding: 3rem 0; */
    /* background-attachment: fixed; */
  }

  .fullbox .rightbg{
    position: absolute;
    top: 0;
    right: 0;
    height: 450px;
    width: 450px;
  }

  .fullbox .leftbg{
      position: absolute;
      bottom: 0;
      right: 135px;
      height: 450px;
      width: 450px;
      transform: rotate(-90deg);
  }

  .page-content{
    float: left;
    width: 35%;
    margin: 0 20px 20px 0;
    position: relative;
    z-index: 1px;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #d43790;
    border: 2px solid #850e35;
    padding:30px 20px;
    background-size: 55% 55%;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 12% !important;
    opacity: 1;
  } 
  .carousel-control-prev{
    justify-content: start;
  }

  .carousel-control-next{
    justify-content: end;
  }

  .carousel-control-prev-icon{
    /* border-radius: 0 50px 50px 0; */
    border-left: none;
  }
  .carousel-control-next-icon{
    border-right: none;
    /* border-radius: 50px 0 0 50px; */
  }

  .mother-c-section{
    /* border-radius: 15px; */
    padding: 3rem;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background-color: var(--rr-theme-primary);

  }
  .mother-c-section img{
    /* border-radius: 10px; */
    border: 1px solid #fff;
  }

  .yt-video {
    height: 540px;
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }

  .yt-video iframe{
    width: 100%;
    height: 100%;
        margin-bottom: -8px !important;
  }

  .submenu.with-grid{
    width: 1100px;
    list-style: none;
    padding: 10px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
  }
  .about-us-3,
  .latest-project-2{
    position: relative;
  }
  .latest-project-2 .leftbg{
    position: absolute;
    top: 0;
    left: 100px;
    height: 350px;
    width: 350px;
    transform: rotate(90deg);
  }

  .latest-project-2 .rightbg{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 450px;
    width: 450px;
  }

  .about-us-3{
      background: url(/asset/imgs/icon/4.png);
      background-size: 160px 170px;
      background-position: center;

  }
  .wrapper-owner,
  .protfolio{
      background: url(/asset/imgs/icon/1.png);
      background-size: 195px 210px;
      background-position: center;
  }

  .contact-us__text .contus{
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-h6);
    font-weight:400;
        font-family: var(--rr-ff-heading);
        margin-bottom: 10px;
  }

  .founder-text{
    position: relative;
    padding: 25px 25px 2px;
    border-radius: 15px;
    background: linear-gradient(45deg, #850e35, #d43790);
  }

  .founder-text .qut{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 120px;
  }
  .founder-text .qut img{width: 100%; filter: invert(1);}

  .founder-text>*{
    color: beige;
  }

  .meet-business{
    display: block ;
    width: 100%;
  }

  .products-page .contact__from{
    padding:30px;
    border-radius: 10px;
    background-color: #fff !important;
  }

  .products-page .contact__from input{
      padding: 10px 10px 10px 20px;
      height: 50px;
      background-color: #f5f5dc !important;
      /* background-color: #c5c5c5; */
  }

  .contact__form-input textarea{
      height: 120px;
      background-color: #f5f5dc;  
  }

  .wtsp-btn {
    background: linear-gradient(115deg, #25d366 80%, #009b3a 20%);
    width: 100%;
    display: block;
    margin: 2rem auto 0;
    padding: 1rem 1rem;
    font-weight: 500;
    font-size: 22px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: 2s bomp infinite ease;
    transition:0.9s;
  }

  @keyframes bomp{
      0% {
      transform: scale(0.9);
  }
  50% {
      transform: scale(1);
  }

  100% {
      transform: scale(0.9);
  }
  }

  .wtsp-btn:active,
  .wtsp-btn:hover{
      margin: 2rem auto 0;
      width: 65%;
      background:linear-gradient(115deg, #25d366 80%, #25d366 20%);
      border-radius: 50px;
      color: #ffffff;
      transition:0.9s;
  }

  .product-page-name{
      margin-top: 1rem;
      font-size: 30px;
      font-weight: 600;
      line-height: 50px;
  }

  .pdfbtns{
    display: flex;
    align-items: center;
    gap: 10px;
    
  }

  .pdfbtn{
	  display: flex;
	  gap: 10px;
    width: max-content;
	  align-items: center;
	  font-weight: 500;
	  font-size: 17px;
	  margin-top: 20px;
	  padding:10px 20px;
	  color: #fff;
	  background-color: var(--rr-theme-primary);
	}
	
	.pdfbtn:hover,.pdfbtn:active,.pdfbtn:focus{
	  color: #fff9;
	  transform: scale(0.9);
	}

  .phone.call i{
  font-size: 30px;
}

.phone {
  background-color: green;
  border-radius: 50px;
  padding:7px 11px;
  position: fixed;
  bottom:65px;
  left:30px;
  z-index: 999;
  color: #fff;
  display: flex;
  align-items: center;
  border:none !important;
  transition: 0.5s;
  cursor: pointer !important;
}

.phone:hover{
  transform: scale(1.1);
}

.phone.two{
  right:30px;
  left: auto;
}

.phone a{
	display: flex;
	align-items: center;
	gap: 10px;
}

.phone span{
	color: #fff;
	font-weight: 500;
}

.phone i{	
	color: #fff;
  font-size: 30px;
}
.yt-vd-sec{
  margin-bottom: 7rem;
}

.footer__area-common{
  background: linear-gradient(45deg, #000000ba, #000000ba), url(/asset/imgs/footer-bg.jpg);
  background-size: cover;
  background-position: center;
}

.yt-vd-sec{
  background: linear-gradient(45deg, #00000096, #00000096), url(/asset/imgs/video-bg.jpg);
    background-size: cover;
    background-position: center;
}

.formobile{
  display: none;
}

.formobile > ul li li a{
  border-bottom: 1px solid #ffffff6b !important;
}

.about-us-3 .fiveimages .col:nth-child(even){
  margin-top: 5rem;
}

.fiveimages .col .imgbaxa img{
  background-color: #fff;
  border-radius: 4px;
  object-fit: cover;
  aspect-ratio: 3/3;
}

.ftr_menu{
    display: none;
    position: fixed;
    bottom:-1px;
    z-index: 999;
    /* overflow-x: hidden; */
    width: 100%;
    background-color: #fff;
    padding: 12px 0 7px;
    border-top: 2px solid #a21a2c;
}


.ftr_menu .col{
    width:20% !important;
    padding: 0 !important;
}

.ftr_click_box{
    text-align: center;
}

.ftr_click_box a{
    text-decoration: none;
}

.ftr_click_box img{
    width: 28px;
}

.b_txt{
    padding-top: 4px;
    color: #292828;
    font-weight: 600;
    font-size: 13px;
}

.topicon{
    position: relative;
}

.topicon i{
    position: absolute;
    color: #a21a2c;
    width: 100%;
    text-align: center;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #fff;
    padding: 9px;
    z-index: -1;
    border-radius: 100%;
    border-top: 4px solid #a21a2c;
}

.box-sep{
    border-radius: 100px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
    background-color: var(--rr-theme-secondary);
    color: #fff;
    text-transform: capitalize;
    animation: 2s bomp infinite ease;
    /* width: max-content; */
}



@media(max-width:1200px){
  .breadcrumb__area.about{
                background-size: 130%;
        background-position: center 12%;
        background-repeat: no-repeat;
    }
  .breadcrumb__area.about .breadcrumb__content {
    padding: 130px 0;
}
.forscreen{
  display: none;
}
.formobile{
  display: block;
}
}

@media(min-width:991px){
  .founder-text.f1::after{
    position: absolute;
    content: '';
    top: 29px;
    right: -38px;
    z-index: -1;
    border-color: transparent transparent transparent var(--rr-theme-secondary);
    border-style: solid;
    border-width: 20px;
  }

  .founder-text.f2::after{
    position: absolute;
    content: '';
    top: 29px;
    left: -38px;
    z-index: -1;
    border-color: transparent #aa2160 transparent transparent ;
    border-style: solid;
    border-width: 20px;
  }

  .founder-text.f1{
    margin-top: 50px;
  }
  .founder-text.f2{
    margin-top: 150px;
  }
  
}
  .fullbox-col{
    display: none;
  }
@media(max-width:991px){
  .header-3 .logo{
          width: 100px;
    margin-top: 0px;
  }

  .fullbox .leftbg{
    height: 250px;
    width: 250px;
    right: 25px;
    
  }

  .about-us-3__media img{
    width: 100%;
  }
  .about-us-3__media .image-4{
        margin-top: 0;
  }
  .about-us-3 .fiveimages .col {
    margin-top: 2rem !important;
}

.about-us-3 .fiveimages .col .namecol{
  font-size: 16px;
}
.about-us-3__media .col-sm-6,
  .fiveimages .col {
    flex: none;
    width: 49.9%;
}

  .fullbox .rightbg{
    height: 250px;
    width: 250px;
    
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    padding: 15px;
  }
  .forhide{
    display: none;
  }
  h1, .h1, h2, .h2, h3, .h3{
    line-height: 60px;
    font-size: 30px;
  }

  .page-content{
        width: 50%;
  }
  
  .page-content {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .fullbox{
    background: #FFF1DB;
}

  .fullbox-col{
    display: block;
  }
}

.yt-video{
  height: 580px;
}

.mother-company-phone{
    display: none;
}

@media(max-width:767px){
  h1, .h1, h2, .h2, h3, .h3{
    font-size: 30px;
    line-height: 45px;
  }

  .phone span {
    font-size: 15px;
  }

  .phone i {
    font-size: 20px;
  }

  .box-sep{
    font-size: 14px;
    border-radius: 6px;
    animation: none;
    padding: 8px 8px 8px 15px;
  }

  .ftr_menu{
    display: block;
  }

  .mother-company-phone{
    display: block;
  }

  .section__subtitle{
        font-weight: 200;
    font-size: 24px;
  }

  .product-page-name{
    font-size: 25px;
  }

  .breadcrumb__area .breadcrumb__content {
    padding: 70px 0;
}


.breadcrumb__title{
      font-size: 26px;
    line-height: 45px;
}

  .breadcrumb__area.about {
    background-size: 180%;
    background-position: center 10%;
    background-repeat: no-repeat;
  }

  .breadcrumb__area.about .breadcrumb__content {
        padding: 70px 0;
    }

  .yt-vd-sec .col-lg-3{
    width: 49.9%;
  }

  .yt-video{
      height: 340px;
}

  #scroll-percentage {
    right: 30px;
            bottom: 265px;

  }
  
  .footer__bottom {
    padding: 15px 0 140px;
  }
  .phone{
    padding: 5px 12px 5px 8px;
        left: 20px;
        bottom:95px
  }
  .phone.two{
    right: 20px;
    left: auto;
  }

  .section-2__subtitle,
  .section__subtitle{
    font-size: 20px;
    font-weight: 500;
    font-family: var(--rr-ff-body);
  }

#scroll-percentage-value{
  font-size: 14px;
}
#scroll-percentage {
    height: 52px;
    width: 52px;}

  .mother-c-section{
    padding: 2rem 1.5rem;
  }
  .mother-company{
    display: none;
  }
}

