/*
Template: Kidvibe - Kindergarten & Preschool 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
==> Dummy data
==> OWL Carousel
==> Pagination
==> Error
==> Breadcrumb
==> Service Single
==> Header
==> Section Title
==> Service Box
==> Video Popup
==> Testimonial  
==> Progress Bar
==> Recent Post
==> Team
==> Accordion
==> Price Plan 
==> Blog
==> widget
==> Image Marquee
==> course
==> Image Gallary
==> Custom Cursor 
==> Custom CSS 


======================================
[ End table content ]
======================================*/

/*================================================
Moz Selection
================================================*/

::-moz-selection {
     text-shadow: none;
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

/*================================================
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-secondary);
     font-style: normal;
     font-weight: var(--e-global-typography-primary-font-weight);
     margin: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: inherit;
}

h1 {
     font-size: clamp(2rem, 1.4rem + 1.8vw, 3rem);
     line-height: 1.2;
}

h2 {
     font-size: clamp(1.75rem, 1.2rem + 1.5vw, 2.5rem);
     line-height: 1.3;
}

h3 {
     font-size: clamp(1.5rem, 1.05rem + 1.3vw, 2.125rem);
     line-height: 1.32;
}

h4 {
     font-size: clamp(1.375rem, 0.95rem + 1vw, 1.75rem);
     line-height: 1.35;
}

h5 {
     font-size: clamp(1.125rem, 0.85rem + 0.8vw, 1.5rem);
     line-height: 1.4;
}

h6 {
     font-size: clamp(1rem, 0.8rem + 0.5vw, 1.25rem);
     line-height: 1.45;
}

/*===== 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;
}

/*===== Navigation Shop =====*/
.pt-shop-btn .dropdown-toggle::after {
     display: none;
}

.pt-cart-button {
     list-style-type: none;
     margin: 0;
     padding: 0;
     position: relative;
}

.pt-shop-btn .pt-cart>a {
     color: var(--e-global-color-secondary);
     position: relative;
     line-height: 90px;
     padding: 0 0 0;
     font-size: 22px;
     transform: rotateY(180deg);
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
     display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
     display: block;
}

.pt-shop-btn ul.product_list_widget {
     margin: 0;
     padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
     margin: 0 0 15px;
     padding: 0;
     list-style: none;
     display: inline-block;
     width: 100%;
     position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
     float: right;
     right: 0;
     top: 0;
     left: inherit;
     bottom: 0;
     margin: auto 0;
     font-size: 30px;
     text-align: center;
     position: absolute;
}

.dropdown-menu-mini-cart,
.dropdown-menu[data-bs-popper] {
     right: -3%;
     width: 330px;
     left: inherit;
     border: none;
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     padding: 20px;
     top: 90px;
     border-radius: 0;
     margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
     margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
     font-weight: 600;
     text-transform: capitalize;
     font-family: var(--e-global-typography-primary-font-family);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
     float: right;
}

.pt-shop-btn p {
     margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
     line-height: 0.8;
     color: var(--e-global-color-secondary) !important;
     height: 1em;
     width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
     color: var(--e-global-color-primary) !important;
     background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a,
.pt-shop-btn .pt-cart ul.product_list_widget li a {
     display: block;
     text-transform: capitalize;
     font-weight: 600;
     font-family: var(--e-global-typography-primary-font-family);
     color: var(--e-global-color-secondary);
     padding-right: 30px;
     line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
     color: var(--e-global-color-primary);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
     padding: 0;
}

/*================================================
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: 150px;
     height: 150px;
}

/* 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: 60px;
}

/* Spin animation */
@keyframes spin {
     0% {
          transform: rotate(0deg);
     }

     100% {
          transform: rotate(360deg);
     }
}

/*================================================
Back to Top
================================================*/

.progress-wrap {
     position: fixed;
     right: 30px;
     bottom: 30px;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     border-radius: var(--e-global-big-border-radius);
     box-shadow: inset 0 0 0 2px rgba(var(--e-global-color-secondary-rgb), 0.2);
     background: var(--e-global-color-white);
     z-index: 10000;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

.progress-wrap.active-progress {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
}

.progress-wrap::after {
     position: absolute;
     font-family: 'themify';
     content: "\e660";
     text-align: center;
     line-height: 55px;
     font-size: 24px;
     color: var(--e-global-color-dark);
     left: 0;
     top: 0;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     z-index: 1;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

.progress-wrap:hover::after {
     color: var(--e-global-color-dark);
}

.progress-wrap svg path {
     fill: none;
}

.progress-wrap svg.progress-circle path {
     stroke: var(--e-global-color-primary);
     stroke-width: 4;
     box-sizing: border-box;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

/*================================================
WordPress Core
================================================*/

.alignnone {
     margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
     display: block;
     margin: 5px auto 15px auto;
}

.alignright {
     float: right;
     margin: 5px 0 20px 20px;
}

.alignleft {
     float: left;
     margin: 5px 20px 20px 0;
}

a img.alignright {
     float: right;
     margin: 5px 0 20px 20px;
}

a img.alignnone {
     margin: 5px 20px 20px 0;
}

a img.alignleft {
     float: left;
     margin: 5px 20px 20px 0;
}

a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}

.wp-caption {
     background: #fff;
     border: 1px solid var(--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;
     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-primary);
     color: var(--e-global-color-white);
     text-transform: capitalize;
     display: inline-block;
     border: none;
     width: auto;
     height: auto;
     line-height: 1.6;
     border-radius: 900px;
     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-secondary);
     color: var(--e-global-color-white);
}

/*===== Button Flat =====*/

.pt-button.pt-button-flat {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     min-height: 62px;
     padding: 10px 30px 10px 30px;
     background: var(--e-global-color-primary);
     border-radius: 999px;
     text-decoration: none;
     overflow: hidden;
     transition: var(--transition);
     box-sizing: border-box;
}

/* inner dashed border */
.pt-button.pt-button-flat::before {
     content: "";
     position: absolute;
     border: 2px dashed var(--e-global-color-white);
     ;
     border-radius: var(--e-global-big-border-radius);
     pointer-events: none;
     transition: var(--transition);
     inset: 6px;
}

.pt-button.pt-button-flat::after {
     content: "";
     position: absolute;
     top: 0;
     left: -70%;
     width: 35%;
     height: 100%;
     transform: skewX(-20deg);
     transition: all 0.7s ease;
}

.pt-button.pt-button-flat .pt-button-text {
     position: relative;
     z-index: 2;
     color: var(--e-global-color-white);
     font-size: 18px;
     line-height: 26px;
     font-family: var(--e-global-typography-primary-font-family);
     white-space: nowrap;
     transition: all 0.35s ease;
}

/* split text css */

.pt-button-text span {
     display: inline-block;
     opacity: 1;
     transition: var(--transition);
}

.pt-button.pt-button-flat .pt-button-text span {
     opacity: 1;
}

.pt-button.pt-button-flat:hover .pt-button-text span {
     animation: pt-text-animate 0.4s forwards;
}

/* End */

.pt-button.pt-button-flat .pt-btn-icon {
     position: relative;
     z-index: 2;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     transition: var(--transition);
}

.pt-button.pt-button-flat .pt-btn-icon svg {
     width: 28px;
     height: 28px;
     display: block;
     transition: var(--transition);
}

.pt-button.pt-button-flat:hover .pt-btn-icon svg {
     animation: pt-rocket-fly 0.9s ease infinite alternate;
}

.pt-button.pt-button-flat:hover .pt-btn-icon svg,
.pt-button.pt-button-flat:focus .pt-btn-icon svg {
     animation: button-animation 0.4s linear;
}


@keyframes pt-text-animate {
     0% {
          opacity: 0;
          transform: translateY(10px);
     }

     100% {
          opacity: 1;
          transform: translateY(0);
     }
}

@keyframes button-animation {
     0% {
          transform: translate(0, 0);
          opacity: 1;
     }

     50% {
          transform: translate(40px, -40px);
          opacity: 0;
     }

     51% {
          transform: translate(-40px, 40px);
          opacity: 0;
     }

     100% {
          transform: translate(0, 0);
          opacity: 1;
     }
}

/*===== 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: 8px 8px 8px 30px;
     position: relative;
     width: auto;
     height: auto;
     color: var(--e-global-color-secondary);
     vertical-align: middle;
     display: inline-flex;
     align-items: center;
     background: var(--e-global-color-white);
     gap: 10px;
     text-decoration: none;
     border-radius: var(--e-global-big-border-radius);
     transition: var(--transition);
     border: 1px solid rgba(var(--e-global-color-secondary-rgb), 1);
}

.pt-button.pt-button-outline:hover {
     background-color: var(--e-global-color-secondary);
     color: var(--e-global-color-white);
}

.pt-button.pt-button-outline i {
     height: 40px;
     width: 40px;
     font-size: 20px;
     line-height: 40px;
     background-color: var(--e-global-color-primary);
     color: var(--e-global-color-white);
     border-radius: var(--e-global-big-border-radius);
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     transform: rotate(-40deg);
     transition: var(--transition);
}

.pt-button.pt-button-outline:hover i {
     transform: rotate(0deg);
}


.pt-button.pt-button-outline .pt-button-text {
     transition: var(--transition);
}

.pt-button.pt-button-outline .pt-button-text span {
     opacity: 1;
}

.pt-button.pt-button-outline:hover .pt-button-text span {
     animation: pt-text-animate 0.4s forwards;
}

@keyframes pt-text-animate {
     0% {
          opacity: 0;
          transform: translateY(10px);
     }

     100% {
          opacity: 1;
          transform: translateY(0);
     }

     ;
}

/*===== Button Rounded =====*/
.pt-button.pt-button-rounded {
     display: inline-block;
     width: 72px;
     height: 72px;
     line-height: 72px;
     font-size: 24px;
     border-radius: var(--e-global-big-border-radius);
     background: var(--e-global-color-secondary);
     color: var(--e-global-color-white);
     text-align: center;
     transition: var(--transition);
     overflow: hidden;
}

.pt-button.pt-button-rounded:hover {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

.pt-button.pt-button-rounded:hover .pt-btn-icon svg {
     animation: pt-rocket-fly 0.9s ease infinite alternate;
}

.pt-button.pt-button-rounded:hover .pt-btn-icon svg,
.pt-button.pt-button-rounded:focus .pt-btn-icon svg {
     animation: button-animation 0.4s linear;
}

@keyframes button-animation {
     0% {
          transform: translate(0, 0);
          opacity: 1;
     }

     50% {
          transform: translate(40px, -40px);
          opacity: 0;
     }

     51% {
          transform: translate(-40px, 40px);
          opacity: 0;
     }

     100% {
          transform: translate(0, 0);
          opacity: 1;
     }
}


/*===== Button link =====*/
.pt-button.pt-button-link {
     display: inline-flex;
     font-family: var(--e-global-typography-primary-font-family);
     text-transform: capitalize;
     line-height: 1.8;
     letter-spacing: 1px;
     font-size: 18px;
     align-items: center;
     position: relative;
}

.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: -2px;
     left: 0;
     width: 0;
     height: 2px;
     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: -2px;
     right: 0;
     width: 100%;
     height: 2px;
     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;
}

/*================================================
Dummy data
================================================*/

/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link {
     font-size: 14px !important;
     background: var(--e-global-color-primary);
     margin: 0 10px 10px 0;
     display: inline-block;
     float: left;
     color: var(--e-global-color-white);
     padding: 4px 8px;
     border: 1px solid var(--e-global-color-primary);
     transition: all 0.5s ease-in-out;
     border-radius: 900px;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
     border-color: var(--e-global-color-secondary);
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

/*================================================
OWL Carousel
================================================*/

.owl-carousel .owl-nav.disabled {
     display: none;
}

.owl-nav {
     position: relative;
     top: 0%;
     transform: translateY(0);
     margin: 0;
     width: 100%;
     display: flex;
     cursor: inherit;
     justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
     outline: none;
     text-align: center;
     text-indent: inherit;
     cursor: pointer;
     position: relative;
     padding: 0 !important;
     margin: 0 5px;
     border: none;
     border-radius: 100%;
     width: 55px;
     height: 54px;
     line-height: 54px;
     font-size: 22px;
     background: var(--e-global-color-primary-alt);
     color: var(--e-global-color-primary);
     transition: var(--transition);
}

.owl-carousel .owl-nav button.owl-next {
     right: 0;
}

.owl-carousel .owl-nav button:hover {
     color: var(--e-global-color-white);
     background: var(--e-global-color-secondary);
}

.pt-dark-bg .owl-carousel .owl-nav button:hover {
     color: var(--e-global-color-white);
     background: var(--e-global-color-secondary);
}

.owl-carousel .owl-nav button i::before {
     line-height: inherit;
}

/*++++++++++++++++ Dots +++++++++++*/
.owl-carousel .owl-dots.disabled {
     display: none;
}

.owl-carousel .owl-dots {
     margin-top: 30px;
     line-height: normal;
     position: relative;
     width: 100%;
     text-indent: inherit;
     text-align: center;
     cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
     box-shadow: none;
     outline: none;
     background: rgba(var(--e-global-color-secondary-rgb), .08);
     border: 0 solid rgba(var(--e-global-color-secondary-rgb), .08);
     display: inline-block;
     padding: 0;
     margin: 0px 5px;
     height: 12px;
     width: 12px;
     transition: var(--transition-duration);
     cursor: pointer;
     border-radius: var(--e-global-border-radius);
}

.owl-carousel .owl-dots .owl-dot span {
     display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
     background: var(--e-global-color-secondary);
     border-color: var(--e-global-color-secondary);
     opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
     background: var(--e-global-color-secondary);
     border-color: var(--e-global-color-secondary);
     opacity: 1;
}

/*================================================
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: uppercase;
     height: 60px;
     width: 60px;
     text-align: center;
     line-height: 60px;
     font-size: 16px;
     margin: 0 5px;
     color: var(--e-global-color-secondary);
     background-color: var(--e-global-color-accent);
     border: 0 solid var(--e-global-color-accent);
     border-radius: var(--e-global-big-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-secondary);
     border-color: var(--e-global-color-secondary);
     z-index: 1;
     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: 0;
     }

     .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-secondary);
     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 {
     position: relative;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     text-align: center;
     z-index: 1;
     overflow: hidden;
     margin: 0 30px;
     border-radius: 20px;
}

.pt-breadcrumb-style-1::before {
     content: "";
     opacity: 0;
     position: absolute;
     background-color: var(--e-global-color-secondary);
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
     display: inline-block;
     margin: 0;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li {
     list-style-type: none;
     margin-right: 5px;
     padding-left: 0;
     display: inline-block;
     text-transform: capitalize;
     font-size: 18px;
     line-height: 1.25;
}

.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-secondary);
}

.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: "\e649";
     font-size: 12px;
     font-family: "themify";
     padding-right: 15px;
     color: var(--e-global-color-secondary);
     float: none;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title,
.pt-breadcrumb-style-1 .pt-breadcrumb-container {
     width: 100%;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title .pt-color-text {
     font-size: clamp(2rem, 1.5rem + 2vw, 3.375rem);
     line-height: 1.6;
     margin-bottom: 10px;
}

@media(max-width:1366px) {
     .pt-breadcrumb-style-1 {
          margin: 0;
          border-radius: 0;
     }
}

@media(max-width:1499px) {
     .pt-breadcrumb-style-1 {
          margin: 0;
          border-radius: 0;
     }

     .pt-breadcrumb-wrapper {
          padding: 0;
     }
}

@media(max-width:767px) {
     .pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
          padding-right: 10px;
          font-size: 12px;
     }

     .pt-breadcrumb-style-1 .pt-breadcrumb-title,
     .pt-breadcrumb-style-1 .pt-breadcrumb-container {
          width: 100%;
     }
}

/*================================================
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-secondary-rgb), 0);
     background: var(--e-global-color-white);
     display: inline-block;
     width: 100%;
     position: relative;
     font-family: var(--e-global-typography-text-font-family);
     /* font-size: 16px;
    line-height: 24px; */
     text-transform: capitalize;
     color: var(--e-global-color-secondary);
     border-radius: 20px;
}

[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-white);
}

/*================================================
Header
================================================*/

header .mega-menu-wrap .mega-menu .mega-menu-item a {
     font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
     color: var(--e-global-color-secondary);
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
     display: none;
}

/* Animated Border */
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
     content: "";
     position: absolute;
     left: 50%;
     bottom: 32px;
     width: 0%;
     height: 2px;
     background: var(--e-global-color-primary);
     transform: translateX(-50%);
     transition: width 0.35s ease;
}

/* toggle icon */
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
     background-color: var(--e-global-color-white);
}

