/*
Template: Wastex- Waste Pickup and Disposal Services WordPress Theme
Author: peacefulqode.co.in
Version: 1.0
Design and Developed by: Peacefulqode

*/

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

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Pagination
==> Error
==> Breadcrumb
==> Service Single
==> Header
==> Section Title
==> Footer
==> Blog Post
==> Isotope Portfolio
==> Portfolio 
==> Service Box
==> Service Marquee
==> Testimonial  
==> Recent Post
==> Our Team
==> price Plan
==> Process Step
==> Icon Box
==> Image Gallary
==> Animation
==> Woocommerce
==> Custom CSS 

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

/*================================================
    Moz Selection
================================================*/
::-moz-selection {
     text-shadow: none;
     background: var(--e-global-color-primary);
     color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: var(--e-global-typography-primary-font-family);
     color: var(--e-global-color-primary);
     font-style: normal;
     font-weight: 700;
     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.elementor-heading-title,
h1 {
     font-size: clamp(2.25rem, 1.5rem + 2vw, 3.5rem);
     /* 36px â†’ 56px */
     line-height: 1.25;
     /* ~72px (multiple of 8) */
}

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

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

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

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

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

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

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

/*================================================
   Loading
================================================*/

/* Fullscreen overlay */
#pt-loading {
     position: fixed;
     inset: 0;
     background: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 9999;
     transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Hide state */
#pt-loading.hide {
     opacity: 0;
     visibility: hidden;
}

/* Loader wrapper */
.pt-loader {
     position: relative;
     width: 180px;
     height: 180px;
}

/* Rotating half-half border */
.pt-loader-circle {
     position: absolute;
     inset: 0;
     border-radius: 50%;
     border: 2px solid transparent;
     border-top-color: var(--e-global-color-primary);
     /* top half color */
     border-right-color: var(--e-global-color-accent);
     /* right half color */
     border-bottom-color: var(--e-global-color-primary);
     /* bottom half color */
     border-left-color: var(--e-global-color-accent);
     /* left half color */
     animation: spin 1.5s linear infinite;
}

/* Center logo */
.pt-loader img {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     max-width: 90px;
}

/* Spin animation */
@keyframes spin {
     0% {
          transform: rotate(0deg);
     }

     100% {
          transform: rotate(360deg);
     }
}

/*================================================
Back to Top
================================================*/
.progress-wrap {
     position: fixed;
     right: 30px;
     bottom: 30px;
     height: 50px;
     width: 50px;
     cursor: pointer;
     display: block;
     border-radius: var(--e-global-big-border-radius);
     background: var(--e-global-color-primary);
     z-index: 10000;
     opacity: 0;
     visibility: hidden;
     transform: translateY(15px);
     transition: all 0.5s ease;
}

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

.progress-wrap::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 50px;
     width: 50px;
     border-radius: var(--e-global-big-border-radius);
     background: var(--e-global-color-primary);
     opacity: 0;
     z-index: -1;

     animation: shadow-blink 1.5s ease-out infinite;
}

.progress-wrap::after {
     position: absolute;
     font-family: flaticon_waste !important;
     content: "\f15b";
     text-align: center;
     line-height: 50px;
     font-size: 24px;
     color: var(--e-global-color-white);
     left: 0;
     top: 0;
     height: 50px;
     width: 50px;
     z-index: 2;
     animation: spin-icon 4s linear infinite;
     transition: all 0.3s ease;
}


/* Spin animation */
@keyframes spin-icon {
     0% {
          transform: rotate(0deg);
     }

     100% {
          transform: rotate(360deg);
     }
}

.progress-wrap svg {
     position: relative;
     z-index: 1;
}

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

/* Pulse Animation */
@keyframes shadow-blink {
     0% {
          opacity: 0.6;
          transform: scale(1);
     }

     100% {
          opacity: 0;
          transform: scale(1.7);
     }
}

/*================================================
   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(--e-global-color-accent);
     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;
     font-weight: 700 !important;
     overflow: hidden;
}

.screen-reader-text:focus {
     background-color: var(--e-global-color-accent);
     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"],
.woocommerce a.button {
     padding: 12px 30px;
     font-family: var(--e-global-typography-primary-font-family);
     font-size: 18px;
     background: var(--e-global-color-secondary);
     color: var(--e-global-color-primary);
     text-transform: capitalize;
     display: inline-block;
     border: none;
     width: auto;
     height: auto;
     line-height: 1.6;
     font-weight: 500;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     transition: all 0.5s ease-in-out !important;
     -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,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-secondary);
}

/*===== Button Flat =====*/
.pt-button.pt-button-flat {
     overflow: hidden;
     display: inline-flex;
     align-items: center;
     gap: 15px;
     font-family: var(--e-global-typography-primary-font-family);
     text-transform: capitalize;
     line-height: 1.6;
     font-size: 18px;
     padding: 7px 7px 7px 15px;
     font-weight: 500;
     position: relative;
     width: auto;
     height: auto;
     z-index: 1;
     color: var(--e-global-color-primary);
     vertical-align: middle;
     background: var(--e-global-color-secondary);
     text-decoration: none;
     border-radius: var(--small-border-radius);
     transition: var(--transition);
}

