@charset "UTF-8";
:root {
  --bodyFont: "DM Sans", sans-serif;
  --titleFont: "Poppins", sans-serif;
  --transition: all 0.3s ease;
  --body_bg: #ffffff;
  --globalColor: #f4f3f1;
  --borderColor: #dfe0e4;
  --bodyColor: #404a60;
  --titleColor: #222e48;
  --primaryColor: #022e2d;
  --secondaryColor: #b07e50;
  --whiteColor: #ffffff;
  --blackColor: #171717;
  --linkColor: #022e2d;
  --hoverColor: var(--secondaryColor);
  --boxBorderRadius: 12px;
  --imageBorderRadius: 4px;
  --btnBorderRadius: 8px;
  --btnBgColor: #022e2d;
  --btnHoverBgColor: #b07e50;
  --btnColor: #ffffff;
  --btnHoverColor: #ffffff;
  --btnBgColor2: transparent;
  --btnHoverBgColor2: #022e2d;
  --btnColor2: #222e48;
  --btnHoverColor2: #ffffff;
}

/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.rs-animated-heading .title span,
.rs-dual-heading .title span {
  display: inline-block;
}

.rs-animated-heading .title-inner .title,
.rs-animated-heading .title-inner .title .cd-headline {
  color: var(--titleColor);
  line-height: 52px;
}
.rs-animated-heading .title-inner .title {
  margin-bottom: 10px;
}
.rs-animated-heading .title-inner .title.title-upper {
  text-transform: uppercase;
}
.rs-animated-heading .title-inner .title .cd-headline {
  font-weight: 700;
  margin-left: 10px;
  color: var(--secondaryColor);
}
.rs-animated-heading .title-inner .title .cd-headline p {
  margin-bottom: 0;
}
.rs-animated-heading .cd-words-wrapper {
  text-align: center;
}

.list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-style li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
}
.list-style li:before {
  content: "\f0a9";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

.no-padding {
  padding: 0 !important;
}

.tp-features-list.separator_yes {
  position: relative;
}

.tp-features-list.separator_yes:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: var(--secondaryColor);
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.font-size-0 {
  font-size: 0;
}

.menu-area .navbar ul > li > a span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
  background: var(--primaryColor);
  color: var(--titleColor);
  border-radius: 30px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
}

.tps-btn {
  padding: 16px 32px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  font-weight: 700;
  background: var(--primaryColor);
  color: #fff;
}
.tps-btn:hover {
  background-color: var(--titleColor);
}