/* Hover + Active States */
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link::before {
     width: 100%;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
     margin-right: 10px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
     margin-left: 10px;
}

@media(max-width:1200px) {

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
          display: none;
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          color: var(--e-global-color-secondary);
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
          color: var(--e-global-color-white);
     }
}

@media(max-width:397px) {

     #mega-menu-wrap-primary .mega-menu-toggle {
          line-height: 52px;
          height: 52px;
     }

     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
          margin-right: 5px;
     }

     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
          margin-left: 5px;
     }
}

/*++++++ Search ++++++*/
.pt-search-button {
     width: 56px;
     height: 56px;
     font-size: 20px;
     line-height: 58px;
     text-align: center;
     background: rgba(var(--e-global-color-primary-rgb), 0.1);
     color: var(--e-global-color-primary);
     border-radius: var(--e-global-big-border-radius);
     display: inline-block;
}

.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: "\e646";
     font-family: "themify";
     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-white);
}

.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-secondary);
}

.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;
}

/*===== Transparent  Header =====*/
.admin-bar .transparent-header {
     top: 32px !important;
}

.transparent-header {
     background: transparent;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 9;
}

.transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     color: var(--e-global-color-secondary);
}

.transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     color: var(--e-global-color-white);
}

#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>a.mega-menu-link:focus,
#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-menu-item>a.mega-menu-link {
     color: var(--e-global-color-primary);
}