.pt-button.pt-button-flat:hover {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

/* ===== activated buttons ===== */

.pt-btn-container.pt-activate .pt-button.pt-button-flat {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

.pt-btn-container.pt-activate .pt-button.pt-button-flat:hover {
     color: var(--e-global-color-primary);
     background: var(--e-global-color-secondary);
}

/* ===== button text ===== */

.pt-button.pt-button-flat .pt-button-text {
     position: relative;
     height: 28px;
     overflow: hidden;
     display: inline-flex;
     flex-direction: column;
     justify-content: flex-start;
     transition: var(--transition);
}

.pt-button.pt-button-flat .pt-button-text span {
     line-height: 28px;
     transition: var(--transition);
     transform: translateY(0);
}

.pt-button.pt-button-flat:hover .pt-button-text span {
     transform: translateY(-28px);
}

/* ===== button icon ===== */

.pt-button.pt-button-flat .pt-button-icon {
     display: inline-flex;
     border-radius: inherit;
     transition: inherit;
}

.pt-button.pt-button-flat .pt-button-icon-inner {
     height: 40px;
     width: 40px;
     font-size: 18px;
     line-height: 40px;
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
     border-radius: var(--small-border-radius);
     display: flex;
     justify-content: center;
     transition: var(--transition);
     margin: 0;
}

.pt-button.pt-button-flat:hover .pt-button-icon-inner {
     color: var(--e-global-color-primary);
     background: var(--e-global-color-secondary);
}

.pt-button.pt-button-flat i::before {
     line-height: inherit;
}

/* ===== activated buttons icon ===== */

.pt-btn-container.pt-activate .pt-button.pt-button-flat .pt-button-icon-inner {
     color: var(--e-global-color-primary);
     background: var(--e-global-color-secondary);
}

.pt-btn-container.pt-activate .pt-button.pt-button-flat:hover .pt-button-icon-inner {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

/* ===== Effect ===== */

.pt-button.pt-button-flat .pt-button-animation {
     position: absolute;
     display: block;
     width: 0;
     height: 0;
     border-radius: 50%;
     background: var(--e-global-color-primary);
     -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
     transition: width .4s ease-in-out, height .4s ease-in-out;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: -1;
}

.pt-button.pt-button-flat:hover .pt-button-animation {
     width: 225%;
     height: 562.5px
}

/* ===== activated buttons animation ===== */

.pt-btn-container.pt-activate .pt-button.pt-button-flat .pt-button-animation {
     background: var(--e-global-color-secondary);
}

/*===== Button link =====*/

.pt-button.pt-button-link {
     display: inline-flex;
     font-family: var(--e-global-typography-primary-font-family);
     text-transform: capitalize;
     line-height: normal;
     align-items: center;
     line-height: 1.6;
     font-size: 18px;
     gap: 8px;
     font-weight: 500;
     transition: var(--transition);
     justify-content: center;
}

.pt-button.pt-button-link .pt-button-text {
     position: relative;
     color: var(--e-global-color-primary);
}

.pt-button.pt-button-link .pt-button-text::before {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     width: 0;
     height: 1px;
     background-color: var(--e-global-color-primary);
     transition: all 0.7s ease-in-out;
}

.pt-button.pt-button-link:hover .pt-button-text::before {
     width: 100%;
}

.pt-button.pt-button-link .pt-button-text::after {
     content: "";
     position: absolute;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 1px;
     background-color: var(--e-global-color-primary);
     transition: all 0.4s ease-in-out;
}

.pt-button.pt-button-link:hover .pt-button-text::after {
     width: 0;
}

/* ===== activated buttons ===== */

.pt-btn-container.pt-activate .pt-button.pt-button-link .pt-button-text {
     color: var(--e-global-color-secondary);
}

.pt-btn-container.pt-activate .pt-button.pt-button-link .pt-button-text::before {
     background-color: var(--e-global-color-secondary);
}

.pt-btn-container.pt-activate .pt-button.pt-button-link .pt-button-text::after {
     background-color: var(--e-global-color-secondary);
}

/*===== Button outline =====*/

.pt-button.pt-button-outline {
     overflow: hidden;
     font-family: var(--e-global-typography-primary-font-family);
     line-height: 1.6;
     font-size: 18px;
     padding: 6px 6px 6px 15px;
     font-weight: 500;
     position: relative;
     width: auto;
     height: auto;
     color: var(--e-global-color-primary);
     vertical-align: middle;
     display: inline-flex;
     align-items: center;
     background: transparent;
     border: 2px solid var(--e-global-color-secondary);
     gap: 15px;
     text-decoration: none;
     border-radius: var(--small-border-radius);
     transition: var(--transition);
}

.pt-button.pt-button-outline:hover {
     border: 2px solid var(--e-global-color-primary);
     color: var(--e-global-color-primary);
}

.pt-button.pt-button-outline .pt-button-text {
     position: relative;
     height: 25px;
     overflow: hidden;
     display: inline-flex;
     flex-direction: column;
     justify-content: flex-start;
     transition: var(--transition);
}

.pt-button.pt-button-outline .pt-button-text span {
     line-height: 25px;
     transition: var(--transition);
     transform: translateY(0);
}

.pt-button.pt-button-outline:hover .pt-button-text span {
     transform: translateY(-25px);
}

.pt-button.pt-button-outline i {
     height: 40px;
     width: 40px;
     line-height: 40px;
     background-color: var(--e-global-color-primary);
     color: var(--e-global-color-white);
     border-radius: var(--small-border-radius);
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     transform: rotate(0deg);
     transition: var(--transition);
}

.pt-button.pt-button-outline:hover i {
     transform: rotate(0deg);
     background-color: var(--e-global-color-secondary);
     color: var(--e-global-color-primary);
}

/*===== Button Rounded =====*/

.pt-button.pt-button-rounded {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     width: 50px;
     height: 50px;
     line-height: 50px;
     font-size: 20px;
     font-family: var(--e-global-typography-primary-font-family);
     border-radius: var(--small-border-radius);
     background: var(--e-global-color-secondary);
     color: var(--e-global-color-primary);
     text-align: center;
     transition: var(--transition);
}

.pt-button.pt-button-rounded:hover {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

.pt-button.pt-button-rounded i {
     transform: rotate(-45deg);
     transition: var(--transition);
}

.pt-button.pt-button-rounded:hover i {
     transform: rotate(0deg);
}

.pt-button.pt-button-rounded i:before {
     line-height: inherit;
}

/*================================================
   Pagination
================================================*/
.pt-pagination {
     margin-top: 60px;
}

.pt-pagination .page-numbers {
     display: -ms-flexbox;
     display: flex;
     padding-left: 0;
     list-style: none;
     padding: 0;
     margin: 0;
}

.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 20px;
     text-transform: capitalize;
     height: 60px;
     width: 60px;
     text-align: center;
     line-height: 60px;
     font-size: 18px;
     font-weight: 500;
     margin: 0 5px;
     color: var(--e-global-color-primary);
     background-color: var(--e-global-color-secondary);
     border: 0 solid var(--e-global-color-secondary);
     -webkit-border-radius: var(--small-border-radius);
     -moz-border-radius: var(--small-border-radius);
     border-radius: var(--small-border-radius);
     font-family: var(--e-global-typography-primary-font-family);
}

.pt-pagination .page-numbers li .page-numbers:hover {
     color: var(--e-global-color-white);
     text-decoration: none;
     background-color: var(--e-global-color-primary);
     border-color: var(--e-global-color-primary);
     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(--e-global-color-white);
     background: var(--e-global-color-primary);
     border-color: var(--e-global-color-primary);
     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:767px) {
     .pt-pagination {
          margin-top: 45px;
     }

     .pt-pagination .page-numbers li .next.page-numbers,
     .pt-pagination .page-numbers li .prev.page-numbers {
          width: auto;
          display: none;
     }
}

/*================================================
   Error
================================================*/
.pt-error-block {
     text-align: center;
}

.pt-error-block .pt-errot-text {
     font-size: 420px;
     font-family: var(--e-global-typography-primary-font-family);
     color: var(--e-global-color-primary);
     line-height: 0.8;
     margin-bottom: 30px;
     font-style: normal;
     text-transform: uppercase;
     font-weight: 600;
}

@media(max-width:1023px) {
     .pt-error-block .pt-errot-text {
          font-size: 320px;
     }
}

@media(max-width:767px) {
     .pt-error-block .pt-errot-text {
          font-size: 200px;
     }

     .pt-error-block h2 {
          font-size: 26px;
          line-height: 34px;
     }
}

@media(max-width:479px) {
     .pt-error-block .pt-errot-text {
          font-size: 130px;
     }
}

/*================================================
   Breadcrumb
================================================*/

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

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

.pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
     font-size: clamp(2.25rem, 1.5rem + 3vw, 4.5rem);
     line-height: 1.2;
     /* ~88px on large screens, keeps 8px rhythm */
     color: var(--e-global-color-white);
     margin-bottom: 20px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
     display: inline-flex;
     align-items: flex-start;
     margin: 0;
}

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

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

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

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a i {
     margin-right: 5px;
}

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

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
     content: "\f129";
     font-family: flaticon_waste !important;
     font-size: 18px;
     padding-right: 10px;
     color: var(--e-global-color-white);
     float: none;
}

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

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

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

@media(max-width:1023px) {
     .pt-breadcrumb-style-1 {
          padding: 120px 20px;
     }
}

/*================================================
Service Single
================================================*/

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container {
     border: none;
     box-shadow: none;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu {
     margin: 0;
     padding: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li {
     margin: 0 0 20px;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li:last-child {
     margin: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a {
     padding: 17px 20px;
     border: 1px solid rgba(var(--e-global-color-primary-rgb), .2);
     background: var(--e-global-color-white);
     display: inline-block;
     width: 100%;
     position: relative;
     font-family: var(--e-global-typography-text-font-family);
     text-transform: capitalize;
     color: var(--e-global-color-primary);
     border-radius: 15px;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a:before {
     content: '\f054';
     font-family: "Font Awesome 5 Free";
     font-weight: 700;
     font-size: 12px;
     right: 20px;
     left: auto;
     top: 24px;
     position: absolute;
     color: inherit;
     line-height: normal;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a:hover,
[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li.current_page_item a {
     background: var(--e-global-color-primary);
     border: 1px solid rgba(var(--e-global-color-primary-rgb), 1);
     color: var(--e-global-color-secondary);
}

/*================================================
Header
================================================*/

/*======  Header Menu Link Font Weight 500 ====== */
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>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 a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#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 {
     font-weight: 500;
}

/*===== Sticky  Header =====*/
.admin-bar .pt-header-sticky {
     top: 32px;
}

.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 9999;
     background: var(--e-global-color-white);
     box-shadow: 0px 5px 15px rgba(26, 26, 26, 0.1);
     transform: translateY(-100%);
     transition: transform 0.4s ease-in-out;
     will-change: transform;
}

@media (max-width: 1365px) {
     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
          display: none !important;

     }
}

@media (max-width: 1200px) {
     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
          display: inline-block !important;
     }
}

@media (max-width: 767px) {
     .admin-bar .transparent-header.pt-header-sticky {
          top: 0 !important;
     }
}

/*======  Header bg white ====== */

.admin-bar .pt-header-bg-white {
     top: 32px !important;
}

.pt-header-bg-white {
     background: transparent;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 9;
}

.pt-header-bg-white .pt-search-button {
     background: var(--e-global-color-accent);
}

/* ========= Toggale Button ========= */

#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(--e-global-color-white);
}

@media (max-width: 1200px) {

     #mega-menu-wrap-primary .mega-menu-toggle {
          height: 50px;
          width: 50px;
          border-radius: 15px;
          line-height: 50px;
     }
}

/*++++++ Header Right ++++++*/
.pt-header-info {
     display: flex;
     gap: 20px;
     align-items: center;
     padding: 0;
     margin: 0;
}

/*++++++ Search ++++++*/
.pt-search-button {
     width: 53px;
     height: 53px;
     font-size: 20px;
     line-height: 53px;
     text-align: center;
     background: var(--e-global-color-white);
     color: var(--e-global-color-primary);
     border-radius: var(--e-global-big-border-radius);
     display: inline-block;
}

.pt-search-button i:before {
     line-height: inherit !important;
}

/*+++++ search icon svg +++++*/
.pt-search-button svg {
     fill: var(--e-global-color-primary);
     width: 20px;
}

.pt-search-button svg path {
     fill: var(--e-global-color-primary);
}

/*+++++ Offcanvas search +++++*/
.admin-bar .pt-search-button .offcanvas {
     top: 32px;
}

.pt-search-button .offcanvas {
     padding: 45px;
     height: auto;
     bottom: inherit;
     transition: all 0.5s ease;
}

.pt-search-button .offcanvas .btn-close {
     opacity: 1;
     background: none;
     color: var(--e-global-color-white);
     font-size: 0;
     position: absolute;
     right: -70px;
     top: 50%;
     transform: translateY(-50%);
     line-height: normal;
     padding: 0;
     box-shadow: none;
     width: 54px;
     height: 54px;
     line-height: 54px;
     outline: none;
}

.pt-search-button .offcanvas .btn-close:before {
     content: "\f659";
     font-family: bootstrap-icons !important;
     font-size: 18px;
}

.pt-search-button .offcanvas .btn-close:after {
     content: "";
     background: var(--e-global-color-primary);
     width: 54px;
     height: 54px;
     position: absolute;
     left: 0;
     top: 0;
     transition: all 0.5s ease;
     z-index: -1;
     border-radius: var(--e-global-big-border-radius);
}

.pt-search-button .offcanvas .btn-close:hover:after {
     background: var(--e-global-color-secondary);
}

.pt-search-button .offcanvas .btn-close:hover {
     color: var(--e-global-color-primary);
}

.pt-search-button .offcanvas .search-form {
     margin: 0 auto;
     width: 60%;
}

.pt-search-button .offcanvas .search-form .search-field {
     color: var(--e-global-color-text);
     background: var(--e-global-color-accent);
     padding-left: 30px;
}

.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
     -webkit-appearance: none;
}

.pt-search-button .offcanvas .search-form .search-field:focus {
     color: var(--e-global-color-text);
}

.pt-search-button .offcanvas .search-form .search-submit {
     background: transparent;
     color: var(--e-global-color-text) !important;
}

.offcanvas.offcanvas-top .search-form .search-submit {
     display: none;
}

.pt-search-button .offcanvas .search-form .search-submit:hover {
     color: var(--e-global-color-secondary) !important;
}

/*++++++ Toggle Button ++++++*/
.pt-toggle-btn a {
     background-color: var(--e-global-color-primary);
     width: 56px;
     height: 56px;
     line-height: 56px;
     text-align: center;
     border-radius: var(--e-global-big-border-radius);
     display: flex;
     align-items: center;
     justify-content: center;
}

.pt-toggle-btn a svg {
     width: 24px;
}

.pt-toggle-btn a svg path {
     transition: var(--transition);
     fill: var(--e-global-color-white);
     stroke: rgba(var(--e-global-color-white-rgb), .3);
}

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

/*===== text-center  =====*/

.pt-section-title.text-center .pt-title .pt-title-subtitle {
     justify-content: center;
}

/*===== sub title =====*/

.pt-section-title .pt-title .pt-title-subtitle {
     position: relative;
     text-transform: capitalize;
     color: var(--e-global-color-primary);
     display: inline-block;
     margin-bottom: 10px;
     align-items: center;
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
     padding-left: 16px;
     font-family: var(--e-global-typography-primary-font-family);
}

.pt-section-title .pt-title .pt-title-subtitle::before {
     content: '';
     position: absolute;
     top: 50%;
     left: 0;
     bottom: 0;
     transform: translateY(-50%);
     background-color: var(--e-global-color-primary);
     width: 8px;
     height: 8px;
     border-radius: var(--e-global-big-border-radius);
}

/*===== sub title activate =====*/

.pt-section-title.pt-activate .pt-title .pt-title-subtitle {
     color: var(--e-global-color-white);
}

.pt-section-title.pt-activate .pt-title .pt-title-subtitle::before {
     background-color: var(--e-global-color-secondary);
}

/*===== main title =====*/

.pt-section-title .pt-title .pt-title-heading {
     margin-bottom: 10px;
     font-size: clamp(2.25rem, 1.5rem + 2vw, 3.5rem);
     /* 36px â†’ 56px */
     line-height: 1.25;
     color: var(--e-global-color-primary);
}

/*=====  main title activate =====*/

.pt-section-title.pt-activate .pt-title .pt-title-heading {
     color: var(--e-global-color-white);
}

/*===== description =====*/
.pt-section-title .pt-title .pt-title-description {
     font-size: 18px;
     line-height: 1.8;
     color: var(--e-global-color-text);
     margin: 0;
}

/*===== description activate =====*/

.pt-section-title.pt-activate .pt-title .pt-title-description {
     color: var(--e-global-color-white);
}

/*================================================
   Footer
================================================*/

footer#pt-footer .pt-footer-style-1 .footer-text-hover a span.elementor-icon-list-text {
     transition: var(--transition);

}

