/* transform */
:root {
  /**
  @font family declaration
  */
  --rr-ff-heading: 'Josefin Sans', sans-serif;
  --rr-ff-body: 'Josefin Sans', sans-serif;
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-common-gray: rgb(230, 230, 230);
  --rr-body-primary: #fff;
  --rr-theme-primary: #C4F000;
  --rr-heading-primary: #0A0A0A;
  --rr-heading-primary2: #161616;
  --rr-heading-secondary: #C4F000;
  --rr-text-body: #999999;
  --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --rr-background-primary: #161616;
  --rr-border-primary: 1px solid #202020;
  /**
  @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-body: 18px;
  --rr-fs-body2: 20px;
  --rr-fs-p: 15px;
  --rr-fs-h1: 190px;
  --rr-fs-h2: 120px;
  --rr-fs-h3: 60px;
  --rr-fs-h4: 42px;
  --rr-fs-h5: 26px;
  --rr-fs-h6: 24px;
  --rr-lh-body: 28px;
  --rr-lh-body2: 30px;
  --rr-lh-p: 24px;
  --rr-lh-h1: 200px;
  --rr-lh-h2: 130px;
  --rr-lh-h3: 70px;
  --rr-lh-h4: 52px;
  --rr-lh-h5: 36px;
  --rr-lh-h6: 34px;
}

.testimonial3 {
  margin-bottom: 30px;
}
.testimonial3-top-card {
  background-color: var(--rr-theme-primary);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3-top-card {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card {
    padding: 30px 20px;
  }
}
.testimonial3-top-card__title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.testimonial3-top-card__user {
  display: flex;
  align-items: center;
  padding-top: 80px;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3-top-card__user {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3-top-card__user {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width:450px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media mxm {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width:320px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.testimonial3-top-card__user-text {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card__user-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-top-card__user-text {
    font-size: 19px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-top-card__user-text {
    font-size: 18px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-top-card__user-text {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-top-card__user-text {
    font-size: 16px;
    line-height: 1;
  }
}
.testimonial3-top-card__user-count {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card__user-count {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-top-card__user-count {
    font-size: 19px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-top-card__user-count {
    font-size: 18px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-top-card__user-count {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-top-card__user-count {
    font-size: 16px;
    line-height: 1;
  }
}
.testimonial3-top-card__user-avatar {
  display: flex;
  align-items: center;
  justify-content: end;
}
.testimonial3-top-card__user-avatar:last-child {
  margin-left: 0;
}
.testimonial3-top-card__user-avatar img {
  margin-left: -10px;
}
.testimonial3-card {
  border-radius: 10px;
  border: 1px solid var(--rr-common-white);
  background: var(--rr-common-white);
  padding: 35px 40px 53px 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width:450px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media mxm {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width:320px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
.testimonial3-card__icon {
  position: absolute;
  top: 35px;
  right: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-card__icon {
    display: none;
  }
}
.testimonial3-card__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile {
    padding-bottom: 20px;
  }
}
.testimonial3-card__profile-content-name {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile-content-name {
    font-size: 17px;
    line-height: 24px;
  }
}
.testimonial3-card__profile-content-title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile-content-title {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card__profile-content-title {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-card__profile-content-title {
    font-size: 13px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-card__profile-content-title {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-card__profile-content-title {
    font-size: 12px;
    line-height: 1;
  }
}
.testimonial3-card__content-text {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3-card__content-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__content-text {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card__content-text {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-card__content-text {
    font-size: 13px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-card__content-text {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-card__content-text {
    font-size: 12px;
    line-height: 1;
  }
}
.testimonial3-card__content-ratings {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 20px;
}
.testimonial3-card__content-ratings li i {
  color: var(--rr-theme-primary);
  font-size: 16px;
}
.testimonial3-card__content-ratings li .last-star {
  color: var(--rr-common-white);
}
/*# sourceMappingURL=index.css.map */ 
.content-btn a {
  display: grid;
  place-items: center;
  border-radius: 6px;
  padding: 11px 22px;
  background-color: var(--rr-common-white);
}
.h2-service__item-content-btn a i {
  color: var(--rr-heading-primary);
}

.h3-service__heading h2 {
  line-height: 117%;
  text-align: center;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  max-width: 700px;
  margin: auto;
  padding-bottom: 90px;
}

.h3-service__item {
  padding: 30px;
  border-radius: 12px;
  background-color: var(--rr-theme-primary);
}
.h3-service__item-title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-service__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h3-service__item-title {
    font-size: 19px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h3-service__item-title {
    font-size: 18px;
    line-height: 1;
  }
}
@media mxm {
  .h3-service__item-title {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h3-service__item-title {
    font-size: 16px;
    line-height: 1;
  }
}
.h3-service__item-desc {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-service__item-desc {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h3-service__item-desc {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h3-service__item-desc {
    font-size: 16px;
    line-height: 1;
  }
}
@media mxm {
  .h3-service__item-desc {
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h3-service__item-desc {
    font-size: 14px;
    line-height: 1;
  }
}
.h3-service__item-link {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  display: block;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-service__item-link {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h3-service__item-link {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h3-service__item-link {
    font-size: 16px;
    line-height: 1;
  }
}
@media mxm {
  .h3-service__item-link {
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h3-service__item-link {
    font-size: 14px;
    line-height: 1;
  }
}
.h3-service__item-thumb {
  border-radius: 12px;
}
.h3-service__item-thumb img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.h4-service__title {
  font-size: 60px;
  line-height: 1.2;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  margin-bottom: 20px;
  text-decoration: underline;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-service__title {
    font-size: 30px;
  }
}
.h4-service__wrap {
  margin-top: 50px;
}
.h4-service__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  margin-bottom: 20px;
  gap: 100px;
  background: var(--rr-common-white);
  border: 1px solid var(--rr-common-gray);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .h4-service__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
.h4-service__item-number {
  font-size: 24px;
  line-height: 1;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  margin-bottom: 10px;
}
.h4-service__item-text {
  font-size: 38px;
  line-height: 1.5;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-service__item-text {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h4-service__item-text {
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h4-service__item-text {
    font-size: 17px;
    line-height: 1;
  }
}
@media mxm {
  .h4-service__item-text {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h4-service__item-text {
    font-size: 15px;
    line-height: 1;
  }
}/*# sourceMappingURL=index.css.map */

.banner-4__capsol__content__wrap .border-bottom .border-line:nth-child(odd) {
  width: 100%;
  height: 4px;
  background-color: #fff;
  margin-top: 5px;
}
.banner-4__capsol__content__wrap .border-bottom .border-line:nth-child(even) {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 5px;
}

.contact-us__area .contact-title {
  margin-bottom: 40px;
}
.contact-us__area .contact-title h2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .contact-us__area .contact-title h2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us__area .contact-title h2 {
    font-size: 55px;
    line-height: 63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contact-us__area .contact-title h2 {
    font-size: 49px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px), (max-width: 575px) {
  .contact-us__area .contact-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:320px), (max-width:376px) {
  .contact-us__area .contact-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.contact-us__area .contact-us__form-wrapper {
  background: #161616;
  border: 1px solid #202020;
  border-radius: 20px;
  padding: 56px;
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
  z-index: 9999;
}
.contact-us__area .contact-us__form-wrapper .title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-us__area .contact-us__form-wrapper .title {
    font-size: 40px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper .title {
    font-size: 44px;
    line-height: 55px;
  }
}
.contact-us__area .contact-us__form-wrapper-2 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 575px) {
  .contact-us__area .contact-us__form-wrapper {
    padding: 20px;
  }
}
.contact-us__area .contact-us__form-wrapper .contact-shape {
  z-index: -1;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input {
  position: relative;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input span {
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 16px;
  font-style: normal;
  display: block;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
  position: relative;
  line-height: var(--rr-lh-h5);
  font-weight: var(--rr-fw-regular);
  margin-top: 5px;
  margin-left: 0;
  background: #0A0A0A;
  color: #999999;
  margin-bottom: 20px;
  padding: 10px 12px 10px 27px;
  border-radius: 60px;
  font-style: normal;
  outline: none;
  width: 100%;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
    padding: 16px 45px 15px 20px;
  }
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::placeholder { /* MODERN BROWSER */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rr-heading-primary);
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea {
  position: relative;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea span {
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 16px;
  font-style: normal;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
  background: #0A0A0A;
  color: #999999;
  margin-top: 5px;
  height: 180px !important;
  margin-left: 0;
  border: 1px solid rgba(0, 29, 8, 0.1);
  padding: 10px 12px 10px 30px;
  border-radius: 15px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::placeholder { /* MODERN BROWSER */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn {
  max-width: 100%;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn-3 {
  margin-top: 20px;
  padding: 17px 22px;
  width: none;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn-3 {
    font-size: 14px;
  }
}
.contact-us__area .contact-us__form-wrapper-3 {
  background: none;
  border: none;
  border-radius: 0;
  padding: 56px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 9999;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper-3 {
    padding: 20px;
  }
}

.contact-us__textarea .icon {
  position: absolute;
  top: 60px;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rr-heading-primary);
}

.contact-btn {
  background: var(--rr-theme-primary);
  color: #0A0A0A;
  line-height: var(--rr-lh-h5);
  font-weight: var(--rr-fw-sbold);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 150px;
  font-style: normal;
  font-size: 14px;
  transition: 0.3s;
}
.contact-btn i {
  margin-left: 10px;
}
.contact-btn:hover {
  background: var(--rr-heading-primary);
}

.contact-us__title-wrapper {
  z-index: 999;
}

.contact-shape .shape-1 {
  max-width: 975px;
  z-index: -1;
  left: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-shape .shape-1 {
    left: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contact-shape .shape-1 {
    display: none;
  }
}
.contact-shape .shape-2 {
  max-width: 975px;
  z-index: -1;
  right: 138px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-shape .shape-2 {
    right: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
  .contact-shape .shape-2 {
    display: none;
  }
}

.contact-area {
  z-index: 99;
}
.contact-wrapper {
  background: #161616;
  border-radius: 10px;
}
.contact-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-title h2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-title h2 {
    font-size: 45px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.contact-item {
  background: #0A0A0A;
  padding: 35px 50px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.contact-item:hover .contact-icon {
  background: #C4F000;
  color: #0A0A0A;
}
.contact-content {
  margin-top: 18px;
}
.contact-content span {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content span {
    font-size: 23px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content span {
    font-size: 22px;
  }
}
.contact-content .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content .dec {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content .dec {
    font-size: 16px;
    line-height: 23px;
  }
}
.contact-content h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content h3 {
    font-size: 20px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content h3 {
    font-size: 20px;
  }
}
.contact-content h3:hover {
  transition: all 0.3s ease-in-out;
  color: #C4F000;
}
.contact-content h3 a {
  position: relative;
}
.contact-content h3 a::before {
  position: absolute;
  content: "";
  bottom: 0;
  background: white;
  height: 2px;
  width: 100%;
  justify-content: center;
}
.contact-icon {
  width: 100px;
  height: 100px;
  background: #161616;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 0 auto;
}
.contact-icon i {
  font-size: 50px;
}

.breadcrumb__area.breadcrumb__area-2 {
  padding-bottom: 50px;
}

.faq-title h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 45px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-title h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .faq-title h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.faq-title-2 h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
}

.rr-accordion-item {
  border-bottom: 1px solid white;
}
.rr-accordion-button {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  align-items: end;
}
.rr-accordion-button .heading {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: block;
}
.rr-accordion-button .heading .dec {
  margin-left: 44px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
.rr-accordion-button.collapsed span i {
  transform: rotate(70deg);
  transition: 0.3s;
}
.rr-accordion-button span i {
  font-size: 18px;
  transform: rotate(-130deg);
  transition: 0.3s;
}
.rr-accordion-button-2 {
  border-top: 1px solid white;
}
.rr-accordion-body {
  margin-left: 95px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .rr-accordion-body {
    margin-left: 0;
  }
}
.rr-accordion-body p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-accordion-body p {
    font-size: 15px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .rr-accordion-body p {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  8.12 home1
/*----------------------------------------*/
.counter__item {
  padding: 20px 0px;
  border-top: 1px solid #202020;
  position: relative;
  z-index: 1;
}
.counter__item h4 {
  display: flex;
  font-size: 42px;
  align-items: center;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
.counter__item p {
  font-size: 24px;
  padding-top: 5px;
  line-height: 125%;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
}
.counter__thumb img {
  border-radius: 10px;
}
.counter__text-area h4 {
  font-size: clamp(30px, 5vw, 60px);
  text-align: center;
  line-height: 117%;
  padding: 60px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .counter__text-area h4 {
    font-size: 25px;
  }
}
.counter__text-area h4 span {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .counter__text-area h4 {
    padding: 30px 0px;
  }
}
.counter__text-area p {
  font-size: clamp(20px, 5vw, 42px);
  text-align: center;
  line-height: 124%;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
  .counter__text-area p br {
    display: none;
  }
}

.rotate-1 {
  transform: rotate(-3deg);
  background-color: var(--rr-theme-primary);
  margin-bottom: -106px;
  padding: 10px;
  margin-left: -100px;
  margin-right: -100px;
}
.rotate-1 h2 {
  color: #000;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .rotate-1 {
    transform: rotate(-11deg);
  }
}

.rotate-2 {
  background-color: var(--rr-common-white);
  transform: rotate(5deg);
  padding: 10px;
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 575px) {
  .rotate-2 {
    transform: rotate(12deg);
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .rotate-2 {
    transform: rotate(11deg);
  }
}
.rotate-2 h2 {
  color: #000;
}

.custom-m {
  margin: 100px 0px;
}

.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-brand__content h2 {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  margin: 0;
}
.h1-brand__content h2 span {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
}

.prog__title {
  margin-bottom: 40px;
}
.prog__title h2 {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-align: center;
  color: #fff;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .prog__title h2 {
    font-size: 47px;
  }
}
.prog__item {
  padding: 30px;
  border-radius: 10px;
  background: #202020;
}
.prog__item-icon {
  max-width: 52px;
  width: 100%;
  height: 52px;
  background-color: var(--rr-common-white);
  display: grid;
  place-items: center;
  border-radius: 6px;
}
.prog__item-icon img {
  width: 30px;
}
.prog__item-bar h6 {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
}

.progress {
  position: relative;
}
.progress span {
  background-color: var(--rr-theme-primary);
  color: #000;
  font-weight: bold;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.progress_bar {
  width: 100%;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 10px;
  position: relative;
  margin-top: 8px;
}

.progress_fill {
  background-color: var(--rr-theme-primary);
  height: 100%;
  width: 0%;
  border-radius: 10px 0 0 10px;
  position: relative;
  transition: width 2s ease-in-out;
}

.progress_label {
  position: absolute;
  right: 0;
  top: -15px;
  transform: translate(50%, 0);
  background-color: var(--rr-theme-primary);
  color: #000;
  border-radius: 25px;
  width: 42px;
  height: 22px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

.work-studio__item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 39px;
  padding-bottom: 35px;
}
.work-studio__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-studio__item-frist-text-2 {
    max-width: 400px;
    width: 100%;
  }
}
.work-studio__item-frist-text .title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}
.work-studio__item-det .title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-bold);
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 3px;
}
.work-studio__item-det .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  color: var(--rr-text-body);
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}

.about-brand__wrapper {
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-brand__wrapper__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bardchum-area {
  padding: 120px 0;
}

.bardchum-content span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bardchum-content span {
    font-size: 16px;
  }
}
.bardchum-title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 2px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:376px), (max-width:320px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
  .bardchum-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bardchum-title {
    font-size: 50px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bardchum-title {
    font-size: 52px;
    line-height: 57px;
  }
}
@media (max-width:450px) {
  .bardchum-title {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width:320px), (max-width:376px) {
  .bardchum-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.single-img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .single-img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .single-img {
    height: 400px;
  }
}

.service-wrapper .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-wrapper .dec {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-wrapper .dec {
    font-size: 16px;
    line-height: 26px;
  }
}
.service-title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 7px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-title {
    font-size: 30px;
    line-height: 33px;
  }
}
.service-item {
  position: relative;
  background: #161616;
  padding: 36px 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.service-item:hover {
  background-color: #C4F000;
}
.service-item:hover .service-numbar span {
  color: #0A0A0A;
}
.service-item:hover .service-content .title {
  color: #0A0A0A;
}
.service-item:hover .service-content p {
  color: #0A0A0A;
}
.service-numbar span {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.service-content .title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-content .title {
    font-size: 27px;
  }
}
.service-content p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-content p {
    font-size: 15px;
  }
}

.video-thume {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .video-thume {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .video-thume {
    height: 350px;
  }
}

.wrap-1-2 {
  top: 24%;
  right: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-1-2 {
    top: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wrap-1-2 {
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wrap-1-2 {
    top: 8%;
  }
}
@media (max-width: 575px) {
  .wrap-1-2 {
    top: 9%;
    right: 43%;
  }
}
@media (max-width:450px) {
  .wrap-1-2 {
    top: -9%;
    right: 36%;
  }
}
@media (max-width:450px) {
  .wrap-1-2 {
    top: -24%;
    right: 31%;
  }
}

.tp-btn {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #0A0A0A;
}

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

.pricing-cus-gutter {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .pricing-cus-gutter {
    --bs-gutter-x: 20px !important;
  }
}

.h1-pricing-card__content {
  background-color: transparent;
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon svg path[fill="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon svg path[stroke="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h1-pricing-card__item {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  background-color: transparent;
  padding: 44px 0px;
  gap: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item {
    padding: 22px 0px;
    gap: 12px;
  }
}
.h1-pricing-card__item-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 10px solid var(--rr-background-primary);
  background-color: var(--rr-heading-primary);
  display: grid;
  place-items: center;
}
.h1-pricing-card__item-heading h6 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 26px;
  line-height: 100%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-heading-text h2 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--rr-common-white);
  display: inline;
}
.h1-pricing-card__item-heading-text span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-size: 18px;
  line-height: 100%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-list {
  background-color: var(--rr-background-primary);
  text-align: center;
}
.h1-pricing-card__item-list ul {
  padding: 45px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item-list ul {
    padding: 20px 0px;
  }
}
.h1-pricing-card__item-list ul li {
  list-style: none;
  margin: 16px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item-list ul li {
    margin: 10px 0px;
  }
}
.h1-pricing-card__item-list ul li span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-btn {
  margin-bottom: -1px;
}
.h1-pricing-card__item-btn a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
  padding: 15px;
  display: block;
  background-color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
}
.h1-pricing-card__item-btn a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
}

.h1-pricing2__heading h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: var(--rr-heading-primary);
  max-width: 700px;
  margin: auto;
}

.h2-pricing2-card__content {
  background-color: var(--rr-heading-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon svg path[fill="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon svg path[stroke="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h2-pricing2-card__item {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  background-color: var(--rr-heading-secondary);
  padding: 44px 0px;
  gap: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item {
    padding: 22px 0px;
    gap: 12px;
  }
}
.h2-pricing2-card__item-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 10px solid var(--rr-background-primary);
  background-color: var(--rr-heading-primary);
  display: grid;
  place-items: center;
}
.h2-pricing2-card__item-heading h6 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 26px;
  line-height: 100%;
  color: var(--rr-common-black);
}
.h2-pricing2-card__item-heading-text h2 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--rr-common-black);
  display: inline;
}
.h2-pricing2-card__item-heading-text span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-size: 18px;
  line-height: 100%;
  color: var(--rr-common-black);
}
.h2-pricing2-card__item-list {
  background-color: var(--rr-background-primary);
  text-align: start;
  padding: 0 25px;
}
.h2-pricing2-card__item-list ul {
  padding: 45px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item-list ul {
    padding: 20px 0px;
  }
}
.h2-pricing2-card__item-list ul li {
  list-style: none;
  margin: 16px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item-list ul li {
    margin: 10px 0px;
  }
}
.h2-pricing2-card__item-list ul li span {
  padding: 5px;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
}
.h2-pricing2-card__item-btn {
  margin-bottom: -1px;
  text-align: center;
}
.h2-pricing2-card__item-btn a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
  padding: 15px;
  display: block;
  background-color: var(--rr-background-primary);
  transition: all 0.3s ease-in-out;
}
.h2-pricing2-card__item-btn a:hover {
  background: var(--rr-theme-secondary);
  color: var(--rr-common-white);
}

.h1-test__shape-1 {
  left: 8%;
  bottom: 0;
}
.h1-test__shape-2 {
  top: 0;
  right: 0;
}
.h1-test__shape-3 {
  bottom: -5px;
  left: 13%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-3 {
    left: 1%;
  }
}
.h1-test__shape-4 {
  top: 13%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-test__shape-4 {
    top: 9%;
  }
}
.h1-test__shape-5 {
  top: 55%;
  left: 14%;
  transform: translate(13px, -103px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-test__shape-5 {
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-5 {
    left: 0;
  }
}
.h1-test__shape-6 {
  left: 0;
  bottom: 120px;
}
.h1-test__shape-7 {
  top: 13%;
  right: 3%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-test__shape-7 {
    top: 8%;
  }
}
.h1-test__shape-8 {
  top: 55%;
  right: 16%;
  transform: translate(13px, -103px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-test__shape-8 {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-8 {
    right: 3%;
  }
}
.h1-test__shape-9 {
  right: 0;
  bottom: 120px;
}
.h1-test__slider-icon img {
  width: inherit;
}
.h1-test__swiper-wrapper {
  max-width: 920px;
  width: 100%;
  padding: 100px 0px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-test__swiper-wrapper {
    padding: 40px 0px;
  }
}
.h1-test__heading h2 {
  text-align: center;
  line-height: 117%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 0;
  font-size: clamp(30px, 5vw, 60px);
}
.h1-test__slider-text p {
  font-size: 26px;
  line-height: 138%;
  text-align: center;
  margin-bottom: 20px;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
@media (max-width:320px) {
  .h1-test__slider-text p {
    font-size: 16px;
  }
}
.h1-test__slider-text-clint {
  width: inherit;
  overflow: hidden;
  border-radius: 35px;
  background-color: var(--rr-heading-primary);
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-test__slider-text-clint {
    visibility: hidden;
    opacity: 0;
  }
}
.h1-test__slider-text-clint-title h6 a {
  font-size: 30px;
  text-align: center;
  line-height: 133%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@media (max-width:320px) {
  .h1-test__slider-text-clint-title h6 a {
    font-size: 16px;
  }
}
.h1-test__slider-text-clint-title p {
  font-size: 18px;
  margin-top: 8px;
  line-height: 111%;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  text-align: start;
}

.custom-gutter {
  --bs-gutter-x: 92px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-gutter {
    --bs-gutter-x: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .custom-gutter {
    --bs-gutter-x: 0px;
  }
}

.h1-project__heading-text h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: var(--rr-heading-primary);
  margin-bottom: 0;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h1-project__heading-text h2 {
    padding: 40px 0px;
  }
  .h1-project__heading-text h2 br {
    display: none;
  }
}
.h1-project__item {
  padding: 45px;
  margin: 45px 0px;
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-project__item {
    padding: 30px;
    margin: 30px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-project__item {
    padding: 30px;
    margin: 20px 0px;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-project__item {
    padding: 16px;
    margin: 10px 0px;
  }
}
.h1-project__item:hover .h1-project__item-content {
  opacity: 1;
  visibility: visible;
}
.h1-project__item-thumb img {
  width: 100%;
  border-radius: 10px;
  cursor: none;
}
.h1-project__item-content {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  left: 45px;
  bottom: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px) {
  .h1-project__item-content {
    left: 22px;
    bottom: 24px;
  }
}
.h1-project__item-content h6 {
  font-size: 16px;
  line-height: 162%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  background-color: var(--rr-common-white);
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px), (max-width:376px) {
  .h1-project__item-content h6 {
    font-size: 14px;
    padding: 5px;
    line-height: 1;
  }
}
.h1-project__item-content h6:hover {
  color: var(--rr-theme-primary);
}
.h1-project__item-content h2 {
  font-size: 30px;
  line-height: 133%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
  display: inline;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px), (max-width:376px) {
  .h1-project__item-content h2 {
    padding: 5px;
    font-size: 16px;
  }
}
.h1-project__item-content h2:hover {
  color: var(--rr-theme-primary);
}

.h2-project__heading-text {
  margin-bottom: 60px;
}
.h2-project__heading-text h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: var(--rr-heading-primary);
  margin-bottom: 0;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h2-project__heading-text h2 {
    padding: 40px 0px;
  }
  .h2-project__heading-text h2 br {
    display: none;
  }
}
.h2-project-card {
  border-radius: 10px;
}
.h2-project-card__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.h2-project-card__thumb img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.3s;
}
.h2-project-card__badge {
  position: absolute;
  padding: 7px 20px;
  border-radius: 6px;
  background: var(--rr-common-white);
  color: var(--rr-common-black);
  top: 30px;
  right: 30px;
}
.h2-project-card__content {
  position: relative;
  padding: 30px 80px 30px 30px;
  background: var(--rr-common-white);
}
.h2-project-card__title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s;
}
.h2-project-card__title:hover {
  color: var(--rr-heading-primary);
}
.h2-project-card__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h2-project-card__tag {
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
  padding: 7px 20px;
  border-radius: 6px;
  border: 1px solid var(--rr-heading-primary);
  background: var(--rr-common-black);
}
.h2-project-card__line {
  width: 490px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-left: 20px;
}
.h2-project-card__link {
  position: absolute;
  top: 30px;
  right: 30px;
  color: var(--rr-common-black);
}
.h2-project-card__link svg {
  fill: #c4f000;
}
.h2-project-card__link svg circle {
  fill: #c4f000;
}
.h2-project-card__link svg path {
  stroke: var(--rr-common-black);
}
.h2-project-card__link:hover svg {
  fill: #111110;
}
.h2-project-card__link:hover svg circle {
  fill: #0d0e0d;
}
.h2-project-card__link:hover svg path {
  stroke: var(--rr-common-white);
}
.h2-project-card:hover .h2-project-card__thumb img {
  transform: scale(1.05);
}

.project-title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .project-title {
    font-size: 32px;
    line-height: 50px;
  }
}

.portfolio-filter {
  background: #202020;
  max-width: 793px;
  border-radius: 65px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.portfolio-filter button {
  margin: 15px 4px 15px 0;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding: 7px 25px;
  border-radius: 65px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .portfolio-filter button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-filter button {
    font-size: 10px;
    margin: 15px 0px 15px 0;
  }
}
@media (max-width:450px), (max-width: 575px), (max-width:376px) {
  .portfolio-filter button {
    font-size: 9px;
    margin: 13px 0px 13px 0;
    padding: 4px 8px;
  }
}
@media (max-width:320px) {
  .portfolio-filter button {
    font-size: 7px;
    margin: 13px 0px 13px 0;
    padding: 4px 8px;
  }
}
.portfolio-filter button:hover {
  background: #c4f000;
  color: #0a0a0a;
}

.fact-area {
  padding-top: 120px;
  padding-bottom: 120px;
}
.fact-title h3 {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact-title h3 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .fact-title h3 {
    font-size: 28px;
    line-height: 50px;
  }
}
.fact-item {
  display: flex;
  background: #161616;
  border: 1px solid #202020;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 1143px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 5px 47px;
  padding-top: 5px;
  padding-top: 41px;
}
.fact-content {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:450px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact-content {
    width: 50%;
    padding: 0;
  }
}
@media (max-width:320px), (max-width:376px) {
  .fact-content {
    width: 100%;
  }
}
.fact-content-2 {
  padding: 0;
}
.fact-content label {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  display: block;
}
.fact-content span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.fact-item-border {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:376px), (max-width:450px), (max-width:320px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact-item-border {
    border: 0;
  }
}

.postbox__thumb {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .postbox__thumb {
    height: 400px;
  }
}

.portfolio__thumb.mb-30.jarallax {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__thumb.mb-30.jarallax {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .portfolio__thumb.mb-30.jarallax {
    height: 350px;
  }
}

.portfolio-title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-title {
    font-size: 36px;
    line-height: 50px;
  }
}
.portfolio-title-2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-title-2 {
    font-size: 21px;
    line-height: 35px;
  }
}
.portfolio-wrapper .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 20px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-wrapper .dec {
    font-size: 14px;
    line-height: 26px;
  }
}
.portfolio-wrapper p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
.portfolio__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__img {
  margin-bottom: 58px;
}
.portfolio__img img {
  border-radius: 10px;
}

.navigation-item {
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #C4F000;
  padding: 35px 0px 35px 65px;
}
.navigation-content {
  position: relative;
}
.navigation-content h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #0A0A0A;
}
.navigation-content::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #0A0A0A;
  border-radius: 100px;
}
.navigation-cta {
  text-align: end;
  padding-right: 65px;
  position: relative;
}
.navigation-cta h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #0A0A0A;
}
.navigation-cta::before {
  position: absolute;
  content: "";
  right: 50px;
  top: 13px;
  width: 10px;
  height: 10px;
  background: #0A0A0A;
  border-radius: 100px;
}
/*# sourceMappingURL=index.css.map */


.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 {
  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. */
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  5.1 blog
/*----------------------------------------*/
.blog-cus-border {
  position: relative;
}
.blog-cus-border::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: var(--rr-heading-primary);
  position: absolute;
  left: 0;
  top: 0;
}
.blog-cus-border::after {
  content: "";
  width: 6px;
  height: 100%;
  background-color: var(--rr-heading-primary);
  position: absolute;
  right: 0;
  top: 0;
}

.blog-custom-gutter {
  --bs-gutter-x: 0px;
}

.h1-blog__item {
  background-color: var(--rr-background-primary);
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-blog__item {
    padding: 16px;
  }
}
.h1-blog__item:hover .h1-blog__heading-content-btn a {
  background-color: var(--rr-theme-primary);
}
.h1-blog__item:hover .h1-blog__heading-content-btn a i {
  transform: rotate(0deg);
  color: var(--rr-heading-primary);
}
.h1-blog__item-icon img {
  width: inherit;
}
.h1-blog__item-icon-heading h6 a {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-blog__item-icon-heading h6 a {
    font-size: 23px;
  }
}
.h1-blog__item-icon-heading h6 a:hover {
  color: var(--rr-theme-primary);
}
.h1-blog__item-icon-heading p {
  font-family: var(--rr-ff-heading);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #fff;
}
.h1-blog__item-icon-date p {
  font-family: var(--rr-ff-heading);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: right;
  color: #fff;
}
.h1-blog__heading h2 {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .h1-blog__heading h2 {
    font-size: 43px;
  }
}
.h1-blog__heading-content-thumb {
  position: relative;
  overflow: hidden;
}
.h1-blog__heading-content-thumb img {
  display: block;
  /* width: 100%; */
}
.h1-blog__heading-content-thumb .audio-player {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 575px) {
  .h1-blog__heading-content-thumb .audio-player {
    width: 80%;
  }
}
.h1-blog__heading-content-thumb .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h1-blog__heading-content-thumb .video-play a {
  width: 110px;
  height: 110px;
  background: #fff;
  color: #121212;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  font-size: 31px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.h1-blog__heading-content-thumb .video-play a:hover {
  background: #9BEA9B;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-blog__heading-content-thumb .video-play a {
    width: 90px;
    height: 90px;
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .h1-blog__heading-content-thumb .video-play a {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.h1-blog__heading-content-thumb .video-play a::before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 500px;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.14);
  animation: zoomInOut 2s ease-in-out infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-blog__heading-content-thumb .video-play a::before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .h1-blog__heading-content-thumb .video-play a::before {
    width: 80px;
    height: 80px;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.h1-blog__heading-content-text h2 {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 26px;
  line-height: 138% !important;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-blog__heading-content-text h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-blog__heading-content-text h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-blog__heading-content-text h2 {
    font-size: 24px;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h1-blog__heading-content-text h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
.h1-blog__heading-content-text h2 a:hover {
  color: var(--rr-theme-primary);
}
.h1-blog__heading-content-btn a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--rr-heading-primary);
}
.h1-blog__heading-content-btn a i {
  color: var(--rr-common-white);
  transform: rotate(-45deg);
  transition: all 0.3s 0s ease-out;
}

.h1-blog__item {
  margin-top: 6px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h1-blog__item {
    flex-wrap: wrap;
  }
}

.h4-blog__title {
  font-size: 60px;
  line-height: 1.2;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  margin-bottom: 20px;
  text-decoration: underline;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-blog__title {
    font-size: 30px;
  }
}
.h4-blog__card {
  background-color: var(--rr-background-primary);
  padding: 30px;
  border-radius: 20px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h4-blog__card {
    padding: 15px;
  }
}
.h4-blog__card-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.h4-blog__card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.h4-blog__card:hover .h4-blog__card-thumb img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.h4-blog__card-link {
  font-family: var(--rr-ff-heading);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--rr-common-white);
  margin-bottom: 5px;
}
.h4-blog__card-content {
  margin-bottom: 20px;
}
.h4-blog__card-content h5 {
  font-family: var(--rr-ff-heading);
  font-weight: 600;
  font-size: 27px;
  line-height: 1.5;
  color: var(--rr-common-white);
  margin-bottom: 5px;
}
.h4-blog__card-content h5 a {
  color: inherit;
  text-decoration: none;
}
.h4-blog__card-content h5 a:hover {
  color: var(--rr-theme-primary);
}
.h4-blog__card-content p {
  font-family: var(--rr-ff-heading);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--rr-common-white);
  margin-bottom: 10px;
}

.blog-main-sidebar .single-sidebar-widget {
  border-radius: 20px;
  background-color: var(--rr-background-primary);
  padding: 40px;
  margin-bottom: 60px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .blog-main-sidebar .single-sidebar-widget {
    padding: 15px;
  }
}
.blog-main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 40px;
}
.blog-main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  color: var(--rr-common-white);
}
.blog-main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--rr-theme-primary);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul {
  list-style: none;
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li {
  border-radius: 999px;
  border: 1px solid var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li a {
  border-radius: 999px;
  display: flex;
  padding: 12px 30px 8px;
  justify-content: space-between;
  font-family: var(--rr-ff-heading);
  font-size: 17.969px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  color: var(--rr-common-black);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li a:last-child {
  margin-right: 0;
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li a:hover {
  border-radius: 999px;
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li a {
    padding: 15px 25px 10px;
  }
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li span {
  transition: all 0.3s ease-in-out;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 18.281px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li:not(:last-child) {
  margin-bottom: 30px;
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover {
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover a {
  color: var(--rr-common-white);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover span {
  color: var(--rr-common-white);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active {
  background-color: var(--rr-heading-primary);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active a {
  color: var(--rr-common-white);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active span {
  color: var(--rr-common-white);
}
.blog-main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.blog-main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--rr-theme-primary);
  font-size: 18.281px;
  padding: 13px 20px;
  width: 100%;
  color: var(--rr-common-black);
  border-radius: 999px;
  border: 1px solid var(--rr-theme-primary);
  font-weight: 400;
  line-height: 34px;
}
.blog-main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 14px;
  height: 100%;
  color: var(--rr-common-black);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  border-radius: 20px;
  border: 1px solid var(--rr-theme-primary);
  padding: 20px 30px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 30px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
  list-style-type: none;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--rr-theme-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 {
  font-weight: 600;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 a {
  color: var(--rr-common-white);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 a:hover {
  color: var(--rr-common-white);
}
.blog-main-sidebar .single-sidebar-widget .get-touch {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blog-main-sidebar .single-sidebar-widget .get-touch .phoneIcon {
  display: flex;
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  padding: 20px 25px 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--rr-theme-primary);
  margin-bottom: 20px;
}
.blog-main-sidebar .single-sidebar-widget .get-touch .phoneIcon i {
  color: var(--rr-theme-primary);
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.blog-main-sidebar .single-sidebar-widget .get-touch h6 {
  color: var(--rr-common-white);
  text-align: center;
  font-family: var(--rr-ff-heading);
  font-size: 18.281px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 185.983% */
  margin-bottom: 20px;
}
.blog-main-sidebar .single-sidebar-widget .get-touch .number {
  color: var(--rr-common-white);
  text-align: center;
  font-family: var(--rr-ff-heading);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 120% */
  text-transform: capitalize;
}
.blog-main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 5px 15px;
  font-family: var(--rr-ff-heading);
  font-size: 18.281px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  background: var(--rr-theme-primary);
  margin-right: 10px;
  text-transform: capitalize;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--rr-theme-primary);
  border-radius: 999px;
  color: var(--rr-common-black);
}
.blog-main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.blog-main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.blog-main-sidebar .single-sidebar-widget.style2 {
  padding: 60px;
}
.blog-main-sidebar .single-sidebar-widget.style3 {
  padding: 40px 24px 40px 40px;
}

/*----------------------------------------*/
/*  5.3 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: 992px), 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: 24px 40px 40px 30px;
  background: var(--rr-background-pastel-blue);
  position: relative;
}
.sidebar__widget::before {
  background: var(--rr-common-white);
  position: absolute;
  width: 129px;
  height: 34px;
  content: "";
  top: 0;
  right: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__widget {
    margin-top: 50px;
  }
}
.sidebar__widget-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 22px;
  line-height: var(--rr-lh-body);
  letter-spacing: -0.03em;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.sidebar__widget-title-2 {
  margin-bottom: 22px;
}
.sidebar__widget-title__have-bar {
  position: relative;
}
.sidebar__widget-service {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.sidebar__widget-service a {
  padding-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: var(--rr-fs-body);
  line-height: 27px;
  border-bottom: 1px solid rgba(0, 15, 32, 0.1);
  color: var(--rr-heading-primary);
}
.sidebar__widget-service a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar__widget-service a:hover {
  color: var(--rr-theme-primary);
}
.sidebar__widget-service a i {
  color: var(--rr-theme-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.sidebar__widget-download {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar__widget-download a {
  padding: 11.5px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  border-radius: 4px;
  border: 1px solid rgba(0, 15, 32, 0.1);
  color: var(--rr-heading-primary);
}
.sidebar__widget-download a img {
  max-width: 15px;
}
.sidebar__widget-download a:hover {
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
.sidebar__widget-download a:hover img {
  filter: brightness(0) invert(1);
}
.sidebar__widget-search .search__bar {
  position: relative;
  height: 46px;
  width: 100%;
}
.sidebar__widget-search .search__bar-icon {
  position: absolute;
  top: 11px;
  right: 20px;
}
.sidebar__widget-search .search__bar-icon i {
  color: var(--rr-heading-primary);
}
.sidebar__widget-search .search__bar input {
  height: 100%;
  padding: 14px 45px 14px 20px;
  width: 100%;
  border: 1px solid rgba(5, 5, 19, 0.14);
  background: transparent;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--rr-fw-regular);
  line-height: 10px;
  margin-left: 0;
  position: relative;
}
.sidebar__widget-search .search__bar button {
  position: absolute;
  left: 18px;
  padding: 0;
  height: 100%;
  line-height: 0;
}
.sidebar__widget-search .search__bar button:hover svg path[stroke="#525257"] {
  stroke: var(--rr-theme-primary);
}
.sidebar__widget-search .search__bar .icon {
  position: absolute;
  top: 20%;
  right: 5px;
  transform: translate(-50%);
}
.sidebar__widget-category {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar__widget-category a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border: 1px solid rgba(5, 5, 19, 0.1);
  padding: 9px 28px 9px 22px;
  transition: all 0.3s ease-in-out;
}
.sidebar__widget-category a:hover {
  background: var(--rr-theme-primary);
}
.sidebar__widget-category a:hover span {
  color: var(--rr-heading-primary);
}
.sidebar__widget-category a:hover span i {
  transform: rotate(0deg);
}
.sidebar__widget-category a span {
  display: flex;
  align-items: center;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
  color: rgba(5, 5, 19, 0.7);
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  transition: all 0.3s ease-in-out;
}
.sidebar__widget-category a span i {
  margin-right: 8px;
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.sidebar__widget-category a:hover {
  color: var(--rr-theme-primary);
}
.sidebar__widget-tags .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar__widget-tags .tags a {
  background: transparent;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 26px;
  font-style: normal;
  color: rgba(5, 5, 19, 0.7);
  border: 1px solid rgba(5, 5, 19, 0.1);
}
.sidebar__widget-tags .tags a:hover {
  color: var(--rr-heading-primary);
  background: var(--rr-theme-primary);
}
.sidebar__widget-have_any_question {
  padding: 30px;
  border-radius: 10px;
  background: var(--rr-theme-primary);
  box-shadow: 0px 1px 3px 0px rgba(0, 15, 32, 0.1);
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar__widget-have_any_question-space {
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
}
.sidebar__widget-have_any_question-media {
  padding-left: 41px;
  margin-top: -93px;
  margin-bottom: -30px;
  margin-right: -30px;
  max-width: 367px;
}
.sidebar__widget-have_any_question h3 {
  margin-bottom: 5px;
}
.sidebar__widget-have_any_question p {
  max-width: 275px;
  opacity: 0.8;
  color: var(--rr-common-white);
}
.sidebar__widget-have_any_question .rr-btn .text-one {
  color: var(--rr-heading-primary);
}
.sidebar__widget .sidebar-post {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.sidebar__widget .sidebar-post:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .sidebar__widget .sidebar-post {
    flex-wrap: wrap;
  }
}
.sidebar__widget .sidebar-post_thumb {
  min-width: 90px;
  height: 100px;
  overflow: hidden;
}
.sidebar__widget .sidebar-post_thumb img {
  width: 90px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar__widget .sidebar-post_thumb:hover img {
  transform: scale(1.2);
}
.sidebar__widget .sidebar-post_content .post-meta {
  margin-bottom: 6px;
}
.sidebar__widget .sidebar-post_content .post-meta li {
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
  line-height: 17px;
  color: rgba(5, 5, 19, 0.7);
  display: flex;
  font-style: normal;
  gap: 7px;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width:376px) {
  .sidebar__widget .sidebar-post_content .post-meta li {
    font-size: 12px;
  }
}
.sidebar__widget .sidebar-post_content .post-meta li i {
  color: var(--rr-theme-primary);
}
.sidebar__widget .sidebar-post_content h3 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  font-style: normal;
  font-size: var(--rr-fs-body);
  line-height: var(--rr-lh-p);
  letter-spacing: -0.02em;
}
@media (max-width:320px) {
  .sidebar__widget .sidebar-post_content h3 {
    font-size: 13px;
    line-height: 20px;
  }
}
.sidebar__widget .sidebar-post_content a:hover h3 {
  color: var(--rr-theme-primary2);
}

.sidebar__widget-button {
  border: 1px solid #e5e8e6;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 26px;
}
.sidebar__widget-button .sidebar {
  margin-bottom: 24px;
  font-weight: var(--rr-fw-sbold);
}
.sidebar__widget-button .sidebar-tags .btn {
  gap: 10px;
  padding: 0;
}
.sidebar__widget-button .sidebar-tags .btn a {
  font-size: 14px;
  border: 1px solid #e5e8e6;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.sidebar__widget-button .sidebar-tags .btn a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  5.1 blog-details
/*----------------------------------------*/
.postbox__content-text {
  padding: 60px 0;
}
.postbox__content-text p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
}
.postbox__quote {
  background: #161616;
  border: 1px solid #202020;
  border-radius: 10px;
  padding: 35px 36px 35px 35px;
}
.postbox__quote img {
  width: inherit;
}
.postbox__quote p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: var(--rr-common-white);
  padding: 17px 0;
}
@media (max-width:320px), (max-width:376px) {
  .postbox__quote p {
    font-size: 20px;
  }
}
.postbox__quote .name {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: var(--rr-common-white);
  padding-left: 67px;
  position: relative;
}
@media (max-width:320px), (max-width:376px) {
  .postbox__quote .name {
    font-size: 20px;
  }
}
.postbox__quote .name::before {
  content: "";
  border: 2px solid var(--rr-common-white);
  width: 45px;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  transform: translateX(2px);
  bottom: 20px;
}
.postbox__text2-Innovative {
  padding-top: 52px;
  padding-bottom: 20px;
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: var(--rr-common-white);
}
@media (max-width:320px), (max-width:376px) {
  .postbox__text2-Innovative {
    font-size: 30px;
    line-height: 44px;
  }
}
.postbox__text2 p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
}
.postbox__text2-list {
  padding-top: 30px;
  padding-bottom: 40px;
}
.postbox__text2-list ul li {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
  list-style: none;
  position: relative;
  padding-left: 24px;
  padding-bottom: 10px;
}
@media (max-width:320px), (max-width:376px) {
  .postbox__text2-list ul li {
    font-size: 14px;
  }
}
.postbox__text2-list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--rr-heading-secondary);
  left: 0;
  top: 8px;
  display: block;
  position: absolute;
  border-radius: 10px;
}
.postbox__text2-thumb img {
  border-radius: 10px;
}
.postbox__text2-other {
  padding: 56px 0;
}
.postbox__text2-other p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
}
@media (max-width:320px), (max-width:376px) {
  .postbox__text2-other p {
    font-size: 16px;
  }
}
.postbox__text3 {
  padding-bottom: 120px;
}
.postbox__text3-title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: var(--rr-common-white);
}
@media (max-width:320px), (max-width:376px) {
  .postbox__text3-title {
    font-size: 40px;
  }
}
.postbox__text3 p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
  padding: 20px 0px 34px 0px;
}
.postbox__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 45px 0px;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
}
.postbox__tag-wrapper .tag span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--rr-common-white);
  padding-right: 25px;
}
.postbox__tag-wrapper .social span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--rr-common-white);
  padding-right: 25px;
}
.postbox__tag-wrapper .social a {
  width: 44px;
  height: 44px;
  line-height: 50px;
  border-radius: 44px;
  background: var(--rr-background-primary);
  display: inline-block;
  margin-right: 10px;
  align-items: center;
  text-align: center;
}
.postbox__tag-wrapper .social a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
}
.postbox__comment-box {
  background: var(--rr-background-primary);
  border: 1px solid #202020;
  border-radius: 10px;
  padding: 45px;
}
.postbox__comment-box form .input-wrapper {
  display: flex;
  background-color: var(--rr-heading-primary);
  width: 50%;
}

.postbox__thumb {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .postbox__thumb {
    height: 400px;
  }
}

.postbox__text2-thumb {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__text2-thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .postbox__text2-thumb {
    height: 350px;
  }
}

.breadcrumb-area {
  padding-top: 226px;
  padding-bottom: 120px;
}
.breadcrumb-cta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 95px;
  row-gap: 38px;
  row-gap: 10px;
  position: relative;
}
@media (max-width:376px), (max-width:450px) {
  .breadcrumb-cta {
    gap: 70px;
  }
}
@media (max-width:320px) {
  .breadcrumb-cta {
    gap: 60px;
  }
}
.breadcrumb-cta::before {
  position: absolute;
  content: "";
  left: 40%;
  top: 14px;
  background: #fff;
  height: 1px;
  width: 45px;
}
@media (max-width:320px) {
  .breadcrumb-cta::before {
    left: 39%;
  }
}
.breadcrumb-cta span {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.breadcrumb-title {
  margin-top: 20px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:376px), (max-width:450px), (max-width:320px) {
  .breadcrumb-title br {
    display: none;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
  .breadcrumb-title {
    font-size: 48px;
    line-height: 57px;
  }
}
@media (max-width:376px), (max-width:320px) {
  .breadcrumb-title {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width:320px) {
  .breadcrumb-title {
    font-size: 36px;
    line-height: 54px;
  }
}

/*----------------------------------------*/
/*  5.1 blog-list
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__area {
    padding: 0px 15px;
  }
}
.blog-list__thumb a img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list__thumb a img {
    width: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__thumb {
    margin-bottom: 30px;
  }
}
.blog-list__wrap {
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 30px;
  gap: 28px;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__wrap {
    display: block;
  }
}
.blog-list__wrap:hover .arrow a svg {
  transform: rotate(45deg);
}
.blog-list__content-tag {
  background: #453030;
  border-radius: 6px;
  padding: 0px 14px;
  display: inline-block;
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: var(--rr-ff-medium);
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 13px;
}
@media (max-width:320px) {
  .blog-list__content-tag {
    font-size: 10px;
  }
}
.blog-list__content-date {
  padding-top: 10px;
}
.blog-list__content-date span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: var(--rr-ff-medium);
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(69, 48, 48, 0.7);
}
@media (max-width:320px) {
  .blog-list__content-date span {
    font-size: 13px;
  }
}
.blog-list__content-date span i {
  padding-right: 8px;
}
.blog-list__content-date .arrow svg {
  transform: rotate(-2deg);
  transition: all 0.3s ease-in-out;
}
.blog-list__item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__item {
    padding-left: 0;
  }
}
.blog-list__title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: var(--rr-fw-sbold);
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  color: #453030;
  padding-bottom: 96px;
  border-bottom: 1px solid rgba(69, 48, 48, 0.14);
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-list__title {
    font-size: 30px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list__title {
    font-size: 24px;
    line-height: 41px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .blog-list__title {
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-list__title {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .blog-list__title {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width:450px) {
  .blog-list__title {
    font-size: 22px;
    line-height: 38px;
    padding-bottom: 34px;
  }
}
@media (max-width:320px) {
  .blog-list__title {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 34px;
  }
}
.blog-list__title a {
  background: linear-gradient(#453030 0%, #453030 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #453030;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
  .blog-list__title a br {
    display: none;
  }
}
.blog-list__title a:hover {
  color: #453030;
  background-size: 100% 2px;
}

.bottom-button {
  gap: 10px;
  background-color: #161616;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 0px 0 10px 10px;
  margin-top: 6px;
}
.bottom-button a {
  color: #fff;
  background: #0A0A0A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.bottom-button a:hover {
  background: #C4F000;
  color: #161616;
}

.h1-footer-custom-gutter {
  --bs-gutter-x: 0px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-footer-custom-gutter {
    margin-bottom: 80px;
  }
}

.h1-f-custom-padding {
  padding: 50px 0px;
}
@media (max-width: 575px) {
  .h1-f-custom-padding {
    padding: 50px 0px;
  }
}

.footer-custom-border {
  position: relative;
}
.footer-custom-border::before {
  content: "";
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  position: absolute;
  background-color: var(--rr-background-primary);
}
@media (max-width: 575px) {
  .footer-custom-border::before {
    display: none;
  }
}

.h1-footer__area {
  border: 1px solid #222222;
}
.h1-footer__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-footer__content h2 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-footer__content h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-footer__content h2 {
    font-size: 90px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .h1-footer__content h2 {
    font-size: 50px;
  }
}
.h1-footer__content h2 span {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-footer__content h2 span {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-footer__content h2 span {
    font-size: 90px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .h1-footer__content h2 span {
    font-size: 50px;
  }
}
.h1-footer__widget {
  padding: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-footer__widget {
    padding: 30px;
  }
}
.h1-footer__widget-author-icon-text h6 a {
  font-size: 24px;
  line-height: 125%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
}
.h1-footer__widget-author-icon-text p {
  font-size: 16px;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-heading);
}
.h1-footer__widget-link p {
  font-size: 16px;
  line-height: 125%;
  padding-bottom: 20px;
  color: var(--rr-text-body);
  text-transform: uppercase;
  font-family: var(--rr-ff-heading);
}
.h1-footer__widget-link h5 a {
  font-size: 24px;
  line-height: 142%;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
}
.h1-footer__widget-link h5 a:hover {
  color: var(--rr-theme-primary);
}
.h1-footer__widget-link h6 a {
  font-size: 24px;
  line-height: 142%;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
}
.h1-footer__widget-link h6 a:hover {
  color: var(--rr-theme-primary);
}
.h1-footer__widget-social p {
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-heading);
}
.h1-footer__widget-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.h1-footer__widget-social ul li a {
  width: 44px;
  height: 44px;
  display: grid;
  border-radius: 50%;
  place-items: center;
  background-color: var(--rr-background-primary);
}
@media (max-width: 575px) {
  .h1-footer__widget-social ul li a {
    width: 40px;
    height: 40px;
  }
}
.h1-footer__widget-social ul li a:hover {
  background-color: var(--rr-theme-primary);
}

.half-circle {
  width: 80px;
  height: 80px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-left: -39px;
}
.half-circle-clip-wrapper {
  left: 0;
  top: -19px;
}

.clip-sm {
  width: 70px;
  height: 80px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-top: 20px;
}

.clip-md {
  width: 62px;
  height: 72px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-left: -27px;
  margin-right: 13px;
  margin-top: 20px;
}

.clip-bg {
  width: 42px;
  height: 52px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-left: -70px;
  margin-right: 4px;
  margin-top: 20px;
}

/*----------------------------------------*/
/*  6.2 footer-2
/*----------------------------------------*/
.footer-2__shapes-shape-1 {
  position: absolute;
  top: 175px;
  left: 627px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__shapes-shape-1 {
    display: none;
  }
}
.footer-2__shapes-shape-2 {
  position: absolute;
  top: 435px;
  right: 62px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__shapes-shape-2 {
    display: none;
  }
}
.footer-2__border::before {
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 38%;
  top: 0;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__border::before {
    display: none;
  }
}
.footer-2__top-part {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-2__top-part {
    justify-content: inherit;
    gap: 200px;
    row-gap: 20px;
  }
}
.footer-2__top-part-widget-title h4 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer-2__top-part-widget-title h4 {
    margin-top: 30px;
  }
}
.footer-2__top-part-widget .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 19px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-2__top-part-widget-btn a {
  background: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-black);
  padding: 13px 52px 14px 34px;
  border-radius: 50px;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer-2__top-part-widget-btn a::before {
  background: var(--rr-common-black);
  position: absolute;
  top: 42%;
  right: 35px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
}
.footer-2__top-part-widget__link-left {
  padding-left: 163px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__top-part-widget__link-left {
    padding-left: 0;
  }
}
.footer-2__top-part-logo a img {
  max-width: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-2__top-part-heading .title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__top-part-heading .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.footer-2__top-part-link ul li {
  list-style: none;
}
.footer-2__top-part-link ul li:not(:last-of-type) {
  margin-bottom: 19px;
}
.footer-2__top-part-link ul li a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.footer-2__top-part-link ul li a:hover {
  text-decoration: underline;
}
.footer-2__top-part-link ul li a i {
  margin-top: -7px;
}
.footer-2__top-part-form {
  position: relative;
  margin-top: 25px;
}
.footer-2__top-part-form .rr-subscribe-form .form-control {
  background: transparent;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-style: normal;
  font-size: 15px;
  height: 50px;
  padding: 18px 140px 18px 22px;
  position: relative;
  margin-bottom: 19px;
}
.footer-2__top-part-form .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:focus {
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-2__top-part-form .rr-subscribe-form .form-control-1 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin-right: 5px;
  background-color: transparent;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-input:focus {
  box-shadow: none;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-label {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-2__top-part-form .submit {
  background: #9BEA9B;
  color: var(--rr-common-black);
  padding: 5px 18px 5px 17px;
  position: absolute;
  border-radius: 6px;
  top: 6px;
  right: 6px;
  transition: all 0.3s ease-in-out;
}
.footer-2__top-part-form .submit:hover {
  background: var(--rr-common-white);
}
.footer-2__bottom-part {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 71px;
  padding-bottom: 40px;
}
.footer-2__bottom-part-widget-title h4 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__bottom-part-widget-title h4 {
    margin-top: 30px;
  }
}
.footer-2__bottom-part-widget-shape img {
  width: inherit;
  transform: rotate(51deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__bottom-part-widget-shape img {
    width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2__bottom-part-widget-shape img {
    transform: rotate(0deg);
    transform: translate(25%, -14%);
  }
}
@media (max-width: 575px) {
  .footer-2__bottom-part-widget-shape img {
    width: 100%;
    transform: rotate(0deg);
  }
}
.footer-2__bottom-part-widget__location-left {
  padding-left: 175px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__bottom-part-widget__location-left {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .footer-2__bottom-part-widget-social {
    margin-top: 30px;
  }
}
.footer-2__bottom-part-widget-social ul li {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-style: normal;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2__bottom-part-widget-social ul li {
    font-size: 26px;
    line-height: 26px;
  }
}
.footer-2__bottom-part-widget-social ul li:hover {
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}
.footer-2__bottom-part-widget-social ul li a:hover {
  color: var(--rr-common-white);
}
.footer-2__bottom-part-widget-social ul li .icon {
  width: 40px;
  height: 40px;
  background: #0A66C2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-2__bottom-part-widget-social ul li .icon i {
  font-size: 20px;
  color: var(--rr-common-white);
}
.footer-2__bottom-part-location-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer-2__bottom-part-location-contact:last-child {
  margin-bottom: 0;
}
.footer-2__bottom-part-location-contact .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-2__bottom-part-location-contact .icon i {
  color: var(--rr-common-white);
  font-size: 20px;
}
.footer-2__bottom-part-location-contact a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}
.footer-2__bottom-part-location-contact a:hover {
  color: var(--rr-common-white);
}
.footer-2__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-2__copyright p {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright p a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright p a:hover {
  color: var(--rr-theme-primary);
}
.footer-2__copyright-menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}
.footer-2__copyright-menu ul::before {
  background: #999999;
  position: absolute;
  top: 7px;
  left: 48%;
  width: 1px;
  height: 17px;
  content: "";
}
.footer-2__copyright-menu ul li {
  list-style: none;
}
.footer-2__copyright-menu ul li a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright-menu ul li a:hover {
  background: var(--rr-common-white);
}

.h1-copyright__area p {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
}

.about-copyright {
  background: var(--rr-heading-primary) !important;
}
.about-copyright p {
  color: var(--rr-common-white);
}

.h1-about__heading-text h2 {
  font-size: clamp(35px, 5vw, 60px);
  line-height: 117%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-about__heading-text h2 br {
    display: none;
  }
}
.h1-about__heading-text h2 span img {
  width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-about__heading-text h2 {
    margin-bottom: 50px;
  }
}
.h1-about__item {
  border-radius: 50%;
  padding: 90px 40px;
  background-color: var(--rr-heading-primary);
  text-align: center;
  margin-left: -14px;
}
.h1-about__item.border-1 {
  border: 1px solid #202020;
  padding: 90px 45px;
  border-radius: 100%;
  margin-left: -10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .h1-about__item.border-1 {
    padding: 90px 42px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-about__item.border-1 {
    padding: 60px 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item.border-1 {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-about__item.border-1 {
    padding: 70px 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-about__item.border-1 {
    padding: 50px 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-about__item.border-1 {
    padding: 36px 42px;
  }
}
@media (max-width: 575px) {
  .h1-about__item.border-1 {
    margin: 50px 50px;
    margin-bottom: -30px;
  }
}
@media (max-width:450px) {
  .h1-about__item.border-1 {
    margin: 10px;
  }
}
@media (max-width:376px) {
  .h1-about__item.border-1 {
    margin: 10px;
  }
}
@media (max-width:320px) {
  .h1-about__item.border-1 {
    margin: 10px;
  }
}
@media (max-width:450px) {
  .h1-about__item.border-1 {
    padding: 76px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:376px) {
  .h1-about__item.border-1 {
    padding: 57px 42px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width:320px) {
  .h1-about__item.border-1 {
    padding: 37px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .h1-about__item.border-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-about__item {
    padding: 50px 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item {
    padding: 50px 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-about__item {
    padding: 94px 80px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-about__item {
    padding: 80px 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-about__item {
    padding: 36px 42px;
  }
}
@media (max-width:450px) {
  .h1-about__item {
    padding: 55px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:376px) {
  .h1-about__item {
    padding: 57px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:320px) {
  .h1-about__item {
    padding: 30px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.h1-about__item-content {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (max-width:320px), (max-width:376px) {
  .h1-about__item-content {
    gap: 0px;
  }
}
.h1-about__item-thumb img {
  max-width: 95px;
  max-height: 74px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item-thumb img {
    max-height: 45px;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about__item-thumb img {
    max-height: 40px;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about__item-thumb img {
    margin-bottom: 10px;
  }
}
.h1-about__item-text h6 {
  font-size: 30px;
  line-height: 133%;
  text-align: center;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item-text h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .h1-about__item-text h6 {
    font-size: 26px;
  }
}
.h1-about__item-text h6 a:hover {
  color: var(--rr-heading-secondary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-about__item-text h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item-text h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-about__item-text h6 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-about__item-text h6 {
    font-size: 17px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .h1-about__item-text h6 {
    font-size: 35px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .h1-about__item-text h6 {
    font-size: 29px;
    margin-bottom: 0px;
  }
}
@media (max-width:376px) {
  .h1-about__item-text h6 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width:320px) {
  .h1-about__item-text h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.h1-about__item-text .dec {
  font-size: 18px;
  text-align: center;
  line-height: 156%;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-about__item-text .dec {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item-text .dec {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-about__item-text .dec {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-about__item-text .dec {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:376px) {
  .h1-about__item-text .dec {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  .h1-about__item-text .dec {
    font-size: 17px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width: 575px) {
  .h1-about__item-text .dec {
    font-size: 12px;
  }
}
.h1-about__item-text p {
  font-size: var(--rr-fs-p);
  font-weight: var(--rr-fw-normal);
  color: var(--rr-text-body);
  line-height: var(--rr-lh-p);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .h1-about__item-text p {
    font-size: 19px;
  }
}
@media (max-width:450px) {
  .h1-about__item-text p {
    font-size: 19px;
  }
}
@media (max-width:376px) {
  .h1-about__item-text p {
    font-size: 17px;
  }
}
@media (max-width:320px) {
  .h1-about__item-text p {
    font-size: 13px;
  }
}

.counter__thumb.mt-5.jarallax {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__thumb.mt-5.jarallax {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .counter__thumb.mt-5.jarallax {
    height: 400px;
  }
}

.h1-about2__heading h2 {
  line-height: 117%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(32px, 5vw, 60px);
  margin-bottom: 100px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about2__heading h2 {
    margin-bottom: 40px;
    text-align: center;
  }
}
.h1-about2__thumb img {
  width: 100%;
  display: block;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about2__thumb img {
    margin-bottom: 30px;
  }
}
.h1-about2__thumb-text {
  top: -4px;
  padding: 62px 52px;
  background-color: var(--rr-theme-primary);
  outline: 30px solid var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-about2__thumb-text {
    padding: 20px 12px;
    outline: 20px solid var(--rr-heading-primary);
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about2__thumb-text {
    text-align: center;
    padding: 20px 12px;
    outline: 20px solid var(--rr-heading-primary);
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about2__thumb-text br {
    display: none;
  }
}
.h1-about2__item {
  background-color: var(--rr-common-white);
  width: 100%;
  height: 200px;
  display: block;
  display: grid;
  place-items: center;
}
.h1-about2__item img {
  width: inherit;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.btn-transparent-4 {
  width: 100%;
}

.banner-4__shape {
  top: 0;
  left: 0;
  width: 100%;
}
.banner-4__shape img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.banner-4__thumb {
  padding-top: 245px;
  position: relative;
  z-index: 99;
}
.banner-4__capsol__content__wrap {
  margin-top: 145px;
}
.banner-4__capsol__content {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 700px;
  margin-top: -700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-4__capsol__content {
    width: 100%;
    margin-bottom: -700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-4__capsol__content {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-4__capsol__content {
    margin: 0 auto;
    margin-top: -700px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .banner-4__capsol__content {
    width: 100%;
    margin-top: -731px;
  }
}
.banner-4__item__wrapper p {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  transition: none;
}
.banner-4__capsol__item {
  display: inline-block;
  font-weight: 500;
  border-radius: 100px;
  padding: 20px 40px;
  border: 1px solid #252525;
  color: var(--rr-text-body-2);
  transform: translate(-50%, -50%) rotate(0.01rad);
  font-size: 24px;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 575px) {
  .banner-4__capsol__item {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.banner-4__capsol__content__wrap .border-bottom {
  margin-bottom: 75px;
  margin-top: 10px;
  z-index: 999;
  position: relative;
}
.banner-4__capsol__content__wrap .border-bottom .border-line:nth-child(odd) {
  width: 100%;
  height: 4px;
  background-color: #fff;
  margin-top: 5px;
}
.banner-4__capsol__content__wrap .border-bottom .border-line:nth-child(even) {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 5px;
}

.contact-us__area .contact-title {
  margin-bottom: 40px;
}
.contact-us__area .contact-title h2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .contact-us__area .contact-title h2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us__area .contact-title h2 {
    font-size: 55px;
    line-height: 63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contact-us__area .contact-title h2 {
    font-size: 49px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px), (max-width: 575px) {
  .contact-us__area .contact-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:320px), (max-width:376px) {
  .contact-us__area .contact-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.contact-us__area .contact-us__form-wrapper {
  background: #161616;
  border: 1px solid #202020;
  border-radius: 20px;
  padding: 56px;
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
  z-index: 9999;
}
.contact-us__area .contact-us__form-wrapper .title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-us__area .contact-us__form-wrapper .title {
    font-size: 40px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper .title {
    font-size: 44px;
    line-height: 55px;
  }
}
.contact-us__area .contact-us__form-wrapper-2 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 575px) {
  .contact-us__area .contact-us__form-wrapper {
    padding: 20px;
  }
}
.contact-us__area .contact-us__form-wrapper .contact-shape {
  z-index: -1;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input {
  position: relative;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input span {
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 16px;
  font-style: normal;
  display: block;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
  position: relative;
  line-height: var(--rr-lh-h5);
  font-weight: var(--rr-fw-regular);
  margin-top: 5px;
  margin-left: 0;
  background: #0A0A0A;
  color: #999999;
  margin-bottom: 20px;
  padding: 10px 12px 10px 27px;
  border-radius: 60px;
  font-style: normal;
  outline: none;
  width: 100%;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
    padding: 16px 45px 15px 20px;
  }
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::placeholder { /* MODERN BROWSER */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rr-heading-primary);
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea {
  position: relative;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea span {
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 16px;
  font-style: normal;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
  background: #0A0A0A;
  color: #999999;
  margin-top: 5px;
  height: 180px !important;
  margin-left: 0;
  border: 1px solid rgba(0, 29, 8, 0.1);
  padding: 10px 12px 10px 30px;
  border-radius: 15px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::placeholder { /* MODERN BROWSER */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn {
  max-width: 100%;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn-3 {
  margin-top: 20px;
  padding: 17px 22px;
  width: none;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn-3 {
    font-size: 14px;
  }
}
.contact-us__area .contact-us__form-wrapper-3 {
  background: none;
  border: none;
  border-radius: 0;
  padding: 56px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 9999;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper-3 {
    padding: 20px;
  }
}

.contact-us__textarea .icon {
  position: absolute;
  top: 60px;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rr-heading-primary);
}

.contact-btn {
  background: var(--rr-theme-primary);
  color: #0A0A0A;
  line-height: var(--rr-lh-h5);
  font-weight: var(--rr-fw-sbold);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 150px;
  font-style: normal;
  font-size: 14px;
  transition: 0.3s;
}
.contact-btn i {
  margin-left: 10px;
}
.contact-btn:hover {
  background: var(--rr-heading-primary);
}

.contact-us__title-wrapper {
  z-index: 999;
}

.contact-shape .shape-1 {
  max-width: 975px;
  z-index: -1;
  left: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-shape .shape-1 {
    left: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contact-shape .shape-1 {
    display: none;
  }
}
.contact-shape .shape-2 {
  max-width: 975px;
  z-index: -1;
  right: 138px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-shape .shape-2 {
    right: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
  .contact-shape .shape-2 {
    display: none;
  }
}

.contact-area {
  z-index: 99;
}
.contact-wrapper {
  background: #161616;
  border-radius: 10px;
}
.contact-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-title h2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-title h2 {
    font-size: 45px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.contact-item {
  background: #0A0A0A;
  padding: 35px 50px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.contact-item:hover .contact-icon {
  background: #C4F000;
  color: #0A0A0A;
}
.contact-content {
  margin-top: 18px;
}
.contact-content span {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content span {
    font-size: 23px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content span {
    font-size: 22px;
  }
}
.contact-content .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content .dec {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content .dec {
    font-size: 16px;
    line-height: 23px;
  }
}
.contact-content h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content h3 {
    font-size: 20px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content h3 {
    font-size: 20px;
  }
}
.contact-content h3:hover {
  transition: all 0.3s ease-in-out;
  color: #C4F000;
}
.contact-content h3 a {
  position: relative;
}
.contact-content h3 a::before {
  position: absolute;
  content: "";
  bottom: 0;
  background: white;
  height: 2px;
  width: 100%;
  justify-content: center;
}
.contact-icon {
  width: 100px;
  height: 100px;
  background: #161616;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 0 auto;
}
.contact-icon i {
  font-size: 50px;
}

.breadcrumb__area.breadcrumb__area-2 {
  padding-bottom: 50px;
}

.faq-title h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 45px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-title h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .faq-title h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.faq-title-2 h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
}

.rr-accordion-item {
  border-bottom: 1px solid white;
}
.rr-accordion-button {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  align-items: end;
}
.rr-accordion-button .heading {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: block;
}
.rr-accordion-button .heading .dec {
  margin-left: 44px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
.rr-accordion-button.collapsed span i {
  transform: rotate(70deg);
  transition: 0.3s;
}
.rr-accordion-button span i {
  font-size: 18px;
  transform: rotate(-130deg);
  transition: 0.3s;
}
.rr-accordion-button-2 {
  border-top: 1px solid white;
}
.rr-accordion-body {
  margin-left: 95px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .rr-accordion-body {
    margin-left: 0;
  }
}
.rr-accordion-body p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-accordion-body p {
    font-size: 15px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .rr-accordion-body p {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  8.12 home1
/*----------------------------------------*/
.counter__item {
  padding: 20px 0px;
  border-top: 1px solid #202020;
  position: relative;
  z-index: 1;
}
.counter__item h4 {
  display: flex;
  font-size: 42px;
  align-items: center;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
.counter__item p {
  font-size: 24px;
  padding-top: 5px;
  line-height: 125%;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
}
.counter__thumb img {
  border-radius: 10px;
}
.counter__text-area h4 {
  font-size: clamp(30px, 5vw, 60px);
  text-align: center;
  line-height: 117%;
  padding: 60px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .counter__text-area h4 {
    font-size: 25px;
  }
}
.counter__text-area h4 span {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .counter__text-area h4 {
    padding: 30px 0px;
  }
}
.counter__text-area p {
  font-size: clamp(20px, 5vw, 42px);
  text-align: center;
  line-height: 124%;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
  .counter__text-area p br {
    display: none;
  }
}

.rotate-1 {
  transform: rotate(-3deg);
  background-color: var(--rr-theme-primary);
  margin-bottom: -106px;
  padding: 10px;
  margin-left: -100px;
  margin-right: -100px;
}
.rotate-1 h2 {
  color: #000;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .rotate-1 {
    transform: rotate(-11deg);
  }
}

.rotate-2 {
  background-color: var(--rr-common-white);
  transform: rotate(5deg);
  padding: 10px;
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 575px) {
  .rotate-2 {
    transform: rotate(12deg);
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .rotate-2 {
    transform: rotate(11deg);
  }
}
.rotate-2 h2 {
  color: #000;
}

.custom-m {
  margin: 100px 0px;
}

.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-brand__content h2 {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  margin: 0;
}
.h1-brand__content h2 span {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
}

.prog__title {
  margin-bottom: 40px;
}
.prog__title h2 {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-align: center;
  color: #fff;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .prog__title h2 {
    font-size: 47px;
  }
}
.prog__item {
  padding: 30px;
  border-radius: 10px;
  background: #202020;
}
.prog__item-icon {
  max-width: 52px;
  width: 100%;
  height: 52px;
  background-color: var(--rr-common-white);
  display: grid;
  place-items: center;
  border-radius: 6px;
}
.prog__item-icon img {
  width: 30px;
}
.prog__item-bar h6 {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
}

.progress {
  position: relative;
}
.progress span {
  background-color: var(--rr-theme-primary);
  color: #000;
  font-weight: bold;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.progress_bar {
  width: 100%;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 10px;
  position: relative;
  margin-top: 8px;
}

.progress_fill {
  background-color: var(--rr-theme-primary);
  height: 100%;
  width: 0%;
  border-radius: 10px 0 0 10px;
  position: relative;
  transition: width 2s ease-in-out;
}

.progress_label {
  position: absolute;
  right: 0;
  top: -15px;
  transform: translate(50%, 0);
  background-color: var(--rr-theme-primary);
  color: #000;
  border-radius: 25px;
  width: 42px;
  height: 22px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

.work-studio__item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 39px;
  padding-bottom: 35px;
}
.work-studio__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-studio__item-frist-text-2 {
    max-width: 400px;
    width: 100%;
  }
}
.work-studio__item-frist-text .title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}
.work-studio__item-det .title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-bold);
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 3px;
}
.work-studio__item-det .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  color: var(--rr-text-body);
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}

.about-brand__wrapper {
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-brand__wrapper__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bardchum-area {
  padding: 120px 0;
}

.bardchum-content span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bardchum-content span {
    font-size: 16px;
  }
}
.bardchum-title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 2px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:376px), (max-width:320px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
  .bardchum-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bardchum-title {
    font-size: 50px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bardchum-title {
    font-size: 52px;
    line-height: 57px;
  }
}
@media (max-width:450px) {
  .bardchum-title {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width:320px), (max-width:376px) {
  .bardchum-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.single-img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .single-img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .single-img {
    height: 400px;
  }
}

.service-wrapper .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-wrapper .dec {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-wrapper .dec {
    font-size: 16px;
    line-height: 26px;
  }
}
.service-title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 7px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-title {
    font-size: 30px;
    line-height: 33px;
  }
}
.service-item {
  position: relative;
  background: #161616;
  padding: 36px 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.service-item:hover {
  background-color: #C4F000;
}
.service-item:hover .service-numbar span {
  color: #0A0A0A;
}
.service-item:hover .service-content .title {
  color: #0A0A0A;
}
.service-item:hover .service-content p {
  color: #0A0A0A;
}
.service-numbar span {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.service-content .title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-content .title {
    font-size: 27px;
  }
}
.service-content p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-content p {
    font-size: 15px;
  }
}

.video-thume {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .video-thume {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .video-thume {
    height: 350px;
  }
}

.wrap-1-2 {
  top: 24%;
  right: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-1-2 {
    top: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wrap-1-2 {
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wrap-1-2 {
    top: 8%;
  }
}
@media (max-width: 575px) {
  .wrap-1-2 {
    top: 9%;
    right: 43%;
  }
}
@media (max-width:450px) {
  .wrap-1-2 {
    top: -9%;
    right: 36%;
  }
}
@media (max-width:450px) {
  .wrap-1-2 {
    top: -24%;
    right: 31%;
  }
}

.tp-btn {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #0A0A0A;
}

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

.pricing-cus-gutter {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .pricing-cus-gutter {
    --bs-gutter-x: 20px !important;
  }
}

.h1-pricing-card__content {
  background-color: transparent;
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon svg path[fill="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon svg path[stroke="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h1-pricing-card__item {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  background-color: transparent;
  padding: 44px 0px;
  gap: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item {
    padding: 22px 0px;
    gap: 12px;
  }
}
.h1-pricing-card__item-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 10px solid var(--rr-background-primary);
  background-color: var(--rr-heading-primary);
  display: grid;
  place-items: center;
}
.h1-pricing-card__item-heading h6 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 26px;
  line-height: 100%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-heading-text h2 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--rr-common-white);
  display: inline;
}
.h1-pricing-card__item-heading-text span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-size: 18px;
  line-height: 100%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-list {
  background-color: var(--rr-background-primary);
  text-align: center;
}
.h1-pricing-card__item-list ul {
  padding: 45px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item-list ul {
    padding: 20px 0px;
  }
}
.h1-pricing-card__item-list ul li {
  list-style: none;
  margin: 16px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item-list ul li {
    margin: 10px 0px;
  }
}
.h1-pricing-card__item-list ul li span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-btn {
  margin-bottom: -1px;
}
.h1-pricing-card__item-btn a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
  padding: 15px;
  display: block;
  background-color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
}
.h1-pricing-card__item-btn a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
}

.h1-pricing2__heading h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: var(--rr-heading-primary);
  max-width: 700px;
  margin: auto;
}

.h2-pricing2-card__content {
  background-color: var(--rr-heading-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon svg path[fill="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon svg path[stroke="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h2-pricing2-card__item {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  background-color: var(--rr-heading-secondary);
  padding: 44px 0px;
  gap: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item {
    padding: 22px 0px;
    gap: 12px;
  }
}
.h2-pricing2-card__item-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 10px solid var(--rr-background-primary);
  background-color: var(--rr-heading-primary);
  display: grid;
  place-items: center;
}
.h2-pricing2-card__item-heading h6 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 26px;
  line-height: 100%;
  color: var(--rr-common-black);
}
.h2-pricing2-card__item-heading-text h2 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--rr-common-black);
  display: inline;
}
.h2-pricing2-card__item-heading-text span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-size: 18px;
  line-height: 100%;
  color: var(--rr-common-black);
}
.h2-pricing2-card__item-list {
  background-color: var(--rr-background-primary);
  text-align: start;
  padding: 0 25px;
}
.h2-pricing2-card__item-list ul {
  padding: 45px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item-list ul {
    padding: 20px 0px;
  }
}
.h2-pricing2-card__item-list ul li {
  list-style: none;
  margin: 16px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item-list ul li {
    margin: 10px 0px;
  }
}
.h2-pricing2-card__item-list ul li span {
  padding: 5px;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
}
.h2-pricing2-card__item-btn {
  margin-bottom: -1px;
  text-align: center;
}
.h2-pricing2-card__item-btn a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
  padding: 15px;
  display: block;
  background-color: var(--rr-background-primary);
  transition: all 0.3s ease-in-out;
}
.h2-pricing2-card__item-btn a:hover {
  background: var(--rr-theme-secondary);
  color: var(--rr-common-white);
}

.h1-test__shape-1 {
  left: 8%;
  bottom: 0;
}
.h1-test__shape-2 {
  top: 0;
  right: 0;
}
.h1-test__shape-3 {
  bottom: -5px;
  left: 13%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-3 {
    left: 1%;
  }
}
.h1-test__shape-4 {
  top: 13%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-test__shape-4 {
    top: 9%;
  }
}
.h1-test__shape-5 {
  top: 55%;
  left: 14%;
  transform: translate(13px, -103px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-test__shape-5 {
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-5 {
    left: 0;
  }
}
.h1-test__shape-6 {
  left: 0;
  bottom: 120px;
}
.h1-test__shape-7 {
  top: 13%;
  right: 3%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-test__shape-7 {
    top: 8%;
  }
}
.h1-test__shape-8 {
  top: 55%;
  right: 16%;
  transform: translate(13px, -103px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-test__shape-8 {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-8 {
    right: 3%;
  }
}
.h1-test__shape-9 {
  right: 0;
  bottom: 120px;
}
.h1-test__slider-icon img {
  width: inherit;
}
.h1-test__swiper-wrapper {
  max-width: 920px;
  width: 100%;
  padding: 100px 0px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-test__swiper-wrapper {
    padding: 40px 0px;
  }
}
.h1-test__heading h2 {
  text-align: center;
  line-height: 117%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 0;
  font-size: clamp(30px, 5vw, 60px);
}
.h1-test__slider-text p {
  font-size: 26px;
  line-height: 138%;
  text-align: center;
  margin-bottom: 20px;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
@media (max-width:320px) {
  .h1-test__slider-text p {
    font-size: 16px;
  }
}
.h1-test__slider-text-clint {
  width: inherit;
  overflow: hidden;
  border-radius: 35px;
  background-color: var(--rr-heading-primary);
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-test__slider-text-clint {
    visibility: hidden;
    opacity: 0;
  }
}
.h1-test__slider-text-clint-title h6 a {
  font-size: 30px;
  text-align: center;
  line-height: 133%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@media (max-width:320px) {
  .h1-test__slider-text-clint-title h6 a {
    font-size: 16px;
  }
}
.h1-test__slider-text-clint-title p {
  font-size: 18px;
  margin-top: 8px;
  line-height: 111%;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  text-align: start;
}

.custom-gutter {
  --bs-gutter-x: 92px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-gutter {
    --bs-gutter-x: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .custom-gutter {
    --bs-gutter-x: 0px;
  }
}

.h1-project__heading-text h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: var(--rr-heading-primary);
  margin-bottom: 0;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h1-project__heading-text h2 {
    padding: 40px 0px;
  }
  .h1-project__heading-text h2 br {
    display: none;
  }
}
.h1-project__item {
  padding: 45px;
  margin: 45px 0px;
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-project__item {
    padding: 30px;
    margin: 30px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-project__item {
    padding: 30px;
    margin: 20px 0px;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-project__item {
    padding: 16px;
    margin: 10px 0px;
  }
}
.h1-project__item:hover .h1-project__item-content {
  opacity: 1;
  visibility: visible;
}
.h1-project__item-thumb img {
  width: 100%;
  border-radius: 10px;
  cursor: none;
}
.h1-project__item-content {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  left: 45px;
  bottom: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px) {
  .h1-project__item-content {
    left: 22px;
    bottom: 24px;
  }
}
.h1-project__item-content h6 {
  font-size: 16px;
  line-height: 162%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  background-color: var(--rr-common-white);
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px), (max-width:376px) {
  .h1-project__item-content h6 {
    font-size: 14px;
    padding: 5px;
    line-height: 1;
  }
}
.h1-project__item-content h6:hover {
  color: var(--rr-theme-primary);
}
.h1-project__item-content h2 {
  font-size: 30px;
  line-height: 133%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
  display: inline;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px), (max-width:376px) {
  .h1-project__item-content h2 {
    padding: 5px;
    font-size: 16px;
  }
}
.h1-project__item-content h2:hover {
  color: var(--rr-theme-primary);
}

.h2-project__heading-text {
  margin-bottom: 60px;
}
.h2-project__heading-text h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: var(--rr-heading-primary);
  margin-bottom: 0;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h2-project__heading-text h2 {
    padding: 40px 0px;
  }
  .h2-project__heading-text h2 br {
    display: none;
  }
}
.h2-project-card {
  border-radius: 10px;
}
.h2-project-card__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.h2-project-card__thumb img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.3s;
}
.h2-project-card__badge {
  position: absolute;
  padding: 7px 20px;
  border-radius: 6px;
  background: var(--rr-common-white);
  color: var(--rr-common-black);
  top: 30px;
  right: 30px;
}
.h2-project-card__content {
  position: relative;
  padding: 30px 80px 30px 30px;
  background: var(--rr-common-white);
}
.h2-project-card__title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s;
}
.h2-project-card__title:hover {
  color: var(--rr-heading-primary);
}
.h2-project-card__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h2-project-card__tag {
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
  padding: 7px 20px;
  border-radius: 6px;
  border: 1px solid var(--rr-heading-primary);
  background: var(--rr-common-black);
}
.h2-project-card__line {
  width: 490px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-left: 20px;
}
.h2-project-card__link {
  position: absolute;
  top: 30px;
  right: 30px;
  color: var(--rr-common-black);
}
.h2-project-card__link svg {
  fill: #c4f000;
}
.h2-project-card__link svg circle {
  fill: #c4f000;
}
.h2-project-card__link svg path {
  stroke: var(--rr-common-black);
}
.h2-project-card__link:hover svg {
  fill: #111110;
}
.h2-project-card__link:hover svg circle {
  fill: #0d0e0d;
}
.h2-project-card__link:hover svg path {
  stroke: var(--rr-common-white);
}
.h2-project-card:hover .h2-project-card__thumb img {
  transform: scale(1.05);
}

.project-title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .project-title {
    font-size: 32px;
    line-height: 50px;
  }
}

.portfolio-filter {
  background: #202020;
  max-width: 793px;
  border-radius: 65px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.portfolio-filter button {
  margin: 15px 4px 15px 0;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding: 7px 25px;
  border-radius: 65px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .portfolio-filter button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-filter button {
    font-size: 10px;
    margin: 15px 0px 15px 0;
  }
}
@media (max-width:450px), (max-width: 575px), (max-width:376px) {
  .portfolio-filter button {
    font-size: 9px;
    margin: 13px 0px 13px 0;
    padding: 4px 8px;
  }
}
@media (max-width:320px) {
  .portfolio-filter button {
    font-size: 7px;
    margin: 13px 0px 13px 0;
    padding: 4px 8px;
  }
}
.portfolio-filter button:hover {
  background: #c4f000;
  color: #0a0a0a;
}

.fact-area {
  padding-top: 120px;
  padding-bottom: 120px;
}
.fact-title h3 {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact-title h3 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .fact-title h3 {
    font-size: 28px;
    line-height: 50px;
  }
}
.fact-item {
  display: flex;
  background: #161616;
  border: 1px solid #202020;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 1143px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 5px 47px;
  padding-top: 5px;
  padding-top: 41px;
}
.fact-content {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:450px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact-content {
    width: 50%;
    padding: 0;
  }
}
@media (max-width:320px), (max-width:376px) {
  .fact-content {
    width: 100%;
  }
}
.fact-content-2 {
  padding: 0;
}
.fact-content label {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  display: block;
}
.fact-content span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.fact-item-border {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:376px), (max-width:450px), (max-width:320px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact-item-border {
    border: 0;
  }
}

.postbox__thumb {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .postbox__thumb {
    height: 400px;
  }
}

.portfolio__thumb.mb-30.jarallax {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__thumb.mb-30.jarallax {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .portfolio__thumb.mb-30.jarallax {
    height: 350px;
  }
}

.portfolio-title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-title {
    font-size: 36px;
    line-height: 50px;
  }
}
.portfolio-title-2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-title-2 {
    font-size: 21px;
    line-height: 35px;
  }
}
.portfolio-wrapper .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 20px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-wrapper .dec {
    font-size: 14px;
    line-height: 26px;
  }
}
.portfolio-wrapper p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
.portfolio__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__img {
  margin-bottom: 58px;
}
.portfolio__img img {
  border-radius: 10px;
}

.navigation-item {
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #C4F000;
  padding: 35px 0px 35px 65px;
}
.navigation-content {
  position: relative;
}
.navigation-content h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #0A0A0A;
}
.navigation-content::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #0A0A0A;
  border-radius: 100px;
}
.navigation-cta {
  text-align: end;
  padding-right: 65px;
  position: relative;
}
.navigation-cta h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #0A0A0A;
}
.navigation-cta::before {
  position: absolute;
  content: "";
  right: 50px;
  top: 13px;
  width: 10px;
  height: 10px;
  background: #0A0A0A;
  border-radius: 100px;
}

/*----------------------------------------*/
/*  8.1 brand
/*----------------------------------------*/
.smooth-slide-transtion {
  transition-timing-function: linear;
}

.h1-brand__slider {
  border-bottom: 1px solid #202020;
  border-top: 1px solid #202020;
  padding: 45px 0;
}
.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-brand__content-2 h2 {
  color: var(--rr-heading-primary) !important;
}
.h1-brand__content h2 {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin: 0;
}
.h1-brand__content h2 span {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
}

.h2-experience__item {
  text-align: center;
}
.h2-experience__item-number {
  letter-spacing: -0.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--rr-common-white);
  margin-bottom: 35px;
}
.h2-experience__item-title {
  letter-spacing: -0.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--rr-common-white);
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-experience__item-title {
    font-size: 6rem;
  }
}
@media (max-width: 575px) {
  .h2-experience__item-title {
    font-size: 5rem;
  }
}
.h2-experience__item-text {
  text-transform: capitalize;
  font-size: 1.7rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.h2-experience__item .rr-btn {
  display: inline-flex;
  justify-content: center;
  margin-top: 60px;
  margin: 60px auto 0;
}

.h1-service__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-service__area .h1-brand__slider {
  padding: 50px 0;
}
@media (max-width: 575px) {
  .h1-service__area .h1-brand__slider {
    padding: 50px 0;
  }
}
.h1-service__content h2 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-service__content h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-service__content h2 {
    font-size: 50px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .h1-service__content h2 {
    font-size: 35px;
  }
}
.h1-service__content h2 span {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-service__content h2 span {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-service__content h2 span {
    font-size: 50px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .h1-service__content h2 span {
    font-size: 35px;
  }
}
.h1-service__item {
  padding: 0px 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-service__item {
    padding: 0px 28px;
  }
}
@media (max-width: 575px) {
  .h1-service__item {
    padding: 0px 8px;
  }
}
.h1-service__item-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -1px;
}
.h1-service__item-content-2 {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
}
.h1-service__item-content-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.h1-service__item-content:hover .h1-service__item-content-btn a {
  background-color: var(--rr-theme-primary);
}
.h1-service__item-content:hover .mddle-text {
  top: 50%;
  left: 0%;
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -50%);
}
.h1-service__item-content-thumb .mddle-text {
  top: 50%;
  left: 0%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
  transform: translate(0%, -50%);
}
.h1-service__item-content-thumb .mddle-text .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-service__item-content-thumb .mddle-text h6 {
  font-size: 18px;
  line-height: 156%;
  padding-top: 10px;
  margin-right: -1px;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
}
.h1-service__item-content-heading {
  max-width: 600px;
  width: 100%;
}
.h1-service__item-content-heading span {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
.h1-service__item-content-heading h2 {
  line-height: 117%;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  color: var(--rr-common-white);
}
.h1-service__item-content-heading h2:hover {
  color: var(--rr-theme-primary);
}
.h1-service__item-content-btn a {
  display: grid;
  place-items: center;
  border-radius: 6px;
  padding: 11px 22px;
  background-color: var(--rr-common-white);
}
.h1-service__item-content-btn a i {
  color: var(--rr-heading-primary);
}

.custom-row {
  margin: 0 15px;
}

.h1-service__heading h2,
.h2-service__heading h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: transparent;
  max-width: 700px;
  margin: auto;
}

.h2-service__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h2-service__area .h1-brand__slider {
  padding: 50px 0;
}
@media (max-width: 575px) {
  .h2-service__area .h1-brand__slider {
    padding: 50px 0;
  }
}
.h2-service__item {
  padding: 0px 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-service__item {
    padding: 0px 28px;
  }
}
@media (max-width: 575px) {
  .h2-service__item {
    padding: 0px 8px;
  }
}
.h2-service__item-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -1px;
}
.h2-service__item-content-2 {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
}
.h2-service__item-content-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.h2-service__item-content:hover .h1-service__item-content-btn a {
  background-color: var(--rr-theme-primary);
}
.h2-service__item-content:hover .mddle-text {
  top: 50%;
  left: 0%;
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -50%);
}
.h2-service__item-content-heading {
  max-width: 600px;
  width: 100%;
}
.h2-service__item-content-heading span {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
.h2-service__item-content-heading h2 {
  line-height: 1;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
}
.h2-service__item-content-heading h2 a {
  line-height: 1;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  font-size: 6rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-service__item-content-heading h2 a {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .h2-service__item-content-heading h2 a {
    font-size: 3rem;
  }
}
.h2-service__item-content-heading h2:hover {
  color: var(--rr-theme-primary);
}
.h2-service__item-content-text {
  text-transform: capitalize;
  font-size: 1.7rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.h2-service__item-content-btn a {
  display: grid;
  place-items: center;
  border-radius: 6px;
  padding: 11px 22px;
  background-color: var(--rr-common-white);
}
.h2-service__item-content-btn a i {
  color: var(--rr-heading-primary);
}

.h3-service__heading h2 {
  line-height: 117%;
  text-align: center;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  max-width: 700px;
  margin: auto;
  padding-bottom: 90px;
}

.h3-service__item {
  padding: 30px;
  border-radius: 12px;
  background-color: var(--rr-theme-primary);
}
.h3-service__item-title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-service__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h3-service__item-title {
    font-size: 19px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h3-service__item-title {
    font-size: 18px;
    line-height: 1;
  }
}
@media mxm {
  .h3-service__item-title {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h3-service__item-title {
    font-size: 16px;
    line-height: 1;
  }
}
.h3-service__item-desc {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-service__item-desc {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h3-service__item-desc {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h3-service__item-desc {
    font-size: 16px;
    line-height: 1;
  }
}
@media mxm {
  .h3-service__item-desc {
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h3-service__item-desc {
    font-size: 14px;
    line-height: 1;
  }
}
.h3-service__item-link {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  display: block;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-service__item-link {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h3-service__item-link {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h3-service__item-link {
    font-size: 16px;
    line-height: 1;
  }
}
@media mxm {
  .h3-service__item-link {
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h3-service__item-link {
    font-size: 14px;
    line-height: 1;
  }
}
.h3-service__item-thumb {
  border-radius: 12px;
}
.h3-service__item-thumb img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.h4-service__title {
  font-size: 60px;
  line-height: 1.2;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  margin-bottom: 20px;
  text-decoration: underline;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-service__title {
    font-size: 30px;
  }
}
.h4-service__wrap {
  margin-top: 50px;
}
.h4-service__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  margin-bottom: 20px;
  gap: 100px;
  background: var(--rr-common-white);
  border: 1px solid var(--rr-common-gray);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .h4-service__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
.h4-service__item-number {
  font-size: 24px;
  line-height: 1;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  margin-bottom: 10px;
}
.h4-service__item-text {
  font-size: 38px;
  line-height: 1.5;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-service__item-text {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h4-service__item-text {
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h4-service__item-text {
    font-size: 17px;
    line-height: 1;
  }
}
@media mxm {
  .h4-service__item-text {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h4-service__item-text {
    font-size: 15px;
    line-height: 1;
  }
}

.h3-feature__item {
  padding: 50px;
  border-radius: 12px;
  background-color: var(--rr-heading-primary);
  text-align: center;
}
.h3-feature__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--rr-common-gray);
  border-radius: 8px;
  margin: 0 auto 40px;
}
.h3-feature__item-title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-feature__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h3-feature__item-title {
    font-size: 19px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h3-feature__item-title {
    font-size: 18px;
    line-height: 1;
  }
}
@media mxm {
  .h3-feature__item-title {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h3-feature__item-title {
    font-size: 16px;
    line-height: 1;
  }
}
.h3-feature__item-text {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-feature__item-text {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h3-feature__item-text {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h3-feature__item-text {
    font-size: 16px;
    line-height: 1;
  }
}
@media mxm {
  .h3-feature__item-text {
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h3-feature__item-text {
    font-size: 14px;
    line-height: 1;
  }
}

.h4-featured {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
.h4-featured__item {
  padding: 2px;
  margin-bottom: -6.2rem;
}
.h4-featured__item-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-size: 150px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-featured__item-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-featured__item-title {
    font-size: 74px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-featured__item-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .h4-featured__item-title {
    font-size: 28px;
  }
}
.h4-featured .sticky-title__image-wrapper {
  position: sticky;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-featured .sticky-title__image-wrapper {
    top: 20%;
  }
}
@media (max-width: 575px) {
  .h4-featured .sticky-title__image-wrapper {
    display: none;
  }
}
.h4-featured .sticky-title__image {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3/4;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 20rem;
  position: absolute;
  inset: 25% auto auto 0%;
}
.h4-featured .sticky-title__image.is-1 {
  aspect-ratio: 16/9;
  max-width: 27.3125rem;
  inset: auto;
  height: 20rem;
}
.h4-featured .sticky-title__image.is-2 {
  max-width: 27.3125rem;
  height: 30rem;
  inset: 0% auto auto 3%;
  transform: rotate(-5deg);
}
.h4-featured .sticky-title__image.is-3 {
  inset: 0% 0% auto auto;
  height: 40rem;
}

.testimonial3 {
  margin-bottom: 30px;
}
.testimonial3-top-card {
  background-color: var(--rr-theme-primary);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3-top-card {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card {
    padding: 30px 20px;
  }
}
.testimonial3-top-card__title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.testimonial3-top-card__user {
  display: flex;
  align-items: center;
  padding-top: 80px;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3-top-card__user {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3-top-card__user {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width:450px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media mxm {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width:320px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.testimonial3-top-card__user-text {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card__user-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-top-card__user-text {
    font-size: 19px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-top-card__user-text {
    font-size: 18px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-top-card__user-text {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-top-card__user-text {
    font-size: 16px;
    line-height: 1;
  }
}
.testimonial3-top-card__user-count {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card__user-count {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-top-card__user-count {
    font-size: 19px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-top-card__user-count {
    font-size: 18px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-top-card__user-count {
    font-size: 17px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-top-card__user-count {
    font-size: 16px;
    line-height: 1;
  }
}
.testimonial3-top-card__user-avatar {
  display: flex;
  align-items: center;
  justify-content: end;
}
.testimonial3-top-card__user-avatar:last-child {
  margin-left: 0;
}
.testimonial3-top-card__user-avatar img {
  margin-left: -10px;
}
.testimonial3-card {
  border-radius: 10px;
  border: 1px solid var(--rr-common-white);
  background: var(--rr-common-white);
  padding: 35px 40px 53px 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width:450px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media mxm {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width:320px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
.testimonial3-card__icon {
  position: absolute;
  top: 35px;
  right: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-card__icon {
    display: none;
  }
}
.testimonial3-card__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile {
    padding-bottom: 20px;
  }
}
.testimonial3-card__profile-content-name {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile-content-name {
    font-size: 17px;
    line-height: 24px;
  }
}
.testimonial3-card__profile-content-title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile-content-title {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card__profile-content-title {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-card__profile-content-title {
    font-size: 13px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-card__profile-content-title {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-card__profile-content-title {
    font-size: 12px;
    line-height: 1;
  }
}
.testimonial3-card__content-text {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3-card__content-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__content-text {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card__content-text {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-card__content-text {
    font-size: 13px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-card__content-text {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-card__content-text {
    font-size: 12px;
    line-height: 1;
  }
}
.testimonial3-card__content-ratings {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 20px;
}
.testimonial3-card__content-ratings li i {
  color: var(--rr-theme-primary);
  font-size: 16px;
}
.testimonial3-card__content-ratings li .last-star {
  color: var(--rr-common-white);
}

.h4-reveal {
  margin-bottom: -5.6rem;
}
.h4-reveal .image-card {
  position: relative;
  background: var(--rr-common-white);
  border: 1px solid var(--rr-common-white);
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.h4-reveal .image-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.h4-reveal .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
.h4-reveal .hover-image__inner {
  overflow: hidden;
  width: 300px;
  height: 200px;
  border-radius: 10px;
  background: var(--rr-common-white);
}
.h4-reveal .hover-image__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
}
.h4-reveal__text {
  font-size: 128px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-top: 150px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-reveal__text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-reveal__text {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-reveal__text {
    font-size: 74px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-reveal__text {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .h4-reveal__text {
    font-size: 40px;
    line-height: 50px;
  }
}/*# sourceMappingURL=index.css.map */