body {
  text-transform: none !important; }

.custom__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px; }

:root {
  --primary-color-1: #529AFA;
  --btn-heading-color: #121212;
  --text-white: #FFFFFF;
  --vh: 1vh; }

html,
body {
  font-size: 16px !important; }

@media (min-width: 1378px) {
  html,
  body {
    font-size: 16px !important; } }

@media (min-width: 1261px) and (max-width: 1377px) {
  html,
  body {
    font-size: 15px !important; } }

@media (min-width: 1200px) and (max-width: 1280px) {
  html,
  body {
    font-size: 14px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    font-size: 14px !important; } }

@media (max-width: 767px) {
  html,
  body {
    font-size: 14px !important; } }

@media (max-width: 767px) {
  .common-container .elementor-container {
    max-width: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 767px) {
  .common-container .elementor-container {
    max-width: 720px !important; } }

@media (min-width: 991px) {
  .common-container .elementor-container {
    max-width: 942px !important; } }

@media (min-width: 1279px) {
  .common-container .elementor-container {
    max-width: 1140px !important; } }

@media (min-width: 1599px) {
  .common-container .elementor-container {
    max-width: 1320px !important; } }

@media (max-width: 767px) {
  .e-con-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    --container-max-width: auto !important; } }

@media (min-width: 767px) {
  .e-con-inner {
    --container-max-width: 720px !important;
    max-width: 720px !important; } }

@media (min-width: 991px) {
  .e-con-inner {
    --container-max-width: 942px !important;
    max-width: 942px !important; } }

@media (min-width: 1279px) {
  .e-con-inner {
    --container-max-width: 1140px !important;
    max-width: 1140px !important; } }

@media (min-width: 1599px) {
  .e-con-inner {
    --container-max-width: 1320px !important;
    max-width: 1320px !important; } }

html, body {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px !important;
  line-height: normal !important; }

.h1 {
  font-size: clamp(1.875rem, 0.5801rem + 5.5249vw, 5rem) !important; }

h1 {
  font-size: clamp(1.875rem, 1.0981rem + 3.3149vw, 3.75rem) !important; }

h2 {
  font-size: clamp(1.875rem, 1.357rem + 2.2099vw, 3.125rem) !important; }

h3 {
  font-size: clamp(1.125rem, 0.8142rem + 1.326vw, 1.875rem) !important; }

h4 {
  font-size: clamp(1.125rem, 0.9696rem + 0.663vw, 1.5rem) !important; }

h5 {
  font-size: clamp(1.125rem, 1.0732rem + 0.221vw, 1.25rem) !important; }

h6 {
  font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem) !important; }

p {
  margin: 0px !important;
  line-height: normal !important; }

span {
  font-family: inherit !important;
  margin: 0px; }

.fs-vs {
  font-size: clamp(1rem, 1.1554rem + -0.663vw, 0.625rem) !important; }

.fs-xs {
  font-size: clamp(1rem, 1.1036rem + -0.442vw, 0.75rem) !important; }

.fs-sm {
  font-size: clamp(1rem, 1.0518rem + -0.221vw, 0.875rem) !important; }

.fs-base {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important; }

.subtitle-noxiy img {
  -webkit-filter: opacity(0.5) drop-shadow(0 0 0 blue);
  filter: opacity(0.5) drop-shadow(0 0 0 blue); }

@media (max-width: 767px) {
  .page__banner .container {
    max-width: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 767px) {
  .page__banner .container {
    max-width: 720px !important; } }

@media (min-width: 991px) {
  .page__banner .container {
    max-width: 942px !important; } }

@media (min-width: 1279px) {
  .page__banner .container {
    max-width: 1140px !important; } }

@media (min-width: 1599px) {
  .page__banner .container {
    max-width: 1320px !important; } }

.page__banner-content ul li span {
  margin-right: 15px !important; }

.common-button a.elementor-button {
  background: #529AFA !important;
  color: var(--text-white);
  display: inline-flex;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
  line-height: 26px;
  padding: 1rem 2.625rem;
  font-weight: 600;
  z-index: 3;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 6px;
  white-space: nowrap; }
  .common-button a.elementor-button::after, .common-button a.elementor-button::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: var(--btn-heading-color);
    border-radius: 6px 30px 30px 6px;
    transition: all 0.4s ease-out;
    z-index: -1; }
  .common-button a.elementor-button::after {
    right: 0;
    border-radius: 30px 6px 6px 30px;
    left: auto; }
  .common-button a.elementor-button:hover {
    color: var(--text-white); }
    .common-button a.elementor-button:hover::after, .common-button a.elementor-button:hover::before {
      width: 52%;
      border-radius: 6px; }
  .common-button a.elementor-button:focus {
    color: var(--text-white); }

