/*
Template: PhysicalSelf - Physiotherapy & Rehabilitation WordPress Theme
Author: peacefulqode.co.in
Version: 1.0
Design and Developed by: Peacefulqode

*/

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

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> Button Core 
==> OWL Carousel
==> Footer
==> Blog Sidebar
==> Pagination
==> Error
==> Breadcrumb
==> Section Title
==> Blog Post
==> Newsletter
==> Service Single
==> Progress Bar
==> Form
==> Service Box 
==> Custom Css
==> Isotope Portfolio
==> Popup Animation
==> Video Popup 
==> Pricebox
==> Testimonial
==> Faq
==> Service box List
==> Fancybox 
==> Team
==> Wow Image Effects
==> Process Step 
==> Counter 
==> Header
==> Tabs
==> download widget

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#pt-loading img {
     height: 70px;
}

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

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

.progress-wrap::after {
     position: absolute;
     font-family: 'themify';
     content: "\e660";
     text-align: center;
     line-height: 55px;
     font-size: 24px;
     color: var(--dark-color);
     left: 0;
     top: 0;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     z-index: 1;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

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

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

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

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"],
.woocommerce a.button {
     padding: 12px 30px;
     font-family: var(--title-fonts);
     font-size: 18px;
     letter-spacing: 1px;
     background: var(--primary-color);
     color: var(--white-color);
     text-transform: uppercase;
     display: inline-block;
     border: none;
     width: auto;
     height: auto;
     line-height: 2;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
     background: var(--dark-color);
     color: var(--white-color);
}

/*===== Button Flat =====*/
.pt-button.pt-button-flat {
     overflow: hidden;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     line-height: 2;
     font-size: 18px;
     padding: 12px 30px;
     position: relative;
     width: auto;
     height: auto;
     color: var(--white-color);
     vertical-align: middle;
     display: inline-block;
     text-decoration: none;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
     background: var(--primary-color);
}

.pt-button.pt-button-flat:hover,
.pt-button.pt-button-flat:focus {
     background: var(--dark-color);
     color: var(--white-color);
}

.pt-button.pt-button-flat i {
     color: var(--white-color);
     font-size: 24px;
     margin-left: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 32px;
     transform: rotate(315deg);
}

.pt-button.pt-button-flat:hover i,
.pt-button.pt-button-flat:focus i {
     animation: pheasantBounce 1s infinite linear;
}

@keyframes pheasantBounce {
     0% {
          opacity: 1;
          transform: translateX(0) scale(1) rotate(315deg);
     }

     25% {
          opacity: 0;
          transform: translateX(5px) scale(0.9) rotate(315deg);
     }

     26% {
          opacity: 0;
          transform: translateX(-5px) scale(0.9) rotate(315deg);
     }

     55% {
          opacity: 1;
          transform: translateX(0) scale(1) rotate(315deg);
     }

}

/*===== Button link =====*/
.pt-button.pt-button-link {
     display: flex;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 1px;
     font-size: 16px;
     align-items: center;
}

.pt-button.pt-button-link i {
     color: var(--primary-color);
     font-size: 24px;
     margin-left: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 32px;
     transform: rotate(315deg);
}

/*===== Button outline =====*/
.pt-button.pt-button-outline {
     overflow: hidden;
     font-family: var(--body-fonts);
     border: 2px solid var(--dark-color);
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 1px;
     font-size: 18px;
     padding: 12px 30px;
     position: relative;
     width: auto;
     height: auto;
     color: var(--dark-color);
     vertical-align: middle;
     display: inline-block;
     text-decoration: none;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
}

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

.pt-button.pt-button-outline i {
     color: var(--dark-color);
     font-size: 24px;
     margin-left: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 32px;
     transform: rotate(315deg);
}

.pt-button.pt-button-outline:hover i,
.pt-button.pt-button-outline:focus i {
     animation: pheasantBounce 1s infinite linear;
     color: var(--primary-color);
}

/*===== Button Rounded =====*/
.pt-button.pt-button-rounded {
     display: inline-block;
     width: 55px;
     height: 55px;
     line-height: 55px;
     font-size: 22px;
     border-radius: var(--big-border-radius);
     background: var(--white-color);
     color: var(--dark-color);
     text-align: center;
     transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-nav button.owl-prev i:before,
.owl-carousel .owl-nav button.owl-next 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: var(--secondary-color);
     border: 0 solid var(--secondary-color);
     display: inline-block;
     padding: 0;
     margin: 0px 5px;
     height: 5px;
     width: 30px;
     transition: var(--transition);
     -webkit-transition: var(--transition);
     -o-transition: var(--transition);
     -moz-transition: var(--transition);
     -ms-transition: var(--transition);
     cursor: pointer;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

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

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

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

/*================================================
Footer
================================================*/
footer#pt-footer.pt-style-1 {
     background-color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 {
     background: var(--dark-color);
     margin: 0 20px 20px 20px;
     border-radius: var(--border-radius);
     overflow: hidden
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top {
     padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-block {
     border-bottom: 1px solid rgba(var(--white-color-rgb), .1);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top-list {
     Display: grid;
     grid-template-columns: 1.5fr 1fr;
     padding: 45px 0;
     gap: 15px;
     align-items: center;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top-list .pt-footer-logo-discription {
     max-width: 550px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-logo-discription h2 {
     color: var(--white-color);
     font-size: 40px;
     line-height: 48px;
}

footer#pt-footer .pt-footer-style-1 .widget {
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-form {
     position: relative;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-form input {
     height: 65px;
     border-radius: var(--big-border-radius);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-form input.submit {
     background: transparent;
     border: transparent;
     font-size: 0;
     padding: 0;
     width: 54px;
     height: 54px;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 9;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-form .pt-icon {
     display: inline-block;
     position: absolute;
     right: 5px;
     top: 5px;
     width: 55px;
     height: 55px;
     line-height: 55px;
     font-size: 23px;
     text-align: center;
     background-color: var(--primary-color);
     color: var(--white-color);
     border-radius: var(--big-border-radius);
}

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

}

@media (max-width:1099px) {
     footer#pt-footer .pt-footer-style-1 .pt-footer-top-list {
          grid-template-columns: 1fr 1fr;
     }

}

@media (max-width:1023px) {
     .pt-footer-logo-discription h2 {
          font-size: 36px;
          line-height: 44px;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-top-list {
          display: inline-block;
          width: 100%;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-logo-discription {
          margin-bottom: 20px;
     }

}

@media (max-width:767px) {
     footer#pt-footer .pt-footer-style-1 .pt-footer-logo-discription h2 {
          margin-bottom: 15px;
          font-size: 28px;
          line-height: 36px;
     }

}

/*===== Footer Bottom-block  =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-block {
     padding: 60px 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list {
     display: grid;
     grid-template-columns: 2.5fr 1.5fr 2fr 2.5fr;
     gap: 45px;
}

/*===== Footer widget =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget {
     background: transparent;
     padding: 0;
     box-shadow: none;
     border: none;
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget .pt-recent-post .pt-recent-post-info h6 {
     color: var(--white-color);
}

/*===== Footer widget Title =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget .footer-title {
     margin-bottom: 20px;
     padding: 0;
     font-size: 26px;
     position: relative;
     line-height: 34px;
     color: var(--white-color);
     text-transform: capitalize;
}

/*===== Footer widget ul & li =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul.menu {
     margin: 0;
     padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul.menu li {
     margin-bottom: 5px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul.menu li:last-child {
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul.menu li a {
     color: var(--white-color);
     padding: 5px 0 5px 20px;
}

footer#pt-footer .pt-footer-style-1 .widget ul#menu-useful-links.menu li a:before,
footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul.menu li a::before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 10px;
     height: 2px;
     display: inline-block;
     background: var(--white-color);
     margin: auto 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul.menu li a:hover {
     color: var(--primary-color);
     padding: 5px 0 5px 25px;
}

/*===== Footer Logo =====*/
footer#pt-footer .pt-footer-bottom-list .widget .pt-footer-logo {
     height: 75px;
     margin-bottom: 15px;
     width: auto;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget .pt-footer-logo~p {
     margin-bottom: 0;
     color: var(--white-color);
}

/*===== Footer Social =====*/
footer#pt-footer .pt-footer-bottom-list .widget .pt-footer-social {
     margin: 0;
     padding: 0;
     margin-top: 30px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget .pt-footer-social ul li {
     list-style: none;
     display: inline-block;
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget .pt-footer-social ul li+li {
     margin-left: 10px;
}

footer#pt-footer .pt-footer-bottom-list .widget .pt-footer-social ul li a {
     background: var(--white-color);
     color: var(--primary-color);
     width: 50px;
     height: 50px;
     font-size: 20px;
     line-height: 50px;
     text-align: center;
     display: inline-block;
     border-radius: 100%;
     padding: 0;
     transform: var(--transition);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget .pt-footer-social ul li a:hover {
     background: var(--primary-color);
     color: var(--white-color);
}

/*===== Useful Link =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul#menu-useful-links li {
     margin-bottom: 15px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul#menu-useful-links li:last-child {
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul#menu-useful-links li a {
     padding: 0 0 0 20px;
     display: inline-block;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list .widget ul#menu-useful-links li a:hover {
     padding: 0 0 0 25px;
}

/*===== Recent Post =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post {
     display: grid;
     grid-template-columns: 90px 1fr;
     gap: 15px;
     align-items: center;
     margin-bottom: 30px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post:last-child {
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post .pt-footer-recent-post-media {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post .pt-footer-recent-post-media img {
     transform: scale(1);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post:hover .pt-footer-recent-post-media img {
     transform: scale(1.1);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post .pt-footer-recent-post-info h6 {
     font-size: 20px;
     line-height: 28px;
     color: var(--white-color);
     margin-bottom: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post .pt-footer-recent-post-info .pt-post-date {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post .pt-footer-recent-post-info h6 a:hover {
     text-decoration: none;
     color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-recent-post .pt-footer-recent-post-info i {
     margin-right: 10px;
}

/*===== Footer Copyright =====*/
footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
     background: var(--dark-color);
     text-align: center;
     display: inline-block;
     width: 100%;
     padding: 15px 0;
     border-top: 1px solid rgba(var(--white-color-rgb), .1);
}

@media (max-width:1299px) {
     footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list {
          grid-template-columns: 3fr 2fr 2fr 3fr;
          gap: 30px;
     }

}

@media (max-width:1200px) {
     footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list {
          grid-template-columns: 4fr 4fr;
          gap: 30px 45px;
     }

}

@media (max-width:767px) {
     footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list {
          grid-template-columns: 1fr;
     }

}

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

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

@media(max-width:397px) {
     .widget {
          padding: 30px 15px;
     }

}

/*===== Widget Title =====*/
.widget .wp-block-heading,
.widget .widget-title,
.widget.widget_block h2 {
     margin-bottom: 20px;
     font-size: 28px;
     line-height: 36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

.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 15px;
     text-transform: uppercase;
     height: 60px;
     width: 60px;
     text-align: center;
     line-height: 60px;
     margin: 0 5px;
     color: var(--dark-color);
     background-color: var(--grey-color);
     border: 0 solid var(--grey-color);
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
}

.pt-pagination .page-numbers li .page-numbers:hover {
     color: var(--white-color);
     text-decoration: none;
     background-color: var(--primary-color);
     border-color: var(--primary-color);
     z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
     box-shadow: none;
     outline: 0;
     z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
     cursor: pointer
}

.pt-pagination .page-numbers li .page-numbers.current {
     color: var(--white-color);
     background: var(--primary-color);
     border-color: var(--primary-color);
     z-index: 1;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
     width: auto;
     padding: 0 30px;
}

@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(--title-fonts);
     color: var(--primary-color);
     line-height: 0.8;
     margin-bottom: 30px;
     font-style: normal;
     text-transform: uppercase;
     font-weight: 700;
}

@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-wrapper {
     padding: 20px 20px 0;
}

.pt-breadcrumb-style-1 {
     padding: 130px 0;
     position: relative;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     text-align: center;
     z-index: 1;
     /* margin: 20px 20px 0; */
     overflow: hidden;
     border-radius: var(--border-radius);
}

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

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

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

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
     display: inline-block;
     margin: 0;
}

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

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

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

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

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

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

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

}

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

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

}

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

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

}

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

}

/*================================================
Section Title
================================================*/
.pt-section-title.text-center {
     padding: 0 16em;
     margin-bottom: 60px;
}

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

.pt-section-title .pt-title .pt-title-subtitle .hover-img {
     width: 22px;
}

.pt-section-title .pt-title .pt-title-subtitle {
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     color: var(--primary-color);
     font-family: var(--title-fonts);
     display: inline-block;
     letter-spacing: 1px;
     margin-bottom: 5px;
     display: flex;
     gap: 10px;
     align-items: center;
}

.pt-section-title .pt-title .pt-title-subtitle .pt-sub-icon {
     height: 26px;
     width: 26px;
     background: var(--primary-color);
     border-radius: var(--big-border-radius);
     color: var(--white-color);
     display: flex;
     align-items: center;
     justify-content: center;
}

.pt-section-title .pt-title .pt-title-heading {
     font-size: 52px;
     line-height: 60px;
     color: var(--dark-color);
     display: block;
}

.pt-section-title .pt-title .pt-service-box-description {
     margin-top: 10px;
     color: var(--secondary-color);
}

@media (max-width:1199px) {
     .pt-section-title.text-center {
          padding: 0;
     }

}

@media (max-width:1023px) {
     .pt-section-title.text-center {
          margin-bottom: 45px;
     }

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

}

@media (max-width:767px) {
     .pt-section-title.text-center {
          margin-bottom: 30px;
     }

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

}

@media (max-width:397px) {
     .pt-section-title .pt-title .pt-title-heading {
          font-size: 26px;
          line-height: 34px;
     }

}

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

/*===== Blog Image =====*/
.pt-blog-post .pt-post-media {
     overflow: hidden;
     position: relative;
     border-radius: 15px 15px 0px 0px;
}

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

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

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

.pt-blog-post .pt-post-media .pt-post-date a {
     color: var(--white-color);
}

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

}

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

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

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

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

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

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

/*===== Blog contain =====*/
.pt-blog-post .pt-blog-contain {
     padding: 30px;
     /* background-color: var(--grey-color);
     border-radius: 0 0 15px 15px; */
}

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

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

@media(max-width:575px) {
     .pt-blog-post .pt-blog-contain .pt-blog-title {
          font-size: 26px;
          line-height: 34px;
     }

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

}

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

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

/*===== 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(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     gap: 30px;
     background-color: var(--grey-color);
     border: 1px solid transparent;
     transition: var(--transition);
     margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

}

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

}

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

}

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

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

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

}

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

.pt-blog-post {
     display: inline-block;
     width: 100%;
     float: left;
     margin-bottom: 45px;
     overflow: hidden;
     background-color: var(--grey-color);
     border-radius: var(--border-radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

}

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

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

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

.pt-single-post-navigation .pt-single-post-nav:before {
     position: absolute;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-family: "Font Awesome 5 Free";
     font-weight: 600;
     content: "\f053";
     top: 50%;
     transform: translate(0, -50%);
     left: 0;
     font-size: 20px;
     color: var(--white-color);
     background: var(--dark-color);
     text-align: center;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--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(--dark-color);
     font-family: var(--body-fonts);
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     transition: var(--transition);
     letter-spacing: 1px;
}

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

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

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

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

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

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

}

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

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

}

/*================================================
Newsletter
================================================*/

/*+++++++++ Newslatter  +++++++++*/
.widget.widget_pt_newslatter {
     padding: 0;
     border-radius: var(--border-radius);
     overflow: hidden;
     position: relative;
     display: inline-block;
     width: 100%;
     float: left;
}

.pt-service-newsletter {
     position: relative;
     overflow: hidden;
     text-align: center;
     padding: 120px 30px;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
}

.pt-service-newsletter::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(var(--dark-color-rgb), .9);
}

.pt-service-newsletter .pt-title {
     margin-bottom: 5px;
}

.pt-service-newsletter .pt-title,
.pt-service-newsletter .pt-ads-desc {
     z-index: 9;
     position: relative;
     color: var(--white-color);
}

.pt-service-newsletter .pt-button {
     background: var(--white-color);
     color: var(--dark-color);
}

@media (max-width:397px) {
     .pt-service-newsletter {
          padding: 45px 15px;
     }

     .pt-service-newsletter .pt-title {
          font-size: 28px;
          line-height: 36px;
     }

}

/*================================================
Service Single
================================================*/
[data-widget_type="sidebar.default"] .widget .menu-service-menu-container {
     background: var(--grey-color);
     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 10px;
}

[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: 20px;
     border: none;
     background: var(--white-color);
     display: inline-block;
     width: 100%;
     position: relative;
     font-family: var(--title-fonts);
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     letter-spacing: 1px;
     color: var(--dark-color);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

[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: 26px;
     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(--primary-color);
     color: var(--white-color);
}

/*================================================
Progress Bar
================================================*/

/*===== ProgressBar-style-1 =====*/
.pt-progressbar-style-1 {
     display: inline-block;
     width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content {
     margin-bottom: 25px;
     display: inline-block;
     float: left;
     width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content .sonny_progressbar {
     margin-bottom: 0;
}

.pt-progressbar-style-1 .pt-progressbar-content .bar-container {
     height: 8px;
}

.pt-progressbar-style-1 .pt-progressbar-content:last-child {
     margin-bottom: 0;
}

.pt-progressbar-style-1 .progress-title {
     margin: 0;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 700;
}

.pt-progressbar-style-1 .progress-value {
     color: var(--primary-color);
     margin: 0;
     float: right;
     font-size: 18px;
     line-height: 26px;
     font-family: var(--title-fonts);
     text-transform: uppercase;
     letter-spacing: 1px;
     font-weight: 400;
}

.pt-progressbar-style-1 .pt-progress-bar span {
     display: inline-block;
     background: var(--grey-color);
     float: left;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.pt-progressbar-style-1 .pt-progress-bar span.bar {
     background: var(--primary-color) !important;
}

/*================================================
Form
================================================*/
.pt-contact-form.pt-style-1 .form-group p,
.pt-contact-form.pt-style-1 p {
     margin-bottom: 0;
}

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

/*===== Service-Box Style-1 =====*/
.pt-service-box-1 a {
     display: inline-block;
     width: 100%;
     background-color: var(--white-color);
     transition: var(--transition);
     padding: 45px 30px;
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pt-service-box-1 a:hover {
     -webkit-box-shadow: 0px 0px 20px 0px rgba(5, 18, 41, 0.2);
     -moz-box-shadow: 0px 0px 20px 0px rgba(5, 18, 41, 0.2);
     box-shadow: 0px 0px 20px 0px rgba(5, 18, 41, 0.2);
}

.pt-service-box-1 .pt-service-title {
     font-size: 24px;
     line-height: 32px;
     color: var(--dark-color);
     transition: var(--transition);
     margin-top: 20px;
}

.pt-service-box-1 .pt-service-img {
     width: 110px;
     height: 110px;
     padding: 15px;
     border-radius: var(--big-border-radius);
     background: var(--grey-color);
     object-fit: cover;
     transform: scale(1);
     transition: var(--transition);
}

.pt-service-box-1 a:hover .pt-service-img {
     transform: scale(1.1)
}

@media(max-width:767px) {
     .pt-service-box-1 a {
          padding: 30px 15px;
     }

}

/*===== Service Box style 2 =====*/

.pt-service-box.pt-style-2 {
     padding: 45px 30px;
     background: var(--white-color);
     border-radius: var(--border-radius);
     overflow: hidden;
     position: relative;
     transition: var(--transition);
}

.pt-service-box.pt-style-2 .pt-service-box-info {
     position: relative;
}

.pt-service-box.pt-style-2 .pt-service-box-img {
     margin-bottom: 30px;
}

.pt-service-box.pt-style-2 .pt-service-icon {
     background: var(--primary-color);
     width: 100px;
     height: 100px;
     line-height: 100px;
     text-align: center;
     position: relative;
     font-size: 56px;
     color: var(--white-color);
     transition: var(--transition);
     border-radius: var(--big-border-radius);
}

.pt-service-box.pt-style-2:hover .pt-service-icon {
     transform: rotateY(180deg);
     background: var(--primary-color);
}

.pt-service-box.pt-style-2 .pt-service-box-title {
     margin-bottom: 5px;
     font-size: 28px;
     line-height: 36px;
     transition: var(--transition);
}

.pt-service-box.pt-style-2 .pt-service-box-description {
     margin-bottom: 30px;
     transition: var(--transition);
}

/*===== Service-Box Style-4=====*/

.pt-service-box-slider-4 {
     display: grid;
     grid-template-columns: minmax(370px, 100%) calc(100% - 370px);
 }
 
.pt-service-box-slider-4 .pt-thumbs-column {
     min-height: 100%;
     max-height: 100%;
     grid-row: 1;
 }
 
.pt-service-box-slider-4 .slick-slider-thumb .slick-track {
     width: 100% !important;
     transform: inherit !important;
 }
 
.pt-service-box-slider-4 .slick-slider-thumb .slick-track .slick-slide {
     width: 100% !important;
     margin: 0 0 20px;
 }
 
.pt-service-box-slider-4 .slick-slider-thumb .slick-track .slick-slide:last-child {
     margin-bottom: 0;
 }
 
 .pt-service-box-thumb-2 {
     background: var(--white-color);
     display: flex;
     padding: 20px;
     border-radius: var(--border-radius);
     gap: 15px;
     align-items: center;
     cursor: pointer;
 }
 
.pt-service-box-thumb-2 .pt-icon {
     height: 45px;
     font-size: 44px;
     line-height: 45px;
     color: var(--primary-color);
 }
 
.pt-service-box-thumb-2 .pt-service-thumb-title {
     font-size: 24px;
     line-height: 32px;
 }
 
.pt-service-box.pt-style-4 {
     background: var(--white-color);
     padding: 30px;
     border-radius: var(--border-radius);
     display: grid;
     grid-template-columns: 1.06fr 2fr;
     gap: 30px;
     align-items: center;
     margin-left: 45px;
 }
 
.pt-service-box-slider-4 .slick-slider-thumb .slick-slide.slick-current .pt-service-box-thumb-2 {
     background: var(--primary-color);
     color: var(--white-color);
 }
 
.pt-service-box-slider-4 .slick-slider-thumb .slick-slide.slick-current .pt-service-box-thumb-2 .pt-icon, 
.pt-service-box-slider-4 .slick-slider-thumb .slick-slide.slick-current .pt-service-box-thumb-2 .pt-service-thumb-title {
     color: var(--white-color);
 }
 
.pt-service-box-slider-4 .pt-content-column-inner .slick-track .slick-slide {
     margin: 0;
 }
 
.pt-service-box-slider-4 .pt-content-column-inner .slick-track .slick-slide .pt-service-box-img {
     border-radius: var(--border-radius);
     overflow: hidden;
 }
 
 .pt-service-box.pt-style-4 .pt-service-box-contain .pt-service-box-title {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 10px;
 }
 
 .pt-service-box.pt-style-4 .pt-service-box-list {
     list-style: none;
     margin: 0;
     padding: 0;
 }
 
 .pt-service-box.pt-style-4 .pt-service-box-list li {
     display: flex;
     gap: 10px;
     align-items: center;
     margin-bottom: 8px;
 }
 
 .pt-service-box.pt-style-4 .pt-service-box-list li:last-child {
     margin-bottom: 0;
 }
 
 .pt-service-box.pt-style-4 .pt-service-box-list li i {
     color: var(--primary-color);
 }
 
 @media(max-width: 1200px) {
     .pt-service-box-slider-4 {
         grid-template-columns: 100%;
     }
 
     .pt-service-box.pt-style-4 {
         margin-left: 0;
         margin-top: 30px;
     }
 
     .pt-service-box-slider-4 .slick-slider-thumb .slick-track {
         display: flex;
         gap: 15px;
     }
 
     .pt-service-box-slider-4 .slick-slider-thumb .slick-track .slick-slide {
         margin: 0;
     }
 }
 
 @media(max-width: 1023px) {
     .pt-service-box.pt-style-4 {
         padding: 15px 15px 30px;
         grid-template-columns: 100%;
     }
 
     .pt-service-box-thumb-2 .pt-service-thumb-title {
         display: none;
     }
 
     .pt-service-box-thumb-2 {
         gap: 0;
         align-items: center;
         justify-content: center;
     }
 }
 
 @media(max-width: 767px) {
     .pt-service-box.pt-style-4 .pt-service-box-list li  {
         align-items: baseline;
     }
 }
 
 @media(max-width: 479px) {
     .pt-service-box-slider-4 .slick-slider-thumb .slick-track {
         grid-template-columns: 2fr 2fr;
         display: grid;
     }
 
     .pt-service-box-slider-4 .pt-thumbs-column .slick-track:before, .pt-service-box-slider-2 .pt-thumbs-column.slick-track:after {
         display: none;
     }
 }
 
/*===== Hover =====*/
.pt-service-box.pt-style-2::before {
     position: absolute;
     content: "";
     bottom: 0;
     left: 0;
     height: 0%;
     width: 100%;
     transition: var(--transition);
     background-size: 100% 100%;
     background: var(--primary-color);
}

.pt-service-box.pt-style-2:hover,
.pt-service-box.pt-style-2:hover .pt-service-box-title {
     color: var(--white-color);
}

.pt-service-box.pt-style-2:hover .pt-service-icon {
     background: var(--dark-color);
}

.pt-service-box.pt-style-2:hover .pt-button.pt-button-link, .pt-service-box.pt-style-2:hover .pt-button.pt-button-link i {
     color: var(--white-color);
}

.pt-service-box.pt-style-2:hover::before {
     bottom: 0;
     height: 100%;
}

@media(max-width:767px) {
     .pt-service-box.pt-style-2 {
          padding: 30px 15px;
     }

     .pt-service-box.pt-style-2 .pt-service-box-img {
          margin-bottom: 20px;
     }

     .pt-service-box.pt-style-2 .pt-service-icon {
          background: var(--primary-color);
          width: 90px;
          height: 90px;
          line-height: 90px;
     }

     .pt-service-box.pt-style-2 .pt-service-box-title {
          font-size: 26px;
          line-height: 34px;
     }
}

/*================================================
Custom Css
================================================*/
.pt-counter-absolute {
     position: absolute;
     top: 37px;
     right: 20px;
}

@media (max-width:1023px) {
     .pt-counter-absolute {
          position: relative;
          top: 0;
          right: 0;
     }

}

.pt-section-padding-0 .pt-counter-absolute .elementor-widget-wrap.elementor-element-populated {
     border-radius: var(--border-radius) !important;
}

.overflow-hidden {
     border-radius: var(--border-radius);
}

@media (max-width:1499px) {
     .pt-section-padding-0 {
          padding: 0 !important;
          border-radius: 0px !important;
     }

     .overflow-hidden {
          border-radius: 0;
     }

     .pt-section-padding-0 .elementor-widget-wrap.elementor-element-populated {
          border-radius: 0 !important;
     }

}

.elementor-widget-container .elementor-icon-box-content .elementor-icon-box-title {
     margin-bottom: 15px;
}

.pt-icon-box .elementor-icon-box-icon {
     padding-bottom: 15px;
     border-bottom: 1px solid rgba(var(--white-color-rgb), .2);
}

.counter-border-bottom .elementor-counter-title {
     border-bottom: 1px solid rgba(88,81,81, 0.1);
     padding-bottom: 15px;
     margin-bottom: 15px;
}

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

.pt-filters .pt-filter-button-group ul li {
     font-family: var(--title-fonts);
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     text-transform: uppercase;
     list-style: none;
     color: var(--dark-color);
     display: inline-block;
     cursor: pointer;
     padding: 12px 20px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

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

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

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

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

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

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

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

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

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

}

@media(max-width:1023px) {

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

}

@media(max-width:767px) {

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

}

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

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

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

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

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

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

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

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

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

}

@media(max-width:1023px) {

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

}

@media(max-width:767px) {

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

}

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

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

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

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

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

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     font-weight: 500;
     text-transform: uppercase;
     color: var(--primary-color);
}

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

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

.pt-hover-bellow .pt-portfolio-img:hover:after {
     height: 250%;
     transition: all 600ms linear !important;
     background-color: transparent;
}

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

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

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

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

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

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

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     font-weight: 500;
     text-transform: uppercase;
     color: var(--white-color);
     margin-bottom: 5px;
}

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

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

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

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

@media(max-width:767px) {
     .pt-hover-fade .pt-potfolio-content {
          margin: 15px;
          padding: 15px;
     }

     .pt-hover-fade .pt-potfolio-content .pt-button-rounded {
          top: 15px;
          right: 15px;
     }

}

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

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

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

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

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

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

.pt-hover-slide .pt-potfolio-content .pt-portfolio-category {
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     color: var(--primary-color);
     font-family: var(--title-fonts);
     letter-spacing: 1px;
     margin-bottom: 8px;
}

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

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

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

}

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

     .pt-hover-bellow .pt-potfolio-content .pt-portfolio-title,
     .pt-hover-slide .pt-potfolio-content .pt-portfolio-title {
          font-size: 26px;
          line-height: 34px;
     }

}

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

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

.visible {
     display: block;
}

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

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

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

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

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

@keyframes bounce {

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

     40% {
          transform: scale(1);
     }

}

.pt-blog .owl-nav {
     display: none;
}

/*================================================
Popup Animation 
================================================*/
.pt-popup-animation.pt-style-1 .pt-popup-inner {
     width: 130px;
     height: 130px;
     position: relative;
     background: var(--primary-color);
     padding: 0;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
     overflow: hidden;
}

.pt-popup-animation.pt-style-1 a {
     color: var(--white-color);
     display: block;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
}

.pt-popup-animation.pt-style-1 .pt-popup-content {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     font-size: 20px;
     line-height: 28px;
     font-family: var(--title-fonts);
     color: var(--white-color);
     text-align: center;
     z-index: 9;
}

.pt-popup-animation.pt-style-1 .pt-popup-content i {
     font-size: 28px;
     line-height: 36px;
}

.pt-popup-animation.pt-style-1 .pt-popup-content span {
     display: block;
     font-size: 18px;
     line-height: 26px;
}

.pt-popup-animation.pt-style-1 img {
     -webkit-animation: text-animatio 10s linear infinite;
     -moz-animation: text-animatio 10s linear infinite;
     animation: text-animatio 10s linear infinite;
     position: absolute;
     left: 12px;
     top: 12px;
     transition: var(--transition);
     width: 156px;
}

.pt-popup-animation.pt-style-1:hover img {
     scale: 1.12;
}

@-moz-keyframes text-animation {
     from {
          -moz-transform: rotate(0deg);
     }

     to {
          -moz-transform: rotate(-360deg);
     }

}

@-webkit-keyframes text-animatio {
     from {
          -webkit-transform: rotate(0deg);
     }

     to {
          -webkit-transform: rotate(-360deg);
     }

}

@keyframes text-animatio {
     from {
          transform: rotate(0deg);
     }

     to {
          transform: rotate(-360deg);
     }

}

@media (max-width:767px) {
     .pt-popup-animation.pt-style-1 img {
          width: 136px;
          height: 136px;
     }

}

/*================================================
Video Popup 
================================================*/
.pt-video-popup {
     position: relative;
}

.pt-video-popup .pt-video-popup-img img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     border-radius: var(--border-radius);
}