.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
     color: var(--e-global-color-primary);
}

@media (max-width: 1200px) {

     .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          color: var(--e-global-color-secondary);
     }

     .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          color: var(--e-global-color-secondary);
     }

     .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
     .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
     .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
     .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
          color: var(--e-global-color-white);
     }

     .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
     .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
     .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
     .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
          color: var(--e-global-color-white);
          background: var(--e-global-color-secondary);
     }

     #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>a.mega-menu-link:focus,
     #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-menu-item>a.mega-menu-link {
          color: var(--e-global-color-white);
          background: var(--e-global-color-primary);
     }
}

/*===== Sticky  Header =====*/
.admin-bar .pt-header-sticky {
     top: 32px;
}

header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     background: var(--e-global-color-secondary);
     -webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
     border-bottom: none;
     z-index: 9999;
}

@media (max-width: 767px) {
     .admin-bar .transparent-header.pt-header-sticky {
          top: 0 !important;
     }
}

/*===== Dark Header =====*/
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     color: var(--e-global-color-white);
}

.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
     color: var(--e-global-color-primary);
}

@media (max-width: 1200px) {
     .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          color: var(--e-global-color-secondary);
     }

     .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
     .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
     .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
     .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
          color: var(--e-global-color-white);
     }
}

/*++++++ Cart ++++++*/
.pt-header-info .pt-shop-btn .pt-cart-button .pt-icon {
     width: 56px;
     height: 56px;
     font-size: 20px;
     line-height: 56px;
     text-align: center;
     background: var(--e-global-color-accent);
     color: var(--e-global-color-primary);
     border-radius: var(--e-global-big-border-radius);
     display: inline-block;
}

.pt-header-info .pt-shop-btn .pt-cart-button .pt-icon {
     background: var(--e-global-color-accent);
}

.pt-shop-btn .dropdown-toggle::after {
     display: none;
}

.pt-cart-button {
     list-style-type: none;
     margin: 0;
     padding: 0;
     position: relative;
}

.pt-shop-btn .pt-cart>a {
     color: var(--e-global-color-secondary);
     position: relative;
     line-height: 90px;
     padding: 0 0 0;
     font-size: 22px;
     transform: rotateY(180deg);
}

.pt-cart-button .basket-item-count {
     font-size: 12px;
     font-weight: 400;
     background: var(--e-global-color-secondary);
     color: var(--e-global-color-white);
     position: absolute;
     bottom: 8px;
     right: 8px;
     height: 18px;
     width: 18px;
     line-height: 18px;
     text-align: center;
     border-radius: var(--e-global-big-border-radius);
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
     display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
     display: block;
}

.pt-shop-btn ul.product_list_widget {
     margin: 0;
     padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
     margin: 0 0 15px;
     padding: 0;
     list-style: none;
     display: inline-block;
     width: 100%;
     position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
     float: right;
     right: 0;
     top: 0;
     left: inherit;
     bottom: 0;
     margin: auto 0;
     font-size: 30px;
     text-align: center;
     position: absolute;
}

.dropdown-menu-mini-cart,
.dropdown-menu[data-bs-popper] {
     right: -3%;
     width: 330px;
     left: inherit;
     border: none;
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     padding: 20px;
     top: 90px;
     border-radius: 0;
     margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
     margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
     font-weight: 700;
     text-transform: capitalize;
     font-family: var(--e-global-typography-primary-font-family);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
     float: right;
}

.pt-shop-btn p {
     margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
     line-height: 0.8;
     color: var(--e-global-color-secondary) !important;
     font-weight: 400;
     height: 1em;
     width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
     color: var(--e-global-color-primary) !important;
     background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a,
.pt-shop-btn .pt-cart ul.product_list_widget li a {
     display: block;
     text-transform: capitalize;
     font-weight: 700;
     font-family: var(--e-global-typography-primary-font-family);
     color: var(--e-global-color-secondary);
     padding-right: 30px;
     line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
     color: var(--e-global-color-primary);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
     font-weight: 400;
     padding: 0;
}

/*===== Header SideBar =====*/
.pt-background-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: var(--e-global-color-secondary);
     z-index: 100;
     opacity: 0.8;
     display: none;
     transition: var(--transition);
}

.pt-siderbar-open .pt-background-overlay {
     display: block;
     transition: var(--transition);
}

.pt-siderbar-open .pt-sidebar {
     right: 30px;
     opacity: 1;
}

.pt-sidebar {
     width: 410px;
     background: var(--e-global-color-white);
     opacity: 0;
     display: block;
     position: fixed;
     top: 50%;
     right: -100%;
     height: auto;
     z-index: 101;
     transform: translateY(-50%);
     border-radius: var(--pq--border-radius);
     transition: var(--transition);
}

.pt-sidebar .pt-close-btn .pt-close {
     position: absolute;
     top: 30px;
     right: 30px;
     background: var(--e-global-color-primary);
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     color: var(--e-global-color-white);
     font-size: 20px;
     border-radius: 900px;
}

.pt-sidebar .pt-close-btn .pt-close:hover {
     background: var(--e-global-color-secondary);
     color: var(--e-global-color-white);
}

.pt-close-btn .pt-close i {
     display: inline-block;
     transform: rotate(0deg);
     transition: transform 0.3s ease;
}

.pt-close-btn .pt-close i::before {
     line-height: inherit;
}

.pt-sidebar .pt-close-btn .pt-close:hover i {
     transform: rotate(180deg) scale(1.1);
}

.pt-sidebar-block {
     padding: 30px;
}

.pt-sidebar-header .pt-sidebar-logo {
     height: 65px;
     width: auto;
     margin-bottom: 30px;
}

.pt-sidebar h2.wp-block-heading {
     margin-bottom: 0;
}

.pt-sidebar h4.pt-sidebar-heading {
     font-size: 26px;
     line-height: 34px;
     margin-bottom: 10px;
}

.pt-sidebar h4.pt-sidebar-title,
.pt-sidebar-social h4.pt-social-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 10px;
}

.pt-sidebar .pt-sidebar-contact {
     display: inline-block;
     width: 100%;
     margin-bottom: 30px;
}

.pt-sidebar .pt-sidebar-contact .pt-contact-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 10px;
}

.pt-sidebar ul {
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 10px;
}