.pagination-arrow .swiper-pagination-fraction {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.pagination-arrow .swiper-pagination-fraction .swiper-pagination-current {
  color: #f64a00;
}

.mfp-close {
  opacity: 0.9;
}

/* -----------------------
Team Member
--------------------------*/
.tps-team .gray_yes .team-inner-wrap:hover img {
  filter: grayscale(100);
}

.blogfull .icon-button a {
  margin-bottom: 0px;
}

.bg-overflow-hidden {
  overflow: hidden;
}

.mfp-iframe-holder .mfp-close {
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

/** isotope filter CSS ---------------------
--------------------------------------*/
.isotope-filter {
  text-align: center;
  max-width: 1290px;
  margin: auto;
  margin-bottom: 40px;
}
.isotope-filter button {
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 30px;
  margin-right: 7px;
}
.isotope-filter span {
  color: #333;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}
.isotope-filter span.active {
  color: var(--primaryColor);
}
.isotope-filter span:hover {
  color: var(--primaryColor);
}

.sticky_search {
  cursor: pointer;
}
.sticky_search i:before {
  font-weight: 700 !important;
}

/*CTA CSS-----------------
--------------------------*/
.rs-cta {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.rs-cta .cta-content {
  text-align: left;
  order: unset;
}
.rs-cta .cta-content .cta-title h3.title {
  margin: 0 0 10px;
}
.rs-cta .cta-content .cta-text .desc {
  margin: 0;
}
.rs-cta .rs-button {
  order: unset;
}
.rs-cta .rs-button .readon {
  line-height: 1;
  color: #fff;
  border-radius: 0;
  font-weight: 500;
}
.rs-cta .rs-button .readon:hover {
  background: var(--secondaryColor);
}
.rs-cta .rs-button .readon i {
  margin: 0;
  transform: translateX(5px);
  transition: all ease 0.3s;
}

/******* RS Tab CSS  **********
-----------------------------*/
.rsaddon_pro_box.default .pointer-events {
  pointer-events: none;
}

.light-border .themephi-heading.style12 .sub-text:before,
.light-border .rs-dual-heading.style12 .sub-text:before,
.light-border .themephi-heading.style12 .sub-text:after,
.light-border .rs-dual-heading.style12 .sub-text:after {
  background: rgba(255, 255, 255, 0.2);
}

.tp-pricing-table-features-list .tp-circle-check:before {
  margin: 0;
}

.rsaddon_pro_box .portfolio-item .portfolio-content .p-category a {
  pointer-events: none;
}

.elementor-invisible.elementor-widget-rs-timecounter {
  visibility: visible;
}

.rs-dual-heading .second_title {
  color: var(--secondaryColor);
}

/* -----------------------
    Features List CSS
--------------------------*/
.tp-features-list-content ul {
  list-style: none;
  margin: 0;
}
.tp-features-list-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.tp-features-list-content ul li .icon i {
  color: var(--titleColor);
  font-size: 16px;
  display: inline-block;
}
.tp-features-list-content ul li .icon svg {
  color: var(--titleColor);
  font-size: 16px;
  display: inline-block;
  min-width: 16px;
}
.tp-features-list-content ul li .sub-text {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  font-family: var(--titleFont);
  margin-bottom: -3px;
}
.tp-features-list-content ul li .text-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--titleColor);
  font-family: var(--titleFont);
  transition: 0.3s;
}
.tp-features-list-content ul li .text-heading span {
  display: block;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "tp-icons";
  content: "\e82d";
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border: 2px solid var(--primaryColor);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\e82d";
  border: 2px solid var(--primaryColor);
}

.progress-wrap::before {
  position: absolute;
  font-family: "tp-icons";
  content: "\e82d";
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  opacity: 0;
  background: var(--primaryColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: #fff;
  border-radius: 50%;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: #fff;
  stroke-width: 34px;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*Dual Button CSS-----------
---------------------------*/
.rselement-dual-btn,
.rselement-dual-btn-connector {
  display: inline-block;
}

.rselement-dual-btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
}

.rselement-dual-btn {
  padding: 1.2rem 3rem;
  max-width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.rselement-dual-btn--left {
  background-color: #fe4d8b;
}

.rselement-dual-btn--left:hover,
.rselement-dual-btn--left:focus {
  background-color: #d00d51;
  color: #fff;
}

.rselement-dual-btn--right {
  background-color: #3023ae;
}

.rselement-dual-btn--right:hover,
.rselement-dual-btn--right:focus {
  background-color: #2e1cde;
  color: #fff;
}

.rselement-dual-btn-connector {
  position: absolute !important;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  transform: translate(-50%, -50%);
  top: 50%;
}

.rselement-dual-btn-icon > svg {
  width: 1em;
  height: auto;
}

.rselement-dual-btn-icon > i {
  font-size: 1em;
}

.rselement-dual-btn-icon--before {
  margin-right: 5px;
}

.rselement-dual-btn-icon--after {
  margin-left: 5px;
}

.elementor-widget-rs-dual-button > .elementor-widget-container {
  display: flex;
}

.elementor-widget-rs-dual-button .rselement-dual-btn--left {
  border-radius: 0;
}
.elementor-widget-rs-dual-button .rselement-dual-btn--right {
  border-radius: 0;
}
.elementor-widget-rs-dual-button .rselement-dual-btn-connector {
  top: 50%;
  right: 0;
}

.single-work {
  width: 100%;
  height: 100%;
  padding: 38px 40px 39px 40px;
  position: relative;
  z-index: 2;
}
.single-work .style7-chevron {
  color: #999999;
}
.single-work:before {
  content: "";
  position: absolute;
  background: #ffffff;
  box-shadow: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.single-work.flex-row-reverse h5 {
  padding-left: 0;
  padding-right: 25px;
}
.single-work.flex-row-reverse:before {
  content: "";
  position: absolute;
  background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  width: auto;
  height: 0px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.single-work.flex-row-reverse:hover:before {
  bottom: -10px;
  height: 10px;
}
.single-work:after {
  content: "";
  position: absolute;
  box-shadow: none;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.single-work h5 {
  color: #040404;
  line-height: 1.5;
  margin: 0;
  padding-left: 20px;
}
.single-work .number {
  font-size: 14px;
  font-weight: 700;
  color: #040404;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 54px;
  height: 54px;
  z-index: 2;
  text-align: center;
  line-height: 52px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}

.tpelements-unique-slider.cta_bottom_border .grid-item.slick-slide {
  position: relative;
}
.tpelements-unique-slider.cta_bottom_border .grid-item.slick-slide.slick-center:before, .tpelements-unique-slider.cta_bottom_border .grid-item.slick-slide:hover:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  bottom: 0;
  left: 5%;
}

/* Product Filter CSS -----------------
-----------------------------*/
.product-filter {
  margin-bottom: 20px;
}
.product-filter span {
  color: #333;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}
.product-filter span.active {
  color: var(--primaryColor);
}
.product-filter span:hover {
  color: var(--primaryColor);
}

.logo-border-radius .rs-grid-img {
  border-radius: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  width: 50px;
  height: 45px;
  transition: all 0.5s;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
  content: "";
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "\e80f";
  font-family: "tp-icons";
  padding-right: 10px !important;
  color: #040404;
  position: absolute;
  left: 13px;
  bottom: 10px;
  font-style: normal;
  font-weight: lighter;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: bold;
}

.swiper-button-prev:before {
  content: "\e80d";
}

.tp-line-height {
  line-height: 14px;
}

.fix-thumb-slider {
  max-height: 350px !important;
}
.fix-thumb-slider .swiper-wrapper {
  max-height: 350px !important;
}
.fix-thumb-slider .swiper-wrapper .swiper-slide {
  width: 80px !important;
  height: 80px !important;
  cursor: pointer;
}

.themephi-heading .sub-text span {
  padding: 2px 8px;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}

.elementor-widget-tp-logo .tp-addon-slider {
  align-items: center;
}

.menu-area.separator_yes {
  position: relative;
}
.menu-area.separator_yes:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #f36464;
}

.logo-grid-height .tp-grid-figure {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.make-white-image img {
  filter: brightness(0) invert(1) !important;
}

.home-one-gallery .gallery-icon {
  overflow: hidden;
}

.rs-galleys .galley-img {
  position: relative;
  z-index: 1;
}
.rs-galleys .galley-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
}
.rs-galleys .galley-img .image-popup.zoom-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
}
.rs-galleys .galley-img:hover .image-popup.zoom-icon {
  opacity: 1;
  visibility: visible;
}
.rs-galleys .galley-img:hover::before {
  opacity: 1;
  visibility: visible;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/** Draw Vertical Line **/
.path-vert {
  stroke-dasharray: 1000;
  animation: draw1 2s linear alternate;
}

@keyframes draw1 {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 600;
  }
}
/* Header Top Line Shape */
.head-top-line .tp-features-list-content {
  position: relative;
}
.head-top-line .tp-features-list-content::after {
  position: absolute;
  content: "";
  right: 0;
  top: -20px;
  height: 67px;
  width: 1px;
  background: #d1d1d1;
  transform: rotate(11deg);
}

/* Header Top Line Shape Single menu */
.head-top-menu .navbar-menu ul#single-menu li a {
  transition: 0.3s;
}
.head-top-menu .navbar-menu ul#single-menu li::after {
  position: absolute;
  content: "";
  right: 0;
  top: -5px;
  height: 67px;
  width: 1px;
  background: #d1d1d1;
  transform: rotate(11deg);
}
.head-top-menu .navbar-menu ul#single-menu li:last-child::after {
  content: "";
  display: none;
}
.head-top-menu .navbar-menu ul#single-menu:last-child a {
  padding-right: 0;
}

.happy-clients-area-start {
  padding: 70px 40px 40px;
  background: var(--primaryColor);
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.happy-clients-area-start .img-area-person {
  display: flex;
  align-items: center;
  position: relative;
}
.happy-clients-area-start .img-area-person img {
  position: absolute;
  margin-top: -140px;
  left: 0;
  z-index: 3;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.happy-clients-area-start .img-area-person img:nth-child(2) {
  margin-left: 40px;
  z-index: 2;
}
.happy-clients-area-start .img-area-person img:nth-child(3) {
  margin-left: 80px;
  z-index: 1;
}
.happy-clients-area-start p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--titleFont);
}
.happy-clients-area-start:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 36px solid var(--primaryColor);
  border-bottom: 25px solid transparent;
  top: 0px;
  right: -36px;
}

