@charset "UTF-8";
:root {
  --primaryColor: #1CA2FC;
  --secondarycolor: #FF943D;
  --common-black: #222E48;
  --titleColor: #222E48;
  --bodyColor: #404A60;
}

:root {
  --body-font: "IBM Plex Sans", serif;
  --transition: all 0.5s ease-in-out;
  --transition-sec: all 1.8s ease-in-out;
  --transition-third: all 2.2s ease-in-out;
  /* Color styles */
  --p1: 20, 113, 176;
  --p2: 255, 148, 61;
  --s1: 255, 255, 255;
  --s2: 58, 56, 54;
  --n1: 245, 245, 245;
  --n2: 230, 229, 229;
  --n3: 236, 232, 227;
  --gradient-p1: linear-gradient(90deg, rgba(255, 222, 159, 0.47) 0%, rgba(255, 222, 159, 0.12) 51.11%, rgba(255, 222, 159, 0.00) 100%);
  --box-shadow-p1: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.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;
}

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

.img-border-radius img {
  border-radius: 15px !important;
}

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

.slider-style5 .quote-area {
  margin-bottom: 20px;
}
.slider-style5 ul.single {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}
.slider-style5 ul.single i {
  color: #FF943D;
}
.slider-style5 .slider-content-area {
  display: block;
  background: #fff;
  border-radius: 12px;
  text-align: left;
}
.slider-style5 .slider-content-area .bottom--area {
  display: flex;
  align-items: center;
}
.slider-style5 .slider-content-area .bottom--area .image-area {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.slider-style5 .slider-content-area .bottom--area .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-style5 .slider-content-area .bottom--area .single--item-img {
  margin-right: 20px;
}
.slider-style5 .slider-content-area h5 {
  margin-bottom: 0;
}
.slider-style5 .slider-content-area .slider-subtitle {
  margin-bottom: 0;
}
.slider-style5 .slider-content-area .slider-description {
  margin-bottom: 30px;
}

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

.navigation-center-bottom {
  display: flex;
  justify-content: end;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .navigation-center-bottom {
    display: none;
  }
}
.navigation-center-bottom .swiper-button-next.box-style, .navigation-center-bottom .swiper-button-prev.box-style {
  width: 60px;
  height: 60px !important;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #dfdcdc;
}
.navigation-center-bottom .swiper-button-next.box-style i, .navigation-center-bottom .swiper-button-prev.box-style i {
  transform: rotate(0);
}
.navigation-center-bottom .swiper-button-next.box-style:hover i, .navigation-center-bottom .swiper-button-prev.box-style:hover i {
  transform: rotate(0);
}

@media screen and (max-width: 575px) {
  .tp-service-style-style2 .navigation-center-bottom {
    display: none;
  }
}

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

.content .elementor-widget-container:hover .themephi-heading .title {
  color: #fff;
}
.content.left .elementor-widget-container {
  transform: translateX(-60px);
  animation: slide-one 10s linear infinite;
}
.content.left.one .elementor-widget-container {
  transform: translateX(0px);
  animation: slide-one1 10s linear infinite;
}

@keyframes slide-one {
  0% {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
}
@keyframes slide-one1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1300px) {
  .content.left .elementor-widget-container,
  .content.left.one .elementor-widget-container {
    animation: none;
    transform: translateX(0);
  }
}
.no-box-shadow .counter-top-area.style2 .tps-counter-list .count-text {
  box-shadow: none;
}

.icon-button a {
  background: var(--primaryColor);
  color: #fff;
  padding: 3px 17px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
  border-radius: 18px;
}
.icon-button a:hover {
  color: #fff;
  background: #FF943D;
}
.icon-button a i:before {
  font-size: inherit;
}

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

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

.feature-one-wrapper .elementor-icon-list-item {
  padding: 15px 29px !important;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 15px;
  max-width: max-content;
  margin-right: 17px !important;
  margin-bottom: 20px !important;
  cursor: pointer;
  transition: 0.3s;
}
.feature-one-wrapper .elementor-icon-list-item:hover {
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.0509803922);
}

.cta-input-arae {
  position: relative;
}
.cta-input-arae input {
  border-radius: 100px;
  margin-bottom: 0 !important;
}
.cta-input-arae input[type=submit] {
  position: absolute;
  border-radius: 100px;
  max-width: max-content;
  right: -2px;
}

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

.box-style-before-mn .box-style::before {
  z-index: -1;
}

.tp-slider-navigation6 > .box-style {
  box-shadow: 0 0 5px 0 rgba(0, 16, 11, 0.05);
}

.icon-area.start {
  margin-right: auto;
}

.icon-area.center {
  margin: 0 auto;
}

.icon-area.end {
  margin-left: auto;
}

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

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

/******* RS Tab CSS  **********
-----------------------------*/
.tptab-main ul.nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tptab-main ul.nav.bubble li a.active {
  position: relative;
}
.tptab-main ul.nav.bubble li a.active:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: var(--primaryColor);
  border-width: 12px;
  margin-left: -30px;
}
.tptab-main ul.nav li a {
  background: #f1f1f1;
  padding: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}
