@charset "UTF-8";
/* Utilities
 * ------------------------------------------- */
.has-border-decor {
  isolation: isolate;
}
.has-border-decor .elementor-widget-container {
  position: relative;
}
.has-border-decor .elementor-widget-container::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 16px;
  left: -16px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #7A7A7A;
  border-radius: 3px;
}

.has-border-decor-right {
  isolation: isolate;
}
.has-border-decor-right .elementor-widget-container {
  position: relative;
}
.has-border-decor-right .elementor-widget-container::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -16px;
  right: -16px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #7A7A7A;
  border-radius: 3px;
}

.pt-shadow-1 {
  box-shadow: 0px 46px 65px rgba(0, 0, 0, 0.15), 0px 17.7185px 20.7037px rgba(0, 0, 0, 0.0911111), 0px 3.74815px 5.2963px rgba(0, 0, 0, 0.0588889);
}

.pt-shadow-2 {
  box-shadow: 0px 27px 41px rgba(0, 0, 0, 0.06), 0px 10.4px 13.0593px rgba(0, 0, 0, 0.0364444), 0px 2.2px 3.34074px rgba(0, 0, 0, 0.0235556);
}

.site-footer .pt-icon-box-title {
  margin-bottom: 0;
}

/* Swiper navigation
 * ------------------------------------------- */
.pt-swiper-button-prev,
.pt-swiper-button-next {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pt-swiper-button-prev svg,
.pt-swiper-button-next svg {
  display: block;
  transition: transform 0.3s, opacity 0.3s;
}
.pt-swiper-button-prev.swiper-button-disabled svg,
.pt-swiper-button-next.swiper-button-disabled svg {
  opacity: 0.2;
}
.pt-swiper-button-prev path,
.pt-swiper-button-next path {
  fill: currentColor;
}

.pt-swiper-button-prev {
  left: -48px;
}
.pt-swiper-button-prev:hover svg {
  transform: translateX(-4px);
}

.pt-swiper-button-next {
  right: -48px;
}
.pt-swiper-button-next:hover svg {
  transform: translateX(4px);
}

.arrows-together .pt-swiper-arrows {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 0;
}
.arrows-together .pt-swiper-arrows path {
  color: #fff;
}
.arrows-together .pt-swiper-button-prev,
.arrows-together .pt-swiper-button-next {
  position: static;
  transform: translateY(0);
  padding: 11px 16px;
  border-radius: 3px;
  background-color: #1528D9;
}
.arrows-together .pt-swiper-button-prev {
  padding-right: 8px;
  border-radius: 3px 0 0 3px;
}
.arrows-together .pt-swiper-button-next {
  padding-left: 8px;
  border-radius: 0 3px 3px 0;
}

/* Swiper pagination
 * ------------------------------------------- */
.pt-swiper-pagination {
  margin-top: var(--spacing-base);
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pt-swiper-pagination .swiper-pagination-bullet,
.slick-dots li button {
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: #DEDEDE;
}
.pt-swiper-pagination .swiper-pagination-bullet-active,
.slick-dots li.slick-active button {
  background-color: var(--color-accent);
}

/* Accordion
 * ------------------------------------------- */
.pt-accordion-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 23px 0 24px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}

.pt-accordion-title::after {
  content: "+";
  font-family: pticons;
  font-weight: 400;
  color: #a0a0a0;
}
.pt-accordion-title.ui-state-active {
  color: var(--color-accent);
}
.pt-accordion-title.ui-state-active::after {
  transform: rotate(180deg);
}
.pt-accordion-content {
  display: none;
  padding: 0;
  line-height: 26px;
  color: #202020;
}

/* Blog
 * ------------------------------------------- */
.blog-items.blog-grid .blog-item,
.blog-carousel.blog-grid .blog-item {
  margin-bottom: 48px;
}
.blog-items.blog-classic .blog-item,
.blog-carousel.blog-classic .blog-item {
  margin-bottom: 48px;
}
.blog-items.blog-classic .entry-meta,
.blog-carousel.blog-classic .entry-meta {
  margin-bottom: 8px;
}
.blog-items.blog-horizontal .blog-item:not(:last-child),
.blog-carousel.blog-horizontal .blog-item:not(:last-child) {
  margin-bottom: 30px;
}
.blog-items.blog-horizontal .entry-media,
.blog-carousel.blog-horizontal .entry-media {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-items.blog-horizontal .entry-media,
.blog-carousel.blog-horizontal .entry-media {
    margin-bottom: 24px;
  }
}
.blog-items.blog-horizontal .entry-meta,
.blog-carousel.blog-horizontal .entry-meta {
  margin-bottom: 8px;
}
.blog-items.blog-horizontal .title,
.blog-carousel.blog-horizontal .title {
  margin-bottom: 8px;
}
.blog-items .grid-sizer,
.blog-carousel .grid-sizer {
  position: absolute;
}
.blog-items .img,
.blog-carousel .img {
  position: relative;
  margin-bottom: 18px;
  border-radius: 3px;
  overflow: hidden;
  filter: drop-shadow(0px 14px 17px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2.8px 2.7625px rgba(0, 0, 0, 0.03));
}
.blog-items .img a,
.blog-carousel .img a {
  display: block;
  padding-bottom: 56.25%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-items .categories,
.blog-carousel .categories {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-items .title,
.blog-carousel .title {
  margin-bottom: 18px;
  font-weight: 600;
}
.blog-items .entry-meta,
.blog-carousel .entry-meta {
  margin-bottom: 18px;
  font-size: 14px;
}
.blog-items .entry-meta .categories,
.blog-carousel .entry-meta .categories {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-items .desc,
.blog-carousel .desc {
  margin-bottom: 18px;
}


.blog-carousel .swiper-slide-visible {
  pointer-events: auto;
}

.filter-buttons {
  margin-bottom: 40px;
}
.filter-buttons .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 35px;
}
.filter-buttons button {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #8C8C8C;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 95%;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-buttons button:hover {
  background-size: 100% 1px;
}
.filter-buttons button.current {
  background-size: 100% 1px;
  color: #fff;
}
.filter-buttons button.current:hover {
  background-size: 0 1px;
}

.loadmore-button-block {
  text-align: center;
}
.loadmore-button-block .loadmore-button {
  cursor: pointer;
}

.blog-item .wrap {
  position: relative;
}
.blog-item .entry-media {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 24px;
}
.blog-item .entry-media::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.blog-item .entry-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-overlay .wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.style-overlay .entry-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.style-overlay .entry-media::before {
  display: none;
}
.style-overlay .entry-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.style-overlay .entry-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: #fff;
}

/* Brands
 * ------------------------------------------- */
.pt-brands {
  position: relative;
}
.pt-brands-grid {
  display: grid;
  grid-template-columns: repeat(var(--pt-cols, 6), 1fr);
  gap: var(--pt-gap, 30px);
  align-items: center;
  text-align: center;
}
.pt-brands-grid > div {
  position: relative;
}
.pt-brands .swiper-wrapper {
  align-items: center;
}

.pt-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-brand img {
  transition: opacity 0.4s, visibility 0.4s;
}
.pt-brand img + img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pt-brand.has-hover .pt-brand-inner {
  cursor: pointer;
}
.pt-brand.has-hover .pt-brand-inner:hover img {
  opacity: 0;
  visibility: hidden;
}
.pt-brand.has-hover .pt-brand-inner:hover img + img {
  opacity: 1;
  visibility: visible;
}

/* Button
 * ------------------------------------------- */
.pt-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.4s, color 0.4s, background-color 0.4s;
}
.pt-button i {
  transition: transform 0.3s;
}
.pt-button:hover i {
  transform: translateX(4px);
}
.pt-button.icon-position-left {
  flex-direction: row-reverse;
}

.pt-button.outlined {
  padding: 9px 20px;
  border: 1px solid var(--color-accent);
  border-radius: 3px;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 600;
}
.pt-button.outlined:hover {
  border-color: var(--color-accent-hover);
  color: var(--color-accent-hover);
}
.pt-button.textual {
  font-size: 16px;
  font-weight: 500;
}
.pt-button.textual span {
  position: relative;
  background: none;
}
.pt-button.textual:hover span {
  background-size: 0 1px;
}

/* Contact form 7
 * ------------------------------------------- */
.pt-contact-form-7 {
  position: relative;
}
.pt-contact-form-7 label {
  display: inline-block;
  width: 100%;
}
.pt-contact-form-7 .wpcf7-spinner {
  display: none !important;
}
.pt-contact-form-7 .wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
}
.pt-contact-form-7 .wpcf7-not-valid-tip {
  margin-top: 6px;
}

/* Heading
 * ------------------------------------------- */
.pt-heading-title {
  position: relative;
  margin: 0;
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: 600;
}
.pt-heading-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #646464;
  margin-bottom: 15px;
}

.pt-heading-decor {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}
.pt-heading-decor img,
.pt-heading-decor i {
  position: relative;
}
.pt-heading-decor.top {
  top: 0;
}
.pt-heading-decor.middle {
  top: 50%;
}
.pt-heading-decor.middle img {
  transform: translateY(-50%);
}
.pt-heading-decor.bottom {
  bottom: 0;
}
.pt-heading-decor.left {
  left: 0;
}
.pt-heading-decor.center {
  left: 50%;
}
.pt-heading-decor.center img {
  transform: translateX(-50%);
}
.pt-heading-decor.right {
  right: 0;
}
.pt-heading-decor.middle.center {
  transform-origin: 0% 0%;
}
.pt-heading-decor.middle.center img {
  transform: translate(-50%, -50%);
}

/* Icon Box
 * ------------------------------------------- */
.pt-icon-box-items {
  counter-reset: li;
}
.pt-icon-box-items .swiper-container {
  overflow: visible;
}
.pt-icon-box-items .swiper-slide {
  pointer-events: none;
}
.pt-icon-box-items .swiper-slide-visible {
  pointer-events: auto;
}
.pt-icon-box-items.layout-grid,
.pt-icon-box-items.layout-zigzag {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 43px;
}
.pt-icon-box-items.layout-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pt-icon-box-items.position-before-content .pt-icon-box {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-right: 5px;
}
.pt-icon-box-items.position-before-content .pt-icon-box:last-child {
  margin-right: 0;
}
.pt-icon-box-items.position-before-content .pt-icon-box-icon {
  margin-bottom: 0;
}
.pt-icon-box-items.position-before-title .title-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.pt-icon-box-items.position-before-title .pt-icon-box-icon,
.pt-icon-box-items.position-before-title .pt-icon-box-title {
  margin-bottom: 0;
}
.pt-icon-box-items.position-inline .pt-icon-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pt-icon-box-items.position-inline .pt-icon-box-icon {
  margin-bottom: 0;
}
.pt-icon-box-items.position-inline .pt-icon-box-title {
  margin-bottom: 0;
}

.pt-icon-box {
  isolation: isolate;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}