.pt-video-popup .pt-popup-animation {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.pt-custom-border .pt-video-popup .pt-video-popup-img img {
     border-radius: 15px 15px 0 0;
}

@media(max-width:767px) {
     .pt-video-popup .pt-video-popup-img img {
          height: 330px;
     }

     .pt-video-popup .pt-popup-animation.pt-style-1 .pt-popup-inner {
          width: 90px;
          height: 90px;
     }

}

.mfp-wrap .mfp-close {
     padding: 0;
     top: -50px;
     right: 0;
     font-size: 34px;
     opacity: 1;
     height: 50px;
     width: 50px;
     line-height: 50px;
     text-align: center;
     font-family: var(--title-fonts);
     color: var(--white-color);
     background-color: var(--primary-color);
     position: absolute;
     letter-spacing: 0;
     font-weight: 400;
}

.mfp-wrap .mfp-close:hover {
     background: var(--primary-color);
}

.mfp-wrap .mfp-close:focus {
     outline: none;
}

/*================================================
Pricebox
================================================*/

/*===== Pricebox style-1 =====*/

.pricing-box-style-1 {
     position: relative;
     display: grid;
     grid-template-columns: 0.6fr 1.2fr 5fr 0.6fr;
     gap: 30px;
     align-items: center;
     overflow: inherit;
     background: var(--grey-color);
     border-radius: var(--border-radius);
     padding: 45px 30px;
     justify-items: center;
}

.pricing-box-style-1 .pricing-box-icon {
     font-size: 72px;
     line-height: 80px;
     color: var(--primary-color);
}

.pricing-box-style-1 .pricing-box-price .pricing-box-price-designation {
     font-size: 18px;
     line-height: 26px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
     margin-bottom: 5px;
     display: block;
}

.pricing-box-style-1 .pricing-box-price-title {
     font-size: 40px;
     line-height: 48px;
}

.pricing-box-style-1 .pricing-box-info .pricing-box-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 15px;
}

