/*
Template: theme_xxxx - theme_xxxx WordPress Theme
Author: peacefulqode.co.in
Version: 1.0
Design and Developed by: Peacefulqode

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Flaticon
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Social Media Icons Share
==> Home Blog
==> Error
==> Header
==> Sidebar Menu
==> Breadcrumb
==> Footer
==> Footer Subscribe
==> Section Title
==> isotope Portfolio
==> Porfolio Box
==> Fancy Box
==> Quote From
==> Team
==> Video Popup
==> Tabs
==> Testimonial
==> Process Step
==> Progressbar
==> Client
==> Social Sharebox
==> Advance Tab
==> Counter
==> Banner
==> Process Step
==> KeyFrames
==> Swiper Pagination
==> From
==> FAQ
==> Circle Progress
==> Awardbox
==> Domain check
==> pricebox
==> chartdiv
==> Domainbox
==> Table

======================================
[ End table content ]
======================================*/

/*================================================
Moz Selectio
================================================*/
:root {
     --primary-color: #fd5a1e;
     --dark-color: #1F1E1D;
     --secondary-color: #888;
     --grey-color: #f5f5f5;
     --white-color: #ffffff;
     --body-fonts: 'Jost', sans-serif;
     --title-fonts: 'Jost', sans-serif;
     --pt-border-radius: 15px;
     --small-border-radius: 5px;
     --round-border-radius: 100%;
     --transition: all .5s ease-in-out;
     --primary-rgba: 253, 90, 30;
     --dark-rgba: 42, 46, 54;
     --secondary-rgba: 31, 30, 29;
     --white-rgba: 255, 255, 255;
     --star-color: #FFC700;

}

::-moz-selection {
     text-shadow: none;
     background: var(--primary-color);
     color: #fff;
}

::-moz-selection {
     text-shadow: none;
     background: var(--primary-color);
     color: #fff;
}

::selection {
     text-shadow: none;
     background: var(--primary-color);
     color: #fff;
}

/*================================================
General
================================================*/
body {
     background: var(--white-color);
     font-family: var(--body-fonts);
     font-size: 18px;
     line-height: 1.6;
     font-style: normal;
     font-weight: normal;
     color: var(--secondary-color);
     overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-style: normal;
     font-weight: 400;
     margin: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: inherit;
}

/* h1 {
     font-size: 40px;
     font-style: normal;
     line-height: 48px;
}

h2 {
     font-size: 36px;
     font-style: normal;
     line-height: 44px;
}

h3 {
     font-size: 32px;
     font-style: normal;
     line-height: 40px;
}

h4 {
     font-size: 28px;
     font-style: normal;
     line-height: 36px;
}

h5 {
     font-size: 24px;
     font-style: normal;
     line-height: 32px;
}

h6 {
     font-size: 20px;
     font-style: normal;
     line-height: 28px;
} */

h1 {
     font-size: clamp(2.25rem, 1.5rem + 2vw, 3.5rem);
     /* 36px â†’ 56px */
     line-height: 1.25;
     /* ~72px (multiple of 8) */
     ;
}

h2 {
     font-size: clamp(2rem, 1.3rem + 1.8vw, 3rem);
     /* 32px â†’ 48px */
     line-height: 1.25;
     /* ~56px (multiple of 8) */
     ;
}

h3 {
     font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem);
     /* 28px â†’ 40px */
     line-height: 1.3;
     /* ~48px (multiple of 8) */
     ;
}

h4 {
     font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem);
     /* 24px â†’ 32px */
     line-height: 1.35;
     /* ~40px (multiple of 8) */
     ;
}

h5 {
     font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.75rem);
     /* 20px â†’ 28px */
     line-height: 1.4;
     /* ~32px (multiple of 8) */
     ;
}

h6 {
     font-size: clamp(1.25rem, 0.8rem + 1vw, 1.5rem);
     /* 16px â†’ 24px */
     line-height: 1.5;
     /* ~24px/32px (fits grid) */
     ;
}

/*===== HTML Tags =====*/
a,
.button {
     color: var(--primary-color);
     outline: none !important;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
     color: var(--primary-color);
     outline: none;
     text-decoration: none !important;
}

p {
     /* margin-bottom: 30px; */
}

img {
     max-width: 100%;
     height: auto;
}

pre {
     background: var(--white-color);
     padding: 15px;
     border: 1px solid var(--grey-color);
}

hr {
     margin: 0;
     padding: 0px;
     border-bottom: 1px solid #e0e0e0;
     border-top: 0px;
}

b,
strong {
     font-weight: 600;
}

/*===== Lists (Nested) =====*/
ol,
ul {
     padding-left: 25px;
     margin-bottom: 1em;
}

ol li {
     list-style: decimal;
}

ol ol {
     padding-left: 25px;
}

ul li {
     list-style: inherit;
}

/*===== Definition Lists =====*/
dl dd {
     margin-bottom: 15px;
}

dl dd:last-child {
     margin-bottom: 0px;
}

/*===== Table =====*/
table {
     border: 2px solid var(--grey-color);
     width: 100%;
     margin-bottom: 20px;
}

table td,
table th {
     border: 2px solid var(--grey-color);
     padding: 8px;
     text-align: center;
}

/*===== Input Textarea =====*/
input,
input.form-control {
     background: var(--grey-color);
     border: 1px solid var(--grey-color);
     color: var(--dark-color);
     width: 100%;
     float: left;
     font-size: 16px;
     padding: 0 15px;
     height: 54px;
     line-height: 54px;
     outline: none;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
     border-color: var(--primary-color);
     outline: none;
}

input[type="radio"],
input[type="checkbox"] {
     width: auto;
     height: auto;
     float: none;
     margin-right: 5px;
}

textarea {
     background: var(--grey-color);
     border: 1px solid var(--grey-color);
     color: var(--dark-color);
     width: 100%;
     float: left;
     padding: 10px 15px;
     outline: none;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

/*===== Select =====*/
select,
select.form-control {
     border: 1px solid var(--dark-color);
     color: var(--dark-color);
     width: 100%;
     float: left;
     padding: 0 30px 0 15px;
     height: 51px;
     line-height: 48px;
     outline: none;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
     background-repeat: no-repeat;
     background-position: right 16px bottom 50%;
     background-size: 20px 20px;
}

/*===== Container =====*/
.container,
.elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 1400px;
}

.content-area .site-main {
     padding: 110px 0;
     display: inline-block;
     width: 100%;
     overflow: hidden;
     float: left;
}

/*================================================
Loading
================================================*/
/* #pt-loading {
     flex-direction: column;
     justify-content: center;
     align-items: center;
     position: fixed;
     display: flex;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9999;
     width: 100%;
     height: 100%;
     background: var(--white-color);
}

#pt-loading img {
     height: 250px;
} */

/*================================================
Back to Top
================================================*/
.progress-wrap {
     position: fixed;
     right: 30px;
     bottom: 30px;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     border-radius: var(--round-border-radius);
     box-shadow: inset 0 0 0 2px var(--primary-color);
     background: var(--white-color);
     z-index: 10000;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

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

.progress-wrap::after {
     position: absolute;
     font-family: 'themify';
     content: "\e660";
     display: inline-block;
     font-style: normal;
     font-weight: normal !important;
     font-variant: normal;
     text-transform: none;
     vertical-align: -.125em;
     -webkit-font-smoothing: antialiased;
     text-align: center;
     line-height: 55px;
     font-size: 24px;
     color: var(--dark-color);
     left: 0;
     top: 0;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     z-index: 1;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

.progress-wrap:hover::after {
     color: var(--dark-color);
}

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

.progress-wrap svg.progress-circle path {
     stroke: var(--primary-color);
     stroke-width: 4;
     box-sizing: border-box;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

/*================================================
WordPress Core
================================================*/
.alignnone {
     margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
     display: block;
     margin: 5px auto 15px auto;
}

.alignright {
     float: right;
     margin: 5px 0 20px 20px;
}

.alignleft {
     float: left;
     margin: 5px 20px 20px 0;
}

a img.alignright {
     float: right;
     margin: 5px 0 20px 20px;
}

a img.alignnone {
     margin: 5px 20px 20px 0;
}

a img.alignleft {
     float: left;
     margin: 5px 20px 20px 0;
}

a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}

.wp-caption {
     background: #fff;
     border: 1px solid var(--grey-color);
     max-width: 96%;
     padding: 5px;
     text-align: center;
}

.wp-caption.alignnone {
     margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
     margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
     margin: 5px 0 20px 20px;
}

.wp-caption img {
     border: 0 none;
     height: auto;
     margin: 0;
     max-width: 98.5%;
     padding: 0;
     width: auto;
}

.wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 17px;
     margin: 0;
     padding: 0 4px 5px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
     font-size: 14px;
     line-height: 1.6;
     margin: 0;
     padding: 0.5rem;
     text-align: center;
}

.wp-block-gallery figcaption.blocks-gallery-caption {
     margin-bottom: 10px;
}

.bypostauthor {
     display: block;
}

.wp-caption-text {
     font-size: 14px;
     margin: 4px 0 0;
     line-height: normal;
}

/*===== Text meant only for screen readers =====*/
.screen-reader-text {
     clip: rect(1px, 1px, 1px, 1px);
     position: absolute !important;
     white-space: nowrap;
     height: 0px;
     width: 1px;
     overflow: hidden;
}

.screen-reader-text:focus {
     background-color: var(--grey-color);
     border-radius: 3px;
     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     clip: auto !important;
     color: #21759b;
     display: block;
     font-size: 14px;
     font-size: 0.875rem;
     font-weight: 600;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
}

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"] {
     padding: 10px 45px;
     font-family: var(--title-fonts);
     font-size: 18px;
     background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 51%, var(--blue-color) 100%);
     background-size: 200% auto;
     color: var(--white-color);
     text-transform: capitalize;
     color: var(--white-color);
     display: inline-block;
     border: none;
     width: auto;
     height: auto;
     line-height: 2;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
     background-position: right center;
     color: var(--white-color);
}

.pt-button {
     position: relative;
     width: auto;
     background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 51%, var(--blue-color) 100%);
     background-size: 200% auto;
     color: var(--white-color);
     font-family: var(--title-fonts);
     font-size: 18px;
     padding: 13px 35px;
     line-height: 2;
     vertical-align: middle;
     border: none;
     display: inline-block;
     overflow: hidden;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-transform: capitalize;
}

.pt-button span {
     z-index: 9;
     position: relative;
}

.pt-button:hover,
.pt-button:focus {
     color: var(--white-color);
     background-position: right center;
}

/*===== Button link =====*/
.pt-button.pt-button-link {
     padding: 0;
     background: transparent;
     color: var(--primary-color);
     transition: var(--transition);
     font-size: 18px;
}

.pt-button.pt-button-link:hover {
     color: var(--dark-color);
}

/*===== Button outline =====*/
.pt-button.pt-button-outline {
     background: transparent;
     border: 1px solid var(--primary-color);
     color: var(--primary-color);
     transition: var(--transition);
     border-radius: 30px;
     font-size: 18px;
     line-height: inherit;
     z-index: 9;
}

.pt-button.pt-button-outline .pt-circle {
     display: none;
}

.pt-button.pt-button-outline:hover {
     color: var(--dark-color);
     border: 1px solid var(--dark-color)
}

/*===== Button Flat =====*/
.pt-button-container .pt-button.pt-button-flat,
.pt-loadmore-button .pt-button.pt-button-flat {
     text-decoration: none;
     color: var(--white-color);
     background-color: var(--primary-color);
     border-radius: 900px;
     padding: 15px 50px 15px 40px;
     overflow: hidden;
     position: relative;
     z-index: 2;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
     font-family: var(--body-fonts);
     transition: var(--transition);
}

.pt-button-container .pt-button.pt-button-flat .pt-circle,
.pt-loadmore-button .pt-button.pt-button-flat .pt-circle {
     height: 40px;
     width: 40px;
     background-color: var(--dark-color);
     display: inline-block;
     border-radius: 100%;
     position: absolute;
     bottom: -15px;
     right: -2px;
     transition: var(--transition);
     z-index: -1;
}

.pt-button-container .pt-button.pt-button-flat:hover .pt-circle,
.pt-loadmore-button .pt-button.pt-button-flat:hover .pt-circle {
     scale: 10;
     right: 20%;
}

.pt-button-container .pt-button.pt-button-flat:hover,
.pt-loadmore-button .pt-button.pt-button-flat:hover .pt-circle {
     color: var(--white-color);
}

/* .pt-large-button .pt-button-container .pt-button.pt-button-flat,
.pt-loadmore-button .pt-button.pt-button-flat {
     text-decoration: none;
     border-radius: 900px;
     height: 150px;
     width: 150px;
     overflow: hidden;
     position: relative;
     padding: 0;
     z-index: 2;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
     font-family: var(--body-fonts);
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
}

.pt-large-button .pt-button-container .pt-button.pt-button-flat .pt-circle,
.pt-loadmore-button .pt-button.pt-button-flat .pt-circle {
     height: 55px;
     width: 55px;
     display: inline-block;
     border-radius: 100%;
     position: absolute;
     bottom: -15px;
     right: 5%;
     z-index: -1;
}

.pt-large-button .pt-button-container .pt-button.pt-button-flat:hover .pt-circle,
.pt-loadmore-button .pt-button.pt-button-flat:hover .pt-circle {
     scale: 15;
     right: 20%;
} */

/*===== button round =====*/
.pt-button-round {
     text-decoration: none;
     border-radius: 900px;
     height: 150px;
     width: 150px;
     overflow: hidden;
     position: relative;
     padding: 0;
     z-index: 2;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
     font-family: var(--body-fonts);
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     background-color: var(--primary-color);
}

.pt-button.pt-button-round .pt-circle {
     height: 55px;
     width: 55px;
     display: inline-block;
     border-radius: 100%;
     position: absolute;
     bottom: -15px;
     right: 5%;
     z-index: -1;
     background-color: var(--dark-color);
     transition: var(--transition);
}

.pt-button.pt-button-round:hover .pt-circle {
     scale: 15;
     right: 20%;
     background-color: var(--dark-color);
}

.dark-section .pt-button.pt-button-flat .pt-circle {
     background: var(--white-color);
}

.pt-button .pt-button-text {
     transition: var(--transition);
}

.dark-section .pt-button.pt-button-flat:hover .pt-button-text {
     color: var(--dark-color);
}

.dark-section .pt-button.pt-button-round:hover .pt-button-text {
     color: var(--dark-color);
}

.dark-section .pt-button.pt-button-round .pt-circle {
     background: var(--white-color);
}

@media (max-width:767px) {
     .pt-button-round {
          height: 120px;
          width: 120px;
     }

     .pt-button.pt-button-round .pt-circle {
          bottom: -32px;
          right: 5%;
     }
}

/*===== button rounded icon =====*/
.pt-button-rounded {
     background-color: var(--primary-color);
     color: var(--white-color);
     height: 100px;
     width: 100px;
     align-items: center;
     justify-content: center;
     display: flex;
     border-radius: var(--round-border-radius);
}

.pt-button-rounded i {
     font-size: 36px;
     margin-top: 15px;
     line-height: normal;
     margin-top: 10px;
     margin-right: 10px;
}

/*================================================
Section Title
================================================*/

.pt-section-title .pt-subtitle {
     color: var(--primary-color);
     text-transform: uppercase;
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 0.04em;
     margin-bottom: 5px;
}

.pt-section-title .pt-title-heading .pt-primary-text {
     color: var(--primary-color);
}

.pt-letter-scroll-reveal .pt-reveal-char {
     display: inline-block;
     opacity: 0;
     transform: translateY(40px) rotateX(-45deg);
     transform-origin: center bottom;
     transition:
          opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
          transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
          filter 0.3s ease;
     filter: blur(4px);
     will-change: opacity, transform, filter;
}

.pt-letter-scroll-reveal.pt-scroll-active .pt-reveal-char {
     opacity: 1;
     transform: translateY(0) rotateX(0deg);
     filter: blur(0px);
}

.pt-subtitle {
     opacity: 0;
     transform: translateY(20px);
     transition:
          opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
          transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.pt-scroll-active~.pt-title .pt-subtitle,
.pt-title:has(.pt-scroll-active) .pt-subtitle {
     opacity: 1;
     transform: translateY(0);
}

.pt-reveal-word {
     display: inline-block;
     white-space: nowrap;
}

.pt-primary-text .pt-reveal-char {
     color: var(--primary-color);
}

@media (prefers-reduced-motion: reduce) {

     .pt-letter-scroll-reveal .pt-reveal-char,
     .pt-subtitle {
          opacity: 1;
          transform: none;
          filter: none;
          transition: none;
     }
}

.pt-primary-text .pt-reveal-char {
     text-shadow: 0 0 0 transparent;
     transition:
          opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
          transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
          filter 0.3s ease,
          text-shadow 0.3s ease 0.4s;
}

.pt-letter-scroll-reveal.pt-scroll-active .pt-primary-text .pt-reveal-char {
     text-shadow: 0 0 20px rgba(0, 123, 255, 0.15);
}

/* .pt-section-title.text-center {
     margin-bottom: 60px;
     padding: 0 6.5rem;
} */

/* @media (max-width: 1023px) {

     .pt-section-title .pt-title .pt-title-subtitle span {
          margin-bottom: 15px;
     }

     .pt-section-title.text-center {
          margin-bottom: 45px;
          padding: 0 0;
     }

     .pt-section-title .pt-title .pt-title-heading {
          font-size: 44px;
          line-height: 52px;
     }
}

@media (max-width: 767px) {

     .pt-section-title.text-center {
          margin-bottom: 30px;
     }

     .pt-section-title .pt-title .pt-title-heading {
          font-size: 32px;
          line-height: 40px;
     }

     .pt-section-title .pt-subtitle {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 5px;
     }8
}

@media (max-width:479px) {
     .pt-section-title .pt-title .pt-title-heading {
          font-size: 28px;
          line-height: 36px;
     }
} */

/*================================================
 Marquee
================================================*/
.pt-img-marquee-main.scroll .pt-marquee-top {
     transform: rotate(355deg) translate(0, 50%);
     z-index: 2;
     position: relative;
}

.pt-img-marquee-main .pt-img-marquee.top {
     overflow: hidden;
     white-space: nowrap;
     display: flex;
     gap: 45px;
     width: max-content;
     transform: translateX(-5%);
}

.pt-img-marquee-main .pt-img-marquee ul {
     display: inline-flex;
     gap: 0px;
     margin-bottom: 0;
     padding: 0;
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li {
     display: inline-flex;
     gap: 45px;
     position: relative;
     align-items: center;
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li i {
     font-size: 24px;
     line-height: 1;
     color: var(--white-color);
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
     color: var(--dark-color);
     font-size: 90px;
     line-height: 98px;
     text-transform: uppercase;
}

.pt-dark-section .pt-marquee-top.pt-scroll-marquee .pt-marquee-title {
     color: var(--white-color) !important;
}

@media (max-width:1023px) {
     .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
          font-size: 72px;
          line-height: 80px;
     }
}

@media (max-width:767px) {
     .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
          font-size: 56px;
          line-height: 64px;
     }
}


/*===================   Image Marquee   =====================*/

.pt-img-marquee-main {
     position: relative;
}

/* #client-marquee .pt-img-marquee-main.left-marquee .pt-img-marquee,
#client-marquee .pt-img-marquee-main.right-marquee .pt-img-marquee {
     width: 300%;
     position: absolute;
     animation: imagemarqueeLeft 30s linear infinite;
     top: 50%;
     transform: translateY(-50%);
     overflow: hidden;
     white-space: nowrap;
     display: flex;
}

#client-marquee .pt-img-marquee-main.right-marquee .pt-img-marquee {
     animation: imagemarqueeright 30s linear infinite;
     left: inherit;
}

.pt-img-marquee ul {
     display: inline-block;
     margin-right: 10px;
}

.marquee-img-content-items {
     padding: 0;
     margin: 0;
}

.marquee-img-content-items li {
     display: inline-flex;
     margin-right: 5px;
     position: relative;
}

.marquee-img-content-items li img {
     width: 100%;
}

.marquee-img-content-items li:last-child {
     margin-right: 0;
} */


@keyframes imagemarqueeLeft {
     0% {
          left: -30%;
     }

     100% {
          left: -100%;
     }
}

@keyframes imagemarqueeright {
     0% {

          left: -100%;
     }

     100% {
          left: -30%;
     }
}

/* @media(max-width:767px) {
     .pt-img-marquee-main {
          height: 60px;
     }

     .pt-img-marquee {
          width: 340%;
          height: 60px;
          animation: marqueeLeft 20s linear infinite;

     }
} */

/*===================   client Marquee   =====================*/
#client-marquee.pt-imagemarqueeleft .pt-img-marquee-main .pt-img-marquee,
#client-marquee.pt-imagemarqueeright .pt-img-marquee-main .pt-img-marquee {
     width: 300%;
     position: absolute;
     animation: imagemarqueeLeft 30s linear infinite;
     top: 50%;
     transform: translateY(-50%);
     overflow: hidden;
     white-space: nowrap;
     display: flex;
}

#client-marquee.pt-imagemarqueeright .pt-img-marquee-main .pt-img-marquee {
     animation: imagemarqueeright 30s linear infinite;
     left: inherit;
}

#client-marquee .pt-img-marquee .marquee-img-content-items li {
     padding: 45px;
     background-color: var(--grey-color);
     border-radius: 15px;
     height: 160px;
     width: 300px;
     justify-content: center;
}

#client-marquee .pt-img-marquee .marquee-img-content-items li img {
     width: auto;

}

#client-marquee .pt-img-marquee-main .pt-img-marquee ul {
     gap: 30px;
}

#client-marquee .pt-img-marquee-main {
     height: 160px;
}

@media(max-width:767px) {

     #client-marquee .pt-img-marquee .marquee-img-content-items li {
          width: 250px;
          padding: 20px;
     }

     #client-marquee.pt-imagemarqueeleft .pt-img-marquee {
          animation: imagemarqueeLeft 20s linear infinite;
     }

     #client-marquee.pt-imagemarqueeright .pt-img-marquee {
          animation: imagemarqueeright 20s linear infinite !important;
     }

}

@media(max-width:479px) {
     #client-marquee .pt-img-marquee-main .pt-img-marquee ul {
          gap: 15px;
          height: 160px;
     }

     #client-marquee .pt-img-marquee-main,
     #client-marquee .pt-img-marquee {
          height: 160px;
     }
}

.pt-client-marquee-wrapper {
     position: relative;
     z-index: 1;
}

.pt-client-marquee-wrapper::before {
     content: "";
     height: 100%;
     width: 100%;
     background: linear-gradient(90deg,
               rgba(255, 255, 255, 1) 0%,
               rgba(255, 255, 255, 0) 30%,
               rgba(255, 255, 255, 0) 70%,
               rgba(255, 255, 255, 1) 100%);
     z-index: 3;
}

/*================================================
     Blog Post
================================================*/
.single-post .pt-blog-post,
.pt-blog .owl-carousel .pt-blog-post {
     margin-bottom: 0;
}

/*===== Blog Image =====*/
.pt-blog-post .pt-post-media {
     overflow: hidden;
     position: relative;
     border-radius: var(--pt-border-radius);
}

.pt-blog-post .pt-post-media img {
     transition: var(--transition);
     border-radius: 15px 15px 0px 0px;
     -webkit-transition: var(--transition);
     width: 100%;
}

.pt-blog-post:hover .pt-post-media img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-blog-post .pt-post-media .pt-post-date {
     position: absolute;
     left: 30px;
     bottom: 30px;
     background: var(--primary-color);
     padding: 5px 10px;
     border-radius: var(--small-border-radius);
     color: var(--white-color);
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     border-radius: var(--small-border-radius);
     text-transform: uppercase;
     transition: var(--transition);
}

.pt-blog-post .pt-post-media .pt-post-date a {
     color: var(--white-color);
     font-size: 14px;
     line-height: 22px;
}

@media (max-width:397px) {
     .pt-blog-post .pt-post-media .pt-post-date {
          left: 15px;
          bottom: 15px;
     }

}

/*===== Blog Meta =====*/
.pt-blog-post .pt-post-meta {
     margin-bottom: 10px;
}

.pt-blog-post .pt-post-meta ul {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
}

.pt-blog-post .pt-post-meta ul li {
     display: inline-block;
     text-align: center;
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
}

.pt-blog-post .pt-post-meta ul li:last-child {
     margin-right: 0;
}

.pt-blog-post .pt-blog-contain .pt-post-meta i {
     display: none;
}

.pt-blog-post .pt-blog-contain .pt-post-meta .pt-post-date a {
     color: var(--secondary-color);
     transition: var(--transition);
}

.pt-blog-post .pt-blog-contain .pt-post-meta ul li.pt-post-meta {
     display: none;
}

.pt-blog-post .pt-blog-contain .pt-post-meta .pt-post-date:hover {
     color: var(--primary-color);
}