.has-shadow .pt-icon-box {
  box-shadow: 0px 27px 41px rgba(0, 0, 0, 0.06), 0px 10.4px 13.0593px rgba(0, 0, 0, 0.0364444), 0px 2.2px 3.34074px rgba(0, 0, 0, 0.0235556);
}
.pt-icon-box-icon {
  margin-bottom: 17px;
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  transition: color 0.3s, background-color 0.3s;
  margin-top: -3px;
}
.pt-icon-box-icon i,
.pt-icon-box-icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.shape-square .pt-icon-box-icon.pt-icon-box-type-icon {
  padding: 0.5em;
  background-color: #B8BCD1;
}
.shape-circle .pt-icon-box-icon.pt-icon-box-type-icon {
  padding: 0.5em;
  border-radius: 50%;
  background-color: #B8BCD1;
}
.pt-icon-box-title {
  margin-bottom: 14px;
  font-family: var(--font-secondary);
  font-size: var(--font-size-h4);
  font-weight: 600;
  transition: color 0.3s;
}
.pt-icon-box-text {
  transition: color 0.3s;
}
.pt-icon-box-button {
  margin-top: 20px;
  transition: color 0.3s;
}
.pt-icon-box-number {
  position: relative;
  margin-bottom: 15px;
  height: 75px;
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
  transition: all 0.3s ease;
}
.pt-icon-box:hover .pt-icon-box-number {
  color: var(--color-accent);
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.pt-icon-box-number::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #D5D8F9;
}
.pt-icon-box-number::after {
  content: "0" counter(li);
  counter-increment: li;
  position: absolute;
  top: 18px;
  left: 42px;
  font-family: var(--font-secondary);
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
}
.pt-icon-box-hover-image {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, visibility 0.3s;
}
.pt-icon-box-hover-image img {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-icon-box:hover .pt-icon-box-hover-image {
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .pt-icon-box-hover-image {
  opacity: 1;
  visibility: visible;
}

/* Portfolio
 * ------------------------------------------- */
.portfolio-block .wrap {
  position: relative;
}
.portfolio-block .grid-sizer {
  position: absolute;
}
.portfolio-block .portfolio-item {
  margin-bottom: 30px;
}
.portfolio-block .img {
  overflow: hidden;
  border-radius: 15px;
  filter: drop-shadow(0px 14px 17px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2.8px 2.7625px rgba(0, 0, 0, 0.03));
}
.portfolio-block .img div {
  padding-bottom: 65%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 100%;
}
.portfolio-block.orientation-portrait .img div {
  padding-bottom: 125%;
}
.portfolio-block .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-block .link::before {
  content: "\e909";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: pticons;
  font-size: 32px;
  transition: opacity 0.3s, visibility 0.3s;
  display: none;
}
.portfolio-block .portfolio-item .wrap:hover .link::before {
  opacity: 1;
  visibility: visible;
}

.portfolio-type-carousel .swiper-container {
  overflow: visible;
}
.portfolio-type-carousel .swiper-slide {
  pointer-events: none;
}
.portfolio-type-carousel .swiper-slide-visible {
  pointer-events: auto;
}
.portfolio-type-carousel .portfolio-item {
  margin-bottom: 0;
}

/* Pricing Table
 * ------------------------------------------- */
.pt-pricing-tables .swiper-container {
  overflow: visible;
}
.pt-pricing-tables .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pt-pricing-tables .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}

.pt-pricing-table {
  isolation: isolate;
  overflow: hidden;
  position: relative;
  padding: 60px 48px;
  border-radius: 3px;
  background-color: #F9FAFB;
  box-shadow: 0px 27px 41px rgba(0, 0, 0, 0.06), 0px 10.4px 13.0593px rgba(0, 0, 0, 0.0364444), 0px 2.2px 3.34074px rgba(0, 0, 0, 0.0235556);
  transition: color 0.3s, background-color 0.3s;
}
.pt-pricing-table-price {
  overflow: hidden;
  height: 70px;
  font-family: var(--font-secondary);
  font-size: var(--font-size-h2);
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 4px;
}
.pt-pricing-table-price div {
  transition: margin 0.5s;
}
.is-active .pt-pricing-table-price div:first-child {
  margin-top: -70px;
}
.pt-pricing-table-title {
  margin-bottom: 23px;
  font-family: var(--font-secondary);
  font-size: var(--font-size-h4);
  font-weight: 600;
}
.pt-pricing-table-options-title {
  margin-bottom: 20px;
}
.pt-pricing-table-button {
  margin-top: var(--spacing-base);
}
.pt-pricing-table-image img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-pricing-table-switcher {
  margin-bottom: 86px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #8C8C8C;
}
.pt-pricing-table-switcher button {
  cursor: default;
  margin-bottom: 12px;
  font-weight: 500;
}
.pt-pricing-table-switcher button:nth-child(1) {
  opacity: 1;
}

.pt-pricing-table-toggle {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 28px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #dadbe3;
}
.pt-pricing-table-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.3s;
}
.is-active .pt-pricing-table-toggle::before {
  transform: translateX(32px);
}
.is-active .pt-pricing-table-toggle {
  background-color: var(--color-accent);
}

/* Progress Bar
 * ------------------------------------------- */
.pt-progress-bar-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 500;
}
.pt-progress-bar-line-wrapper {
  height: 5px;
  display: block;
  border-radius: 2px;
  background-color: #EAEAEA;
}
.pt-progress-bar-line {
  width: 0;
  height: 100%;
  border-radius: 2px;
  background-color: var(--color-accent);
  transition: width 1s ease-in-out;
}

/* Rating
 * ------------------------------------------- */
.pt-rating {
  display: flex;
  gap: 7px;
}
.pt-rating i {
  position: relative;
  display: inline-block;
  color: #BCBCBC;
  font-style: normal;
}
.pt-rating i::before {
  content: "★";
  display: block;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  color: var(--color-accent);
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.pt-rating .pt-star-empty::before {
  content: none;
}
.pt-rating .pt-star-1::before {
  width: 10%;
}
.pt-rating .pt-star-2::before {
  width: 10%;
}
.pt-rating .pt-star-3::before {
  width: 30%;
}
.pt-rating .pt-star-4::before {
  width: 40%;
}
.pt-rating .pt-star-5::before {
  width: 50%;
}
.pt-rating .pt-star-6::before {
  width: 60%;
}
.pt-rating .pt-star-7::before {
  width: 70%;
}
.pt-rating .pt-star-8::before {
  width: 80%;
}
.pt-rating .pt-star-9::before {
  width: 90%;
}

/* Services
 * ------------------------------------------- */


.pt-services .swiper-slide-visible {
  pointer-events: auto;
}
.pt-services.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pt-services.style-default .pt-service-image {
  overflow: hidden;
  border-radius: 3px;
}
.pt-services.style-text-on-hover .pt-service {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  filter: drop-shadow(0px 14px 17px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2.8px 2.7625px rgba(0, 0, 0, 0.03));
  height: 100%;
}
.pt-services.style-text-on-hover .pt-service::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.pt-services.style-text-on-hover .pt-service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.pt-services.style-text-on-hover .pt-service-image img {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 15px;
}
.pt-services.style-text-on-hover .pt-service-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 40px 33px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: opacity 0.3s, visibility 0.3s;
  border-radius: 15px;
}
.pt-services.style-text-on-hover .pt-service:hover .pt-service-content {
  opacity: 1;
  visibility: visible;
}

.pt-service-image {
  position: relative;
  margin-bottom: 30px;
}
.pt-service-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-service-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.pt-service-title {
  margin-bottom: 6px;
  font-family: var(--font-secondary);
  font-size: var(--font-size-h4);
  font-weight: 600;
}
.pt-service-button {
  margin-top: 21px;
}

/* Simple Links
 * ------------------------------------------- */
.pt-simple-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 30px;
}

/* Slider
 * ------------------------------------------- */
.pt-slider {
  height: 100vh;
  min-height: 600px;
}
.pt-slider .swiper-container {
  height: 100%;
}

.pt-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.pt-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-slide-image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: unset !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.pt-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-slide-content {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 48px 10px;
}
.pt-slider-layout1 .pt-slide-content {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-top: 0;
}
.pt-slide-title {
  font-family: var(--font-secondary);
}
.pt-slide-text {
  margin-top: 16px;
  max-width: 445px;
}
.pt-slide-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.slider-nav {
    position: absolute;
    bottom: 13vh;
    right: -7%;
    width: 995px;
}
.pt-slider-layout1 .pt-slider-thumbs .swiper-container {
  max-width: 100%;
  overflow: visible;
  margin: 0;
}
.pt-slider-thumb {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  height: 330px;
}
.pt-slider-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.40);
  z-index: 9;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.pt-slider-thumb:hover:before {
  opacity: 1;
  visibility: visible;
}
.elementor .pt-slider-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover; 
  border-radius: 15px;
}

/* Social Links
 * ------------------------------------------- */
.pt-social-links {
  display: flex;
  gap: 20px;
}
.pt-social-links a,
.pt-social-links i {
  transition: color 0.3s, background-color 0.3s;
}
.pt-social-links.pt-shape-circle a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #EAEAF1;
  color: var(--color-accent);
  font-size: 14px;
}
.pt-social-links.pt-shape-circle a:hover {
  background-color: var(--color-accent);
  color: #fff;
}

/* Team
 * ------------------------------------------- */