.pricing-box-style-1 .pricing-box-info .pricing-box-list {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px 30px;
     margin: 0;
     padding: 0;
}

.pricing-box-style-1 .pricing-box-info .pricing-box-list li {
     display: flex;
     align-items: baseline;
     gap: 10px;
}

.pricing-box-style-1 .pricing-box-info .pricing-box-list li i {
     color: var(--primary-color);
     font-size: 20px;
}

.pricing-box-style-1 .pricing-box-info .pricing-box-list li p {
     margin-bottom: 0;
}

.pricing-box-style-1.pt-active {
     background: var(--primary-color);
}

.pricing-box-style-1.pt-active .pricing-box-icon,
.pricing-box-style-1.pt-active .pricing-box-price .pricing-box-price-designation,
.pricing-box-style-1.pt-active .pricing-box-price-title,
.pricing-box-style-1.pt-active .pricing-box-info .pricing-box-title,
.pricing-box-style-1.pt-active .pricing-box-info .pricing-box-list li,
.pricing-box-style-1.pt-active .pricing-box-info .pricing-box-list li i {
     color: var(--white-color);
}

.pricing-box-style-1 .pt-button.pt-button-rounded {
     background: var(--primary-color);
     color: var(--white-color);
}

.pricing-box-style-1 .pt-button.pt-button-rounded:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

.pricing-box-style-1.pt-active .pt-button.pt-button-rounded {
     background: var(--white-color);
     color: var(--dark-color);
}

.pricing-box-style-1.pt-active .pt-button.pt-button-rounded:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

@media (max-width:1199px) {
     .pricing-box-style-1 .pricing-box-info .pricing-box-list {
          display: flex;
          flex-direction: column;
          gap: 10px;
     }

}

@media (max-width:1023px) {
     .pricing-box-style-1 {
          display: flex;
          flex-direction: column;
          gap: 15px;
          align-items: flex-start;
     }

     .pricing-box-style-1 .pt-button.pt-button-rounded {
          margin-top: 15px;
     }

}

@media (max-width:479px) {
     .pricing-box-style-1 {
          padding: 30px 15px;
     }

}

/*===== Pricebox style-2 =====*/

.pt-pricebox.pt-pricebox-style-2 {
     background: var(--grey-color);
     padding: 30px;
     border-radius: var(--border-radius);
}

.pt-pricebox.pt-pricebox-style-2.pt-active {
     background: var(--primary-color);
}

.pt-pricebox.pt-pricebox-style-2 .pt-price-detail {
     background: var(--white-color);
     padding: 30px;
     border-radius: var(--border-radius);
}

.pt-pricebox.pt-pricebox-style-2 .pt-price-title {
     font-size: 24px;
     line-height: 32px;
     color: var(--dark-color);
     text-transform: uppercase;
     margin-bottom: 15px;
}

.pt-pricebox.pt-pricebox-style-2.pt-active .pt-price-detail .price {
     color: var(--primary-color);
}

.pt-pricebox.pt-pricebox-style-2 .price {
     font-size: 50px;
     line-height: 58px;
     color: var(--dark-color);
     margin-bottom: 15px;
}

.pt-pricebox.pt-pricebox-style-2 .pt-price-duration {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     font-weight: 500;
     text-transform: uppercase;
     display: inline-block;
     padding-left: 5px;
     color: var(--primary-color);
     margin-bottom: 0;
}

.pt-pricebox.pt-pricebox-style-2 .pt-list-info {
     list-style: none;
     margin-top: 30px;
     margin-left: 0;
     margin-bottom: 0;
     padding: 0;
}

.pt-pricebox.pt-pricebox-style-2 .pt-list-info li {
     padding-bottom: 10px;
     display: flex;
     align-items: baseline;
     gap: 10px;
}

.pt-pricebox.pt-pricebox-style-2.pt-active .pt-list-info li {
     color: var(--white-color);
}

.pt-pricebox.pt-pricebox-style-2 .pt-list-info li:last-child {
     padding-bottom: 0;
}

.pt-pricebox.pt-pricebox-style-2 .pt-list-info li i {
     font-size: 18px;
     color: var(--primary-color);
}

.pt-pricebox.pt-pricebox-style-2.pt-active .pt-list-info li i {
     color: var(--white-color);
}

.pt-pricebox.pt-pricebox-style-2 .pt-button.pt-button-flat {
     margin-top: 45px;
}

.pt-pricebox.pt-pricebox-style-2.pt-active .pt-button.pt-button-flat {
     background-color: var(--dark-color);
}

.pt-pricebox.pt-pricebox-style-2.pt-active .pt-button.pt-button-flat:hover {
     background-color: var(--white-color);
     color: var(--primary-color);
}

.pt-pricebox.pt-pricebox-style-2.pt-active .pt-button.pt-button-flat:hover i {
     color: var(--primary-color);
}

@media(max-width:767px) {
     .pt-pricebox.pt-pricebox-style-2 {
          padding: 30px 15px;
     }

     .pt-pricebox.pt-pricebox-style-2 .pt-price-detail {
          padding: 30px 15px;
     }
}

@media(max-width:479px) {
     .pt-pricebox.pt-pricebox-style-2 .pt-list-info {
          padding: 0;
     }

     .pt-pricebox.pt-pricebox-style-2 .pt-btn-container {
          padding: 0;
     }

     .pt-pricebox.pt-pricebox-style-2 .price {
          font-size: 44px;
          line-height: 52px;
     }
}

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

/*=====Testimonial Style-1 =====*/
.pt-testimonial-box.pt-style-1 {
     background: var(--grey-color);
     padding: 45px 30px;
     border-radius: var(--border-radius);
     transition: all 0.5s ease;
}

.owl-item.active.center .pt-testimonial-box.pt-style-1 {
     background: var(--primary-color);
     color: var(--white-color);
}