.pt-sidebar ul li {
     list-style: none;
     margin: 0;
     display: flex;
     gap: 15px;
     align-items: center;
     line-height: 26px;
}

.pt-sidebar-contact li a {
     color: var(--e-global-color-secondary);
     display: flex;
     align-items: center;
     gap: 15px;
}

.pt-sidebar-contact li span {
     color: var(--e-global-color-secondary);
}

.pt-sidebar-contact li .pt-icon,
.pt-sidebar-contact li i {
     font-size: 18px;
     line-height: 1;
     display: inline-block;
     color: var(--e-global-color-primary);
}

.pt-sidebar-social ul {
     display: inline-block;
     width: 100%;
}

.pt-sidebar-social ul li {
     display: inline-block;
     padding: 0;
     margin: 0;
     margin-right: 5px;
}

.pt-sidebar-social ul li:last-child {
     margin-right: 0;
}

.pt-sidebar-social ul li a {
     background: var(--e-global-color-secondary);
     color: var(--e-global-color-white);
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 100%;
     display: inline-block;
     text-align: center;
     position: relative;
}

.pt-sidebar-social ul li a:hover {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

.pt-sidebar .widget {
     background: transparent;
     padding: 0;
     border: none;
     margin-bottom: 45px;
}

.pt-sidebar .widget .wp-block-image {
     margin-bottom: 30px;
     border-radius: var(--border-radius);
}

.pt-sidebar .widget img {
     border-radius: var(--pq--border-radius);
     margin-bottom: 30px !important;
}

@media(max-width:1023px) {
     .pt-sidebar {
          display: none;
     }
}

@media(max-width:1365px) {
     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
          margin: 0 20px 0 0;
     }

     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
          margin: 0 0 0 0;
     }

     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
          display: none;
     }
}

@media(max-width:1200px) {
     #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
          margin: 0;
     }

     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
          display: block;
     }
}

/*================================================
Section Title
================================================*/

.pt-section-title .pt-title .pt-title-heading {
     margin-bottom: 20px;
     color: var(--e-global-color-secondary);
}

.pt-section-title .pt-title .pt-title-subtitle {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 10px;
}

.pt-section-title .pt-title .pt-title-subtitle img {
     width: 26px;
}

.pt-section-title .pt-title .pt-title-subtitle span {
     position: relative;
     color: var(--e-global-color-primary-alt);
     display: inline-block;
     align-items: center;
     font-size: 18px;
     line-height: 30px;
     font-family: var(--e-global-typography-secondary-font-family);
}

.pt-section-title .pt-title .pt-title-description {
     font-size: 18px;
     line-height: 1.6em;
     margin: 0;
}

@media(max-width:767px) {
     .pt-section-title .pt-title .pt-title-subtitle svg {
          height: 22px;
          width: auto;
     }

     .pt-section-title .pt-title .pt-title-subtitle span {
          font-size: 18px;
          line-height: 26px;
     }

     .pt-section-title .pt-title .pt-title-subtitle img {
          width: 28px;
     }
}

/*================================================
Service Box
================================================*/

.pt-service-box.pt-style-1 {
     text-align: center;
     color: var(--e-global-color-white);
     padding: 60px 90px;
     position: relative;
     border-radius: var(--e-global-border-radius);
     background: round;
}

.pt-service-box.pt-style-1 .pt-service-info .pt-service-icon {
     margin-bottom: 20px;
     font-size: 70px;
     line-height: 1;
}

.pt-service-box.pt-style-1 .pt-service-info .pt-service-icon i::before {
     line-height: inherit;
}

.pt-service-box.pt-style-1 .pt-service-info .pt-service-icon svg {
     height: 86px;
     width: 86px;
}

.pt-service-box.pt-style-1 .pt-service-info .pt-service-title {
     color: var(--e-global-color-white);
     margin-bottom: 15px;
}

.pt-service-box.pt-style-1 .pt-service-description {
     margin-bottom: 30px;
}

.pt-service-box.pt-style-1 .pt-button.pt-button-link .pt-button-text {
     color: var(--e-global-color-white);
}

.pt-service-box.pt-style-1 .pt-button.pt-button-link .pt-button-text::before {
     background: var(--e-global-color-white);
}

.pt-service-box.pt-style-1 .pt-button.pt-button-link .pt-button-text::after {
     background: var(--e-global-color-white);
}

.pt-service-box-slider.pt-style-1 .owl-carousel .owl-nav {
     position: absolute;
     top: 46%;
     justify-content: space-between;
}

.pt-service-box-slider.pt-style-1 .owl-carousel .owl-nav .owl-prev {
     margin-left: -120px;
}

.pt-service-box-slider.pt-style-1 .owl-carousel .owl-nav .owl-next {
     margin-right: -120px;
}

@media(max-width:1699px) {
     .pt-service-box-slider.pt-style-1 {
          overflow: hidden;
     }
}

@media(max-width:1365px) {
     .pt-service-box.pt-style-1 {
          padding: 60px 40px;
     }
}

@media(max-width:1023px) {
     .pt-service-box.pt-style-1 {
          background-image: none !important;
          background-color: var(--e-global-color-primary);
          padding: 30px;
     }
}

@media(max-width:767px) {
     .pt-service-box.pt-style-1 {
          padding: 30px 20px;
     }
}

/*---------- Service-2 ----------*/

.pq-service-2 {
     border-radius: 80% 90% 90% 75% / 59% 49% 80% 58%;
}

.pq-service-2 .service-2-img img {
     border-radius: 45% 47% 60% 40% / 48% 39% 55% 45%;
}

.pq-service-2 .pq-service-2-btn .pt-button.pt-button-rounded {
     border-radius: 45% 47% 60% 40% / 48% 39% 55% 45%;
}

@media(max-width:767px) {
     .pq-service-2 {
          border-radius: var(--e-global-border-radius);
     }

     .pq-service-2 .service-2-img img {
          border-radius: var(--e-global-border-radius);
     }

     .pq-service-2 .pq-service-2-btn .pt-button.pt-button-rounded {
          border-radius: var(--e-global-big-border-radius);
     }
}

/*---------- Service-3 ----------*/

.pq-service-3 {
     position: relative;
     border-radius: var(--e-global-border-radius);
     overflow: hidden;
     /* VERY IMPORTANT */
     transition: var(--transition);
     background: var(--e-global-color-white);
}

.pq-service-3:hover {
     background: var(--e-global-color-primary);
}

.pq-service-3::before {
     content: "";
     position: absolute;
     top: 10px;
     left: 10px;
     right: 10px;
     bottom: 10px;
     border: 2px dashed var(--e-global-color-primary);
     border-radius: calc(var(--e-global-border-radius) - 8px);
     pointer-events: none;
     width: auto;
     height: auto;
     transition: var(--transition);
}

.pq-service-3:hover::before {
     border-color: var(--e-global-color-white);
}

.pq-service-3 .elementor-heading-title {
     color: var(--e-global-color-secondary) !important;
     transition: var(--transition);
}

.pq-service-3:hover .elementor-heading-title {
     color: var(--e-global-color-white) !important;
}

.pq-service-3 .pt-service-description {
     color: var(--e-global-color-secondary);
     transition: var(--transition);
}

.pq-service-3:hover .pt-service-description {
     color: var(--e-global-color-white);
}

.pq-service-3 .pt-button.pt-button-link .pt-button-text {
     transition: var(--transition);
}

.pq-service-3:hover .pt-button.pt-button-link .pt-button-text {
     color: var(--e-global-color-white);
}

.pq-service-3:hover .pt-button.pt-button-link .pt-button-text::before {
     background: var(--e-global-color-white);
}

.pq-service-3:hover .pt-button.pt-button-link .pt-button-text::after {
     background: var(--e-global-color-white);
}

/*================================================
Video Popup 
================================================*/

.pt-video-popup {
     position: relative;
}

.pt-video-popup .pt-video-popup-img img {
     width: 100%;
     object-fit: cover;
     border-radius: var(--e-global-border-radius);
}