/*===== Blog contain =====*/
.pt-blog-post .pt-blog-contain {
     padding: 30px 0px;
     border-radius: 0 0 15px 15px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.pt-blog-post .pt-blog-contain .pt-button-container {
     margin-top: 30px;
}

blockquote {
     background: var(--white-color);
     padding: 15px 30px;
     border: 1px solid var(--grey-color);
     border-radius: 0;
     border-left: 5px solid var(--primary-color);
     margin-bottom: 30px;
     color: var(--dark-color);
}

blockquote cite {
     font-family: var(--title-fonts);
     color: var(--primary-color);
     text-transform: uppercase;
     font-weight: 600;
     font-style: italic;
     display: inline-block;
     margin-top: 15px;
}

blockquote strong {
     font-family: var(--title-fonts);
     color: var(--primary-color);
     font-style: italic;
     font-weight: 600;
}

.pt-blog-post .pt-blog-contain blockquote p {
     margin-bottom: 0;
}


@media(max-width:479px) {
     .pt-blog-post .pt-blog-contain .pt-blog-title {
          font-size: 24px;
          line-height: 32px;
     }

     .pt-blog-post .pt-blog-contain {
          padding: 20px 0px 30px;
     }

}

/*===== Blog 1 Column =====*/
.pt-blog.pt-blog-col-1 {
     display: grid;
     grid-template-columns: 1fr;
     gap: 45px 30px;
}

.pt-blog.pt-blog-col-1 .pt-blog-post {
     margin-bottom: 0;
}

.pt-blog.pt-blog-col-1 .pt-blog-contain {
     padding: 0;
     margin-top: 30px;
}


/*===== Blog 2 Column =====*/
.pt-blog {
     margin: auto;
}

.pt-blog.pt-blog-col-2 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px !important;
}

.pt-blog.pt-blog-col-2 .pt-blog-post {
     margin-bottom: 0px;
}

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-blog-title:hover a {
     color: var(--dark-color);
}

.pt-blog.pt-blog-col-2 .pt-blog-post:hover .pt-post-date {
     background-color: var(--dark-color);
}

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-blog-contain {
     padding: 30px 0 0;
}

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-blog-contain .pt-blog-title {
     line-clamp: 1;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -webkit-box;
     white-space: nowrap;
}

/* .pt-blog.pt-blog-col-2 .pt-blog-post:nth-child(3) {
     transform: translateY(-60px);
} */

@media(max-width:1023px) {
     .pt-blog.pt-blog-col-2 {
          gap: 45px !important;
     }

     /* .pt-blog.pt-blog-col-2 .pt-blog-post:nth-child(3) {
     transform: translateY(-90px);
     } */
}

@media(max-width:767px) {
     .pt-blog.pt-blog-col-2 {
          grid-template-columns: 1fr;
     }

     .pt-blog.pt-blog-col-2 .pt-post-contain .pt-post-title {
          font-size: 24px;
          line-height: 32px;
     }

     .pt-blog-post .pt-blog-contain .pt-button-container {
          margin-top: 20px;
     }
}

@media(max-width:479px) {}

/*===== Blog 3 Column =====*/
.pt-blog.pt-blog-col-3 {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 30px 30px !important;
     row-gap: 0;
}

.pt-blog.pt-blog-col-3 .pt-blog-post .pt-blog-contain {
     margin-bottom: 0;
}

@media(max-width:1023px) {
     .pt-blog.pt-blog-col-3 {
          grid-template-columns: 1fr 1fr;
     }

}

@media(max-width:767px) {
     .pt-blog.pt-blog-col-3 {
          grid-template-columns: 1fr;
     }

}

/*===== Blog-list =====*/
.pt-blog-post.pt-list {
     position: relative;
     display: grid;
     grid-template-columns: 1fr 2fr;
     align-items: center;
     padding: 30px;
     -webkit-border-radius: var(--pt-border-radius);
     -moz-border-radius: var(--pt-border-radius);
     border-radius: var(--pt-border-radius);
     gap: 30px;
     background-color: var(--grey-color);
     border: 1px solid transparent;
     transition: var(--transition);
     margin-bottom: 30px;
}