.owl-item.active.center .pt-testimonial-box.pt-style-1 .pt-testmonial-title,
.owl-item.active.center .pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-meta span {
     color: var(--white-color);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {
     display: grid;
     gap: 20px;
     grid-template-columns: 90px 1fr;
     position: relative;
     align-items: center;
     margin-bottom: 20px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-img img {
     border-radius: var(--big-border-radius);
}

.pt-testimonial-box.pt-style-1 .pt-testmonial-title {
     font-size: 26px;
     line-height: 34px;
     transition: var(--transition);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-meta span {
     color: var(--primary-color);
     letter-spacing: 1px;
     font-size: 18px;
     line-height: 26px;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     transition: var(--transition);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-description {
     margin-bottom: 30px;
     transition: var(--transition);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-star {
     color: #FFB606;
     letter-spacing: 0.04em;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-quote svg {
     position: absolute;
     right: 30px;
     bottom: 40px;
     font-size: 64px;
     display: inline-block;
     width: 64px;
     height: 64px;
     fill: var(--primary-color);
}

.owl-item.active.center .pt-testimonial-box.pt-style-1 .pt-testimonial-quote svg {
     fill: var(--white-color);
}

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

}

/*=====  Testimonial Style- 2  =====*/
.pt-testimonial-box.pt-style-2 {
     padding: 45px 30px;
     background-color: var(--white-color);
     position: relative;
     border-radius: var(--border-radius);
     margin-bottom: 30px;
}

.pt-testimonial-box.pt-style-2:last-child {
     margin-bottom: 0;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content {
     position: relative;
     margin-bottom: 30px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star {
     color: #FFC700;
     margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star i {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-quote {
     color: var(--primary-color);
     font-size: 64px;
     line-height: 72px;
     position: absolute;
     bottom: -64%;
     right: 0;
     display: inline-block;
     transform: rotate(0deg);
     opacity: 1;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media {
     display: flex;
     gap: 15px;
     align-items: center;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img {
     border-radius: var(--big-border-radius);
     overflow: hidden;
     object-fit: cover;
     width: 100px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-author-details .pt-testimonial-author-name {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     text-transform: capitalize;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-author-details .pt-testimonial-author-designation {
     font-size: 18px;
     line-height: 26px;
     color: var(--primary-color);
     text-transform: uppercase;
     letter-spacing: 1px;
}

@media (max-width:767px) {
     .pt-testimonial-box.pt-style-2 {
          padding: 30px 15px
     }

     .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star {
          margin-bottom: 15px;
     }

     .pt-testimonial-box.pt-style-2 .pt-testimonial-content p {
          margin-bottom: 20px;
     }

     .pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img {
          width: 80px;
     }

     .pt-testimonial-box.pt-style-2 .pt-testimonial-author-details .pt-testimonial-author-name {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 0;
     }

     .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-quote {
          bottom: -44%;
     }

}

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

}

/*=====  Testimonial Style- 3  =====*/
.pt-testimonial-box.pt-style-3 .pt-testimonial-content p {
     color: var(--white-color);
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid rgba(var(--white-color-rgb), .2);
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media {
     display: flex;
     gap: 15px;
     align-items: center;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img {
     border-radius: var(--big-border-radius);
     overflow: hidden;
     object-fit: cover;
     width: 80px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-author-details .pt-testimonial-author-name {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
     text-transform: capitalize;
     color: var(--white-color);
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-author-details .pt-testimonial-author-designation {
     font-size: 18px;
     line-height: 26px;
     color: var(--primary-color);
     text-transform: uppercase;
     letter-spacing: 1px;
}

/*=====Testimonial Style-4 =====*/

.pt-testimonial-box.pt-style-4 {
     background-color: var(--white-color);
     padding: 45px 30px;
     border-radius: var(--border-radius);
     transition: all 0.5s ease;
}


.pt-testimonial-box.pt-style-4 .pt-testimonial-media {
     display: grid;
     gap: 20px;
     grid-template-columns: 90px 1fr;
     position: relative;
     align-items: center;
     margin-bottom: 20px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-img img {
     border-radius: var(--big-border-radius);
}

.pt-testimonial-box.pt-style-4 .pt-testmonial-title {
     font-size: 26px;
     line-height: 34px;
     transition: var(--transition);
}


.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-meta span {
     color: var(--primary-color);
     letter-spacing: 1px;
     font-size: 18px;
     line-height: 26px;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     transition: var(--transition);
}



.pt-testimonial-box.pt-style-4 .pt-testimonial-description {
     margin-bottom: 30px;
     transition: var(--transition);
}


.pt-testimonial-box.pt-style-4 .pt-testimonial-star {
     color: #FFB606;
     letter-spacing: 0.04em;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-quote i {
     position: absolute;
     right: 30px;
     bottom: 0;
     font-size: 56px;
     display: inline-block;
     color: var(--primary-color);
     transition: var(--transition);
}



@media(max-width:767px) {
     .pt-testimonial-box.pt-style-4 {
          padding: 30px 15px;
     }

     .pt-testimonial-box.pt-style-4 .pt-testimonial-media {
          gap: 15px;
     }

     .pt-testimonial-box.pt-style-4 .pt-testmonial-title {
          font-size: 22px;
          line-height: 30px;
     }


     .pt-testimonial-box.pt-style-4 .pt-testimonial-quote i {
          position: absolute;
          right: 15px;
     }
}

/*================================================
Faq
================================================*/
.pt-accordion-box {
     margin-bottom: 20px;
     position: relative;
     border-radius: var(--border-radius);
     background-color: var(--grey-color);
}

.pt-accordion-box:last-child {
     margin-bottom: 0;
}

.pt-accordion-box.pt-active:last-child {
     margin-bottom: 0;
}

.pt-accordion-box .pt-ad-title {
     padding: 20px;
}

.pt-accordion-box.pt-active .pt-ad-title {
     background-color: var(--primary-color);
     border-radius: 15px 15px 0 0;
}

.pt-accordion-box .pt-ad-number {
     font-size: 20px;
     line-height: 28px;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 700;
}

.pt-accordion-box.pt-active .pt-ad-title .pt-ad-number {
     color: var(--white-color);
}

.pt-accordion-box .ad-title-text {
     font-size: 24px;
     line-height: 32px;
     margin-right: 60px;
}

.pt-accordion-box.pt-active .pt-ad-title .ad-title-text {
     color: var(--white-color);
}

.pt-accordion-box .ad-title-text i {
     width: 35px;
     height: 35px;
     background-color: var(--white-color);
     color: var(--dark-color);
     font-size: 16px;
     line-height: 35px;
     font-weight: 700;
     text-align: center;
     position: absolute;
     right: 20px;
     top: 16px;
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pt-accordion-box.pt-active .ad-title-text i {
     background-color: var(--grey-color);
}

.pt-accordion-box .ad-title-text i.inactive {
     display: none;
}

.pt-accordion-box.pt-active .ad-title-text i.inactive {
     display: inline-block;
}

.pt-accordion-box .pt-accordion-details {
     padding: 15px 60px 30px 20px;
}

.pt-accordion-box .pt-accordion-details .pt-detail-text {
     margin-bottom: 0;
}

@media (max-width:767px) {
     .pt-accordion-box .ad-title-text i {
          right: 20px;
          top: 20px;
     }

     .pt-accordion-box .pt-accordion-details {
          padding: 15px 20px 30px 20px;
     }

}

@media (max-width:479px) {
     .pt-accordion-box .ad-title-text i {
          width: 35px;
          height: 35px;
          line-height: 35px;
     }

}

@media (max-width:397px) {
     .pt-accordion-box {
          margin-bottom: 30px;
     }

     .pt-accordion-box .ad-title-text {
          font-size: 20px;
          line-height: 28px;
     }

}


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

.pt-updown-marquee.pt-style-1 {
    display: flex;
    gap: 30px;
    width: 100vw;
    flex-direction: column;
}

.pt-updown-marquee.pt-style-1 .pt-marquee {
    display: flex;
    gap: 30px;
}

.pt-updown-marquee.pt-style-1 .pt-marquee.up-marquee {
    animation: slideleft 20s linear infinite;
    transform: translateY(-100%);
    width: calc((1650px / 2) +((100vw - 1650px) / 2) - 45px);
}

.pt-updown-marquee.pt-style-1 .pt-marquee.down-marquee {
    animation: slideright 20s linear infinite;
}

@keyframes slideleft {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0%);
	}
}

@keyframes slideright {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

.pt-marquee-testimonial.pt-style-1 {
     padding: 45px 30px;
     background-color: var(--white-color);
     position: relative;
     border-radius: var(--border-radius);
     flex: 0 0 calc(100% / 3 - 20px);
     max-width: 100%;
     min-width: 250px;
}

.pt-marquee-testimonial.pt-style-1 .pt-testimonial-content {
     position: relative;
     margin-bottom: 30px;
}

.pt-marquee-testimonial.pt-style-1 .pt-testimonial-content .pt-testimonial-star {
     color: #FFC700;
     margin-bottom: 15px;
}

.pt-marquee-testimonial.pt-style-1 .pt-testimonial-content .pt-testimonial-star i {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
}

.pt-marquee-testimonial.pt-style-1 .pt-testimonial-author-details .pt-testimonial-author-name {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     text-transform: capitalize;
}

.pt-marquee-testimonial.pt-style-1 .pt-testimonial-author-details .pt-testimonial-author-designation {
     font-size: 18px;
     line-height: 26px;
     color: var(--primary-color);
     text-transform: uppercase;
     letter-spacing: 1px;
     display: none;
}

@media (max-width: 1023px) {

     .pt-updown-marquee.pt-style-1 .pt-marquee.up-marquee {
          animation: slideleft 15s linear infinite;
     }

     .pt-updown-marquee.pt-style-1 .pt-marquee.down-marquee {
          animation: slideright 15s linear infinite;
     }
}

@media (max-width: 1099px) {
     .pt-marquee-testimonial.pt-style-1 {
          flex: 0 0 calc(100% / 2 - 20px);
     }
}

@media (max-width:767px) {

     .pt-updown-marquee.pt-style-1 .pt-marquee.up-marquee {
          animation: slideleft 10s linear infinite;
     }

     .pt-updown-marquee.pt-style-1 .pt-marquee.down-marquee {
          animation: slideright 10s linear infinite;
     }

     .pt-marquee-testimonial.pt-style-1 {
          padding: 30px 15px
     }

     .pt-marquee-testimonial.pt-style-1 .pt-testimonial-content .pt-testimonial-star {
          margin-bottom: 15px;
     }

     .pt-marquee-testimonial.pt-style-1 .pt-testimonial-content p {
          margin-bottom: 20px;
     }

     .pt-marquee-testimonial.pt-style-1 .pt-testimonial-media .pt-testimonial-img {
          width: 80px;
     }

     .pt-marquee-testimonial.pt-style-1 .pt-testimonial-author-details .pt-testimonial-author-name {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 0;
     }
}

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

/* Images compare main container */
.images-compare-container {
     display: inline-block;
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
     width: 100%;
}

/* Images compare front element */
.images-compare-before {
     will-change: clip;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 2;
     pointer-events: none;
     overflow: hidden;
     width: 100% !important;
}

/* Images compare back element */
.images-compare-after {
     pointer-events: none;
     width: 100% !important;
}

/* Responsive image settings */
.images-compare-before img,
.images-compare-after img {
     max-width: 100%;
     height: auto;
     display: block;
}

/* Separator (thin vertical blank line) */
.images-compare-separator {
     position: absolute;
     background: white;
     height: 100%;
     width: 2px;
     z-index: 4;
     left: 0;
     top: 0;
}

/* Drag handle (circle) */
.images-compare-handle {
     height: 45px;
     width: 45px;
     position: absolute;
     left: 50%;
     top: 50%;
     margin-left: -22px;
     margin-top: -22px;
     -webkit-border-radius: 1000px;
     -moz-border-radius: 1000px;
     border-radius: 1000px;
     z-index: 9;
     background: var(--primary-color);
     cursor: pointer;
}

/* Drag handle arrows */
.images-compare-left-arrow,
.images-compare-right-arrow {
     width: 0;
     height: 0;
     border: 6px inset transparent;
     position: absolute;
     top: 50%;
     margin-top: -6px;
}

.images-compare-left-arrow {
     border-right: 6px solid white;
     left: 50%;
     margin-left: -17px;
}

.images-compare-right-arrow {
     border-left: 6px solid white;
     right: 50%;
     margin-right: -17px;
}

/* Label */
.pt-images-label {
     font-family: var(--body-fonts);
     text-transform: uppercase;
     font-weight: 500;
     position: absolute;
     top: 15px;
     left: 15px;
     z-index: 1;
     color: var(--white-color);
     background: var(--dark-color);
     padding: 4px 12px;
     border-radius: var(--big-border-radius);
     pointer-events: none;
     display: none;
     letter-spacing: 1px;
     font-size: 18px;
     line-height: 26px;
}

.images-compare-container .pt-images-label {
     display: inherit;
}

.images-compare-before .pt-images-label {
     left: 10px;
}

.images-compare-after .pt-images-label {
     left: auto;
     right: 10px;
}

.pt-button.pt-button-flat.pt-rev-btn {
     background-color: var(--primary-color);
}

.pt-button.pt-button-flat.pt-rev-btn:hover {
     background-color: var(--dark-color);
}

.pt-button.pt-button-flat.pt-rev-btn .pt-button-icon {
     background-color: var(--dark-color);
}

.pt-button.pt-button-flat.pt-rev-btn:hover .pt-button-icon {
     background-color: var(--primary-color);
}

/*================================================
Service box List
================================================*/

/*===== Service-Box list Style-1 =====*/
.pt-service-box-1-list {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 30px;
}

.pt-service-box.pt-style-1 {
     position: relative;
     border-radius: var(--border-radius);
     background-color: var(--white-color);
     transition: var(--transition);
     padding: 30px;
}

.pt-service-box.pt-style-1.pt-active {
     background-color: var(--primary-color);
}

.pt-service-box.pt-style-1 .pt-service-box-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     color: var(--dark-color);
     transition: var(--transition);
}

.pt-service-box.pt-style-1.pt-active .pt-service-box-title {
     color: var(--white-color);
}

.pt-service-box.pt-style-1 .pt-service-box-desc {
     margin-bottom: 30px;
     color: var(--secondary-color);
     transition: var(--transition);
}

.pt-service-box.pt-style-1.pt-active .pt-service-box-desc {
     color: var(--white-color);
}

.pt-service-box-image {
     border-radius: var(--border-radius);
     overflow: hidden;
     position: relative;
}

.pt-service-box.pt-style-1 .pt-service-box-image img {
     transition: var(--transition);
     border-radius: var(--border-radius);
     min-height: 280px;
     width: 100%;
     transform: scale(1);
     object-fit: cover;
}

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

.pt-service-box.pt-style-1 .pt-service-box-image:hover:after {
     height: 250%;
     transition: all 600ms linear !important;
     background-color: transparent;
}

.pt-service-box.pt-style-1.pt-active .pt-service-box-image img {
     transform: scale(1.1);
}

.pt-service-box.pt-style-1 .pt-button.pt-button-rounded {
     position: absolute;
     bottom: 15px;
     right: 15px;
     width: 50px;
     height: 50px;
     font-size: 24px;
     line-height: 50px;
     background-color: var(--primary-color);
     color: var(--white-color);
     transform: scale(0);
     z-index: 9;
}

.pt-service-box.pt-style-1.pt-active .pt-button.pt-button-rounded {
     transform: scale(1);
}

.pt-service-box.pt-style-1 .pt-button.pt-button-rounded i {
     display: inline-block;
     transform: rotate(315deg);
}

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

     .pt-service-box.pt-style-1 {
          padding: 45px 30px 30px;
     }

}

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

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

     .pt-service-box.pt-style-1 .pt-service-box-image img {
          height: 100%;
          width: 100%;
     }

     .pt-service-box.pt-style-1 .pt-button.pt-button-rounded {
          transform: scale(1);
     }

}

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

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

     .pt-service-box.pt-style-1 .pt-service-box-image img {
          min-height: 250px;
     }

     .pt-service-box.pt-style-1 .pt-service-box-desc {
          margin-bottom: 20px;
     }

}

/*===== pt-service-box bg white =====*/
.pt-bg-white .pt-service-box.pt-style-1 {
     background-color: var(--grey-color);
}

.pt-bg-white .pt-service-box.pt-style-1.pt-active {
     background-color: var(--primary-color);
}

/*=====  Service-box  Style-3  =====*/
.pt-service-box-3-list .pt-service-box.pt-style-3 {
     display: grid;
     grid-template-columns: 280px 1fr;
     gap: 30px;
     padding: 30px;
     align-items: center;
     position: relative;
     margin-bottom: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pt-service-box-3-list .pt-service-box.pt-style-3.pt-active {
     background-color: var(--primary-color);
}

.pt-service-box-3-list .pt-service-box.pt-style-3:last-child {
     margin-bottom: 0;
}

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-img {
/*      height: 100%; */
     overflow: hidden;
     position: relative;
}

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

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-img:hover:after {
     height: 250%;
     transition: all 600ms linear !important;
     background-color: transparent;
}

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-img img {
     border-radius: var(--border-radius);
/*      height: 100%; */
     object-fit: cover;
	    aspect-ratio: 4 / 4;
}

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-info .pt-service-box-sub-title {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     margin-bottom: 5px;
     display: inline-block;
     text-transform: uppercase;
     color: var(--primary-color);
     font-family: var(--title-fonts);
     transition: var(--transition);
}

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-info .pt-service-box-main-title {
     font-size: 26px;
     line-height: 34px;
     margin-bottom: 10px;
     transition: var(--transition);
}

.pt-service-box-3-list .pt-service-box.pt-style-3.pt-active .pt-service-box-info .pt-service-box-sub-title,
.pt-service-box-3-list .pt-service-box.pt-style-3.pt-active .pt-service-box-info .pt-service-box-main-title,
.pt-service-box-3-list .pt-service-box.pt-style-3.pt-active .pt-service-box-info .pt-service-box-description {
     color: var(--white-color);
}

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-info .pt-service-box-description {
     transition: var(--transition);
}

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-info .pt-button.pt-button-rounded i {
     display: inline-block;
     transform: rotate(315deg)
}

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-info .pt-button.pt-button-rounded {
     background-color: var(--primary-color);
     color: var(--white-color);
}

.pt-service-box-3-list .pt-service-box.pt-style-3.pt-active .pt-service-box-info .pt-button.pt-button-rounded {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-icon {
     position: absolute;
     font-size: 56px;
     line-height: 64px;
     right: 20px;
     top: 20px;
     color: var(--primary-color);
     transition: var(--transition);
}

.pt-service-box-3-list .pt-service-box.pt-style-3.pt-active .pt-service-box-icon {
     color: var(--white-color);
}

@media(max-width:1279px) {
     .pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-icon {
          font-size: 60px;
          line-height: 68px;
          top: 5px;
          right: 15px;
     }

     .pt-service-box-3-list .pt-service-box.pt-style-3 {
          grid-template-columns: 240px 1fr;
          gap: 20px;
     }

}

@media(max-width:1099px) {
     .pt-service-box-3-list .pt-service-box.pt-style-3 {
          display: grid;
          grid-template-columns: 280px 1fr;
          gap: 30px;
          padding: 30px 15px;
     }

}

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

     .pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-img img {
          width: 100%;
          min-height: 200px;
		  aspect-ratio: inherit;
     }

     .pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-icon {
          display: none;
     }

}

@media(max-width:397px) {
     .pt-service-box .pt-service-box-3-list .pt-service-box.pt-style-3 .pt-service-box-info-3-list .pt-service-box.pt-style-3 .pt-service-box-info .pt-service-box-main-title {
          font-size: 26px;
          line-height: 34px;
     }

}

/*================================================
Fancybox 
================================================*/

/*===== Fancybox Style-1 =====*/
.pt-fancybox.pt-style-1 {
     text-align: center;
}

.pt-fancybox.pt-style-1 .pt-fancybox-img {
     background-color: var(--grey-color);
     transition: var(--transition);
     position: relative;
     overflow: hidden;
     border-radius: var(--big-border-radius);
     margin-bottom: 15px;
     display: inline-block;
     padding: 45px;
}

.pt-fancybox.pt-style-1:hover .pt-fancybox-img:hover {
     background-color: var(--primary-color);
}

.pt-fancybox.pt-style-1 .pt-fancybox-img img {
     transition: var(--transition);
     width: 100px;
     object-fit: cover;
     transform: scale(1);
}

.pt-fancybox.pt-style-1 .pt-fancybox-img:hover img {
     transform: scale(1.1);
}

.pt-fancybox.pt-style-1 .pt-fancybox-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--dark-color);
     transition: var(--transition);
}

.pt-fancybox.pt-style-1 .pt-fancybox-desc {
     margin-top: 15px;
}

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

}

/*===== Fancybox Style-2 =====*/
.pt-fancybox.pt-style-2 a {
     display: flex;
     gap: 20px;
     align-items: center;
     padding: 45px 30px;
     background: var(--grey-color);
     border-radius: var(--border-radius);
     flex-direction: column;
}

.pt-fancybox.pt-style-2 .pt-fancybox-img {
     background-color: var(--primary-color);
     transition: var(--transition);
     position: relative;
     overflow: hidden;
     border-radius: var(--big-border-radius);
     display: inline-block;
     padding: 30px;
}

.pt-fancybox.pt-style-2 .pt-fancybox-img img {
     transition: var(--transition);
     width: 60px;
     object-fit: cover;
     transform: scale(1);
}

.pt-fancybox.pt-style-2:hover .pt-fancybox-img img {
     transform: scale(1.1);
}

.pt-fancybox.pt-style-2 .pt-fancybox-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--dark-color);
     transition: var(--transition);
}

.pt-fancybox.pt-style-2 .pt-fancybox-desc {
     margin-top: 15px;
}

@media(max-width:767px) {
     .pt-fancybox.pt-style-2 .pt-fancybox-title {
          font-size: 22px;
          line-height: 30px;
     }

}

@media(max-width:397px) {
     .pt-fancybox.pt-style-2 a {
          gap: 15px;
          padding: 30px 15px;
     }

     .pt-fancybox.pt-style-2 .pt-fancybox-img img {
          width: 45px;
     }

}

/*===== Fancybox Style-3 =====*/

.pt-fancybox.pt-style-3 {
     text-align: center;
     padding: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}

.pt-fancybox.pt-style-3 .pt-fancybox-img {
     background-color: var(--primary-color);
     transition: var(--transition);
     position: relative;
     overflow: hidden;
     border-radius: var(--big-border-radius);
     margin-bottom: 15px;
     display: inline-block;
     padding: 30px;
}

.pt-fancybox.pt-style-3 .pt-fancybox-img img {
     transition: var(--transition);
     width: 70px;
     object-fit: cover;
     transform: scale(1);
}

.pt-fancybox.pt-style-3 .pt-fancybox-img:hover img {
     transform: scale(1.1);
}

.pt-fancybox.pt-style-3 .pt-fancybox-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--dark-color);
     transition: var(--transition);
}

.pt-fancybox.pt-style-3 .pt-fancybox-desc {
     margin-top: 15px;
}

@media(max-width:767px) {
     .pt-fancybox.pt-style-3 .pt-fancybox-title {
          font-size: 26px;
          line-height: 34px;
     }
}

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

/*===== Team Style-1 =====*/
.pt-team.pt-style-1.center {
     text-align: center;
}

.pt-team.pt-style-1 .pt-team-share-icon {
     color: var(--white-color);
     background: var(--primary-color);
     width: 50px;
     height: 50px;
     text-align: center;
     line-height: 50px;
     position: absolute;
     top: 15px;
     right: 15px;
     font-size: 18px;
     cursor: pointer;
     border-radius: var(--border-radius);
     transition: var(--transition);
     z-index: 9;
}

.pt-team.pt-style-1 .pt-team-share-icon:hover {
     border-radius: 0;
     -webkit-border-top-left-radius: 10px;
     -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topleft: 10px;
     -moz-border-radius-topright: 10px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}

.pt-team.pt-style-1 ul {
     padding: 0;
}

.pt-team.pt-style-1 .pt-team-social ul {
     margin: 0;
     padding: 0;
     position: absolute;
     top: 50px;
     left: 50%;
     transform: translateX(-50%);
     display: inline-block;
     width: 60px;
     transition: var(--transition);
     -moz-transition: var(--transition);
     -ms-transition: var(--transition);
     -o-transition: var(--transition);
     -webkit-transition: var(--transition);
     opacity: 0;
     visibility: hidden;
}

.pt-team.pt-style-1 .pt-team-share-icon:hover .pt-team-social ul {
     opacity: 1;
     visibility: visible;
}

.pt-team.pt-style-1 .pt-team-social ul li {
     list-style: none;
     display: inline-flex;
}

.pt-team.pt-style-1 .pt-team-social ul li:last-child {
     margin: 0;
}

.pt-team.pt-style-1 .pt-team-social ul li a {
     background: var(--primary-color);
     color: var(--white-color);
     text-align: center;
     width: 50px;
     height: 50px;
     line-height: 50px;
}

.pt-team.pt-style-1 .pt-team-social ul li:last-child a {
     -webkit-border-bottom-right-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomright: 10px;
     -moz-border-radius-bottomleft: 10px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
}

.pt-team.pt-style-1 .pt-team-social ul li a:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

.pt-team.pt-style-1.pt-team-social ul li a i {
     font-family: "Font Awesome 5 Brands";
     font-weight: 400;
}

.pt-team.pt-style-1 .pt-team-info .pt-member-name {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
}

.pt-team.pt-style-1 .pt-team-designation {
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     letter-spacing: 1px;
     color: var(--primary-color);
     font-family: var(--body-fonts);
}

.pt-team.pt-style-1 .pt-team-img {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
     margin-bottom: 20px;
}

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

.pt-team.pt-style-1 .pt-team-img:hover:after {
     height: 250%;
     transition: all 600ms linear !important;
     background-color: transparent;
}

.pt-team.pt-style-1 .pt-team-img img {
     width: 100%;
     height: 100%;
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}

.pt-team.pt-style-1:hover .pt-team-img img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}

@media(max-width:767px) {
     .pt-team.pt-style-1 .pt-team-info .pt-member-name {
          font-size: 26px;
          line-height: 34px;
     }

}

@media(max-width:397px) {
     .pt-team.pt-style-1 {
          text-align: center;
     }

}

.pt-team-box-slider.pt-team-style-1 .owl-nav {
     display: none;
}

/*=====  Team-slider-2   =====*/
.pt-team-slider-2 .pt-team.pt-style-2 {
     padding: 30px;
     text-align: center;
     border-radius: var(--border-radius);
     background-color: var(--white-color);
     transition: var(--transition);
}

.pt-team-slider-2 .owl-item.active.center .pt-team.pt-style-2 {
     border-radius: var(--border-radius);
     background-color: var(--primary-color);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-info {
     margin-bottom: 20px;
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-info .pt-member-name {
     font-size: 26px;
     line-height: 34px;
     text-transform: capitalize;
     transition: none;
}

.pt-team-slider-2 .owl-item.active.center .pt-team.pt-style-2 .pt-team-info .pt-member-name a {
     color: var(--white-color);
     transition: none;
}

.pt-team-slider-2 .owl-item.active.center .pt-team.pt-style-2 .pt-team-info .pt-member-name a:hover {
     color: var(--white-color)
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-info .pt-team-designation {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: var(--primary-color);
     transition: var(--transition);
}

.pt-team-slider-2 .owl-item.active.center .pt-team.pt-style-2 .pt-team-info .pt-team-designation {
     color: var(--white-color);
     transition: none;
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-img {
     overflow: hidden;
     position: relative;
     border-radius: var(--border-radius);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-img img {
     transition: var(--transition);
}

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

.pt-team-slider-2 .owl-item.center .pt-team.pt-style-2 .pt-team-img::after,
.pt-team-slider-2 .owl-item.center .pt-team.pt-style-2 .pt-team-img:hover::after,
.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-img:hover:after {
     height: 250%;
     transition: all 600ms linear !important;
     background-color: transparent;
}

.pt-team-slider-2 .owl-item.center .pt-team.pt-style-2 .pt-team-img img {
     transform: scale(1.1);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social {
     display: flex;
     gap: 15px;
     padding-left: 0;
     margin-bottom: 0;
     margin-top: 30px;
     justify-content: center;
     list-style-type: none;
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social li {
     transition: var(--transition);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social li:hover {
     transform: translateY(-5px);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social li a {
     width: 50px;
     height: 50px;
     font-size: 24px;
     line-height: 50px;
     text-align: center;
     display: inline-block;
     border-radius: 100%;
     transition: var(--transition);
     background-color: var(--grey-color);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social li a:hover {
     background-color: var(--dark-color);
     color: var(--white-color);
     transition: var(--transition);
}

@media(max-width:767px) {
     .pt-team-slider-2 .pt-team.pt-style-2 {
          padding: 30px 15px;
     }

}

/*================================================
Wow Image Effects
================================================*/
.pt-image-effect img {
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     width: 100%;
}

/*+++++++++ Image Effect Right  +++++++++*/
.img-ptkey-right {
     animation: img-ptkey-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
     opacity: 0;
}

@keyframes img-ptkey-right {
     0% {
          transform: translateX(-5%);
          clip-path: inset(0 100% 0 0);
          opacity: 0;
     }

     100% {
          transform: translateX(0);
          clip-path: inset(0 0 0 0);
          opacity: 1;
     }

}

.pt-img-right .pt-image-effect {
     position: absolute;
     width: calc((100vw / 2) - 60px);
     left: calc((1300px - 100vw)/2 - 15px);
     top: -220px;
}

.pt-img-right .pt-image-effect img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center center;
     border-radius: var(--border-radius);
}

@media (max-width:1300px) {
     .pt-img-right .pt-image-effect {
          left: -15px;
     }

}

@media (max-width:1024px) {
     .pt-img-right .pt-image-effect {
          position: inherit;
          width: 100%;
     }

}

/*=========== Image Effect Left ===========*/
.img-ptkey-left {
     animation: img-ptkey-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
     opacity: 0;
}

@keyframes img-ptkey-left {
     0% {
          transform: translateX(5%);
          clip-path: inset(0 0 0 100%);
          opacity: 0;
     }

     100% {
          transform: translateX(0);
          clip-path: inset(0 0 0 0);
          opacity: 1;
     }

}

.pt-img-left .pt-image-effect {
     position: absolute;
     width: calc((100vw / 2) - 60px);
     right: calc((1300px - 100vw)/2 - 15px);
     top: -220px;
}

.pt-img-left .pt-image-effect img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center center;
     border-radius: var(--border-radius);
}

@media (max-width:1400px) {
     .pt-img-left .pt-image-effect {
          right: -15px;
     }

}

@media (max-width:1024px) {
     .pt-img-left .pt-image-effect {
          position: inherit;
          width: 100%;
     }

}

/*=========== Image Effect Top ===========*/
.img-ptkey-top {
     animation: img-ptkey-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
     opacity: 0;
}

@keyframes img-ptkey-top {
     0% {
          transform: translateY(-5%);
          clip-path: inset(0 0 100% 0);
          opacity: 0;
     }

     100% {
          transform: translateY(0);
          clip-path: inset(0 0 0 0);
          opacity: 1;
     }

}

@media (max-width:1025px) {
     .img-ptkey-top img {
          width: 100%;
     }

}

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

/*=====  Process-step  Style-1  =====*/

.pt-process-step.pt-style-1 {
     display: grid;
     grid-template-columns: auto 1fr;
     align-items: start;
     gap: 20px;
}

.pt-process-step.pt-style-1 .pt-process-number {
     color: var(--white-color);
     font-size: 20px;
     width: 50px;
     height: 50px;
     line-height: 50px;
     background-color: var(--primary-color);
     transition: var(--transition);
     text-align: center;
     display: inline-block;
     border-radius: var(--big-border-radius);
}

.pt-process-step.pt-style-1 .pt-process-info .pt-process-title {
     color: var(--white-color);
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
}

.pt-process-step.pt-style-1 .pt-process-info .pt-process-description {
     color: var(--white-color);
     margin-bottom: 0;
}

@media (max-width:576px) {
     .pt-process-step.pt-style-1 {
          grid-template-columns: 1fr;
     }
}

/*=====  Process-step  Style-2  =====*/

.pt-process.pt-style-2 {
     padding: 0;
     position: relative;
}

.pt-process.pt-style-2:before {
     content: '';
     position: absolute;
     top: 40%;
     left: 80%;
     width: 50%;
     height: 1px;
     background: rgba(255, 255, 255, 0.9);
     transform: rotate(20deg);
}

.process-remove-before .pt-process.pt-style-2:before {
     display: none;
}

.pt-process-step-line .pt-process.pt-style-2:before {
     content: '';
     position: absolute;
     top: 20%;
     left: 80%;
     width: 50%;
     height: 1px;
     background: rgba(255, 255, 255, 0.9);
     transform: rotate(338deg);
}

.pt-process.pt-style-2 .pt-process-icon {
     width: 120px;
     height: 120px;
     line-height: 120px;
     border-radius: 100%;
     text-align: center;
     display: inline-block;
     font-size: 56px;
     position: relative;
     background: var(--primary-color);
     color: var(--white-color);
     transition: var(--transition);
}

.pt-process.pt-style-2 .pt-process-icon .pt-process-number {
     font-size: 18px;
     font-family: var(--title-fonts);
     display: block;
     font-weight: 600;
     text-transform: uppercase;
     padding: 0;
     width: 40px;
     height: 40px;
     line-height: 40px;
     margin: 0 auto;
     background: var(--white-color);
     color: var(--primary-color);
     position: absolute;
     right: 0;
     top: -10px;
     border-radius: 100%;
}

.pt-process.pt-style-2 .pt-process-info .pt-process-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--white-color);
}

.pt-process.pt-style-2 .pt-process-info {
     display: inline-block;
     width: 100%;
     margin-top: 30px;
}

.pt-process.pt-style-2 .pt-process-info p {
     margin-top: 5px;
     margin-bottom: 0;
     color: var(--white-color);
}

@media(max-width:1200px) {
     .pt-process.pt-style-2 .pt-process-title {
          font-size: 24px;
          list-style: 32px;
     }
}

@media(max-width:1024px) {
     .pt-process.pt-style-2:before,
     .pt-process-step-line .pt-process-step.pt-style-2:before {
          display: none;
     }
}

/*=====  Process-step  Style-3  =====*/
.pt-process.pt-style-3 {
     display: flex;
     gap: 30px;
}

.pt-process.pt-style-3  .pt-process-number {
     color: var(--primary-color);
     font-size: 72px;
     line-height: 80px;
     font-family: var(--title-fonts);
     font-weight: 700;
}

.pt-process.pt-style-3 .pt-process-info .pt-process-title {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 5px;
}

@media (max-width: 479px) {
     .pt-process.pt-style-3 {
          flex-direction: column;
          gap: 15px;
     }
}

/*================================================
Counter 
================================================*/
.pt-counter.pt-style-1 .pt-counter-info {
     display: grid;
     grid-template-columns: auto 1fr;
     gap: 20px;
     align-items: start;
}

.pt-counter.pt-style-1 .pt-counter-num-prefix {
     display: flex;
     gap: 5px;
     width: 110px;
     height: 110px;
     line-height: 110px;
     background-color: var(--grey-color);
     text-align: center;
     align-items: center;
     justify-content: center;
     border-radius: var(--big-border-radius);
}

.pt-counter-active .pt-counter.pt-style-1 .pt-counter-num-prefix {
     background-color: var(--primary-color);
}

.pt-counter.pt-style-1 .pt-counter-num-prefix .timer,
.pt-counter.pt-style-1 .pt-counter-num-prefix .pt-counter-prefix {
     color: var(--dark-color);
     font-size: 32px;
     line-height: 40px;
     font-weight: 700;
}

.pt-counter-active .pt-counter.pt-style-1 .pt-counter-num-prefix .timer,
.pt-counter-active .pt-counter.pt-style-1 .pt-counter-num-prefix .pt-counter-prefix {
     color: var(--white-color);
}

.pt-counter.pt-style-1 .pt-counter-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 15px;
     padding-bottom: 10px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .1);
}

.pt-counter.pt-style-1 .pt-counter-description {
     margin-bottom: 0;
     color: var(--dark-color);
}

@media (max-width:1279px) {
     .pt-counter.pt-style-1 .pt-counter-num-prefix {
          width: 100px;
          height: 100px;
          line-height: 100px;
     }

     .pt-counter.pt-style-1 .pt-counter-num-prefix .timer,
     .pt-counter.pt-style-1 .pt-counter-num-prefix .pt-counter-prefix {
          color: var(--dark-color);
          font-size: 28px;
          line-height: 36px;
     }

     .pt-counter.pt-style-1 .pt-counter-title {
          font-size: 24px;
          line-height: 32px;
     }

}

@media (max-width:397px) {
     .pt-counter.pt-style-1 .pt-counter-info {
          grid-template-columns: 1fr;
     }

}

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

#pt-header {
     position: relative;
     display: inline-block;
     width: 100%;
     z-index: 99;
}

header#pt-header .pt-bottom-header.pt-fix-header {
     position: fixed;
     display: inline-block;
     width: 100%;
     z-index: 99;
     top: -100%;
     transition: var(--transition);
     transition-duration: 0.8s;
}

#pt-header .pt-bottom-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     background: var(--white-color);
     -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;
}

#pt-header .pt-bottom-header .pt-container-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
}

/*===== Mega Menu Toggle =====*/
header#pt-header #mega-menu-wrap-primary .mega-menu-toggle {
     width: 60px;
     height: 60px;
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
     background-color: var(--primary-color);
     justify-content: center;
}

@media(max-width:379px) {
     header#pt-header #mega-menu-wrap-primary .mega-menu-toggle {
          width: 50px;
          height: 50px;
     }

}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
     justify-content: center;
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     width: 35px;
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     transform-origin: center;
     transition: var(--transition);
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     transform-origin: right;
     transition: var(--transition);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
     transform: scaleX(0.7);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
     transform: scaleX(1.5);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     transform: scaleX(0.9);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner {
     transform: scaleX(1);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner::before {
     transform: scaleX(0.7);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     transform: scaleX(1);
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
     display: none;
}

/*===== Top Header 1 =====*/
.pt-top-header.top-style-1 {
     background: var(--primary-color);
     color: var(--white-color);
     border-radius: 0px 0px 15px 15px;
     margin: 0 8px;
}

.pt-top-header.top-style-1 .top-header-row {
     font-size: 16px;
     padding: 10px 30px;
     display: grid;
     align-items: center;
     justify-items: stretch;
     grid-template-columns: 1.5fr 1fr;
}

.pt-top-header.top-style-1 .pt-header-social ul li a:hover {
     color: var(--dark-color);
}

/*===== Header Social =====*/
.pt-header-social ul {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     align-items: center;
     gap: 30px;
     justify-content: flex-end;
}

.pt-header-social ul li {
     padding: 0;
     margin: 0;
     list-style: none;
}

.pt-header-social ul li a {
     color: var(--white-color);
}

.pt-header-social ul li a:hover {
     color: var(--primary-color);
}

/*===== Header Social =====*/
.pt-header-tagline {
     display: flex;
     justify-content: flex-end;
}

/*===== Header Contact =====*/
.pt-header-contact {
     display: flex;
}

.pt-header-contact ul {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     align-items: center;
     gap: 30px;
}

.pt-header-contact ul li {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     align-items: center;
}

.pt-header-contact ul li a,
.pt-header-contact ul li {
     color: var(--white-color);
}

.pt-header-contact ul li a:hover {
     color: var(--white-color);
}

.pt-header-contact ul li a i,
.pt-header-contact ul li i {
     margin-right: 8px;
     color: var(--white-color);
}

@media (max-width:979px) {
     .pt-top-header.top-style-1 .top-header-row {
          grid-template-columns: 4fr 1fr;
     }

     .pt-header-contact ul {
          gap: 15px;
     }

}

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

}

@media (max-width:600px) {
     .admin-bar header#pt-header .pt-bottom-header.pt-header-sticky {
          top: 0;
     }

}

/* ++++++++++++ Header Style 1 ++++++++++++ */

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


#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
     border-radius: 0;
     padding: 0 30px;
     margin: 0;
}

#pt-header.pt-header-style-1 .pt-bottom-header {
     margin: 0 8px;
}

#pt-header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper {
     display: grid;
     align-items: center;
     grid-template-columns: auto 1fr;
     justify-content: space-between;
     align-content: center;
     padding: 0 30px;
     background-color: var(--white-color);
     transition: 0s;
}

#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky .pt-container-wrapper {
     padding: 0;
}