.tptab-main ul.nav li a.active {
  background: var(--primaryColor);
  color: #fff;
}
.tptab-main ul.nav li a i {
  margin-left: 50px;
  color: #FF943D;
}
.tptab-main ul.nav li:first-child {
  margin-left: 0 !important;
}
.tptab-main ul.nav li:last-child {
  margin-right: 0 !important;
}
.tptab-main ul.nav li a:hover {
  background: var(--primaryColor);
}
.tptab-main ul.nav.icon_top li a,
.tptab-main ul.nav.icon_top li a img,
.tptab-main ul.nav.icon_top li a i {
  display: block;
}
.tptab-main .tab-content {
  background: #f9f9f9;
  padding: 10px;
  overflow: hidden;
}
.tptab-main .tab-content p:last-child {
  margin: 0;
}
.tptab-main.vertical {
  display: flex;
}
.tptab-main.vertical ul.nav {
  margin: 0 20px 0 0;
  display: block;
}
.tptab-main.vertical ul.nav.bubble li a.active {
  position: relative;
}
.tptab-main.vertical ul.nav.bubble li a.active:after {
  top: 100%;
  left: auto;
  right: -24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: var(--primaryColor);
  border-width: 12px;
  margin-left: -30px;
}
.tptab-main .tab-pane.active {
  animation: slide-down 2s ease-out;
}
.tptab-main.no_item_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tptab-main.no_item_menu.left {
  text-align: left;
}
.tptab-main.no_item_menu.center {
  text-align: center;
}
.tptab-main.no_item_menu.right {
  text-align: right;
}
.tptab-main.bottom {
  display: flex;
  flex-wrap: wrap;
}
.tptab-main.bottom ul.nav {
  order: 2;
  width: 100%;
}
.tptab-main.bottom ul.nav a {
  box-shadow: 0px 30px 50px rgba(0, 14, 32, 0.1);
  border-radius: 10px;
}
.tptab-main.bottom .tab-content {
  order: 1;
  box-shadow: 0px 30px 50px rgba(15, 18, 22, 0.14);
}
.tptab-main.bottom iframe {
  width: 970px;
  height: 576px;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tptab-main.style-2.vertical .row {
  align-items: center;
}
.tptab-main.style-2.vertical ul.nav {
  display: flex;
  margin: 0;
}
.tptab-main.style-2.vertical ul.nav li {
  margin-right: 0 !important;
}
.tptab-main.style-2.vertical ul.nav li a {
  padding: 20px 0;
}
.tptab-main.style-2.vertical ul.nav li a i {
  float: right;
  margin-top: 10px !important;
}
.tptab-main.style-2.vertical ul.nav li img {
  position: relative;
  top: -3px;
}
.tptab-main.style-2 .tab-pane img.alignleft {
  margin-right: 65px;
}
.tptab-main.style-2 .tab-pane .text-list {
  margin: 0;
  list-style: none;
  float: left;
}
.tptab-main.style-2 .tab-pane .text-list li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 8px;
  color: var(--primaryColor);
  position: relative;
  z-index: 1;
  list-style: none;
}
.tptab-main.style-2 .tab-pane .text-list li:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: var(--primaryColor);
  left: 0;
  top: -7px;
  z-index: 1;
  line-height: 40px;
  text-align: center;
}
.tptab-main.style-2 .tab-pane .text-list li:last-child {
  border: none !important;
}

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

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

.rs-dual-heading .second_title {
  color: #FF943D;
}

.rs-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.rs-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}

/* -----------------------
    Features List CSS
--------------------------*/
.right_icon_yes ul li a {
  padding-right: 0 !important;
  position: relative;
}
.right_icon_yes ul li a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\e80e";
  font-size: 16px;
  font-family: "tp-icons";
  color: var(--primaryColor);
}

.left_icon_yes ul li a {
  padding-right: 0 !important;
  position: relative;
  padding-left: 25px;
}
.left_icon_yes ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e80e";
  font-size: 16px;
  font-family: "tp-icons";
}

.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);
  -webkit-transition: all 200ms linear;
  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;
  -webkit-transition: all 200ms linear;
  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;
  -webkit-transition: all 200ms linear;
  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;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.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;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  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;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/** Draw Vertical Line **/
.path-vert {
  stroke-dasharray: 1000;
  /*   stroke-dashoffset: 800; */
  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: 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: "IBM Plex Sans", serif;
}
.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;
}