footer#pt-footer .pt-footer-style-1 .footer-text-hover a span.elementor-icon-list-text:hover {
     padding: 0 0 0 15px;
}

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

.pt-blog-post {
     display: inline-block;
     width: 100%;
     float: left;
}

/*===== Blog Image =====*/

.pt-blog-post .pt-blog-image {
     margin-bottom: 20px;
     overflow: hidden;
     position: relative;
     transition: var(--transition);
     border-radius: var(--e-global-border-radius);
}

.pt-blog-post .pt-blog-image .pt-blog-grid-image:after {
     content: "";
     position: absolute;
     width: 200%;
     height: 0%;
     left: 50%;
     top: 50%;
     background-color: rgba(255, 255, 255, .3);
     transform: translate(-50%, -50%) rotate(-45deg);
     z-index: 1;
}

.pt-blog-post .pt-blog-image .pt-blog-grid-image:hover:after {
     height: 250%;
     transition: all 0.8s linear !important;
     background-color: transparent;
}

.pt-blog-post .pt-blog-image img {
     min-height: 250px;
     width: 100%;
     object-fit: cover;
     transition: var(--transition);
     -webkit-transition: var(--transition);
}

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

/*===== Blog Image single page=====*/

.pt-blog-post .pt-post-media {
     margin-bottom: 20px;
     overflow: hidden;
     position: relative;
     transition: var(--transition);
     border-radius: var(--e-global-border-radius);
}

.pt-blog-post .pt-post-media:after {
     content: "";
     position: absolute;
     width: 200%;
     height: 0%;
     left: 50%;
     top: 50%;
     background-color: rgba(255, 255, 255, .3);
     transform: translate(-50%, -50%) rotate(-45deg);
     z-index: 1;
}

.pt-blog-post .pt-post-media:hover:after {
     height: 250%;
     transition: all 0.8s linear !important;
     background-color: transparent;
}

.pt-blog-post .pt-post-media img {
     min-height: 250px;
     width: 100%;
     object-fit: cover;
     transition: var(--transition);
     -webkit-transition: var(--transition);
}

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

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

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


.pt-blog-post .pt-post-meta ul li a:hover {
     text-decoration: underline !important;
}

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

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

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

/*===== Blog contain =====*/
.pt-blog-post .pt-blog-contain .pt-blog-title a {
     margin-bottom: 10px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     transition: var(--transition);
     color: var(--e-global-color-primary);
}

.pt-blog-post .pt-blog-contain h3:hover,
.pt-blog-post .pt-blog-contain .pt-blog-title a:hover {
     text-decoration: underline !important;
     color: var(--e-global-color-primary);
}

.pt-blog-post .pt-blog-contain .pt-btn-container {
     margin-top: 15px;
}

/*===== 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;
}

/* CORRECT dark overlay */
.pt-blog.pt-blog-col-1 .pt-post-media::after {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(17, 17, 17, .3);
}

/*===== Blog 2 Column =====*/

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-blog-contain {
     margin-bottom: 0;
     overflow: hidden;
     position: relative;
     padding: 20px;
     display: inline-grid;
     gap: 110px;
     width: 100%;
     grid-auto-flow: row;
     background-color: var(--e-global-color-accent);
     border-radius: var(--e-global-border-radius);
}

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-blog-contain .pt-post-meta {
     border-top: 1px solid rgba(var(--e-global-color-text-rgb), 0.12);
     padding-top: 20px;
}

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

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-post-meta ul li.pt-post-category {
     display: flex;
     gap: 10px;
     align-items: center;
}

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-post-meta ul li .pt-icon {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 7px;
     line-height: 1;
     color: var(--e-global-color-primary);
}

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-blog-contain .pt-post-meta .pt-post-date a {
     font-size: 18px;
     line-height: 24px;
}

.pt-blog.pt-blog-col-2 .pt-blog-post .pt-post-category a {
     position: relative;
     left: inherit;
     top: inherit;
     color: var(--e-global-color-text);
     background: transparent;
     padding: 0;
     backdrop-filter: none;
}


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

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

.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(--e-global-border-radius);
     -moz-border-radius: var(--e-global-border-radius);
     border-radius: var(--e-global-border-radius);
     gap: 30px;
     background-color: var(--e-global-color-accent);
     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(--e-global-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(--e-global-color-primary);
}

.pt-blog-post.pt-list .pt-btn-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(--e-global-color-primary);
}

@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:575px) {
     .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 project css =====*/
.single-post .pt-blog-post {
     margin-bottom: 0;
}

.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 rgba(var(--e-global-color-primary-rgb), .2);
     border-top: 1px solid rgba(var(--e-global-color-primary-rgb), .2);
}

.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(--e-global-typography-primary-font-family);
     color: var(--e-global-color-primary);
     text-transform: capitalize;
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
     display: inline-block;
}

.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-family: var(--e-global-typography-text-font-family);
     font-size: 18px !important;
     line-height: 1.6;
     font-weight: 500;
     text-transform: capitalize;
     background: var(--e-global-color-primary);
     display: inline-block;
     color: var(--e-global-color-secondary);
     padding: 8px 16px;
     border: 0px solid var(--e-global-color-secondary);
     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;
     border-radius: 10px;
}

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

/*===== Blog Single Post - Social Media =====*/

.pt-single-post-bottom-holder .pt-single-post-social-title {
     font-family: var(--e-global-typography-primary-font-family);
     color: var(--e-global-color-primary);
     text-transform: capitalize;
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
     display: inline-block;
}

.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(--e-global-color-primary);
     color: var(--e-global-color-secondary);
     display: inline-block;
     text-align: center;
     line-height: 50px;
     -webkit-border-radius: var(--e-global-big-border-radius);
     -moz-border-radius: var(--e-global-big-border-radius);
     border-radius: var(--e-global-big-border-radius);
}

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