#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-right {
     display: flex;
     gap: 40px;
     justify-content: end;
}

#pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child>a.mega-menu-link {
     padding: 0px 0px 0px 0px;
}

@media (max-width:1499px) {
     #pt-header.pt-header-style-1 {
          margin-top: 0;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-header-right {
          gap: 15px;
     }

     #pt-header.pt-header-style-1 .pt-header-right .pt-header-icon {
          gap: 15px;
     }

     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          padding: 0px 15px 0px 0px;
          font-size: 17px;
     }

}

@media (max-width:1279px) {
     #pt-header.pt-header-style-1 .pt-header-right .pt-header-icon .pt-search-button {
          display: none;
     }

}

@media (max-width:1200px) {

     #pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
          padding: 0;
     }

     #pt-header.pt-header-style-1 .pt-middle-menu {
          order: 99;
     }

     #pt-header.pt-header-style-1 .pt-button.pt-button-flat {
          display: block;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper {
          padding: 15px 0px;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky .pt-container-wrapper {
          padding: 20px 0px;
     }

     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          padding: 0 10px;
     }

}

@media (max-width:1024px) {

     #pt-header.pt-header-style-1 .pt-bottom-header,
     .pt-top-header.top-style-1 {
          margin: 0;
     }

     .pt-top-header.top-style-1 .top-header-row {
          padding: 10px 15px;
     }

}