.pt-team .swiper-container {
  overflow: visible;
}
.pt-team .swiper-slide {
  pointer-events: none;
}
.pt-team .swiper-slide-visible {
  pointer-events: auto;
}
.pt-team.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pt-team.style-overlay .pt-team-member {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 3px;
  filter: drop-shadow(0px 14px 17px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2.8px 2.7625px rgba(0, 0, 0, 0.03));
}
.pt-team.style-overlay .pt-team-member::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pt-team.style-overlay .pt-team-member::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  border-radius: 15px;
}
.pt-team.style-overlay .pt-team-member:hover::after {
  opacity: 1;
  visibility: visible;
}
.pt-team.style-overlay .pt-team-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-team.style-overlay .pt-team-content {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s;
}
.pt-team.style-overlay .pt-team-member:hover .pt-team-content {
  opacity: 1;
  visibility: visible;
}
.pt-team-image {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
  width: 100%;
}
.pt-team-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-team-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.pt-team-name {
  font-size: var(--font-size-h6);
  font-weight: 600;
}
.pt-team-rating {
  display: inline-flex;
  gap: 6px;
}
.pt-team-role {
  font-size: 14px;
  color: #4B4B4B;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Testimonials
 * ------------------------------------------- */
.pt-testimonials .swiper-container {
  overflow: visible;
}
.pt-testimonials .swiper-slide {
  pointer-events: none;
}
.pt-testimonials .swiper-slide-visible {
  pointer-events: auto;
}
.pt-testimonials.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pt-testimonials.style-1 .pt-testimonial {
  overflow: hidden;
  padding: 22px 40px 46px 40px;
  background: transparent;
}
.pt-testimonials.style-1 .pt-testimonial-rating {
  margin-bottom: 16px;
}
.pt-testimonials.style-1 .pt-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.pt-testimonials.style-1 .pt-testimonial-image {
  position: relative;
  overflow: hidden;
  width: 48px;
  border-radius: 50%;
}
.pt-testimonials.style-1 .pt-testimonial-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pt-testimonials.style-1 .pt-testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-testimonials.style-1 .pt-testimonial-occupation {
  color: #616161;
}
.pt-testimonials.style-2 .pt-testimonial {
  overflow: hidden;
  padding: 42px 30px;
  border-radius: 3px;
  background-color: #F9FAFB;
  box-shadow: 0px 27px 41px rgba(0, 0, 0, 0.06), 0px 10.4px 13.0593px rgba(0, 0, 0, 0.0364444), 0px 2.2px 3.34074px rgba(0, 0, 0, 0.0235556);
}
.pt-testimonials.style-2 .pt-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.pt-testimonials.style-2 .pt-testimonial-image {
  position: relative;
  overflow: hidden;
  width: 48px;
  border-radius: 50%;
}
.pt-testimonials.style-2 .pt-testimonial-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pt-testimonials.style-2 .pt-testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.pt-testimonials.style-3 .pt-testimonial {
  text-align: center;
}

.pt-testimonials.style-3 .pt-testimonial-text {
  margin-bottom: 0;
}
.pt-testimonials.style-3 .pt-testimonial-image {
  position: relative;
  overflow: hidden;
  width: 80px;
  margin-top: 23px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.pt-testimonials.style-3 .pt-testimonial-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pt-testimonials.style-3 .pt-testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-testimonials.style-3 .pt-testimonial-occupation {
  color: var(--color-accent);
  font-size: 14px;
  text-transform: capitalize;
}

.pt-testimonials.style-4 .pt-testimonial {
  overflow: hidden;
  border-radius: 3px;
  padding: 40px 30px;
  background-color: #F9FAFB;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 27px 41px rgba(0, 0, 0, 0.06), 0px 10.4px 13.0593px rgba(0, 0, 0, 0.0364444), 0px 2.2px 3.34074px rgba(0, 0, 0, 0.0235556);
}
.pt-testimonials.style-4 .pt-testimonial-icon {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 32px;
  transition: color 0.3s;
}
.pt-testimonials.style-4 .pt-testimonial-text {
  margin-bottom: 0;
  padding: 0 20px;
}
.pt-testimonials.style-4 .pt-testimonial-meta {
  margin-top: 16px;
}
.pt-testimonials.style-4 .pt-testimonial-image {
  position: relative;
  overflow: hidden;
  width: 48px;
  margin-bottom: 13px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.pt-testimonials.style-4 .pt-testimonial-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pt-testimonials.style-4 .pt-testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-testimonials.style-4 .pt-testimonial-occupation {
  color: #616161;
}

.pt-testimonial {
  position: relative;
  isolation: isolate;
  transition: background-color 0.3s;
}
.pt-testimonial-image {
  transition: border-color 0.3s;
}

.pt-testimonial-occupation {
  font-size: 14px;
  transition: color 0.3s;
}

.pt-testimonial-rating {
  display: inline-flex;
}
.pt-testimonial-hover-image {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  border-radius: 15px;
}
.pt-testimonial-hover-image img {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.elementor .pt-testimonial-hover-image img {
  border-radius: 15px;
}
.pt-testimonial:hover .pt-testimonial-hover-image {
  opacity: 1;
  visibility: visible;
}

.pt-testimonial:hover .pt-rating i::before {
  color: #fff;
}

.swiper-slide-active .pt-testimonial-hover-image {
  opacity: 1;
  visibility: visible;
}

/* Video
 * ------------------------------------------- */
.pt-video {
  position: relative;
}
.has-image .pt-video-button-wrapper {
  z-index: 2;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-video-button {
  isolation: isolate;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--color-accent);
}
.pt-video-button svg {
  margin-left: 3px;
  transition: transform 0.3s ease-in-out;
}
.pt-video-button:hover svg {
  transform: scale(1.1);
}
.pt-video-button path {
  fill: #fff;
}
.pt-video-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-accent);
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
.pt-video-image {
  position: relative;
  user-select: none;
  pointer-events: none;
  border-radius: 3px;
}
.pt-video-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.elementor .pt-video-image img {
  border-radius: 15px;
}
.pt-video-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.pt-video-image::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.pt-video .decor-border {
  z-index: -1;
  position: absolute;
  top: 16px;
  left: -16px;
  width: 100%;
  height: 100%;
  border: 1px solid #7A7A7A;
  border-radius: 3px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/* MAIN BANNER */
.pt-banner-coverflow {
  height: calc(100vh - 126px);
  min-height: 540px;
  position: relative;
}

.pt-banner-coverflow .swiper-container {
  height: 100%;
}

.pt-banner-slide {
  position: relative;
}
.pt-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
}
.pt-banner.pt-banner-gallery.banner .pt-banner-slide .pt-banner-image {
  right: 0;
  z-index: 02;
  left: auto;
  width: 45.5%;
}
.pt-banner.pt-banner-gallery.banner .pt-banner-slide .pt-banner-image img {
  height: 100%;
  object-fit: cover;
}

.pt-banner-image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.pt-banner.pt-banner-gallery.banner .pt-banner-slide .pt-banner-image::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.elementor .pt-banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-banner-content {
  z-index: 99;
  position: relative;
  width: 100%;
  padding: 48px 10px;
}

.pt-banner-coverflow .pt-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.elementor-align-center .pt-banner-coverflow .pt-banner-text {
  margin: 0 auto;
}

.pt-banner-coverflow .pt-banner-text {
  max-width: 570px;
  text-align: left;
}
.elementor-align-center .pt-banner-coverflow .pt-banner-text .pt-slide-title,
.elementor-align-center .pt-banner-coverflow .pt-banner-text .pt-slide-text {
  text-align: center;
}
.elementor-align-center .pt-banner-coverflow .pt-banner-text .pt-slide-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.elementor-align-right .pt-banner-coverflow .pt-banner-text {
  max-width: none;
}
.elementor-align-right .pt-banner-coverflow .pt-banner-text .pt-slide-title,
.elementor-align-right .pt-banner-coverflow .pt-banner-text .pt-slide-text {
  text-align: right;
}
.elementor-align-right .pt-banner-coverflow .pt-banner-text .pt-slide-buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align:end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.pt-banner-coverflow .pt-slide-title {
  color: #FFFFFF;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.pt-banner-coverflow .pt-slide-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 38px;
}

.pt-banner-coverflow .swiper-container-horizontal>.swiper-pagination-bullets,
.pt-banner-coverflow .swiper-pagination-custom,
.pt-banner-coverflow .swiper-pagination-fraction {
    width: auto;
    text-align: left;
    color: #fff !important;
    font-size: 16px;
    position: static;
    display: inline-block;
    padding: 0 12px;
}
.pt-banner-coverflow .swiper-button-next:after,
.pt-banner-coverflow .swiper-button-prev:after {
  display: none;
}

.pt-banner-coverflow .swiper-button-next > i,
.pt-banner-coverflow .swiper-button-prev > i {
  color: #fff;
  font-size: 18px;
}

.pt-banner-coverflow .swiper-button-next,
.pt-banner-coverflow .swiper-button-prev {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
    background: transparent;
}

.pt-banner-coverflow .banner-controls {
  position: absolute;
  bottom: 87px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.pt-banner-coverflow .swiper-button-next,
.pt-banner-coverflow .swiper-button-prev {
  position: static;
  width: auto;
  display: inline-block;
}

.pt-banner-coverflow .banner-controls .container {
  display: flex;
  align-items: center;
}
.pt-banner-coverflow .social-block {
  display: inline-block;
  margin-left: auto;
  left: auto;
  right: 145px;
  transform: inherit;
  margin-bottom: 0;
  top: auto;
  bottom: -35px;
}
.pt-banner-coverflow .social-block li {
  display: inline-block;
  margin-right: 20px;
}
.pt-banner-coverflow .social-block li:last-child {
  margin-right: 0;
}
.pt-banner-coverflow .social-block li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
}
.pt-banner-coverflow .social-block li a:hover {
  background-color: #f74d02;
  color: #fff;
  border-color: transparent;
}

/* Projects Counter */
.pt-project-counter {
  position: relative;
}

.pt-project-counter > img {
  vertical-align: middle;
  display: inline-block;
}

.available-projects {
  position: absolute;
  top: 35px;
  left: 80px;
  box-shadow: 0px 27px 41px rgb(0 0 0 / 6%), 0px 10.4px 13.0593px rgb(0 0 0 / 4%), 0px 2.2px 3.34074px rgb(0 0 0 / 2%);
  border-radius: 15px;
  text-align: center;
  padding: 27px 58px 36px;
}

.available-projects.v2 {
  background-color: #f0f1f5;
  top: auto;
  left: auto;
  bottom: 70px;
  right: -50px;
  padding: 42px 58px;
}

.available-projects > h1 {
  font-size: 46px;
  margin-bottom: -2px;
}

.available-projects.v1 {
  background-color: var(--color-accent);
}

.available-projects.v1 > h1 {
  color: #FFFFFF;
}

.available-projects > span {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
}

.available-projects.v2 > h1,
.available-projects.v2 > span {
  color: #000000;
}

/* Content Box */
.pt-content-box-items {
  counter-reset: li;
}
.pt-content-box-items.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pt-content-box {
  isolation: isolate;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}

.pt-content-box-title {
  margin-bottom: 18px;
  font-family: var(--font-secondary);
  font-size: var(--font-size-h4);
  font-weight: 600;
  transition: color 0.3s;
}
.pt-content-box-text {
  transition: color 0.3s;
}
.pt-content-box-button {
  margin-top: 27px;
  transition: color 0.3s;
}


.pt-services.layout-custom.style-text-on-hover .pt-button.textual > span {
  display: none;
}
.pt-services.layout-custom.style-text-on-hover a.pt-service-button.pt-button.textual,
.pt-service-button.pt-button.textual,
.pt-image-carousel .pt-button {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: var(--color-accent);
    border-radius: 100px;
    position: absolute;
    top: 19px;
    right: 40px;
    z-index: 99;
}

.pt-services.layout-custom.style-text-on-hover a.pt-service-button.pt-button.textual i,
.pt-service-button.pt-button.textual i,
.pt-image-carousel .pt-button i {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 48px;
}
.pt-image-carousel .pt-button {
  right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.pt-services.layout-custom.style-text-on-hover .pt-service-text {
    font-variant: small-caps;
    font-size: 16px;
    font-weight: 500;
    color: #DBDBDB;
}


.pt-services.layout-custom.style-text-on-hover .pt-service-title {
  margin-bottom: 6px;
}


.pt-services.layout-custom.style-text-on-hover a.pt-service-button.pt-button.textual:hover,
.pt-service-button.pt-button.textual:hover,
.pt-image-carousel .pt-button:hover {
  background:var(--color-accent);
}


.portfolio-block.filter-block.gap-on.portfolio-type-scattered.hover-default.popup-gallery.with-filter .content {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 40px;
    width: 100%;
    z-index: 99;
}

.portfolio-block.filter-block.gap-on.portfolio-type-scattered.hover-default.popup-gallery.with-filter .content .title {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.portfolio-block.filter-block.gap-on.portfolio-type-scattered.hover-default.popup-gallery.with-filter .content .categories {
    color: #DBDBDB;
    font-size: 16px;
    font-weight: 500;
}

.projects-remain-counter {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 99;
}

.project-counter {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    display: block;
}

.projects-remain-counter > a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.loadmore-button-block.tac .loadmore-button.pt-button.textual {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.loadmore-button-block.tac {
  margin-top: 50px;
}
.portfolio-block .wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.portfolio-block .wrap:hover:before {
    opacity: 1;
    visibility: visible;
}

.pt-content-box-number {
    font-size: 46px;
    font-weight: 600;
    display: inline-block;
}
.pt-content-box-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.pt-content-box-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66%;
    height: 2px;
    background: #F5C716;
}
.pt-content-box-text {
  line-height: 26px;
}
.nav-tabs li {
  width: 33.33%;
  max-width: 33.33%;
  list-style: none;
  text-align: center;
}

.nav-tabs {
    display: flex;
    padding: 0;
    margin-bottom: 38px;
}

.nav-tabs li button {
  border-bottom: 6px solid #D2D5E0;
  width: 100%;
  padding-bottom: 14px;
  transition: all 0.3s ease;
}

.nav-tabs li button.active {
    border-bottom-color: #F5C716;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}



.pt-video.popup-gallery.has-image {
    position: relative;
    margin-top: 20px;
}

.pt-video.popup-gallery.has-image .pt-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    transform: translateX(-50%);
    margin-top: -10%;
}

.pt-video.popup-gallery.has-image .pt-heading-title {
    order: 0;
    margin-bottom: 18px;
}

.pt-video.popup-gallery.has-image .pt-heading-subtitle {
    order: 2;
}
.pt-video-button {
  margin-top: 100px;
}

.elementor-widget-icon-list .elementor-icon-list-text {
  color: #202020;
}
.elementor-icon-list-items li {
  line-height: 32px;
}



.pt-image-carousel .pt-image-carousel {
    position: relative;
}
.pt-image-carousel-image > img {
    border-radius: 15px;
}
.pt-image-carousel .pt-image-carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(60, 60, 60, 0.8), rgba(60, 60, 60, 0.8));
    border-radius: 15px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.pt-image-carousel .pt-image-carousel:hover:before {
    opacity: 1;
    visibility: visible;
}
.pt-image-carousel .pt-image-carousel:hover .pt-image-button {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.pt-testimonial-text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}
.pt-testimonial {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}
.pt-testimonial-author-wrapper {
   width: 100%;
}
.pt-testimonials.style-2 .pt-testimonial-author {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    padding-top: 33px;
}
.pt-testimonials.style-2 .pt-testimonial-author:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 15px;
  height: 15px;
  background-image: url('../images/Union.svg');
  transform: translateX(-50%);
}


.date,
.categories {
    font-size: 14px;
    color: #787878;
    font-weight: 500;
    font-variant: small-caps;
}



.elementor-widget-pt-heading .pt-heading-subtitle {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
}


.pt-banner-text {
  max-width: 600px;
  position: relative;
}
.pt-banner-text .pt-slide-title.h1 {
  text-transform: capitalize;
}
.pt-main-banner .pt-banner-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 66%;
    width: 254.21px;
    height: 607.87px;
    background: var(--color-accent);
    opacity: 0.4;
    filter: blur(60px);
    transform: rotate(-92.85deg) translateY(-50%);
}
.social-block {
    position: absolute;
    top: 40%;
    z-index: 99;
    transform: translateY(-50%);
    left: 50px;
    list-style: none;
}

.social-block li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social-block li {
    margin-bottom: 20px;
}

.social-block li:last-child {
    margin-bottom: 0;
}

.social-block li a:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: transparent;
}



.pt-services.layout-carousel.style-default .pt-service-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-variant: small-caps; 
    color: #4A4A4A;
}