.pt-blog-post.pt-list:last-child {
     margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-post-media img {
     height: 150px;
     object-fit: cover;
}

.pt-blog-post.pt-list .pt-post-media {
     border-radius: var(--pt-border-radius);
}

.pt-blog-post.pt-list .pt-blog-contain {
     padding: 0;
     background-color: none;
     margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-blog-contain .pt-blog-title {
     font-size: 24px;
     line-height: 32px;
     transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-blog-contain .pt-blog-title {
     color: var(--primary-color);
}

.pt-blog-post.pt-list .pt-button-container {
     margin-top: 0;
}

.pt-blog-post.pt-list .pt-button {
     position: absolute;
     top: 20px;
     right: 30px;
     transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-button {
     transform: rotate(-32deg);
     background: var(--primary-color);
}

@media(max-width:1279px) {
     .pt-blog-post.pt-list .pt-button {
          position: relative;
          top: inherit;
          right: inherit;
     }

}

@media(max-width:1023px) {
     .pt-blog-post.pt-list .pt-button {
          position: absolute;
          top: 20px;
          right: 30px;
     }

}

@media(max-width:767px) {
     .pt-blog-post.pt-list .pt-button {
          position: relative;
          top: inherit;
          right: inherit;
          margin-top: 20px;
     }

}

@media(max-width:479px) {
     .pt-blog-post.pt-list {
          display: block;
          padding: 0;
     }

     .pt-blog-post.pt-list .pt-post-media img {
          height: 100%;
     }

     .pt-blog-post.pt-list .pt-blog-contain {
          padding: 15px;
     }

}

/*===== single Post css =====*/
.single-post .pt-blog-post {
     margin-bottom: 0;
}

.pt-blog-post {
     display: inline-block;
     width: 100%;
     float: left;
     overflow: hidden;
     border-radius: var(--pt-border-radius);
}

.pt-single-post-bottom-holder {
     margin: 45px 0;
     padding: 15px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     border-bottom: 1px solid var(--primary-color);
     border-top: 1px solid var(--primary-color);
}

.pt-single-post-bottom-holder .pt-single-post-tags {
     display: flex;
     align-items: center;
}

.pt-single-post-bottom-holder .pt-single-post-tags-title {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 600;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: inline-block;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
     margin: 0 0 0 8px;
     padding: 0;
     list-style: none;
     display: inline-block;
     vertical-align: middle;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
     font-size: 18px;
     letter-spacing: 1px;
     text-transform: uppercase;
     background: var(--grey-color);
     margin: 0;
     display: inline-block;
     float: left;
     color: var(--dark-color);
     padding: 4px 16px;
     border: 1px solid var(--grey-color);
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -webkit-border-radius: var(--round-border-radius);
     -moz-border-radius: var(--round-border-radius);
     border-radius: var(--round-border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a:hover {
     border-color: var(--primary-color);
     background: var(--primary-color);
     color: var(--white-color);
}

/*===== Blog Single Post - Social Media =====*/
.pt-single-post-bottom-holder .pt-single-post-social-title {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 600;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: inline-flex;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li {
     margin: 0 0 0 8px;
     padding: 0;
     list-style: none;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a {
     width: 50px;
     height: 50px;
     background: var(--grey-color);
     color: var(--dark-color);
     display: inline-block;
     text-align: center;
     line-height: 50px;
     -webkit-border-radius: var(--round-border-radius);
     -moz-border-radius: var(--round-border-radius);
     border-radius: var(--round-border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a:hover {
     background: var(--primary-color);
     color: var(--white-color);
}

.pt-single-post-usernav .pt-user {
     background: var(--grey-color);
     padding: 30px;
     display: flex;
     align-items: flex-start;
     -webkit-border-radius: var(--pt-border-radius);
     -moz-border-radius: var(--pt-border-radius);
     border-radius: var(--pt-border-radius);
}

.pt-single-post-usernav .pt-user .pt-user-media {
     margin-right: 30px;
}

.pt-single-post-usernav .pt-user .pt-user-media img {
     width: 180px;
     -webkit-border-radius: var(--pt-border-radius);
     -moz-border-radius: var(--pt-border-radius);
     border-radius: var(--pt-border-radius);
}

.pt-single-post-usernav .pt-user-info .pt-user-title {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 5px;
}

.pt-single-post-usernav .pt-user-info .pt-user-sub-title {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: var(--primary-color);
}

.pt-single-post-usernav .pt-user-description {
     margin-bottom: 0;
     margin-top: 10px;
}

.pt-blog.pt-single-post {
     padding: 0 30px 45px;
}

.pt-blog.pt-single-post h2 {
     margin-bottom: 30px;
     font-size: 28px;
     line-height: 36px;
}

.single-post .owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
     font-size: 22px;
     line-height: 30px;
}

@media(max-width:767px) {
     .pt-single-post-bottom-holder {
          display: block;
     }

     .pt-single-post-social-share {
          margin-bottom: 30px;
     }

     .pt-single-post-usernav .pt-user {
          align-items: flex-start;
          padding: 15px;
     }

     .pt-comment-area .comment-reply-title {
          font-size: 28px;
          line-height: 36px;
     }

}

@media(max-width:479px) {
     .pt-single-post-bottom-holder {
          padding-bottom: 20px;
     }

     .pt-single-post-usernav .pt-user {
          display: block;
     }

     .pt-single-post-usernav .pt-user .pt-user-media img {
          width: 80px;
     }

     .pt-single-post-usernav .pt-user .pt-user-media {
          margin-right: 0;
          margin-bottom: 15px;
     }

     .pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
          margin-bottom: 5px;
     }

}

/*===== Single Project =====*/
.pt-single-post-navigation {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     padding: 45px 30px;
     margin-bottom: 0;
     background: var(--grey-color);
     -webkit-border-radius: var(--pt-border-radius);
     -moz-border-radius: var(--pt-border-radius);
     border-radius: var(--pt-border-radius);
}

.single-post .pt-single-post-navigation {
     margin-bottom: 40px;
     margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav {
     position: relative;
     padding-left: 75px;
     display: inline-block;
     cursor: pointer;
}

.pt-single-post-navigation .pt-single-post-nav:before {
     position: absolute;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-family: "Font Awesome 5 Free";
     font-weight: 600;
     content: "\f053";
     top: 50%;
     transform: translate(0, -50%);
     left: 0;
     font-size: 20px;
     color: var(--white-color);
     background: var(--dark-color);
     text-align: center;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -webkit-border-radius: var(--round-border-radius);
     -moz-border-radius: var(--round-border-radius);
     border-radius: var(--round-border-radius);
}

.pt-single-post-navigation .pt-single-post-nav.pt--next {
     padding-left: 0;
     padding-right: 75px;
     text-align: right;
}

.pt-single-post-navigation .pt-single-post-nav.pt--next:before {
     content: "\f054";
     right: 0;
     left: inherit;
}

.pt-single-post-navigation .pt-single-post-nav-title h4 {
     font-size: 24px;
     line-height: 32px;
}

.pt-single-post-nav-label {
     color: var(--dark-color);
     font-family: var(--body-fonts);
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     transition: var(--transition);
     letter-spacing: 1px;
}

.pt-single-post-navigation+h2+.pt-masonry {
     margin-left: -15px;
     margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav:hover .pt-single-post-nav-label {
     color: var(--primary-color);
}

.pt-single-post-navigation .pt-single-post-nav:hover:before {
     background: var(--primary-color);
}

@media(max-width:767px) {
     .pt-single-post-navigation {
          padding: 45px 15px;
     }

     .pt-single-post-navigation .pt-single-post-nav-title h4 {
          font-size: 20px;
          line-height: 28px;
     }

     .pt-single-post-navigation+h2+.pt-masonry {
          margin-left: 0;
     }

}

@media(max-width:479px) {
     .pt-single-post-navigation {
          display: block;
     }

     .pt-single-post-navigation .pt-single-post-nav.pt--next {
          margin-top: 15px;
          display: block;
     }

}

/*================================================
Blog Sidebar
================================================*/
.sidebar .widget {
     margin-bottom: 30px;
     position: relative;
     padding: 30px;
     background: var(--grey-color);
     -webkit-border-radius: var(--pt-border-radius);
     -moz-border-radius: var(--pt-border-radius);
     border-radius: var(--pt-border-radius);
     display: inline-block;
     width: 100%;
}

.sidebar.widget:last-child {
     margin-bottom: 0;
}

/*===== Widget Title =====*/
.sidebar .widget .wp-block-heading,
.sidebar.widget .widget-title,
.sidebar .widget.widget_block h2 {
     margin-bottom: 15px;
     font-size: 24px;
     line-height: 32px;
}

/*===== Widget List =====*/
.sidebar .widget ul {
     padding: 0;
     margin: 0;
}

.sidebar .widget ul li {
     list-style: none;
}

.sidebar .widget ul li:last-child {
     margin-bottom: 0;
}

.sidebar .widget ul ul.children {
     padding-left: 25px;
}

.sidebar .widget ul li a {
     color: var(--dark-color);
     position: relative;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     text-transform: capitalize;
}

.sidebar .widget ul li a:hover {
     color: var(--primary-color);
     text-decoration: none;
}

/*===== SideBar - Recent Post =====*/
.pt-recent-post {
     display: flex;
     align-items: center;
     margin-bottom: 30px;
}

.pt-recent-post:last-child {
     margin-bottom: 0;
     padding: 0;
}

.pt-recent-post .pt-recent-post-media {
     margin-right: 15px;
}

.pt-recent-post .pt-recent-post-media img {
     width: 90px;
     height: 90px;
     -webkit-border-radius: var(--pt-border-radius);
     -moz-border-radius: var(--pt-border-radius);
     border-radius: var(--pt-border-radius);
}

.pt-recent-post .pt-recent-post-info {
     flex: 1;
     align-self: center;
}

.pt-recent-post .pt-recent-post-info .pt-post-date {
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
     color: var(--primary-color);
}

.pt-recent-post .pt-recent-post-info .pt-post-date i {
     margin-right: 10px;
}

.pt-recent-post .pt-recent-post-info h6 {
     font-size: 20px;
     line-height: 28px;
     margin-bottom: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.pt-recent-post .pt-recent-post-info h6 a:hover {
     color: var(--primary-color);
}

@media(max-width:397px) {
     .pt-recent-post .pt-recent-post-info h6 {
          font-size: 18px;
          line-height: 26px;
     }
}

/*===== SideBar - Search =====*/
.widget .wp-block-image img {
     -webkit-border-radius: var(--pt-border-radius);
     -moz-border-radius: var(--pt-border-radius);
     border-radius: var(--pt-border-radius);
     overflow: hidden;
}

.pt-widget .pt-social-icon li {
     background-color: transparent !important;
}

.pt-widget .pt-social-icon li:hover {
     transform: none;
}

.pt-widget .pt-social-icon li a {
     padding: 0;
     display: inline-block;
     text-align: center;
     fill: var(--white-color);
     background: var(--primary-color);
     color: var(--white-color);
     height: 45px;
     width: 45px;
     line-height: 42px;
     -webkit-border-radius: 90px;
     -moz-border-radius: 90px;
     border-radius: 90px;
     transition: var(--transition);
}

.pt-widget .pt-social-icon li a:hover {
     background: var(--dark-color);
}

@media(max-width:1023px) {
     .widget .wp-block-image img {
          width: 100% !important;
     }
}

/*===== SideBar - Search =====*/
.widget.widget_search {
     background: var(--primary-color);
}

.widget.widget_search .widget-title {
     display: none;
}

.search-form {
     position: relative;
}

.search-form label {
     display: block;
}

.widget.widget_search .search-form .search-field,
.widget.widget_search .wp-block-search__input,
.wp-block-search__input {
     background: var(--white-color);
     border-color: var(--white-color);
     padding: 0 15px;
}

.wp-block-search__input:hover,
.wp-block-search__input:focus {
     background: var(--white-color);
}

.widget.widget_search .search-form .search-field:hover,
.widget.widget_search .wp-block-search__input:hover,
.widget.widget_search .search-form .search-field:focus,
.widget.widget_search .wp-block-search__input:focus {
     border-color: var(--primary-color);
}

.search-submit {
     background: transparent;
     border: none;
     padding: 0;
     font-size: 20px;
     position: absolute;
     text-align: center;
     color: var(--secondary-color);
     line-height: 54px;
     height: 54px;
     width: 54px;
     top: 0;
     right: 0;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.search-submit:before {
     content: "\e610";
     font-family: 'themify';
     font-weight: 600;
}

.search-submit:hover {
     background: transparent;
     color: var(--primary-color);
}

/*===== SideBar - Recent Comments =====*/
.widget.widget_recent_comments #recentcomments li.recentcomments span a,
.widget.widget_recent_comments #recentcomments--1 li.recentcomments span a {
     color: var(--secondary-color);
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:before {
     display: none;
}

.widget.widget_recent_comments li.recentcomments a {
     color: var(--primary-color);
     padding-left: 0;
}

.widget.widget_recent_comments li.recentcomments a:hover {
     color: var(--primary-color);
     text-decoration: underline;
}

/*===== SideBar - Archives dropdown =====*/
.widget_archive select,
.widget_categories select,
.widget select {
     background-color: var(--white-color);
}

.wp-block-archives label {
     display: none;
}

/*=====  SideBar Calendar  =====*/
.widget_calendar table caption {
     padding: 10px 0 10px;
     color: var(--dark-color);
     font-weight: 700;
     caption-side: top;
     text-align: center;
     font-family: var(--title-fonts);
     font-size: 18px;
     letter-spacing: 0.04em;
}

.widget_calendar table#wp-calendar {
     width: 100%;
     text-align: center;
     margin-bottom: 0;
     margin-top: 0;
     background: var(--white-color);
}

.widget_calendar table#wp-calendar caption {
     background: var(--white-color);
}

.wp-block-calendar table#wp-calendar {
     background: var(--white-color);
     margin-bottom: 0;
}

.wp-block-calendar table#wp-calendar th {
     font-weight: 700;
     color: var(--dark-color);
     font-family: var(--title-fonts);
}

.widget_calendar table th {
     background: transparent;
     font-weight: 700;
     color: var(--dark-color);
     font-family: var(--title-fonts);
}

.widget_calendar table tbody {
     color: var(--secondary-color);
}

.widget_calendar table td#today {
     background: var(--primary-color);
     color: var(--white-color);
}

.widget_calendar table td#today a {
     color: var(--white-color);
}

.widget_calendar table th,
.widget_calendar table td {
     padding: 8px;
     text-align: center;
     border: 1px solid var(--grey-color);
}

.widget_calendar a {
     color: var(--dark-color);
     text-decoration: none;
}

.widget_calendar a:hover {
     color: var(--primary-color);
}

.wp-calendar-nav {
     overflow: hidden;
     clear: both;
}

.wp-calendar-nav .wp-calendar-nav-prev {
     width: 50%;
     border: 1px solid var(--grey-color);
     display: inline-block;
     float: left;
     text-align: center;
     border-right: 0;
     padding: 4px;
     border-top: 0;
     color: var(--secondary-color);
     text-decoration: none;
     background: var(--white-color);
}

.wp-calendar-nav .wp-calendar-nav-next {
     width: 50%;
     border: 1px solid var(--grey-color);
     display: inline-block;
     float: left;
     text-align: center;
     padding: 4px;
     border-top: 0;
     color: var(--secondary-color);
     text-decoration: none;
     background: var(--white-color);
}

.wp-calendar-nav .pad {
     display: none;
}

.wp-calendar-nav span a {
     color: var(--secondary-color);
     text-decoration: none;
}

.wp-calendar-nav span a:hover {
     color: var(--primary-color);
}

.pt-blog-contain .wp-block-calendar {
     display: inline-block;
     width: 100%;
     margin-bottom: 30px;
}

.pt-blog-contain .wp-block-calendar caption {
     padding: 10px 0 10px;
     color: var(--dark-color);
     font-weight: 700;
     caption-side: top;
     text-align: center;
     font-family: var(--title-fonts);
     font-size: 18px;
     letter-spacing: 0.04em;
}

/*=====  Latest Comments  =====*/
.wp-block-latest-comments {
     padding: 0;
     margin: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author {
     color: var(--secondary-color);
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
     color: var(--primary-color);
}

/*=====  Block-Gallery  =====*/

.wp-block-gallery.wp-block-gallery-2.wp-block-gallery-2 {
     display: grid;
     gap: 15px;
     grid-template-columns: repeat(3, 1fr);

}

.wp-block-gallery.wp-block-gallery-2 .wp-block-image {
     position: relative;
     overflow: hidden;
     border-radius: var(--pt-border-radius);
}

.wp-block-gallery.wp-block-gallery-2 .wp-block-image img {
     transition: var(--transition);
}

.wp-block-gallery.wp-block-gallery-2 .wp-block-image img:hover {
     transform: scale(1.1);
}

@media(max-width:397px) {
     .wp-block-gallery.wp-block-gallery-2.wp-block-gallery-2 {
          grid-template-columns: repeat(2, 1fr);
     }
}




/*================================================
client box 
================================================*/

/* .pt-client-box.pt-style-1 {
     padding: 45px 30px;
     background-color: var(--grey-color);
     border-radius: var(--pt-border-radius);
     text-align: center;
}

.pt-client-box.pt-style-1 .pt-client-media img {
     height: 75px;
     width: auto;
}

.pt-client-box.pt-style-1 .pt-client-media {
     display: flex;
     justify-content: center;
}

.pt-client-box.pt-style-1 .pt-title-heading {
     margin-top: 30px;
     text-transform: capitalize;
}

.pt-client-box.pt-style-1 .pt-client-sub-title,
.pt-client-box.pt-style-1 .pt-client-sub-title p {
     margin-bottom: 0;
     color: var(--primary-color)
}

@media(max-width:767px) {
     .pt-client-box.pt-style-1 .pt-title-heading {
          font-size: 28px;
          line-height: 36px;
     }

     .pt-client-box.pt-style-1 .pt-client-media img {
          height: 85px;
     }
}

@media(max-width:479px) {
     .pt-client-box.pt-style-1 .pt-title-heading {
          font-size: 24px;
          line-height: 32px;
     }
} */

/*================================================
OWL Carousel
================================================*/
.owl-carousel .owl-nav.disabled {
     display: none;
}

.owl-nav {
     position: relative;
     top: 0%;
     transform: translateY(0);
     margin: 0;
     width: 100%;
     display: flex;
     cursor: inherit;
     justify-content: center;
     margin-top: 45px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
     outline: none;
     text-align: center;
     text-indent: inherit;
     cursor: pointer;
     position: relative;
     font-size: 18px;
     line-height: 36px;
     width: 65px;
     height: 64px;
     line-height: 65px;
     background: var(--primary-color);
     padding: 0 !important;
     margin: 0 5px;
     border: none;
     color: var(--white-color);
     border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
     transform: rotate(180deg) translate(0px, 0px);
}

.owl-carousel .owl-nav button.owl-next {
     right: 0;
}

.owl-carousel .owl-nav button:hover {
     color: var(--white-color);
     background: var(--primary-color);
}

.pt-dark-bg .owl-carousel .owl-nav button:hover {
     color: var(--primary-color);
     background: var(--white-color);
}

@media(max-width:767px) {

     .owl-nav {
          margin-top: 30px;
     }

     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next {
          width: 46px;
          height: 46px;
          line-height: 48px;
     }
}

/*++++++++++++++++ Dots +++++++++++*/

.owl-carousel .owl-dots.disabled {
     display: none;
}

.owl-carousel .owl-dots {
     margin-top: 60px;
     line-height: normal;
     position: relative;
     width: 100%;
     text-indent: inherit;
     text-align: center;
     cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
     box-shadow: none;
     outline: none;
     background: var(--grey-color);
     border: 0 solid var(--grey-color);
     display: inline-block;
     padding: 0;
     margin: 0px 5px;
     height: 12px;
     width: 12px;
     transition: var(--transition);
     border-radius: var(--pt-border-radius);
}

.owl-carousel .owl-dots .owl-dot span {
     display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
     background: var(--primary-color);
     border-color: var(--primary-color);
     opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
     background: var(--dark-color);
     border-color: var(--dark-color);
     opacity: 1;
}

/*++++++++++++++++ team-slider +++++++++++*/

.pt-team-slider .pt-client-box.pt-style-1 .pt-client-media img {
     height: auto;
}

.pt-team-slider .pt-client-box.pt-style-1 .pt-client-media {
     background-color: var(--white-color);
     border-radius: var(--pt-border-radius);
}

.pt-team-slider .pt-client-box.pt-style-1 {
     background-color: transparent;
     padding: 0;
}

.pt-team-slider .pt-client-box.pt-style-1 .pt-title-heading {
     margin-top: 15px;
     color: var(--white-color);
}

@media (max-width:767px) {
     .pt-team-slider .pt-client-box.pt-style-1 .pt-title-heading {
          font-size: 24px;
          line-height: 32px;
     }

     .pt-client-box.pt-style-1 .pt-client-sub-title,
     .pt-client-box.pt-style-1 .pt-client-sub-title p {
          font-size: 16px;
          line-height: 24px;
     }
}

/*================================================
Service Box
================================================*/
.service-box .service-content {
     display: grid;
     grid-template-columns: 200px 0.6fr 1fr;
     gap: 60px;
     align-items: center;
     padding: 30px 0;
}

.service-box {
     border-top: 1px solid rgba(var(--white-rgba), .3);
}

.service-box .service-content .service-img {
     border-radius: var(--pt-border-radius);
     overflow: hidden;
     transform: translateX(-50%) translateY(20%);
     opacity: 0;
     transition: var(--transition);
     transition-duration: .8s;
}

.service-box.pt-active .service-content .service-img {
     opacity: 1;
     transform: translateX(-5%) rotate(5deg) translateY(20%);
}

.service-box .service-content .service-title {
     color: var(--white-color);
     transition: var(--transition);
     position: relative;
     width: max-content;
}

.service-box .service-content .service-title::before {
     content: "";
     height: 2px;
     width: 0;
     position: absolute;
     background: transparent;
     transition: var(--transition);
     bottom: -5px;
}

.service-box.pt-active .service-content .service-title::before {
     content: "";
     height: 2px;
     width: 100%;
     position: absolute;
     background: var(--primary-color);
     bottom: -5px;
}

.service-box.pt-active .service-content .service-title {
     color: var(--primary-color);
     font-size: 32px;
     line-height: 40px;
}

.service-box .service-content .service-list {
     position: relative;
     color: var(--white-color);
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px;
     column-gap: 45px;
     margin-bottom: 0;
}

.service-box .service-content .service-list li {
     position: relative;
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
}

.service-box .service-content .service-list li::before {
     content: "";
     height: 1px;
     width: 10px;
     background: var(--primary-color);
     position: absolute;
     top: 12px;
     left: -20px;
}

@media(max-width:1023px) {
     .service-box .service-content .service-list {
          gap: 10px;
          column-gap: 30px;
     }

     .service-box .service-content {
          gap: 30px;
     }

     .service-box .service-content {
          grid-template-columns: 200px 1fr 1.5fr;
     }
}

@media(max-width:767px) {

     .service-box .service-content {
          grid-template-columns: 1fr;
     }

     .service-box .service-content .service-img {

          transform: translateX(0%) translateY(0%);
          opacity: 1;
     }

     .service-box.pt-active .service-content .service-img {
          opacity: 1;
          transform: translateX(0) rotate(0deg) translateY(0%);
     }

     .service-box.pt-active .service-content .service-title,
     .service-box .service-content .service-title {
          font-size: 24px;
          line-height: 32px;
     }
}


/*================================================
Process step
================================================*/
.pt-process-step {
     position: relative;
}

.pt-process-step::before {
     position: absolute;
     content: "";
     height: 85%;
     width: 2px;
     background: var(--secondary-color);
     opacity: .2;
     left: 50px;
}

@media(max-width:767px) {
     .pt-process-step::before {
          display: none;
     }
}


/*================================================
     Award 
================================================*/
.pt-award-box .pt-award-box-image-block {
     margin-bottom: 30px;
}

.pt-award-box {
     text-align: center;
     padding: 90px 0;
     border: 1px solid rgba(var(--dark-rgba), .05);
     transition: var(--transition);
}

.pt-award-box:hover {
     border: 1px solid rgba(var(--dark-rgba), 1);

}

.pt-award-box .pt-award-box-detail-block .pt-award-box-title {
     margin-bottom: 5px;
     font-size: 24px;
     line-height: 32px;
}

.pt-award-box .pt-award-box-detail-block .pt-award-box-sub-title {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     margin-bottom: 0;
}

/*================================================
Portfolio
================================================*/


.pt-hover-bellow {
     position: relative;
}

.pt-hover-bellow .pt-portfolio-img {
     overflow: hidden;
     border-radius: var(--pt-border-radius);
}

.pt-hover-bellow .pt-portfolio-img img {
     transition: var(--transition);
     border-radius: var(--pt-border-radius);
     width: 100%;
}

.pt-hover-bellow .pt-potfolio-content {
     margin-top: 30px;
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category {
     font-size: 20px;
     line-height: 24px;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--primary-color);
     margin-bottom: 5px;
     letter-spacing: 0.04em;
}

.pt-hover-bellow .pt-potfolio-content .pt-button {
     margin-top: 15px;
}

/*===== Portfolio Fade =====*/
.pt-hover-fade {
     position: relative;
}

.pt-hover-fade .pt-portfolio-img {
     overflow: hidden;
     border-radius: var(--pt-border-radius);
     margin-bottom: 0;
}

.pt-hover-fade .pt-portfolio-img img {
     transition: var(--transition);
}

.pt-hover-fade:hover .pt-portfolio-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-hover-fade .pt-potfolio-content {
     opacity: 0;
     max-width: unset;
     position: absolute;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     padding: 30px;
     background: rgba(var(--primary-color-rgb), .9);
     will-change: opacity;
     border-radius: var(--pt-border-radius);
     transition: var(--transition);
     transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
}

.pt-hover-fade:hover .pt-potfolio-content {
     opacity: 1;
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--white-color);
     margin-bottom: 5px;
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category a,
.pt-hover-fade .pt-potfolio-content .pt-portfolio-title a {
     color: var(--white-color);
}


.pt-hover-fade .pt-potfolio-content .pt-button-rounded {
     position: absolute;
     top: 30px;
     right: 30px;
     z-index: 1;
     transition: var(--transition);
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
}

.pt-hover-fade:hover .pt-potfolio-content .pt-button-rounded {
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pt-hover-fade .pt-post-link {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 9;
}

/*===== Portfolio Slide =====*/
.pt-hover-slide {
     position: relative;
     border-radius: var(--pt-border-radius);
     overflow: hidden;
}

.pt-hover-slide .pt-portfolio-img {
     overflow: hidden;
     position: relative;
     border-radius: var(--pt-border-radius);
}

.pt-hover-slide .pt-portfolio-img img {
     transition: var(--transition);
}

.pt-hover-slide:hover .pt-portfolio-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-hover-slide .pt-potfolio-content {
     position: absolute;
     left: 30px;
     right: 30px;
     bottom: 30px;
     background: var(--white-color);
     padding: 30px;
     border-radius: var(--pt-border-radius);
     transition: var(--transition);
     transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
     opacity: 0;
     z-index: 9;
     -webkit-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
     -moz-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
     box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
}

.pt-hover-slide:hover .pt-potfolio-content {
     opacity: 1;
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pt-hover-slide .pt-potfolio-content .pt-portfolio-category {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--white-color);
     margin-bottom: 5px;
}

/* .pt-potfolio-content .pt-portfolio-title {
     font-size: 28px;
     line-height: 36px;
} */

.pt-potfolio-content .pt-button {
     margin-top: 15px;
}

@media(max-width:1199px) {
     .pt-hover-slide .pt-potfolio-content {
          left: 15px;
          right: 15px;
          bottom: 15px;
     }
}

@media(max-width:767px) {
     .pt-hover-slide .pt-potfolio-content {
          opacity: 1;
          transform: scale(1);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
     }

     .pt-hover-slide .pt-potfolio-content .pt-portfolio-title {
          font-size: 24px;
          line-height: 32px;
     }
}

/*===== Portfolio Load More Button =====*/
.pt-loadmore-button {
     margin: 60px 0 0 0;
     display: inline-block;
     width: 100%;
}

@media(max-width:767px) {
     .pt-loadmore-button {
          margin: 30px 0 0 0;
     }
}

/*===== Portfolio End Message =====*/
.pt-end-meassge {
     color: var(--primary-color);
     text-align: center;
     background: var(--grey-color);
     padding: 10px;
     text-transform: uppercase;
     font-family: var(--body-fonts);
     font-size: 18px;
     line-height: 26px;
     font-weight: 400;
     border-radius: var(--pt-border-radius);
     display: none;
     margin-top: 60px;
}

.visible {
     display: block;
}

/*===== Portfolio Loader Icon =====*/
#pt-loaderIcon {
     display: none;
     text-align: center;
     margin: 20px auto;
}

.pt-dots {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 30px;
}

.pt-dot {
     width: 12px;
     height: 12px;
     background-color: #333;
     border-radius: 50%;
     animation: bounce 1.4s infinite ease-in-out both;
}

.pt-dot:nth-child(1) {
     animation-delay: -0.32s;
}

.pt-dot:nth-child(2) {
     animation-delay: -0.16s;
}

@keyframes bounce {

     0%,
     80%,
     100% {
          transform: scale(0);
     }

     40% {
          transform: scale(1);
     }
}

/*===== Portfolio Slider Owl-nav =====*/
.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav {
     max-width: 1400px;
     margin-top: 60px;
     position: relative;
     display: flex;
     align-items: center;
}

.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav::before,
.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav::after {
     content: "";
     flex: 1;
     border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.4);
}

.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::before {
     margin-right: 15px;
}

.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::after {
     margin-left: 15px;
}

@media(max-width:1023px) {
     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-carousel .owl-dots {
          display: none;
     }
}

@media(max-width:767px) {
     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav {
          margin-top: 30px;
     }

     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::before {
          margin-right: 10px;
     }

     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::after {
          margin-left: 10px;
     }
}

@media(max-width:397px) {
     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::before {
          margin-right: 0;
     }

     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::after {
          margin-left: 0;
     }
}

/*===== Portfoliobox 1 =====*/

.pt-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 0 60px;
}

.pt-grid .pt-grid-item:nth-child(odd) {
     margin-bottom: 90px;
}

.pt-grid .pt-grid-item:nth-child(even) {
     margin-top: 90px;
}

.pt-grid .pt-grid-item:last-child {
     margin-bottom: 0;
}

.pt-portfoliobox-1 .pt-potfolio-content .pt-portfolio-title {
     color: var(--dark-color);
     font-family: var(--title-fonts);
}

.pt-portfoliobox-1 .pt-portfolio-img {
     background-color: var(--grey-color);
     padding: 20px;
     border-radius: 20px;
     overflow: hidden;
     position: relative;
}

/* .pt-portfoliobox-1:hover .pt-potfolio-content .pt-portfolio-title {
     color: var(--primary-color);
} */


.pt-portfoliobox-1 .pt-portfolio-img .pt-button-rounded {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%) scale(0);
     transition: transform .5s ease-in-out;
     pointer-events: auto;
}

.pt-portfoliobox-1:hover .pt-portfolio-img .pt-button-rounded {
     transform: translate(-50%, -50%) scale(1);
}

.pt-light-bg .pt-portfoliobox-1 .pt-potfolio-content .pt-portfolio-title {
     color: var(--dark-color);
}

.pt-light-bg .pt-portfoliobox-1 .pt-portfolio-img {
     background: var(--grey-color);
}

.pt-light-bg .pt-portfoliobox-1 .pt-portfolio-img img {
     width: 100%;
}

.pt-light-bg .pt-portfoliobox-1:hover .pt-potfolio-content .pt-portfolio-category a {
     color: var(--dark-color);
}

@media(max-width:1099px) {
     .pt-grid {
          gap: 0 45px;
     }
}

@media (max-width:1023px) {

     .pt-grid {
          gap: 0 30px;
     }

     .pt-hover-bellow .pt-potfolio-content {
          margin-top: 20px;
     }
}

@media (max-width:767px) {

     .pt-grid {
          grid-template-columns: 1fr;
     }

     .pt-grid .pt-grid-item:nth-child(odd) {
          margin-bottom: 0;
     }

     .pt-grid .pt-grid-item:nth-child(even) {
          margin-top: 0;
     }

     .pt-grid .pt-grid-item {
          margin-bottom: 45px;
     }

     .pt-grid .pt-grid-item:last-child {
          margin-bottom: 0;
     }

     .pt-portfolio-grid-main .pt-grid .pt-grid-item {
          margin-bottom: 30px;
     }

     .pt-portfoliobox-1 .pt-portfolio-img {
          padding: 10px;
     }

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

@media(max-width:479px) {

     .pt-hover-bellow .pt-potfolio-content .pt-portfolio-category {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 2px;
     }
}

/*================================================
     contact form
================================================*/

/* contact 7 */

.pt-contact-form .form-group {
     transition: var(--transition);
}

.pt-contact-form .form-group p {
     margin: 15px;
}

.pt-contact-form .form-group input:focus,
.pt-contact-form .form-group input:hover,
.pt-contact-form .form-group textarea:focus,
.pt-contact-form .form-group textarea:hover,
.pt-contact-form .form-group select:focus,
.pt-contact-form .form-group select:hover {
     border-color: var(--primary-color) !important;
     box-shadow: none;
}

.pt-contact-form .form-group label {
     margin-bottom: 5px;
     color: var(--dark-color);
     font-size: 16px;
}

.pt-contact-form .form-group .primary-text {
     color: var(--primary-color);
}

.pt-contact-form .form-group .wpcf7-checkbox {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
     margin-bottom: 10px;
}

.pt-contact-form .form-group .wpcf7-checkbox input {
     margin-right: 10px;
     height: 22px;
     width: 22px;
     transition: var(--transition);
     accent-color: var(--primary-color);
     margin-top: 2px;
}


.pt-contact-form .form-group .wpcf7-list-item label {
     display: flex;
     align-items: top;

}

.pt-contact-form .form-group .wpcf7-list-item {
     border: 1px solid rgba(var(--dark-rgba));
     padding: 15px;
     margin: 0 0 !important;
     border-radius: 10px;
}

.pt-contact-form .form-group .wpcf7-list-item .wpcf7-list-item-label::before {
     display: none
}

.pt-contact-form .form-group .pt-button {
     background-color: var(--primary-color);
     border-radius: 900px;
}

.pt-contact-form .form-group .pt-button:hover,
.pt-contact-form .form-group .pt-button:focus {
     color: var(--white-color) !important;
     background: var(--dark-color);
}

.wpcf7-spinner {
     background-color: var(--primary-color);
     opacity: 1;
}

.wpcf7-spinner::before {
     color: var(--white-color);
}

p:has(.wpcf7-spinner) {
     display: flex;
     align-items: center;
}

@media (max-width:479px) {
     .pt-contact-form .form-group .wpcf7-checkbox {
          grid-template-columns: 1fr;
     }
}


/* meta form */

.pt-meta-form .mf-checkbox {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
     margin-top: 15px;
}

.pt-meta-form .mf-checkbox .mf-checkbox-option {
     padding: 12px;
     border-radius: 10px;
     border: 1px solid var(--dark-color);
}

.pt-meta-form .mf-checkbox .mf-checkbox-option span::before {
     font-size: 22px;
     color: var(--dark-color);
     background-color: var(--grey-color) !important;
     width: auto;
     margin-right: 10px;
}

.pt-meta-form .mf-checkbox-option input[type="checkbox"]+span:before {
     font-size: 22px !important;
     background-color: var(--primary-color);
     color: var(--white-color);
}

.pt-meta-form .mf-input-multiselect .mf_multiselect__multi-value {
     background-color: var(--grey-color) !important;
}

.pt-meta-form .mf-input-multiselect .mf_multiselect__control {
     background-color: transparent;
}

.css-1rhbuit-multiValue,
.mf_multiselect__multi-value__label,
.mf_multiselect__multi-value__remove {
     background-color: var(--grey-color) !important;
}

.mf_multiselect-menu {
     background-color: var(--transition) !important;
}

.pt-meta-form .mf-input-multiselect input {
     background-color: var(--primary-color);
}

.pt-meta-form .mf-input-multiselect .mf_multiselect__control input {
     box-shadow: none !important;
}

@media(max-width:479px) {
     .pt-meta-form .mf-checkbox {
          grid-template-columns: 1fr;
     }
}

/*================================================
enveto-products-grid
================================================*/
/* .pt-product-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 30px;
}

.pt-product-item {
     padding: 30px 20px;
     border-radius: var(--pt-border-radius);
     border: 1px solid rgba(var(--dark-rgba), .1);
     background-color: var(--grey-color);
}

.pt-product-item .pt-theme-title {
     font-size: 22px;
     line-height: 30px;
     color: var(--dark-color);
     margin-bottom: 30px;
     display: block;
}

.pt-product-item .pt-theme-name {
     display: block;
     color: var(--secondary-color);
     font-size: 18px;
     line-height: inherit;
}

.pt-product-item .pt-theme-sub-title {
     font-size: 24px;
     line-height: 32px;
     color: var(--dark-color);
     display: -webkit-box;
     text-overflow: ellipsis;
     overflow: hidden;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     width: 100%;
}

.pt-product-item .pt-theme-title .pt-classification-name {
     font-size: 14px;
     line-height: 22px;
     color: var(--secondary-color);
     text-transform: uppercase;
     letter-spacing: 1px;
}

.pt-product-grid .pt-product-item .pt-image-wrapper img {
     border-radius: var(--small-border-radius);
     width: 100%;
     margin-bottom: 0;
}

.pt-product-item .pt-image-wrapper {
     position: relative;
     border: 1px solid rgba(var(--dark-rgba), .1);
     background-color: transparent;
     border-radius: var(--small-border-radius);
     overflow: hidden;
}

.pt-product-item .pt-image-wrapper .pt-content-box {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
     height: 100%;
     align-items: center;
     display: flex;
     flex-direction: column;
     justify-content: center;
     z-index: 3;
     transition: var(--transition);
     opacity: 0;
     border-radius: var(--small-border-radius);
}

.pt-product-item:hover .pt-image-wrapper .pt-content-box {
     opacity: 1;
}

.pt-product-item .pt-image-wrapper .pt-content-box::before {
     background: var(--dark-color);
     content: "";
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     position: absolute;
     z-index: 1;
     opacity: .9;
     border-radius: var(--small-border-radius);
}

.pt-product-item .pt-image-wrapper .pt-content-box::before {
     background: var(--dark-color);
}

.pt-product-item .pt-image-wrapper .pt-content-box .pt-modify-date {
     color: var(--white-color);
     z-index: 3;
     font-size: 14px;
}

.pt-product-item .pt-image-wrapper .pt-content-box .pt-button-wrapper {
     margin-bottom: 15px;
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
}

.pt-product-item .pt-image-wrapper .pt-content-box .pt-button {
     font-size: 16px;
     line-height: inherit;
}

.pt-product-item .pt-image-wrapper .pt-content-box .pt-button.pt-button-outline {
     color: var(--white-color);
     border: 1px solid var(--white-color);
}

.pt-product-item .pt-image-wrapper .pt-content-box .pt-button.pt-button-outline:hover {
     color: var(--primary-color);
     border: 1px solid var(--primary-color);
}

.pt-product-item .pt-product-info {
     margin-top: 30px;
}

.pt-product-item .pt-product-info .pt-product-meta .pt-product-sales {
     font-size: 16px;
     color: var(--secondary-color);

}

.pt-product-item .pt-product-info ul {
     padding-left: 0;
     display: flex;
     gap: 15px;
     justify-content: space-between;
     margin-bottom: 0;
     color: var(--dark-color);
     font-size: 20px;
     line-height: 28px;
}

.pt-product-item .pt-product-info .pt-product-price {
     color: var(--dark-color);
     font-size: 22px;
}

.pt-pagination {
     margin-top: 90px;
}

.pt-pagination .page-numbers {
     padding: 0px;
     display: flex;
     gap: 15px;
     flex-wrap: wrap;
     justify-content: center;
     margin-bottom: 0;
}

.pt-pagination .page-numbers span,
.pt-pagination .page-numbers a {
     padding: 10px 35px;
     color: var(--white-color);
}

.pt-pagination .page-numbers.current {
     color: var(--primary-color);
}

.pt-pagination .page-numbers li {
     background-color: var(--dark-color);
     border-radius: 900px;
     transition: var(--transition);
     overflow: hidden;
}

.pt-product-item .pt-button-wrapper .pt-button.pt-button-flat .pt-circle {
     background-color: var(--white-color);
}

.pt-product-item .pt-button-wrapper .pt-button.pt-button-flat:hover .pt-button-text {
     color: var(--dark-color);
}

.pt-pagination .page-numbers li:hover,
.pt-pagination .page-numbers.current,
.pt-pagination .page-numbers li:hover a {
     background-color: var(--primary-color);
     color: var(--white-color);
}

@media(max-width:1099px) {
     .pt-product-grid {
          grid-template-columns: 1fr 1fr;
     }
}

@media(max-width:1023px) {
     .pt-product-grid {
          grid-template-columns: 1fr 1fr;
     }
}

@media(max-width:767px) {
     .pt-product-grid {
          grid-template-columns: 1fr;
     }
}

@media(max-width:379px) {
     .pt-product-item .pt-image-wrapper .pt-content-box .pt-button-wrapper .pt-button-flat {
          padding: 10px 20px;
     }

     .pt-product-item .pt-image-wrapper .pt-content-box .pt-button-wrapper .pt-button-outline {
          padding: 9px 20px;
     }

     .pt-product-item .pt-product-info .pt-product-price {
          line-height: 24px;
     }
} */


/*================================================
enveto-products-single
================================================*/
.pt-product-single-wrapper {
     display: grid;
     grid-template-columns: 3.8fr 2fr;
     gap: 30px;
     transition: var(--transition);
}

.pt-product-single-wrapper p:nth-of-type(1) {
     margin-bottom: 20px;
}

.pt-product-single-wrapper .pt-image-wrapper img {
     width: 100%;
     border-radius: var(--pt-border-radius);

}

.pt-product-single-wrapper .pt-product-description,
.pt-product-single-wrapper .pt-product-description-html {
     padding: 45px 30px;
     border-radius: var(--pt-border-radius);
}

.pt-product-single-wrapper .pt-product-description-html {
     background-color: var(--grey-color);
}

.pt-product-single-wrapper .pt-product-description-html pre {
     background: transparent;
}

.pt-product-single-wrapper .pt-product-description-html p {
     margin-bottom: 30px;
     font-family: var(--body-fonts);
     font-size: 18px;
     line-height: 1.6;
     color: var(--dark-color);
}


/* .pt-product-single-wrapper .pt-product-description-html p:nth-child(4) {
	    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
} */

.pt-product-single-wrapper .pt-product-description-html p:nth-of-type(1) {
     margin-bottom: 30px;
}

/* .pt-product-single-wrapper .pt-product-description-html p:nth-of-type(2) {
     display: flex;
     gap: 30px;
} */

.pt-product-single-wrapper .pt-product-description-html h2 {
     font-size: 26px;
     line-height: 34px;
     padding-bottom: 15px;
     border-bottom: 1px solid rgba(var(--dark-rgba), .1);
     margin-bottom: 30px;
     font-family: var(--body-fonts);

}

.pt-product-single-wrapper .pt-product-description-html p:nth-of-type(5),
.pt-product-single-wrapper .pt-product-description-html p:nth-of-type(6),
.pt-product-single-wrapper .pt-product-description-html p:nth-of-type(7),
.pt-product-single-wrapper .pt-product-description-html p:nth-of-type(8) {
     margin-bottom: 15px;
}

.pt-product-single-wrapper .pt-product-description-html ul {
     list-style: disc;
}


.pt-product-single-wrapper .pt-product-description-html h1 {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 30px;
}

.pt-product-single-wrapper .pt-product-description-html .pt-template-title {
     margin-top: 30px;
}

.pt-product-single-wrapper .pt-product-description-html h3,
.pt-product-single-wrapper .pt-product-description-html h5 {
     font-size: 18px;
     line-height: 26px;
     margin-bottom: 30px;
}

.pt-product-single-wrapper #item-description__changelog {
     border-top: 1px solid rgba(var(--dark-rgba), .1);
     padding-top: 15px;
}

.pt-product-description-html {
     color: var(--dark-color);
     font-size: 18px;
}

.pt-product-single-wrapper .pt-product-description-html>h5:last-child {
     margin-bottom: 0;
}

.pt-product-single-wrapper .pt-product-description-html:has(.pt-product-symbol) {
     font-size: 24px;
     color: var(--dark-color);
}

.pt-product-single-wrapper .theme-info-wrapper .pt-button-wrapper {
     display: flex;
     gap: 15px;
     flex-wrap: wrap;
     margin-bottom: 45px;
}

.pt-product-single-wrapper .theme-info-wrapper {
     position: sticky;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-product-details {
     color: var(--dark-color);
     font-size: 28px;
     line-height: 36px;
     display: flex;
     gap: 5px;
     align-items: baseline;
     margin-bottom: 20px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-product-details .pt-product-price {
     display: flex;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-product-details .pt-product-symbol {
     font-size: 28px;
     line-height: 36px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-sales-details {
     color: var(--dark-color);
     margin-bottom: 10px;
     font-size: 22px;
     line-height: 30px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-sales-details .sales-value {
     color: var(--dark-color);
}

.pt-product-single-wrapper .theme-info-wrapper .pt-product-symbol {
     color: var(--dark-color);
     font-size: 24px;
     line-height: 32px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-product-info-list {
     margin-top: 0;
     padding: 0;
     margin-bottom: 30px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-product-info-list li {
     margin-bottom: 5px;
     color: var(--dark-color);
}

.pt-product-single-wrapper .theme-info-wrapper .pt-product-info-list li:last-child {
     margin-bottom: 0;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-product-info-list li i {
     color: var(--primary-color);
     margin-right: 5px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-theme-stats .sales {
     color: var(--dark-color);
     margin-bottom: 10px;
     font-size: 24px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-theme-stats {
     border-bottom: 1px solid rgba(var(--dark-rgba), .1);
     border-top: 1px solid rgba(var(--dark-rgba), .1);
     padding: 45px 0px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-theme-stats .publish-date {
     display: block;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-theme-profile-info .pt-theme-logo {
     border-radius: var(--small-border-radius);
     overflow: hidden;
     height: 60px;
     width: 60px;
     border: 1px solid rgba(var(--dark-rgba), .1);
}

.pt-product-single-wrapper .theme-info-wrapper .pt-theme-profile-info .pt-author-info a {
     font-size: 20px;
     line-height: 28px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-theme-profile-info {
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
     align-items: center;
     margin-bottom: 45px;
     margin-top: 45px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-authors-socials ul {
     padding: 0;
     display: flex;
     gap: 15px;
     flex-wrap: wrap;
     align-items: center;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-authors-socials li {
     background-color: var(--dark-color);
     padding: 10px;
     border-radius: var(--round-border-radius);
     transition: var(--transition);
}

.pt-product-single-wrapper .theme-info-wrapper .pt-authors-socials li:hover {
     background-color: var(--primary-color);
}

.pt-product-single-wrapper .theme-info-wrapper .pt-authors-socials li a,
.pt-product-single-wrapper .theme-info-wrapper .pt-authors-socials li {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-authors-socials li svg {
     height: 22px;
     width: 22px;
}

.pt-product-single-wrapper .theme-info-wrapper .pt-authors-socials li {
     height: 50px;
     width: 50px;
}


/* responsive single page */
@media (max-width:879px) {
     .pt-product-single-wrapper {
          grid-template-columns: 1fr;
     }
}

@media (max-width:767px) {

     .pt-product-single-wrapper .pt-product-description,
     .pt-product-single-wrapper .pt-product-description-html {
          padding: 30px 15px;
     }

     .pt-product-single-wrapper .pt-product-description-html h1 {
          font-size: 28px;
          line-height: 36px;
     }

     .pt-product-single-wrapper .pt-product-description-html h2 {
          font-size: 24px;
          line-height: 32px;
     }

     .pt-product-single-wrapper #item-description__changelog {
          font-size: 24px;
          line-height: 32px;
     }
}

@media (max-width:479px) {
     .pt-product-single-wrapper .pt-product-description-html pre {
          max-width: 260px;
          padding: 0;
     }
}


/*  owl-carousel */

.peacefulthemes-contain .site-content-contain .pt-related-heading {
     margin-bottom: 30px;
     color: var(--dark-color);
}

.peacefulthemes-contain .site-content-contain .pt-related-portfolio-section .pt-related-heading {
     padding: 0;
}

.pt-product-item-wrapper .pt-modify-date {
     color: var(--dark-color);
     font-size: 18px;
     line-height: 26px;
     margin-bottom: 10px;
}

.pt-product-item-wrapper .pt-modify-date span {
     color: var(--secondary-color);
}

.peacefulthemes-contain .site-content-contain .owl-carousel.related-product-carousel {
     margin-bottom: 90px;
}

.peacefulthemes-contain .site-content-contain .owl-carousel.related-product-carousel .owl-nav,
.peacefulthemes-contain .site-content-contain .owl-carousel.related-product-carousel .owl-dots {
     display: none;
}

@media(max-width:991px) {
     .peacefulthemes-contain-area .pt-product-description-html {
          background-color: var(--grey-color);
          margin-right: 0px;
     }
}

@media (max-width:767px) {
     .peacefulthemes-contain .site-content-contain .owl-carousel.related-product-carousel {
          margin-bottom: 60px;
     }
}

/*================================================
Breadcrumb
================================================*/
/* .pt-breadcrumb-wrapper {
     padding: 20px 20px 0;
}

.pt-breadcrumb-style-1 {
     padding: 180px 0 150px;
     position: relative;
     background-size: cover;
     background-repeat: no-repeat;
     text-align: center;
     z-index: 2;
     overflow: hidden;
     background: transparent;
}

.pt-breadcrumb-style-1::before {
     content: "";
     opacity: 1;
     position: absolute;
     background-color: var(--dark-color);
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -2;
     opacity: 0.9;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title {
     margin-bottom: 20px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
     font-size: 56px;
     line-height: 64px;
     color: var(--white-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
     display: inline-block;
     margin: 0;
     color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li {
     list-style-type: none;
     margin-right: 5px;
     padding-left: 0;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li.active {
     color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a {
     color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a i {
     margin-right: 5px;
     color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a:hover {
     color: var(--white-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
     content: "\e649";
     font-size: 12px;
     font-family: "themify";
     padding-right: 15px;
     color: var(--primary-color);
     float: none;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb i {
     display: none;
}

@media(max-width:1499px) {
     .pt-breadcrumb-style-1 {
          margin: 0;
          border-radius: 0;
     }

     .pt-breadcrumb-wrapper {
          padding: 0;
     }
}

@media(max-width:1023px) {
     .pt-breadcrumb-style-1 {
          padding: 190px 0 90px;
     }

     .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
          font-size: 42px;
          line-height: 50px;
     }

}

@media(max-width:767px) {
     .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
          font-size: 34px;
          line-height: 42px;
     }

     .pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
          padding-right: 10px;
          font-size: 12px;
     }

}

@media(max-width:479px) {
     .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
          font-size: 30px;
          line-height: 38px;
     }

} */

/* style-2 */

/* .pt-breadcrumb-style-2 nav {
     display: grid;
     grid-template-columns: 80px 1fr;
     gap: 30px;
     align-items: start;
     padding: 90px 0px 0px;
     margin-bottom: 60px;
}

.pt-breadcrumb-style-2 .theme-logo img {
     border-radius: var(--small-border-radius);
     border: 1px solid rgba(0, 33, 85, 0.1);
     height: 80px;
     width: 80px;
     margin-top: 8px;
}

.pt-breadcrumb-style-2 .pt-breadcrumb-content .pt-breadcrumb-title {
     font-size: 36px;
     line-height: 44px;
}

.pt-breadcrumb-style-2 .pt-breadcrumb-content .pt-breadcrumb-title h1 {
     font-size: 36px;
     line-height: 44px;
     -webkit-line-clamp: 1;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}

.pt-breadcrumb-style-2 .pt-breadcrumb-content .breadcrumb {
     display: flex;
     flex-wrap: nowrap;
     gap: 5px;
     color: var(--dark-color);
     align-items: center;
     position: relative;
     overflow: hidden;
     -webkit-line-clamp: 1;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}

.pt-breadcrumb-style-2 .pt-breadcrumb-content .breadcrumb .breadcrumb-item a {
     color: var(--secondary-color);
     font-size: 14px;
     line-height: 22px;
}

.pt-breadcrumb-style-2 .pt-breadcrumb-content .breadcrumb .breadcrumb-item i {
     color: var(--secondary-color);
     margin-right: 0;
}

.pt-breadcrumb-style-2 .pt-breadcrumb-content .breadcrumb .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 14px;
     line-height: 22px;
}

.pt-breadcrumb-style-2 .breadcrumb .breadcrumb-item::before {
     font-family: "Font Awesome 6 Free";
     padding-right: 15px;
     color: var(--dark-color);
}

.pt-breadcrumb-style-2 .pt-breadcrumb-content {
     overflow: hidden;
}

.site-main:has(.pt-product-single-wrapper) {
     padding: 0 0 110px !important;
} */

/* responsive breadcrumb style 2 */

/* @media(max-width:1024px) {
     .site-main:has(.pt-product-single-wrapper) {
          padding: 0 0 90px !important;
     }
}

@media(max-width:1023px) {
     .pt-breadcrumb-style-2 .pt-breadcrumb-content .pt-breadcrumb-title h1 {
          font-size: 30px;
          line-height: 38px;
     }

     .pt-breadcrumb-style-2 .theme-logo img {
          margin-top: 5px;
     }

     .pt-breadcrumb-style-2 nav {
          align-items: center;
     }

     .pt-breadcrumb-style-2 .pt-breadcrumb-content .breadcrumb {
          margin-top: 5px;
     }
}

@media(max-width:767px) {
     .site-main:has(.pt-product-single-wrapper) {
          padding: 0 0 60px !important;
     }
}


@media(max-width:479px) {
     .pt-breadcrumb-style-2 nav {
          grid-template-columns: 1fr;
     }
} */

/* breadcrumb client */

/* .pt-breadcrumbs.client .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 2fr 1fr;
     gap: 30px;
     padding: 120px 15px;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 5.5vw;
     text-transform: uppercase;
     opacity: .1;
}

.pt-breadcrumbs.client {
     overflow: hidden;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
     gap: 5px;
     max-height: 320px;
     transform: translateY(-150px);
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items {
     flex-direction: column;
     margin: 0;
     gap: 10px;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side {
     animation: up-marquee-client 7s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.down-side {
     animation: down-marquee-client 9s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li img {
     width: auto;
     border-radius: var(--small-border-radius);
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li {
     margin: 0;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main {
     display: flex;
     gap: 10px;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-description {
     margin-bottom: 0;
     text-align: center;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .breadcrumb-item {
     margin-top: 150px;
     margin-bottom: -110px;
     text-align: center;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
     padding: 0;
     margin-bottom: 30px;
}

.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title,
.pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
     padding: 0 5.5vw;
} */

/* responsive breadcrumb client */

/* @media(max-width:1279px) {
     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .breadcrumb-item {
          margin-top: 60px;
          margin-bottom: -120px;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title,
     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
          padding: 0;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
          max-height: 250px;
     }
}

@media(max-width:1023px) {
     .pt-breadcrumbs.client .pt-breadcrumb-wrapper {
          padding: 90px 15px;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee.up-side {
          display: none;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee.down-side {
          display: none;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .breadcrumb-item {
          margin-top: 30px;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          font-size: 6.5vw;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr 3fr 1fr;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-img-marquee-main {
          display: none;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
          padding: 60px 15px;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .breadcrumb-item {
          margin-top: 45px;
          margin-bottom: -60px;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          font-size: 10vw;
     }
}

@media(max-width:479px) {
     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          font-size: 11vw;
     }

     .pt-breadcrumbs.client .pt-breadcrumb-wrapper .breadcrumb-item {
          margin-bottom: -70px;
     }
}

@keyframes up-marquee-client {
     0% {
          top: -50%;
     }

     100% {
          top: -90%;
     }
}

@keyframes down-marquee-client {
     0% {
          top: -50%;
     }

     100% {
          top: 10%;
     }
}

@keyframes up-marquee {
     0% {
          top: -10%;
     }

     100% {
          top: -50%;
     }
}

@keyframes down-marquee {
     0% {
          top: -50%;
     }

     100% {
          top: 10%;
     }
}

@media (max-width:767px) {
     @keyframes up-marquee-client {
          0% {
               top: -10%;
          }

          100% {
               top: -90%;
          }
     }

     @keyframes down-marquee-client {
          0% {
               top: -90%;
          }

          100% {
               top: 10%;
          }
     }

     @keyframes up-marquee {
          0% {
               top: -10%;
          }

          100% {
               top: -90%;
          }
     }

     @keyframes down-marquee {
          0% {
               top: -90%;
          }

          100% {
               top: 10%;
          }
     }
} */

/* breadcrumb client */

/* .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 2fr 1fr;
     gap: 30px;
     padding: 120px 15px;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 5.5vw;
     text-transform: uppercase;
     opacity: .1;
}

.pt-breadcrumbs.web-design {
     overflow: hidden;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
     gap: 5px;
     max-height: 320px;
     transform: translateY(-150px);
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items {
     flex-direction: column;
     margin: 0;
     gap: 10px;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side {
     animation: up-marquee-web-design 7s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.down-side {
     animation: down-marquee-web-design 9s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li img {
     width: auto;
     border-radius: var(--small-border-radius);
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li {
     margin: 0;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main {
     display: flex;
     gap: 10px;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-description {
     margin-bottom: 0;
     text-align: center;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .breadcrumb-item {
     margin-top: 150px;
     margin-bottom: -110px;
     text-align: center;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
     padding: 0;
     margin-bottom: 30px;
}

.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title,
.pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
     padding: 0 5.5vw;
} */

/* responsive breadcrumb client */

/* @media(max-width:1279px) {
     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .breadcrumb-item {
          margin-top: 60px;
          margin-bottom: -120px;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title,
     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
          padding: 0;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
          max-height: 250px;
     }
}

@media(max-width:1023px) {
     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper {
          padding: 90px 15px;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee.up-side {
          display: none;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee.down-side {
          display: none;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .breadcrumb-item {
          margin-top: 30px;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          font-size: 6.5vw;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr 3fr 1fr;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-img-marquee-main {
          display: none;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
          padding: 60px 15px;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .breadcrumb-item {
          margin-top: 45px;
          margin-bottom: -60px;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          font-size: 10vw;
     }
}

@media(max-width:479px) {
     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          font-size: 11vw;
     }

     .pt-breadcrumbs.web-design .pt-breadcrumb-wrapper .breadcrumb-item {
          margin-bottom: -70px;
     }
}

@keyframes up-marquee-web-design {
     0% {
          top: -50%;
     }

     100% {
          top: -90%;
     }
}

@keyframes down-marquee-web-design {
     0% {
          top: -50%;
     }

     100% {
          top: 10%;
     }
}


@media (max-width:767px) {
     @keyframes up-marquee-web-design {
          0% {
               top: -10%;
          }

          100% {
               top: -90%;
          }
     }

     @keyframes down-marquee-web-design {
          0% {
               top: -90%;
          }

          100% {
               top: 10%;
          }
     }

} */

/* breadcrumb wix-webflow */
/* .pt-breadcrumbs {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pt-breadcrumbs .pt-section-title .pt-title-heading {
     color: var(--white-color);
}

.pt-breadcrumbs.wix {
     padding: 120px 0;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     padding: 15px 0;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 56px;
     line-height: 64px;
     text-transform: uppercase;
     text-align: center;
}

.pt-breadcrumbs.wix {
     overflow: hidden;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
     gap: 5px;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items {
     flex-direction: column;
     margin: 0;
     gap: 10px;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side {
     animation: up-marquee-wix 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.down-side {
     animation: down-marquee-wix 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li img {
     width: 450px;
     border-radius: var(--pt-border-radius);
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li {
     margin: 0;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main {
     display: flex;
     gap: 10px;
     transform: translateY(-130px);
     max-height: 200px;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo {
     width: fit-content;
     border-radius: var(--small-border-radius);
     display: flex;
     gap: 15px;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo .logo-text {
     color: var(--white-color);
     font-size: 32px;
     line-height: 40px;
     text-transform: uppercase;
     font-weight: 500;
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo img {
     height: 40px;
     width: 65px;
     background-color: var(--white-color);
     padding: 8px 5px;
     border-radius: var(--small-border-radius);
}

.pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
     margin-bottom: 15px;
}

@media(max-width:1023px) {
     .pt-breadcrumbs.wix {
          padding: 90px 0;
     }

     .pt-breadcrumbs.wix .pt-breadcrumb-wrapper {
          grid-template-columns: 2fr 1fr;
     }

     .pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
          margin-bottom: 15px;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.wix .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
     }

     .pt-breadcrumbs.wix .pt-breadcrumb-wrapper .pt-img-marquee-main {
          display: none;
     }

     .pt-breadcrumbs.wix {
          padding: 60px 0;
     }
}

@keyframes up-marquee-wix {
     0% {
          top: 0%;
     }

     100% {
          top: -100%;
     }
}

@keyframes down-marquee-wix {
     0% {
          top: -100%;
     }

     100% {
          top: 0%;
     }
}


@media (max-width:767px) {
     @keyframes up-marquee-wix {
          0% {
               top: -10%;
          }

          100% {
               top: -90%;
          }
     }

     @keyframes down-marquee-wix {
          0% {
               top: -90%;
          }

          100% {
               top: 10%;
          }
     }
} */

/* breadcrumb wordpress*/
/* 
.pt-breadcrumbs.wordpress {
     padding: 120px 0;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     padding: 15px 0;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 56px;
     line-height: 64px;
     text-transform: uppercase;
     text-align: center;
}

.pt-breadcrumbs.wordpress {
     overflow: hidden;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
     gap: 5px;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items {
     flex-direction: column;
     margin: 0;
     gap: 10px;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side {
     animation: up-marquee-wordpress 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.down-side {
     animation: down-marquee-wordpress 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li img {
     width: 450px;
     border-radius: var(--pt-border-radius);
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li {
     margin: 0;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main {
     display: flex;
     gap: 10px;
     transform: translateY(-130px);
     max-height: 200px;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo {
     width: fit-content;
     border-radius: var(--small-border-radius);
     display: flex;
     gap: 15px;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo .logo-text {
     color: var(--white-color);
     font-size: 32px;
     line-height: 40px;
     text-transform: uppercase;
     font-weight: 500;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo img {
     height: 40px;
     width: 40px;
     background-color: var(--white-color);
     padding: 8px 5px;
     border-radius: var(--small-border-radius);
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
     margin-bottom: 15px;
}

.pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
     margin-bottom: 30px;
}

@media(max-width:1023px) {
     .pt-breadcrumbs.wordpress {
          padding: 90px 0;
     }

     .pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper {
          grid-template-columns: 2fr 1fr;
     }

     .pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
          margin-bottom: 15px;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
     }

     .pt-breadcrumbs.wordpress .pt-breadcrumb-wrapper .pt-img-marquee-main {
          display: none;
     }

     .pt-breadcrumbs.wordpress {
          padding: 60px 0;
     }
}

@keyframes up-marquee-wordpress {
     0% {
          top: 0%;
     }

     100% {
          top: -100%;
     }
}

@keyframes down-marquee-wordpress {
     0% {
          top: -100%;
     }

     100% {
          top: 0%;
     }
}


@media (max-width:767px) {
     @keyframes up-marquee-wordpress {
          0% {
               top: -10%;
          }

          100% {
               top: -90%;
          }
     }

     @keyframes down-marquee-wordpress {
          0% {
               top: -90%;
          }

          100% {
               top: 10%;
          }
     }
} */

/* breadcrumb html*/
/* .pt-breadcrumbs {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pt-breadcrumbs .pt-section-title .pt-title-heading {
     color: var(--white-color);
}

.pt-breadcrumbs.html {
     padding: 120px 0;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     padding: 15px 0;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 56px;
     line-height: 64px;
     text-transform: uppercase;
     text-align: center;
}

.pt-breadcrumbs.html {
     overflow: hidden;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
     gap: 5px;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items {
     flex-direction: column;
     margin: 0;
     gap: 10px;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side {
     animation: up-marquee-html 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.down-side {
     animation: down-marquee-html 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li img {
     width: 450px;
     border-radius: var(--pt-border-radius);
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li {
     margin: 0;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main {
     display: flex;
     gap: 10px;
     transform: translateY(-130px);
     max-height: 200px;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo {
     width: fit-content;
     border-radius: var(--small-border-radius);
     display: flex;
     gap: 15px;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo .logo-text {
     color: var(--white-color);
     font-size: 32px;
     line-height: 40px;
     text-transform: uppercase;
     font-weight: 500;
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo img {
     height: 40px;
     width: 35px;
     background-color: var(--white-color);
     padding: 8px 5px;
     border-radius: var(--small-border-radius);
}

.pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
     margin-bottom: 15px;
}

@media(max-width:1023px) {
     .pt-breadcrumbs.html {
          padding: 90px 0;
     }

     .pt-breadcrumbs.html .pt-breadcrumb-wrapper {
          grid-template-columns: 2fr 1fr;
     }

     .pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
          margin-bottom: 15px;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.html .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
     }

     .pt-breadcrumbs.html .pt-breadcrumb-wrapper .pt-img-marquee-main {
          display: none;
     }

     .pt-breadcrumbs.html {
          padding: 60px 0;
     }
}

@keyframes up-marquee-html {
     0% {
          top: 0%;
     }

     100% {
          top: -100%;
     }
}

@keyframes down-marquee-html {
     0% {
          top: -100%;
     }

     100% {
          top: 0%;
     }
}


@media (max-width:767px) {
     @keyframes up-marquee-html {
          0% {
               top: -10%;
          }

          100% {
               top: -90%;
          }
     }

     @keyframes down-marquee-html {
          0% {
               top: -90%;
          }

          100% {
               top: 10%;
          }
     }
} */

/* breadcrumb webflow*/
/* .pt-breadcrumbs {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pt-breadcrumbs .pt-section-title .pt-title-heading {
     color: var(--white-color);
}

.pt-breadcrumbs.webflow {
     padding: 120px 0;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     padding: 15px 0;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 56px;
     line-height: 64px;
     text-transform: uppercase;
     text-align: center;
}

.pt-breadcrumbs.webflow {
     overflow: hidden;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
     gap: 5px;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items {
     flex-direction: column;
     margin: 0;
     gap: 10px;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side {
     animation: up-marquee-webflow 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.down-side {
     animation: down-marquee-webflow 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li img {
     width: 450px;
     border-radius: var(--pt-border-radius);
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li {
     margin: 0;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main {
     display: flex;
     gap: 10px;
     transform: translateY(-130px);
     max-height: 200px;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo {
     width: fit-content;
     border-radius: var(--small-border-radius);
     display: flex;
     gap: 15px;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo .logo-text {
     color: var(--white-color);
     font-size: 32px;
     line-height: 40px;
     text-transform: uppercase;
     font-weight: 500;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-logo img {
     height: 41px;
     width: 65px;
     background-color: var(--white-color);
     padding: 8px 5px;
     border-radius: var(--small-border-radius);
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
     margin-bottom: 15px;
}

.pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
     margin-bottom: 30px;
}

@media(max-width:1023px) {
     .pt-breadcrumbs.webflow {
          padding: 90px 0;
     }

     .pt-breadcrumbs.webflow .pt-breadcrumb-wrapper {
          grid-template-columns: 2fr 1fr;
     }

     .pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
          margin-bottom: 15px;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.webflow .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
     }

     .pt-breadcrumbs.webflow .pt-breadcrumb-wrapper .pt-img-marquee-main {
          display: none;
     }

     .pt-breadcrumbs.webflow {
          padding: 60px 0;
     }
}

@keyframes up-marquee-webflow {
     0% {
          top: 0%;
     }

     100% {
          top: -100%;
     }
}

@keyframes down-marquee-webflow {
     0% {
          top: -100%;
     }

     100% {
          top: 0%;
     }
}


@media (max-width:767px) {
     @keyframes up-marquee-webflow {
          0% {
               top: -10%;
          }

          100% {
               top: -90%;
          }
     }

     @keyframes down-marquee-webflow {
          0% {
               top: -90%;
          }

          100% {
               top: 10%;
          }
     }
} */

/* breadcrumb blog */
/* .pt-breadcrumbs.blog {
     padding: 120px 0;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     padding: 0px;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 56px;
     line-height: 64px;
     text-transform: uppercase;
     text-align: center;
}

.pt-breadcrumbs.blog {
     overflow: hidden;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
     gap: 5px;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items {
     flex-direction: column;
     margin: 0;
     gap: 10px;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side {
     animation: up-marquee-blog 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.down-side {
     animation: down-marquee-blog 8s linear infinite;
     position: inherit;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li img {
     width: 450px;
     border-radius: var(--pt-border-radius);
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li {
     margin: 0;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main {
     display: flex;
     gap: 10px;
     transform: translateY(-130px);
     max-height: 200px;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
     margin-bottom: 15px;
}

.pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
     margin-bottom: 0;
}

@media(max-width:1023px) {
     .pt-breadcrumbs.blog {
          padding: 90px 0;
     }

     .pt-breadcrumbs.blog .pt-breadcrumb-wrapper {
          grid-template-columns: 3fr 1fr;
     }

     .pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
          margin-bottom: 15px;
     }

     .pt-breadcrumbs.wix-webflow .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side {
          display: none;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.blog .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
     }

     .pt-breadcrumbs.blog .pt-breadcrumb-wrapper .pt-img-marquee-main {
          display: none;
     }

     .pt-breadcrumbs.blog {
          padding: 60px 0;
     }
}

@keyframes up-marquee-blog {
     0% {
          top: 0%;
     }

     100% {
          top: -100%;
     }
}

@keyframes down-marquee-blog {
     0% {
          top: -100%;
     }

     100% {
          top: 0%;
     }
}


@media (max-width:767px) {
     @keyframes up-marquee-blog {
          0% {
               top: -10%;
          }

          100% {
               top: -90%;
          }
     }

     @keyframes down-marquee-blog {
          0% {
               top: -90%;
          }

          100% {
               top: 10%;
          }
     }
} */

/* breadcrumb About us */

/* .pt-breadcrumbs.about-us {
     padding: 120px 30px;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 2fr 1fr;
     gap: 15px;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 8vw;
     text-transform: uppercase;
     text-align: center;
     margin-bottom: -140px;
     opacity: .1;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title.text-center {
     margin-bottom: 15px;
     padding: 0 0;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left,
.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right {
     position: relative;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img,
.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img {
     position: absolute;
     height: 150px;
     width: auto;
     transition: var(--transition);
     transform-style: preserve-3d;
     transition-duration: .1s;
     border-radius: var(--small-border-radius);
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(1) {
     top: -22%;
     right: -5%;
     z-index: 1;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(2) {
     bottom: -8%;
     left: 0%;
     z-index: 2;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(3) {
     top: -30%;
     left: 5%;
     z-index: 3;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(4) {
     bottom: -25%;
     right: 5%;
     z-index: 4;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(1) {
     bottom: 5%;
     right: 0%;
     z-index: 2;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(2) {
     top: 15%;
     left: 0%;
     z-index: 1;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(3) {
     top: -20%;
     right: 5%;
     z-index: 3;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
     margin-bottom: 0px;
     padding: 0;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item {
     margin-top: 60px;
     font-size: 124px;
     line-height: 132px;
}

.pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
     text-align: center;
}

.pt-breadcrumbs.about-us {
     overflow: hidden;
}

.pt-breadcrumb .pt-breadcrumb-wrapper .pt-breadcrumb-content {
     z-index: 10;
}

.pt-breadcrumb {
     background-color: var(--dark-color);
}

.pt-breadcrumb .pt-breadcrumb-wrapper .pt-section-title .pt-title-heading,
.pt-breadcrumb .pt-breadcrumb-wrapper .pt-breadcrumb-description {
     color: var(--white-color);
}

@media(max-width:1440px) {
     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(4) {
          bottom: 7%;
          right: 5%;
          z-index: 1;
     }

     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(2) {
          bottom: -8%;
          z-index: 2;
          right: 0;
          left: auto;
     }

     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(1) {
          top: -12%;
     }

}

@media(max-width:1023px) {

     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img,
     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img {
          height: 100px;
     }

     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(1) {
          top: 7%;
     }

     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left img:nth-of-type(3) {
          top: 0;
     }

     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          margin-bottom: -130px;
          margin-top: 20px;
     }

     .pt-breadcrumbs.about-us {
          padding: 90px 15px;
     }

}

@media(max-width:767px) {
     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
     }

     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-left,
     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right {
          display: none;
     }

     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          font-size: 15vw;
     }
}

@media(max-width:479px) {
     .pt-breadcrumbs.about-us .pt-breadcrumb-wrapper .pt-breadcrumb-content .breadcrumb-item.active {
          font-size: 18vw;
          margin-bottom: -140px;
     }
} */



/*  breadcrumb web-devlopment */
/* .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
     padding: 120px 0 0;
}

.pt-breadcrumbs.web-development .breadcrumb-item.active {
     color: var(--secondary-color);
     text-transform: uppercase;
     font-size: 6vw;
     opacity: .1;
}

.pt-breadcrumbs.web-development {
     overflow: hidden;
}

.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-breadcrumb-description {
     margin-bottom: 0;
}

.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-right-image img {
     transform: scale(2) translateX(30%) translateY(-15%);
}

.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-right-image {
     max-height: 360px;
}

.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-section-title {
     margin-bottom: 15px;
}

@media(max-width:1279px) {
     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-right-image img {
          transform: scale(2) translateX(20%) translateY(-12%);
     }
}

@media(max-width:1023px) {
     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper {
          padding: 90px 0 0;
     }

     .pt-breadcrumbs.web-development .breadcrumb-item.active {
          font-size: 8vw;
          margin-top: 30px;
     }

     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-right-image img {
          transform: scale(3) translateX(27%) translateY(0%);
     }

     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper {
          grid-template-columns: 2fr 1fr;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.web-development .breadcrumb-item.active {
          font-size: 9.5vw;
          margin-top: 30px;
          margin-bottom: -5px;
     }

     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
     }

     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-right-image {
          display: none;
     }

     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper {
          padding: 60px 0 0;
     }
}

@media(max-width:479px) {
     .pt-breadcrumbs.web-development .breadcrumb-item.active {
          margin-bottom: -15px;
     }
} */



/* .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main.left-side-marquee .pt-img-marquee,
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee .pt-img-marquee {
     gap: 5px;
}
 
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items{
     flex-direction: column;
     margin: 0;
     gap: 5px;
}
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side{
    animation: up-marquee 30s linear infinite;
    position: inherit;
}
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.down-side{
    animation: down-marquee 30s linear infinite;
    position: inherit;
}
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li img{
     width: auto;
}
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee li{
     margin: 0;
}
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main{
     display: flex;
     gap: 5px;
}
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-breadcrumb-description{
     margin-bottom: 0;
}
.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .breadcrumb-item{
     margin-top: 60px;
}
 

.pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee{
     transform: skew(24deg, -24deg) translateX(43%);
}
@media(max-width:767px){
     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main.right-side-marquee{
          transform: skew(24deg, -24deg) translateX(43%);
     }
     .breadcrumb.client .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side,
     .breadcrumb.wix-webflow .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side,
     .breadcrumb.blog .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side,
     .pt-breadcrumbs.web-development .pt-breadcrumb-wrapper .pt-img-marquee-main .pt-img-marquee.up-side{
              animation: up-marquee 6s linear infinite;
     }

} */


/* responsive breadcrumb digital-marketing */

/* .pt-breadcrumbs.digital-marketing {
     display: block;
     margin-bottom: 0;
     overflow: hidden;
     padding: 120px 15px 0;
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
}

.pt-breadcrumbs.digital-marketing .breadcrumb-item.active {
     color: var(--secondary-color);
     font-size: 7vw;
     text-transform: uppercase;
     padding-top: 100px;
     line-height: normal;
     margin-bottom: -50px;
     opacity: .1;
     text-align: center;
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title {
     margin-bottom: 15px;
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right {
     position: relative;
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img {
     position: absolute;
     height: 150px;
     width: auto;
     transition: var(--transition);
     transform-style: preserve-3d;
     transition-duration: .1s;
     border-radius: var(--small-border-radius);
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(1) {
     top: 0%;
     right: 10%;
     z-index: 1;
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(2) {
     bottom: -15%;
     right: 0%;
     z-index: 2;
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(3) {
     bottom: 0%;
     left: 15%;
     z-index: 3;
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(4) {
     top: 38%;
     right: 28%;
     z-index: 4;
     height: 105px;
     width: 105px;
}

.pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-breadcrumb-description {
     margin-bottom: 0px;
}


@media(max-width:1440px) {
     .pt-breadcrumbs.digital-marketing .breadcrumb-item.active {
          font-size: 9.5vw;
     }
}

@media(max-width:1023px) {
     .pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img {
          height: 100px;
     }

     .pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(4) {
          height: 90px;
          right: 20%;
     }

     .pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(2) {
          bottom: 18%;
     }

     .pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(1) {
          top: 20%;
     }

     .pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right img:nth-of-type(3) {
          bottom: 23%;
     }

     .pt-breadcrumbs.digital-marketing .breadcrumb-item.active {
          margin-bottom: -40px;
          padding-top: 45px;
          font-size: 10vw;
     }

     .pt-breadcrumbs.digital-marketing {
          padding-top: 90px;
     }
}

@media(max-width:767px) {
     .pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper {
          grid-template-columns: 1fr;
     }

     .pt-breadcrumbs.digital-marketing .pt-breadcrumb-wrapper .pt-breadcrumb-wrapper-right {
          display: none;
     }

     .pt-breadcrumbs.digital-marketing .breadcrumb-item.active {
          padding-top: 30px;
          margin-bottom: -20px;
          font-size: 9.5vw;
     }

     .pt-breadcrumbs.digital-marketing {
          padding: 60px 0 0;
     }
}

@media(max-width:479px) {
     .pt-breadcrumbs.digital-marketing .breadcrumb-item.active {
          font-size: 9vw;
          margin-bottom: -10px;
     }
} */



/*================================================
Footer
================================================*/

/* footer top
#pt-footer .pt-footer-style-1 {
     padding-top: 90px;
}

#pt-footer .pt-footer-style-1 .pt-footer-top {
     padding-top: 0;
}

.pt-footer-style-1 .pt-footer-top .footer-top-block {
     display: grid;
     gap: 30px;
     grid-template-columns: 3fr 2fr;
     justify-items: end;
     padding-bottom: 45px;
     border-bottom: 1px solid rgba(var(--white-rgba), .1);
     align-items: center;

}

.pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
     color: var(--white-color);
     font-size: 62px;
     line-height: 70px;
}

.pt-footer-style-1 .footer-top-block .pt-button-container .pt-button.pt-button-flat .pt-circle {
     background: var(--white-color);
}

.pt-footer-style-1 .footer-top-block .pt-button-container .pt-button.pt-button-flat:hover {
     color: var(--dark-color);
}

.pt-footer-style-1 .footer-contact-grid-block .footer-contact-title,
.pt-footer-style-1 .pt-social-box .footer-contact-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--white-color);
     margin-bottom: 15px;
}

.pt-footer-style-1 .pt-social-box ul a {
     padding: 0;

}

.pt-footer-style-1 .pt-social-box ul svg {
     color: var(--white-color);
     transition: var(--transition);
}

.pt-footer-style-1 .pt-social-box ul a svg:hover {
     color: var(--primary-color);
}

.pt-footer-style-1 .pt-social-box ul {
     display: flex;
     gap: 15px;
     flex-wrap: wrap;
     padding-left: 0;
     align-items: center;
}

.pt-footer-style-1 .pt-social-box ul svg {
     height: 20px;
     width: 20px;
}

.pt-footer-style-1 .pt-social-box ul li {
     margin-bottom: 0;
}

.pt-footer-style-1 .footer-contact-grid-block .footer-contact-mail-text {
     font-size: 18px;
     line-height: 24px;
     color: var(--white-color);
     transition: var(--transition);
}

.pt-footer-style-1 .footer-contact-grid-block .footer-contact-mail-text:hover {
     color: var(--primary-color);
}

.pt-footer-style-1 .footer-contact-grid-block .footer-contact-address {
     color: var(--white-color);
     font-size: 18px;
     font-variant: var(--transition);
}

.pt-footer-style-1 .footer-contact-grid-block .footer-contact-phone-text {
     font-size: 18px;
     line-height: 26px;
     color: var(--white-color);
     transition: var(--transition);
}

.pt-footer-style-1 .footer-contact-grid-block .footer-contact-phone-text:hover {
     color: var(--primary-color);
}

.pt-footer-style-1 .pt-social-box .footer-contact-title {
     margin-bottom: 5px;
}

.pt-footer-style-1 .pt-footer-top .widget {
     margin-bottom: 0 !important;
}

.pt-footer-style-1 .footer-bottom-block {
     display: grid;
     grid-template-columns: 2fr 1fr 1fr 1fr;
     gap: 30px;
     border-bottom: 1px solid rgba(var(--white-rgba), .1);
     justify-content: center;
     padding: 60px 0;
}

.pt-footer-style-1 .footer-bottom-block .pt-footer-column-2,
.pt-footer-style-1 .footer-bottom-block .pt-footer-column-3,
.pt-footer-style-1 .footer-bottom-block .pt-footer-column-4{
     text-align: start;
}

copyright footer


.pt-footer-style-1 .pt-copyright-footer .footer-page-link-block {
     display: flex;
     gap: 10px;
     align-items: center;
     text-transform: capitalize;
}

.pt-footer-style-1 .pt-copyright-footer .footer-page-link-block a {
     color: var(--white-color);
     transition: var(--transition);
     line-height: normal;
     letter-spacing: 1px;
}

.pt-footer-style-1 .pt-copyright-footer .footer-page-link-block a:hover {
     color: var(--primary-color);
}

.pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-right {
     text-align: start;
     line-height: normal;
     font-size: 16px;
}

.pt-footer-style-1 .pt-copyright-footer {
     display: flex;
     gap: 30px;
     justify-content: space-between;
     padding: 30px 0;
     text-align: start;
     align-items: center;
}

.pt-footer-style-1 .footer-contact-grid-block .footer-contact-address,
.pt-footer-style-1 .footer-contact-grid-block .footer-contact-mail-text,
.pt-footer-style-1 .footer-contact-grid-block .footer-contact-phone-text {
     letter-spacing: 1px;
}

@media (max-width:1023px) {
     .pt-footer-style-1 .footer-bottom-block {
          grid-template-columns: 1fr 1fr;
          column-gap: 60px;
          row-gap: 20px;
     }

     .pt-footer-style-1 .pt-footer-top .footer-top-block {
          grid-template-columns: 3fr 1fr;
     }
}

@media (max-width:767px) {
     .pt-footer-style-1 .footer-bottom-block {
          grid-template-columns: 1fr;
          column-gap: 60px;
          row-gap: 20px;
     }

     .pt-footer-style-1 .pt-footer-top .footer-top-block {
          grid-template-columns: 1fr;
          justify-items: start;
     }

     .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
          font-size: 40PX;
          line-height: 48px;
     }

     .pt-footer-style-1 .pt-copyright-footer {
          flex-wrap: wrap;
          justify-content: center;
          gap: 10px;
     }

     .pt-footer-style-1 .pt-copyright-footer-left .footer-page-link-block {
          align-items: center;
          justify-content: center;
          gap: 15px;
     }

     .pt-footer-style-1 .pt-copyright-footer-right .pt-copyright {
          text-align: center;
     }
}

@media (max-width:479px) {
     .pt-footer-style-1 .pt-copyright-footer {
          gap: 30px;
     }

     .pt-footer-style-1 .footer-contact-grid-block .footer-contact-title,
     .pt-footer-style-1 .pt-social-box .footer-contact-title {
          font-size: 24px;
          line-height: 32px;
     }

     .pt-footer-style-1 .footer-contact-grid-block .footer-contact-address,
     .pt-footer-style-1 .footer-contact-grid-block .footer-contact-mail-text,
     .pt-footer-style-1 .footer-contact-grid-block .footer-contact-phone-text {
          font-size: 16px;
          line-height: 22px;
          word-spacing: 1px;
     }

     .pt-footer-style-1 .footer-contact-grid-block .footer-contact-title,
     .pt-footer-style-1 .pt-social-box .footer-contact-title {
          margin-bottom: 5px;
     }

     .pt-footer-style-1 .pt-social-box ul svg {
          height: 16px;
          width: 16px;
     }

     .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
          font-size: 32PX;
          line-height: 40px;
     }
} */


/*==================================================
Header
==================================================*/
/* .animated {
     -webkit-animation-duration: 1.25s;
     animation-duration: 1.25s;
}

.fadeInDown {
     animation-name: fadeInDown;
}

.fadeInLeft {
     animation-name: fadeInLeft;
}



header#pq-header {
     position: relative;
     display: inline-block;
     width: 100%;
     clear: both;
     background: var(--white-color);
     z-index: 99;
}

header#pq-header.pq-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
} */

/*============Logo============*/
.pt-header-style-1 .navbar .navbar-brand img {
     height: 33px;
     border-radius: 0;
     width: auto;
}

/*============ Header Navbar Bar ============*/
.pt-header-style-1 {
     /* min-height: 90px; */
     border-bottom: 1px solid rgba(var(--dark-rgba), .1);
     position: relative;
}

.pt-header-style-1 .navbar {
     padding: 0;
     display: flex;
     align-items: center;
     gap: 30px;
     padding: 0 45px;
     justify-content: space-between;
}

.pt-header-style-1 .navbar .navbar-collapse {
     justify-content: center;
}

@media (max-width: 1500px) {
     .pt-header-style-1 .navbar {
          padding: 0 10px;
     }
}

@media (max-width: 1200px) {
     .pt-header-style-1 .navbar {
          padding: 20px 10px;
          justify-content: flex-start;
     }

     .pt-header-style-1 .navbar .navbar-brand {
          margin-right: auto;
     }
}

/* .pt-header-style-1 .navbar .pq-menu-contain {
     width: 100%;
} */

/* .pt-header-style-1 .navbar .navbar-nav {
     display: flex;
     gap: 30px;
}

.pt-header-style-1 .navbar .navbar-nav li {
     position: relative;
     display: inline-block;
     float: left;
     color: var(--dark-color);
     font-weight: 400;
     font-family: var(--title-fonts);
     line-height: 120px;  
}

.pt-header-style-1 .navbar .navbar-nav li:last-child {
     margin-right: 0;
}

.pt-header-style-1 .navbar .navbar-nav li a {
     color: var(--dark-color);
     font-family: var(--blue-color);
     text-transform: capitalize;
     font-size: 20px;
     line-height: 28px;
}

.pt-header-style-1 .navbar .navbar-nav li a:focus,
.pt-header-style-1 .navbar .navbar-nav li a:hover,
.pt-header-style-1 .navbar .navbar-nav li.current-menu-item a,
.pt-header-style-1 .navbar .navbar-nav li.current_page_item a,
.pt-header-style-1 .navbar .navbar-nav li:hover a,
.pt-header-style-1 .navbar .navbar-nav li.current-menu-ancestor a ,
.pt-header-style-1 .navbar .navbar-nav li.current-menu-item i,
.pt-header-style-1 .navbar .navbar-nav li.current-menu-ancestor i,
.pt-header-style-1 .navbar .navbar-nav li:hover i{
     color: var(--primary-color);
} */

/*============ Sub Menu Bar ============*/
/* .pt-header-style-1 .navbar .navbar-nav li .sub-menu {
     display: none;
     transition: var(--transition);
}

.pt-header-style-1 .navbar .navbar-nav li:hover .sub-menu {
     display: block;
     background: var(--white-color);
     position: absolute;
     top: 100%;
     left: 0;
     padding-left: 0;
     display: inline-block;
     width: 300px;
     z-index: 999;
     box-shadow: 0px 5px 15px 0px rgba(var(--dark-rgba), .1);
     opacity: 1;
     animation: submenu-effect .5s;
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu li {
     padding: 0;
     margin: 0;
     display: flex;
     align-items: center;
     width: 100%;
     color: var(--dark-color);
     position: relative;
     transition: var(--transition);
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu li i{
     background-color: transparent;
     padding-right: 15px;
     transition: var(--transition);
     transform: rotate(-90deg);
     position: absolute;
     right: 15px;
     top: 10px;
     color: var(--dark-color);
}
.pt-header-style-1 .navbar .navbar-nav li .sub-menu li:hover i{
     color: var(--primary-color);
}
.pt-header-style-1 .navbar .navbar-nav li i {
     margin-left: 10px;
     font-size: 12px;
     color: var(--dark-color);
     transition: var(--transition);
}
 
.pt-header-style-1 .navbar .navbar-nav li .sub-menu li a {
     text-transform: capitalize;
     padding: 10px 15px;
     display: inline-block;
     width: 100%;
     color: var(--dark-color);
     font-size: 16px;
     line-height: 24px;
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu li:focus a,
.pt-header-style-1 .navbar .navbar-nav li .sub-menu li:hover a,
.pt-header-style-1 .navbar .navbar-nav li .sub-menu li.current-menu-item > li,
.pt-header-style-1 .navbar .navbar-nav li .sub-menu li:hover .nav-label-wrapper .nav-label .lable-name{
     color: var(--primary-color);
}
.pt-header-style-1 .navbar .navbar-nav li .sub-menu li  .nav-label-wrapper .nav-label .lable-disc{
     color: var(--secondary-color);
     font-size: 14px;
}
.pt-header-style-1 .navbar .navbar-toggler{
     background-color: var(--primary-color);
}

@keyframes submenu-effect{
     0%{
          opacity: 0;
          margin-top: 15px;
     }
     100%{
          opacity: 1;
          margin-top: 0px;
     }
} */


/*================================================
Header
================================================*/

/* #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--e-global-color-primary);
} */



#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
     display: none;
}

/* #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 0%;
    height: 2px;
    background: var(--e-global-color-primary);
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link::before {
    width: 100%;
} */

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
     margin-right: 9px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
     margin-left: 9px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover .nav-label-wrapper .nav-label .lable-name,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus .nav-label-wrapper .nav-label .lable-name {
     color: var(--primary-color);
}

/* #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover .nav-label-wrapper .nav-label .label-disc,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus .nav-label-wrapper .nav-label .label-disc {
     color: var(--secondary-color);
} */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
     color: var(--secondary-color);
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
     font-size: 14px;
     line-height: 22px;
}

@media(max-width:1400px) {
     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
          margin: 0 30px 0 0;
     }
}
     @media(max-width:1279px) {
		      #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
          margin: 0 20px 0 0;
     }
}

@media(max-width:1200px) {

     .pt-header-style-1 .navbar .pt-middle-menu {
          order: 2;
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
          margin: 0;
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
          display: none;
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          color: var(--dark-color);
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
          color: var(--white-color);
     }

     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
          display: block;
     }

     #mega-menu-wrap-primary .mega-menu-toggle {
          width: 60px;
          height: 60px;
          line-height: 60px;
          justify-content: center;
     }

     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {
          padding-left: 0;
     }

     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
          padding-right: 0;
     }

     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
          background-color: var(--white-color);
     }
}

@media (max-width: 767px) {
     #mega-menu-wrap-primary .mega-menu-toggle {
          width: 55px;
          height: 55px;
          line-height: 55px;
     }
}


/* header label */

.nav-label-wrapper {
     display: flex;
     gap: 12px;
     align-items: center;
     padding: 8px;
     border-radius: 8px;
     transition: all 0.3s ease-in-out;
     cursor: pointer;
}

.nav-label-wrapper:hover {
     /*     background-color: rgba(233, 240, 255, 0.8);  */
     background-color: var(--grey-color);
}


.nav-label-wrapper .nav-image {
     width: 44px;
     height: 44px;
     flex-shrink: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: var(--grey-color);
     border-radius: 8px;
     transition: all 0.3s ease-in-out;
     overflow: hidden;
}


.nav-label-wrapper:hover .nav-image {
     background-color: #ffffff;
}

.nav-label-wrapper .nav-image img {
     width: 28px;
     height: 28px;
     object-fit: contain;
}

.nav-label-wrapper .nav-label {
     display: flex;
     flex-direction: column;
     gap: 2px;
}

.nav-label-wrapper .nav-label .lable-name {
     display: block;
     color: var(--dark-color);
     transition: all 0.2s ease-in-out;
     font-size: 18px;
     line-height: 1.3;
}

.nav-label-wrapper .nav-label .label-disc {
     font-size: 13px;
     color: var(--secondary-color);
     transition: all 0.2s ease-in-out;
     line-height: 1.3;
}

.nav-label-wrapper:hover .lable-name {
     color: var(--primary-color);
}

.nav-label-wrapper:hover .label-disc {
     color: var(--secondary-color);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .nav-label-wrapper,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .nav-label-wrapper,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item .nav-label-wrapper {
    background-color: var(--grey-color);
}

/* Current Menu Image */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .nav-label-wrapper .nav-image,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .nav-label-wrapper .nav-image,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item .nav-label-wrapper .nav-image {
    background-color: #fff;
}

/* Current Menu Title */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .nav-label-wrapper .lable-name,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .nav-label-wrapper .lable-name,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item .nav-label-wrapper .lable-name {
    color: var(--primary-color);
}

/* Current Menu Description */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .nav-label-wrapper .label-disc,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .nav-label-wrapper .label-disc,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item .nav-label-wrapper .label-disc {
    color: var(--secondary-color);
}

/* .nav-label-wrapper img {
     width: 11%;
} */

/*============ Navigation Sub Menu ============*/
.pt-header-style-1 .navbar .navbar-nav li .sub-menu li>.sub-menu {
     display: none;
     box-shadow: 0px 5px 15px 0px rgba(var(--dark-rgba), .1);
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
     position: absolute;
     top: 0;
     left: 100%;
     display: block;
     background: var(--white-color);
     padding-left: 0;
     display: inline-block;
     width: 200px;
}

.pt-header-style-1 .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pq-submenu-icon {
     opacity: 1;
     position: absolute;
     top: 12px;
     right: 15px;
     font-size: 12px;
     color: var(--secondary-color);
     -moz-transform: rotate(270deg);
     -webkit-transform: rotate(270deg);
     -o-transform: rotate(270deg);
     -ms-transform: rotate(270deg);
     transform: rotate(270deg);
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pq-submenu-icon {
     color: var(--white-color);
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
     color: var(--primary-color);
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
     color: var(--white-color);
     transition: all 0s ease-in-out;
     transition: all 0s ease-in-out;
     -moz-transition: all 0s ease-in-out;
     -ms-transition: all 0s ease-in-out;
     -o-transition: all 0s ease-in-out;
     -webkit-transition: all 0s ease-in-out;
}

.pt-header-style-1 .navbar .navbar-toggler {
     padding: 10px 20px;
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu li .sub-menu li a {
     color: var(--dark-color);
     transition: var(--transition);
}

.pt-header-style-1 .navbar .navbar-nav li .sub-menu li .sub-menu li:hover a {
     color: var(--primary-color);
}

/*============ Header Default ============*/
header#pq-header.pq-header-default .pq-bottom-header.pq-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     background: var(--white-color);
}

header#pq-header.pq-header-default .pq-btn-container {
     margin: 0 0 0 30px;
}

header#pq-header.pq-header-default .pq-button {
     background: var(--primary-color);
     margin-left: 30px;
}

header#pq-header.pq-header-default .pq-button:hover {
     background: var(--dark-color);
}

header#pq-header.pq-header-default .pq-btn-container .pq-button:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

header#pq-header.pq-header-default .pq-toggle-btn {
     padding: 0;
     margin: 0 0 0 30px;
}

header#pq-header.pq-header-default .pq-toggle-btn a {
     position: relative;
     display: inline-block;
     padding: 0;
     font-size: 38px;
     background: var(--primary-color);
     color: #fff;
     line-height: 52px;
     width: 52px;
     height: 52px;
     text-align: center;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
}

header#pq-header.pq-header-default .pq-menu-search-block {
     margin: 0 0 0 30px;
}

header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
     right: 100%;
     left: inherit;
     box-shadow: 0px 5px 15px 0px rgba(var(--dark-rgba), .1);
}

.pt-header-style-1 .navbar .navbar-nav .pt-nav-contactus {
     display: none;
}

/*============ responsive header ============*/
@media (max-width:1199px) {
     .pt-header-style-1 .navbar .navbar-nav .pt-nav-contactus {
          display: block;
     }

     .pt-header-style-1 .navbar-toggler {
          position: absolute;
          right: 15px;
          top: 22px;
     }


     .pt-header-style-1 .navbar .navbar-nav li .sub-menu {
          background-color: var(--grey-color);
          animation: none;
          animation: submenu-effect-tab .5s;
     }

     .pt-header-style-1 .navbar .navbar-nav li:hover .sub-menu {
          position: relative;
          display: inline-block;
          width: 100%;
          background-color: var(--grey-color);
          margin-top: 10px;
     }

     .pt-header-style-1 .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
          position: relative;
          display: block;
          left: 0;
          width: 100%;
          background-color: transparent;
     }

     .pt-header-style-1 .navbar .navbar-nav li .sub-menu li>.sub-menu li a {
          padding-left: 25px;
     }

     .pt-header-style-1 .navbar .navbar-nav li .sub-menu li {
          flex-direction: column;
     }

     .pt-header-style-1 .navbar .navbar-nav li .sub-menu i {
          position: absolute;
          top: 15px;
          right: 0px;
     }

     .pt-header-style-1 .navbar .navbar-nav li .sub-menu li i {
          background-color: transparent;
          padding-right: 0px;
          transition: var(--transition);
          transform: rotate(0deg);
          top: 20px;
     }

     .pt-header-style-1 .navbar .navbar-nav li {
          line-height: normal;
     }

     @keyframes submenu-effect {
          0% {
               opacity: 0;
               margin-top: -15px;
          }

          100% {
               opacity: 1;
               margin-top: 10px;
          }
     }
}

@media (max-width: 767px) {
     .pt-header-style-1 .pt-button-container {
          display: none;
     }
}

@media (max-width:479px) {
     .pt-header-style-1 .navbar .navbar-brand img {
          height: 25px;
     }
}






/* Custom Cursor Container */



#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
     background: var(--white-color);
     box-shadow: 0px 5px 15px 0px rgba(var(--dark-rgba), .1);
     border-radius: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
     padding: 10px;
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
     padding: 10px;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link span {
     color: var(--white-color);
     position: relative;
     background: transparent;
     line-height: 1;
     padding: 0;
     font-size: 18px;
     border-radius: 20px;
     top: auto;
     left: auto;
     text-transform: uppercase;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link span.pt-new {
     color: var(--white-color);
     position: absolute;
     background: var(--primary-color);
     line-height: 1;
     padding: 4px 8px;
     font-size: 10px;
     border-radius: 20px;
     top: 21px;
     left: 49px;
     text-transform: uppercase;
}


@media (max-width: 1200px) {

     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
          padding: 0;
     }

     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
          padding: 0;
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link span.pt-new {
          top: 2px;
          left: 60px;
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link span.pt-new {
          background: var(--white-color);
          color: var(--primary-color);
     }

}

     /*================================================
custom css
================================================*/


     /* Custom Cursor Container */
     .cursor {
          position: fixed;
          top: 0;
          left: 0;
          pointer-events: none;
          z-index: 9999;
          transition: all .3s ease-in-out;
     }

     /* Dot */
     .cursor .cursor-dot {
          position: absolute;
          width: 6px;
          height: 6px;
          background: var(--primary-color);
          border-radius: 50%;
          transform: translate(-50%, -50%);
     }

     /* Ring (scroll progress indicator) */
     .cursor .cursor-ring {
          position: absolute;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          transform: translate(-50%, -50%) rotate(0deg);
     }

     .cursor svg {
          width: 40px;
          height: 40px;
          transform: rotate(-90deg);
     }

     .cursor .ring-bg {
          stroke: var(--secondary-color);
          stroke-width: 3;
     }

     .cursor .ring-progress {
          stroke: var(--primary-color);
          stroke-width: 4;
          stroke-linecap: round;
          stroke-dasharray: 113;
          stroke-dashoffset: 113;
          transition: stroke-dashoffset 0.2s linear;

     }

     /*==============  pop-up image gallery  ================ */

     .popup-img {
          width: 100%;
          border-radius: 15px;
          cursor: pointer;
          margin: 10px;
          transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
     }

     .image-popup {
          display: none;
          position: fixed;
          z-index: 9999;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.85);
          justify-content: center;
          align-items: center;
     }

     .image-popup img {
          max-width: 90%;
          max-height: 85vh;
          border-radius: 10px;
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
          animation: fadeIn 0.3s ease;
     }

     .image-popup::after {
          content: "×";
          position: absolute;
          top: 25px;
          right: 45px;
          font-size: 40px;
          color: white;
          cursor: pointer;
          font-weight: bold;
          transition: color 0.3s ease;
     }

     .image-popup::after:hover {
          color: #ff4444;
     }

     @keyframes fadeIn {
          from {
               opacity: 0;
               transform: scale(0.55);
          }

          to {
               opacity: 1;
               transform: scale(1);
          }
     }


     /*============== page loader  ================ */
     #pt-loader {
          position: fixed;
          inset: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          background: var(--grey-color);
          z-index: 9999;
          transition: opacity .4s ease, visibility .4s ease;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          transform: translateY(0);

          overflow: hidden;
     }

     #pt-loader.hidden {
          opacity: 0;
          visibility: hidden;
     }

     /* Wordmark reveal */
     .pt-word {
          letter-spacing: 5px;
          color: var(--dark-color);
          font-size: 40px;
          margin: 0;
          display: flex;
          align-items: center;
          font-family: var(--title-fonts);
     }

     .pt-word span {
          opacity: 0;
          transform: scale(1.3);
          animation: pt-reveal .8s ease-in-out forwards;
          font-family: var(--title-fonts);
     }

     .pt-word span:nth-child(1) {
          animation-delay: .05s
     }

     .pt-word span:nth-child(2) {
          animation-delay: .10s
     }

     .pt-word span:nth-child(3) {
          animation-delay: .15s
     }

     .pt-word span:nth-child(4) {
          animation-delay: .20s
     }

     .pt-word span:nth-child(5) {
          animation-delay: .25s
     }

     .pt-word span:nth-child(6) {
          animation-delay: .30s
     }

     .pt-word span:nth-child(7) {
          animation-delay: .35s
     }

     .pt-word span:nth-child(8) {
          animation-delay: .40s
     }

     .pt-word span.light {
          color: var(--primary-color)
     }

     .pt-word span.light.q {
          animation-delay: .55s
     }

     .pt-word span.light.o {
          animation-delay: .70s
     }

     .pt-word span.light.d {
          animation-delay: .75s
     }

     .pt-word span.light.e {
          animation-delay: .80s
     }

     @keyframes pt-reveal {
          to {
               opacity: 1;
               transform: scale(1)
          }
     }

     /* Small screens */
     @media (max-width:479px) {
          .pt-word {
               font-size: 28px;
               letter-spacing: 4px;
          }

          #pt-loader {
               animation: loader-out .8s ease-out 1.2s;
          }
     }

     @keyframes loader-out {
          to {
               transform: translateY(-120%);
          }
     }

     /* Exit runs only when JS adds this class */
     #pt-loader.slideout {
          animation: loader-out .8s ease-out forwards;
          /* forwards keeps it offscreen until removed */
     }


     #pt-loader.hidden {
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
     }


     /*============== custom banner img animation  ================ */

     /* Common smooth animation */
     .pt-anim-star,
     .pt-anim-polygon,
     .pt-anim-gemini,
     .pt-anim-figma {
          animation-duration: 4s;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
          will-change: transform;
     }

     /* 1. Left Star Icon Animation */
     .pt-anim-star {
          animation-name: ptStarFloat;
     }

     @keyframes ptStarFloat {
          0% {
               transform: translateY(0) scale(1) rotate(0deg);
          }

          50% {
               transform: translateY(-18px) scale(1.08) rotate(8deg);
          }

          100% {
               transform: translateY(0) scale(1) rotate(0deg);
          }
     }

     /* 2. Right Polygon Icon Animation */
     .pt-anim-polygon {
          animation-name: ptPolygonRotate;
          animation-duration: 6s;
     }

     @keyframes ptPolygonRotate {
          0% {
               transform: translateY(0) rotate(0deg);
          }

          50% {
               transform: translateY(-14px) rotate(180deg);
          }

          100% {
               transform: translateY(0) rotate(360deg);
          }
     }

     /* 3. Gemini AI Box Animation */
     .pt-anim-gemini {
          animation-name: ptGeminiMove;
     }

     @keyframes ptGeminiMove {
          0% {
               transform: translate(0, 0) rotate(0deg);
          }

          50% {
               transform: translate(18px, -18px) rotate(3deg);
          }

          100% {
               transform: translate(0, 0) rotate(0deg);
          }
     }

     /* 4. Figma Expert Box Animation */
     .pt-anim-figma {
          animation-name: ptFigmaMove;
          animation-delay: 0.4s;
     }

     @keyframes ptFigmaMove {
          0% {
               transform: translate(0, 0) rotate(0deg);
          }

          50% {
               transform: translate(-18px, -16px) rotate(-3deg);
          }

          100% {
               transform: translate(0, 0) rotate(0deg);
          }
     }

     /* Hover effect for Gemini and Figma boxes */
     .pt-anim-gemini:hover,
     .pt-anim-figma:hover {
          animation-play-state: paused;
          transform: scale(1.08);
          transition: 0.4s ease;
     }

     /*============== banner word  ================ */

     /* .pt-agency-pin-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden !important;
    z-index: 2;
}

.pt-agency-sticky-wrap {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.pt-agency-bg-text {
    font-size: clamp(120px, 22vw, 420px);
    line-height: clamp(100px, 14.7vw, 280px);
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.055);
    width: 100%;
    text-align: center;
    white-space: nowrap;
    transform: scale(0);
    transform-origin: center center;
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
}

@media (max-width: 1024px) {
    .pt-agency-bg-text {
        font-size: clamp(90px, 24vw, 260px);
        line-height: clamp(80px, 19vw, 215px);
    }
}

@media (max-width: 767px) {
    .pt-agency-bg-text {
        font-size: clamp(65px, 25vw, 150px);
        line-height: clamp(58px, 21vw, 130px);
        letter-spacing: -0.05em;
    }
} */

     .pt-agency-bg-text .elementor-heading-title {
          font-size: clamp(120px, 22vw, 420px);
          line-height: clamp(100px, 14.7vw, 280px);
          font-weight: 700 !important;
     }

     @media (max-width: 1024px) {
          .pt-agency-bg-text .elementor-heading-title {
               font-size: clamp(90px, 23vw, 260px);
               line-height: clamp(80px, 16vw, 215px);
          }
     }

     @media (max-width: 767px) {
          .pt-agency-bg-text .elementor-heading-title {
               font-size: clamp(65px, 22vw, 150px);
               line-height: clamp(42px, 14vw, 120px);
          }
     }


     /*============== Fade animation base ================ */

     /* First 3 box animation */
     .pt-box-scroll-1,
     .pt-box-scroll-2,
     .pt-box-scroll-3 {
          opacity: 0;
          transform: translateY(-90px);
          filter: blur(6px);
          transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
     }

     .pt-box-scroll-1 {
          transition-delay: 0s;
     }

     .pt-box-scroll-2 {
          transition-delay: 0.18s;
     }

     .pt-box-scroll-3 {
          transition-delay: 0.36s;
     }

     .pt-box-scroll-1.pt-scroll-show,
     .pt-box-scroll-2.pt-scroll-show,
     .pt-box-scroll-3.pt-scroll-show {
          opacity: 1;
          transform: translateY(0);
          filter: blur(0);
     }


     /* Pricing top 3 card animation */
     .pt-card-scroll-1,
     .pt-card-scroll-2,
     .pt-card-scroll-3 {
          opacity: 0;
          transform: translateY(-120px) scale(0.92);
          transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
     }

     .pt-card-scroll-1 {
          transition-delay: 0s;
     }

     .pt-card-scroll-2 {
          transition-delay: 0.18s;
     }

     .pt-card-scroll-3 {
          transition-delay: 0.36s;
     }

     .pt-card-scroll-1.pt-scroll-show,
     .pt-card-scroll-2.pt-scroll-show,
     .pt-card-scroll-3.pt-scroll-show {
          opacity: 1;
          transform: translateY(0) scale(1);
     }


     /* Support / Contact box animation */
     .pt-info-scroll-left,
     .pt-info-scroll-right {
          opacity: 0;
          transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
     }

     .pt-info-scroll-left {
          transform: translateX(-100px) scale(0.96);
     }

     .pt-info-scroll-right {
          transform: translateX(100px) scale(0.96);
     }

     .pt-info-scroll-left.pt-scroll-show,
     .pt-info-scroll-right.pt-scroll-show {
          opacity: 1;
          transform: translateX(0) scale(1);
     }


     /* Mobile */
     @media (max-width: 767px) {

          .pt-card-scroll-1,
          .pt-card-scroll-2,
          .pt-card-scroll-3,
          .pt-box-scroll-1,
          .pt-box-scroll-2,
          .pt-box-scroll-3 {
               transform: translateY(-70px) scale(0.96);
          }

          .pt-info-scroll-left,
          .pt-info-scroll-right {
               transform: translateY(70px) scale(0.96);
          }

          .pt-info-scroll-left.pt-scroll-show,
          .pt-info-scroll-right.pt-scroll-show {
               transform: translateY(0) scale(1);
          }
     }

     /*================================================
enveto-products-grid
================================================*/
     .pt-product-grid {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;
          gap: 30px;
          text-align: start;
     }

     .pt-product-item {
          display: flex;
          flex-direction: column;
          padding: 10px;
          height: 100%;
          border-radius: var(--small-border-radius);
          background-color: var(--white-color);
     }

     .pt-product-slider .pt-product-item {
          background-color: var(--grey-color);
     }

     .pt-product-slider .owl-stage {
          display: flex;
     }

     .pt-product-slider .owl-item {
          display: flex;
          justify-content: center;
          height: auto !important;
     }

     .pt-product-slider .item {
          display: flex;
          width: 100%;
          justify-content: center;

     }

     .pt-product-item .pt-image-wrapper {
          position: relative;
          border: 1px solid rgba(var(--dark-rgba), .1);
          background-color: transparent;
          border-radius: var(--small-border-radius);
          overflow: hidden;
          width: 100%;
          margin-bottom: 20px;
     }

     .pt-product-item .pt-image-wrapper img {
          border-radius: var(--small-border-radius);
          width: 100%;
          height: 100%;
          object-fit: cover;
          margin-bottom: 0;
     }

     .pt-product-item .pt-product-button {
          margin-bottom: 20px;
          display: flex;
          gap: 20px;
     }

     .pt-product-item .pt-product-button .pt-product-btn {
          text-decoration: none;
          color: var(--white-color);
          background-color: var(--dark-color);
          border-radius: var(--small-border-radius);
          padding: 7px 18px;
          overflow: hidden;
          position: relative;
          display: inline-block;
          font-size: 18px;
          line-height: 26px;
          width: 100%;
          text-align: center;
          align-content: center;
          font-family: var(--body-fonts);
          transition: var(--transition);
     }

     .pt-product-item .pt-product-button .pt-product-btn:hover {
          color: var(--white-color);
          background-color: var(--primary-color);
     }

     .pt-product-item .pt-product-button .pt-product-btn.pt-preview-btn {
          color: var(--white-color);
          background-color: var(--primary-color);
     }

     .pt-product-item .pt-product-button .pt-product-btn.pt-preview-btn:hover {
          color: var(--white-color);
          background-color: var(--dark-color);
     }

     .pt-product-item-wrapper .pt-product-item .pt-content-box {
          display: grid;
          grid-template-columns: 1fr auto;
          gap: 30px;
          text-align: start;
          margin-bottom: 15px;
     }

     .pt-product-item .pt-theme-title {
          font-size: 24px;
          line-height: 1.5;
          color: var(--dark-color);
          display: block;
     }

     .pt-product-item .pt-theme-name {
          display: block;
          color: var(--secondary-color);
          font-size: 18px;
          line-height: 26px;
     }

     .pt-product-item .pt-product-price {
          font-size: 18px;
          line-height: 26px;
          color: var(--primary-color);
     }