.menu-cart-area i {
  cursor: pointer;
}
.menu-cart-area h2 {
  display: none;
}

.body-overlay-cart.overlayshow {
  visibility: visible;
  opacity: 0.5;
  pointer-events: unset;
}

.body-overlay-cart {
  z-index: 999;
}

.body-overlay-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.cart-icon-total-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 14px;
  width: 360px;
  height: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s ease;
  z-index: 999;
  padding: 20px;
}

.cart-icon-total-products.visible-cart {
  visibility: visible !important;
  transform: translate(0) !important;
}

.menu-cart-area {
  position: relative;
  cursor: pointer;
}
.menu-cart-area span.icon-num {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: -10px;
  bottom: -2px;
}

.cart-icon-total-products .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.cart-icon-total-products .cart-header .cart-heading {
  font-size: 17px;
  font-weight: 600;
  color: var(--titleColor);
  margin: 0;
  list-style: 20px;
}
.cart-icon-total-products .widgettitle {
  display: none;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
  margin-bottom: 12px;
  padding-left: 35px;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li:last-child {
  border-bottom: 0;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li a {
  color: var(--titleColor);
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li a.remove {
  line-height: 20px;
  top: 3px;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .quantity {
  border: none;
  padding: 3px 0 0;
  display: block;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a {
  text-align: center;
  background: 0 0;
  background: var(--titleColor);
  color: #fff;
  font-weight: 700;
  font-family: var(--titleFont);
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--primaryColor);
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a.checkout {
  background: var(--primaryColor);
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a.checkout:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--titleColor);
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a:hover:after {
  transform: translateY(0);
}

.cart-icon-total-products .woocommerce ul.cart_list li img,
.cart-icon-total-products .woocommerce ul.product_list_widget li img {
  width: 70px;
}

.cart-icon-total-products .woocommerce-mini-cart__total.total {
  padding-top: 30px;
}
.cart-icon-total-products .woocommerce-mini-cart__total.total strong {
  font-size: 18px;
  text-transform: uppercase;
}
.cart-icon-total-products .woocommerce-mini-cart__total .woocommerce-Price-amount {
  float: right;
  font-size: 18px;
  color: #404040;
  font-weight: 700;
}

.tp-features-list-portfolio-content {
  background: var(--secondaryColor);
  box-shadow: 0px 10px 21px rgba(27, 18, 18, 0.05);
  border-radius: 0 0 0 0;
}
.tp-features-list-portfolio-content .pinfo--sidebar-title {
  padding: 24px 40px;
  background: var(--primaryColor);
  border-radius: 0 0 0 0;
  color: #fff;
  margin-bottom: 0;
}
.tp-features-list-portfolio-content .info-body {
  padding: 15px 40px;
}
.tp-features-list-portfolio-content .info-body .single-info {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-features-list-portfolio-content .info-body .single-info i {
  height: 50px;
  width: 50px;
  background: #f9f0f0;
  color: var(--primaryColor);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.tp-features-list-portfolio-content .info-body .single-info .info-details {
  margin-left: 0px;
}
.tp-features-list-portfolio-content .info-body .single-info .info-details span {
  margin-bottom: 5px;
}
.tp-features-list-portfolio-content .info-body .single-info .info-details .name {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 3px;
}
.tp-features-list-portfolio-content .info-body .single-info:last-child {
  border-bottom: none;
}

.border-icon-list .elementor-icon-list-items li .elementor-icon-list-icon {
  position: relative;
  top: -11px;
}

.single .themephi-porfolio-details .ps-navigation {
  padding: 60px 60px 50px;
  background: #f8f8f8;
  border: none;
  margin-bottom: 110px;
}
.single .themephi-porfolio-details .ps-navigation .tps-left-write-blog-wrapper-main .single {
  display: flex;
  align-items: center;
  gap: 50px;
  cursor: pointer;
}
.single .themephi-porfolio-details .ps-navigation .tps-left-write-blog-wrapper-main .left-icon-area {
  text-align: left;
}
.single .themephi-porfolio-details .ps-navigation .tps-left-write-blog-wrapper-main .right-icon-area {
  text-align: right;
}

.show-icon-box-shadow .icon {
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
}

.tps-company-storyhear {
  /* TIMELINE
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* EFFECTS
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.tps-company-storyhear .intro {
  background: #ffe4c4;
  padding: 100px 0;
}
.tps-company-storyhear .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.tps-company-storyhear h1 {
  font-size: 3.5rem;
}
.tps-company-storyhear .timeline ul {
  background: var(--primaryColor);
  padding: 0 0;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .tps-company-storyhear .timeline ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 105px;
  }
}
.tps-company-storyhear .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 1px;
  margin: 0 auto;
  padding-top: 137px;
  background: #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .tps-company-storyhear .timeline ul li {
    width: 0;
  }
}
@media only screen and (max-width: 479px) {
  .tps-company-storyhear .timeline ul li {
    padding-top: 66px;
  }
}
.tps-company-storyhear .timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.tps-company-storyhear .timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
}
.tps-company-storyhear .timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 146px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tps-company-storyhear .timeline ul li div::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tps-company-storyhear .timeline ul li div::before {
    display: none;
  }
}
.tps-company-storyhear .timeline ul li:nth-child(even) div {
  left: 165px;
}
.tps-company-storyhear .timeline ul li:nth-child(even) div section {
  text-align: left;
}
.tps-company-storyhear .timeline ul li:nth-child(even) div section svg {
  right: auto;
  left: -102px;
}
.tps-company-storyhear .timeline ul li:nth-child(even) div::before {
  left: -163px;
  border-width: 1px 75px 1px 0;
  border-color: #e4e4e4;
}
.tps-company-storyhear .timeline ul li:nth-child(odd) div {
  left: -560px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tps-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -410px;
  }
}
@media only screen and (max-width: 767px) {
  .tps-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -329px;
  }
}
@media only screen and (max-width: 575px) {
  .tps-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -55px;
  }
}
.tps-company-storyhear .timeline ul li:nth-child(odd) div section img {
  left: auto;
  right: -103px;
}
.tps-company-storyhear .timeline ul li:nth-child(odd) div::before {
  right: -161px;
  border-width: 1px 73px 1px 0;
  border-color: #e4e4e4;
}
.tps-company-storyhear .timeline ul li .time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--primaryColor);
  font-family: var(--font-primary);
}
.tps-company-storyhear .timeline ul li.item {
  position: relative;
}
.tps-company-storyhear .timeline ul li.item img {
  position: absolute;
  margin-bottom: 30px;
}
.tps-company-storyhear .timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.tps-company-storyhear .timeline ul li.in-view::after {
  background: transparent;
  display: none;
}
.tps-company-storyhear .timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.tps-company-storyhear .timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}
.tps-company-storyhear .timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}
.tps-company-storyhear .timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  background: transparent;
}
@media screen and (max-width: 900px) {
  .tps-company-storyhear .timeline ul li div {
    width: 250px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .tps-company-storyhear .timeline ul li div {
    left: -223px;
  }
}
@media screen and (max-width: 900px) {
  .tps-company-storyhear .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) and (max-width: 991px) {
  .tps-company-storyhear .timeline ul li:nth-child(even) div {
    left: 167px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .tps-company-storyhear .timeline ul li:nth-child(even) div {
    left: 140px;
  }
}
@media screen and (max-width: 600px) {
  .tps-company-storyhear .timeline ul li {
    margin-left: 36px;
  }
  .tps-company-storyhear .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .tps-company-storyhear .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .tps-company-storyhear .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
  }
}
.tps-company-storyhear .timeline section {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .tps-company-storyhear .timeline section {
    text-align: left;
  }
}
.tps-company-storyhear .timeline section img {
  position: absolute;
  bottom: 100%;
  left: -103px;
}
.tps-company-storyhear .timeline section svg {
  position: absolute;
  right: -103px;
  top: 0;
  height: 80px;
  width: 80px;
  padding: 17px;
  background: transparent;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 5px 37px rgba(84, 84, 84, 0.18);
}

@media (max-width: 991px) {
  .tps-company-process .title-three-left .bg-title {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .tps-company-process .title-three-left .bg-title {
    font-size: 80px;
  }
}
@media (max-width: 500px) {
  .tps-company-process .title-three-left .bg-title {
    font-size: 50px;
  }
}

.tps-img-reveal[data-fx="1"]::after,
.tps-img-reveal[data-fx="2"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-align: center;
}

.tps-img-reveal[data-fx="1"]::after,
.tps-img-reveal[data-fx="2"]::after {
  bottom: 0;
}

.tps-img-reveal[data-fx="1"]:hover::after,
.tps-img-reveal[data-fx="2"]:hover::after {
  transform: scale3d(1, 1, 1);
}

.tps-img-reveal[data-fx="6"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

.tps-img-reveal[data-fx="6"]::after {
  bottom: 0;
}

.tps-img-reveal[data-fx="6"]:hover::after {
  transform: scale3d(1, 1, 1);
}

.tps-img-reveal[data-fx="14"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}

.tps-img-reveal[data-fx="14"]::after {
  bottom: 0;
}

.tps-img-reveal[data-fx="14"]:hover::after {
  animation: loop 0.5s infinite;
}
@keyframes loop {
  0% {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 100% 50%;
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}
.tps-img-reveal-wrapper {
  position: fixed;
  width: 250px;
  height: 270px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
}

.tps-img-reveal-wrapper__inner,
.tps-img-reveal-wrapper__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.tps-img-reveal-wrapper__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}

.tps-img-reveal-wrapper__img {
  background-size: cover;
  background-position: 50% 50%;
}

.banner-marketing {
  max-width: 100%;
  position: relative;
}
.banner-marketing .title {
  display: flex;
}
.banner-marketing .title .animate-pre-text {
  padding-right: 18px;
}
.banner-marketing .word {
  position: absolute;
  opacity: 0;
  color: var(--primaryColor);
}
.banner-marketing .letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.banner-marketing.stroke-yes .letter {
  -webkit-text-stroke: 0.5px #f8f8f8;
  color: transparent;
}
.banner-marketing .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.banner-marketing .letter.behind {
  transform: rotateX(-90deg);
}
.banner-marketing .letter.in {
  transform: rotateX(0deg);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table tbody tr td,
.table-responsive .table tbody tr th {
  min-width: 180px;
  vertical-align: middle;
}

.table-responsive .table tbody tr th {
  text-align: start;
}

.table-responsive th:first-child,
.table-responsive th:last-child,
.table-responsive td:first-child,
.table-responsive td:last-child {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .table-responsive table {
    width: 130%;
  }
}
.tps-tab-advance .nav {
  padding: 0;
  margin: 0;
  justify-content: center;
}
.tps-tab-advance .nav li {
  margin-right: 20px;
  margin-bottom: 10px;
  flex: 1;
}
.tps-tab-advance .nav li button {
  border: none;
  background: transparent;
  border-radius: 100px;
  padding: 5px 20px;
  color: var(--secondaryColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--titleFont);
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.tps-tab-advance .nav li:last-child {
  margin-right: 0;
}

.tab-custom-nav .nav {
  float: right;
  position: relative;
  bottom: 102px;
  z-index: 1;
}
.tab-custom-nav .tab-content {
  clear: both;
}

.rs-business-hour .rs-business-schedule {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.slider-themephi-button {
  display: inline-block;
  color: var(--btnColor);
  padding: 17px 33px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--titleFont);
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--primaryColor);
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.slider-themephi-button:hover {
  background: var(--titleColor);
  color: var(--btnColor);
}
.slider-themephi-button svg {
  width: 20px;
  position: relative;
}
.slider-themephi-button.style-2:hover {
  background: var(--titleColor);
  color: #fff !important;
}

.slider-call-area {
  display: flex;
  align-items: flex-start;
}
.slider-call-area .icon i {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColor);
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 20px;
}
.slider-call-area .slider-detail span {
  display: block;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}
.slider-call-area .slider-detail a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 37px;
  transition: 0.3s;
}
.slider-call-area .slider-detail a:hover {
  color: var(--primaryColor);
}

#slider-home-default_wrapper .zeus .tp-tab {
  text-align: center;
}
#slider-home-default_wrapper .zeus .tp-tab .tp-tab-title {
  display: inline-block;
  background: transparent;
  line-height: 8px;
  position: relative;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tp-tabs-inner-wrapper .tp-tab.selected .tp-tab-title {
  position: relative;
}
.tp-tabs-inner-wrapper .tp-tab.selected .tp-tab-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin-top: 10px;
}

.slider-themephi-button.handyman_slider_btn.rs-layer {
  padding: 15px 60px 15px 24px;
  position: relative;
}
.slider-themephi-button.handyman_slider_btn.rs-layer:hover {
  color: #fff !important;
}
.slider-themephi-button.handyman_slider_btn.rs-layer::before {
  content: "\ea65";
  font-family: "tp-icons";
  display: inline-block;
  background: var(--primaryColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-themephi-button.engineer.rs-layer {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: var(--whiteColor) !important;
  display: flex;
  align-items: center;
  padding: 18px 30px 18px 30px;
}
.slider-themephi-button.engineer.rs-layer:hover {
  border: 1px solid var(--primaryColor) !important;
}
.slider-themephi-button.engineer.rs-layer:hover::after {
  background: var(--primaryColor) !important;
}

.slider-themephi-button.engineer.btn-1.rs-layer {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 70px 18px 30px !important;
}
.slider-themephi-button.engineer.btn-1.rs-layer::before {
  content: "\ea65";
  font-family: "tp-icons";
  display: inline-block;
  background: var(--whiteColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--primaryColor);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.engineer_slider .tp-tabs-inner-wrapper .tp-tab-title {
  color: #ffffff;
  background: transparent;
  width: 67px !important;
  height: 67px !important;
  line-height: 67px !important;
  text-align: center;
  padding: 20px 10px !important;
  border: 2px solid #fff;
  border-radius: 50px;
}

.engineer_slider .tp-tabs-inner-wrapper .tp-tab.selected .tp-tab-title::after {
  content: "";
  display: none;
}

.engineer_slider #rev_slider_6_1_wrapper .zeus .tp-tab.selected .tp-tab-title {
  color: var(--primaryColor) !important;
  background: #ffffff;
}

button.metform-btn.metform-submit-btn.elevate_metform_btn svg {
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 13px;
  margin-left: 14px;
}

body .button.metform-btn,
body button.metform-btn:not(.toggle) {
  background-color: var(--primaryColor);
}

body .mf-input-wrapper .mf-input:focus {
  border-color: var(--primaryColor) !important;
}

.counter-top-area.yes .rs-counter-list .count-text .rs-counter {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-top-area {
  position: relative;
}
.counter-top-area svg {
  width: 40px;
  height: 40px;
}
.counter-top-area svg path {
  fill: var(--primaryColor);
}
.counter-top-area .tps-counter-list .counter-icon {
  display: inline-block;
}
.counter-top-area .tps-counter-list .counter-icon i {
  font-size: 50px;
  color: #dcdcdc;
  line-height: 60px;
  transition: all 0.3s ease 0s;
}
.counter-top-area .tps-counter-list .count-text .rs-counter {
  font-size: 50px;
  color: var(--primaryColor);
  line-height: 60px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.counter-top-area .tps-counter-list .count-text .title {
  font-size: 18px;
  color: var(--primaryColor);
  line-height: 18px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.counter-top-area.style1 {
  text-align: center;
}
.counter-top-area.style1 .count-number span {
  padding: 10px 0px 10px 0px;
}
.counter-top-area.style2 {
  padding: 50px;
  border: 1px solid #e9e9e9;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  height: 100%;
}
.counter-top-area.style2 .tps-counter-list {
  display: flex;
  align-items: center;
}
.counter-top-area.style2 .tps-counter-list .counter-icon {
  position: absolute;
}
.counter-top-area.style2 .tps-counter-list .count-text {
  width: 100%;
}
.counter-top-area.style2 .tps-counter-list .count-text .count-number {
  border-bottom: 1px solid #e9e9e9;
  transition: 0.3s;
}
.counter-top-area.style2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 250px;
  width: 250px;
  background: var(--primaryColor);
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
  top: -30%;
  left: -10%;
  transition: 0.3s;
  opacity: 0;
}
.counter-top-area.style2:hover {
  border-color: var(--primaryColor);
}
.counter-top-area.style2:hover .tps-counter-list .count-text .count-number {
  border-color: var(--primaryColor);
}
.counter-top-area.style2:hover:after {
  opacity: 0.5;
}
.counter-top-area.style3 .tps-counter-list .tps-counter-list-inner {
  display: flex;
  align-items: center;
}
.counter-top-area.style3 .tps-counter-list .tps-counter-list-inner .counter-icon img {
  width: 80px;
  height: 80px;
  padding: 20px;
  overflow: visible;
  border-radius: 50%;
}
.counter-top-area.style3 .tps-counter-list .text {
  font-weight: 400;
  line-height: 26px;
  margin-top: 17px;
}

.tp-elevate-about-warp .about-four-img {
  position: relative;
}
.tp-elevate-about-warp .about-four-img .thumbnail-1 {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
}
.tp-elevate-about-warp .about-four-img .thumbnail-1:after {
  position: absolute;
  content: "";
  border: 1px solid var(--primaryColor);
  height: 100%;
  width: 100%;
  left: 30px;
  top: 30px;
  z-index: -1;
}
.tp-elevate-about-warp .about-four-img .thumbnail-1 .experience {
  position: absolute;
  right: -220px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.tp-elevate-about-warp .about-four-img .thumbnail-1 .experience h3 {
  font-size: 86px;
  color: var(--primaryColor);
}
.tp-elevate-about-warp .about-four-img .thumbnail-1 .experience span.plus {
  color: var(--primaryColor);
  font-size: 20px;
  font-weight: 600;
}
.tp-elevate-about-warp .about-four-img .thumbnail-1 .experience span {
  color: #000000;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.tp-elevate-about-warp .about-four-img .thumbnail-2 {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 2;
}
.tp-elevate-about-warp .about-four-img .thumbnail-2 img {
  border: 10px solid #fff;
  animation: jump-2 5s linear infinite;
}
.tp-elevate-about-warp .about-four-img .thumbnail-2 span {
  position: absolute;
  min-width: -moz-max-content;
  min-width: max-content;
  right: 9px;
  top: 9px;
  padding: 8px 30px;
  background: var(--primaryColor);
  color: #fff;
  animation: jump-2 5s linear infinite;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.tp-elevate-about-warp.style2 .thumbnail-about-eight {
  position: relative;
}
.tp-elevate-about-warp.style2 .thumbnail-about-eight .experience-area {
  max-width: 203px;
  position: absolute;
  top: 42%;
  right: 40px;
  animation: jump-2 8s linear infinite;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}
.tp-elevate-about-warp.style2 .thumbnail-about-eight .experience-area .image-area {
  position: relative;
}
.tp-elevate-about-warp.style2 .thumbnail-about-eight .experience-area .image-area span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.tp-elevate-about-warp.style2 .thumbnail-about-eight .experience-area p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #0c0a0a;
  margin: 0;
  margin-top: 12px;
}

tp-grid-figure .logo-img {
  text-align: center;
}
tp-grid-figure .logo-img a {
  transition: all 0.5s;
}
tp-grid-figure .logo-img img {
  margin: 0 auto;
  transition: all 0.5s;
  border-radius: 15px;
}
tp-grid-figure .logo-img:hover img {
  opacity: 1;
}
tp-grid-figure .logo-img:hover a.back {
  display: block;
}
tp-grid-figure .logo-img:hover a.back-exists {
  display: none;
}
tp-grid-figure .logo-img.logo-gray a:hover img {
  opacity: 80%;
}

.tp-mailchimp.yes {
  position: relative;
}
.tp-mailchimp.yes input[type=submit] {
  font-size: 0;
}
.tp-mailchimp.yes .fa-location-arrow {
  position: absolute;
  right: 17px;
  bottom: 16px;
  color: #fff;
}

.tps-addon-number .number-part {
  position: relative;
  text-align: center;
}
.tps-addon-number .number-part .number-icon {
  display: inline-block;
  padding: 5px;
  font-size: 50px;
  color: var(--primaryColor);
  transition: all ease 0.3s;
}
.tps-addon-number .number-part .number-icon i {
  transition: all ease 0.3s;
}
.tps-addon-number .number-part .number-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.tps-addon-number .number-part .number-icon.grayscale img {
  filter: gray;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}
.tps-addon-number .number-part .number-icon.grayscale img:hover {
  filter: none;
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.tps-addon-number .number-part .number-icon:hover {
  color: var(--secondaryColor);
}
.tps-addon-number .number-part .number-icon:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--primaryColor);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.tps-addon-number .number-part .number-text {
  position: relative;
}
.tps-addon-number .number-part .number-text .number-area {
  display: inline-block;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.tps-addon-number .number-part .number-text .number-area .number-prefix {
  color: #fff;
  background-color: var(--primaryColor);
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.tps-addon-number .number-part .number-text .number-area .number-prefix:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: rgba(232, 28, 46, 0.1019607843);
  height: 90px;
  width: 90px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.tps-addon-number .number-part .number-text .number-prefix {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--titleColor);
}
.tps-addon-number .number-part .number-text .number-title {
  position: relative;
}
.tps-addon-number .number-part .number-text .number-title .title {
  font-size: 24px;
  margin: 0 0 10px;
  color: var(--titleColor);
}
.tps-addon-number .number-part .number-text .number-title .title a {
  color: var(--titleColor);
}
.tps-addon-number .number-part .number-text .number-title .title a:hover {
  color: var(--hoverColor);
}
.tps-addon-number .number-part .number-text .number-txt {
  color: var(--bodyColor);
  margin: 0;
}
.tps-addon-number .number-part .number-text .number-btn-part {
  margin: 15px 0 0;
}
.tps-addon-number .number-part .number-text .number-btn-part .number-btn {
  position: relative;
  display: inline-block;
  color: var(--secondaryColor);
  transition: all ease 0.3s;
}
.tps-addon-number .number-part .number-text .number-btn-part .number-btn i {
  transition: all ease 0.3s;
}
.tps-addon-number .number-part .number-text .number-btn-part .number-btn:hover {
  color: var(--primaryColor);
}
.tps-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after span {
  float: left;
}
.tps-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after i {
  margin-left: 10px;
}
.tps-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before span {
  float: right;
}
.tps-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before i {
  margin-right: 10px;
}
.tps-addon-number .number-part:after {
  content: "";
  width: 0;
  height: 4px;
  background: var(--primaryColor);
  position: absolute;
  transition: all 0.3s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.tps-addon-number .number-part:hover .number-icon {
  color: var(--secondaryColor);
}
.tps-addon-number .number-part:hover .number-icon:after {
  opacity: 1;
  visibility: visible;
}
.tps-addon-number .number-part:hover .number-text .number-title .title {
  color: var(--primaryColor);
}
.tps-addon-number .number-part:hover .number-text .number-title .title a {
  color: var(--primaryColor);
}
.tps-addon-number .number-part:hover:after {
  width: 100%;
}
.tps-addon-number.number-style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
}
.tps-addon-number.number-style2 .number-part {
  background: 0 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
.tps-addon-number.number-style2:hover:before {
  transform: scaleY(1);
}
.tps-addon-number.number-style3 .number-part {
  border-bottom-width: 4px;
  transition: all 0.3s ease 0s;
  position: relative;
}
.tps-addon-number.number-style3 .number-part .number-icon {
  width: 90px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease 0s;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
}
.tps-addon-number.number-style3 .number-part .number-icon i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.tps-addon-number.number-style3 .number-part .number-icon img {
  width: 45px;
  height: 45px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.tps-addon-number.number-style3 .number-part:hover .number-icon {
  top: -35px;
}
.tps-addon-number.number-style4 .number-part {
  display: inline-flex;
}

.tps-btn {
  padding: 17px 30px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 15px;
  background: var(--primaryColor);
  color: #fff;
}
.tps-btn:hover {
  background-color: var(--titleColor);
}

.portfolio-slider-nav {
  max-width: 1320px;
  position: relative;
  margin: auto;
  z-index: 1;
}
.portfolio-slider-nav .swiper-button-prev,
.portfolio-slider-nav .swiper-button-next {
  position: relative;
  font-size: 22px;
  color: var(--titleColor);
  height: 60px !important;
  width: 60px !important;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--whiteColor);
  transition: 0.3s;
}
.portfolio-slider-nav .swiper-button-prev:hover,
.portfolio-slider-nav .swiper-button-next:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}
.portfolio-slider-nav .swiper-button-prev::before,
.portfolio-slider-nav .swiper-button-next::before {
  font-size: 0;
}
.portfolio-slider-nav .swiper-button-prev {
  left: 93%;
  top: -80px;
  transform: translateX(-93%);
}
.portfolio-slider-nav .swiper-button-next {
  position: absolute;
  right: 0;
  top: -75px;
}

.portfolio-style2 .portfolio-slider-nav .swiper-button-prev,
.portfolio-style2 .portfolio-slider-nav .swiper-button-next {
  color: var(--whiteColor);
  height: 60px !important;
  width: 60px !important;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 0;
  background: transparent;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-style2 .portfolio-slider-nav .swiper-button-prev:hover,
.portfolio-style2 .portfolio-slider-nav .swiper-button-next:hover {
  background: var(--primaryColor);
}

.swipper-bulet-pagination {
  margin-top: 100px;
}
.swipper-bulet-pagination .swiper-pagination-bullets {
  position: absolute;
  bottom: -108px;
  left: 47.5%;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #fff;
  padding: 5px 15px;
  border-radius: 33px;
}
.swipper-bulet-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ededed;
  border-radius: 50%;
  opacity: 1;
}
.swipper-bulet-pagination .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: var(--primaryColor);
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-new.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.rs-skill-bar .skillbar {
  background: #eeeeee;
  display: inline-block;
  height: 6px;
  position: relative;
  width: 100%;
}
.rs-skill-bar .skillbar .skillbar-bar {
  background: var(--primaryColor);
  height: 6px;
  width: 0;
  margin-bottom: 0;
}
.rs-skill-bar .skillbar .skillbar-title,
.rs-skill-bar .skillbar .skill-bar-percent {
  position: absolute;
}
.rs-skill-bar .skillbar .skillbar-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.rs-skill-bar .skillbar .skill-bar-percent {
  font-size: 15px;
  font-weight: 700;
  color: var(--titleColor);
}
.rs-skill-bar.animation .skillbar .skillbar-bar, .rs-skill-bar.striped .skillbar .skillbar-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.rs-skill-bar.animation .skillbar .skillbar-bar {
  animation: rs-progress-pie-stripes 1s linear infinite;
}
.rs-skill-bar.style1 {
  padding-top: 25px;
}
.rs-skill-bar.style1 .skillbar .skillbar-title {
  top: -40px;
}
.rs-skill-bar.style1 .skillbar .skill-bar-percent {
  right: 0;
  top: -40px;
}
.rs-skill-bar.style2 .skillbar .skillbar-title {
  left: 0;
  padding: 2px 20px 0;
  top: 0;
  width: auto;
  background: #83b614;
}
.rs-skill-bar.style2 .skillbar .skill-bar-percent {
  right: 10px;
  top: 0;
}

.slider-inner-wrapper ul.d-flex {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tp-slider-navigation {
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 1;
}
.tp-slider-navigation .tp-slider-prev,
.tp-slider-navigation .tp-slider-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
  font-weight: 200;
  transition: 0.3s;
}
.tp-slider-navigation .tp-slider-prev:hover,
.tp-slider-navigation .tp-slider-next:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}
@media (max-width: 767px) {
  .tp-slider-navigation .tp-slider-prev,
  .tp-slider-navigation .tp-slider-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .tp-slider-navigation .tp-slider-prev,
  .tp-slider-navigation .tp-slider-next {
    width: 36px;
    height: 36px;
  }
}

.tps-tab-style-one .button-area {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: var(--primaryColor);
  text-align: left;
  min-width: -moz-max-content;
  min-width: max-content;
}
.tps-tab-style-one .button-area button {
  background: transparent !important;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-left: 0;
  border-radius: 0;
}
.tps-tab-style-one .button-area button:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tps-tab-style-one .button-area button.active {
  color: var(--primaryColor);
}
.tps-tab-style-one .tab-content {
  margin-left: 25px;
}
.tps-tab-style-one .tab-content .tps-tab-content-one {
  margin-right: -8px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  margin-top: -4px;
  margin-bottom: 24px;
  animation: slide-down 2s ease-out;
}
.tps-tab-style-one .tab-content .tps-tab-content-one ul {
  list-style: none;
  margin: 20px 0 0;
}
.tps-tab-style-one .tab-content .tps-tab-content-one ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #5d666f;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}
.tps-tab-style-one .tab-content .tps-tab-content-one ul li:before {
  content: "\e853";
  position: absolute;
  font-family: "tp-icons";
  left: 0;
  top: 0;
  font-size: 20px;
  color: #0b4df5;
}
.tps-tab-style-one .tab-content .tps-tab-content-one a.tps-btn {
  margin-top: 40px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.tps-tab-style-one.horizontal .d-flex.contoler-company {
  display: block !important;
}
.tps-tab-style-one.horizontal .d-flex.contoler-company .flex-column {
  flex-direction: row !important;
  display: flex;
  align-items: flex-start;
}
.tps-tab-style-one.horizontal .d-flex.contoler-company .flex-column.button-area {
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: var(--primaryColor);
  text-align: left;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 30px;
}
.tps-tab-style-one.horizontal .d-flex.contoler-company .flex-column.button-area button:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1024px) {
  .tptab-main.vertical ul.nav {
    margin-right: 0;
  }
  .tps-tab-content-one {
    animation: slide-down 2.5s ease-out;
  }
  .tptab-main.vertical ul.nav.bubble li a.active:after {
    display: none;
  }
}
@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.industrial_feature {
  transition: 0.3s;
  cursor: pointer;
}

.industrial_feature:hover {
  transform: scale(1.02) translateY(-7px) !important;
}

.industrial_feature:hover .text-heading {
  color: #fff !important;
}

.industrial_feature:hover .icon svg path {
  fill: #fff !important;
}

.solar_energy_counter2 .counter-top-area.style3 .tps-counter-list .tps-counter-list-inner {
  display: block;
}

.solar_testimonial .slider-inner-wrapper .tp--slider.slider-style1 .single--item {
  box-shadow: none;
  border: 1px solid #eeeeee;
}

.address-item.horizontal {
  display: flex;
  align-items: center;
}
.address-item.horizontal div {
  display: inline-block;
}
.address-item.horizontal .address-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.tp-box-inner-wrapper.flex .text-area {
  padding-top: 0;
}

.tp-iconbox-area .box-inner .icon-area {
  display: flex;
  align-items: center;
}
.tp-iconbox-area .box-inner .icon-area a {
  display: inline-block;
}

/* Elements Extra CSS for Hyperai Theme  */
.tp-banner-slide-item .tp-banner-slide-item-img {
  position: relative;
  z-index: 1;
}
.tp-banner-slide-item .tp-banner-slide-abs-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ac643b;
  text-align: center;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.001s linear 0s;
}
.tp-banner-slide-item .tp-banner-slide-content {
  padding: 40px;
}
.tp-banner-slide-item .tp-banner-subtitle {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.tp-banner-slide-item .tp-banner-title {
  color: #fff;
  font-size: 56px;
  margin-bottom: 15px;
}
.tp-banner-slide-item .tp-banner-desc {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
.tp-banner-slide-item .tp-banner-btn a {
  margin-top: 20px;
  color: #00100b;
  font-size: 16px;
  display: inline-block;
  padding: 15px 25px;
  background: #ffc107;
}
.tp-banner-slide-item .tp-banner-btn a:hover {
  background: #fff;
  color: #00100b;
}

.grid-item.swiper-slide.swiper-slide-active .tp-banner-slide-abs-content {
  opacity: 1;
  visibility: visible;
}

.slider-style6 .content--box {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-top: 23px;
}

.slider-style6 .content--box .banner-image img {
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.slider-style6 .content--box .description .slider-title {
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--themetext);
  margin-bottom: 4px;
  line-height: 1.2;
}

.slider-style6 .content--box .description .slider-subtitle {
  font-size: 16px;
  color: var(--themetext);
  margin-bottom: 0;
}

.slider-style6 .content--box .banner-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.tp-slider-navigation6 {
  display: flex;
  margin-top: 25px;
  gap: 15px;
}
.tp-slider-navigation6 .tp-slider-prev,
.tp-slider-navigation6 .tp-slider-next {
  border: 1px solid var(--borderColor);
  width: 60px;
  height: 60px;
  border-radius: 5px;
  transition: all 0.3s;
  line-height: 60px;
  text-align: center;
}
.tp-slider-navigation6 .tp-slider-prev:hover,
.tp-slider-navigation6 .tp-slider-next:hover {
  background: var(--borderColor);
  color: var(--btnColor);
}

.max_w_800 {
  max-width: 800px;
}

.entry-content li.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 17px;
  color: var(--bodyColor);
  margin-top: 10px;
}
.entry-content li.wc-block-grid__product .wc-block-grid__product-price.price {
  font-size: 14px;
  color: var(--bodyColor);
}
.entry-content li.wc-block-grid__product .add_to_cart_button {
  display: inline-block;
  border-radius: 0px;
  color: var(--btnColor) !important;
  background: var(--btnBgColor);
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--borderColor);
}
.entry-content li.wc-block-grid__product .add_to_cart_button:hover {
  background: var(--btnHoverBgColor);
  color: var(--btnHoverColor) !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  border: 1px solid hsla(0, 0%, 7%, 0.1) !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
  box-shadow: 0 0 0 1px var(--primaryColor) !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
  box-shadow: 0 0 0 1px var(--primaryColor) !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border: 1px solid var(--borderColor) !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  border: 1px solid var(--primaryColor) !important;
  box-shadow: 0 1px 0 1px var(--primaryColor) !important;
}

.wc-block-components-textarea {
  border: 1px solid hsla(0, 0%, 7%, 0.1) !important;
}

.wc-block-checkout__add-note .wc-block-components-textarea:focus {
  box-shadow: 0 0 0 1px var(--primaryColor) !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  border-radius: 0px !important;
  color: var(--titleColor);
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  background: var(--btnBgColor) !important;
  border: 1px solid var(--borderColor);
  border-radius: 0 !important;
  color: var(--btnColor) !important;
  top: 15px !important;
  right: 15px !important;
}

@media (max-width: 575px) {
  .top-image-cat.h-100 {
    height: auto !important;
  }
}

.blog-item .blog-content .btn-part a {
  display: inline-block;
}

.tp_elements-icon-widget.d-inline-block.position-absolute {
  z-index: 2;
}

.test-upper-portion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.writing-mode-vertical-lr {
  writing-mode: vertical-lr;
}

.writing-mode-vertical-rl {
  writing-mode: vertical-rl;
}

.writing-mode-sideways-rl {
  writing-mode: sideways-rl;
}

.writing-mode-sideways-lr {
  writing-mode: sideways-lr;
}

.writing-mode-horizontal-tb {
  writing-mode: horizontal-tb;
}

/* Line Clamp Utility Classes */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.line-clamp-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.line-clamp-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.line-clamp-9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

.line-clamp-10 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

.line-clamp-11 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
}

.line-clamp-12 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
}/*# sourceMappingURL=elements.css.map */