@media (max-width:767px) {
     #pt-header.pt-header-style-1 .pt-button.pt-button-flat {
          display: none;
     }

}

@media (max-width:397px) {
     #pt-header.pt-header-style-1 .pt-header-icon {
          display: none;
     }

}

/*===== Header Style 2 =====*/
#pt-header.pt-header-style-2 .pt-bottom-header {
     padding: 0 20px;
     background-color: var(--white-color);
     transition: 0s;
}

#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
     border-radius: 0;
}

#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 15px;
}

#pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right {
     display: flex;
     gap: 20px;
     justify-content: end;
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     background: var(--primary-color);
     width: 0;
     height: 40px;
     z-index: -1;
     transform: translateY(-50%);
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
     transition: var(--transition);
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:before,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:before,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-toggle-on>a.mega-menu-link:before,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover:before {
     width: 100%;
     left: 0;
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
     margin-right: 10px;
     z-index: 1;
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
     margin-right: 0px;
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     margin-right: 0;
     padding: 0 15px;
     transition: var(--transition);
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
     color: var(--white-color);
}

@media (max-width:1699px) {
     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          padding: 0 10px;
     }

     #pt-header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-header-contact {
          display: none;
     }

}

@media (max-width:1499px) {
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right {
          gap: 15px;
     }

     #pt-header.pt-header-style-2 .pt-header-right .pt-header-icon {
          gap: 15px;
     }

}