.pt-product-item .pt-product-price .regular {
	    text-decoration: line-through;
    text-decoration-color: #999;
    text-decoration-thickness: 2px;
    color: var(--secondary-color);
}

     .pt-product-item .pt-product-info .pt-product-meta {
          display: flex;
          gap: 15px;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
     }

     .pt-product-item .pt-product-info .pt-product-meta .pt-product-rating {
          display: flex;
          flex-direction: row;
          gap: 5px;
          color: #FFC107;
          align-items: center;
     }

     .pt-product-item .pt-product-info .pt-product-meta .pt-product-rating i {
          font-size: 14px;
          line-height: 22px;
     }

     .pt-product-item .pt-product-info .pt-product-meta .pt-product-sales {
          font-size: 18px;
          line-height: 26px;
          margin-left: auto;
          color: var(--dark-color);
     }

     .pt-product-slider .owl-carousel .owl-nav button.owl-prev,
     .pt-product-slider .owl-carousel .owl-nav button.owl-next {
          font-size: 24px;
          transition: var(--transition);
     }

     .pt-product-slider .owl-carousel .owl-nav button:hover {
          background: var(--dark-color);
          color: var(--white-color);
     }


     .pt-product-item .pt-button-wrapper .pt-button.pt-button-flat .pt-circle {
          background-color: var(--white-color);
     }

     .pt-product-item .pt-button-wrapper .pt-button.pt-button-flat:hover .pt-button-text {
          color: var(--dark-color);
     }

     @media(max-width:1440px) {
          .pt-product-grid {
               grid-template-columns: 1fr 1fr 1fr;
          }
     }

     @media(max-width:1023px) {
          .pt-product-grid {
               grid-template-columns: 1fr 1fr;
          }
     }

     @media(max-width:767px) {
          .pt-product-grid {
               grid-template-columns: 1fr;
          }

          .pt-product-item .pt-image-wrapper {
               height: 100%;
          }

          .pt-product-item .pt-product-button {
               flex-direction: column;
          }

          .pt-product-item-wrapper .pt-product-item .pt-content-box {
               grid-template-columns: 1fr;
               gap: 10px;
          }

          .pt-product-slider .owl-carousel .owl-nav button.owl-prev,
          .pt-product-slider .owl-carousel .owl-nav button.owl-next {
               font-size: 18px;
          }
     }


     /*  product 3 column */

     .pt-product-3-column .pt-product-grid {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
     }

     .pt-product-3-column .pt-product-item {
          background-color: var(--grey-color);
     }

     @media(max-width:1499px) {
          .pt-product-3-column .pt-product-grid {
               grid-template-columns: 1fr 1fr;
          }
     }

     @media(max-width: 1279px) {
          .pt-product-3-column .pt-product-grid {
               grid-template-columns: 1fr 1fr;
          }
     }

     @media(max-width: 767px) {
          .pt-product-3-column .pt-product-grid {
               grid-template-columns: 1fr;
          }
     }

     /*================================================
Cards
================================================*/
     .pt-cards-body .content-area .site-main,
     .pt-cards-body .content-area .site-main .elementor-section.elementor-top-section.pt-cards-section {
          overflow: visible;
     }

     .pt-cards {
          width: 100%;
          display: grid;
          grid-template-rows: repeat(var(--cards-count), var(--card-height));
          gap: 30px 0;
     }

     .pt-cards .pt-card.pt-style-1 {
          position: sticky;
          top: 130px;
     }

     .pt-card.pt-style-1 .pt-card-inner {
          padding: 30px;
          display: grid;
          gap: 60px;
          grid-template-columns: 1fr 1fr;
          overflow: hidden;
          align-items: center;
          border-radius: var(--pt-border-radius);
     }

     /* Odd card ma left-right reverse */
     .pt-cards .pt-card.pt-style-1:nth-child(even) .pt-card-inner {
          direction: rtl;
     }

     /* Content normal direction ma rahe */
     .pt-cards .pt-card.pt-style-1:nth-child(even) .pt-card-inner>* {
          direction: ltr;
     }

     .pt-card.pt-style-1 .pt-card-inner .pt-card-image img {
          width: 100%;
     }

     .pt-card.pt-style-1 .pt-card-inner .pt-card-content {
          max-width: 86%;
     }

     .pt-card.pt-style-1 .pt-card-inner .pt-card-content .pt-card-title {
          margin-bottom: 20px;
     }

     .pt-card.pt-style-1 .pt-card-inner .pt-card-content .pt-card-description {
          margin-bottom: 30px;
     }

     .pt-card.pt-style-1 .pt-img-marquee-main {
          width: 100%;
          overflow: hidden;
          position: relative;
          height: 350px;
          padding: 0 40px;
          border-radius: 20px;
          background-color: #c92527;
     }

     .pt-card.pt-style-1:nth-child(2) .pt-img-marquee-main {
          background-color: var(--primary-color);
     }

     .pt-card.pt-style-1:nth-child(3) .pt-img-marquee-main {
          background-color: var(--dark-color);
     }

     .pt-card.pt-style-1:nth-child(4) .pt-img-marquee-main {
          background-color: #2E308E;
     }

     .pt-card.pt-style-1:nth-child(5) .pt-img-marquee-main {
          background-color: #EFD7CA;
     }

     .pt-card.pt-style-1:nth-child(6) .pt-img-marquee-main {
          background-color: #1c91cd;
     }




     .pt-card.pt-style-1 .pt-img-marquee {
          width: 100%;
          overflow: hidden;
          display: flex;
          gap: 20px;
          height: 100%;
     }

     .pt-card.pt-style-1 .marquee-img-content-items {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 20px;
          list-style: none;
          padding: 0;
          margin: 0;
          width: max-content;
     }

     .pt-card.pt-style-1 .marquee-img-content-items li {
          flex: 0 0 auto;
     }

     .pt-card.pt-style-1 .pt-marquee-img {
          border-radius: 12px;
     }

     /* Top Slider */
     .pt-card.pt-style-1 .pt-top-marquee {
          animation: ptTopMarquee 18s linear infinite;
     }

     /* Bottom Slider */
     .pt-card.pt-style-1 .pt-bottom-marquee {
          animation: ptBottomMarquee 18s linear infinite;
     }

     /* Top: Right to Left */
     @keyframes ptTopMarquee {
          0% {
               transform: translatey(0);
          }

          100% {
               transform: translatey(-50%);
          }
     }

     /* Bottom: Left to Right */
     @keyframes ptBottomMarquee {
          0% {
               transform: translatey(-50%);
          }

          100% {
               transform: translatey(0);
          }
     }

     /* Hover par pause */
     .pt-card.pt-style-1 .pt-img-marquee-main:hover .pt-top-marquee,
     .pt-card.pt-style-1 .pt-img-marquee-main:hover .pt-bottom-marquee {
          animation-play-state: paused;
     }



     @media(max-width:1023px) {
          .pt-card.pt-style-1 .pt-card-inner {
               grid-template-columns: 1fr;
               gap: 30px;
          }

          .pt-cards .pt-card.pt-style-1:nth-child(even) .pt-card-inner {
               direction: inherit;
          }

          .pt-card.pt-style-1 {
               position: relative;
               top: 0;
          }
     }


     @media(max-width:767px) {
          .pt-card.pt-style-1 .pt-card-inner .pt-card-content {
               max-width: 100%;
          }

          .pt-card.pt-style-1 .pt-img-marquee-main {
               height: 250px;
               padding: 0 20px;
          }
     }

     @media(max-width:397px) {
          .pt-card.pt-style-1 .pt-card-inner {
               padding: 20px;
          }

          .pt-card.pt-style-1 .pt-img-marquee-main {
               height: 200px;
          }

          .pt-card.pt-style-1 .marquee-img-content-items {
               gap: 15px;
          }

          .pt-card.pt-style-1 .pt-card-inner .pt-card-content .pt-card-title {
               margin-bottom: 10px;
          }

          .pt-card.pt-style-1 .pt-card-inner .pt-card-content .pt-card-description {
               margin-bottom: 20px;
          }


     }


     /*================================================
  custom border 
================================================*/

     .pt-process-1-border {
          position: relative;
     }

     /* Center Vertical Line */
     .pt-process-1-border::before {
          content: "";
          position: absolute;
          width: 1px;
          height: 100%;
          background: rgba(31, 30, 29, 0.15);
          left: 50%;
          top: 0;
          transform: translateX(-50%);
     }

     /* Top Border */
     .pt-process-1-top-border {
          position: relative;
     }

     .pt-process-1-top-border::before {
          content: "";
          position: absolute;
          left: 100%;
          top: 50px;
          width: 60px;
          height: 1px;
          background: rgba(31, 30, 29, 0.2);
     }

     .pt-process-1-top-border::after {
          content: "";
          position: absolute;
          width: 15px;
          height: 15px;
          right: -67px;
          top: 43px;
          border-radius: var(--round-border-radius);
          background: var(--primary-color);
     }

     /* Bottom Border */
     .pt-process-1-bottom-border {
          position: relative;
     }

     .pt-process-1-bottom-border::before {
          content: "";
          position: absolute;
          left: auto;
          right: 100%;
          top: 50px;
          width: 60px;
          height: 1px;
          background: rgba(31, 30, 29, 0.2);
     }

     .pt-process-1-bottom-border::after {
          content: "";
          position: absolute;
          width: 15px;
          height: 15px;
          right: auto;
          left: -67px;
          top: 43px;
          border-radius: var(--round-border-radius);
          background: var(--primary-color);
     }

     @media(max-width: 767px) {

          .pt-process-1-border::before,
          .pt-process-1-top-border::before,
          .pt-process-1-bottom-border::before,
          .pt-process-1-top-border::after,
          .pt-process-1-bottom-border::after {
               display: none;
          }
     }

     /*================================================
  custom css
================================================*/

     /*===== Button Flat =====*/
     .pt-button-dark .pt-button-container .pt-button.pt-button-flat {
          color: var(--white-color);
          background-color: var(--dark-color);
     }

     .pt-button-dark .pt-button-container .pt-button.pt-button-flat .pt-circle {
          background-color: var(--white-color);
     }

     .pt-button-dark .pt-button-container .pt-button.pt-button-flat:hover {
          color: var(--dark-color);
     }

     /*===== Button circle white=====*/

     .pt-button-primary-white .pt-button-container .pt-button.pt-button-flat .pt-circle {
          background-color: var(--white-color);
     }

     .pt-button-primary-white .pt-button-container .pt-button.pt-button-flat:hover {
          color: var(--dark-color);
     }

     .pt-portfolio-bg-white .pt-end-meassge {
          background: var(--white-color);
     }

     /*================================================
Testimonial 
================================================*/

     /*=====  Testimonial-box Style 1  =====*/
     .pt-moving-scroll .pt-moving-scroll-list {
          display: inline-flex;
          align-items: center;
          margin: 0;
          padding: 0;
          clear: both;
          gap: 45px;
     }

     .pt-moving-scroll .pt-testimonial-box.pt-style-1 {
          width: 35vw;
          box-sizing: border-box;
          list-style: none;
          overflow: hidden;
          position: relative;
     }

     .pt-testimonial-box.pt-style-1 {
          background: var(--white-color);
          padding: 45px 40px;
          border-radius: var(--pt-border-radius);
          text-align: center;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star {
          color: var(--star-color);
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i {
          font-size: 18px;
          line-height: 26px;
          letter-spacing: 5px;
          margin-bottom: 15px;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-info .pt-testimonial-author-img {
          border-radius: var(--round-border-radius);
          overflow: hidden;
          object-fit: cover;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-info .pt-testimonial-author-details .pt-testimonial-author-name {
          font-size: 24px;
          line-height: 32px;
          color: var(--dark-color);
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-info .pt-testimonial-author-details .pt-testimonial-author-designation {
          font-size: 16px;
          line-height: 24px;
          text-transform: uppercase;
          color: var(--primary-color);
          font-family: var(--title-fonts);
     }

     .pt-testimonial-box.pt-style-1 .pt-quote {
          color: var(--primary-color);
          font-size: 64px;
          line-height: 72px;
          color: rgba(var(--primary-color-rgb), 1);
          margin-left: auto;
     }

     .pt-testimonial-box-list.pt-style-1 .pt-testimonial-info .pt-testimonial-description {
          margin-bottom: 15px;
          font-size: 22px;
          line-height: 32px;
          color: var(--secondary-color);
     }

     .pt-testimonial-box-list.pt-style-1 .item {
          margin-bottom: 30px;
     }

     .pt-testimonial-box-list.pt-style-1 .item:last-child {
          margin-bottom: 0px;
     }

     @media (max-width:767px) {
          .pt-testimonial-box.pt-style-1 {
               padding: 30px 20px;
          }

          .pt-testimonial-box-list.pt-style-1 .pt-testimonial-info .pt-testimonial-description {
               font-size: 18px;
               line-height: 26px;
          }

          .pt-testimonial-box.pt-style-1 .pt-testimonial-info .pt-testimonial-author-details .pt-testimonial-author-name {
               font-size: 22px;
               line-height: 30px;
          }
     }

     /*================================================
 Tab
================================================*/

     .pt-advance-tab .tab-content {
          margin: 60px 0 0;
     }

     .pt-advance-tab .nav-tabs {
          display: inline-flex;
          gap: 30px;
          flex-wrap: wrap;
     }

     .pt-advance-tab .nav-tabs .pt-tabs.nav-link {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 210px;
          background: var(--white-color);
          color: var(--dark-color);
          padding: 15px 20px;
          justify-content: space-between;
          border-radius: var(--small-border-radius);
     }

     .pt-advance-tab .nav-tabs .pt-tabs.nav-link img {
          margin-bottom: 10px;
     }

     .pt-advance-tab .nav-tabs .pt-tabs.nav-link.active img {
          display: none;
     }

     .pt-advance-tab .nav-tabs .pt-tabs.nav-link img.pt-hover-img {
          display: none;
     }

     .pt-advance-tab .nav-tabs .pt-tabs.nav-link.active img.pt-hover-img {
          display: block;
     }

     .pt-advance-tab .nav-tabs .pt-tabs.nav-link span {
          font-size: 18px;
          line-height: 1.6;
          text-transform: capitalize;
     }

     .pt-advance-tab .nav-tabs .pt-tabs.nav-link.active {
          background: var(--primary-color);
          color: var(--white-color);
     }

     @media (max-width:1023px) {
          .pt-advance-tab .tab-content {
               margin: 30px 0 0;
          }
     }


     /*================================================
Footer
================================================*/

     #pt-footer .pt-footer-style-1 {
          padding: 60px 20px 0 20px;
     }

     #pt-footer .pt-footer-style-1 .pt-footer-top {
          padding-top: 0;
     }

     .pt-footer-style-1 .pt-footer-top .footer-top-block {
          display: grid;
          gap: 30px;
          grid-template-columns: 2.8fr 2fr;
          justify-items: end;
          padding-bottom: 45px;
          border-bottom: 1px solid rgba(var(--white-rgba), .1);
          align-items: center;
     }

     .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
          color: var(--white-color);
          font-size: 64px;
          line-height: 72px;
     }

     .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title .text-primary {
          color: var(--primary-color) !important;
     }

     .pt-footer-style-1 .footer-top-block .pt-button-container .pt-button.pt-button-flat .pt-circle {
          background: var(--white-color);
     }

     .pt-footer-style-1 .footer-top-block .pt-button-container .pt-button.pt-button-flat:hover {
          color: var(--dark-color);
     }

     .pt-footer-style-1 .footer-bottom-block {
          display: grid;
          grid-template-columns: 500px auto auto auto;
          gap: 80px;
          border-bottom: 1px solid rgba(var(--white-rgba), .1);
          justify-content: space-between;
          padding: 60px 0;
     }

     .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1 .widget figure {
          margin: 0;
          margin-bottom: 30px;
     }

     .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1 .widget .wp-block-image img {
          border-radius: 0;
          width: auto !important;
     }

     .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1 .widget:nth-child(2) p {
          margin: 0;
          color: var(--white-color);
     }

     .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1 .widget p:last-child {
          margin: 0;
     }

     .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1,
     .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-2,
     .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-3 {
          border-right: 1px solid rgba(var(--white-rgba), .1);
          padding-right: 80px;
     }

     .pt-footer-style-1 .pt-footer-top .footer-bottom-block .widget {
          margin-bottom: 0 !important;
     }

     footer#pt-footer .pt-footer-style-1 .widget .footer-title {
          font-size: 22px;
          line-height: 30px;
          color: var(--white-color);
          margin-bottom: 30px;
          font-weight: 500;
     }

     footer#pt-footer .pt-footer-style-1 .widget ul.menu {
          display: flex;
          flex-direction: column;
          gap: 8px;
          position: relative;
     }

     footer#pt-footer .pt-footer-style-1 .widget ul.menu li a {
          color: var(--white-color);
          font-size: 18px;
          line-height: 26px;
          /* padding: 0 0 0 20px; */
          padding: 0;
          position: relative;
          transition: var(--transition);
     }

     footer#pt-footer .pt-footer-style-1 .widget ul.menu li a::before {
          content: none;
          /* position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 10px;
     height: 2px;
     display: inline-block;
     background: rgba(253, 90, 30, 0.8);
     margin: auto 0;
     transition: var(--transition); */
     }

     footer#pt-footer .pt-footer-style-1 .widget ul.menu li a:hover {
          /* padding: 0 0 0 25px; */
          color: var(--primary-color);
     }

     footer#pt-footer .pt-copyright-footer {
          padding: 40px 0;
          text-align: center;
          display: grid;
          grid-template-columns: auto auto;
          justify-content: space-between;
     }

     footer#pt-footer .pt-copyright-footer .pt-copyright {
          font-size: 18px;
          line-height: 26px;
          color: var(--white-color);
     }

     footer#pt-footer .pt-copyright-footer .pt-copyright-links {
          display: flex;
          gap: 30px;
          flex-wrap: wrap;
     }

	