.pt-services.layout-carousel.style-default .pt-service-button.pt-button.textual {
    top: auto;
    bottom: 6px;
    right: 0;
    padding-right: 5px;
}

.video-content-vertical-align-top .pt-video-button {
  margin-top: 0;
}
.portfolio-block .filter-buttons .wrap:before {
  display: none;
}
.portfolio-block .portfolio-item {
    position: relative;
}


.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .portfolio-item .content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}

.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .portfolio-item .content .categories {
    color: #DBDBDB;
    font-size: 16px;
    font-weight: 500;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .pt-service-button.pt-button.textual {
  position: static;
  margin-top: 20px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .portfolio-item .content {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .portfolio-item:hover .content {
    opacity: 1;
    visibility: visible;
}

.pt-content-box-icon {
    position: absolute;
    top: 20px;
    left: -50px;
}

.social-links {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.social-links > a {
    display:inline-block;
    width:40px;
    border:1px solid #fff;
    border-radius:50%;
    line-height: 40px;
    color:#fff;
    font-size:16px;
    margin-right: 20px;
}
.social-links > a:hover {
    background-color:#f54d02;
    border-color:transparent;
}
.social-links > a:last-child {
    margin-right:0;
}
a {
    transition: all 0.3s ease;
}

.entry-author.name, 
.date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #787878;
  text-transform: uppercase;
}

form.wpcf7-form.init label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    font-variant: small-caps;
    color: #000000;
}





.swiper-button-prev, 
.swiper-button-next {
  background: transparent !important;
  color: #fff;
  font-size: 20px;
}



.pt-team-member .social-links {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
  margin-top: -16px;
}

.pt-team-member:hover .social-links {
  opacity: 1;
  visibility: visible;
}
.date i {
  margin-right: 8px;
}

.pt-icon-box-number:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 93px;
  background: url(../images/services-bg.png);
  background-repeat: no-repeat;
}


.pt-accordion-title.ui-state-active {
  border-bottom: 0;
}

.pt-accordion-title:first-child + .pt-accordion-content {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 24px;
}
.pt-accordion-title:first-child {
  padding-top: 0;
}


.pt-accordion-title.ui-state-active::after {
    content: '';
    width: 10px;
    height: 2px;
    background: #a0a0a0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}

.pt-cat-service {
    border: 2px solid #C7C7C7;
    border-radius: 15px;
    padding: 30px;
}

.pt-cat-service-cat {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background: var(--color-accent);
    border-radius: 15px;
    padding: 5px 20px;
    margin-bottom: 50px;
}

.pt-cat-service-title {
    color: #000000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pt-cat-service-text {
    color: #202020;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.pt-cat-service .pt-button.filled {
  padding: 0;
  display: inline-block;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.elementor .pt-cat-service-image > img {
  border-radius: 15px;
  width: 100%;
}
.pt-cat-service-image + .pt-cat-service-content {
  margin-top: 33px;
}
.pt-cat-service-content + .pt-cat-service-image {
  margin-top: 24px;
}
.elementor-counter {
  position: relative;
}
.elementor-counter:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    background: #F5C716;
    transform: translateY(-50%);
}
.elementor-column.elementor-col-33:nth-child(3) .elementor-counter:before {
  display: none;
}


.pt-service-list-title {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
}

.pt-service-list-image {
    height: 120px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.elementor .pt-service-list-image > img {
    height: 100%;
    object-fit: cover;
}

.pt-service-list {
    position: relative;
    border-bottom: 1px solid #646464;
}

.pt-service-list-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 95px;
    display: flex;
    align-items: center;
}

.pt-service-list  .pt-service-button.pt-button.textual {
    position: static;
    margin-top: 0;
    margin-left: 20px;
}

.pt-service-list:hover .pt-service-list-image {
  opacity: 1;
  visibility: visible;
}

.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .portfolio-item .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .portfolio-item .content .title {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .portfolio-item .content .categories {
    color: #DBDBDB;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant: small-caps;
}




.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box {
  padding-left: 65px;
}
.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-number {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ededed;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-number:hover {
  background-color: #f54d02;
}
.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-number:hover:after {
  color: #fff;
}
.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-number:before {
  display: none;
}
.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-number::after {
    font-size: 22px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    color: #fff;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-text ul br {
    display: none;
}

.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-text ul {
    padding-left: 17px;
    margin-top: 15px;
    margin-bottom: 14px;
}

.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-text ul li {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 26px;
}


.portfolio-block.filter-block.gap-off.portfolio-type-grid.hover-default.popup-gallery.orientation-portrait.with-filter .content {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    z-index: 99;
}

.portfolio-block.filter-block.gap-off.portfolio-type-grid.hover-default.popup-gallery.orientation-portrait.with-filter .content .title {
    margin-bottom: 5px;
    color: #fff;
}

.portfolio-block.filter-block.gap-off.portfolio-type-grid.hover-default.popup-gallery.orientation-portrait.with-filter .content .categories {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-variant: small-caps;
    color: #D7D7D7;
}

.portfolio-block.filter-block.gap-off.portfolio-type-grid.hover-default.popup-gallery.orientation-portrait.with-filter .link::before {
  display: none;
}

.pt-content-box-items.layout-grid.layout-default .pt-content-box-number {
    font-size: 20px;
    border-bottom: 1px solid var(--color-accent);
    margin-bottom: 23px;
    padding-bottom: 6px;
    width: 100%;
}
.pt-content-box-items.layout-grid.layout-default .pt-content-box-title:before {
  display: none;
}
.pt-content-box-items.layout-grid.layout-default .pt-content-box-title {
  padding-bottom: 0;
}
.pt-team.layout-grid.style-overlay.arrows-default .pt-team-content {
    height: auto;
    bottom: 40px;
    top: auto;
    padding: 0 30px;
}

.pt-testimonial {
    background: #F9FAFB;
    box-shadow: 0px 27px 41px rgb(0 0 0 / 6%), 0px 10.4px 13.0593px rgb(0 0 0 / 4%), 0px 2.2px 3.34074px rgb(0 0 0 / 2%);
    border-radius: 15px;
    padding: 40px 30px;
    transition: all 0.3s ease;
}
.pt-testimonial-rating.pt-rating {
  margin-bottom: 15px;
}

.pt-testimonials.layout-carousel.style-2 .pt-testimonial-rating.pt-rating {
  display: none;
}

.arrows-together .pt-swiper-button-prev, .arrows-together .pt-swiper-button-next {
  background:var(--color-accent);
}


.pt-slider-layout2 .pt-banner-text {
  margin: 0 auto;
}
.pt-slider-layout2 .pt-slide-text {
  margin: 0 auto;
  margin-top: 20px;
}
.pt-slider-layout2 .pt-slider-thumbs {
  width: 100%;
  right: 0;
  padding: 0;
}
.pt-slider-layout2 .pt-slider-thumbs .swiper-slide:last-child {
  margin-right: 0 !important;
}


.pt-main-banner {
  height: 100vh;
}
.pt-main-banner .swiper-container,
.pt-main-banner .swiper-wrapper,
.pt-main-banner .pt-banner-slide,
.pt-main-banner .pt-banner-image {
  height: 100%;
}
.pt-main-banner .pt-slide-text {
  margin: 0 auto;
}
.pt-main-banner .pt-slide-buttons {
  justify-content: center;
}
.pt-main-banner .pt-banner-text {
  margin: 0 auto;
}


.pt-main-banner .pt-slide-button.pt-button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0 29px;
    line-height: 46px;
}

.pt-main-banner .pt-slide-button.pt-button:hover {
    background: var(--color-accent);
    border-color: transparent;
}

.pt-main-banner .pt-slide-button.pt-button.filled {
    border-color: transparent;
}

.pt-main-banner .pt-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pt-main-banner .pt-slide-title {
    font-weight: 600;
    font-size: 80px;
    line-height: 78px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 14px;
    position: relative;
    z-index: 9;
}
.pt-main-banner .pt-banner-text {
  max-width: 100%;
}


.elementor-align-center.elementor-widget-pt-banner .pt-decor-image{
    text-align: center;
}

.elementor-align-left.elementor-widget-pt-banner {
    text-align: left;
}
.elementor-align-right.elementor-widget-pt-banner {
    text-align: right;
}

.pt-decor-image > img {
    display: inline-block;
    width: auto;
}


.pt-timeline-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 9px;
}
.pt-timeline-text {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.pt-timeline {
    margin-bottom: 86px;
    position: relative;
}
.pt-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: -57px;
    width: 24px;
    height: 24px;
    background: #424242;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.pt-timeline:after {
    content: '';
    position: absolute;
    top: 6px;
    left: -51px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.pt-timeline:last-child {
    margin-bottom: 0;
}

.pt-timeline:hover:before,
.pt-timeline:first-child:before {
  background-color: var(--color-accent);
}
.pt-timeline:hover:after,
.pt-timeline:first-child:after {
  background-color: #fff;
}
.pt-timelines {
    margin-left: 109px;
    padding-left: 45px;
    position: relative;
}
.pt-timelines:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 80%;
    background: #424242;
}


.is-active .pt-pricing-table-switcher button:nth-child(2) {
  color: #fff;
}
.pt-pricing-table-switcher button:nth-child(1) {
  color: #8C8C8C !important;
}
.is-active .pt-pricing-table-switcher button:nth-child(1) {
  color: #fff !important;
}
.is-active .pt-pricing-table-switcher button:nth-child(2) {
  color: #8C8C8C !important;
}


.pt-pricing-table {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    padding: 0;
}
.pt-pricing-table-options p {
  line-height: 26px;
}

.pt-pricing-tables .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 100%;
    background: #424242;
    opacity: 0;
    visibility: hidden;
}
.pt-pricing-tables .swiper-slide.swiper-slide-active:before {
  opacity: 1;
  visibility: visible;
}
.price.monthly-price::first-letter {
  color: #424242;
}
.price.monthly-price::first-letter {
    color: #424242;
    opacity: 0.5;
}


.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .filter-buttons button {
  color: #fff;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .filter-buttons {
  margin-top: 23px;
}


.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .link {
  display: none;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .pt-service-button.pt-button.textual {
  display: none;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .portfolio-item .content {
  left: 0;
  top: auto;
  transform: inherit;
  bottom: 41px;
  text-align: left;
  padding: 0 40px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .img div {
  border-radius: 15px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.hover-default.popup-gallery.orientation-default.with-filter .wrap:before {
  background: rgba(0, 0, 0, 0.40);
  border-radius: 15px;
}


.pt-brands.pt-brands-grid .pt-brand {
    border: 1px solid #424242;
    min-height: 210px;
    margin-bottom: -1px;
    transition: all 0.3s ease;
}
.pt-brands.pt-brands-grid .pt-brand:hover {
    border-color: #4242427a;
}

.pt-brands.pt-brands-grid .pt-brand-inner.first {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.pt-brands.pt-brands-grid .pt-brand-inner.last {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.pt-brands.pt-brands-grid .pt-brand-inner.last i {
    margin-left: 10px;
}
.blog-item .entry-media img {
  border-radius: 15px;
}

.pt-icon-box-items.layout-zigzag  .pt-icon-box:nth-child(even) {
  top: 45px;
}




.blog-items.row.blog-classic.style-.isotope .col-lg-6:nth-child(3) article.blog-item.istp-item.col .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.blog-items.row.blog-classic.style-.isotope .col-lg-6:nth-child(3) article.blog-item.istp-item.col .entry-media {
    width: 255px;
}

.blog-items.row.blog-classic.style-.isotope .col-lg-6:nth-child(3) article.blog-item.istp-item.col .entry-caption.content {
    width: calc(100% - 255px);
    padding-left: 30px;
}

.blog-items.row.blog-classic.style-.isotope .col-lg-6:nth-child(3) article.blog-item.istp-item.col .entry-caption.content .button {
    display: none;
}



.pt-banner.pt-banner-gallery {
  height: 100vh;
}
.pt-banner.pt-banner-gallery .swiper-container,
.pt-banner.pt-banner-gallery .swiper-wrapper,
.pt-banner.pt-banner-gallery .pt-banner-slide.swiper-slide {
  height: 100%;
}



.pt-banner.pt-banner-gallery .pt-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pt-banner.pt-banner-gallery .pt-video-button {
  margin-top: 0;
}
.pt-banner.pt-banner-gallery .pt-slide-title {
    font-weight: 600;
    font-size: 80px;
    line-height: 78px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.pt-banner.pt-banner-gallery .pt-banner-text {
  max-width: 770px;
}

.pt-banner.pt-banner-gallery .pt-banner-slide {
  background: #232323; 
}


.pt-brands.pt-brands-layout-style-2.pt-brands-grid .pt-brand {
  border: 0;
  min-height: auto;
}
.pt-brands.pt-brands-layout-style-2.pt-brands-grid .pt-brand .pt-brand-inner > img {
    filter: grayscale(1);
    transition: all 0.3s ease;
} 
.pt-brands.pt-brands-layout-style-2.pt-brands-grid .pt-brand:hover .pt-brand-inner > img {
  filter: grayscale(0);
}
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .filter-buttons{
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 40px;
}
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .filter-buttons button {
  color: #000;
}



.pt-testimonials.style-3 .pt-testimonial-text {
    margin-bottom: 0;
    color: #202020;
    font-size: 18px;
    line-height: 30px;
}

.pt-testimonials.style-3 .pt-testimonial-author {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.pt-testimonials.style-3 .pt-testimonial-meta {
  margin-bottom: -132px;
}


.pt-testimonial:hover {
    background: var(--color-accent);
}
.pt-testimonials.layout-carousel.style-3 {
  margin-bottom: 110px;
}


.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .portfolio-item .content {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 40px;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 100%;
} 
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .portfolio-item .content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 7px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .portfolio-item .content .categories {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-variant: small-caps;
    color: #DBDBDB;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .link:before {
  background: transparent;
}


.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery article.portfolio-item.category-11.popup-item + article.portfolio-item.category-11.popup-item {
    max-width: 50%;
    flex: 0 0 50%;
}

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery article.portfolio-item.category-11.popup-item + article.portfolio-item.category-11.popup-item + article.portfolio-item.category-12.popup-item {
    max-width: 50%;
    flex: 0 0 50%;
}

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery article.portfolio-item.popup-item {
    width: 100%;
    margin-bottom: 0;
    height: 100%;
    padding: 0;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery article.portfolio-item.popup-item .wrap,
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery article.portfolio-item.popup-item .img {
  height: 100%;
  z-index: 99;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery article.portfolio-item.popup-item .img > div {
  background-size: cover;
  height: 100%;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6 {
  padding: 0;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .row {
  margin: 0;
}

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(2) .img div {
  border-radius: 15px 0 0 15px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(3) .img div {
  border-radius: 0 15px 0 0;
}

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(2) .wrap:before {
  border-radius: 15px 0 0 15px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(3) .wrap:before {
  border-radius: 0 15px 15px 0;
}


.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(3) article.portfolio-item.category-11.popup-item + article.portfolio-item.category-11.popup-item .img div {
  border-radius: 0;
}

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(3) article.portfolio-item.category-11.popup-item + article.portfolio-item.category-11.popup-item + article.portfolio-item.category-12.popup-item .img div {
  border-radius: 0 0 15px 0;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(3) article.portfolio-item.category-11.popup-item + article.portfolio-item.category-11.popup-item .wrap:before {
  border-radius: 0;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(3) article.portfolio-item.category-11.popup-item + article.portfolio-item.category-11.popup-item + article.portfolio-item.category-12.popup-item .wrap:before {
  border-radius: 0 0 15px 0;
}





.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .swiper-container .link::before {
  background: transparent;
}

.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .swiper-container article.portfolio-item.popup-item {
  height: 410px;
}
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .swiper-container article.portfolio-item.popup-item .wrap,
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .swiper-container article.portfolio-item.popup-item .img,
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .swiper-container article.portfolio-item.popup-item .img > img {
  height: 100%;
}

.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .swiper-container article.portfolio-item.popup-item .img > img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}

.pt-testimonials.style-3 .pt-testimonial:hover .pt-testimonial-text  {
  color: #fff;
} 



/*.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(2) article.portfolio-item.popup-item {
    height: 100% !important;
}*/

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(2) article.portfolio-item.popup-item .wrap,
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(2) article.portfolio-item.popup-item .img,
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(2) article.portfolio-item.popup-item .img > div {
    height: 100%;
}

          




.pt-banner.pt-banner-gallery.banner .pt-slide-text {
    position: relative;
    padding-bottom: 21px;
}
.pt-banner.pt-banner-gallery.banner .pt-slide-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 1px;
    background: #575757;
}
.pt-banner.pt-banner-gallery.banner .pt-slide-buttons {
  margin-top: 34px;
}

.pt-banner.pt-banner-gallery.banner .pt-slide-buttons .pt-video-button-wrapper {
  margin-top: 0;
}

.elementor-counter .elementor-counter-title {
  margin-top: 8px;
}
.elementor-counter-number-prefix {
  display: none;
}
.elementor-counter:before {
  display: none;
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
  padding-left: 12px;
}



.pt-icon-box .pt-button.textual {
  margin-top: 21px;
}


.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .pt-service-button.pt-button.textual {
  position: static;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin: 20px auto 0;
}
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .portfolio-item:hover .pt-service-button.pt-button.textual {
  opacity: 1;
  visibility: visible;
}
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .portfolio-item .content .title,
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .portfolio-item .content .categories {
  display: none;
}
.portfolio-block.portfolio-carousel-block.filter-block.popup-gallery.with-filter .portfolio-item .content {
  z-index: 99;
}

.pt-image-carousel.layout-carousel {
  margin-top: 20px;
}

.portfolio-block.portfolio-carousel-block.filter-block.arrows-together.bullets-bullets.popup-gallery.with-filter .pt-swiper-arrows {
  bottom: 0;
}

.pt-decor-image {
  margin-bottom: 26px;
}
.pt-main-banner .pt-banner-slide .pt-slide-buttons {
  margin-top: 40px;
}
.pt-pricing-table-options {
  margin-bottom: 2px;
}
.pt-pricing-tables {
  margin-top: 4px;
}



.pt-heading-title {
  text-transform: capitalize;
}

.portfolio-block.filter-block.gap-off.portfolio-type-grid.hover-default.popup-gallery.orientation-portrait.with-filter .filter-buttons {
  margin-top: 6px;
  margin-bottom: 40px;
}

.portfolio-block.filter-block.gap-off.portfolio-type-grid.hover-default.popup-gallery.orientation-portrait.with-filter .pt-service-button.pt-button.textual {
  position: static;
}
.pt-content-box-items.layout-grid .pt-content-box {
  margin-bottom: 28px;
}
.pt-content-box-items.layout-grid.layout-default {
  margin-bottom: -28px;
  margin-top: -6px;
}


.pt-slider-thumb-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.pt-slider-thumb:hover .pt-slider-thumb-content {
  opacity: 1;
  visibility: visible;
}

.pt-slider-thumb-content .pt-slider-thumb-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.pt-slider-thumb-content .pt-slider-thumb-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-variant: small-caps;
    color: #DBDBDB;
}

.pt-slider-thumb-content .pt-button.filled {
    padding: 0;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    min-width: auto;
    display: inline-block;
    margin-top: 20px;
}
.pt-slider-layout2 .pt-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin-top: -60px;
}
.pt-slider-layout2 .pt-banner-text .pt-slide-title.h1 {
  margin-bottom: 12px;
}
.pt-icon-box-items.layout-carousel.position-top.shape-default .swiper-container {
  overflow: hidden;
}


.pt-icon-box-items.layout-carousel.position-top.shape-default .pt-icon-box-title {
  margin-bottom: 7px;
}




.pt-team.layout-carousel.style-overlay .pt-team-name {
  order: 1;
  margin-top: 2px;
}
.pt-team.layout-carousel.style-overlay .pt-team-role {
  order: 0;
}

.pt-cat-service-image {
  position: relative;
}


.pt-services-category.layout-carousel .pt-cat-service .pt-button.filled {
  position: absolute;
  top: -22px;
  right: 15px;
  min-width: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.pt-services-category.layout-carousel .pt-cat-service:hover .pt-button.filled {
  opacity: 1;
  visibility: visible;
}
.pt-services-category.layout-carousel .pt-cat-service.image-position-after .pt-button.filled {
  display: inline-block;
}
.pt-cat-service.image-position-after {
  padding-bottom: 39px;
}


.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .filter-buttons button{
  color: #8C8C8C;
}
.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .filter-buttons button.current {
  color: #fff;
}
.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .filter-buttons {
  margin-top: 19px;
  margin-bottom: 40px;
}

.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .portfolio-item .content .title, 
.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .portfolio-item .content .categories {
  display: block;
}
.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .portfolio-item .content {
  opacity: 0;
  visibility: hidden;
}
.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}

.pt-testimonial-icon i {
    color: var(--color-accent);
    font-size: 16px;
    transition: all 0.3s ease;
}

.blog-items.row.blog-horizontal.style-.isotope .blog-item .entry-media {
  height: 180px;
}
.blog-items.row.blog-horizontal.style-.isotope .entry-meta {
  margin-bottom: 17px;
}
.blog-items.row.blog-horizontal.style-.isotope .title {
  margin-bottom: 19px;
}


.pt-slider-layout1 .pt-slide-text {
  margin-top: 29px;
}
.pt-slider-layout1 .pt-slide-buttons {
  margin-top: 41px;
}

.pt-video-button-wrapper {
    margin-top: 48px;
    display: flex;
}

.portfolio-block.filter-block.gap-on.portfolio-type-grid.portfolio-layout-2.hover-default.popup-gallery.orientation-default.with-filter .content {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.portfolio-block.filter-block.gap-on.portfolio-type-grid.portfolio-layout-2.hover-default.popup-gallery.orientation-default.with-filter .pt-service-button.pt-button.textual {
  display: inline-block;
  margin: 20px auto 0;
}

.pt-slider-thumbs .pt-slider-thumb-content {
    text-align: center;
    padding: 0 20px;
}

.pt-slider-layout2 .pt-slider-thumbs .swiper-slide {
  width: 540px !important;
}



.entry-media a i.pticon-arrow-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: var(--color-accent);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: all 0.3s ease;
    z-index: 99;
}
.blog-item:hover .entry-media a i.pticon-arrow-right {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.pt-testimonials.layout-carousel.style-2.arrows-together.bullets-fraction .pt-swiper-button-prev, 
.pt-testimonials.layout-carousel.style-2.arrows-together.bullets-fraction .pt-swiper-button-next {
  background: transparent;
}


.blog-items.blog-grid.style-default .blog-item .entry-media a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    border-radius: 15px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.blog-items.blog-grid.style-default .blog-item:hover .entry-media a:before {
  opacity: 1;
  visibility: visible;
}


.pt-team-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.pt-team-member:hover .pt-team-image:after {
  opacity: 1;
  visibility: visible;
}

.video-content-vertical-align-top .pt-video.popup-gallery.has-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 9;
}
.video-content-vertical-align-top .pt-video.popup-gallery.has-image .pt-video-button-wrapper {
  z-index: 99;
}



footer input[type="email"] {
    width: 280px;
    background: #3D3D3D;
    box-shadow: 0px 27px 41px rgb(0 0 0 / 6%), 0px 10.4px 13.0593px rgb(0 0 0 / 4%), 0px 2.2px 3.34074px rgb(0 0 0 / 2%);
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}
footer input.pt-button.filled {
    width: 140px;
    min-width: unset;
    border-radius: 6px;
    box-shadow: 0px 24px 41px rgb(0 0 0 / 11%), 0px 12.15px 17.8734px rgb(0 0 0 / 7%), 0px 4.8px 6.6625px rgb(0 0 0 / 6%), 0px 1.05px 2.37031px rgb(0 0 0 / 4%);
    margin-left: 4px;
  padding: 0;
}


.split-screen {
  height: 100vh;
}

.split-screen .item, .split-screen .image, .split-screen .item, .split-screen .owl-stage-outer, .split-screen .item, .split-screen .owl-stage, .split-screen .item, .split-screen .owl-item, .split-screen .item, .split-screen .img-item {
    height: 100%;
}

.split-screen>.item .img-item {
    height: 100% !important;
}


.portfolio-block.filter-block.gap-on.portfolio-type-scattered.portfolio-.hover-default.popup-gallery.with-filter .img {
  height: 370px;
}

.portfolio-block.filter-block.gap-on.portfolio-type-scattered.portfolio-.hover-default.popup-gallery.with-filter .img div {
  height: 100%;
  border-radius: 15px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-scattered.portfolio-.hover-default.popup-gallery.with-filter .portfolio-scattered-item {
  margin-bottom: 30px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-scattered.portfolio-.hover-default.popup-gallery.with-filter .content {
  opacity: 0;
  visibility: hidden;
}
.portfolio-block.filter-block.gap-on.portfolio-type-scattered.portfolio-.hover-default.popup-gallery.with-filter .portfolio-scattered-item:hover .content {
  opacity: 1;
  visibility: visible;
}
.portfolio-block.filter-block.gap-on.portfolio-type-scattered.portfolio-.hover-default.popup-gallery.with-filter .portfolio-scattered-item .pt-service-button.pt-button.textual {
  position: static;
  margin: 20px auto 0;
}
.portfolio-block.filter-block.gap-on.portfolio-type-scattered.portfolio-.hover-default.popup-gallery.with-filter .isotope + .loadmore-button-block.tac {
  margin-top: 13px;
}


footer .pt-icon-box-items.layout-grid {
  display: flex;
}
footer .pt-icon-box-items.layout-grid.position-before-content.shape-circle .content-wrapper {
  margin-top: -8px;
}
footer .pt-icon-box-items.layout-grid {
  margin-bottom: 26px;
}

header .elementor-icon-list-icon {
  margin-right: 2px;
}


.arrows-together-fraction {
  display: flex;
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-top: -14px;
}
.arrows-together-fraction .pt-swiper-button-next {
  color: #fff;
  right: 0;
}
.arrows-together-fraction .pt-swiper-button-prev {
  left: 0;
  color: #fff;
}
.arrows-together-fraction .pt-swiper-button-next,
.arrows-together-fraction .pt-swiper-button-prev {
  position: static;
  transform: inherit;
}
.arrows-together-fraction .swiper-pagination-fraction {
  color: #fff;
  display: block;
  margin-top: 0;
  width: auto;
  padding: 0 15px;
}

.pt-icon-box-items.layout-carousel.position-top.shape-default .pt-icon-box-number {
  margin-bottom: 40px;
}


.pt-testimonial-hover-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(245, 77, 1, 0.9), rgba(245, 77, 1, 0.9));
    z-index: 9;
    border-radius: 15px;
}

.swiper-slide-active .pt-testimonial-icon i {
  color: #fff;
}
.pt-testimonial:hover .pt-testimonial-icon i {
  color: #fff;
}


.elementor-counter:after {
    content:'';
    position:absolute;
    top:50%;
    right:27px;
    width:1px;
    height:48px;
    background: #F5C716;
    transform:translateY(-50%);
}
.elementor-column:last-child .elementor-counter:after {
  display: none;
}




.pt-service-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background: var(--color-accent);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.pt-service-list:hover:before {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.pt-service-list-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.90);
    transition: all 0.3s ease;
}

.pt-service-list-image:hover:before {
    opacity: 1;
    visibility: visible;
}




.pt-brand-inner img {
    filter: grayscale(1);
    transition: all 0.3s ease;
}

.pt-brand:hover img {
    filter: grayscale(0);
}

.pt-video.popup-gallery.has-image .pt-video-button {
    margin-top: 0;
}

.pt-video.popup-gallery.has-image .pt-video-button-wrapper {
    margin-top: 0;
}


.blog-items.row.blog-classic.style-.isotope .col-lg-7 .blog-item .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.blog-items.row.blog-classic.style-.isotope .col-lg-7 .blog-item .wrap .entry-media {
    width: 255px;
    height: 190px;
}

.blog-items.row.blog-classic.style-.isotope .col-lg-7 .blog-item .wrap .entry-media + .entry-caption {
    width: calc(100% - 255px);
    padding-left: 25px;
}

.blog-items.row.blog-classic.style-.isotope .col-lg-7 .blog-item .title, 
.blog-items.row.blog-classic.style-.isotope .col-lg-7 .blog-item .entry-media {
    margin-bottom: 0;
}
.blog-items.row.blog-classic.style-.isotope .col-lg-7 .blog-item {
  margin-bottom: 30px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .portfolio-item .content .pt-service-button.pt-button.textual {
  margin-top: -20px;
}


.elementor-vertical-align-top .pt-video.popup-gallery.has-image .pt-video-button-wrapper {
    top:-20px;
    transform: inherit;
    z-index: 99;
}

.elementor-vertical-align-bottom .pt-video.popup-gallery.has-image .pt-video-button-wrapper {
    bottom:-20px;
    transform: inherit;
    align-items: flex-end !important;
    z-index: 99;
}
.elementor-vertical-align-middle .pt-video.popup-gallery.has-image .pt-video-button-wrapper {
    top: 0;
    transform: inherit;
    align-items: center !important;
    z-index: 99;
    height: 100%;
}


.pt-slider-layout2 .pt-slider-thumb {
  width: auto;
}

.portfolio-block.filter-block.gap-off.portfolio-type-grid.portfolio-layout-1.hover-default.popup-gallery.orientation-portrait.with-filter .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.portfolio-block.filter-block.gap-off.portfolio-type-grid.portfolio-layout-1.hover-default.popup-gallery.orientation-portrait.with-filter .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}
.pt-team.layout-grid.style-overlay.arrows-default .social-links {
  margin-top: 20px;
}

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .col-lg-6:nth-child(3) article.portfolio-item.popup-item {
    height: 280px !important;
    max-width: 100%;
    flex: 0 0 100%;
} 

.pt-content-box-items.layout-grid.layout-layout2 .pt-content-box-number, .pt-content-box-items.layout-grid.layout-layout2 .pt-content-box-title {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}

.pt-content-box-items.layout-grid.layout-layout2 .pt-content-box-title:before {
    display: none;
}

.single-post .page-header .page-subtitle:before {
  display: none;
}
.single-post .page-header .page-subtitle {
  letter-spacing: 0.16em;
}
.single-post .page-header > * + * {
  margin-top: 11px;
}




.portfolio-block.hover-default.popup-gallery .content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}
.portfolio-block.hover-default.popup-gallery .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}
.portfolio-block.hover-default.popup-gallery .content .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 9px;
}

.portfolio-block.hover-default.popup-gallery .content .pt-service-button.pt-button.textual {
    position: static;
    margin: 20px auto 0;
}

.portfolio-block.hover-default.popup-gallery .content .categories {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-variant: small-caps;
    color: #DBDBDB;
}
.portfolio-block.hover-default.popup-gallery .link::before {
  display: none;
}

.portfolio-block.filter-block.gap-on.portfolio-type-related_products.portfolio-.hover-default.orientation- .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}

.portfolio-block.filter-block.gap-on.portfolio-type-related_products.portfolio-.hover-default.orientation- .content .pt-service-button.pt-button.textual {
    position: static;
}
.portfolio-block.filter-block.gap-on.portfolio-type-related_products.portfolio-.hover-default.orientation- .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}


.related-blog-content .blog-item .entry-media::before {
  padding-top: 100%;
}


.related-blog-content {
  position: relative;
}
.pt-image-carousel-image > img {
  width: 100%;
}

.swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.6) !important;
    position: absolute;
    border-radius: 1px;
    height: 2px;
    display: inline-block;
    width: 160px;
    bottom: -15px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #F5C716 !important;
}
.pt-services .swiper-container {
  width: 100%;
}

.service-slider .col-md-6, .service-slider .col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    height: 100%;
}

.pt-services.layout-custom .swiper-slide .pt-service {
  height: 350px;
}


.pt-services.layout-carousel .pt-swiper-button-prev, 
.pt-services.layout-carousel .pt-swiper-button-next {
    margin-top: -44px;
}
.pt-icon-box-items.layout-carousel .pt-swiper-button-prev, .pt-icon-box-items.layout-carousel .pt-swiper-button-next {
  margin-top:-22px;
}


.agency-slide-text.stroke-text span:not(.text-divider) {
    color: #fff !important;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}



.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .filter-buttons button {
  background: transparent;
}
.portfolio-block.portfolio-carousel-block.filter-block.arrows-default.bullets-bullets.popup-gallery.with-filter .filter-buttons button:hover {
  color: #fff;
}

.fade.show {
    opacity: 1;
}


footer input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
footer input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
footer input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
footer input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #808080;
}
.pt-content-box-number .elementor-number-suffix {
    font-weight: 600;
    font-size: 46px;
    line-height: 44px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-left: -10px;
}

.custom-overlay-layout .elementor-background-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-color: unset !important;
  opacity: 1 !important;
}



.pt-testimonials.style-2 .pt-testimonial-rating.pt-rating i {
    display: none;
}

.pt-testimonials.style-2 .pt-testimonial-rating.pt-rating i:first-child {
    display: inline-block;
    font-size: 26px;
}


.pt-testimonials.style-2 .pt-testimonial-rating.pt-rating i:first-child:before {
    color: #f6c715;
}


.without-anchor.pt-image-carousel:before {
  display: none;
}


.arrows-together .pt-swiper-button-prev:hover, 
.arrows-together .pt-swiper-button-next:hover {
  background: #000;
}

.text-divider.elementor-icon {
    margin: 15px 30px 0;
}


.custom-container-layout .elementor-container {
    max-width: 1300px;
}

.pt-brand-inner.first .elementor-icon i {
    color: var(--color-accent);
    font-size: 24px;
    position: relative;
    top: -15px;
}


.pt-brands.pt-brands-grid .pt-brand:nth-child(1), 
.pt-brands.pt-brands-grid .pt-brand:last-child {
    border: 0;
}

.pt-banner.pt-banner-gallery.banner .pt-banner-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54.5%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    z-index: 9;
}
.pt-banner.pt-banner-gallery.banner .pt-banner-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #232323;
}


.pt-slide-title .elementor-icon i {
    color: var(--color-accent);
    font-size: 32px;
    transform: rotate(270deg);
}

.pt-slide-title .elementor-icon {
    position: absolute;
    top: -20px;
    left: -40px;
}
.pt-slide-text {
    position: relative;
}

.pt-slide-text > img {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.pt-testimonials.style-3 .swiper-slide-active .pt-testimonial-text {
    color: #fff;
}
.pt-testimonials.style-3 .swiper-slide-active .pt-rating i,
.pt-testimonials.style-3 .swiper-slide-active .pt-rating i:before {
  color: #fff;
}


.blog-items.row.blog-classic.style-.isotope .col-lg-5 {
    max-width: 445px;
    flex: 0 0 445px;
}
.blog-items.row.blog-classic.style-.isotope .col-lg-5 .entry-media {
    height: 410px;
} 
.blog-items.row.blog-classic.style-.isotope .col-lg-5 .entry-media > a img{
  height: 100%;
  object-fit: cover;
}

.blog-items.row.blog-classic.style-.isotope .entry-media > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 9;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.blog-items.row.blog-classic.style-.isotope .blog-item:hover .entry-media > a:before {
  opacity: 1;
  visibility: visible;
}
.pt-testimonials.style-3 .swiper-slide-active .pt-rating i.pt-star-empty {
  opacity: 0.5;
}
.pt-slider .pt-banner-text {
  max-width: 100%;
}
.agency-slide-text .text-divider.elementor-icon {
    margin: 9px 15px 0;
    font-size: 16px;
}


.gap-off .portfolio-item {
  padding: 0;
}
.gap-off.portfolio-block .img,
.gap-off.portfolio-block .img > div,
.gap-off.portfolio-block .wrap:before {
  border-radius: 0;
}





.portfolio-block.portfolio-carousel-block.portfolio-carousel-layout-2.filter-block.popup-gallery.with-filter .portfolio-item .content .title, 
.portfolio-block.portfolio-carousel-block.portfolio-carousel-layout-2.filter-block.popup-gallery.with-filter .portfolio-item .content .categories {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.portfolio-block.portfolio-carousel-block.portfolio-carousel-layout-2.filter-block.popup-gallery.with-filter .portfolio-item:hover .content .title, 
.portfolio-block.portfolio-carousel-block.portfolio-carousel-layout-2.filter-block.popup-gallery.with-filter .portfolio-item:hover .content .categories {
  opacity: 1;
  visibility: visible;
}
.portfolio-block.filter-block.gap-on.portfolio-type-scattered-2.portfolio-.hover-default.popup-gallery.with-filter .portfolio-item {
  height: 430px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-scattered-2.portfolio-.hover-default.popup-gallery.with-filter .portfolio-item .wrap,
.portfolio-block.filter-block.gap-on.portfolio-type-scattered-2.portfolio-.hover-default.popup-gallery.with-filter .portfolio-item .img {
  height: 100%;
}



.pt-counters .elementor-counter-number-wrapper {
    font-weight: 600;
    font-size: 46px;
    line-height: 44px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.pt-counters .elementor-counter > .elementor-counter-number-wrapper + div {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.pt-counters {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.pt-counters .elementor-counter:after {
  right: -20px;
}
.pt-counters .elementor-counter:last-child:after {
  display: none;
}
.pt-counters .elementor-counter-number + .elementor-counter-number-suffix {
  margin-left: -11px;
}

.pt-slider .pt-slide-content .pt-banner-text {
  max-width: 600px;
}


.pt-service-text {
  font-size: 14px;
}


.pt-services.layout-grid.style-link-on-bottom .pt-service-button.pt-button.textual {
  top: auto;
  bottom: 0;
  right: 0;
}
.pt-services.layout-grid.style-link-on-bottom .pt-service-content {
  position: relative;
}

.pt-team.layout-carousel.style-overlay .pt-team-role {
  margin-top: -36px;
}
.pt-team.layout-carousel.style-overlay .pt-team-member .social-links {
  margin-top: 25px;
}
.pt-team.layout-carousel.style-overlay .pt-team-member:hover .social-links {
  margin-top: 25px;
}


.elementor .pt-service-image {
  height: 350px;
}
.elementor .pt-service-image img {
  border-radius: 15px;
}

.share-popup .social-links {
  display: flex !important;
  position: static !important;
}

.custom-curve-bg {
  position: relative;
}
.custom-curve-bg:before {
    content: '';
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 240px;
    background: url(https://softcircles.net/demos/wp/agency/wp-content/uploads/2022/10/service2.png);
    background-size: cover;
    z-index: 9;
}


.agency-slide-text marquee span {
    font-size: 22px;
    font-weight: 600;
}


.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box-number {
    background: url(../images/ellip.svg);
    background-position: center;
}
.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box:hover .pt-icon-box-number {
    background: url(../images/ellip.svg);
}
.pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box:hover .pt-icon-box-number:after {
  color: #f54d02;
}

.pt-slider-layout2.elementor-widget-pt-slider .pt-banner-text {
  max-width: 100%;
}

.banner-controls {
    position: absolute;
    bottom: 7vh;
    left: 0;
    width: 100%;
    z-index: 99;
}
.banner-controls .pt-swiper-button-prev, 
.banner-controls .pt-swiper-button-next {
    position: static;
    transform: unset;
    margin-top: 2px;
    color: #fff;
}

.banner-controls .arrow-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-controls .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  padding: 0 20px;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #D8D8D8 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-accent) !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}


.custom-sepread-bg {
    filter: drop-shadow(0px 17px 46px rgba(0, 0, 0, 0.09)) drop-shadow(0px 8.60625px 20.0531px rgba(0, 0, 0, 0.06075)) drop-shadow(0px 3.4px 7.475px rgba(0, 0, 0, 0.045)) drop-shadow(0px 0.74375px 2.65937px rgba(0, 0, 0, 0.02925));
}

.custom-sepread-bg:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    width: 36%;
    height: 100%;
    background: var(--color-accent);
    opacity: 0.4;
    filter: blur(60px);
    transform: rotate(-92.85deg) translateY(-50%);
    z-index: -1;
    opacity: 0.2;
}


.pt-slider-thumbs .swiper-container {
  overflow: unset;
  margin: 0 -150px;
}


.pt-slider-thumbs .pt-swiper-arrows .pt-swiper-button-prev,
.pt-slider-thumbs .pt-swiper-arrows .pt-swiper-button-next {
  color: #fff;
}

.pt-team.layout-carousel.style-default.arrows-default .pt-swiper-button-prev, 
.pt-team.layout-carousel.style-default.arrows-default .pt-swiper-button-next {
  margin-top: -40px;
}

.pt-team.layout-grid.style-overlay.arrows-default .pt-team-content {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
}

.pt-team.layout-grid.style-overlay.arrows-default .pt-team-role {
    order: 0;
    color: #A8A8A8;
    font-variant: small-caps;
}

.pt-team.layout-grid.style-overlay.arrows-default .pt-team-name {
    order: 1;
}

.pt-cat-service-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 15px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.pt-cat-service:hover .pt-cat-service-image:before {
  opacity: 1;
  visibility: visible;
}

.pt-testimonials.layout-carousel.style-4.arrows-default.bullets-bullets .pt-swiper-button-prev, 
.pt-testimonials.layout-carousel.style-4.arrows-default.bullets-bullets .pt-swiper-button-next {
  margin-top: -19px;
}

.blog-items.row.blog-horizontal.style-.isotope .blog-item .entry-media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 9;
    border-radius: 15px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.blog-items.row.blog-horizontal.style-.isotope .blog-item:hover .entry-media:before {
  opacity: 1;
  visibility: visible;
}


.agency-slide-text.stroke-text .text-divider.elementor-icon {
  margin: 24px 20px 0;
  font-size: 28px;
}

.pt-testimonials.layout-carousel.style-3 .pt-swiper-button-prev, 
.pt-testimonials.layout-carousel.style-3 .pt-swiper-button-next {
  margin-top: -53px;
}

.elementor-counter .elementor-counter-number-wrapper {
  display: block !important;
  text-align: center;
}
.elementor-counter .elementor-counter-number-suffix {
  margin-left: -11px;
}


.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-default.bullets-bullets.popup-gallery.with-filter .swiper-container article.portfolio-item.popup-item {
  opacity: 1 !important;
  cursor: pointer;
}

.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-default.bullets-bullets.popup-gallery.with-filter .pt-swiper-arrows {
  display: none;
}

.pt-accordion.ui-accordion.ui-widget.ui-helper-reset {
  margin-top: 33px;
}

.pt-slider-layout2 .pt-slider {
    height: calc(100vh - 64px);
}
.elementor .image-transform img {
  width: 100%;
}
.single-counter-left .elementor-counter .elementor-counter-title,
.single-counter-left .elementor-counter .elementor-counter-number-wrapper {
  text-align: left;
}


.shapee-bg:before {
    content: '';
    position: absolute;
    width: 210.63px;
    height: 354.78px;
    left: 38%;
    top: -25px;
    background: var(--color-accent);
    opacity: 0.4;
    filter: blur(100px);
    transform: rotate(-96.12deg) translateX(-50%) translateY(-50%);
}

.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-together.bullets-bullets.popup-gallery.with-filter .pt-swiper-arrows {
  bottom: -34px;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .row {
  position: relative;
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .row:before {
    content: '';
    position: absolute;
    width: 210.63px;
    height: 354.78px;
    left: 24px;
    bottom: 0;
    background: var(--color-accent);
    opacity: 0.15;
    filter: blur(100px);
    transform: rotate(-96.12deg) translateX(-50%) translateY(-50%);
}
.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery .row:after {
    content: '';
    position: absolute;
    width: 210px;
    height: 380px;
    right: 0;
    top: -26%;
    background: var(--color-accent);
    opacity: 0.7;
    filter: blur(100px);
    transform: rotate(-96.12deg) translateX(-50%) translateY(-50%);
}



.custom-team-section .pt-team-member {
  height: 460px;
}

.image-transform {
    filter: drop-shadow(0px 17px 46px rgba(0, 0, 0, 0.09)) drop-shadow(0px 8.60625px 20.0531px rgba(0, 0, 0, 0.06075)) drop-shadow(0px 3.4px 7.475px rgba(0, 0, 0, 0.045)) drop-shadow(0px 0.74375px 2.65937px rgba(0, 0, 0, 0.02925));
}

.pt-testimonials.layout-carousel.style-5 .swiper-slide-active .pt-rating i::before {
  color: #fff;
}
.pt-slider-thumbs .pt-slider-thumb {
  width: 100%;
}

.pt-slider-layout1 .pt-slider-thumbs .swiper-container {
  margin: unset;
  overflow: visible;
}
.pt-slider-layout1 .pt-slider-thumbs .pt-swiper-button-prev {
  display: none;
}
.pt-slider-layout1 .pt-slider-thumbs .swiper-slide {
  min-width: unset !important;
  display: block;
}

.pt-slider-layout1 .pt-swiper-button-next {
    right: auto;
    left: -37px;
    transform: rotate(180deg);
}


.slider-for {
  height: 100vh;
}
.slider-for .slick-list,
.slider-for .slick-track,
.slider-for .pt-slide {
  height: 100%;
}
.pt-slider-layout1 .pt-slider-thumb-content {
  text-align: center;
}
.slider-nav .pt-slide {
  margin-right: 30px;
}

.slider-nav .slick-prev {
  left: -40px;
}
.slider-nav .slick-next {
  display: none;
}
.pt-slider-layout1 .pt-decor-image {
  display: none;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 1;
}
.slick-prev:before {
    content: "\f30a";
}
.slick-next:before {
    content: "\f30b";
}


.pt-slider-layout2 .slider-nav {
    width: 100%;
    right: 0;
    padding-bottom: 10px;
}
.pt-slider-layout2 .slider-nav .pt-slide {
  min-width: 540px !important;
  max-width: 540px;
}

.slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.pt-slider-layout2 .slider-nav .slick-prev {
    top: auto;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -70px;
}
.pt-slider-layout2 .slider-nav .slick-next {
    display: inline-block;
    top: auto;
    bottom: -44px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: -90px;
}
.pt-slider-layout2 .slick-dots li {
  margin: 0 7px;
}
.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-together.bullets-bullets.popup-gallery.with-filter {
  margin-bottom: 30px;
}

.agency-slide-text {
    float: left;
    width: 100%;
}
.agency-slide-text span {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.pt-animation-bg {
    position: absolute !important;
    bottom: -1px;
    left: 0;
    background: unset !important;
    min-height: unset !important;
    margin: 0 !important;
}
.pt-animation-bg.ft {
    bottom: auto;
    top: -10vh;
}
.pt-animation-bg.pager-bg2 {
    bottom: auto;
    top: -71px;
}
.portfolio-block.popup-gallery .content {
    height: 100%;
    bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-block.popup-gallery .link {
    display: block !important;
}
.pt-icon-box-items.layout-zigzag .pt-icon-box-icon svg {
    width: 64px;
    height: 64px;
}

.pt-icon-box-items.layout-zigzag .pt-icon-box-icon svg path {
    fill: var(--color-accent);
}
.elementor-widget-sidebar {
    margin-top: -10px;
}

.pt-icon-box-items.layout-carousel + .pt-swiper-pagination,
.pt-services.layout-custom.style-text-on-hover + .pt-swiper-pagination,
.pt-services-category.layout-carousel + .pt-swiper-pagination,
.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-default.bullets-bullets.popup-gallery.with-filter .filter-buttons + .swiper-container + .pt-swiper-arrows + .pt-swiper-pagination,
.pt-testimonials.layout-carousel.style-3 + .pt-swiper-pagination,
.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-together.bullets-bullets.popup-gallery.with-filter .filter-buttons + .swiper-container + .pt-swiper-arrows + .pt-swiper-pagination {
  display: none;
}

.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-2.arrows-together.bullets-bullets.popup-gallery.with-filter .pt-swiper-pagination {
  display: none;
}
.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-2.arrows-together.bullets-bullets.popup-gallery.with-filter .pt-swiper-arrows {
  bottom: -20px;
}
.portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-2.arrows-together.bullets-bullets.popup-gallery.with-filter {
  margin-bottom: 50px;
}


.projects-remain-counter h5 {
  color: #fff;
}

.pt-animation-bg .elementor-widget-image img {
  width: 100%;
}

@media only screen and (min-width: 1920px) {
  .pt-testimonial {max-width: 100%;}
}


@media only screen and (max-width: 1366px) {
  .pt-slider-thumb {
    height: 180px;
  }
  .pt-animation-bg {
    bottom: -94px;
  }
  .pt-slider-layout1 {
    margin-bottom: 160px;
  }
  .pt-animation-bg {bottom: 10vh;}
  .pt-animation-bg.v2 {bottom: 3vh; }
  .pt-animation-bg.v3 {bottom: -5vh;}
  .pt-animation-bg.v4 {bottom: -10vh;}
  .pt-animation-bg.ft {bottom: auto;top: -7vh;}
  .pt-animation-bg.pager-bg {
      bottom: 2.5vh;
  }
  .pager-section {
    margin-bottom: 100px !important;
  }
  .pt-animation-bg.pager-bg2 {
    bottom: -9vh;
  }
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 1;
}



@media only screen and (max-width: 1920px) {
  .pt-slider-layout2 .pt-slide-content {margin-top: -120px;}
  .pt-slider-layout2 .slider-nav {padding-bottom: 0;}
}


@media only screen and (max-width: 1800px) {
  .pt-slider-layout2 .slider-nav .pt-slide {min-width: auto !important;}
}

@media only screen and (max-width: 1200px) {
  .pt-slider-thumbs + .social-block {display: none;}
}

@media only screen and (max-width: 1024px) {
  .pt-slider .pt-slide-content .pt-banner-text {margin-top: -80px;}
  .pt-slider-thumb {width: 100%;}
  .pt-counters {justify-content: unset;}
  .pt-counters .elementor-counter:after {right: -36px;}
  .pt-slider .pt-slide-content .pt-banner-text {margin-top: 0;}
  .portfolio-block.filter-block.gap-off.portfolio-type-grid.portfolio-layout-1.hover-default.popup-gallery.orientation-portrait.with-filter .portfolio-item {margin: 0;}
  .pt-icon-box-items.layout-grid.position-before-content.shape-default .pt-icon-box {margin-bottom: 50px;}
  .pt-icon-box-items.layout-grid.position-before-content.shape-default {margin-bottom: 0;}
  .portfolio-block.filter-block.gap-off.portfolio-type-grid.portfolio-layout-1.hover-default.popup-gallery.orientation-portrait.with-filter {margin-bottom: 50px;}
  footer input[type="email"] {width: 58%;}
  .pt-timelines {margin-left: 10px;}
  .pt-banner.pt-banner-gallery .pt-banner-text {max-width: 550px;}
  .blog-items.row.blog-classic.style-.isotope .col-lg-5 {max-width: 100%; flex: 0 0 100%; }
  .arrows-together .pt-swiper-arrows {left: 0 !important;}
  .portfolio-block.filter-block.gap-on.portfolio-type-scattered-2.portfolio-.hover-default.popup-gallery.with-filter {padding: 0 15px;}
  .portfolio-block.portfolio-carousel-block.filter-block.portfolio-carousel-layout-2.arrows-together.bullets-bullets.popup-gallery.with-filter {padding: 0 15px;}
  .pt-banner-coverflow .social-block {right: 15px;}
  .slider-nav + .social-block {left: auto;right: 30px;}
  .slider-nav {right: 0;width: 100%;padding: 0 15px;}
  .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {line-height: 22px;margin-bottom: 10px;}
  .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {margin-top: -8px;}
  .single-counter-left {background: #f0f1f5 !important;}
  .pt-counters .elementor-counter {margin-right: 70px;}
  .pt-icon-box-items.layout-carousel + .pt-swiper-pagination,
  .pt-services.layout-custom.style-text-on-hover + .pt-swiper-pagination,
  .pt-services-category.layout-carousel + .pt-swiper-pagination,
  .portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-default.bullets-bullets.popup-gallery.with-filter .filter-buttons + .swiper-container + .pt-swiper-arrows + .pt-swiper-pagination,
  .pt-testimonials.layout-carousel.style-3 + .pt-swiper-pagination,
  .portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-together.bullets-bullets.popup-gallery.with-filter .filter-buttons + .swiper-container + .pt-swiper-arrows + .pt-swiper-pagination {display: flex;}
  .portfolio-block.portfolio-carousel-block.filter-block.portfolio-type-carousel.portfolio-carousel-layout-1.arrows-together.bullets-bullets.popup-gallery.with-filter .pt-swiper-arrows {display: none;}
  .pt-animation-bg {bottom: 6vh;}
  .pt-slider-layout1 {margin-bottom: 100px;}
}

@media only screen and (max-width: 767px) {
  .pt-services.layout-carousel.style-default .pt-service-button.pt-button.textual {position: static;}
  .pt-counters {margin-bottom: 0;}
  .pt-service-list-title {font-size: 20px;line-height: 28px;}
  br {display: none;}
  .blog-items.row.blog-classic.style-.isotope .col-lg-5 {max-width: 100%;flex: 0 0 100%;}
  .pt-slider-layout2 .slider-nav .slick-prev {margin-left: -100px;}
  .pt-slider-layout2 .slider-nav .slick-next {margin-right: -120px;}
  .elementor-counter .elementor-counter-number-suffix {margin-left: 0;}
  .pt-counters .elementor-counter {margin-bottom: 40px;}
  .single-counter-left .elementor-counter {margin-bottom: 30px;}
  .slider-nav + .social-block li {display: inline-block;margin-right: 10px;}
  .slider-nav + .social-block li:last-child {margin-right: 0;}
  .slider-nav + .social-block {right: auto;left: 10px;top: 250px;}
  .pt-service-list-content {padding: 0 0 0 30px;}
  .pt-service-list::before {width: 10px;}
  .pt-icon-box-items.layout-carousel.position-top.shape-default + .pt-swiper-pagination {margin-top: 30px; margin-bottom: 40px; }
  .pt-slider-layout1 {margin-bottom: 50px;}
}


@media only screen and (max-width: 576px) {
  .pt-slider-layout2 .pt-slide-text br {display: none;}
  .arrows-together .pt-swiper-arrows {left: 0 !important;}
  .blog-items.row.blog-classic.style-.isotope .col-lg-7 .blog-item .wrap .entry-media + .entry-caption {width: 100%;padding-left: 0;margin-top: 30px;}
  .portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery article.portfolio-item.category-11.popup-item + article.portfolio-item.category-11.popup-item,
  .portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.hover-default.popup-gallery article.portfolio-item.category-11.popup-item + article.portfolio-item.category-11.popup-item + article.portfolio-item.category-12.popup-item {max-width: 100%;flex: 0 0 100%;}
  .nav-tabs {display: block;padding: 0;}
  .nav-tabs li {width: 100%;max-width: 100%;margin-bottom: 20px;}
  .blog-items.row.blog-classic.style-.isotope .col-lg-7 .blog-item .wrap .entry-media {width: 100%;}
  .pt-banner-coverflow .social-block li {margin-right: 6px;}
  footer .pt-icon-box-items.layout-grid.position-before-content.shape-circle {display: block;}
  .slider-nav .pt-slide {margin-right: 0;}
}

@media only screen and (max-width: 480px) {
  .pt-icon-box-items.layout-zigzag.position-top.shape-default {display: block;margin-bottom: -60px;}
  .pt-icon-box {position: static !important;margin-bottom: 50px;}
  .swiper-pagination-progressbar {width: 110px;}
  .pt-brands.pt-brands-layout-default.pt-brands-grid {display: block;}
  .pt-counters .elementor-counter::after {display: none;}
  .slider-nav {bottom: 5vh;}
  .pt-slider-layout2 .slider-nav {bottom: 13vh;}
  .pt-service-list .pt-service-button.pt-button.textual {min-width: 52px;}
  .pt-service-list-title {font-size: 16px;line-height: 24px;}
  .pt-icon-box-items.position-before-content .pt-icon-box {position: relative !important;}
  .pt-icon-box-items.layout-carousel.position-top.shape-default + .pt-swiper-pagination {margin-top: -10px;}
  .pt-icon-box-items.layout-carousel.position-top.shape-square {margin-bottom: -30px;}
  .pt-banner-coverflow .banner-controls {bottom:45px;}
}

.portfolio-block.filter-block.gap-on.portfolio-type-combined-masonry.portfolio-.hover-default.popup-gallery .img {
    border-radius: 0;
}