@media (max-width:1399px) {
     #pt-header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-search-button {
          display: none;
     }

     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
     .pt-button.pt-button-flat {
          font-size: 16px;
     }

}

@media (max-width:1200px) {
     #pt-header.pt-header-style-2 .pt-middle-menu {
          order: 99;
     }

     #pt-header.pt-header-style-2 .pt-button.pt-button-flat {
          display: block;
     }

     #pt-header.pt-header-style-2 .pt-bottom-header {
          padding: 15px 20px;
          border-radius: 0;
     }

     #pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
          padding: 20px 15px;
     }

     #pt-header.pt-header-style-2 .pt-header-right {
          margin-left: auto;
     }

     #pt-header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-header-contact {
          display: block;
     }

     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
          content: initial !important;
     }

     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
          margin-right: 0;
     }

}

@media (max-width:1024px) {
     #pt-header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-header-contact {
          display: none;
     }

     #pt-header.pt-header-style-2 .pt-bottom-header {
          padding: 15px 0;
     }

}

@media (max-width:767px) {
     #pt-header.pt-header-style-2 .pt-button.pt-button-flat {
          display: none;
     }

}

@media (max-width:397px) {
     #pt-header.pt-header-style-2 .pt-header-icon {
          display: none;
     }

}

/* ++++++++++++ Header Style 3 ++++++++++++ */

/*===== Header Bottom =====*/
.admin-bar #pt-header.pt-header-style-3 {
     top: 32px;
}

#pt-header.pt-header-style-3 {
     position: absolute;
     margin-top: 45px;
}

#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
     border-radius: 0;
}

#pt-header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper {
     display: grid;
     align-items: center;
     grid-template-columns: auto 1fr auto;
     justify-content: space-between;
     align-content: center;
     padding: 0 20px;
     background-color: var(--white-color);
     transition: 0s;
     border-radius: var(--border-radius);
}

#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky .pt-container-wrapper {
     padding: 0;
}

#pt-header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-middle-menu {
     display: flex;
     justify-content: center;
}

#pt-header.pt-header-style-3 .pt-bottom-header .pt-header-right {
     display: flex;
     gap: 20px;
     justify-content: end;
}

#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child>a.mega-menu-link {
     padding: 0px 0px 0px 0px;
}

@media (max-width:1499px) {
     #pt-header.pt-header-style-3 {
          margin-top: 15px;
     }

     #pt-header.pt-header-style-3 .pt-bottom-header .pt-header-right {
          gap: 15px;
     }

     #pt-header.pt-header-style-3 .pt-header-right .pt-header-icon {
          gap: 15px;
     }

     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          padding: 0px 20px 0px 0px;
     }

}

@media (max-width:1279px) {
     #pt-header.pt-header-style-3 .pt-button.pt-button-flat {
          display: none;
     }

     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          padding: 0px 30px 0px 0px;
     }

}

@media (max-width:1200px) {
     #pt-header.pt-header-style-3 .pt-middle-menu {
          order: 99;
          margin-left: 15px;
     }

     #pt-header.pt-header-style-3 .pt-button.pt-button-flat {
          display: block;
     }

     #pt-header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper {
          padding: 15px;
     }

     #pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky .pt-container-wrapper {
          padding: 20px 0;
     }

     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          padding: 0 10px;
     }

}

@media (max-width:767px) {
     #pt-header.pt-header-style-3 .pt-button.pt-button-flat {
          display: none;
     }

}

@media (max-width:397px) {
     #pt-header.pt-header-style-3 .pt-header-icon {
          display: none;
     }

}

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

.pt-header-right .pt-header-icon .pt-header-contact a {
     display: flex;
     align-items: center;
     gap: 10px;
     color: var(--dark-color);
}

.pt-header-right .pt-header-icon .pt-header-contact .pt-icon {
     width: 56px;
     height: 56px;
     font-size: 20px;
     line-height: 56px;
     text-align: center;
     background: var(--grey-color);
     color: var(--primary-color);
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pt-header-right .pt-header-icon .pt-header-contact .pt-icon i:before {
     line-height: inherit;
}

/*++++++ Search ++++++*/
.pt-header-right .pt-header-icon .pt-search-button {
     width: 56px;
     height: 56px;
     font-size: 20px;
     line-height: 58px;
     text-align: center;
     background: var(--grey-color);
     color: var(--primary-color);
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pt-header-right .pt-header-icon .pt-search-button svg {
     fill: var(--primary-color);
     width: 20px;
}

.pt-header-right .pt-header-icon .pt-search-button svg path {
     fill: var(--primary-color);
}

/*++++++ Cart ++++++*/
.pt-header-right .pt-header-icon .pt-shop-btn .pt-cart-button .pt-icon {
     width: 56px;
     height: 56px;
     font-size: 20px;
     line-height: 56px;
     text-align: center;
     background: var(--grey-color);
     color: var(--primary-color);
     border-radius: var(--big-border-radius);
     display: inline-block;
}

#pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right .pt-header-icon .pt-shop-btn .pt-cart-button .pt-icon {
     background: var(--white-color);
}

.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(--dark-color);
     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(--dark-color);
     color: var(--white-color);
     position: absolute;
     bottom: 8px;
     right: 8px;
     height: 18px;
     width: 18px;
     line-height: 18px;
     text-align: center;
     border-radius: var(--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(--title-fonts);
}

.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(--dark-color) !important;
     font-weight: 400;
     height: 1em;
     width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
     color: var(--primary-color) !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(--title-fonts);
     color: var(--dark-color);
     padding-right: 30px;
     line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
     color: var(--primary-color);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
     font-weight: 400;
     padding: 0;
}

/*+++++ 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(--white-color);
     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;
}

.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(--primary-color);
     width: 54px;
     height: 54px;
     position: absolute;
     left: 0;
     top: 0;
     transition: all 0.5s ease;
     z-index: -1;
     border-radius: var(--big-border-radius);
}

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

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

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

.pt-search-button .offcanvas .search-form .search-field {
     color: var(--secondary-color);
     background: var(--grey-color);
     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(--dark-color);
}

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

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

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

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

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

.pt-toggle-btn a svg path {
     transform-origin: right;
     stroke-width: 1.5px;
     transition: var(--transition);
     fill: var(--white-color);
     stroke: var(--white-color);
}

.pt-toggle-btn a svg path:nth-child(3) {
     transform: scaleX(0.7);
}

.pt-toggle-btn a:hover svg path:nth-child(1) {
     transform: scaleX(1.5);
}

.pt-toggle-btn a:hover svg path:nth-child(2) {
     transform: scaleX(0.6);
}

.pt-toggle-btn a:hover svg path:nth-child(3) {
     transform: scaleX(1);
}

/*===== Header SideBar =====*/
.pt-background-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: var(--dark-color);
     z-index: 100;
     opacity: 0.8;
     display: none;
     transition: var(--transition);
     -moz-transition: var(--transition);
     -ms-transition: var(--transition);
     -o-transition: var(--transition);
     -webkit-transition: var(--transition);
}

.pt-siderbar-open .pt-background-overlay {
     display: block;
     transition: var(--transition);
     -moz-transition: var(--transition);
     -ms-transition: var(--transition);
     -o-transition: var(--transition);
     -webkit-transition: var(--transition);
}

.pt-siderbar-open .pt-sidebar {
     right: 30px;
     opacity: 1;
}

.pt-sidebar {
     width: 410px;
     background: var(--white-color);
     opacity: 0;
     display: block;
     position: fixed;
     top: 50%;
     right: -100%;
     height: auto;
     z-index: 101;
     transform: translateY(-50%);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     transition: var(--transition);
     -moz-transition: var(--transition);
     -ms-transition: var(--transition);
     -o-transition: var(--transition);
     -webkit-transition: var(--transition);
}

.pt-sidebar .pt-close-btn .pt-close {
     position: absolute;
     top: 30px;
     right: 30px;
     background: var(--primary-color);
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     color: var(--white-color);
     font-size: 22px;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
}

.pt-sidebar .pt-close-btn .pt-close:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

.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: 28px;
     line-height: 36px;
     margin-bottom: 5px;
}

.pt-sidebar h4.pt-sidebar-title,
.pt-sidebar-social h4.pt-social-title {
     font-size: 26px;
     line-height: 34px;
     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: 26px;
     line-height: 34px;
     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(--dark-color);
     display: flex;
     align-items: center;
     gap: 15px;
}

.pt-sidebar-contact li span {
     color: var(--dark-color);
}

.pt-sidebar-contact li .pt-icon,
.pt-sidebar-contact li i {
     font-size: 18px;
     line-height: 1;
     display: inline-block;
     color: var(--primary-color);
}

.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(--dark-color);
     color: var(--white-color);
     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(--primary-color);
     color: var(--white-color);
}

.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(--border-radius);
     margin-bottom: 0 !important;
}

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

@media (max-width:1199px) {
     #pt-header .pt-bottom-header .pt-toggle-btn {
          display: none;
     }

}

@media(max-width:1023px) {
     .pt-sidebar {
          display: none;
     }
}

/*=====Landing header=====*/

#pt-header.pt-header-landing {
     position: absolute;
}

#pt-header.pt-header-landing .navbar-brand img {
     height: 60px;
}
#pt-header.pt-header-landing .pt-button.pt-button-flat{
     background-color: var(--white-color);
     color: var(--dark-color);
}
#pt-header.pt-header-landing .pt-bottom-header.pt-header-sticky .pt-button.pt-button-flat:hover{
     background-color: var(--primary-color);
     color: var(--white-color);
}