footer#pt-footer .pt-copyright-footer .pt-copyright-links a {  
    color: var(--white-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright-links a:hover {  
    color: var(--primary-color);
}


     .elementor-5158 .elementor-element.elementor-element-601e0df .mf-error-message {
          line-height: 50px;
     }

     @media(max-width:1365px) {

          .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
               font-size: 62px;
               line-height: 70px;
          }

          .pt-footer-style-1 .footer-bottom-block {
               gap: 40px;
          }

          /*      .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1 {
          padding-right: 60px;
     } */

          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1,
          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-2,
          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-3 {
               padding-right: 60px;
          }
     }


     @media(max-width:1199px) {

          .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
               font-size: 56px;
               line-height: 64px;
          }

          .pt-footer-style-1 .footer-bottom-block {
               padding: 60px 0;
               gap: 60px;
               grid-template-columns: 1fr 1fr;

          }

          /*      .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1 {
          padding-right: 30px;
     } */

          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1,
          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-2,
          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-3 {
               padding-right: 0;
               border: none;
          }
     }

     @media(max-width:1023px) {

          .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
               font-size: 48px;
               line-height: 56px;
          }

          /*      .pt-footer-style-1 .footer-bottom-block {
          padding: 45px 0;
          gap: 40px;
          justify-content: space-evenly;
     } */

          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1,
          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-2,
          .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-3 {
               padding-right: 0;
               border-right: none;
          }

     }

     @media(max-width:879px) {

          .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
               font-size: 36px;
               line-height: 44px;
          }

          /*      .pt-footer-style-1 .footer-bottom-block {
          grid-template-columns: 310px auto auto auto;
     } */

          footer#pt-footer .pt-copyright-footer {
               grid-template-columns: auto;
               justify-content: center;
               gap: 10px;
          }
     }

     @media(max-width: 767px) {

          .pt-footer-style-1 .pt-footer-top .footer-top-block {
               grid-template-columns: 1fr;
               justify-items: start;
               padding-bottom: 30px;
               align-items: center;
          }

          .pt-footer-style-1 .pt-footer-top .footer-top-block-left-side .footer-top-block-title {
               font-size: 36px;
               line-height: 44px;
          }

          .pt-footer-style-1 .footer-bottom-block {
               grid-template-columns: 1fr;
               flex-direction: column;
               padding: 40px 0;
               gap: 40px;
          }

          footer#pt-footer .pt-footer-style-1 .widget .footer-title {
               margin-bottom: 20px;
          }

          /*      .pt-footer-style-1 .pt-footer-top .footer-bottom-block .pt-footer-column-1 {
          padding-right: 0px;
     } */
     }

     @media(max-width:397px) {
          footer#pt-footer .pt-copyright-footer .pt-copyright-links {
               gap: 5px;
               justify-content: space-between;
          }
     }

     /*================================================
   Pagination
================================================*/
     .pt-pagination {
          margin-top: 60px;
     }

     .pt-pagination .page-numbers {
          display: flex;
          padding-left: 0;
          list-style: none;
          padding: 0;
          margin: 0;
          flex-wrap: wrap;
          gap: 10px;
          justify-content: center;
     }

     .pt-pagination .page-numbers li:first-child .page-numbers {
          margin-left: 0;
     }

     .pt-pagination .page-numbers li .page-numbers {
          position: relative;
          display: block;
          padding: 0px 16px;
          text-transform: capitalize;
          height: 54px;
          width: 54px;
          text-align: center;
          line-height: 54px;
          font-size: 18px;
          font-weight: 400;
          color: var(--white-color);
          background-color: var(--dark-color);
          border-radius: var(--small-border-radius);
     }

     .pt-pagination .page-numbers li .page-numbers:hover {
          color: var(--white-color);
          text-decoration: none;
          background-color: var(--primary-color);
          z-index: 2;
     }

     .pt-pagination .page-numbers li .page-numbers:focus {
          box-shadow: none;
          outline: 0;
          z-index: 2;
     }

     .pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
          cursor: pointer
     }

     .pt-pagination .page-numbers li .page-numbers.current {
          color: var(--white-color);
          background: var(--primary-color);
          border-color: var(--primary-color);
          z-index: 1;
          -webkit-transition: all 0.5s ease-out 0s;
          -moz-transition: all 0.5s ease-out 0s;
          -ms-transition: all 0.5s ease-out 0s;
          -o-transition: all 0.5s ease-out 0s;
          transition: all 0.5s ease-out 0s;
     }

     .pt-pagination .page-numbers li .next.page-numbers,
     .pt-pagination .page-numbers li .prev.page-numbers {
          width: auto;
     }

     @media(max-width:1099px) {
          .pt-pagination .page-numbers li .page-numbers {
               height: 45px;
               width: 45px;
               line-height: 45px;
          }
     }

     @media(max-width:767px) {
          .pt-pagination {
               margin-top: 45px;
          }

          .pt-pagination .page-numbers li .next.page-numbers,
          .pt-pagination .page-numbers li .prev.page-numbers {
               width: auto;
               height: auto;
               padding: 0 10px;
          }
     }

     @media(max-width:479px) {
          .pt-pagination .page-numbers li .page-numbers {
               height: 35px;
               width: 35px;
               line-height: 35px;
               padding: 0;
          }
     }



     /* ==========================
FILTER WRAPPER
========================== */

     .pt-product-3-column .pt-filter-wrapper {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 30px;
          align-items: flex-start;
     }

     /* ==========================
LEFT CATEGORY SIDEBAR
========================== */

     .pt-filter-sidebar {
          flex-shrink: 0;
          background: var(--grey-color);
          padding: 25px;
          border-radius: var(--pt-border-radius);
     }

     .pt-filter-sidebar h3 {
          font-size: 30px;
          line-height: 38px;
          font-weight: 400;
          margin-bottom: 20px;
     }

     .pt-category-list {
          margin: 0;
          padding: 0;
          list-style: none;
     }

     .pt-category-list li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          padding: 4px 0;
          font-size: 18px;
          line-height: 26px;
          color: var(--secondary-color);
          transition: var(--transition);
          text-transform: capitalize;
     }

     .pt-category-list li:hover {
          color: var(--primary-color);
     }

     .pt-category-list li.active {
          color: var(--primary-color);
     }

     /* ==========================
RIGHT FILTER AREA
========================== */

     .pt-product-3-column .pt-filter-top {
          margin-bottom: 30px;
          flex: 1;
          display: flex;
          justify-content: space-between;
          gap: 20px;
     }

     /* ==========================
SEARCH
========================== */

     .pt-product-3-column .pt-search-wrap {
          position: relative;
     }

     .pt-product-3-column .pt-search-wrap i {
          font-size: 18px;
          line-height: 26px;
          position: absolute;
          top: 13px;
          right: 15px;
     }

     .pt-product-3-column .pt-search-wrap i:before {
          line-height: inherit;
     }

     .pt-product-search {
          width: 430px;
          max-width: 100%;
          height: 55px;
          border-radius: var(--pt-border-radius);
          padding: 0 20px;
          outline: none;
          font-size: 16px;
          line-height: 24px;
          transition: var(--transition);
          border: 1px solid var(--grey-color);
          background: var(--grey-color);
     }

     .pt-product-search:hover {
          border-color: var(--primary-color);
     }

     @media (max-width: 1279px) {
          .pt-product-search {
               width: auto;
          }
     }

     /* ==========================
SORT DROPDOWN
========================== */

     .pt-product-3-column .pt-sort-wrap {
          position: relative;
     }

     .pt-product-3-column .pt-sort-wrap i {
          font-size: 18px;
          line-height: 26px;
          position: absolute;
          top: 15px;
          right: 15px;
     }

     .pt-product-3-column .pt-sort-wrap i:before {
          line-height: inherit;
     }

     .pt-product-sort {
          width: 220px;
          height: 55px;
          font-size: 16px;
          line-height: 24px;
          padding: 0 20px;
          outline: none;
          cursor: pointer;
          font-weight: 400;
          background: var(--grey-color);
          transition: var(--transition);
          border: 1px solid var(--grey-color);
          border-radius: var(--pt-border-radius);
     }

     .pt-product-sort:hover {
          border-color: var(--primary-color);
     }

     /* ==========================
PRODUCT GRID AREA
========================== */

     .pt-product-3-column .pt-product-grid {
          flex: 1;
     }

     .pt-filter-layout {
          display: flex;
          gap: 30px;
     }

     .pt-product-3-column .pt-products-area {
          flex: 1;
     }

     /* ==========================
RESPONSIVE
========================== */

     @media (max-width: 1023px) {

          .pt-product-3-column .pt-filter-wrapper {
               grid-template-columns: 0.3fr 1fr;
          }

          .pt-product-search {
               width: 300px;
          }

          .pt-filter-sidebar h3 {
               font-size: 22px;
               line-height: 30px;
          }
     }


     @media(max-width: 889px) {
          .pt-product-3-column .pt-filter-wrapper {
               grid-template-columns: 1fr;
          }

          .pt-product-3-column .pt-filter-sidebar {
               order: 2;
          }
     }

     @media(max-width: 799px) {

          .pt-filter-sidebar {
               width: 100%;
          }

          .pt-products-area {
               width: 100%;
          }

          .pt-product-3-column .pt-filter-top {
               flex-direction: column;
          }

          .pt-product-search,
          .pt-product-sort {
               width: 100%;
          }
     }

     @media (max-width: 767px) {

          .pt-filter-sidebar {
               padding: 20px;
          }

          .pt-filter-sidebar h3 {
               font-size: 20px;
               line-height: 28px;
          }
     }

     /* ==========================
    product single
========================== */


     .theme-info-wrapper {
          background: var(--grey-color);
          border-radius: var(--pt-border-radius);
          padding: 45px 40px;
     }

     /* Price */
     .theme-info-wrapper .pt-price-box {
          padding-bottom: 30px;
     }

     .theme-info-wrapper.pt-figma .pt-price-box {
          border-bottom: 1px solid rgba(var(--dark-rgba), .1);
          padding-bottom: 20px;
          margin-bottom: 20px;
     }

     .theme-info-wrapper.pt-figma .pt-price-box .pt-price {
          margin-bottom: 0;
     }

     .theme-info-wrapper .pt-price-box .pt-price {
          color: var(--primary-color);
          margin: 0;
          margin-bottom: 10px;
		 display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    align-items: flex-end;
     }