.pt-video-popup .pt-popup-animation {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.popup-youtube {
     height: 102px;
     width: 102px;
     line-height: 104px;
     text-align: center;
     border-radius: var(--e-global-big-border-radius);
     backdrop-filter: blur(20px);
     display: inline-block;
     background: var(--e-global-color-white);
     color: var(--e-global-color-primary);
     font-size: 34px;
}

.popup-youtube a:hover,
.popup-youtube a:focus {
     color: var(--e-global-color-white) !important;
}

/*================================================
Testimonial
================================================*/

.pt-testimonial-slider-1 {
     position: relative;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content {
     background: var(--e-global-color-accent);
     border-radius: var(--e-global-border-radius);
     position: relative;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-rating {
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px solid rgba(var(--e-global-color-secondary-rgb), 0.1);
     padding: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i {
     margin-right: 6px;
     font-size: 20px;
     color: #FFC738;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i:last-child {
     margin-right: 0;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-quote i {
     font-size: 30px;
     color: #FFC738;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-description {
     margin: 0;
     padding: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-img {
     position: absolute;
     top: 10px;
     right: 35px;
     width: 170px;
     height: 170px;
     opacity: 1;
     z-index: 1;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {
     display: flex;
     align-items: center;
     gap: 20px;
     position: relative;
     z-index: 1;
     margin-top: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-img img {
     width: 74px;
     height: 74px;
     border-radius: var(--e-global-big-border-radius);
     object-fit: cover;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details {
     display: flex;
     flex-direction: column;
     gap: 5px;
}

.pt-testimonial-slider-1 .owl-nav {
     display: inline-block;
     position: absolute;
     bottom: 10%;
     width: auto;
     top: 85%;
     right: 0;
}

@media(max-width:767px) {

     .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-rating {
          padding: 20px;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-description {
          padding: 20px;
     }
}

/*================================================
Progress Bar
================================================*/

/*===== ProgressBar-style-1 =====*/
.pt-progressbar-box.pt-style-1 {
     display: inline-block;
     width: 100%;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content {
     margin-bottom: 30px;
     display: inline-block;
     float: left;
     width: 100%;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content .sonny_progressbar {
     margin-bottom: 0;
     margin-top: 5px;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content .bar-container {
     height: 8px;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content:last-child {
     margin-bottom: 0;
}

.pt-progressbar-box.pt-style-1 .progress-title {
     margin: 0;
     color: var(--e-global-color-secondary);
     font-size: 20px;
     line-height: 28px;
}

.pt-progressbar-box.pt-style-1 .progress-value {
     color: var(--e-global-color-primary);
     margin: 0;
     float: right;
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     font-weight: 400;
}

.pt-progressbar-box.pt-style-1 .pt-progress-bar span {
     display: inline-block;
     background: var(--e-global-color-white);
     float: left;
     -webkit-border-radius: var(--e-global-border-radius);
     -moz-border-radius: var(--e-global-border-radius);
     border-radius: var(--e-global-border-radius);
}

.pt-progressbar-box.pt-style-1 .pt-progress-bar span.bar {
     background: var(--e-global-color-primary) !important;
}

.pt-bg-gray .pt-progressbar-box.pt-style-1 .pt-progress-bar span {
     background: var(--e-global-color-white);
}

/*================================================
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-secondary);
     font-size: 16px;
}

.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;
     color: var(--e-global-color-secondary);
     font-family: var(--e-global-typography-text-font-family);
}

.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;
     }
}

/*================================================
Team
================================================*/

/* <---- style-1 ----> */

.pt-team-box.pt-style-1 {
     text-align: center;
     transition: var(--transition);
     position: relative;
}

.pt-team-box.pt-style-1 .pt-team-box-media {
     position: relative;
     transition: background-color 1s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.pt-team-box.pt-style-1 .pt-team-box-media img {
     object-fit: cover;
     position: relative;
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social {
     padding: 0;
     margin: 0;
     display: flex;
     justify-content: center;
     gap: 10px;
     list-style: none;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 50px;
     z-index: 9;
     opacity: 0;
     transition: var(--transition);
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social {
     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-1 .pt-team-box-media .pt-team-social li {
     opacity: 0;
     transform: translateY(20px) scale(0.95);
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li {
     animation: ec-social-fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(1) {
     animation-delay: 0.08s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(2) {
     animation-delay: 0.16s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(3) {
     animation-delay: 0.24s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(4) {
     animation-delay: 0.32s;
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social li a {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
     width: 38px;
     height: 38px;
     line-height: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: var(--e-global-big-border-radius);
     font-size: 18px;
     transition: var(--transition);
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social li a:hover {
     background: var(--e-global-color-secondary);
     color: var(--e-global-color-white);
}

.pt-team-box.pt-style-1 .pt-team-info {
     margin-top: 30px;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-name {
     margin-bottom: 5px;
     transition: var(--transition);
}

.pt-team-box.pt-style-1:hover .pt-team-info .pt-team-name {
     color: var(--e-global-color-primary);
}

@media(max-width:767px) {
     .pt-team-box.pt-style-1 .pt-team-info {
          margin-top: 20px;
     }
}

/*================================================
Accordion
================================================*/

.pt-accordion-box {
     margin-bottom: 30px;
     position: relative;
     border-radius: var(--e-global-border-radius);
     border: 2px dashed var(--e-global-color-primary);
}

.pt-accordion-box:last-child {
     margin-bottom: 0;
}

.pt-accordion-box.pt-active:last-child {
     margin-bottom: 0;
}

.pt-accordion-box .pt-ad-title {
     border-radius: var(--e-global-border-radius);
     padding: 20px;
     background-color: var(--e-global-color-accent);
     display: flex;
     gap: 15px;
     align-items: center;
}

.pt-accordion-box.pt-active .pt-ad-title {
     border-radius: 20px 20px 0 0;
}

.pt-accordion-box.pt-active .pt-ad-title {
     color: var(--e-global-color-secondary);
}

.pt-accordion-box .pt-ad-number {
     font-family: var(--e-global-typography-primary-font-family);
     color: var(--e-global-color-secondary);
     transition: var(--transition);
}

.pt-accordion-box .ad-title-text {
     margin-right: 30px;
     color: var(--e-global-color-secondary);
     transition: var(--transition);
}

.pt-accordion-box .ad-title-text i {
     font-size: 16px;
     font-weight: 700;
     text-align: center;
     position: absolute;
     right: 20px;
     top: 20px;
     display: inline-block;
     width: 34px;
     height: 34px;
     line-height: 30px;
     text-align: center;
     align-content: center;
     color: var(--e-global-color-primary);
     transition: var(--transition);
     border: 2px solid var(--e-global-color-primary);
     border-radius: var(--e-global-big-border-radius);
}

.pt-accordion-box.pt-active .ad-title-text i {
     color: var(--e-global-color-white);
     display: none;
}

.pt-accordion-box .ad-title-text i:before {
     line-height: inherit;
}

.pt-accordion-box .ad-title-text i.inactive {
     display: none;
}

.pt-accordion-box.pt-active .ad-title-text i.inactive {
     width: 34px;
     height: 34px;
     line-height: 30px;
     display: inline-block;
     text-align: center;
     align-content: center;
     color: var(--e-global-color-primary);
     transition: var(--transition);
     border: 2px solid var(--e-global-color-primary);
     border-radius: var(--e-global-big-border-radius);
}

.pt-accordion-box .pt-accordion-details {
     padding: 0 60px 30px 20px;
     background-color: var(--e-global-color-accent);
     border-radius: 0 0 20px 20px;
}

.pt-accordion-box .pt-accordion-details .pt-detail-text {
     margin-bottom: 0;
}

@media (max-width:767px) {

     .pt-accordion-box .ad-title-text {
          margin-right: 40px;
     }

     .pt-accordion-box .ad-title-text i {
          right: 20px;
          top: 20px;
     }

     .pt-accordion-box .pt-accordion-details {
          padding: 15px 20px 15px 20px;
     }
}

@media (max-width:479px) {
     .pt-accordion-box .pt-ad-title {
          align-items: start;
          padding: 20px 15px;
     }

     .pt-accordion-box .ad-title-text {
          font-size: 18px;
          line-height: 26px;
     }

     .pt-accordion-box .ad-title-text i {
          width: 30px;
          height: 30px;
          line-height: 30px;
     }

     .pt-accordion-box.pt-active .ad-title-text i.inactive {
          width: 30px;
          height: 30px;
          line-height: 30px;
     }
}

@media (max-width:397px) {
     .pt-accordion-box {
          margin-bottom: 30px;
     }
}

/*================================================
Price Plan
================================================*/

.pt-price-plan-list {
     display: flex;
     gap: 30px;
}

.pt-price-plan.pt-style-1 {
     color: var(--e-global-color-white);
     padding: 60px 40px;
     position: relative;
     border-radius: var(--e-global-border-radius);
     background: round;
}

.pt-price-plan.pt-style-1 .pt-price-tag {
     position: absolute;
     top: 10px;
     left: 50%;
     transform: translate(-50%, -50%);
     background: var(--e-global-color-primary-alt);
     color: var(--e-global-color-white);
     padding: 8px 24px;
     border-radius: var(--e-global-border-radius);
     font-family: var(--e-global-typography-primary-font-family);
     font-weight: var(--e-global-typography-primary-font-weight);
     font-size: 18px;
}

.pt-price-plan.pt-style-1 .pt-price-title {
     color: var(--e-global-color-white);
}

.pt-price-plan.pt-style-1 .pt-price-sub-title {
     margin: 10px 0 30px;
     display: inline-block;
     width: 100%;
}

.pt-price-plan.pt-style-1 .pt-price-list {
     padding: 0;
     margin-bottom: 30px;
     display: flex;
     gap: 20px;
     flex-direction: column;
}

.pt-price-plan.pt-style-1 .pt-price-list li {
     display: flex;
     gap: 10px;
     align-items: center;
}

.pt-price-plan.pt-style-1 .pt-price-list li i {
     color: var(--e-global-color-primary);
     font-size: 18px;
}

.pt-price-plan.pt-style-1 .pt-price {
     margin-bottom: 30px;
     font-family: var(--e-global-typography-primary-font-family);
}

.pt-price-plan.pt-style-1 .pt-price-month {
     text-transform: capitalize;
     color: var(--e-global-color-white);
     font-family: var(--e-global-typography-text-font-family);
}

.pt-price-plan.pt-style-1 .pt-amount {
     font-size: 48px;
     color: var(--e-global-color-white);
     line-height: 1.2;
}

.pt-active .pt-price-plan.pt-style-1 .pt-button.pt-button-flat::before {
     border: 2px dashed var(--e-global-color-secondary);
}

@media(max-width:1099px) {
     .pt-price-plan.pt-style-1 {
          padding: 60px 40px;
     }
}

@media(max-width:1023px) {
     .pt-price-plan.pt-style-1 .pt-price-sub-title {
          margin: 10px 0 30px;
     }

     .pt-price-plan.pt-style-1 .pt-price {
          margin-bottom: 30px;
     }

     .pt-price-plan.pt-style-1 .pt-price-list {
          margin-bottom: 30px;
     }
}

@media (max-width:767px) {
     .pt-price-plan.pt-style-1 .pt-amount {
          font-size: 28px;
          line-height: 36px;
     }
}

@media (max-width:397px) {
     .pt-price-plan.pt-style-1 {
          padding: 40px 30px;
     }

     .pt-price-plan.pt-style-1 .pt-price-tag {
          padding: 10px 12px;
     }
}

/*================================================
Blog
================================================*/

.single-post .pt-blog-post,
.pt-blog .owl-carousel .pt-blog-post {
     margin-bottom: 0;
}

.pt-blog-post {
     display: inline-block;
     width: 100%;
     overflow: hidden;
     float: left;
}

/*===== Blog Image =====*/
.pt-blog-post .pt-post-media {
     margin-bottom: 20px;
     overflow: hidden;
     position: relative;
     border-radius: var(--e-global-border-radius);
}

.pt-blog-post .pt-post-media img {
     transition: var(--transition);
     -webkit-transition: var(--transition);
}

.pt-blog-post .pt-post-media .pt-blog-image {
     position: relative;
     overflow: hidden;
}

.pt-blog-post .pt-post-media .pt-blog-image::before {
     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:hover .pt-post-media .pt-blog-image::before {
     height: 250%;
     transition: all 800ms linear;
     background-color: transparent;
}

/*===== Blog contain =====*/
.pt-blog-post .pt-post-category {
     margin-bottom: 8px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
     margin-bottom: 8px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.pt-blog-post .pt-blog-contain .pt-btn-container {
     margin-top: 15px;
}

/*===== Blog Meta =====*/
.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;
     text-transform: capitalize;
     color: var(--e-global-color-primary);
}

.pt-blog-post .pt-post-meta ul li i {
     padding-right: 10px;
}

.pt-blog-post .pt-post-meta ul li a {
     text-transform: capitalize;
     transition: var(--transition);
     color: var(--e-global-color-primary);
}

.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;
}

/*===== 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;
}

/*===== Blog 2 Column =====*/
.pt-blog.pt-blog-col-2 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 45px 30px;
}

.pt-blog.pt-blog-col-2 .pt-blog-post {
     margin-bottom: 0;
}

@media(max-width:767px) {
     .pt-blog.pt-blog-col-2 {
          grid-template-columns: 1fr;
     }
}

/*===== Blog 3 Column =====*/
.pt-blog.pt-blog-col-3 {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 45px 30px;
     row-gap: 0;
}

.pt-blog.pt-blog-col-3 .pt-blog-post .pt-blog-contain {
     margin-bottom: 0;
}

@media(max-width:1023px) {
     .pt-blog.pt-blog-col-3 {
          grid-template-columns: 1fr 1fr;
     }
}

@media(max-width:767px) {
     .pt-blog.pt-blog-col-3 {
          grid-template-columns: 1fr;
     }
}

/*===== Blog-list =====*/
.pt-blog-post.pt-list {
     position: relative;
     display: grid;
     grid-template-columns: 1fr 2fr;
     align-items: center;
     padding: 30px;
     -webkit-border-radius: var(--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;
     }
}

.pt-blog .owl-nav {
     display: none;
}

/*===== Blog Hover Style =====*/
.pt-blog-post.pt-blog-hover-style {
     border-radius: var(--e-global-border-radius);
     overflow: hidden;
}

.pt-blog-post.pt-blog-hover-style .pt-post-media {
     margin-bottom: 120px;
}

.pt-blog-post.pt-blog-hover-style .pt-blog-image {
     background: var(--e-global-color-secondary);
}

.pt-blog-post.pt-blog-hover-style .pt-blog-image img {
     transition: var(--transition);
     -moz-transform: scale(1) rotate(0deg);
     -webkit-transform: scale(1) rotate(0deg);
     -o-transform: scale(1) rotate(0deg);
     -ms-transform: scale(1) rotate(0deg);
     transform: scale(1) rotate(0deg);
}

.pt-blog-post.pt-blog-hover-style:hover .pt-blog-image img {
     -moz-transform: scale(1.1) rotate(2deg);
     -webkit-transform: scale(1.1) rotate(2deg);
     -o-transform: scale(1.1) rotate(2deg);
     -ms-transform: scale(1.1) rotate(2deg);
     transform: scale(1.1) rotate(2deg);
}

.pt-blog-post.pt-blog-hover-style .pt-blog-contain {
     position: absolute;
     bottom: 20px;
     left: 40px;
     right: 40px;
     background: var(--e-global-color-accent);
     border-radius: var(--e-global-border-radius);
     padding: 30px;
     -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
     border: 2px dashed transparent;
     transition: var(--transition);
     z-index: 9;
}

.pt-blog-post.pt-blog-hover-style:hover .pt-blog-contain {
     border: 2px dashed #F1B109;
}

.pt-blog-post.pt-blog-hover-style .pt-post-date a {
     font-family: var(--e-global-typography-text-font-family);
     color: var(--e-global-color-text);
     display: inline-block;
}

.pt-blog-post.pt-blog-hover-style .pt-button {
     margin-top: 20px;
}

@media(max-width:424px) {
     .pt-blog-post.pt-blog-hover-style .pt-blog-contain {
          padding: 15px 10px;
          bottom: 10px;
          left: 10px;
          right: 10px;
     }

     .pt-blog-post.pt-blog-hover-style .pt-post-meta ul {
          gap: 0;
     }
}

/*===== 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-secondary-rgb), .2);
     border-top: 1px solid rgba(var(--e-global-color-secondary-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-text-font-family);
     color: var(--e-global-color-secondary);
     text-transform: capitalize;
     font-weight: 400;
     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-size: 16px;
     line-height: 24px;
     font-family: var(--e-global-typography-text-font-family);
     text-transform: capitalize;
     background: var(--e-global-color-accent);
     margin: 0;
     display: inline-block;
     float: left;
     color: var(--e-global-color-primary);
     padding: 4px 16px;
     border: 1px solid var(--e-global-color-accent);
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -webkit-border-radius: var(--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-tags-list li a:hover {
     border-color: var(--e-global-color-primary);
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

/*===== Blog Single Post - Social Media =====*/
.pt-single-post-bottom-holder .pt-single-post-social-title {
     font-family: var(--e-global-typography-text-font-family);
     color: var(--e-global-color-secondary);
     text-transform: capitalize;
     font-weight: 400;
     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-accent);
     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-primary);
     color: var(--e-global-color-white);
}

.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;
     color: var(--e-global-color-secondary);
}

.pt-single-post-usernav .pt-user-info .pt-user-sub-title {
     text-transform: capitalize;
     color: var(--e-global-color-primary);
}

.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);
     /* border-top: 1px solid rgba(var(--e-global-color-secondary-rgb), .2); */
     -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 a:hover {
     color: var(--e-global-color-primary);
}

.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-white);
     background: var(--e-global-color-secondary);
     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-secondary);
     font-family: var(--e-global-typography-text-font-family);
     font-size: 18px;
     line-height: 26px;
     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-secondary);
}

.pt-single-post-navigation .pt-single-post-nav:hover:before {
     background: 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;
     }
}

/*================================================
widget
================================================*/

.widget:last-child {
     margin-bottom: 0 !important;
}

.wp-block-gallery {
     display: grid !important;
     grid-template-columns: repeat(3, 1fr);
     margin: 0;
}

.wp-block-gallery .wp-block-image img {
     border-radius: var(--e-global-border-radius);
}

.widget .widget-title,
.widget .widget-title,
.widget.widget_block h2,
.widget .wp-block-heading {
     color: var(--e-global-color-secondary) !important;
}

.widget .wp-block-image {
     margin: 0;
}

.widget .wp-block-image img {
     border-radius: var(--e-global-border-radius);
}

@media(max-width:1279px) {
     .widget {
          margin-bottom: 30px !important;
     }
}


/*================================================
Image Marquee
================================================*/

.pt-img-marquee-main.scroll .pt-marquee-top {
     transform: rotate(355deg) translate(0, 50%);
     z-index: 2;
     position: relative;
}

.pt-img-marquee-main .pt-img-marquee.top {
     overflow: hidden;
     white-space: nowrap;
     display: flex;
     gap: 45px;
     width: max-content;
     transform: translateX(-5%);
     background-color: var(--e-global-color-white);
     padding: 20px 0;
}

.pt-img-marquee-main .pt-img-marquee ul {
     display: inline-flex;
     gap: 45px;
     margin-bottom: 0;
     padding: 0;
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li {
     display: inline-flex;
     gap: 45px;
     position: relative;
     align-items: center;
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li i {
     font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem);
     line-height: 1;
     color: var(--e-global-color-secondary);
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
     color: var(--e-global-color-secondary);
}

/*================================================
course
================================================*/

.pt-course .col-lg-4,
.pt-course .col-md-6,
.pt-course .col-lg-12 {
     padding: 0 15px 30px;
}

.pt-course-box {
     background: var(--e-global-color-accent);
     border-radius: var(--e-global-border-radius);
     padding: 20px;
     position: relative;
     overflow: hidden;
     transition: var(--transition);
}

.pt-course-box .pt-course-img {
     position: relative;
     border-radius: var(--e-global-border-radius);
}

.pt-course-box .pt-course-img img {
     width: 100%;
     height: 280px;
     object-fit: cover;
     border-radius: var(--e-global-border-radius);
     display: block;
}

.pt-course-box .pt-course-img .pt-course-price {
     position: absolute;
     right: 12px;
     bottom: -30px;
     width: 80px;
     height: 80px;
     line-height: 80px;
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
     font-size: 22px;
     text-align: center;
     border-radius: 50%;
     z-index: 2;
     font-family: var(--e-global-typography-primary-font-family);
     font-weight: 500;
}

.pt-course-box .pt-course-content {
     padding-top: 30px;
}

.pt-course-box .pt-course-content .pt-course-title {
     margin-bottom: 15px;
}

.pt-course-box .pt-course-content .pt-course-meta {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     padding: 0;
     margin: 0 0 30px;
     list-style: none;
     border-bottom: 2px dashed var(--e-global-color-primary);
     padding-bottom: 30px;
}

.pt-course-box .pt-course-content .pt-course-meta li {
     color: var(--e-global-color-secondary);
     font-family: var(--e-global-typography-primary-font-family);
     font-size: 16px;
}

.pt-course-box .pt-course-content .pt-course-meta li span {
     display: block;
     color: var(--e-global-color-primary);
}

.pt-course-box .pt-course-content .pt-course-author {
     display: flex;
     align-items: center;
     gap: 15px;
}

.pt-course-box .pt-course-content .pt-course-author-img img {
     width: 65px;
     height: 65px;
     border-radius: 100%;
     object-fit: cover;
}

.pt-course-box .pt-course-content .pt-button.pt-button-rounded {
     position: absolute;
     right: 20px;
     bottom: 30px;
     width: 46px;
     height: 46px;
     line-height: 46px;
     border: 1px solid var(--e-global-color-primary);
     border-radius: 100%;
     display: flex;
     justify-content: center;
     color: var(--e-global-color-primary);
     text-decoration: none;
     transition: var(--transition);
     background: transparent;
}

.pt-course-box .pt-course-content .pt-button.pt-button-rounded i {
     font-size: 20px;
     transition: var(--transition);
     line-height: 1;
}

.pt-course-box .pt-course-content .pt-button.pt-button-rounded:hover {
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

.pt-course-box .pt-course-content .pt-button.pt-button-rounded:hover i {
     transform: rotate(-45deg);
}

.pt-course-box-1 .pt-course-img img {
     border-radius: var(--e-global-border-radius);
     margin-bottom: 40px;
}

.pt-course-box-1 .pt-course-content .pt-course-title {
     margin-bottom: 20px;
     text-transform: capitalize;
}

@media(max-width:767px) {
     .pt-course-box .pt-course-img img {
          height: 200px;
     }
}

@media(max-width:397px) {
     .pt-course-box .pt-course-content .pt-button.pt-button-rounded {
          display: none;
     }
}

/*================================================
Image Gallary
================================================*/

.pt-page-gallery-box .gallery-item img {
     aspect-ratio: 1 / 0.77;
     object-fit: cover;
}

.pt-page-gallery-box .gallery-icon {
     position: relative;
     overflow: hidden;
     border-radius: var(--pt-border-radius);
}

.pt-page-gallery-box .gallery-icon a:hover:after {
     height: 250%;
     transition: all 600ms linear;
     background-color: transparent;
}

.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%;
     }
}


/*================================================
Custom Cursor
================================================*/

.cursor {
     position: fixed;
     top: 0;
     left: 0;
     pointer-events: none;
     z-index: 9999;
     transition: all .3s ease-in-out;
}

/* Dot */
.cursor .cursor-dot {
     position: absolute;
     width: 6px;
     height: 6px;
     background: var(--e-global-color-primary);
     border-radius: 50%;
     transform: translate(-50%, -50%);
}

/* Ring (scroll progress indicator) */
.cursor .cursor-ring {
     position: absolute;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     transform: translate(-50%, -50%) rotate(0deg);
}

.cursor svg {
     width: 40px;
     height: 40px;
     transform: rotate(-90deg);
}

.cursor .ring-bg {
     stroke: var(--e-global-color-secondary);
     stroke-width: 2;
}

.cursor .ring-progress {
     stroke: var(--e-global-color-primary);
     stroke-width: 3;
     stroke-linecap: round;
     stroke-dasharray: 113;
     stroke-dashoffset: 113;
     transition: stroke-dashoffset 0.2s linear;

}

/*================================================
custom css
================================================*/

.pt-banner-shape .elementor-icon-wrapper svg {
     width: 100% !important;
     fill: transparent !important;
}

/* flower animation */
.pt-float-flower {
     animation: ptFlowerFloat 3s ease-in-out infinite;
     display: inline-block;
     transform-origin: center;
}

@keyframes ptFlowerFloat {
     0% {
          transform: translateY(0px) rotate(0deg);
     }

     25% {
          transform: translateY(-8px) rotate(4deg);
     }

     50% {
          transform: translateY(0px) rotate(0deg);
     }

     75% {
          transform: translateY(8px) rotate(-4deg);
     }

     100% {
          transform: translateY(0px) rotate(0deg);
     }
}

/* sun animation */
.pt-spin-sun {
     animation: ptSunSpin 6s linear infinite, ptSunPulse 2s ease-in-out infinite;
     display: inline-block;
     transform-origin: center;
}

@keyframes ptSunSpin {
     0% {
          transform: rotate(0deg);
     }

     100% {
          transform: rotate(360deg);
     }
}

@keyframes ptSunPulse {
     0% {
          filter: drop-shadow(0 0 0 rgba(255, 193, 7, 0.0));
     }

     50% {
          filter: drop-shadow(0 0 12px rgba(255, 193, 7, 0.45));
     }

     100% {
          filter: drop-shadow(0 0 0 rgba(255, 193, 7, 0.0));
     }
}

/* star animation */
.pt-bounce-star {
     animation: ptStarBounce 2s ease-in-out infinite;
     display: inline-block;
     transform-origin: center;
}

@keyframes ptStarBounce {
     0% {
          transform: translateY(0) scale(1) rotate(0deg);
     }

     25% {
          transform: translateY(-8px) scale(1.05) rotate(6deg);
     }

     50% {
          transform: translateY(0) scale(1) rotate(0deg);
     }

     75% {
          transform: translateY(-4px) scale(0.98) rotate(-6deg);
     }

     100% {
          transform: translateY(0) scale(1) rotate(0deg);
     }
}

/* button rocket icon animation */
.pt-rocket-wiggle {
     animation: ptRocketWiggle 1.2s ease-in-out infinite;
     display: inline-block;
     transform-origin: center;
}

@keyframes ptRocketWiggle {
     0% {
          transform: translateX(0) translateY(0) rotate(-8deg);
     }

     20% {
          transform: translateX(2px) translateY(-2px) rotate(-2deg);
     }

     40% {
          transform: translateX(4px) translateY(-4px) rotate(4deg);
     }

     60% {
          transform: translateX(2px) translateY(-2px) rotate(0deg);
     }

     80% {
          transform: translateX(1px) translateY(-1px) rotate(-4deg);
     }

     100% {
          transform: translateX(0) translateY(0) rotate(-8deg);
     }
}

/*bulb icon animation */

.pt-kids-bulb {
     position: absolute;
     display: inline-block;
     transform-origin: center bottom;
     animation: bulbFloat 3s ease-in-out infinite;
}

.pt-kids-bulb img {
     display: block;
     animation: bulbGlow 2s ease-in-out infinite;
}

@keyframes bulbFloat {

     0%,
     100% {
          transform: translateY(0px) rotate(0deg);
     }

     50% {
          transform: translateY(-8px) rotate(2deg);
     }
}

@keyframes bulbGlow {

     0%,
     100% {
          filter: drop-shadow(0 0 0px rgba(255, 196, 0, 0));
     }

     50% {
          filter: drop-shadow(0 0 14px rgba(255, 196, 0, 0.5));
     }
}

/*bulb icon animation */

.pt-kids-star {
     display: inline-block;
     transform-origin: center;
     animation: starFloat 3s ease-in-out infinite;
}

@keyframes starFloat {

     0%,
     100% {
          transform: scale(1) rotate(0deg);
          opacity: 0.75;
          filter: drop-shadow(0 0 0px rgba(234, 186, 48, 0));
     }

     50% {
          transform: scale(1.15) rotate(8deg);
          opacity: 1;
          filter: drop-shadow(0 0 8px rgba(234, 186, 48, 0.45));
     }
}

/* About Counter */

.pt-about-counter {
     position: relative;
     display: inline-flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
     padding: 48px 44px;
     min-width: 260px;
     min-height: 200px;
     border-radius: 33% 80% 52% 48% / 45% 42% 58% 55%;
}

.pt-about-counter::before {
     content: "";
     position: absolute;
     inset: 6px;
     border: 2px dashed var(--e-global-color-white);
     border-radius: inherit;
     pointer-events: none;
}

.pt-about-counter .elementor-counter-number-wrapper {
     font-family: var(--e-global-typography-primary-font-family);
}

@media(max-width:397px) {
     .pt-about-counter {
          padding: 30px 12px;
          min-height: 140px;
     }
}

/*---------- Glass Efect ----------*/

.pt-glass-effect {
     position: relative;
     overflow: hidden;
}

.pt-glass-effect::before {
     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-glass-effect:hover::before {
     height: 250%;
     transition: all 800ms linear;
     background-color: transparent;
}


/*---------- Proces Step Number ----------*/

.pt-process-nub .elementor-heading-title {
     width: 120px;
     height: 120px;
     line-height: 120px;
     text-align: center;
}

@media(max-width:767px) {
     .pt-process-nub .elementor-heading-title {
          width: 90px;
          height: 90px;
          line-height: 90px;
     }
}

/*---------- Meta Form  ----------*/

.mf-input-label {
     display: none !important;
}

/*---------- mfp close btn ----------*/

.mfp-iframe-holder .mfp-close {
     top: -50px;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     background: var(--e-global-color-primary);
     color: var(--e-global-color-white);
     border-radius: var(--e-global-big-border-radius);
     opacity: 1;
     transition: var(--transition);
     padding: 0;
}

/* metform button border*/

.pt-metform-border .metform-btn.metform-submit-btn {
     position: relative;
}

.pt-metform-border .metform-btn.metform-submit-btn::before {
     content: "";
     position: absolute;
     border: 2px dashed var(--e-global-color-white);
     border-radius: var(--e-global-big-border-radius);
     pointer-events: none;
     transition: var(--transition);
     inset: 6px;
     opacity: 1;
     width: auto;
     height: auto;
     margin: 0;
     border-radius: 15px;
}

/*---------- contact-box ----------*/

.pq-contact-box {
     position: relative;
}

.pq-contact-box::before {
     content: "";
     position: absolute;
     top: 10px;
     left: 10px;
     right: 10px;
     bottom: 10px;
     border: 2px dashed var(--e-global-color-white);
     border-radius: calc(var(--e-global-border-radius) - 8px);
     pointer-events: none;
     width: auto;
     height: auto;
     transition: var(--transition);
}

/*---------- Custom Faq ----------*/
.pt-custom-faq .e-n-accordion>.e-n-accordion-item[open]>.e-n-accordion-item-title {
     border-radius: 10px 10px 0 0 !important;
}

.pt-custom-faq .e-n-accordion>.e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
     color: var(--e-global-color-white);
}

.pt-title-font {
     font-family: var(--e-global-typography-primary-font-family);
}

/*---------- Hover Slide animation ----------*/

.pt-hover-slide {
     transition: transform 0.4s ease-in-out;
}

.pt-hover-slide:hover {
     transform: translateX(8px);
     background: var(--e-global-color-primary) !important;
}

.pt-hover-slide:hover .elementor-icon {
     background: var(--e-global-color-white) !important;
}

.pt-hover-slide .elementor-icon-box-title {
     transition: transform 0.4s ease-in-out;
}

.pt-hover-slide:hover .elementor-icon-box-title {
     color: var(--e-global-color-white) !important;
}

.pt-hover-slide .elementor-icon-box-description {
     transition: transform 0.4s ease-in-out;
}

.pt-hover-slide:hover .elementor-icon-box-description {
     color: var(--e-global-color-white) !important;
}

.pt-hover-top {
     transition: transform 0.4s ease-in-out;
}

.pt-hover-top:hover {
     transform: translateY(-8px);
}