#pt-header.pt-header-landing  .pt-button.pt-button-flat i{
     color: var(--dark-color);
}

#pt-header.pt-header-landing .pt-bottom-header.pt-header-sticky .pt-button.pt-button-flat:hover{
     color: var(--white-color);
}

#pt-header.pt-header-landing  .pt-button.pt-button-flat:hover i{
     color: var(--white-color);
}
#pt-header.pt-header-landing .pt-bottom-header {
     padding: 20px 60px;
     background-color: transparent;
     transition: 0s;
     border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
}

#pt-header.pt-header-landing .pt-bottom-header.pt-header-sticky {
     margin-top: 0;
     background-color: var(--dark-color);
}

#pt-header.pt-header-landing .pt-bottom-header .pt-container-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
}

#pt-header.pt-header-landing .pt-bottom-header .container-fluid {
     padding: 0;
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link {
     font-size: 18px;
     line-height: 26px;
     height: inherit;
     color: var(--dark-color);
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu {
     top: 60px;
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu>li .mega-sub-menu {
     top: 0;
}

#pt-header.pt-header-landing .pt-header-right .pt-button.pt-button-flat:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

#pt-header.pt-header-landing .pt-header-right .pt-button.pt-button-flat:hover .pt-button.pt-button-flat i {
     color: var(--white-color);
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
     display: block;
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link {
     color: var(--white-color);
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link {
     border-radius: 0;
     border: 0;
     margin: 0;
     line-height: 50px;
     height: 50px;
     padding: 0 10px;
     color: var(--white-color);
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     background: var(--primary-color);
     width: 0;
     height: 40px;
     z-index: -1;
     transform: translateY(-50%);
     border-radius: var(--big-border-radius);
     transition: var(--transition);
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.pt-active>a.mega-menu-link::before,
#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link:hover::before {
     width: 100%;
     left: 0;
}

#pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link {
     margin-right: 0;
     padding: 0 15px;
     transition: var(--transition);
}

#pt-header.pt-header-landing #mega-menu-wrap-landing .mega-menu-toggle {
     padding: 0 4px;
}

@media (max-width: 1499px) {
     #pt-header.pt-header-landing .pt-bottom-header {
          padding: 20px 15px;
     }
}

@media (max-width:1200px) {
     #pt-header.pt-header-landing .pt-middle-menu {
          order: 99;
          margin-left: 20px;
     }

     header .pt-bottom-header .pt-header-right {
          margin-left: auto;
     }

     #pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link::before {
          content: inherit;
     }

     #pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.pt-active>a.mega-menu-link {
          background-color: var(--primary-color);
          color: var(--white-color);
     }
     #pt-header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link{
          color: var(--dark-color);
     }
}

@media (max-width:767px) {
     #pt-header.pt-header-landing .pt-header-right .pt-button {
          display: none;
     }
}

/*================================================
  Our Team-slider style-2
================================================*/
.pt-team-slider-2 .pt-team.pt-style-2 {
     padding: 30px;
     text-align: center;
     border-radius: var(--border-radius);
     background-color: var(--white-color);
     transition: var(--transition);
}

.pt-team-slider-2 .owl-item.active.center .pt-team.pt-style-2 {
     border-radius: var(--border-radius);
     background-color: var(--primary-color);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-info {
     margin-bottom: 20px;
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-info .pt-member-name {
     font-size: 26px;
     line-height: 34px;
     /* margin-bottom: 5px; */
     text-transform: capitalize;
     transition: none;
}

.pt-team-slider-2 .owl-item.active.center .pt-team.pt-style-2 .pt-team-info .pt-member-name a {
     color: var(--white-color);
     transition: none;
}

.pt-team-slider-2 .owl-item.active.center .pt-team.pt-style-2 .pt-team-info .pt-member-name a:hover {
     color: var(--white-color)
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-info .pt-team-designation {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: var(--primary-color);
     transition: var(--transition);
}

.pt-team-slider-2 .owl-item.active.center .pt-team.pt-style-2 .pt-team-info .pt-team-designation {
     color: var(--white-color);
     transition: none;
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-img {
     overflow: hidden;
     position: relative;
     border-radius: var(--border-radius);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-img img {
     transition: var(--transition);
}

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

.pt-team-slider-2 .owl-item.center .pt-team.pt-style-2 .pt-team-img::after,
.pt-team-slider-2 .owl-item.center .pt-team.pt-style-2 .pt-team-img:hover::after,
.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-img:hover:after {
     height: 250%;
     transition: all 600ms linear !important;
     background-color: transparent;
}

.pt-team-slider-2 .owl-item.center .pt-team.pt-style-2 .pt-team-img img {
     transform: scale(1.1);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social {
     display: flex;
     gap: 15px;
     padding-left: 0;
     margin-bottom: 0;
     margin-top: 30px;
     justify-content: center;
     list-style-type: none;
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social li {
     transition: var(--transition);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social li:hover {
     transform: translateY(-5px);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social li a {
     width: 50px;
     height: 50px;
     font-size: 24px;
     line-height: 50px;
     text-align: center;
     display: inline-block;
     border-radius: 100%;
     transition: var(--transition);
     background-color: var(--grey-color);
}

.pt-team-slider-2 .pt-team.pt-style-2 .pt-team-social li a:hover {
     background-color: var(--dark-color);
     color: var(--white-color);
     transition: var(--transition);
}

@media(max-width:767px) {
     .pt-team-slider-2 .pt-team.pt-style-2 {
          padding: 30px 15px;
     }

}

/*================================================
Tabs
================================================*/

/*===== pt-tabs-1=====*/
.pt-tabs-1 .nav-tabs {
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .15);
     padding-bottom: 0px;
}

.pt-tabs-1 .nav-tabs .nav-item {
     border: none;
     position: relative;
     flex: 1;
     font-size: 20px;
     line-height: 28px;
     font-weight: 700;
     font-family: var(--title-fonts);
     transition: none;
     padding: 15px 0;
     transition: var(--transition);
     border-radius: 15px 15px 0 0;
}

.pt-tabs-1 .nav-tabs .nav-item.active {
     background-color: var(--dark-color);
}

.pt-tabs-1 .nav-tabs .nav-item.active span {
     color: var(--white-color);
}

.pt-tabs-1 .nav-tabs .nav-item:last-child {
     margin-right: 0;
}

.pt-tabs-1 .nav-tabs .nav-item span {
     display: inline-block;
     width: 100%;
     color: var(--dark-color);
     font-family: var(--title-fonts);
     transition: var(--transition);
}

.pt-tabs-1 .nav-tabs .nav-item.active span {
     position: relative;
}

.pt-tabs-1 .nav-tabs .nav-item.active:after {
     opacity: 1;
     border-top-color: var(--primary-color);
}

.pt-tabs-1 .pt-tab-info {
     position: relative;
}

.pt-tabs-1 .tab-content {
     position: relative;
     margin-top: 30px;
}

.pt-tabs-1 .pt-tab-main-image img {
     border-radius: var(--border-radius);
     width: 100%;
}

.pt-tabs-1 .pt-tabs-subtitle {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: var(--primary-color);
     overflow: hidden;
}

.pt-tabs-1 .pt-tabs-icon {
     margin-bottom: 15px;
}

.pt-tabs-1 .pt-tabs-icon i {
     color: #E9B500;
     margin-right: 10px;
     font-size: 16px;
     line-height: 24px;
}

.pt-tabs-1 .pt-tabs-icon i:last-child {
     margin-right: 0;
}

.pt-tabs-1 .pt-tab-price {
     font-size: 24px;
     line-height: 32px;
     color: var(--primary-color);
     margin-bottom: 10px;
}

.pt-tabs-1 .pt-tabs-title {
     margin-bottom: 20px;
     font-size: 28px;
     line-height: 36px;
     text-transform: capitalize;
}

.pt-tabs-1 .pt-tabs-description {
     margin-bottom: 20px;
}

.pt-tabs-1 .pt-tab-info .pt-title-list {
     padding: 0;
     margin: 0;
     list-style: none;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
}

.pt-tabs-1 .pt-tab-info .pt-button {
     margin-top: 45px;
}

.pt-tabs-1 .pt-tab-info .pt-title-list li {
     font-size: 18px;
     line-height: 26px;
     color: var(--dark-color);
     display: flex;
     align-items: center;
     gap: 10px;
}

.pt-tabs-1 .pt-tab-info .pt-title-list li:last-child {
     margin-bottom: 0;
}

.pt-tabs-1 .pt-tab-info .pt-title-list li i {
     color: var(--primary-color);
     font-size: 10px;
     line-height: 18px;
}

.pt-tabs-1 .pt-tab-info .pt-tab-img {
     position: absolute;
     right: 50px;
     bottom: 8px;
}

.pt-tabs-1 .pt-tabs-img img {
     position: absolute;
     width: 180px;
     left: 29%;
     top: 60px;
}

@media(max-width:576px) {
     .pt-tabs-1 .pt-tab-info .pt-title-list {
          grid-template-columns: 1fr;
     }

}

@media(max-width:397px) {
     .pt-tabs-1 .nav-tabs .nav-item {
          font-size: 22px;
          line-height: 30px;
     }

     .pt-tabs-1 .pt-tab-info .pt-button {
          margin-top: 30px;
     }

}

/*================================================
download widget
================================================*/
.widget.widget_pt_download_widget {
     padding: 0;
}

.item-download a {
     font-size: 18px;
     line-height: 26px;
     color: var(--dark-color);
     display: flex;
     align-items: center;
     padding: 20px;
     position: relative;
     transition: var(--transition);
     gap: 15px;
     text-transform: uppercase;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}

.item-download a .pt-file-icon {
     color: var(--primary-color);
     font-size: 24px;
}

.item-download a .pt-download-icon-right {
     min-height: 45px;
     min-width: 45px;
     line-height: 45px;
     text-align: center;
     font-size: 20px;
     border-radius: 100%;
     background-color: var(--dark-color);
     color: var(--white-color);
     margin-left: auto;
     position: relative;
     overflow: hidden;
     transition: var(--transition);
     display: flex;
     align-items: center;
     justify-content: center;
}

.item-download a .pt-download-icon-right i {
     line-height: 1;
}

rs-module-wrap {
     left: 0 !important;
}


/* ################################# */

/* Tooltip */

/* ################################# */

.pt-tooltip-box {
     --box-width: 235px;
     --icon-width: 44px;
     position: absolute;
     display: grid;
     gap: 15px;
     grid-template-columns: var(--icon-width) 0;
     transform: translate(calc(var(--icon-width) / -2), calc(var(--icon-width) / -2));
     transition: var(--transition);
}

.pt-tooltip-box.pt-active {
     z-index: 1;
     grid-template-columns: var(--icon-width) var(--box-width);
}

.pt-tooltip-box .pt-tooltip-icon {
     width: var(--icon-width);
     height: var(--icon-width);
     background-color: var(--primary-color);
     color: var(--white-color);
     font-size: 20px;
     line-height: var(--icon-width);
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
     text-align: center;
     cursor: pointer;
     transition: var(--transition);
     transform: rotate(0deg);
}


.pt-tooltip-box.pt-active .pt-tooltip-icon {
     transform: rotate(90deg);
}

.pt-tooltip-box .pt-tooltip-contain {
     overflow: hidden;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     width: 0;
     transition: var(--transition);
}

.pt-tooltip-box.pt-active .pt-tooltip-contain {
     width: var(--box-width);
}

.pt-tooltip-box .pt-tooltip-contain .pt-tooltip-contain-inner {
     padding: 15px;
     background-color: var(--grey-color);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     width: var(--box-width);
}

.pt-tooltip-box .pt-tooltip-contain .pt-tooltip-contain-inner .pt-tooltip-description {
     margin-bottom: 0;
}

@media (max-width: 575px) {
     .pt-tooltip-box {
          --box-width: 125px;
          --icon-width: 36px;
          gap: 10px;
     }

     .pt-tooltip-box .pt-tooltip-contain .pt-tooltip-contain-inner {
          padding: 10px;
     }

     .pt-tooltip-box .pt-tooltip-contain .pt-tooltip-contain-inner .pt-tooltip-title {
          font-size: 16px;
          line-height: 24px;
     }

     .pt-tooltip-box .pt-tooltip-contain .pt-tooltip-contain-inner .pt-tooltip-description {
          display: none;
     }
}


/*================================================
landing page 
================================================*/

/* ====== Custom CSS ====== */
.pt-custom .pt-section-title.text-center {
    padding: 0 5em;
      margin-bottom: 45px;
}

@media (max-width: 1023px) {
     .pt-custom .pt-section-title.text-center {
         padding: 0;
           margin-bottom: 30px;
     }
}

.pt-icon-list .elementor-icon-list-items.elementor-inline-items {
     display: flex;
     gap: 15px 0;
}

.pt-landing-footer .pt-section-title.text-center{
     margin-bottom: 45px;

}

.pt-landing-footer .pt-button.pt-button-flat:hover, .pt-landing-footer .pt-button.pt-button-flat:focus {
    background:var(--white-color);
    color:  var(--dark-color);
}

.pt-landing-footer .pt-button.pt-button-flat:hover i {
    color: var(--dark-color);
}