.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;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-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 {
  -webkit-transform: scale3d(1, 1, 1);
  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;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), -webkit-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 {
  -webkit-transform: scale3d(1, 1, 1);
  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;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

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

.tps-img-reveal[data-fx="14"]:hover::after {
  -webkit-animation: loop 0.5s infinite;
  animation: loop 0.5s infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
  50% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  51% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
}
@keyframes loop {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
  50% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  51% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    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%;
}

.tps-accordion.style1 .tp-accordion-item {
  background: transparent;
  border: none;
  padding-bottom: 30px;
  position: relative;
  padding-left: 60px;
}
.tps-accordion.style1 .tp-accordion-item:last-child {
  padding-bottom: 0;
}
.tps-accordion.style1 .tp-accordion-item .tp-accordion-header button {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  box-shadow: none;
  padding: 0;
  position: relative;
  color: #fff;
}
.tps-accordion.style1 .tp-accordion-item .tp-accordion-header button:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  border: 5px solid var(--primaryColor);
  height: 20px;
  width: 20px;
  left: -11.4%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  background-color: #fff;
  z-index: 5;
  transition: 0.3s;
}
.tps-accordion.style1 .tp-accordion-item .tp-accordion-body {
  padding: 15px 0 0;
}
.tps-accordion.style1 .tp-accordion-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px dashed var(--primaryColor);
  top: 3px;
  left: 18px;
  position: absolute;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header .tp-accordion-button:not(.collapsed) {
  box-shadow: none;
}
.tps-accordion.style2 .tp-accordion-item {
  margin-bottom: 0px;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button {
  background: transparent;
  box-shadow: 0px 5px 52px rgba(0, 0, 0, 0.05);
  border: 1px solid #EAEAEA;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  min-height: 60px;
  align-items: center;
  display: flex;
  padding: 0 20px;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button span {
  color: var(--primaryColor);
  margin-right: 4px;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button .accordion-icon {
  font-size: 16px;
  display: block;
  margin-left: 8px;
  margin-right: 10px;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button .accordion-icon i {
  background: #EAEAEA;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #222E48;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button .accordion-icon-active {
  display: none;
  margin-left: 8px;
  margin-right: 10px;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button .accordion-icon-active i {
  background: var(--primaryColor);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button .accordion-icon,
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button .accordion-icon-active {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  min-width: 12px;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button[aria-expanded=true] {
  background: #fff;
  color: #ffffff;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button[aria-expanded=true] .accordion-icon {
  display: none;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-header button[aria-expanded=true] .accordion-icon-active {
  display: block;
  font-size: 16px;
}
.tps-accordion.style2 .tp-accordion-item .tp-accordion-body {
  background: #fff;
  padding: 15px 30px 0px 20px;
}
.tps-accordion.style2 .tp-accordion-item:last-child {
  border-bottom: 0 !important;
}
.tps-accordion.style3 .tp-accordion-item .tp-accordion-header .tp-accordion-button:not(.collapsed) {
  box-shadow: none;
}
.tps-accordion.style3 .tp-accordion-item {
  margin-bottom: 30px;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.05);
  margin-bottom: 20px;
  border: none;
}
.tps-accordion.style3 .tp-accordion-item .tp-accordion-header button {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 24px 40px;
  background: none;
  font-family: "IBM Plex Sans", serif;
}
.tps-accordion.style3 .tp-accordion-item .tp-accordion-header button span {
  color: var(--primaryColor);
  margin-right: 10px;
}
.tps-accordion.style3 .tp-accordion-item .tp-accordion-header button:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro" !important;
  background-image: none;
  top: 0px;
  position: relative;
  transform: none;
  color: var(--primaryColor);
}
.tps-accordion.style3 .tp-accordion-item .tp-accordion-header button[aria-expanded=true] {
  border: 1px solid transparent;
  background: #fff;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
.tps-accordion.style3 .tp-accordion-item .tp-accordion-header button[aria-expanded=true]:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro" !important;
  background-image: none;
  top: 0px;
  position: relative;
}
.tps-accordion.style3 .tp-accordion-item .tp-accordion-body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0px 35px 35px 35px;
}

.tps-accordion.style1 .tp-accordion-item .tp-accordion-header button[aria-expanded=true]::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: none;
  height: 50px;
  width: 50px;
  left: -14.6%;
  background: var(--primaryColor);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  z-index: 5;
}

.engineer_accordion .tps-accordion.style2 .tp-accordion-item .tp-accordion-header button {
  padding: 20px !important;
}

.engineer_accordion .tps-accordion.style2 .tp-accordion-item .tp-accordion-body {
  background: #fff !important;
  padding: 0px 20px 10px 20px !important;
}

.secondary-bg-couponly {
  background: var(--secondarycolor);
}

.tabItem .table-responsive .box-style {
  height: 50px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive table .box-style {
  min-width: 130px;
}
.table-responsive table .box-style::before {
  z-index: -1;
}

.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: "IBM Plex Sans", serif;
  position: relative;
  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;
}

.themephi-blog-grid .image-part.yes:hover img {
  filter: grayscale(100%);
}
.themephi-blog-grid.blog--style1 .blog-item {
  background-color: #fff;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content {
  padding: 30px 33px;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog-meta li:last-child {
  margin-right: 0;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .title {
  font-size: 20px;
  line-height: 1.5;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer {
  font-weight: 500;
  margin-top: 25px;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer .btn-part {
  margin-top: 10px;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer .btn-part a {
  color: #000;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer .btn-part a i {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #592DA8;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer .meta_date {
  color: #000;
  margin-top: 10px;
}
.themephi-blog-grid.blog--style1 .nav-links {
  text-align: center;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style1 .nav-links span, .themephi-blog-grid.blog--style1 .nav-links a {
  min-width: 54px;
  min-height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-weight: 700;
  color: #090808;
  padding: 0;
}
.themephi-blog-grid.blog--style1 .nav-links span.current, .themephi-blog-grid.blog--style1 .nav-links a.current {
  background-color: var(--primaryColor);
  color: #fff;
}
.themephi-blog-grid.blog--style5 .image-part {
  position: relative;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.themephi-blog-grid.blog--style5 ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.themephi-blog-grid.blog--style5 .blog-badge {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -26px;
  text-align: center;
}
.themephi-blog-grid.blog--style5 .blog-badge .date-2 {
  background: var(--primaryColor);
  color: #fff;
  padding: 6px;
}
.themephi-blog-grid.blog--style5 .blog-badge .date {
  font-size: 26px;
  line-height: 26px;
}
.themephi-blog-grid.blog--style5 .blog-badge .month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  display: block;
}
.themephi-blog-grid.blog--style5 .blog-badge .year {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  background: #0C0A0A;
  padding: 4px 0;
}
.themephi-blog-grid.blog--style5 .blog-item {
  border: 1px solid #F5F5F5;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
.themephi-blog-grid.blog--style5 .blog-content {
  padding: 0 30px 30px;
}
.themephi-blog-grid.blog--style5 .blog-content .cat_list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #6E777D;
  margin-top: -5px;
  text-transform: capitalize;
}
.themephi-blog-grid.blog--style5 .blog-content .title {
  line-height: 30px;
  margin-bottom: 20px;
}
.themephi-blog-grid.blog--style5 .blog-content .title a {
  color: #090908;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.themephi-blog-grid.blog--style5 .blog-content .title a:hover {
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style4 .blog-item .image-part.h-100 a {
  height: 100%;
  width: 100%;
}
.themephi-blog-grid.blog--style4 .blog-item .image-part.h-100 a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content {
  padding: 25px;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 8px;
  background-color: #F4F4F4;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer span {
  font-weight: 500;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .btn-part a {
  font-weight: 500;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .meta_author.yes {
  display: flex;
  gap: 15px;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .meta_author.yes .tp-author-img img {
  border-radius: 50%;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .meta_author.yes .tp-author-text {
  font-weight: 400;
  font-size: 13px;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .meta_author.yes .tp-author-text strong {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .title {
  font-size: 20px;
  line-height: 1.3;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 0 30px;
  z-index: 2;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part img {
  transition: 0.3s;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part img:hover {
  transform: scale(1.1);
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part.yes img:hover {
  filter: grayscale(1);
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part .cat_list {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part .cat_list ul {
  list-style: none;
  margin: 0;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part .cat_list ul li a {
  padding: 7px 24px;
  display: inline-block;
  background: var(--primaryColor);
  color: #fff;
}
.themephi-blog-grid.blog--style3 .blog-content {
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
.themephi-blog-grid.blog--style3 .blog-content .blog-meta {
  margin: 0;
  background: #e5e5e5;
  border-radius: 10px 10px 0 0;
  padding: 50px 33px 20px 33px;
  display: flex;
  align-items: center;
}
.themephi-blog-grid.blog--style3 .blog-content .blog-meta li {
  list-style: none;
  margin-right: 20px;
}
.themephi-blog-grid.blog--style3 .blog-content .blog-meta li:last-child {
  margin-right: 0;
}
.themephi-blog-grid.blog--style3 .blog-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
.themephi-blog-grid.blog--style3 .blog-content .bottom-part {
  padding: 30px 32px 32px 32px;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 0px 0px 10px 10px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper {
  position: relative;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .image-part {
  position: relative;
  z-index: 1;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .image-part img {
  min-height: 560px;
  object-fit: cover;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .image-part::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  z-index: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 9, 8, 0) 0%, rgb(9, 9, 8) 100%);
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content {
  background-color: transparent;
  transition: all 0.3s linear 0s;
  text-align: center;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content.blog-content-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 30px;
  margin-top: 0;
  padding: 30px 25px;
  padding-bottom: 0;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content .blog-meta {
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content .blog-meta li span {
  color: var(--primaryColor);
  font-weight: 500;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content .title {
  color: #fff;
  font-size: 24px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content p {
  color: #fff;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content a {
  color: #fff;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content {
  background-color: #00100B;
  padding-bottom: 30px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content .title a {
  color: var(--primaryColor);
  font-weight: 700;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content p {
  color: rgb(58, 56, 54);
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content a {
  color: var(--whiteColor);
  font-weight: 500;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content a:hover {
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style10 .blog-item {
  background-color: #fff;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content {
  padding: 30px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .blog-meta-wrapper {
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .post-categories {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .post-categories li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 8px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .post-categories li a {
  display: inline-block;
  background-color: #F4F4F4;
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .blog-meta {
  display: inline-block;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 8px;
  background-color: #F4F4F4;
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .title {
  font-size: 24px;
  line-height: 1.4;
}
.themephi-blog-grid.blog--style10 .blog-item .blog_footer {
  background-color: #E6E5E5;
  padding: 7px 25px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog_footer span {
  font-size: 13px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog_footer span.meta_comments {
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 30px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog_footer span.meta_comments i {
  font-size: 10px;
  font-weight: 700;
}
.themephi-blog-grid.blog--style11 .grid-item.col-xl-6 .image-part img {
  min-height: 1086px;
  object-fit: cover;
  width: 100%;
}
.themephi-blog-grid.blog--style11 .grid-item.col-xl-6.col-lg-6 .image-part img {
  min-height: 528px;
  object-fit: cover;
  width: 100%;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper {
  position: relative;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .image-part {
  position: relative;
  z-index: 1;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .image-part img {
  min-height: 528px;
  object-fit: cover;
  width: 100%;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .image-part::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 9, 8, 0) 0%, rgb(9, 9, 8) 100%);
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content {
  background-color: transparent;
  transition: all 0.3s linear 0s;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content.blog-content-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin-top: 0;
  padding: 35px 40px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content.blog-content-absolute {
    padding: 35px 20px;
  }
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content.blog-content-absolute .blog-content-wrapp {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content.blog-content-absolute .blog-content-wrapp .meta_category {
  display: inline-block;
  background-color: #fff;
  color: #090908;
  padding: 3px 15px;
  border-radius: 2px;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content .blog-meta {
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content .blog-meta li span {
  color: #D4D4D5;
  font-weight: 500;
  text-transform: uppercase;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content .title {
  color: #fff;
  font-size: 24px;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content p {
  color: #fff;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content a {
  color: #fff;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content a:hover {
  color: var(--primaryColor);
}

.themephi-blog-grid .grid-item {
  margin-bottom: 30px;
}

.tp-blog-slider .blog-meta {
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
}
.tp-blog-slider .blog-meta .cat_list {
  padding-right: 3px;
}
.tp-blog-slider .tps-read-more {
  color: #fff;
  font-weight: 600;
}
.tp-blog-slider .tps-read-more i {
  text-align: center;
  margin-left: 5px;
  font-size: 16px;
  transition: 0.3s;
  display: inline-block;
}
.tp-blog-slider.slider-style-1 .blog-item .image-part {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.tp-blog-slider.slider-style-1 .blog-item .image-part a img {
  transition: all 0.5s;
}
.tp-blog-slider.slider-style-1 .blog-item .image-part .blog-badge {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background: var(--primaryColor);
  color: #fff;
  text-align: center;
  width: 80px;
  height: 100px;
  text-transform: uppercase;
  padding: 5px;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tp-blog-slider.slider-style-1 .blog-item .image-part .blog-badge .b-date {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.tp-blog-slider.slider-style-1 .blog-item .image-part .blog-badge .b-month {
  font-weight: 500;
  line-height: 1;
}
.tp-blog-slider.slider-style-1 .blog-item:hover .image-part a img {
  transform: scale(1.1);
}
.tp-blog-slider .blog-content {
  padding: 30px 40px 30px;
}
.tp-blog-slider .blog-content ul.blog-meta {
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
}
.tp-blog-slider .blog-content ul.blog-meta li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: 5px;
}
.tp-blog-slider .blog-content ul.blog-meta li i {
  color: var(--primaryColor);
  display: inline-block;
  margin-right: 5px;
}
.tp-blog-slider .title a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.tp-blog-slider .title a:hover {
  color: var(--primaryColor);
}
.tp-blog-slider.slider-style-2 .tps-blog-h-2-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-blog-slider.slider-style-2 .tps-blog-h-2-wrapper .image-part {
  margin-bottom: 30px;
  position: relative;
}
.tp-blog-slider.slider-style-2 .tps-blog-h-2-wrapper .image-part .blog-badge {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -26px;
  text-align: center;
}
.tp-blog-slider.slider-style-2 .tps-blog-h-2-wrapper .image-part .blog-badge .date-2 {
  background: var(--primaryColor);
  color: #fff;
  padding: 6px;
}
.tp-blog-slider.slider-style-2 .tps-blog-h-2-wrapper .image-part .blog-badge .date-2 .date {
  font-size: 26px;
  line-height: 26px;
}
.tp-blog-slider.slider-style-2 .tps-blog-h-2-wrapper .image-part .blog-badge .date-2 .month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  display: block;
}
.tp-blog-slider.slider-style-2 .tps-blog-h-2-wrapper .image-part .blog-badge .year {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  background: #222E48;
  padding: 4px 0;
}
.tp-blog-slider.slider-style-2 .title {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
}
.tp-blog-slider.slider-style-2 .title a {
  font-size: 24px;
  font-weight: 600;
}
.tp-blog-slider.slider-style-2 .tps-read-more i {
  background: #F5F5F5;
  color: #000;
}
.tp-blog-slider.slider-style-2 .tps-read-more:hover i {
  color: #fff;
}
.tp-blog-slider.slider-style-2 .blog-content {
  padding: 0 30px 30px;
}
.tp-blog-slider.slider-style-2 .blog-content .blog-meta {
  margin: 0;
}
.tp-blog-slider.slider-style-2 .blog-content .blog-meta ul {
  margin: 0;
}
.tp-blog-slider.slider-style-2 .blog-content .blog-meta .post-categories li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #6E777D;
  margin-top: -5px;
  text-transform: capitalize;
}
.tp-blog-slider.slider-style-3 .tps-blog-h-2-wrapper {
  padding: 0;
  border-radius: 0;
  border: none;
  background: var(--primaryColor);
  margin-right: 15px;
}
.tp-blog-slider.slider-style-3 .tps-blog-h-2-wrapper .image-part {
  overflow: hidden;
}
.tp-blog-slider.slider-style-3 .tps-blog-h-2-wrapper .image-part img {
  transition: 1.3s;
  width: 100%;
}
.tp-blog-slider.slider-style-3 .tps-blog-h-2-wrapper .image-part img:hover {
  transform: scale(1.15);
}
.tp-blog-slider.slider-style-3 .tps-blog-h-2-wrapper .image-part .cat_list {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  left: 25px;
  top: 25px;
  letter-spacing: 0.05em;
}
.tp-blog-slider.slider-style-3 .tps-blog-h-2-wrapper .image-part .cat_list .post-categories {
  margin: 0;
}
.tp-blog-slider.slider-style-3 .tps-blog-h-2-wrapper .image-part .cat_list .post-categories li {
  margin: 0;
  list-style: none;
}
.tp-blog-slider.slider-style-3 .tps-blog-h-2-wrapper .image-part .cat_list .post-categories li a {
  color: #ffffff;
  padding: 11px 17px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  background: var(--primaryColor);
}
.tp-blog-slider.slider-style-3 .title {
  transition: 0.3s;
  line-height: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
}
.tp-blog-slider.slider-style-3 .blog-btn.themephi-button a {
  padding: 20px 33px;
  background: var(--primaryColor);
}
.tp-blog-slider.slider-style-3 .blog-btn.themephi-button a svg {
  width: 12px;
  height: auto;
  position: relative;
  transform: rotate(45deg);
}
.tp-blog-slider.slider-style-3 .blog-btn.themephi-button a::after {
  background: #1CA2FC;
}
.tp-blog-slider.slider-style-3 .blog-content .blog-meta li {
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Titillium Web";
  font-size: 16px;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
.tp-blog-slider.slider-style-3 .blog-content .blog-meta li:first-child::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #D6D6D6;
}
.tp-blog-slider.slider-style-4 .blog-item:hover .image-part img {
  transform: scale(1.1);
}
.tp-blog-slider.slider-style-4 .blog-item .blog-badge {
  background: var(--primaryColor);
  display: inline;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
}
.tp-blog-slider.slider-style-4 .blog-item .image-part {
  overflow: hidden;
}
.tp-blog-slider.slider-style-4 .blog-item .image-part a img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.tp-blog-slider.slider-style-4 .blog-item .image-part::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(360deg, #0e0e0e -6%, rgba(17, 17, 17, 0) 125%);
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.tp-blog-slider.slider-style-4 .blog-item .col-bottom {
  position: absolute;
  bottom: 22px;
  left: 40px;
  z-index: 1;
}
.tp-blog-slider.slider-style-4 .blog-item .blog-content {
  padding: 15px 20px 0px 8px;
}
.tp-blog-slider.slider-style-4 .blog-item .blog-content .blog-meta {
  margin-bottom: 7px;
}
.tp-blog-slider.slider-style-4 .blog-item .blog-content .post-categories li a {
  font-weight: 700;
}
.tp-blog-slider.slider-style-4 .blog-item .blog-content .title a {
  color: #fff;
  display: inline-block;
  line-height: 28px;
}
.tp-blog-slider.slider-style-4 .blog-item .blog-content .title a:hover {
  color: var(--primaryColor);
}
.tp-blog-slider.slider-style-5 .image-part img {
  width: 100%;
}
.tp-blog-slider.slider-style-5 .blog-content {
  background: var(--primaryColor);
}
.tp-blog-slider.slider-style-5 .blog-content ul {
  margin: 0;
}
.tp-blog-slider.slider-style-5 .blog-content h3.title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.tp-blog-slider.slider-style-5 .blog-meta {
  text-transform: unset;
  gap: 20px;
  font-family: "IBM Plex Sans", serif;
  color: #404A60;
  margin-bottom: 10px;
  font-size: 16px;
}
.tp-blog-slider.slider-style-5 .blog-meta i {
  color: var(--primaryColor);
  font-weight: 900;
  margin-right: 10px;
}
.tp-blog-slider.slider-style-5 .blog-meta .cat_list {
  display: flex;
  align-items: center;
}
.tp-blog-slider.slider-style-5 .footer-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-blog-slider.slider-style-5 .footer-area .tps-read-more {
  padding: 12px 18px;
  font-size: 14px;
}
.tp-blog-slider.slider-style-5 .footer-area img {
  border-radius: 30px;
}
.tp-blog-slider.slider-style-5 .footer-area .title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 20px;
  margin-bottom: -4px;
}
.tp-blog-slider.slider-style-5 .footer-area .left-area {
  display: flex;
  align-items: center;
}
.tp-blog-slider.slider-style-5 .footer-area .left-area .info {
  margin-left: 10px;
}

.blog-meta {
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}

.themephi-button a {
  display: inline-block;
  color: #1CA2FC;
  padding: 17px 33px;
  font-size: 16px;
  font-weight: 700;
  font-family: "IBM Plex Sans", serif;
  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;
}
.themephi-button a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0px;
  height: 0px;
  background: var(--primaryColor);
  transition: all 0.5s;
  z-index: -1;
}
.themephi-button a:hover {
  color: #1CA2FC;
}
.themephi-button a svg {
  width: 20px;
  position: relative;
}
.themephi-button.secondary_btn a {
  background: #1CA2FC;
  color: #ffffff;
}
.themephi-button.secondary_btn a:after {
  background: #ffffff;
  color: #1CA2FC;
}
.themephi-button.another_btn a {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgb(58, 56, 54);
  border-radius: 100px;
  color: rgb(245, 245, 245);
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
  gap: 0;
}
.themephi-button.another_btn a::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: rgba(249, 93, 0, 0.1);
  transition: all 0.7s ease;
  z-index: -1;
}
.themephi-button.another_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -2;
  transition: all 0.7s ease-in-out;
}
.themephi-button.another_btn a span {
  color: rgb(9, 9, 8);
  font-weight: 600;
}
.themephi-button.another_btn a i {
  color: rgb(9, 9, 8);
  font-weight: 600;
  background-color: rgb(249, 93, 0);
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.themephi-button.another_btn a:hover {
  border-color: rgb(249, 93, 0);
}
.themephi-button.another_btn a:hover::before {
  width: 400%;
  height: 400%;
}
.themephi-button.another_btn a:hover i {
  color: rgb(249, 93, 0);
  transform: rotateY(-180deg);
  background-color: #090908;
}

.tp-button a {
  display: inline-block;
  color: #fff;
  padding: 11px 25px;
  font-size: 16px;
  font-weight: 700;
  font-family: "IBM Plex Sans", serif;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
.tp-button a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0px;
  height: 0px;
  background: #222E48;
  transition: all 0.5s;
  z-index: -1;
}
.tp-button a:hover::before {
  width: 100%;
  height: 100%;
}
.tp-button a svg {
  width: 20px;
  position: relative;
}

.slider-themephi-button {
  display: inline-block;
  color: #1CA2FC;
  padding: 17px 33px;
  font-size: 16px;
  font-weight: 700;
  font-family: "IBM Plex Sans", serif;
  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: #222E48;
  color: #1CA2FC;
}
.slider-themephi-button svg {
  width: 20px;
  position: relative;
}
.slider-themephi-button.style-2:hover {
  background: #222E48;
  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;
}

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 .text {
  font-weight: 400;
  line-height: 26px;
  margin-top: 17px;
}

.themephi-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.themephi-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
  top: -150px;
}
@keyframes veritcal {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.themephi-image.yes .veritcal_two {
  animation-name: veritcal_two;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal_two {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.themephi-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.themephi-image.yes .rotated_style {
  animation: rotate1 30s linear infinite;
  -webkit-animation: rotate1 30s linear infinite;
}
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.image-rotate {
  animation: rotation infinite 14s linear;
}

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
.reveal-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.reveal-item .reveal-animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: var(--primaryColor);
}

.reveal-item .reveal-animation::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.reveal-animation.reveal-primary::before {
  background: #0c0c0a;
}

.reveal-animation.reveal-dark::before {
  background: #000;
}

.reveal-animation.reveal-white::before {
  background: #000;
}

.reveal-animation.reveal-top.aos-animate::before,
.reveal-animation.reveal-bottom.aos-animate::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.reveal-animation.reveal-start.aos-animate::before,
.reveal-animation.reveal-end.aos-animate::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.reveal-animation.reveal-top::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-start::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.reveal-animation.reveal-end::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-bottom::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-top],
[data-aos=reveal-start],
[data-aos=reveal-end],
[data-aos=reveal-bottom] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos=reveal-top] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-start] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos=reveal-start].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos=reveal-end] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos=reveal-end].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

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 .mc4wp-form-fields {
  display: flex;
  align-items: baseline;
}
.tp-mailchimp .mc4wp-form-fields p {
  margin: 0;
}
.tp-mailchimp .mailchimp--submit {
  position: relative;
}
.tp-mailchimp .mailchimp--submit:after {
  position: absolute;
  content: "\e80f";
  left: 107px;
  top: 6px;
  color: #fff;
  font-family: "tp-icons";
}

.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-btn {
  padding: 17px 30px;
  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: #222E48;
}

.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: #222E48;
  height: 60px !important;
  width: 60px !important;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.3s;
}
.portfolio-slider-nav .swiper-button-prev:hover,
.portfolio-slider-nav .swiper-button-next:hover {
  background: var(--primaryColor);
  color: #ffffff;
}
.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;
}

.swipper-bulet-pagination {
  margin-top: 100px;
}
.swipper-bulet-pagination .swiper-pagination-bullets {
  position: absolute;
  bottom: -108px;
  left: 47.5%;
  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: #222E48;
}
.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 {
  -webkit-animation: rs-progress-pie-stripes 1s linear infinite;
  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 .trasted-client {
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 2;
  max-width: 300px;
}
.slider-inner-wrapper .trasted-client span {
  margin-bottom: 44px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: "IBM Plex Sans", serif;
  text-transform: uppercase;
  color: #222E48;
  background: #F4FAFF;
}
.slider-inner-wrapper .tp--slider.slider-style2 .slider-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
  margin-bottom: 10px !important;
}
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 1%;
  left: unset;
  transform: translate(-50%, -50%);
  z-index: 260;
  width: 60px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation .tp-slider-next,
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation .tp-slider-prev {
  padding-left: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 6px 6px 0px 0px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: all 0.5s;
}
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation .tp-slider-next i,
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation .tp-slider-prev i {
  border-radius: 6px 6px 0px 0px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation .tp-slider-next:hover i,
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation .tp-slider-prev:hover i {
  background: #ffbd27;
}
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation .tp-slider-next {
  border-radius: 0px 0px 6px 6px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .tp-slider-navigation .tp-slider-next i {
  border-radius: 0px 0px 6px 6px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item {
  position: relative;
  padding: 60px 50px 60px 60px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .content--box {
  display: flex;
  align-items: center;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .content--box .banner-image {
  margin-top: 125px;
  margin-left: 50px;
  width: 90%;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .content--box .slider-subtitle {
  margin: 0;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .content--box .slider-title {
  font-size: 20px;
  font-weight: 600;
  color: #222E48;
  line-height: 29px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .content--box .slider-title .slider-subtitle {
  margin-left: 2px;
  color: var(--primaryColor);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .content--box .slider-btn {
  margin-top: 40px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .description {
  margin-left: 30px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .description .desc {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  font-family: "IBM Plex Sans", serif;
  color: #222E48;
  margin-bottom: 40px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .review-body .desc {
  margin: 30px 0;
  border-bottom: 2px solid #E9ECF1;
  padding-bottom: 5px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .review-body .star-rating .star {
  position: relative;
  color: var(--primaryColor);
  display: inline-block;
  font-family: "tp-icons";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 16px;
  line-height: 27px;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 26px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .banner-image {
  position: relative;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .banner-image .quote {
  position: absolute;
  left: -30px;
  bottom: -25px;
}
.slider-inner-wrapper .tp--slider.slider-style2 .single--item .review-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-inner-wrapper .tp--slider.slider-style1 .slider-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 1%;
  left: unset;
  transform: translate(-50%, -50%);
  z-index: 260;
  width: 60px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation .tp-slider-next,
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation .tp-slider-prev {
  padding-left: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 6px 6px 0px 0px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: all 0.5s;
}
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation .tp-slider-next i,
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation .tp-slider-prev i {
  border-radius: 6px 6px 0px 0px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation .tp-slider-next:hover i,
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation .tp-slider-prev:hover i {
  background: #ffbd27;
}
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation .tp-slider-next {
  border-radius: 0px 0px 6px 6px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .tp-slider-navigation .tp-slider-next i {
  border-radius: 0px 0px 6px 6px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item {
  position: relative;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .content--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .content--box .slider-subtitle {
  margin: 0;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .content--box .slider-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 3px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .content--box .slider-btn {
  margin-top: 40px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .description {
  font-size: 14px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .review-body .desc {
  padding-bottom: 25px;
  border-bottom: 1px solid #F1F1F1;
  padding-top: 30px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .review-body .star-rating .star {
  position: relative;
  color: var(--primaryColor);
  display: inline-block;
  font-family: "tp-icons";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 16px;
  line-height: 27px;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 26px;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .banner-image {
  position: relative;
}
.slider-inner-wrapper .tp--slider.slider-style1 .single--item .review-end {
  margin-bottom: 25px;
}
.slider-inner-wrapper .tp--slider.slider-style3 .about-inner-wrapper-inner {
  padding-left: 65px;
  max-width: 530px;
}
.slider-inner-wrapper .tp--slider.slider-style3 .about-inner-wrapper-inner .slider-title {
  font-size: 42px;
  font-weight: 600;
}
.slider-inner-wrapper .tp--slider.slider-style3 .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: grid;
  background: #fff;
  border-radius: 20px;
  left: 96%;
  width: 32px;
  height: 65px;
  padding: 17px 6px 12px;
}
.slider-inner-wrapper .tp--slider.slider-style3 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.tp-slider-navigation {
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 1;
}
.tp-slider-navigation .tp-slider-prev i,
.tp-slider-navigation .tp-slider-next i {
  font-size: 20px;
  padding: 15px 18px;
  background: var(--primaryColor);
  color: #ffffff;
  font-weight: 200;
  transition: 0.3s;
  display: inline-block;
}
.tp-slider-navigation .tp-slider-prev i:hover {
  background: #0C0A0A;
}
.tp-slider-navigation .tp-slider-next i:hover {
  background: #0C0A0A;
}

.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: 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: 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;
  }
}
.themephi-video {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px 20px;
}
.themephi-video.center .overly-border {
  margin: 0 auto;
}
.themephi-video.left .overly-border {
  margin-left: 0;
  margin-right: auto;
}
.themephi-video.right .overly-border {
  margin-left: auto;
  margin-right: 0;
}
.themephi-video.style1 .video-desc {
  top: 110px;
  color: #fff;
}
.themephi-video .video-desc {
  z-index: 1;
  font-size: 20px;
  position: relative;
}
.themephi-video .video-desc span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.themephi-video .overly-border {
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.themephi-video .video-content {
  z-index: 10;
}
.themephi-video .video-content h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.themephi-video:hover .popup-videos {
  animation-duration: 0.8s;
}
.themephi-video .popup-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.themephi-video .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(var(230, 229, 229, 0.5));
  border-radius: 50%;
}
.themephi-video .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(var(230, 229, 229, 0.5));
  border-radius: 50%;
  animation: waves 2s 1s ease-out infinite;
}
.themephi-video .popup-videos i {
  position: relative;
  z-index: 9;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}
.themephi-video .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.themephi-video .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.themephi-video:hover .overly-border:before, .themephi-video:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.themephi-video.style2 .overly-border {
  width: 60px;
  height: 60px;
}

.address-item.horizontal div {
  display: inline-block;
}

.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 Couponly 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%;
  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 .tp-slider-prev, .tp-slider-navigation6 .tp-slider-next {
  border: 1px solid #ebecef;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin-top: -25px;
  background-color: #fff;
}
.tp-slider-navigation6 .tp-slider-prev:hover, .tp-slider-navigation6 .tp-slider-next:hover {
  background: var(--base);
  color: white;
}
.tp-slider-navigation6 .tp-slider-next {
  left: auto;
  right: -25px;
}
@media (max-width: 1365px) {
  .tp-slider-navigation6 div.box-style {
    position: inherit;
    margin-right: 10px;
    margin-top: 20px;
  }
}

.max_w_800 {
  max-width: 800px;
}

.tp-slider-navigation6 div.box-style:hover i {
  transform: rotateY(0deg);
}

.blog-item.themephi-blog-grid6 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  border-radius: 5px;
  padding: 8px;
}
.blog-item.themephi-blog-grid6 img {
  border-radius: 5px;
}
.blog-item.themephi-blog-grid6 .blog-content {
  padding: 24px 20px;
}
.blog-item.themephi-blog-grid6 .blog-content p {
  font-size: 16px;
}
.blog-item.themephi-blog-grid6 .title.dd {
  font-size: 24px;
  line-height: 1.3;
}
.blog-item.themephi-blog-grid6 .title.dd a {
  color: #090908;
}
.blog-item.themephi-blog-grid6 .title.dd a:hover {
  color: var(--primaryColor);
}
.blog-item.themephi-blog-grid6 ul.blog-meta {
  margin-bottom: 10px;
}
.blog-item.themephi-blog-grid6 ul.blog-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.blog-item.themephi-blog-grid6 ul.blog-meta li i {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: var(--primaryColor);
  margin-right: 5px;
}
.blog-item.themephi-blog-grid6 ul.blog-meta li i {
  transform: translateY(-1px);
}

.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 {
  background-color: #fff;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .image-part {
  margin-bottom: 0px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper {
  padding: 30px 35px;
  display: flex;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp {
  display: inline-block;
  background-color: #282828;
  padding: 8px 14px;
  margin-right: 25px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 1;
  padding-bottom: 12px;
  margin-top: 5px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp span.date {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp span.month {
  color: #fff;
  line-height: 1;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta {
  margin-bottom: 0;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta li span {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .readon-arrow {
  font-weight: 500;
}
.themephi-blog-grid.blog--style2 .nav-links {
  text-align: center;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style2 .nav-links span, .themephi-blog-grid.blog--style2 .nav-links a {
  min-width: 54px;
  min-height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-weight: 700;
  color: #090808;
  padding: 0;
}
.themephi-blog-grid.blog--style2 .nav-links span.current, .themephi-blog-grid.blog--style2 .nav-links a.current {
  background-color: var(--primaryColor);
  color: #fff;
}

.themephi-blog-grid.blog--style7 .image-part {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.themephi-blog-grid.blog--style7 .blog-badge {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--primaryColor);
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
  margin-right: 15px;
}
.themephi-blog-grid.blog--style7 .blog-badge .year {
  color: #fff;
  background: #444;
  padding: 1px 0;
}
.themephi-blog-grid.blog--style7 .blog-badge .date-2 {
  display: flex;
  flex-direction: column;
  padding: 5px 14px;
  padding-bottom: 35px;
}
.themephi-blog-grid.blog--style7 .blog-badge .date-2 span {
  color: #fff;
}
.themephi-blog-grid.blog--style7 .blog-badge .date-2 .date {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.themephi-blog-grid.blog--style7 ul.blog-meta {
  margin-bottom: 15px;
}
.themephi-blog-grid.blog--style7 ul.blog-meta li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style7 ul.blog-meta li:last-child {
  margin-right: 0;
}
.themephi-blog-grid.blog--style7 ul.blog-meta li .meta_author {
  display: inline-block;
}
.themephi-blog-grid.blog--style7 ul.blog-meta li .meta_author img {
  border-radius: 50%;
  margin-right: 5px;
}
.themephi-blog-grid.blog--style7 .title {
  margin-bottom: 20px;
}
.themephi-blog-grid.blog--style7 .nav-links {
  text-align: center;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style7 .nav-links span, .themephi-blog-grid.blog--style7 .nav-links a {
  min-width: 54px;
  min-height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-weight: 700;
  color: #090808;
  padding: 0;
}
.themephi-blog-grid.blog--style7 .nav-links span.current, .themephi-blog-grid.blog--style7 .nav-links a.current {
  background-color: var(--primaryColor);
  color: #fff;
}

.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 {
  background-color: #fff;
  padding: 20px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .image-part {
  margin-bottom: 20px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content ul.blog-meta li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content ul.blog-meta li > span {
  background-color: #090908;
  display: inline-block;
  padding: 4px 14px;
  color: #fff;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content ul.blog-meta li > span img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content .title {
  font-size: 24px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content .meta_author {
  display: inline-block;
  font-weight: 500;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content .readon-arrow {
  font-weight: 500;
}
.themephi-blog-grid.blog--style8 .nav-links {
  text-align: center;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style8 .nav-links span, .themephi-blog-grid.blog--style8 .nav-links a {
  min-width: 54px;
  min-height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-weight: 700;
  color: #090808;
  padding: 0;
}
.themephi-blog-grid.blog--style8 .nav-links span.current, .themephi-blog-grid.blog--style8 .nav-links a.current {
  background-color: var(--primaryColor);
  color: #fff;
}

.themephi-blog-grid .nav-links {
  text-align: center;
  margin-bottom: 30px;
}
.themephi-blog-grid .nav-links span, .themephi-blog-grid .nav-links a {
  min-width: 54px;
  min-height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-weight: 700;
  color: #090808;
  padding: 0;
}
.themephi-blog-grid .nav-links span.current, .themephi-blog-grid .nav-links a.current {
  background-color: var(--primaryColor);
  color: #fff;
}

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

/*# sourceMappingURL=elements.css.map */