.theme-info-wrapper .pt-price-box .pt-price .regular {
	    text-decoration: line-through;
    text-decoration-color: #999;
    text-decoration-thickness: 2px;
    color: var(--secondary-color);
	    font-size: 36px;
}

     .theme-info-wrapper .pt-price-box p {
          font-size: 18px;
          line-height: 26px;
   		  color: var(--dark-color);
          margin: 0 !important;
     }

     /* Feature List */
     .theme-info-wrapper .pt-theme-feature-list {
          list-style: none;
          padding: 0;
          display: flex;
          flex-direction: column;
          gap: 15px;
          margin-bottom: 30px;
     }

     .theme-info-wrapper .pt-theme-feature-list li {
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 18px;
          line-height: 26px;
          color: var(--dark-color);
     }

     .theme-info-wrapper .pt-theme-feature-list li i {
          width: 18px;
          height: 18px;
          font-size: 10px;
          line-height: 18px;
          background: var(--primary-color);
          color: var(--white-color);
          border-radius: var(--round-border-radius);
          display: flex;
          align-items: center;
          justify-content: center;
     }

     /* Buttons */
     .theme-info-wrapper .pt-theme-buttons {
          display: flex;
          flex-direction: column;
          gap: 20px;
          margin-bottom: 30px;
     }

     .theme-info-wrapper .pt-live-btn,
     .theme-info-wrapper .pt-buy-btn,
     .theme-info-wrapper .pt-access-btn {
          text-decoration: none;
          color: var(--white-color);
          background-color: var(--primary-color);
          border-radius: 900px;
          padding: 15px 20px 15px 20px;
          overflow: hidden;
          position: relative;
          z-index: 2;
          display: flex;
          gap: 10px;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          line-height: 26px;
          text-align: center;
          font-family: var(--body-fonts);
          transition: var(--transition);
     }

     .theme-info-wrapper .pt-live-btn i,
     .theme-info-wrapper .pt-buy-btn i,
     .theme-info-wrapper .pt-access-btn i {
          font-size: 18px;
          line-height: 26px;
     }

     .theme-info-wrapper .pt-live-btn i::before,
     .theme-info-wrapper .pt-buy-btn i::before,
     .theme-info-wrapper .pt-access-btn i::before {
          line-height: inherit;
     }

     .theme-info-wrapper .pt-live-btn {
          border: 2px solid rgba(var(--primary-rgba), .4);
          color: var(--dark-color);
          background: var(--white-color);
          transition: var(--transition);
     }

     .theme-info-wrapper .pt-live-btn:hover {
          background: var(--primary-color);
          color: var(--white-color);
     }

     .theme-info-wrapper .pt-live-btn i {
          color: var(--primary-color);
          transition: var(--transition);
     }

     .theme-info-wrapper .pt-live-btn:hover i {
          color: var(--white-color);
     }


     /* Buy Button */
     .theme-info-wrapper .pt-buy-btn {
          background: var(--primary-color);
          color: var(--white-color);
          justify-content: space-between;
     }

     .theme-info-wrapper .pt-buy-btn span {
          display: flex;
          align-items: center;
          gap: 10px;
     }

     .theme-info-wrapper .pt-buy-btn strong {
          font-size: 20px;
          line-height: 28px;
          font-weight: 400;
     }

     /* Access Button */
     .theme-info-wrapper .pt-access-btn {
          background: var(--dark-color);
          color: var(--white-color);
     }

     .theme-info-wrapper .pt-access-btn i {
          color: var(--white-color);
     }

     /* Meta Box */
     .theme-info-wrapper .pt-theme-meta-box {
          border: 1px solid rgba(var(--dark-rgba), .1);
          border-radius: var(--pt-border-radius);
          padding: 20px;
          gap: 20px;
          margin-bottom: 30px;
     }

     .theme-info-wrapper .pt-sales-box {
          display: flex;
          align-items: center;
          gap: 20px;
          flex-wrap: wrap;
          padding-bottom: 15px;
          margin-bottom: 20px;
          border-bottom: 2px solid rgba(var(--dark-rgba), .1);
     }

     .theme-info-wrapper .pt-sales-box i {
          font-size: 20px;
          color: var(--primary-color);
          width: 55px;
          height: 55px;
          line-height: 55px;
          text-align: center;
          border-radius: var(--round-border-radius);
          background-color: var(--white-color);
     }

     .theme-info-wrapper .pt-sales-box h4 {
          font-size: 34px;
          line-height: 42px;
          margin: 0;
          color: var(--dark-color);
     }

     .theme-info-wrapper .pt-sales-box span {
          font-size: 18px;
          line-height: 26px;
          color: var(--dark-color);
     }

     .theme-info-wrapper .pt-meta-info {
          display: flex;
          gap: 10px;
          flex-direction: column;
     }

     .theme-info-wrapper .pt-meta-info p {
          margin: 0 !important;
          font-size: 18px;
          line-height: 26px;
          color: var(--dark-color);
          display: flex;
          align-items: baseline;
          gap: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid rgba(var(--dark-rgba), .1);
     }

     .theme-info-wrapper .pt-meta-info p:last-child {
          border-bottom: none;
          padding-bottom: 0;
     }

     .theme-info-wrapper .pt-meta-info i {
          color: var(--primary-color);
          font-size: 16px;
          height: 34px;
          width: 34px;
          line-height: 34px;
          text-align: center;
          border-radius: var(--round-border-radius);
          background: var(--white-color);
     }

     .theme-info-wrapper .pt-stars {
          display: flex;
          gap: 5px;
     }

     .theme-info-wrapper .pt-stars i {
          color: var(--primary-color);
          font-size: 14px;
          line-height: 22px;
          height: inherit;
          width: inherit;
          border-radius: inherit;
          background: transparent;
     }

     .theme-info-wrapper .pt-stars i::before {
          line-height: inherit;
     }

     /* Author */
     .theme-info-wrapper .pt-author-area {
          margin-bottom: 30px;
     }

     .theme-info-wrapper .pt-author-area span {
          display: block;
          margin-bottom: 15px;
          font-size: 22px;
          line-height: 30px;
          color: var(--dark-color);
     }

     .theme-info-wrapper .pt-author-box {
          display: flex;
          align-items: center;
          gap: 5px;
     }

     .theme-info-wrapper .pt-author-logo img {
          width: 40px;
          height: 40px;
          border-radius: var(--small-border-radius);
          object-fit: cover;
     }

     .theme-info-wrapper .pt-author-box a {
          font-size: 20px;
          line-height: 28px;
          font-weight: 400;
          color: var(--dark-color);
          text-decoration: none;
     }

     .theme-info-wrapper .pt-author-box .fa-check-circle {
          color: var(--primary-color);
          font-size: 18px;
     }

     /* Support Box */
     .theme-info-wrapper .pt-support-box {
          border: 1px solid rgba(var(--dark-rgba), .1);
          border-radius: var(--pt-border-radius);
          padding: 20px;
     }

     .theme-info-wrapper .pt-support-box .pt-support-info {
          display: flex;
          gap: 15px;
          align-items: flex-start;
          margin-bottom: 20px;
          flex-direction: column;
     }

     .theme-info-wrapper .pt-support-box .pt-support-info .pt-support-icon i {
          font-size: 36px;
          line-height: 44px;
          color: var(--dark-color);
     }

     .theme-info-wrapper .pt-support-content h5 {
          margin: 0 0 5px;
          font-size: 20px;
          line-height: 28px;
          color: var(--dark-color);
     }

     .theme-info-wrapper .pt-support-content p {
          margin: 0 !important;
          color: var(--secondary-color);
          font-size: 16px;
          line-height: 24px;
     }

     .theme-info-wrapper .pt-support-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 6px 20px;
          border: 2px solid rgba(var(--primary-rgba), .4);
          border-radius: 50px;
          color: var(--primary-color);
          text-decoration: none;
          font-size: 18px;
          line-height: 26px;
          font-weight: 400;
          transition: var(--transition);
     }

     .theme-info-wrapper .pt-support-btn:hover {
          background: var(--primary-color);
          color: var(--white-color);
     }

     /* Responsive */

     @media(max-width:1199px) {
          .theme-info-wrapper {
               padding: 45px 30px;
          }
     }

     @media(max-width:1023px) {
		 .theme-info-wrapper .pt-price-box .pt-price .regular { 
		 	font-size:28px;
		 }
}

     @media(max-width:767px) {
          .theme-info-wrapper {
               padding: 30px 15px;
          }

          .theme-info-wrapper .pt-theme-meta-box {
               padding: 20px;
               flex-direction: column;
               align-items: flex-start;
               margin-bottom: 20px;
          }

          .theme-info-wrapper .pt-sales-box {
               min-width: 100%;
               border-bottom: 1px solid rgba(var(--dark-rgba), .1);
               padding-right: 0;
               border-right: none;
               padding-bottom: 20px;
          }

          .theme-info-wrapper .pt-support-box .pt-support-info {
               flex-direction: column;
               align-items: flex-start;
               gap: 20px;
          }
     }

     @media (max-width: 480px) {

          .theme-info-wrapper .pt-theme-meta-box {
               flex-direction: column;
          }
     }

     @media(max-width:397px) {
          .theme-info-wrapper .pt-sales-box i {
               font-size: 16px;
               width: 46px;
               height: 46px;
               line-height: 46px;
          }

          .theme-info-wrapper .pt-sales-box h4 {
               font-size: 28px;
               line-height: 36px;
          }

          .theme-info-wrapper .pt-theme-buttons {
               gap: 15px;

          }

          .theme-info-wrapper .pt-live-btn,
          .theme-info-wrapper .pt-buy-btn,
          .theme-info-wrapper .pt-access-btn {
               font-size: 16px;
               line-height: 24px;
          }
     }

     /* ===============================
   Pricing Card Style 1
================================ */

     .pt-pricing-card.pt-style-1 {
          position: relative;
          background: var(--grey-color);
          border-radius: var(--pt-border-radius);
          padding: 40px;
          overflow: hidden;
          text-align: left;
     }

     /* Best Value Badge */
     .pt-pricing-card.pt-style-1 .pt-best-value {
          position: absolute;
          top: 0;
          right: 24px;
          display: inline-block;
          background: var(--primary-color);
          color: var(--white-color);
          font-size: 16px;
          line-height: 1;
          padding: 9px 17px;
          border-radius: 0 0 20px 20px;
          z-index: 2;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-icon {
          width: 55px;
          height: 55px;
          margin-bottom: 20px;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-icon img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          border-radius: 10px;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-head {
          padding-bottom: 20px;
          margin-bottom: 30px;
          border-bottom: 1px solid #e0e0e0;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-title {
          margin: 0 0 10px;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-subtitle {
          margin: 0;
     }

     /* Price */
     .pt-pricing-card.pt-style-1 .pt-pricing-price {
          margin-bottom: 30px;
     }

     .pt-pricing-card.pt-style-1 .pt-current-price {
          display: inline-block;
          font-size: 46px;
          line-height: 1;
          color: var(--dark-color);
          margin-right: 8px;
     }

     .pt-pricing-card.pt-style-1 .pt-old-price {
          display: inline-block;
          font-size: 20px;
          line-height: 1;
          color: var(--secondary-color);
          opacity: 0.6;
          text-decoration: line-through;
     }

     .pt-pricing-card.pt-style-1 .pt-price-note {
          margin: 10px 0 0;
     }

     /* Access List */
     .pt-pricing-card.pt-style-1 .pt-access-list {
          list-style: none;
          padding: 0;
          margin: 0 0 30px;
     }

     .pt-pricing-card.pt-style-1 .pt-access-item {
          list-style: none;
          padding: 0;
          margin: 0 0 10px;
     }

     .pt-pricing-card.pt-style-1 .pt-access-item:last-child {
          margin-bottom: 0;
     }

     .pt-pricing-card.pt-style-1 .pt-access-link {
          display: flex;
          align-items: center;
          gap: 20px;
          width: 100%;
          background: var(--white-color);
          border-radius: var(--pt-border-radius);
          padding: 20px;
          text-decoration: none;
          transition: all 0.3s ease;
     }

     .pt-pricing-card.pt-style-1 .pt-access-link:hover {
          transform: translateY(-2px);
     }

     .pt-pricing-card.pt-style-1 .pt-access-img {
          width: 42px;
          height: 42px;
     }

     .pt-pricing-card.pt-style-1 .pt-access-img img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
     }

     .pt-pricing-card.pt-style-1 .pt-access-content {
          flex: 1;
     }

     .pt-pricing-card.pt-style-1 .pt-access-content h5 {
          font-size: 20px;
          line-height: 28px;
          color: var(--dark-color);
     }

     .pt-pricing-card.pt-style-1 .pt-access-content p {
          color: var(--primary-color);
          margin: 0;
          font-size: 16px;
          line-height: 24px;
     }

     .pt-pricing-card.pt-style-1 .pt-access-arrow {
          font-size: 26px;
          line-height: 1;
          color: var(--secondary-color);
          margin-left: auto;
          transition: all 0.3s ease;
     }

     .pt-pricing-card.pt-style-1 .pt-access-link:hover .pt-access-arrow {
          color: var(--primary-color);
          transform: translateX(4px);
     }

     /* Description */
     .pt-pricing-card.pt-style-1 .pt-pricing-description {
          font-size: 18px;
          line-height: 28px;
          margin: 0 0 30px;
     }

     /* Feature List */
     .pt-pricing-card.pt-style-1 .pt-pricing-list {
          list-style: none;
          padding: 0;
          margin: 0 0 30px;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-list li {
          display: flex;
          align-items: center;
          gap: 10px;
          list-style: none;
          padding: 0;
          margin: 0 0 15px;
          color: var(--secondary-color);
          align-items: baseline;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-list li:last-child {
          margin-bottom: 0;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-list li i {
          width: 18px;
          height: 18px;
          flex: 0 0 18px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border: 1px solid var(--primary-color);
          border-radius: 50%;
          color: var(--primary-color);
          font-size: 8px;
          line-height: 1;
     }

     .pt-pricing-card.pt-style-1 .pt-pricing-list li i svg {
          width: 8px;
          height: 8px;
          fill: currentColor;
     }

     /* Button */
     .pt-pricing-card.pt-style-1 .pt-button-container .pt-button.pt-button-flat {
          display: block;
          text-align: center;
     }

     .pt-pricing-card.pt-style-1 .pt-button-container .pt-button.pt-button-flat:hover .pt-circle,
     .pt-pricing-card.pt-style-1 .pt-loadmore-button .pt-button.pt-button-flat:hover .pt-circle {
          scale: 20;
     }

     /* Responsive */
     @media (max-width: 767px) {
          .pt-pricing-card.pt-style-1 {
               padding: 30px;
          }

          .pt-pricing-card.pt-style-1 .pt-pricing-title {
               font-size: 24px;
          }

          .pt-pricing-card.pt-style-1 .pt-current-price {
               font-size: 38px;
          }
     }

     @media (max-width: 575px) {
          .pt-pricing-card.pt-style-1 {
               padding: 20px;
          }


          .pt-pricing-card.pt-style-1 .pt-pricing-title {
               font-size: 22px;
          }

          .pt-pricing-card.pt-style-1 .pt-current-price {
               font-size: 34px;
          }

          .pt-pricing-card.pt-style-1 .pt-access-link {
               gap: 15px;
               padding: 15px;
          }

          .pt-pricing-card.pt-style-1 .pt-access-img {
               width: 32px;
               height: 32px;
               flex: 0 0 32px;
          }
     }

     /* ===============================
   webflow banner
================================ */

     .webflow-banner-marquee {
          width: 100%;
          overflow: hidden;
          background: #f8f8f8;
          padding: 40px 0;
     }

     .webflow-banner-track {
          display: flex;
          width: max-content;
          animation: webflowMarquee 80s linear infinite;
     }

     .webflow-banner-item {
          flex: 0 0 50vw;
          /* half screen */
          padding: 0 15px;
          box-sizing: border-box;
     }

     .webflow-banner-item img {
          width: 100%;
          display: block;
          border-radius: 12px;
          box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
     }

     @keyframes webflowMarquee {
          from {
               transform: translateX(0);
          }

          to {
               transform: translateX(-50%);
          }
     }


     /*================================================
client box image
================================================*/

 
     .pt-client-box.pt-style-1 .pt-client-media img {
          height: auto;
          width: 100%;
          object-fit: cover;
		 border: 2px solid rgb(var(--dark-rgba), .1);
          border-radius: var(--pt-border-radius);
     }

     .pt-client-box-slider.pt-client-style-1 .owl-dots {
          display: block;
     }

     .pt-client-box-slider.pt-client-style-1 .owl-nav {
          display: none;
     }

     @media(max-width:1365px) {
          .pt-client-box-slider.pt-client-style-1 {
               width: auto;
               margin-left: 0;
               max-width: 100%;
          }
     }

     @media(max-width:767px) {
          .pt-client-box-slider.pt-client-style-1 .owl-dots {
               display: block;
               margin-top: 30px;
          }

          .pt-client-box-slider.pt-client-style-1 .owl-carousel .owl-dots.disabled {
               display: block;
          }
     }

     /*================================================
  ajays single page css 
================================================*/

     .pt-border-left-circle {
          position: relative;
     }

     .pt-border-left-circle:before {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          right: auto;
          left: 0;
          top: -5px;
          border-radius: var(--round-border-radius);
          background: var(--dark-color);
     }

     .pt-border-left-circle:after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          right: 0;
          top: -5px;
          border-radius: var(--round-border-radius);
          background: var(--dark-color);
     }

     /*================================================
  pricing tab
================================================*/

     .pt-custom-price-tab .pt-advance-tab .nav-tabs {
          display: inline-flex;
          flex-wrap: wrap;
          padding: 15px 30px;
          background: var(--grey-color);
          border-radius: 100px;
          gap: 0;
     }

     .pt-custom-price-tab .pt-advance-tab .nav-tabs .pt-tabs.nav-link {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 120px;
          background: transparent;
          color: var(--dark-color);
          padding: 5px 20px;
          justify-content: space-between;
          border-radius: 100px;
     }

     .pt-custom-price-tab .pt-advance-tab .nav-tabs .pt-tabs.nav-link img {
          display: none;
     }

     .pt-custom-price-tab .pt-advance-tab .nav-tabs .pt-tabs.nav-link.active img.pt-hover-img {
          display: none;
     }

     .pt-custom-price-tab .pt-advance-tab .nav-tabs .pt-tabs.nav-link span {
          font-size: 18px;
          line-height: 1.6;
          text-transform: capitalize;
     }

     .pt-custom-price-tab .pt-advance-tab .nav-tabs .pt-tabs.nav-link.active {
          background: var(--primary-color);
          color: var(--white-color);
     }

     @media (max-width:1023px) {
          .pt-custom-price-tab .pt-advance-tab .tab-content {
               margin: 30px 0 0;
          }
     }

     @media (max-width:767px) {
          .pt-custom-price-tab .pt-advance-tab .nav-tabs {
               padding: 15px;
          }
     }

     /*================================================
  webflow - wix resources 
================================================*/

     .pt-product-item-wrapper .pt-product-item .pt-content-box .pt-theme-main-title {
          font-size: 24px;
          line-height: 1.4;
     }

     .pt-product-grid.pt-style-2 .pt-product-item-wrapper .pt-product-item .pt-content-box .pt-theme-main-title a {
          color: var(--dark-color);
          transition: var(--transition);
     }

     .pt-product-grid.pt-style-2 .pt-product-item-wrapper .pt-product-item .pt-content-box .pt-theme-main-title a:hover {
          color: var(--primary-color);
     }

     .pt-product-grid.pt-style-2 .pt-product-item .pt-product-info .pt-product-meta {
          margin-top: 0;
     }

     @media (max-width:767px) {
          .pt-product-item-wrapper .pt-product-item .pt-content-box .pt-theme-main-title {
               font-size: 22px;
               line-height: 1.4;
          }
     }

     /*================================================
  webflow - wix slider
================================================*/

     .related-product-carousel .owl-stage {
          display: flex;
     }

     .related-product-carousel .owl-item {
          display: flex;
          justify-content: center;
          height: auto !important;
     }

     .related-product-carousel .item {
          display: flex;
          width: 100%;
          justify-content: center;
     }

     .pt-product-item-wrapper.pt-webflow-slider .pt-product-item,
     .pt-product-item-wrapper.pt-wix-slider .pt-product-item {
          background-color: var(--grey-color);
     }


     /*================================================
  figma slider
================================================*/

     .pt-product-item-wrapper.pt-figma-slider .pt-product-item {
          background-color: var(--grey-color);
     }

     /*================================================
Breadcrum
================================================*/

     .pt-breadcrumbs {
          position: relative;
          background: var(--dark-color);
          z-index: 1;
          padding: 180px 0;
          overflow: hidden;
     }

     /* Wrapper */
     .pt-breadcrumbs .pt-breadcrumb-wrapper {
          position: relative;
          max-width: 70%;
          margin: 0 auto;
     }

     /* Content */
     .pt-breadcrumbs .pt-breadcrumb-wrapper .pt-breadcrumb-content {
          position: relative;
          z-index: 2;
          width: 100%;
          text-align: center;
     }

     .pt-breadcrumbs .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title .pt-subtitle {
          color: var(--primary-color);
          text-transform: uppercase;
          font-size: 18px;
          line-height: 26px;
          letter-spacing: .2em;
          margin-bottom: 10px;
     }

     .pt-breadcrumbs .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title .pt-title-heading {
          position: relative;
          color: var(--white-color);
          font-size: clamp(34px, 4vw, 56px);
          line-height: 1.2;
          margin: 0;
          z-index: 2;
     }


     /* Main Product Title */
     .pt-breadcrumbs .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title .pt-title-heading .pt-primary-text {
          position: relative;
          color: var(--white-color);
          z-index: 3;
     }

     .pt-breadcrumbs .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title .pt-title-heading .pt-primary-text .pt-last-words {
          color: var(--primary-color);
     }

     .pt-breadcrumbs .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title .pt-description {
          color: var(--white-color);
          margin-top: 10px;
          margin-bottom: 0;
          font-size: 18px;
          line-height: 26px;
          max-width: 64%;
          margin-left: auto;
          margin-right: auto;
     }

     .pt-breadcrumbs .pt-end-text-1 {
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
          font-size: clamp(72px, 18vw, 230px);
          line-height: 0.7;
          font-weight: 700;
          letter-spacing: 0px;
          color: rgba(var(--white-rgba), 0.03);
          text-transform: uppercase;
          white-space: nowrap;
          pointer-events: none;
          z-index: -1;
     }

     /*<------------------ up down ------------------>*/
     .pt-breadcrumbs .pt-img-marquee-main {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 28%;
          display: flex;
          gap: 24px;
          overflow: hidden;
          z-index: 1;
          pointer-events: none;
     }

     /* Left side */
     .pt-breadcrumbs .pt-img-marquee-main.left-side-marquee {
          left: 20px;
     }

     /* Right side */
     .pt-breadcrumbs .pt-img-marquee-main.right-side-marquee {
          right: 20px;
     }

     /* Two vertical columns */
     .pt-breadcrumbs .pt-img-marquee-main .pt-img-marquee {
          width: calc(50% - 12px);
          overflow: hidden;
     }

     /* Image ul */
     .pt-breadcrumbs .pt-img-marquee-main .marquee-img-content-items {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 24px;
          will-change: transform;
     }

     /* Images */
     .pt-breadcrumbs .pt-img-marquee-main .marquee-img-content-items li {
          flex: 0 0 auto;
     }

     .pt-breadcrumbs .pt-img-marquee-main .marquee-img-content-items li img {
          width: 100%;
          height: auto;
          display: block;
          border-radius: 8px;
          object-fit: cover;
     }

     /* Up column move upward */
     .pt-breadcrumbs .pt-img-marquee-main .up-side .marquee-img-content-items {
          animation: pt-marquee-up 18s linear infinite;
     }

     /* Down column move downward */
     .pt-breadcrumbs .pt-img-marquee-main .down-side .marquee-img-content-items {
          animation: pt-marquee-down 22s linear infinite;
     }

     /* Right side speed */
     .pt-breadcrumbs .right-side-marquee .up-side .marquee-img-content-items {
          animation-duration: 20s;
     }

     .pt-breadcrumbs .right-side-marquee .down-side .marquee-img-content-items {
          animation-duration: 24s;
     }

     /* Up animation */
     @keyframes pt-marquee-up {
          0% {
               transform: translateY(0);
          }

          100% {
               transform: translateY(-50%);
          }
     }

     /* Down animation */
     @keyframes pt-marquee-down {
          0% {
               transform: translateY(-50%);
          }

          100% {
               transform: translateY(0);
          }
     }

     /* Responsive */
     @media (max-width: 1199px) {

          .pt-breadcrumbs {
               padding: 120px 0;
          }

          .pt-breadcrumbs .pt-img-marquee-main {
               width: 24%;
               gap: 18px;
          }

          .pt-breadcrumbs .pt-img-marquee-main .marquee-img-content-items {
               gap: 18px;
          }

          .pt-breadcrumbs .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title .pt-description {
               max-width: 80%;
          }
     }

     @media (max-width: 991px) {
          .pt-breadcrumbs .pt-img-marquee-main {
               width: 34%;
               opacity: 0.2;
          }

          .pt-breadcrumbs .pt-breadcrumb-wrapper .pt-breadcrumb-content .pt-section-title .pt-description {
               max-width: 100%;
          }
     }

     @media (max-width: 767px) {

          .pt-breadcrumbs {
               padding: 90px 0;
          }

          .pt-breadcrumbs .pt-breadcrumb-wrapper {
               max-width: 100%;
          }

          .pt-breadcrumbs .pt-img-marquee-main {
               display: none;
          }
     }


     /* =========================
/* Left / Right image group 
========================= */

     .pt-breadcrumbs .pt-breadcrumb-img-left,
     .pt-breadcrumbs .pt-breadcrumb-img-right {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 38%;
          pointer-events: none;
          z-index: 2;
     }

     /* Left side */
     .pt-breadcrumbs .pt-breadcrumb-img-left {
          left: 0;
     }

     /* Right side */
     .pt-breadcrumbs .pt-breadcrumb-img-right {
          right: 0;
     }

     /* Common image style */
     .pt-breadcrumbs .pt-breadcrumb-img-left img,
     .pt-breadcrumbs .pt-breadcrumb-img-right img {
          position: absolute;
          display: block;
          width: auto;
          height: auto;
          max-width: 100%;
          border-radius: 8px;
          object-fit: cover;
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
     }


     /* Left side style */

     .pt-breadcrumbs .pt-breadcrumb-img-left img:nth-child(1) {
          top: 38px;
          left: 55px;
     }

     .pt-breadcrumbs .pt-breadcrumb-img-left img:nth-child(2) {
          top: 73px;
          left: 141px;
          z-index: -1;
     }

     .pt-breadcrumbs .pt-breadcrumb-img-left img:nth-child(3) {
          top: 260px;
          left: 30px;
     }

     .pt-breadcrumbs .pt-breadcrumb-img-left img:nth-child(4) {
          top: 274px;
          left: 218px;
     }


     /*  Right Side Images */

     .pt-breadcrumbs .pt-breadcrumb-img-right img:nth-child(1) {
          top: 50px;
          right: 60px;
     }

     .pt-breadcrumbs .pt-breadcrumb-img-right img:nth-child(2) {
          top: 240px;
          right: 256px;
     }

     .pt-breadcrumbs .pt-breadcrumb-img-right img:nth-child(3) {
          top: 273px;
          right: 30px;
     }

     /* Center content above images */
     .pt-breadcrumbs .container,
     .pt-breadcrumbs .pt-breadcrumb-wrapper,
     .pt-breadcrumbs .pt-breadcrumb-content {
          position: relative;
          z-index: 5;
     }

     /*Breadcrumb Images Animation */

     /* =========================
Scroll Based Left / Right Slide
CSS Only - No JS
========================= */

     @supports (animation-timeline: scroll()) {

          .pt-breadcrumbs .pt-breadcrumb-img-left,
          .pt-breadcrumbs .pt-breadcrumb-img-right {
               animation-duration: 1s;
               animation-timing-function: linear;
               animation-fill-mode: both;
               animation-timeline: scroll(root block);
               animation-range: 0 520px;
               will-change: translate, opacity;
          }

          /* Scroll down = left images slide left */
          .pt-breadcrumbs .pt-breadcrumb-img-left {
               animation-name: pt-scroll-slide-left;
          }

          /* Scroll down = right images slide right */
          .pt-breadcrumbs .pt-breadcrumb-img-right {
               animation-name: pt-scroll-slide-right;
          }

          @keyframes pt-scroll-slide-left {
               0% {
                    translate: 0 0;
                    opacity: 1;
               }

               100% {
                    translate: -120px 0;
                    opacity: 0.45;
               }
          }

          @keyframes pt-scroll-slide-right {
               0% {
                    translate: 0 0;
                    opacity: 1;
               }

               100% {
                    translate: 120px 0;
                    opacity: 0.45;
               }
          }
     }

     @media (max-width: 1399px) {

          .pt-breadcrumbs .pt-breadcrumb-img-left,
          .pt-breadcrumbs .pt-breadcrumb-img-right {
               transform: scale(0.9);
               opacity: 0.9;
          }

          .pt-breadcrumbs .pt-breadcrumb-img-left {
               left: -20px;
          }

          .pt-breadcrumbs .pt-breadcrumb-img-right {
               right: -20px;
          }
     }

     @media (max-width: 1199px) {

          .pt-breadcrumbs .pt-breadcrumb-img-left,
          .pt-breadcrumbs .pt-breadcrumb-img-right {
               transform: scale(0.78);
               opacity: 0.65;
          }

          .pt-breadcrumbs .pt-breadcrumb-img-left {
               left: -70px;
          }

          .pt-breadcrumbs .pt-breadcrumb-img-right {
               right: -70px;
          }
     }

     @media (max-width: 991px) {

          .pt-breadcrumbs .pt-breadcrumb-img-left,
          .pt-breadcrumbs .pt-breadcrumb-img-right {
               transform: scale(0.65);
               opacity: 0.35;
          }

          .pt-breadcrumbs .pt-breadcrumb-img-left {
               left: -140px;
          }

          .pt-breadcrumbs .pt-breadcrumb-img-right {
               right: -140px;
          }
     }

     @media (max-width: 767px) {

          .pt-breadcrumbs .pt-breadcrumb-img-left,
          .pt-breadcrumbs .pt-breadcrumb-img-right {
               opacity: 0.18;
               transform: scale(0.55);
          }

          .pt-breadcrumbs .pt-breadcrumb-img-left {
               left: -200px;
          }

          .pt-breadcrumbs .pt-breadcrumb-img-right {
               right: -200px;
          }
     }

     @media (max-width: 575px) {

          .pt-breadcrumbs .pt-breadcrumb-img-left,
          .pt-breadcrumbs .pt-breadcrumb-img-right {
               display: none;
          }
     }

     @media (prefers-reduced-motion: reduce) {

          .pt-breadcrumbs .pt-breadcrumb-img-left img,
          .pt-breadcrumbs .pt-breadcrumb-img-right img {
               animation: none;
          }
     }


     /* =========================
Single image text-left breadcrumb 
========================= */

     .pt-breadcrumbs.pt-text-left .pt-breadcrumb-wrapper {
          max-width: 100%;
     }

     .pt-breadcrumbs.pt-text-left .pt-breadcrumb-wrapper .pt-breadcrumb-content {
          text-align: left;
          max-width: 50%;
     }

     .pt-breadcrumbs.pt-text-left .pt-project-image {
          position: absolute;
          top: -220px;
          right: -220px;

     }


     @media (max-width: 1399px) {
          .pt-breadcrumbs.pt-text-left .pt-breadcrumb-wrapper .pt-breadcrumb-content {
               max-width: 55%;
          }

          .pt-breadcrumbs.pt-text-left .pt-project-image {
               top: -180px;
               right: -300px;
               transform: scale(0.9);
          }
     }

     @media (max-width: 1199px) {
          .pt-breadcrumbs.pt-text-left .pt-breadcrumb-wrapper .pt-breadcrumb-content {
               max-width: 62%;
          }

          .pt-breadcrumbs.pt-text-left .pt-project-image {
               top: -130px;
               right: -380px;
               transform: scale(0.8);
               opacity: 0.7;
          }
     }

     @media (max-width: 991px) {
          .pt-breadcrumbs.pt-text-left .pt-breadcrumb-wrapper .pt-breadcrumb-content {
               max-width: 75%;
          }

          .pt-breadcrumbs.pt-text-left .pt-project-image {
               top: -80px;
               right: -460px;
               transform: scale(0.7);
               opacity: 0.4;
          }
     }

     @media (max-width: 767px) {
          .pt-breadcrumbs.pt-text-left .pt-breadcrumb-wrapper .pt-breadcrumb-content {
               max-width: 100%;
          }

          .pt-breadcrumbs.pt-text-left .pt-project-image {
               top: -40px;
               right: -520px;
               transform: scale(0.6);
               opacity: 0.18;
          }
     }

     @media (max-width: 575px) {
          .pt-breadcrumbs.pt-text-left .pt-project-image {
               display: none;
          }

          .pt-breadcrumbs.pt-text-left .pt-breadcrumb-wrapper .pt-breadcrumb-content {
               max-width: 100%;
          }
     }

     /* =========================
     contact form
========================= */

     .pt-contact-from-1 .mf_multiselect__control.css-yk16xz-control .css-1wa3eu0-placeholder {
          top: 30px !important;
     }

     .pt-contact-from-1 .mf_multiselect__control.mf_multiselect__control--is-focused.mf_multiselect__control--menu-is-open.css-1pahdxg-control .css-1wa3eu0-placeholder {
          transform: translateY(0) !important;
     }

     .pt-contact-from-1 .mf_multiselect__control.mf_multiselect__control--is-focused.css-1pahdxg-control .css-1wa3eu0-placeholder {
          transform: translateY(0) !important;
     }

     .pt-contact-from-1 .css-1rhbuit-multiValue {
          transform: translateY(50%);
     }

     @media(max-width:767px) {

          .pt-contact-from-1 .mf_multiselect__control.css-yk16xz-control .css-1wa3eu0-placeholder {
               transform: translateY(0) !important;
               top: 16px !important;
          }

          .pt-contact-from-1 .css-1rhbuit-multiValue {
               transform: translateY(0);
          }
     }




     /* #pt-loader {
          display: none;
     } */

     .pq-cursor,
     .cursor,
     .custom-cursor {
          display: none !important;
     }


     .mc4wp-form-fields {
          position: relative;
     }

     .mc4wp-form input[type="email"] {
          width: 100%;
          border: none;
          border-bottom: 1px solid var(--secondary-color);
          padding: 15px 50px 15px 0;
          background: transparent;
          border-radius: 0;
     }

     .mc4wp-form button[type="submit"] {
          position: absolute;
          right: 0;
          top: 8px;
          border: none;
          background: none;
          cursor: pointer;
          color: var(--secondary-color);
          padding: 0;
     }