.pt-single-post-usernav .pt-user {
     background: var(--e-global-color-accent);
     padding: 30px;
     display: flex;
     align-items: flex-start;

     -webkit-border-radius: var(--e-global-border-radius);
     -moz-border-radius: var(--e-global-border-radius);
     border-radius: var(--e-global-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(--e-global-border-radius);
     -moz-border-radius: var(--e-global-border-radius);
     border-radius: var(--e-global-border-radius);
     border: 1px solid rgba(var(--e-global-color-secondary-rgb), .2);
}

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

.pt-single-post-usernav .pt-user-info .pt-user-sub-title {
     text-transform: capitalize;
     color: var(--e-global-color-primary);
     font-size: 18px;
     line-height: 1.6;
}

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

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

@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(--e-global-color-accent);
     -webkit-border-radius: var(--e-global-border-radius);
     -moz-border-radius: var(--e-global-border-radius);
     border-radius: var(--e-global-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(--e-global-color-secondary);
     background: var(--e-global-color-primary);
     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(--e-global-big-border-radius);
     -moz-border-radius: var(--e-global-big-border-radius);
     border-radius: var(--e-global-big-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(--e-global-color-primary);
     font-family: var(--e-global-typography-primary-font-family);
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
     text-transform: capitalize;
     transition: var(--transition);
}

.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(--e-global-color-primary);
}

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

@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:576px) {
     .pt-single-post-navigation {
          display: block;
     }

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

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

.pt-filters .pt-filter-button-group ul {
     margin: 0 0 45px;
     padding: 0;
     display: inline-block;
     width: 100%;
     text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
     font-family: var(--e-global-typography-text-font-family);
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     list-style: none;
     color: var(--e-global-color-primary);
     display: inline-block;
     cursor: pointer;
     padding: 8px 24px;
     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;
}

.pt-filters .pt-filter-button-group ul li:last-child {
     margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-secondary);
     ;
     -webkit-border-radius: var(--e-global-big-border-radius);
     -moz-border-radius: var(--e-global-big-border-radius);
     border-radius: var(--e-global-big-border-radius);
}

.pt-filters .pt-filter-button-group ul li:hover {
     color: var(--e-global-color-primary);
}

/*===== Portfolio Grid =====*/
.pt-grid {
     display: inline-block;
     width: 100%;
     float: left;
}

.pt-grid:after {
     content: '';
     display: block;
     clear: both;
}

.pt-grid .pt-col-3 {
     width: 25%;
     padding: 0 15px 30px;
}

.pt-grid .pt-col-6 {
     width: 50%;
     padding: 0 15px 30px;
}

.pt-grid .pt-col-4 {
     width: 33.33%;
     padding: 0 15px 30px;
}

@media(max-width:1199px) {
     .pt-grid .pt-col-3 {
          width: 33.333%;
     }
}

@media(max-width:1023px) {

     .pt-grid .pt-col-4,
     .pt-grid .pt-col-3 {
          width: 50%;
     }
}

@media(max-width:767px) {

     .pt-grid .pt-col-6,
     .pt-grid .pt-col-4,
     .pt-grid .pt-col-3 {
          width: 100%;
          padding: 0 0 30px;
     }
}