@media (min-width: 768px) and (max-width: 1024px) {
  .eligibility .noxiy-button .noxiy__btn {
    padding: 1rem 1.25rem !important; } }

.eligibility .noxiy-button .noxiy__btn::after, .eligibility .noxiy-button .noxiy__btn::before {
  background: #ffffff; }

.eligibility .noxiy-button .noxiy__btn:hover {
  color: #529afa; }

.eligibility .noxiy-button .noxiy__btn:focus {
  color: #529afa; }

.btn-one, .btn-two {
  white-space: nowrap; }

.error404 .error-page h1 {
  margin-bottom: 1rem !important; }

.error404 .error-page h2 {
  margin-bottom: 1.5rem !important; }

.error404 .error-page p {
  margin-bottom: 3rem !important; }

@media (max-width: 767px) {
  .header .header__sticky-sticky-menu .custom__container, .header .header__sticky .custom__container {
    max-width: 100% !important;
    padding: 0 !important; } }

@media (min-width: 767px) {
  .header .header__sticky-sticky-menu .custom__container, .header .header__sticky .custom__container {
    max-width: 720px !important; } }

@media (min-width: 991px) {
  .header .header__sticky-sticky-menu .custom__container, .header .header__sticky .custom__container {
    max-width: 942px !important; } }

@media (min-width: 1279px) {
  .header .header__sticky-sticky-menu .custom__container, .header .header__sticky .custom__container {
    max-width: 1140px !important; } }

@media (min-width: 1599px) {
  .header .header__sticky-sticky-menu .custom__container, .header .header__sticky .custom__container {
    max-width: 1320px !important; } }

@media (max-width: 767px) {
  .header .header__sticky-sticky-menu .custom__container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 1052px) and (max-width: 1599px) {
  .header .header__area-menubar-center-menu ul {
    margin-right: 1rem;
    white-space: nowrap; } }

.header .header__area-menubar-center-menu ul li {
  margin: 0 1.5rem !important; }
  @media (min-width: 1052px) and (max-width: 1599px) {
    .header .header__area-menubar-center-menu ul li {
      padding-right: 0 !important;
      margin: 0 1rem !important; } }
  @media (min-width: 1052px) and (max-width: 1599px) {
    .header .header__area-menubar-center-menu ul li .sub-menu li {
      padding: 0 1.25rem !important; } }

.header .header__area-menubar-right-btn {
  display: block !important;
  padding-left: 2.5rem;
  border-left: 1px solid var(--border-color-1); }
  .header .header__area-menubar-right-btn .btn-one {
    font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
    line-height: 1.5 !important;
    padding: 1rem 2.625rem !important; }
    @media (max-width: 1024px) {
      .header .header__area-menubar-right-btn .btn-one {
        padding: 0.75rem 1.25rem !important; } }

.header .header__area-menubar-right-sidebar {
  display: none; }
  @media (max-width: 767px) {
    .header .header__area-menubar-right-sidebar {
      padding-left: 1.25rem !important; } }

.header .header__area-menubar-right-sidebar-popup-icon {
  font-size: clamp(1.75rem, 1.6894rem + 0.2588vw, 2rem) !important; }

.header .everest-sidebar h3 {
  font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem) !important; }

.header .everest-sidebar .elementor-icon-box-description {
  font-weight: 400 !important;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important; }

.header .menu__bar-popup-left-logo > a img {
  max-width: 80px; }

.home .fit-height {
  height: calc(var(--vh, 1vh) * 100 - 9.375rem); }
  @media (min-width: 768px) and (max-width: 1024px) {
    .home .fit-height {
      height: auto; } }
  @media (max-width: 767px) {
    .home .fit-height {
      height: calc(var(--vh, 1vh) * 100 - 15rem); } }

.home .noxiy-button .noxiy__btn {
  white-space: nowrap;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
  line-height: 1.5;
  padding: 1rem 2.5rem;
  margin-right: 0.5rem; }

.home .home-carousel .swiper-slide {
  height: 80vh;
  display: flex;
  align-items: center; }
  @media (min-width: 1024px) and (max-width: 1599px) {
    .home .home-carousel .swiper-slide {
      height: 70vh; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .home .home-carousel .swiper-slide {
      height: 35vh; } }
  @media (max-width: 767px) {
    .home .home-carousel .swiper-slide {
      height: 40vh; } }

@media (max-width: 768px) {
  .home .home-carousel .banner__one-image {
    background-position: 80%; } }

.home .home-carousel .banner__one-content {
  padding: 0 !important; }
  .home .home-carousel .banner__one-content h1 {
    color: #000000;
    line-height: 1 !important;
    padding-bottom: 1.2rem !important;
    max-width: 40%; }
    @media (max-width: 1280px) {
      .home .home-carousel .banner__one-content h1 {
        max-width: 55%; } }
  .home .home-carousel .banner__one-content-description {
    margin-bottom: 2.5rem !important;
    max-width: 40%;
    color: #333333; }
    @media (max-width: 1280px) {
      .home .home-carousel .banner__one-content-description {
        max-width: 50%; } }
  .home .home-carousel .banner__one-content-button .btn-one {
    background: #529AFA !important; }

.home .home-carousel .banner__one-arrow {
  top: 45%; }

.home .home-carousel .banner__one-arrow-prev i:hover,
.home .home-carousel .banner__one-arrow-next i:hover {
  background: #529AFA !important; }

.home .home-carousel .btn-one {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
  line-height: 1.5 !important;
  padding: 1rem 2.625rem !important; }
  @media (max-width: 1024px) {
    .home .home-carousel .btn-one {
      padding: 0.75rem 1.25rem !important; } }

.home .provider .elementor-tabs .elementor-tabs-wrapper {
  display: flex !important;
  justify-content: center; }

.home .provider .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
  display: none !important; }

.home .provider-wrapper .uc_post_grid_style_one_item {
  overflow: unset !important;
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 6px !important;
  padding: 0.75rem !important; }
  .home .provider-wrapper .uc_post_grid_style_one_item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 300ms ease-in;
    border-radius: 6px;
    z-index: -1;
    height: 100%; }
  .home .provider-wrapper .uc_post_grid_style_one_item:hover::before {
    box-shadow: 1px 2px 15px 0px #8080806e; }
  .home .provider-wrapper .uc_post_grid_style_one_item:hover .uc_content-info-wrapper::before {
    background: #ffffff;
    opacity: 0.25; }
  .home .provider-wrapper .uc_post_grid_style_one_item:hover .uc_btn_icon::after {
    transform: scale(1); }

.home .provider-wrapper .uc_post_image image {
  position: relative;
  padding: 10px 10px 0 10px;
  z-index: 1;
  overflow: hidden; }
  .home .provider-wrapper .uc_post_image image > img {
    border-radius: 6px; }
  .home .provider-wrapper .uc_post_image image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.113);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .home .provider-wrapper .uc_post_image image:hover::before {
    animation: circle .9s; }

.home .provider-wrapper .uc_content-info-wrapper {
  position: relative; }
  .home .provider-wrapper .uc_content-info-wrapper .uc_post_title {
    font-size: clamp(1.125rem, 0.9696rem + 0.663vw, 1.5rem) !important;
    margin-bottom: 0.5rem;
    color: #121212;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 3.5rem; }
  .home .provider-wrapper .uc_content-info-wrapper .uc_post_text {
    font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
    color: #666667;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.125rem !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

.home .provider-wrapper .uc_content .uc_post_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
  position: relative;
  padding-top: 1.125rem; }
  .home .provider-wrapper .uc_content .uc_post_button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #121212;
    opacity: 0.1;
    transition: 0.4s; }
  .home .provider-wrapper .uc_content .uc_post_button .uc_more_btn {
    padding: 0 !important;
    color: #000000;
    margin: 0 !important;
    font-weight: 600; }
  .home .provider-wrapper .uc_content .uc_post_button .uc_more_btn-custom-field {
    padding: 0 !important;
    color: #000000;
    margin: 0 !important; }

.home .overview .counter__two-item .counter__two-item-content {
  margin-right: 1rem; }
  @media (max-width: 1024px) {
    .home .overview .counter__two-item .counter__two-item-content {
      margin-right: 0; } }
  .home .overview .counter__two-item .counter__two-item-content h2 {
    font-size: clamp(1.125rem, 0.8142rem + 1.326vw, 1.875rem) !important; }
  .home .overview .counter__two-item .counter__two-item-content h6 {
    text-transform: uppercase; }

@media (min-width: 992px) and (max-width: 1024px) {
  .home .overview .counter__two-item {
    justify-content: center !important; } }

.home .testimonials .owl-nav .owl-prev {
  left: -4% !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  line-height: 2.25rem !important;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important; }

.home .testimonials .owl-nav .owl-next {
  right: -4% !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  line-height: 2.25rem !important;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important; }

.page-about-us .achievements .uc-items-wrapper {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: auto; }
  .page-about-us .achievements .uc-items-wrapper .ue-step-item {
    min-width: 17.1875rem;
    padding-right: 2.75rem; }
    .page-about-us .achievements .uc-items-wrapper .ue-step-item-line {
      margin: 0 -2.80rem 0 0; }
    .page-about-us .achievements .uc-items-wrapper .ue-step-item-content-title {
      font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem) !important;
      font-weight: 700 !important;
      color: #000000 !important;
      margin: 0.75rem 0 0.625rem !important; }
    .page-about-us .achievements .uc-items-wrapper .ue-step-item-content-text {
      font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem) !important;
      font-weight: 400 !important;
      color: #767677 !important;
      margin: 0 !important; }
  .page-about-us .achievements .uc-items-wrapper::-webkit-scrollbar {
    height: 5px;
    width: 20px; }
  .page-about-us .achievements .uc-items-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    max-width: 80% !important; }
  .page-about-us .achievements .uc-items-wrapper::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #529AFA; }
  .page-about-us .achievements .uc-items-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #529AFA; }
  .page-about-us .achievements .uc-items-wrapper::-webkit-scrollbar-track-piece {
    max-width: 1024px; }
  .page-about-us .achievements .uc-items-wrapper::-webkit-scrollbar:vertical {
    display: none; }

.page-about-us .overview .counter__two-item .counter__two-item-content {
  margin-right: 1rem; }
  @media (max-width: 1024px) {
    .page-about-us .overview .counter__two-item .counter__two-item-content {
      margin-right: 0; } }
  .page-about-us .overview .counter__two-item .counter__two-item-content h2 {
    font-size: clamp(1.125rem, 0.8142rem + 1.326vw, 1.875rem) !important; }
  .page-about-us .overview .counter__two-item .counter__two-item-content h6 {
    text-transform: uppercase; }

@media (min-width: 992px) and (max-width: 1024px) {
  .page-about-us .overview .counter__two-item {
    justify-content: center !important; } }

.page-about-us .our-certificate {
  background-color: #F6F6F6 !important; }
  .page-about-us .our-certificate__lft .elementor-widget-container {
    display: flex;
    justify-content: flex-end; }
  .page-about-us .our-certificate__rgt .owl-item {
    max-width: 18.125rem !important;
    width: 18.125rem !important; }

.page-contact .get-touch h2 {
  font-weight: 700; }

.page-contact .get-touch .contact__two-info-item {
  gap: 20px !important;
  align-items: baseline; }
  .page-contact .get-touch .contact__two-info-item h6 {
    width: 9rem;
    justify-content: normal;
    gap: 10px !important;
    color: #000000;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .page-contact .get-touch .contact__two-info-item h6 {
        width: 14rem; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .page-contact .get-touch .contact__two-info-item h6 span {
        width: auto; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .page-contact .get-touch .contact__two-info-item a, .page-contact .get-touch .contact__two-info-item span {
      width: 100%; } }

.page-contact .contact-us input[type=number] {
  -moz-appearance: textfield; }

.page-contact .contact-us input::-webkit-outer-spin-button,
.page-contact .contact-us input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.page-contact .contact-us .error {
  color: #FF2A00;
  font-size: 0.75rem; }

.page-services .services__one-item::before {
  background: #529afa !important; }

.page-services .services__one-item-content-icon {
  display: none; }

.page-services .services__one-item-content p {
  margin-bottom: 18px !important; }

.page-services .provider-wrapper {
  background-color: #F8F8F8; }
  .page-services .provider-wrapper .uc_post_grid_style_one_item {
    overflow: unset !important;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 6px !important;
    padding: 1.75rem !important;
    margin-right: 1.5rem;
    border: 1px solid #808080a3; }
    .page-services .provider-wrapper .uc_post_grid_style_one_item::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      transition: all 300ms ease-in;
      border-radius: 6px;
      z-index: -1;
      height: 100%; }
    .page-services .provider-wrapper .uc_post_grid_style_one_item:hover::before {
      box-shadow: 1px 2px 15px 0px #8080806e; }
    .page-services .provider-wrapper .uc_post_grid_style_one_item:hover .uc_content-info-wrapper::before {
      background: #ffffff;
      opacity: 0.25; }
    .page-services .provider-wrapper .uc_post_grid_style_one_item .uc_post_grid_style_one_image {
      margin: -1.75rem -1.75rem 0 -1.75rem; }
  .page-services .provider-wrapper .uc_post_image {
    border-radius: 6px 6px 0 0; }
    .page-services .provider-wrapper .uc_post_image image {
      position: relative;
      padding: 10px 10px 0 10px;
      z-index: 1;
      overflow: hidden; }
      .page-services .provider-wrapper .uc_post_image image > img {
        border-radius: 6px; }
      .page-services .provider-wrapper .uc_post_image image::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.113);
        border-radius: 100%;
        transform: translate(-50%, -50%);
        opacity: 0; }
      .page-services .provider-wrapper .uc_post_image image:hover::before {
        animation: circle .9s; }
  .page-services .provider-wrapper .uc_content {
    margin: 0 -1.75rem -1.75rem -1.75rem; }
    .page-services .provider-wrapper .uc_content-info-wrapper .uc_post_title {
      margin-bottom: 0.5rem; }
      .page-services .provider-wrapper .uc_content-info-wrapper .uc_post_title a {
        font-size: clamp(1.125rem, 0.9696rem + 0.663vw, 1.5rem) !important;
        color: #121212;
        font-weight: 600; }
    .page-services .provider-wrapper .uc_content-info-wrapper .uc_post_text {
      font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
      padding-bottom: 1.125rem;
      color: #666667;
      font-weight: 400;
      border-bottom: 1px solid #666667;
      line-height: 1.5;
      margin: 0 0 1.125rem !important; }
      .page-services .provider-wrapper .uc_content-info-wrapper .uc_post_text::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #121212;
        opacity: 0.1;
        transition: 0.4s; }
    .page-services .provider-wrapper .uc_content .uc_post_button {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .page-services .provider-wrapper .uc_content .uc_post_button .uc_more_btn {
        padding: 0 !important;
        color: #000000;
        margin: 0 !important;
        font-weight: 600; }
      .page-services .provider-wrapper .uc_content .uc_post_button .uc_more_btn-custom-field {
        padding: 0 !important;
        color: #000000;
        margin: 0 !important; }

.single-service__lft .feature-img {
  height: 28.125rem;
  width: 42.5rem;
  background-color: #FAFAFA; }
  @media (max-width: 767px) {
    .single-service__lft .feature-img {
      height: 100%;
      width: 100%; } }
  .single-service__lft .feature-img img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

@media (max-width: 1279px) {
  .single-service__rgt {
    display: flex;
    justify-content: center; } }

.single-service__rgt h3 {
  color: #000000 !important;
  margin-bottom: 1.5rem !important; }

.single-service__rgt .description {
  font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem) !important;
  color: #000000 !important;
  font-weight: 400;
  margin-bottom: 2.125rem !important;
  line-height: 1.5; }

.single-service__rgt .button a.elementor-button {
  background: #529AFA !important;
  color: var(--text-white);
  display: inline-flex;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
  line-height: 26px;
  padding: 1rem 2.625rem;
  font-weight: 600;
  z-index: 3;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 6px; }
  .single-service__rgt .button a.elementor-button::after, .single-service__rgt .button a.elementor-button::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: var(--btn-heading-color);
    border-radius: 6px 30px 30px 6px;
    transition: all 0.4s ease-out;
    z-index: -1; }
  .single-service__rgt .button a.elementor-button::after {
    right: 0;
    border-radius: 30px 6px 6px 30px;
    left: auto; }
  .single-service__rgt .button a.elementor-button:hover {
    color: var(--text-white); }
    .single-service__rgt .button a.elementor-button:hover::after, .single-service__rgt .button a.elementor-button:hover::before {
      width: 52%;
      border-radius: 6px; }
  .single-service__rgt .button a.elementor-button:focus {
    color: var(--text-white); }

.page-catalogues .uc_post_grid_style_one_wrap {
  border-top: 1px solid #E5E5E5; }
  .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item {
    border-bottom: 1px solid #E5E5E5;
    padding: 3.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-direction: row !important; }
    @media (max-width: 991px) {
      .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item {
        display: block;
        padding: 2.5rem 1.5rem; } }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item::before {
      content: "";
      background: #E5E5E5;
      height: 100%;
      width: 0%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transition: 0.5s;
      opacity: 0.2; }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_content > div {
      flex-direction: row !important; }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_content-info-wrapper {
      display: flex;
      align-items: center;
      gap: 20px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_content-info-wrapper {
          display: block;
          margin-right: 2rem; } }
      @media (max-width: 767px) {
        .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_content-info-wrapper {
          margin-right: 1rem;
          display: block; } }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 3.75rem;
      height: 3.75rem;
      font-size: clamp(1.125rem, 1.0732rem + 0.221vw, 1.25rem) !important;
      background: var(--primary-color-1);
      color: var(--text-white);
      transition: 0.4s; }
      @media (max-width: 991px) {
        .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_button {
          display: block;
          margin-top: 0 !important; } }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_grid_style_one_item:hover::before {
      animation: bounceRight 2s;
      width: 100%; }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_grid_style_one_item:hover .uc_post_button i {
      transform: rotate(45deg); }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item a {
      display: flex !important; }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item:hover::before {
      animation: bounceRight 2s;
      width: 100%; }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item:hover .uc_post_button {
      transform: rotate(45deg); }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_title a {
      font-size: clamp(1.125rem, 0.9696rem + 0.663vw, 1.5rem) !important;
      color: #000000 !important;
      font-weight: 700 !important;
      line-height: 1.5;
      max-width: 24rem;
      min-width: 24rem;
      display: inline-block;
      transition: 0.3s;
      text-transform: uppercase; }
    @media (max-width: 1024px) {
      .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_title {
        margin-bottom: 1rem; } }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_text {
      font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem) !important;
      color: #666667 !important;
      font-weight: 400 !important;
      line-height: 1.3;
      max-width: 580px;
      margin: 0;
      padding: 0 3.75rem;
      position: relative; }
      @media (max-width: 1024px) {
        .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_text {
          padding-left: 0;
          padding-right: 0; } }
      .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_text::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #E5E5E5;
        width: 1px;
        height: 100%;
        transition: 1s; }
        @media (max-width: 1024px) {
          .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_text::after {
            display: none; } }
    .page-catalogues .uc_post_grid_style_one_wrap .uc_post_grid_style_one_item .uc_post_button .uc_more_btn {
      display: inline-block !important; }

.page-shop .provider-wrapper .product-sidebar .all__sidebar-item, .woocommerce-page .provider-wrapper .product-sidebar .all__sidebar-item {
  padding: 2rem 2.75rem 1.875rem;
  background: #F8F8F8 !important;
  border: 1px solid #E5E5E5 !important; }

.page-shop .provider-wrapper .product-sidebar h2.widget-title, .woocommerce-page .provider-wrapper .product-sidebar h2.widget-title {
  color: #000000;
  font-weight: 700;
  margin-bottom: 1.875rem !important;
  font-size: clamp(1.125rem, 0.9696rem + 0.663vw, 1.5rem) !important; }

.page-shop .provider-wrapper .product-sidebar ul.product-categories, .woocommerce-page .provider-wrapper .product-sidebar ul.product-categories {
  margin: 0 !important; }
  .page-shop .provider-wrapper .product-sidebar ul.product-categories li.cat-item, .woocommerce-page .provider-wrapper .product-sidebar ul.product-categories li.cat-item {
    padding: 1rem 0;
    border-bottom: 1px solid #E5E5E5; }
    .page-shop .provider-wrapper .product-sidebar ul.product-categories li.cat-item a, .woocommerce-page .provider-wrapper .product-sidebar ul.product-categories li.cat-item a {
      color: #666667;
      font-weight: 500;
      font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important; }
      .page-shop .provider-wrapper .product-sidebar ul.product-categories li.cat-item a:hover, .woocommerce-page .provider-wrapper .product-sidebar ul.product-categories li.cat-item a:hover {
        color: #529afa; }
    .page-shop .provider-wrapper .product-sidebar ul.product-categories li.cat-item:last-child, .woocommerce-page .provider-wrapper .product-sidebar ul.product-categories li.cat-item:last-child {
      border-bottom: none; }
    .page-shop .provider-wrapper .product-sidebar ul.product-categories li.cat-item:nth-last-child(-n + 2), .woocommerce-page .provider-wrapper .product-sidebar ul.product-categories li.cat-item:nth-last-child(-n + 2) {
      border-bottom: none; }
  .page-shop .provider-wrapper .product-sidebar ul.product-categories .current-cat a, .woocommerce-page .provider-wrapper .product-sidebar ul.product-categories .current-cat a {
    color: #529afa !important; }

@media (max-width: 767px) {
  .page-shop .provider-wrapper .product-sidebar, .woocommerce-page .provider-wrapper .product-sidebar {
    margin-bottom: 3rem; } }

.page-shop .provider-wrapper .product-content .uc_post_grid_style_one_item, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_item {
  overflow: unset !important;
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 6px !important;
  padding: 1.75rem !important;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #808080a3; }
  @media (max-width: 767px) {
    .page-shop .provider-wrapper .product-content .uc_post_grid_style_one_item, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_item {
      margin-left: 0;
      margin-bottom: 0; } }
  .page-shop .provider-wrapper .product-content .uc_post_grid_style_one_item::before, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 300ms ease-in;
    border-radius: 6px;
    z-index: -1;
    height: 100%; }
  .page-shop .provider-wrapper .product-content .uc_post_grid_style_one_item:hover::before, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_item:hover::before {
    box-shadow: 1px 2px 15px 0px #8080806e; }
  .page-shop .provider-wrapper .product-content .uc_post_grid_style_one_item .uc_content .uc_title, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_item .uc_content .uc_title {
    margin-bottom: 1rem;
    text-align: left; }
    .page-shop .provider-wrapper .product-content .uc_post_grid_style_one_item .uc_content .uc_title a, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_item .uc_content .uc_title a {
      font-size: clamp(1.125rem, 1.0732rem + 0.221vw, 1.25rem) !important;
      font-weight: 700;
      color: #000000;
      line-height: normal; }
  .page-shop .provider-wrapper .product-content .uc_post_grid_style_one_item > div:first-child, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_item > div:first-child {
    margin: -1.75rem -1.75rem 0 -1.75rem; }

.page-shop .provider-wrapper .product-content .uc_post_grid_style_one_image .uc_post_image, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_image .uc_post_image {
  max-height: 280px;
  border-radius: 6px 6px 0 0; }

.page-shop .provider-wrapper .product-content .uc_post_grid_style_one_button a.uc_more_btn, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_button a.uc_more_btn {
  font-size: clamp(1.125rem, 1.0732rem + 0.221vw, 1.25rem) !important;
  font-weight: 700;
  color: #529AFA;
  line-height: normal; }
  .page-shop .provider-wrapper .product-content .uc_post_grid_style_one_button a.uc_more_btn .ue-inner-btn-wrapper, .woocommerce-page .provider-wrapper .product-content .uc_post_grid_style_one_button a.uc_more_btn .ue-inner-btn-wrapper {
    justify-content: left !important; }

.page-shop .provider-wrapper .product-content .woocommerce_product_grid, .woocommerce-page .provider-wrapper .product-content .woocommerce_product_grid {
  direction: ltr !important; }

.page-shop .product-categories .cat-item.cat-item-25, .woocommerce-page .product-categories .cat-item.cat-item-25 {
  display: none; }

.single-product__lft .feature-img {
  height: 28.125rem;
  width: 42.5rem;
  background-color: #FAFAFA; }
  @media (max-width: 767px) {
    .single-product__lft .feature-img {
      height: 100%;
      width: 100%; } }
  .single-product__lft .feature-img img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

@media (max-width: 1279px) {
  .single-product__rgt {
    display: flex;
    justify-content: center; } }

.single-product__rgt h2, .single-product__rgt h4 {
  color: #000000 !important;
  margin-bottom: 1.5rem !important; }

.single-product__rgt .description {
  color: #000000 !important;
  margin-bottom: 2.125rem !important; }
  .single-product__rgt .description h2 {
    color: #000000 !important;
    margin-bottom: 1.5rem !important;
    font-size: clamp(1.125rem, 0.9696rem + 0.663vw, 1.5rem) !important; }
  .single-product__rgt .description p {
    font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem) !important;
    color: #000000 !important;
    font-weight: 400;
    line-height: 1.5 !important; }

.single-product__rgt .button a.elementor-button {
  background: #529AFA !important;
  color: var(--text-white);
  display: inline-flex;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
  line-height: 26px;
  padding: 1rem 2.625rem;
  font-weight: 600;
  z-index: 3;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 6px; }
  .single-product__rgt .button a.elementor-button::after, .single-product__rgt .button a.elementor-button::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: var(--btn-heading-color);
    border-radius: 6px 30px 30px 6px;
    transition: all 0.4s ease-out;
    z-index: -1; }
  .single-product__rgt .button a.elementor-button::after {
    right: 0;
    border-radius: 30px 6px 6px 30px;
    left: auto; }
  .single-product__rgt .button a.elementor-button:hover {
    color: var(--text-white); }
    .single-product__rgt .button a.elementor-button:hover::after, .single-product__rgt .button a.elementor-button:hover::before {
      width: 52%;
      border-radius: 6px; }
  .single-product__rgt .button a.elementor-button:focus {
    color: var(--text-white); }

.search-results .blog__standard-left .blog__standard-left-item h3, .search-results .blog__standard-left .blog__standard-left-item h4 {
  padding-bottom: 1.875rem !important; }

.search-results .blog__standard-left .blog__standard-left-item p {
  padding-bottom: 1.5rem !important; }

.search-results .all__sidebar .all__sidebar-item .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 1.875rem !important; }

.search-results .all__sidebar .all__sidebar-item h2 {
  font-size: clamp(1.125rem, 0.8142rem + 1.326vw, 1.875rem) !important;
  padding-bottom: 1.875rem !important; }

.search-results .all__sidebar .csf-recent-post-widget .all__sidebar-item-post .post__item {
  align-items: start !important; }
  .search-results .all__sidebar .csf-recent-post-widget .all__sidebar-item-post .post__item .post__item-title h6 {
    padding-bottom: 0.75rem !important; }