/*===== Portfolio Masonry =====*/
.pt-masonry {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

.pt-masonry .ipt-lg-6 {
     width: 50%;
     padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-4 {
     width: 33.333%;
     padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
     width: 25%;
     padding: 0 15px 30px;
}

.pt-masonry-item.visible_item {
     display: none !important;
}

.pt-grid-item.visible_item {
     display: none !important;
}

.pt-job-item.visible_item {
     display: none !important;
}

.pt-job-grid-item.visible_item {
     display: none !important;
}

@media(max-width:1199px) {
     .pt-masonry .ipt-lg-3 {
          width: 33.333%;
     }
}

@media(max-width:1023px) {

     .pt-masonry .ipt-lg-4,
     .pt-masonry .ipt-lg-3 {
          width: 50%;
     }
}

@media(max-width:767px) {

     .pt-masonry .ipt-lg-6,
     .pt-masonry .ipt-lg-4,
     .pt-masonry .ipt-lg-3 {
          width: 100%;
          padding: 0 0 30px;
     }
}

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

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

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

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

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

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category {
     color: var(--e-global-color-text);
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category a {
     color: var(--e-global-color-text);
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-title a:hover {
     color: var(--e-global-color-secondary);
}

.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(--e-global-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: #162634;
     background: linear-gradient(0deg, rgba(22, 38, 52, 1) 20%, rgba(22, 38, 52, 0) 100%);
     will-change: opacity;
     border-radius: var(--e-global-border-radius);
     transition: var(--transition);
     backdrop-filter: blur(10px);
}

.pt-hover-fade:hover .pt-potfolio-content {
     opacity: 1;
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category {
     font-size: 18px;
     line-height: 26px;
     font-weight: 400;
     text-transform: uppercase;
     font-family: var(--e-global-typography-text-font-family);
     color: var(--e-global-color-white);
     margin-bottom: 10px;
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category a {
     color: var(--e-global-color-primary);
}

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

.pt-hover-fade .pt-potfolio-content .pt-button-rounded {
     position: absolute;
     top: 60px;
     right: 60px;
     z-index: 1;
     transition: var(--transition);
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     background-color: var(--e-global-color-primary);
     margin-top: 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-potfolio-content .pt-button-rounded i::before {
     line-height: inherit;
}

.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(--e-global-border-radius);
     overflow: hidden;
}

.pt-hover-slide .pt-portfolio-img {
     overflow: hidden;
     position: relative;
     border-radius: var(--e-global-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(--e-global-color-primary);
     padding: 30px;
     border-radius: var(--e-global-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 a {
     color: var(--e-global-color-secondary);
     font-family: var(--e-global-typography-text-font-family);
     display: inline-block;
     margin-bottom: 5px;
     align-items: center;
     font-size: 18px !important;
     line-height: 1.6;
     font-weight: 500;
     text-transform: capitalize;
}

.pt-potfolio-content .pt-portfolio-title {
     color: var(--e-global-color-white);
}

.pt-potfolio-content .pt-portfolio-title a:hover {
     color: var(--e-global-color-secondary);
}

.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: 10px 0 0 0;
     display: inline-block;
     width: 100%;
}

.pt-loadmore-button .pt-button.pt-button-flat {
     background-color: var(--e-global-color-secondary);
     color: var(--e-global-color-primary);
     transition: var(--transition);
     padding: 14px 40px;
}

.pt-loadmore-button .pt-button.pt-button-flat i {
     color: var(--e-global-color-secondary);
     transition: var(--transition);
     display: none;
}

.pt-loadmore-button .pt-button.pt-button-flat:hover {
     background-color: var(--e-global-color-primary);
     color: var(--e-global-color-secondary);
}

/*===== Portfolio End Message =====*/
.pt-end-meassge {
     color: var(--e-global-color-secondary);
     text-align: center;
     background: var(--e-global-color-primary);
     padding: 10px;
     text-transform: uppercase;
     font-family: var(--e-global-typography-primary-font-family);
     font-size: 18px;
     line-height: 26px;
     border-radius: var(--e-global-border-radius);
     display: none;
}

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


/*================================================
   Service Box 
================================================*/

/*===== service box list style 2=====*/

.pt-service-box-list.pt-style-2 {
     display: grid;
     gap: 30px;
     grid-template-columns: 1fr 1fr;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 {
     display: grid;
     gap: 10px;
     grid-template-columns: 1fr auto;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped {
     padding: 30px;
     transition: var(--transition);
     background-color: var(--e-global-color-accent);
     border-radius: var(--e-global-border-radius);
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2.pt-active .pt-service-box-wrapped {
     background-color: var(--e-global-color-secondary);
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-info .pt-service-icon {
     font-size: 70px;
     line-height: 70px;
     width: 70px;
     height: 70px;
     margin-bottom: 15px;
     display: inline-block;
     transition: var(--transition);
     color: var(--e-global-color-primary);
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2.pt-active .pt-service-box-wrapped .pt-service-info .pt-service-icon {
     transform: rotateY(180deg);
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-info .pt-service-icon i::before {
     line-height: inherit;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-info .pt-service-title {
     font-size: 26px;
     line-height: 34px;
     margin-bottom: 15px;
     color: var(--e-global-color-primary);
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-info .pt-service-desc {
     color: var(--e-global-color-text);
     margin-bottom: 5px;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-details {
     display: flex;
     justify-content: space-between;
     align-items: end;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2.pt-active .pt-service-box-wrapped .pt-service-details .pt-button.pt-button-rounded {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-details .pt-service-media {
     width: 96px;
     height: 96px;
     object-fit: cover;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-details .pt-service-media img {
     width: 100%;
     height: auto;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-media-main img {
     width: 100%;
     height: 100%;
	height: -webkit-fill-available;
     object-fit: cover;
     transition: var(--transition);
     border-radius: var(--e-global-border-radius);
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-media-main {
     position: relative;
     overflow: hidden;
     border-radius: var(--e-global-border-radius);
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-media-main::after {
     content: "";
     position: absolute;
     width: 200%;
     height: 0%;
     left: 50%;
     top: 50%;
     background-color: rgba(255, 255, 255, .3);
     transform: translate(-50%, -50%) rotate(-45deg);
     z-index: 1;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-media-main:hover::after {
     height: 250%;
     transition: all 0.8s linear !important;
     background-color: transparent;
}

.pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2.pt-active .pt-service-media-main img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}


@media(max-width:1023px) {
     .pt-service-box-list.pt-style-2 {
          grid-template-columns: 1fr;
     }
}

@media(max-width:767px) {
     .pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 {
          grid-template-columns: 1fr;
     }

     .pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped {
          padding: 20px;
     }

     .pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2.pt-active .pt-service-box-wrapped .pt-service-info .pt-service-icon {
          transform: none;
     }

     .pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-media-main img {
          height: 350px;
     }
}

@media(max-width:479px) {
     .pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-info .pt-service-icon {
          font-size: 50px;
          line-height: 50px;
          width: 50px;
          height: 50px;
     }

     .pt-service-box-list.pt-style-2 .pt-service-box.pt-style-2 .pt-service-box-wrapped .pt-service-info .pt-service-title {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 10px;
     }

}

/*===== service box slider =====*/


.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 {
     background-color: rgba(var(--e-global-color-primary-rgb), 0.9);
     border-radius: var(--e-global-border-radius);
     padding: 20px;
     position: relative;
     transition: var(--transition);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1.pt-active {
     background-color: var(--e-global-color-secondary);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-details {
     height: 100%;
     width: 100%;
     display: inline-grid;
     align-content: space-between;
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-details .pt-service-info .pt-service-icon {
     font-size: 64px;
     line-height: 72px;
     margin-bottom: 10px;
     display: inline-block;
     transition: var(--transition);
     color: var(--e-global-color-white);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1.pt-active .pt-service-details .pt-service-info .pt-service-icon {
     color: var(--e-global-color-primary);
     transform: rotateY(180deg);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-details .pt-service-info .pt-service-title {
     color: var(--e-global-color-white);
     margin-bottom: 20px;
     transition: var(--transition);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1.pt-active .pt-service-details .pt-service-info .pt-service-title {
     color: var(--e-global-color-primary);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-details .pt-service-img-wrapped {
     display: grid;
     grid-template-columns: auto 1fr;
     justify-items: end;
     align-items: end;
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-details .pt-service-img-wrapped .pt-button.pt-button-rounded {
     background: var(--e-global-color-white);
     color: var(--e-global-color-primary);
     transition: var(--transition);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1.pt-active .pt-service-details .pt-service-img-wrapped .pt-button.pt-button-rounded {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
     transition: var(--transition);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1.pt-active .pt-service-details .pt-service-img-wrapped .pt-button.pt-button-rounded i {
     transform: rotate(0deg);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-media {
     opacity: 0;
     color: var(--e-global-color-white);
     transition: var(--transition);
}

.pt-service-box-slider-1 .pt-service-box-slider.pt-style-1.pt-active .pt-service-media {
     opacity: 1;
}

@media(max-width:479px) {

     .pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-details .pt-service-info .pt-service-icon {
          font-size: 54px;
          line-height: 62px;
          margin-bottom: 5px;
     }

     .pt-service-box-slider-1 .pt-service-box-slider.pt-style-1.pt-active .pt-service-details .pt-service-info .pt-service-icon {
          transform: none;
     }

     .pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-details .pt-service-info .pt-service-title {
          margin-bottom: 5px;
     }

     .pt-service-box-slider-1 .pt-service-box-slider.pt-style-1 .pt-service-media {
          width: 90px;
          height: auto;
     }
}

/*================================================
  Service Marquee 
================================================*/

/*=====service-marquee  Style - 1  =====*/

.pt-service-marquee.pt-style-1 {
     display: flex;
     white-space: nowrap;
     overflow: hidden;
}

.pt-service-marquee.pt-style-1 .pt-service-marquee-media {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.pt-service-marquee.pt-style-1 .pt-service-marquee-media img {
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     width: 100%;
     height: 100%;
     border-radius: 300px;
}

.pt-service-marquee.pt-style-1 .pt-service-marquee-wrap {
     overflow: hidden;
}

.pt-service-marquee.pt-style-1 .pt-service-marquee-wrap .pt-service-marquee-scroll {
     display: flex;
     gap: 60px;
     mix-blend-mode: difference;
}

.pt-service-marquee.pt-style-1 .pt-service-marquee-wrap .pt-service-marqueq-text {
     display: flex;
     gap: 60px;
}

.pt-service-marquee.pt-style-1 .pt-service-marquee-wrap .pt-service-marqueq-text .marqueq-text {
     font-size: 60px;
     line-height: 68px;
     font-weight: 700;
     color: #F6F6F6;
     list-style: none;
     position: relative;
     padding-left: 110px;
}

.pt-service-marquee.pt-style-1 .pt-service-marquee-wrap .pt-service-marqueq-text .marqueq-text::before {
     content: "";
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 60px;
     height: 7px;
     background: #F6F6F6;
     vertical-align: middle;
     border-radius: var(--small-border-radius);
}

.pt-service-marqueq-text li:last-child::after {
     display: none;
}

@media(max-width:880px) {
     .pt-service-marquee.pt-style-1 .pt-service-marquee-wrap .pt-service-marqueq-text .marqueq-text {
          font-size: 54px;
          line-height: 62px;
     }
}

@media(max-width:767px) {
     .pt-service-marquee.pt-style-1 .pt-service-marquee-media {
          display: none;
     }

     .pt-service-marquee.pt-style-1 .pt-service-marquee-wrap .pt-service-marqueq-text .marqueq-text {
          font-size: 32px;
          line-height: 40px;
     }

}

/*==================================================
  Testimonial
==================================================*/

.pt-testimonial-box-slider-1 {
     --gap: 30px;
     display: grid;
     grid-template-columns: minmax(670px, 50%) minmax(20%, calc(100% - 670px - var(--gap)));
     gap: var(--gap);
     overflow: hidden;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track {
     width: 100% !important;
     transform: inherit !important;
}

.pt-testimonial-box-slider-1 .slick-slide {
     margin: 0;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide {
     width: 100% !important;
     flex: 1;
     transition: var(--transition);
     margin-top: 20px;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide:first-child {
     margin-top: 0;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide.slick-current {
     margin-top: 20px;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide.slick-current:first-child {
     margin-top: 0;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide:last-child {
     margin-bottom: 0;
}

.pt-testimonial-box-slider-1 .slick-slider-main .slick-arrow {
     display: none !important;
}

.pt-testimonial-box-slider-1 .pt-content-column {
     grid-row: 1;
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-tab.pt-style-1 .pt-testimonial-media {
     display: grid;
     gap: 15px;
     padding: 20px;
     grid-template-columns: 55px auto;
     border-radius: var(--small-border-radius);
     background-color: var(--e-global-color-accent);
}

.slick-slide.slick-current.slick-active .pt-testimonial-box-tab.pt-style-1 .pt-testimonial-media {
     background-color: var(--e-global-color-secondary);
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-tab.pt-style-1 .pt-testimonial-media .pt-testimonial-author-img {
     width: 55px;
     height: 55px;
     border-radius: var(--small-border-radius);
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-tab.pt-style-1 .pt-testimonial-media .pt-testimonial-author-img img {
     width: 100%;
     height: 100%;
     border-radius: var(--small-border-radius);
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-tab.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-name {
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     color: var(--e-global-color-primary);
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-tab.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-designation {
     font-size: 18px;
     line-height: 24px;
     font-weight: 500;
     color: var(--e-global-color-text);
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 {
     padding: 40px;
     position: relative;
     border-radius: var(--e-global-border-radius);
     background-color: var(--e-global-color-accent);
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-description {
     font-size: 20px;
     line-height: 36px;
     margin-bottom: 110px;
     color: var(--e-global-color-text);
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media {
     display: grid;
     gap: 30px;
     position: relative;
     justify-content: space-between;
     grid-template-columns: auto 110px auto;
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-testimonial-star-wrapper .pt-testimonial-star {
     margin-bottom: 10px;
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-testimonial-star-wrapper .pt-testimonial-star i {
     font-size: 18px;
     color: #FFBB00;
     line-height: 26px;
     margin-right: 5px;
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-testimonial-star-wrapper .pt-testimonial-star i:last-child {
     margin-right: 0;
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-testimonial-star-wrapper .pt-review-title {
     font-size: 18px;
     color: var(--e-global-color-primary);
     line-height: 26px;
     font-weight: 500;
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-recycle-image {
     margin-top: -80px;
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-quote {
     font-size: 56px;
     color: rgba(var(--e-global-color-primary-rgb), 0.2);
     line-height: 64px;
}

.pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-quote i {
     line-height: inherit;
}

@media(max-width:1023px) {

     .pt-testimonial-box-slider-1 {
          grid-template-columns: minmax(0, 1fr);
          gap: 30px;
     }
}

@media (max-width: 767px) {

     .pt-testimonial-box-slider-1 {
          grid-template-columns: 100%;
     }

     .pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 {
          padding: 30px 20px;
     }

     .pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-description {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 45px;
     }

     .pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-recycle-image {
          margin-top: 0px;
          width: 90px;
          height: auto;
     }
}

@media(max-width:479px) {
     .pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media {
          display: flex;
          gap: 30px;
          flex-wrap: wrap;
     }

     .pt-testimonial-box-slider-1 .pt-testimonial-box-slider.pt-style-1 .pt-testimonial-media .pt-testimonial-star-wrapper {
          order: 3;
          margin-bottom: 0;
     }

}

/*===== TESTIMONIAL GRID =====*/

.pt-testimonial-box.pt-style-1 {
     padding: 30px 45px 45px;
     background-color: var(--e-global-color-accent);
     border-radius: var(--e-global-border-radius);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-description {
     font-size: 22px;
     line-height: 36px;
     margin-bottom: 40px;
     color: var(--e-global-color-text);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content {
     display: flex;
     gap: 30px;
     flex-wrap: wrap;
     align-items: center;
     padding-top: 40px;
     border-top: 1px solid rgba(var(--e-global-color-primary-rgb), .1);
     justify-content: space-between;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-media {
     display: grid;
     gap: 15px;
     grid-template-columns: 55px auto;
     border-radius: var(--small-border-radius);
     background-color: var(--e-global-color-accent);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-media .pt-testimonial-author-img {
     width: 55px;
     height: 55px;
     border-radius: var(--small-border-radius);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-media .pt-testimonial-author-img img {
     width: 100%;
     height: 100%;
     border-radius: var(--small-border-radius);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-name {
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     color: var(--e-global-color-primary);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-designation {
     font-size: 18px;
     line-height: 24px;
     font-weight: 500;
     color: var(--e-global-color-text);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-quote {
     font-size: 54px;
     color: var(--e-global-color-primary);
     line-height: 62px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-quote i {
     line-height: inherit;
}

@media(max-width:767px) {
     .pt-testimonial-box.pt-style-1 {
          padding: 20px;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-description {
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 20px;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-content {
          padding-top: 20px;
          gap: 20px;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-media {
          display: flex;
          flex-wrap: wrap;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-quote {
          font-size: 45px;
          line-height: 53px;
     }
}

@media(max-width:397px) {
     .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-quote {
          display: none;
     }
}

/*================================================
Recent Post
================================================*/

.pt-recent-post {
     display: flex;
     align-items: center;
     margin-bottom: 30px;
}

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

.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(--e-global-border-radius);
     -moz-border-radius: var(--e-global-border-radius);
     border-radius: var(--e-global-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(--e-global-typography-text-font-family);
     color: var(--e-global-color-text);
}

.pt-recent-post .pt-recent-post-info .pt-post-date:hover {
     text-decoration: underline !important;
}

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

.pt-recent-post .pt-recent-post-info h6 {
     font-size: 18px;
     line-height: 1.6;
     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(--e-global-color-primary);
}

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


/*================================================
   Our Team
================================================*/

/*===== Team Style -slider 1 =====*/

.pt-team-box-slider.pt-style-1 {
     --gap: 80px;
     display: grid;
     grid-template-columns: minmax(387px, 50%) minmax(60%, calc(100% - 387px - var(--gap)));
     gap: var(--gap);
     align-items: center;
}

.pt-team-box-slider.pt-style-1 .slick-slider-thumb .slick-track {
     width: 100% !important;
     transform: inherit !important;
}

.pt-team-box-slider.pt-style-1 .slick-slide {
     margin: 0;
}

.pt-team-box-slider.pt-style-1 .slick-slider-thumb .slick-track .slick-slide {
     width: 100% !important;
     flex: 1;
     margin-bottom: 30px;
     transition: var(--transition);
}

.pt-team-box-slider.pt-style-1 .slick-slider-thumb .slick-track .slick-slide:last-child {
     margin-bottom: 0;
}

.pt-team-box-slider.pt-style-1 .slick-slider-main .slick-arrow {
     display: none !important;
}

.pt-team-box-slider.pt-style-1 .pt-content-column {
     grid-row: 1;
}

.pt-team-box.pt-style-1 {
     position: relative;
     gap: 15px;
     padding: 30px;
     align-items: center;
     transition: var(--transition);
     border-radius: var(--e-global-border-radius);
     background-color: var(--e-global-color-accent);
}

.slick-slide.slick-current .pt-team-box.pt-style-1 {
     display: grid;
     grid-template-columns: 1fr auto;
     background-color: var(--e-global-color-primary);
}

.pt-team-box.pt-style-1 .pt-team-info {
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
     justify-content: space-between;
     align-items: center;
     transition: var(--transition);
}

.slick-slide.slick-current .pt-team-box.pt-style-1 .pt-team-info {
     justify-content: flex-start;
}

.pt-team-box.pt-style-1 .pt-team-name {
     font-size: 30px;
     line-height: 38px;
     color: var(--e-global-color-primary);
     transition: var(--transition);
}

.slick-slide.slick-current .pt-team-box.pt-style-1 .pt-team-name {
     color: var(--e-global-color-white);
}

.pt-team-box.pt-style-1 .pt-team-designation {
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     transition: var(--transition);
     color: var(--e-global-color-text);
}

.slick-slide.slick-current .pt-team-box.pt-style-1 .pt-team-designation {
     color: var(--e-global-color-white);
}

.pt-team-box.pt-style-1 .pt-social-icon-wrap {
     padding: 0;
     margin: 0;
     display: inline-flex;
     gap: 20px;
     list-style: none;
     display: none;
     transition: var(--transition);
}

.pt-team-box.pt-style-1 .pt-social-icon-wrap li a {
     color: var(--e-global-color-white);
     font-size: 18px;
     line-height: 26px;
     transition: var(--transition);
}

.pt-team-box.pt-style-1 .pt-social-icon-wrap li a i::before {
     line-height: inherit;
}

.slick-slide.slick-current .pt-team-box.pt-style-1 .pt-social-icon-wrap {
     display: inline-flex;
}

.pt-team-box-media.pt-style-1 img {
     height: 100%;
     border-radius: var(--e-global-border-radius);
}

/* ====== shine hover effect ====== */

.pt-team-box-media.pt-style-1 {
     position: relative;
     overflow: hidden;
     border-radius: var(--e-global-border-radius);
}

.pt-team-box-media.pt-style-1::after {
     content: "";
     position: absolute;
     width: 200%;
     height: 0%;
     left: 50%;
     top: 50%;
     background-color: rgba(255, 255, 255, .3);
     transform: translate(-50%, -50%) rotate(-45deg);
     z-index: 1;
}

.pt-team-box-media.pt-style-1:hover::after {
     height: 250%;
     transition: all 0.8s linear !important;
     background-color: transparent;
}

@media(max-width:1199px) {
     .pt-team-box-slider.pt-style-1 {
          --gap: 60px;
          grid-template-columns: minmax(300px, 50%) minmax(60%, calc(100% - 300px - var(--gap)));
     }
}

@media(max-width:1023px) {
     .pt-team-box-slider.pt-style-1 {
          --gap: 30px;
     }
}

@media(max-width:879px) {
     .pt-team-box-slider.pt-style-1 {
          grid-template-columns: 100%;
     }
}

@media(max-width:568px) {

     .pt-team-box.pt-style-1 {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 15px;
     }

     .slick-slide.slick-current .pt-team-box.pt-style-1 {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 15px;
     }

     .pt-team-box.pt-style-1 .pt-team-info {
          display: grid;
          gap: 5px;
          grid-template-columns: 1fr;

     }

     .pt-team-box.pt-style-1 .pt-team-name {
          font-size: 26px;
          line-height: 34px;
     }

     .pt-team-box.pt-style-1 .pt-social-icon-wrap {
          display: inline-flex;

     }

     .pt-team-box.pt-style-1 .pt-social-icon-wrap li a {
          color: var(--e-global-color-primary);
     }

     .slick-slide.slick-current .pt-team-box.pt-style-1 .pt-social-icon-wrap li a {
          color: var(--e-global-color-white);
     }
}

@media(max-width:397px) {

     .pt-team-box.pt-style-1 {
          padding: 20px;
     }

     .pt-team-box.pt-style-1 .pt-team-name {
          font-size: 22px;
          line-height: 30px;
     }
}

/*===== Team Style grid 2 =====*/


.pt-team-box.pt-style-2 {
     position: relative;
     overflow: hidden;
}

.pt-team-box.pt-style-2 .pt-team-box-media {
     position: relative;
     display: block;
     text-align: center;
     z-index: 1;
     overflow: hidden;
     transition: var(--transition);
}

.pt-team-box.pt-style-2 .pt-team-box-media img {
     border-radius: var(--e-global-border-radius);
     width: 100%;
}

.pt-team-box.pt-style-2 .pt-team-box-media::before {
     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: #063036;
     background: linear-gradient(0deg, rgba(0, 63, 46, 1) 20%, rgba(6, 48, 54, 0) 100%);
     will-change: opacity;
     border-radius: var(--e-global-border-radius);
     transition: var(--transition);
}

.pt-team-box.pt-style-2:hover .pt-team-box-media::before {
     opacity: 1;
}

.pt-team-box.pt-style-2 .pt-team-box-media .pt-social-icon-wrap {
     padding: 0;
     margin: 0;
     display: flex;
     justify-content: center;
     gap: 10px;
     list-style: none;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 30px;
     z-index: 9;
     opacity: 0;
     transition: var(--transition);
}

.pt-team-box.pt-style-2:hover .pt-team-box-media .pt-social-icon-wrap {
     opacity: 1;
}

@keyframes ec-social-fade-in {
     0% {
          opacity: 0;
          transform: translateY(15px) scale(0.95);
     }

     100% {
          opacity: 1;
          transform: translateY(0) scale(1);
     }
}

.pt-team-box.pt-style-2 .pt-team-box-media .pt-social-icon-wrap li {
     opacity: 0;
     transform: translateY(20px) scale(0.95);
}

.pt-team-box.pt-style-2:hover .pt-team-box-media .pt-social-icon-wrap li {
     animation: ec-social-fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pt-team-box.pt-style-2:hover .pt-team-box-media .pt-social-icon-wrap li:nth-child(1) {
     animation-delay: 0.08s;
}

.pt-team-box.pt-style-2:hover .pt-team-box-media .pt-social-icon-wrap li:nth-child(2) {
     animation-delay: 0.16s;
}

.pt-team-box.pt-style-2:hover .pt-team-box-media .pt-social-icon-wrap li:nth-child(3) {
     animation-delay: 0.24s;
}

.pt-team-box.pt-style-2:hover .pt-team-box-media .pt-social-icon-wrap li:nth-child(4) {
     animation-delay: 0.32s;
}

.pt-team-box.pt-style-2 .pt-team-box-media .pt-social-icon-wrap li a {
     background: var(--e-global-color-secondary);
     color: var(--e-global-color-primary);
     width: 45px;
     height: 45px;
     line-height: 45px;
     display: flex;
     justify-content: center;
     border-radius: var(--e-global-big-border-radius);
     font-size: 18px;
     transition: var(--transition);
}

.pt-team-box.pt-style-2 .pt-team-box-media .pt-social-icon-wrap li a i:before {
     line-height: inherit;
}

.pt-team-box.pt-style-2 .pt-team-info {
     margin-top: 15px;
     text-align: center;
}

.pt-team-box.pt-style-2 .pt-team-info .pt-team-designation {
     color: var(--e-global-color-text);
     font-weight: 500;
}

/*==================================================
price Plan
==================================================*/

/*===== Pricing box style 1 =====*/

.pt-pricebox.pt-pricebox-style-1 {
     display: flex;
     justify-content: space-between;
     padding: 45px 90px 45px 45px;
     align-items: center;
     flex-wrap: wrap;
     border-radius: var(--e-global-border-radius);
     background-color: var(--e-global-color-accent);
}

.pt-pricebox.pt-pricebox-style-1.active {
     background-color: var(--e-global-color-secondary);
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-left .pt-price-title {
     color: var(--e-global-color-primary);
     margin-bottom: 5px;
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-left .pt-price-sub-title {
     color: var(--e-global-color-text);
     font-size: 18px;
     line-height: 24px;
     font-weight: 500;
     margin-bottom: 5px;
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-left .price {
     font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem);
     color: var(--e-global-color-primary);
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-left .price span.pt-currency {
     font-size: 20px !important;
     line-height: 28px;
     vertical-align: super;
     color: var(--e-global-color-primary);
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-left .price .pt-price-duration {
     font-size: 18px;
     line-height: 24px;
     font-weight: 500;
     margin-left: 5px;
     font-family: var(--e-global-typography-text-font-family);
     color: var(--e-global-color-text);
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-center .pt-list-info {
     margin: 0;
     padding: 0;
     list-style: none;
     display: flex;
     gap: 15px;
     flex-direction: column;
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-center .pt-list-info li.pt-list-item {
     display: inline-flex;
     align-items: flex-start;
     gap: 15px;
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-center .pt-list-info li i {
     font-size: 18px;
     line-height: 26px;
     color: var(--e-global-color-primary);
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-center .pt-list-info li i::before {
     line-height: inherit;
}

.pt-pricebox.pt-pricebox-style-1 .pt-pricebox-center .pt-list-info li span {
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     color: var(--e-global-color-text);
}

.pt-pricebox.pt-pricebox-style-1.active .pt-pricebox-center .pt-list-info li span {
     color: var(--e-global-color-primary);
}

.pt-pricebox.pt-pricebox-style-1.active .pt-btn-container.pt-activate .pt-button.pt-button-flat:hover {
     color: var(--e-global-color-primary);
     background: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-1.active .pt-btn-container.pt-activate .pt-button.pt-button-flat .pt-button-animation {
     background: var(--e-global-color-white);
}

.pt-price-offer-before::before {
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     border-top: 20px solid transparent;
     border-bottom: 20px solid transparent;
     border-right: 24px solid var(--e-global-color-primary);
     top: 83%;
     left: 3%;
     transform: rotate(-52deg);
     border-radius: 0;
}

@media(max-width:1200px) {
     .pt-pricebox.pt-pricebox-style-1 {
          padding: 45px;
     }
}

@media(max-width:767px) {
     .pt-pricebox.pt-pricebox-style-1 {
          padding: 30px 20px;
          gap: 30px;
          flex-direction: column;
     }
}

@media(max-width:979px) {
     .pq-price-box.pq-style-1 {
          flex-direction: column;
     }
}

/*================================================
  Process Step
================================================*/

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 {
     display: grid;
     gap: 110px;
     align-items: center;
     position: relative;
     margin: 20px 0 40px;
     background-color: var(--e-global-color-accent);
     transition: var(--transition);
     grid-template-columns: auto 244px auto;
     padding: 45px 30px 30px 30px;
     transition: var(--transition);
     border-top: 2px solid rgba(var(--e-global-color-text-rgb), 0.1);
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1:last-child {
     margin-bottom: 0;
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1.pt-active {
     border-radius: var(--e-global-border-radius);
     background-color: var(--e-global-color-white);
     border-top: 2px solid rgba(var(--e-global-color-white-rgb), 0.1);
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info {
     display: flex;
     gap: 90px;
     flex-wrap: wrap;
     align-items: center;
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info .pt-process-step-icon {
     width: 96px;
     height: 96px;
     font-size: 50px;
     line-height: 96px;
     color: var(--e-global-color-primary);
     text-align: center;
     transition: var(--transition);
     border-radius: var(--e-global-big-border-radius);
     background-color: var(--e-global-color-secondary);
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1.pt-active .pt-process-step-left-info .pt-process-step-icon {
     transform: rotateY(180deg);
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info .pt-process-step-icon i:before {
     line-height: inherit;
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info .pt-process-step-title {
     font-size: 28px;
     line-height: 32px;
     width: 250px;
     color: var(--e-global-color-primary);
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-img {
     text-align: center;
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-img .pt-step-number {
     padding: 5px 15px;
     left: 44%;
     position: absolute;
     transform: translateX(50%);
     top: -20px;
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
     transition: var(--transition);
     font-family: var(--e-global-typography-primary-font-family);
     color: var(--e-global-color-primary);
     background-color: var(--e-global-color-white);
     border-radius: var(--small-border-radius);
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1.pt-active .pt-process-step-img .pt-step-number {
     background-color: var(--e-global-color-secondary);
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-img img {
     border-radius: var(--e-global-border-radius);
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-des {
     margin-bottom: 0;
     color: var(--e-global-color-text);
}

@media(max-width:1400px) {
     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 {
          grid-template-columns: auto 244px auto;
     }

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info {
          gap: 30px;
     }

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info .pt-process-step-title {
          width: 215px;
     }

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-img .pt-step-number {
          left: 38%;
     }
}

@media(max-width:1200px) {
     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 {
          gap: 30px;
     }
}

@media(max-width:1024px) {
     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info {
          flex-direction: column;
          align-items: flex-start;
          gap: 15px;
     }

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info .pt-process-step-icon {
          width: 70px;
          height: 70px;
          font-size: 40px;
          line-height: 70px;
     }

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-left-info .pt-process-step-title {
          font-size: 26px;
          line-height: 34px;
     }

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-img .pt-step-number {
          left: 32%;
     }
}

@media(max-width:880px) {

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 {
          grid-template-columns: 1fr;
     }

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-img .pt-step-number {
          left: 42%;
     }
}

@media(max-width:767px) {

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 {
          padding: 30px 20px 20px 20px;
     }

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-img .pt-step-number {
          left: 39%;
     }
}

@media(max-width:397px) {

     .pt-process-step-list.style-1 .pt-process-step.pt-style-1 .pt-process-step-img .pt-step-number {
          left: 29%;
     }
}

/*================================================
   Icon Box 
================================================*/

.pt-icon-box-list.pt-style-1 {
     display: grid;
     gap: 30px;
     padding: 0 60px;
     grid-template-columns: repeat(4, 1fr);
}

.pt-icon-box-list.pt-style-1 .pt-icon-box.pt-style-1 {
     background-color: var(--e-global-color-white);
     border-radius: var(--e-global-border-radius);
     padding: 20px 20px;
     display: grid;
     grid-template-columns: auto 1fr;
     gap: 20px;
     transition: var(--transition);
     align-items: center;
     border: 1px solid rgba(var(--e-global-color-primary-rgb), .1);
}

.pt-icon-box-list.pt-style-1 .pt-icon-box.pt-style-1.pt-active {
     background-color: var(--e-global-color-secondary);
     border: 1px solid rgba(var(--e-global-color-secondary-rgb), .1);
}

.pt-icon-box-list.pt-style-1 .pt-icon-box.pt-style-1 .pt-icon-box-icon {
     width: 80px;
     height: 80px;
     font-size: 36px;
     line-height: 80px;
     text-align: center;
     transition: var(--transition);
     border-radius: var(--e-global-big-border-radius);
     color: var(--e-global-color-primary);
     background-color: var(--e-global-color-secondary);
}

.pt-icon-box-list.pt-style-1 .pt-icon-box.pt-style-1 .pt-icon-box-icon i::before {
     line-height: inherit;
}

.pt-icon-box-list.pt-style-1 .pt-icon-box.pt-style-1.pt-active .pt-icon-box-icon {
     color: var(--e-global-color-white);
     background-color: var(--e-global-color-primary);
}

.pt-icon-box-list.pt-style-1 .pt-icon-box.pt-style-1 .pt-icon-box-tittle {
     font-size: 26px;
     line-height: 34px;
     color: var(--e-global-color-primary);
}

@media(max-width:1399px) {
     .pt-icon-box-list.pt-style-1 {
          padding: 0;
     }
}

@media(max-width:1199px) {
     .pt-icon-box-list.pt-style-1 {
          grid-template-columns: repeat(2, 1fr);
     }
}

@media(max-width:767px) {
     .pt-icon-box-list.pt-style-1 {
          grid-template-columns: repeat(1, 1fr);
     }

     .pt-icon-box-list.pt-style-1 .pt-icon-box.pt-style-1 .pt-icon-box-icon {
          width: 66px;
          height: 66px;
          font-size: 30px;
          line-height: 66px;
     }
}

@media(max-width:479px) {
     .pt-icon-box-list.pt-style-1 .pt-icon-box.pt-style-1 .pt-icon-box-tittle {
          font-size: 24px;
          line-height: 32px;
     }
}

/*================================================
   Image Gallary
================================================*/

/* ====== image Gallary ====== */

.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9 {
     display: flex;
     flex-wrap: wrap;
}

div:not(.elementor-image-gallery) .gallery .gallery-item {
     margin-right: 30px;
     margin-bottom: 30px;
}

div:not(.elementor-image-gallery) .gallery .gallery-item img {
     width: 100%;
     height: auto;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-1 .gallery-item {
     width: 100%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item {
     width: calc(50% - 15px);
}

.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item {
     width: 50%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
     margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item {
     width: calc(33.33% - 20px);
}

.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item {
     width: 33.33%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
     margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item {
     width: calc(25% - 22.5px);
}

.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item {
     width: 25%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
     margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item {
     width: calc(20% - 24px);
}

.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item {
     width: 20%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
     margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item {
     width: calc(16.66% - 25px);
}

.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item {
     width: 16.66%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
     margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item {
     width: calc(14.28% - 25.7px);
}

.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item {
     width: 14.28%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
     margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item {
     width: calc(12.5% - 26.25px);
}

.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item {
     width: 12.5%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
     margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
     width: calc(11.11% - 26.66px);
}

.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item {
     width: 11.11%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
     margin-right: 0;
}

.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
     width: 10%;
}

@media only screen and (max-width: 991px) {

     div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
          width: calc(50% - 15px);
     }

     div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
          margin-right: 30px;
     }

     div.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
     div.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
     div.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
     div.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
     div.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
     div.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
     div.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
     div.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9),
     div.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item:nth-of-type(10n + 10),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n + 2),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(2n + 2),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(2n + 2),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(2n + 2),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(2n + 2),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(2n + 2),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(2n + 2) {
          margin-right: 0;
     }
}

@media only screen and (max-width: 767px) {

     div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
          width: 100%;
     }

     div:not(.elementor-image-gallery) .gallery .gallery-item,
     div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
     div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
          margin-right: 0;
     }

     .elementor-image-gallery .gallery.gallery-columns-1 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item,
     .elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
          width: 100%;
     }
}

.pt-gallery-custom .elementor-swiper-button {
     background: var(--e-global-color-white);
     color: var(--e-global-color-secondary);
     height: 60px;
     width: 60px;
     line-height: 60px;
     align-items: center;
     text-align: center;
     justify-content: center;
     outline: none;
     border-radius: var(--e-global-big-border-radius);
     transition: var(--transition);

}

.pt-gallery-custom .elementor-swiper-button svg {
     fill: var(--e-global-color-secondary) !important;
}

.pt-gallery-custom .elementor-swiper-button:hover {
     background: var(--e-global-color-primary-alt);
}

.pt-gallery-custom .elementor-swiper-button.elementor-swiper-button-prev {
     left: -90px;
}

.pt-gallery-custom .elementor-swiper-button.elementor-swiper-button-next {
     right: -90px;
}


@media (max-width:1665px) {
     .pt-gallery-custom .elementor-swiper-button {
          display: none;
     }
}

/*================================================
   Animation 
================================================*/

/* ====== shine hover effect ====== */

.shine-hover-effect {
     position: relative;
     overflow: hidden;
     border-radius: var(--e-global-border-radius);
}

.shine-hover-effect::after {
     content: "";
     position: absolute;
     width: 200%;
     height: 0%;
     left: 50%;
     top: 50%;
     background-color: rgba(255, 255, 255, .3);
     transform: translate(-50%, -50%) rotate(-45deg);
     z-index: 1;
}

.shine-hover-effect:hover::after {
     height: 250%;
     transition: all 0.8s linear !important;
     background-color: transparent;
}

/*===== pt icon animate =====*/

.pt-icon-rotate i {
     transform: rotateY(0deg);
}

.pt-icon-rotate:hover i {
     animation: rotateIcon 0.6s forwards;
}

.pt-icon-rotate svg {
     transform: rotateY(0deg);
}

.pt-icon-rotate:hover svg {
     animation: rotateIcon 0.6s forwards;
}

@keyframes rotateIcon {
     from {
          transform: rotateY(0deg);
     }

     to {
          transform: rotateY(180deg);
     }
}

@media(max-width:767px) {

     .pt-icon-rotate:hover i {
          animation: none;
     }


     .pt-icon-rotate:hover svg {
          animation: none;
     }
}

/*===== pt icon animate =====*/

.pt-icon-animate i {
     -webkit-animation: iconShake 3s infinite ease-in-out;
     animation: iconShake 3s infinite ease-in-out;
     display: inline-flex;
}

.pt-icon-animate svg {
     -webkit-animation: iconShake 3s infinite ease-in-out;
     animation: iconShake 3s infinite ease-in-out;
     display: inline-flex;
}

@keyframes iconShake {
     0% {
          transform: rotate(0) scale(1) skew(1deg);
     }

     10% {
          transform: rotate(-25deg) scale(1) skew(1deg);
     }

     20% {
          transform: rotate(25deg) scale(1) skew(1deg);
     }

     30% {
          transform: rotate(-25deg) scale(1) skew(1deg);
     }

     40% {
          transform: rotate(25deg) scale(1) skew(1deg);
     }

     50% {
          transform: rotate(0) scale(1) skew(1deg);
     }

     100% {
          transform: rotate(0) scale(1) skew(1deg);
     }
}

/*================================================
   Woocommerce
================================================*/

.products li.product .pt-product-meta .pt-product-info {
     margin-top: 30px;
}

.products li.product .pt-product-meta .pt-product-info .pt-product-bottom span a {
     width: 50px;
     height: 50px;
     top: 10px;
     right: 10px;
     font-size: 18px;
     line-height: 50px;
     position: absolute;
     background-color: var(--e-global-color-primary);
     color: var(--e-global-color-secondary);
     transition: var(--transition);
     border-radius: var(--e-global-big-border-radius);
}

.products li.product .pt-product-meta .pt-product-info .pt-product-bottom .pt-product-addbtn a.loading:before {
     font-family: WooCommerce;
     content: "\e01c";
     vertical-align: top;
     font-weight: 400;
     position: absolute;
     animation: spin 2s linear infinite;
     right: 0;
     top: 0;
     left: 0;
     margin: 0 auto;
}

.products li.product .pt-product-meta .pt-product-info .pt-product-bottom .pt-product-addbtn a.loading i {
     display: none;
}

.products li.product .pt-product-meta .pt-product-info .pt-product-bottom .pt-product-addbtn a.added {
     display: none;
}

.products li.product .pt-product-meta .pt-product-info .pt-product-bottom .pt-product-addbtn .added_to_cart.wc-forward {
     font-size: 0;
     padding: 0;
     left: auto;
     transform: translateX(0);
}

.products a.added_to_cart {
     display: block;
}

.products li.product .pt-product-meta .pt-product-info .pt-product-bottom .pt-product-addbtn a.added_to_cart:before {
     content: "\f00c";
     font-family: 'Font Awesome 5 Free';
     font-size: 20px;
     font-weight: 900;
}

.products li.product .pt-product-meta .pt-product-info .pt-product-bottom span a:hover {
     background-color: var(--e-global-color-secondary);
     color: var(--e-global-color-primary);
}

.products li.product .price ins {
     font-weight: 400;
     text-decoration: none;
}

.products li.product .price del {
     margin-right: 5px;
}

.products li.product .onsale {
     min-width: auto;
     min-height: auto;
     padding: 2px 15px;
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 1px;
     text-transform: uppercase;
     font-weight: 400;
     margin: 0;
     top: 10px;
     right: 10px;
     z-index: 0;
     color: var(--e-global-color-secondary);
     background-color: var(--e-global-color-primary);
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
}

.products li.product .button {
     font-size: 16px;
     padding: 8px 30px;
     font-weight: 400;
     font-family: var(--pt-title-fonts);
}

.products::after,
.products::before,
.products::after,
.products::before {
     display: none;
}


@media(max-width:479px) {

     .products li.product .woocommerce-loop-category__title,
     .products li.product .woocommerce-loop-product__title,
     .products li.product h3,
     .products .wc-block-grid__product-image:not(.wc-block-components-product-image),
     .products .wc-block-grid__product-title {
          font-size: 24px !important;
          line-height: 32px !important;
     }
}

/* ====== product-filters ====== */
.wc-block-product-filter-price-slider .text input[type=text] {
     font-size: 18px !important;
     line-height: 26px;
     font-weight: 500;
     color: var(--e-global-color-text);
}


/*================================================
   Custom CSS 
================================================*/

.pt-bg-blur {
     background: rgba(var(--e-global-color-white-rgb), .13);
     backdrop-filter: blur(20px);
     border-radius: var(--e-global-border-radius);
}

/* ====== Footer ====== */

.gradient-text {
     background: linear-gradient(0deg, #ffffff 10%, rgba(13, 79, 43, 0.20) 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent;
}

/* ====== process-step ====== */

.pt-highlight {
     color: var(--e-global-color-secondary);
}

/* ======button====== */

.pt-button-hover-white .pt-button.pt-button-flat:hover {
     background: var(--e-global-color-white);
     color: var(--e-global-color-primary);
}

.pt-button-hover-white .pt-btn-container .pt-button.pt-button-flat .pt-button-animation {
     background: var(--e-global-color-white);
}

/* ====== Custom FAQ ====== */

.elementor-element>.e-n-accordion>.e-n-accordion-item[open]>.e-n-accordion-item-title {
     border-radius: 10px 10px 0 0 !important;
}

.elementor-element>.e-n-accordion>.e-n-accordion-item[open]>.e-con {
     border-radius: 0 0 10px 10px !important;
}

.pt-faq-icon-border.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
     border: 1px solid var(--e-global-color-primary);
     width: 26px;
     height: 26px;
     font-size: 12px;
     line-height: 26px;
     text-align: center;
     justify-content: center;
     align-items: center;
     border-radius: var(--e-global-border-radius);
}

.e-n-accordion-item-title-icon i {
     font-size: 12px;
}

.pt-faq-icon-border.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i::before {
     line-height: inherit;
}


/* ====== counter ====== */

.pt-counter-text .elementor-counter-title {
     text-align: center;
}

.pt-counter-number-suffix .elementor-counter-number-suffix {
     font-size: 44px;
     line-height: 48px;
     vertical-align: super;
}