/*
Template: buildar - Construction WordPress Theme
Author: peacefulqode.com
Version: 1.1
Design and Developed by: Peacefulqode
*/

/*==============================================
[  Table of contents  ]
================================================
==> Moz Selection
==> General
==> Loading
==> Back To Top
==> Button Core
==> Button Rounded
==> Section Title
==> OWL Carousel
==> Header
==> Service
==> Service Single
==> Isotope Portfolio
==> Portfolio
==> Popup Video
==> Team
==> Background SVG
==> Counter
==> Process Steps
==> Text Border
==> Testimonial
==> Clients
==> Fancy Box
==> Pricing Box
==> Contact Form
==> Breadcrumb
==> Blog
==> Recent Post
==> Blog Sidebar
==> Pagination
==> Single Post Navigation
==> single project css
==> Footer
==> Wow Image effects
==> Award
==> Accordion-Box
==> Tooltip
==> Tab
==> Form
==> Coustom CSS
=======================================
[ End table content ]
======================================*/

/* ################################# */

/* Moz Selection */

/* ################################# */
:root {
     --primary-color: #FF761B;
     --dark-color: #15141C;
     --secondary-color: #525256;
     --grey-color: #F3F3F3;
     --white-color: #ffffff;
     --body-fonts: "Titillium Web", sans-serif;
     --title-fonts: "Unbounded", sans-serif;
     --font-weight: 500;
     --border-radius: 20px;
     --big--border-radius: 900px;
     --transition-duration: 0.5s;
     --transition-timing-function: ease-in-out;
     --transition: all 0.5s ease-in-out;
     --box-shadow: -4px -4px 1px 2px var(--primary-color);
}

/* ################################# */

/* General */

/* ################################# */
body {
     background: var(--white-color);
     font-family: var(--body-fonts);
     font-size: 18px;
     font-style: normal;
     font-weight: normal;
     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;
     text-transform: capitalize;
     font-weight: var(--font-weight);
     margin: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
}

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

h1 {
     font-size: 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%;
     float: left;
     overflow: hidden;
}

.pt-cards-body .content-area .site-main,
.pt-cards-body .content-area .site-main .elementor-section.elementor-top-section.pt-cards-section {
     overflow: visible;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
     line-height: inherit !important;
}

/* ################################# */

/* 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: 60px;
}

/* ################################# */

/* Back To Top */

/* ################################# */

.progress-wrap {
     position: fixed;
     right: 30px;
     bottom: 30px;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     border-radius: 55px;
     box-shadow: inset 0 0 0 2px var(--dark-color);
     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"] {
     overflow: hidden;
     font-family: var(--body-fonts);
     font-weight: 400;
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 1px;
     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;
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
     transition: var(--transition-duration);
     background: linear-gradient(to right, var(--dark-color) 50%, var(--primary-color) 50%);
     background-size: 202% 100%;
     background-position: right bottom;
     border: none;
}

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

/*===== Button Flat =====*/
.pt-button .pt-button-flat {
     overflow: hidden;
     font-family: var(--body-fonts);
     font-weight: 400;
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 1px;
     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;
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
     transition: var(--transition-duration);
     background: linear-gradient(to right, var(--dark-color) 50%, var(--primary-color) 50%);
     background-size: 202% 100%;
     background-position: right bottom;
}

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

.pt-button .pt-button-flat i {
     color: var(--white-color);
     font-size: 20px;
     margin-left: 4px;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
}

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

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

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

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

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

.pt-button .pt-button-link i {
     color: var(--primary-color);
     font-size: 18px;
     margin-left: 5px;
}

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

/*===== Button outline =====*/
.pt-button .pt-button-outline {
     overflow: hidden;
     font-family: var(--body-fonts);
     border: 1px solid var(--dark-color);
     font-weight: 400;
     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;
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
     transition: var(--transition-duration);
}

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

.pt-button .pt-button-outline i {
     color: var(--white-color);
     font-size: 20px;
     margin-left: 4px;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
}

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

/*===== Button Rev Silder =====*/
.sr7-btn.button-rev {
     display: flex !important;
     align-items: center;
}

.sr7-btn.button-rev i {
     margin-left: 8px;
     margin-top: 4px;
}

.rev-text {
     position: relative;
}

.rev-text::before {
     content: "";
     position: absolute;
     bottom: -1px;
     left: 0;
     width: 60%;
     height: 2px;
     background: var(--primary-color);
     display: inline-block;
}

/* ################################# */

/* Button Rounded */

/* ################################# */

.button-rounded {
     display: flex;
}

.button-rounded a {
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-size: 24px;
     border-radius: var(--big--border-radius);
     background: var(--dark-color);
     color: var(--white-color);
     text-align: center;
     transition: var(--transition-duration);
}

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


/* ################################# */

/* Section Title */

/* ################################# */

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

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

.pt-section-title .pt-title-subtitle {
     font-weight: 400;
     font-size: 18px;
     line-height: 26px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     margin: 0 0 10px;
     display: inline-block;
     letter-spacing: 1px;
     align-items: center;
}

.pt-section-title .pt-title-subtitle::before {
     content: "";
     position: absolute;
     bottom: -1px;
     left: 0;
     width: 60%;
     height: 2px;
     background: var(--primary-color);
     display: inline-block;
}

.pt-section-title .pt-title-heading {
     font-size: 48px;
     line-height: 56px;
     z-index: 9;
     color: var(--dark-color);
     padding: 0;
     margin: 0 0;
     position: relative;
     display: block;
     margin-bottom: 5px;
}

.pt-section-title .pt-title-description {
     font-family: var(--body-fonts);
     font-size: 18px;
     font-weight: 400;
     z-index: 9;
     position: relative;
     margin: 0 0 0 0;
}

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

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

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

@media(max-width:1023px) {
     .pt-section-title .pt-title-heading {
          font-size: 40px;
          line-height: 48px;
     }

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

@media(max-width:767px) {
     .pt-section-title .pt-title-heading {
          font-size: 36px;
          line-height: 44px;
     }

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

@media(max-width:479px) {
     .pt-section-title .pt-title-heading {
          font-size: 32px;
          line-height: 38px;
     }
}

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

     .pt-section-title .pt-title-subtitle::before {
          display: none;
     }
}

/* ################################# */

/* OWL Carousel */

/* ################################# */

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

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
     outline: none;
     text-align: center;
     text-indent: inherit;
     cursor: pointer;
     position: relative;
     font-size: 24px;
     width: 70px;
     height: 70px;
     line-height: 70px;
     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);
}

/*++++++++++++++++ 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(--grey-color);
     border: 0 solid var(--grey-color);
     display: inline-block;
     padding: 0;
     margin: 0px 5px;
     height: 12px;
     width: 12px;
     transition: var(--transition-duration);
     -webkit-transition: var(--transition-duration);
     -o-transition: var(--transition-duration);
     -moz-transition: var(--transition-duration);
     -ms-transition: var(--transition-duration);
     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;
}

/* ################################# */

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

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

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(--dark-color);
     padding: 0 45px;
     color: var(--white-color);
}

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

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

.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;
     justify-content: flex-end;
}

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

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

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

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

.pt-header-contact ul li a i::before,
.pt-header-contact ul li i::before {
     vertical-align: middle;
}


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

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

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

#pt-header.pt-header-style-1 .pt-bottom-header {
     padding: 0 45px;
     background-color: var(--white-color);
     transition: 0s;
}

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

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

/* .admin-bar #pt-header.pt-header-style-2 {
     top: 32px;
} */

#pt-header.pt-header-style-2 {
     position: relative;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     z-index: 99;
}

#pt-header.pt-header-style-2 .pt-bottom-header {
     padding: 0 45px;
     background-color: rgba(255, 255, 255, 0.2);
     position: absolute;
     left: 0;
     display: inline-block;
     width: 100%;
     transition: 0s;

}

#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     background: rgba(21, 20, 28, 0.9);
     -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-header-style-2 .pt-bottom-header .pt-container-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
}

#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     color: var(--white-color);
}

#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper #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 .pt-bottom-header .pt-container-wrapper #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 .pt-bottom-header .pt-container-wrapper #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 .pt-bottom-header .pt-container-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:hover>a.mega-menu-link {
     color: var(--primary-color);
}

#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact a {
     color: var(--white-color);
}

/*===== Header Bottom Style 3  =====*/

#pt-header.pt-header-style-3 .pt-bottom-header {
     padding: 0 45px;
     background-color: var(--white-color);
     transition: 0s;

}

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

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

/*++++++ 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-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: 500;
     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: 600;
     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;
}

.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 {
     border: none;
     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-duration);
     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-duration);
     -moz-transition: var(--transition-duration);
     -ms-transition: var(--transition-duration);
     -o-transition: var(--transition-duration);
     -webkit-transition: var(--transition-duration);
}

.pt-siderbar-open .pt-background-overlay {
     display: block;
     transition: var(--transition-duration);
     -moz-transition: var(--transition-duration);
     -ms-transition: var(--transition-duration);
     -o-transition: var(--transition-duration);
     -webkit-transition: var(--transition-duration);
}

.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-duration);
     -moz-transition: var(--transition-duration);
     -ms-transition: var(--transition-duration);
     -o-transition: var(--transition-duration);
     -webkit-transition: var(--transition-duration);
}

.pt-sidebar .pt-close-btn .pt-close {
     position: absolute;
     top: 30px;
     right: 30px;
     background: var(--primary-color);
     width: 45px;
     height: 45px;
     line-height: 50px;
     text-align: center;
     color: var(--white-color);
     font-size: 20px;
     -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-sidebar-block {
     padding: 30px;
     height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
     height: 50px;
     width: auto;
     margin-bottom: 30px;
}

.pt-sidebar h2.wp-block-heading {
     margin-bottom: 0;
}

.pt-sidebar h4.pt-sidebar-heading {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 15px;
}

.pt-sidebar h4.pt-sidebar-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 15px;
}

.pt-sidebar .pt-sidebar-contact {
     display: inline-block;
     width: 100%;
     margin-bottom: 30px;
}

.pt-sidebar .pt-sidebar-contact .pt-contact-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 10px;
}

.pt-sidebar ul {
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 5px;
}

.pt-sidebar ul li {
     list-style: none;
     margin: 0;
     display: flex;
     gap: 15px;
     align-items: center;
}

.pt-sidebar-contact li a {
     color: var(--dark-color);
     display: flex;
     align-items: center;
     gap: 15px;
}

.pt-sidebar-contact li i {
     height: 18px;
     line-height: 1;
     display: inline-block;
}

.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(--grey-color);
     color: var(--dark-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: 0;
     border-radius: var(--border-radius);
}

.pt-sidebar .widget img {
     border-radius: var(--border-radius);
     margin-bottom: 0 !important;
}

@media(max-width:1023px) {
     .pt-sidebar {
          display: none;
     }
}

@media(max-width:1499px) {

     .pt-top-header.top-style-1,
     #pt-header.pt-header-style-1 .pt-bottom-header,
     #pt-header.pt-header-style-2 .pt-bottom-header,
     #pt-header.pt-header-style-3 .pt-bottom-header {
          padding: 0;
     }
}

@media(max-width:1399px) {
     #pt-header.pt-header-style-3 .pt-bottom-header .pt-header-contact {
          display: none;
     }

}

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

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-header-right .pt-header-contact {
          display: none;
     }
}

@media (max-width:1199px) {

     #pt-header.pt-header-style-1 .pt-bottom-header,
     #pt-header.pt-header-style-2 .pt-bottom-header,
     #pt-header.pt-header-style-3 .pt-bottom-header {
          padding: 15px 0;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-middle-menu,
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-middle-menu,
     #pt-header.pt-header-style-3 .pt-bottom-header .pt-middle-menu {
          order: 99;
          margin-left: 20px;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-header-right,
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right,
     #pt-header.pt-header-style-3 .pt-bottom-header .pt-header-right {
          margin-left: auto;
     }

     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
          height: 3px !important;
          background-color: var(--white-color);
     }

     #pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          color: var(--dark-color);
     }

     #pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper #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 .pt-bottom-header .pt-container-wrapper #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 .pt-bottom-header .pt-container-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
          color: var(--white-color);
     }

     #pt-header.pt-header-style-2 .pt-bottom-header #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-bottom-header #mega-menu-wrap-primary .mega-menu-toggle {
          background: var(--primary-color);
     }

     #pt-header .pt-bottom-header .pt-toggle-btn {
          display: none;
     }
}

@media(max-width:782px) {

     .admin-bar header#pt-header .pt-bottom-header.pt-header-sticky,
     .admin-bar #pt-header.pt-header-style-2 {
          top: 46px;
     }
}

@media (max-width:979px) {
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right .pt-header-contact {
          display: none;
     }

}

@media (max-width:767px) {

     .pt-header-contact,
     .pt-header-right .pt-header-icon .pt-search-button,
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right .pt-button,
     #pt-header.pt-header-style-3 .pt-bottom-header .pt-header-right .pt-button {
          display: none;
     }
}

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

@media(max-width:349px) {
     .pt-shop-btn {
          display: none;
     }
}

/* ################################# */

/* Service */

/* ################################# */
.service-box-style-1 {
     position: relative;
     overflow: hidden;
}

.service-box-style-1 .service-box-img {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.service-box-style-1 .service-box-img img {
     width: 100%;
     transition: var(--transition-duration);
}

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

.service-box-style-1 .service-box-info {
     padding: 20px 0;
     position: relative;
     display: flex;
     border-bottom: 1px solid var(--grey-color);
     align-items: center;
     justify-content: space-between;
}

.service-box-style-1 .service-box-info .service-box-title {
     font-size: 24px;
     line-height: 32px;
}

.service-box-style-1 .service-box-info::before {
     content: "";
     position: absolute;
     bottom: -1px;
     right: 100%;
     height: 1px;
     width: 100%;
     transition: var(--transition-duration);
     background: var(--primary-color);
}

.service-box-style-1:hover .service-box-info::before {
     right: 0%;
}

/*===== Service 2 =====*/
.service-box-style-2 {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.service-box-style-2 .service-box-img {
     position: absolute;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 100%;
}

.service-box-style-2 .service-box-img img {
     transition: var(--transition-duration);
     object-fit: cover;
     height: 100%;
     width: 100%;
}

.service-box-style-2:hover .service-box-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.service-box-style-2 .service-box-info {
     margin: 190px 30px 30px 30px;
     padding-top: 20px;
     position: relative;
     display: inline-block;
     max-width: 70%;
     border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.service-box-style-2 .service-box-info .service-box-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--white-color);
     margin-bottom: 10px;
}

@media (max-width: 575px) {
     .service-box-style-2 .service-box-info {
          margin: 180px 15px 30px 15px;
     }
}

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

.service-box-style-3 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     align-items: center;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     overflow: hidden;
     background-color: var(--white-color);
}

.service-box-style-3 .service-box-img img {
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     width: 100%;
}

.service-box-style-3 .service-box-info {
     padding: 30px;
}

.service-box-style-3 .service-box-info .service-box-icon {
     width: 84px;
     height: 84px;
     background-color: var(--primary-color);
     font-size: 40px;
     line-height: 84px;
     text-align: center;
     color: var(--white-color);
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
}

.service-box-style-3 .service-box-info .service-box-title {
     margin-top: 15px;
     font-size: 22px;
     line-height: 30px;
}

.service-box-style-3 .service-box-info .service-box-description {
     margin-bottom: 0;
     margin-top: 15px;
     padding-top: 15px;
     border-top: 1px solid #0000001f;
}

@media (max-width: 1279px) {
     .service-box-style-3 {
          grid-template-columns: 1fr;
     }
}

@media (max-width: 575px) {

     .service-box-style-3 .service-box-info {
          padding: 30px 15px;
     }

     .service-box-style-3 .service-box-info .service-box-icon {
          width: 72px;
          height: 72px;
          font-size: 36px;
          line-height: 72px;
     }
}

/* ################################# */

/* 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;
     color: var(--dark-color);
     font-weight: 400;
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     letter-spacing: 1px;
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--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: 600;
     font-size: 16px;
     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);
}

/* ################################# */

/* Isotope Portfolio */

/* ################################# */

.pt-grid-item.visible_item,
.pt-masonry-item.visible_item {
     display: none;
}

.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-size: 18px;
     line-height: 26px;
     font-weight: 400;
     letter-spacing: 1px;
     text-transform: uppercase;
     list-style: none;
     color: var(--dark-color);
     display: inline-block;
     cursor: pointer;
     padding: 12px 20px;
     transition: var(--transition-duration);
     -moz-transition: var(--transition-duration);
     -ms-transition: var(--transition-duration);
     -o-transition: var(--transition-duration);
     -webkit-transition: var(--transition-duration);
     -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: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);
}

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

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

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

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

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

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

.pt-grid.no-padding .pt-grid-item,
.pt-masonry.no-padding .pt-masonry-item {
     padding: 0;
}

.pt-btn-load-container {
     margin-top: 0;
     display: inline-block;
     width: 100%;
}

.pt-btn-load-container a.pt-button {
     cursor: pointer;
}

.pt-grid.style-2 .pt-portfoliobox-1 .pt-portfolio-img {
     overflow: hidden;
}

.pt-grid.style-2 .pt-portfoliobox-1 .portfolio-box-info {
     position: relative;
     bottom: 0;
     left: 0;
     background: transparent;
     padding-left: 0;
     padding-bottom: 0;
     opacity: 1;
}

.pt-grid.style-2 .pt-portfoliobox-1 a.pt-portfolio-icon-bg {
     display: none;
}

.pt-grid.style-2 .pt-grid-item:nth-child(1) .pt-portfoliobox-1 {
     margin-top: 60px;
}

.pt-grid.style-2 .pt-col-6 {
     padding: 0 30px 45px;
     padding-bottom: 45px;
}

/*=========  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-3 {
     width: 25%;
     padding: 0 15px 30px;
}

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

.pt-masonry.no-padding .ipt-lg-6,
.pt-masonry.no-padding .ipt-lg-3 {
     padding: 0;
}

.pt-masonry.no-padding .pt-portfoliobox-1,
.pt-masonry.no-padding .pt-portfoliobox-1 .pt-portfolio-img img {
     border-radius: 0;
}

/* ========= layout 2 ========= */
.pt-masonry .ipt-lg-4 {
     width: 33.333%;
     padding: 0 15px 30px;
}

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

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

@media(max-width:1365px) {
     .pt-col-3 {
          width: 33.33%;
     }

     .pt-masonry .ipt-lg-6 {
          width: 50%;
     }

     .pt-masonry .ipt-lg-3 {
          width: 33.33%;
     }

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

     .pt-masonry .ipt-lg-8 {
          width: 50%;
     }

     .pt-filters .pt-filter-button-group ul li {
          margin-right: 10px;
     }

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

@media(max-width:767px) {
     .pt-filters .pt-filter-button-group ul {
          margin: 0 0 30px;
     }

     .pt-filters .pt-filter-button-group ul li {
          margin-right: 0;
          font-size: 16px;
          padding: 10px 20px;
     }

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

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

     .pt-masonry .ipt-lg-8 {
          width: 100%;
     }

     .pt-grid.style-2 .pt-grid-item:nth-child(1) .pt-portfoliobox-1 {
          margin-top: 0;
     }

     .pt-grid.style-2 .pt-col-6 {
          padding: 0 0 30px;
     }

}

@media(max-width:479px) {
     .pt-filters .pt-filter-button-group ul li {
          margin-bottom: 15px;
     }

}

.pt-grid-item {
     float: left;
}



/* ################################# */

/* Portfolio */

/* ################################# */

.portfolio-box-style-1-slider .owl-stage-outer {
     margin-right: calc(-50vw + 685px);
}

.portfolio-box-style-1 {
     position: relative;
     overflow: hidden;
}

.portfolio-box-style-1 .portfolio-box-img {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.portfolio-box-style-1 .portfolio-box-img img {
     transition: var(--transition-duration);
}

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

.portfolio-box-style-1 .portfolio-box-info {
     padding: 20px 0 0;
     position: relative;
}

.portfolio-box-style-1 .portfolio-box-info .portfolio-box-categorie {
     font-family: var(--body-fonts);
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: var(--primary-color);
     margin-bottom: 8px;
     display: inline-block;
     width: 100%;
}

.portfolio-box-style-1 .portfolio-box-info .pt_portfolio_excerpt {
     margin-top: 5px;
}

.portfolio-box-style-1 .portfolio-box-info .pt-button {
     margin-top: 20px;
}

.portfolio-box-style-1-slider .owl-dots {
     text-align: left;
}

.portfolio-box-style-1-slider .owl-nav {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     display: flex;
     justify-content: flex-start;
     flex-direction: column;
     gap: 15px;
     left: -10%;
     width: 65px;
}

.portfolio-box-style-1-slider .owl-carousel .owl-dots .owl-dot {
     background: var(--white-color);
}

.portfolio-box-style-1-slider .owl-carousel .owl-dots .owl-dot.active {
     background: var(--primary-color);
     border-color: var(--primary-color);
}


@media (max-width: 1399px) {
     .portfolio-box-style-1-slider .owl-stage-outer {
          margin-right: initial;
     }
}

@media (max-width: 1099px) {
     .portfolio-box-style-1-slider .owl-nav {
          position: relative;
          top: inherit;
          transform: inherit;
          display: flex;
          justify-content: center;
          flex-direction: row;
          gap: 0;
          left: auto;
          right: auto;
          width: 100%;
          margin-top: 30px;
     }
}

@media (max-width: 767px) {

     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next {
          font-size: 24px;
          width: 60px;
          height: 60px;
          line-height: 58px;
     }
}

@media (max-width:479px) {
     .portfolio-box-style-1-slider .owl-nav {
          margin-top: 15px;
     }
}

.portfolio-box-style-1 {
     overflow: hidden;
     position: relative;
}

.portfolio-box-style-1 .pt-portfolio-img {
     position: relative;
     overflow: hidden;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.portfolio-box-style-1 .pt-portfolio-img img {
     width: 100%;
     transition: var(--transition-duration);
     transition: var(--transition-duration);
     -moz-transition: var(--transition-duration);
     -ms-transition: var(--transition-duration);
     -o-transition: var(--transition-duration);
     -webkit-transition: var(--transition-duration);
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
}

.portfolio-box-style-1:hover .pt-portfolio-img img {
     -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}

.portfolio-box-style-1 .pt-portfolio-img span.pt-portfolio-tag {
     display: none;
}

.portfolio-box-style-1 .portfolio-box-info .pt-portfolio-style-1-tag {
     line-height: 1;
     margin-bottom: 5px;
}

.portfolio-box-style-1 .portfolio-box-info .pt-portfolio-style-1-tag a {
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: var(--primary-color);
}

/*===== Portfoliobox Hover Slide  =====*/

.portfolio-box-style-1.pt-hover-slide .portfolio-box-info {
     position: absolute;
     bottom: 30px;
     left: 0;
     z-index: 1;
     -moz-transform: translate(-100%, 0px);
     -webkit-transform: translate(-100%, 0px);
     -o-transform: translate(-100%, 0px);
     -ms-transform: translate(-100%, 0px);
     transform: translate(-100%, 0px);
     -webkit-transition: transform 0.4s 0s ease-in-out;
     -moz-transition: transform 0.4s 0s ease-in-out;
     -o-transition: transform 0.4s 0s ease-in-out;
     transition: transform 0.4s 0s ease-in-out;
     padding: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     text-align: left;
}

.portfolio-box-style-1.pt-hover-slide:hover .portfolio-box-info {
     -moz-transform: translate(0px, 0px);
     -webkit-transform: translate(0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate(0px, 0px);
     left: 30px;
}

.portfolio-box-style-1.pt-hover-slide .portfolio-box-info h5 a {
     color: var(--dark-color);
     font-size: 24px;
     line-height: 32px;
}

.portfolio-box-style-1.pt-hover-slide .portfolio-box-info h5 a:hover {
     color: var(--primary-color);
}

.portfolio-box-style-1.pt-hover-slide .portfolio-box-info .pt-portfolio-style-1-tag {
     margin-bottom: 0;
}

.portfolio-box-style-1.pt-hover-slide .portfolio-box-info .pt-portfolio-style-1-tag a {
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: var(--primary-color);
     display: inline-block;
     margin-bottom: 10px;
}

/*===== Portfoliobox Hover fade  =====*/

.portfolio-box-style-1.pt-hover-fade {
     text-align: center;
}

.portfolio-box-style-1.pt-hover-fade:before {
     opacity: 0;
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: inline-block;
     background: var(--dark-color);
     z-index: 1;
     transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.portfolio-box-style-1.pt-hover-fade:hover:before {
     opacity: 0.9;
}

.portfolio-box-style-1.pt-hover-fade .portfolio-box-info {
     padding: 0;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
     display: grid;
     align-items: center;
     justify-content: center;
     align-content: center;
     justify-items: center;
     opacity: 0;
     -moz-transform: translate(0px, 30px);
     -webkit-transform: translate(0px, 30px);
     -o-transform: translate(0px, 30px);
     -ms-transform: translate(0px, 30px);
     transform: translate(0px, 30px);
     -webkit-transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
     transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.portfolio-box-style-1.pt-hover-fade .portfolio-box-info h5 {
     margin-bottom: 5px;
}

.portfolio-box-style-1.pt-hover-fade .portfolio-box-info h5 a,
.portfolio-box-style-1.pt-hover-fade .portfolio-box-info .pt-portfolio-style-1-title a {
     color: var(--white-color);
}

.portfolio-box-style-1.pt-hover-fade .portfolio-box-info .pt-portfolio-style-1-tag a {
     color: var(--primary-color);
}

.portfolio-box-style-1.pt-hover-fade:hover .portfolio-box-info {
     opacity: 1;
     -moz-transform: translate(0px, 0);
     -webkit-transform: translate(0px, 0);
     -o-transform: translate(0px, 0);
     -ms-transform: translate(0px, 0);
     transform: translate(0px, 0);
}

.portfolio-box-style-1.pt-hover-fade .pt-e-post-link {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.portfolio-box-style-1.pt-hover-fade .portfolio-box-info .pt-btn-container a {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     color: var(--primary-color);
     text-transform: uppercase;
}

@media (max-width:479px) {
     .portfolio-box-style-1.pt-hover-slide .portfolio-box-info {
          padding: 15px;
          margin-right: 15px;
     }

     .portfolio-box-style-1.pt-hover-slide .portfolio-box-info .pt-portfolio-style-1-title a {
          font-size: 28px;
          line-height: 36px;
     }

     .portfolio-box-style-1.pt-hover-slide:hover .portfolio-box-info {
          left: 15px;
     }
}

/*===== Portfoliobox Hover below  =====*/

.portfolio-box-style-1.pt-hover-bellow .portfolio-box-info {
     margin-top: 5px;
}

/* ################################# */

/* Popup Video */

/* ################################# */

.popup-video-box-style-1 .pt-video {
     width: 120px;
     display: flex;
     height: 120px;
     line-height: 120px;
     font-size: 24px;
     border-radius: var(--big--border-radius);
     background: var(--primary-color);
     color: var(--white-color);
     transition: var(--transition-duration);
     align-items: center;
     justify-content: center;
}

.popup-video-box-style-1 a:hover,
.popup-video-box-style-1 a:focus {
     color: var(--white-color);
}

.popup-video-box-style-1 .pt-video:hover {
     background: var(--dark-color);
}

.mfp-wrap .mfp-close {
     padding: 0;
     top: -50px;
     right: 0;
     font-size: 26px;
     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: 200;
}

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

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

/* ################################# */

/* Team */

/* ################################# */

.team-box-style-1 {
     background: var(--white-color);
     padding: 30px 20px 0;
     border-radius: var(--border-radius);
     text-align: center;
     margin-bottom: 51px;
     transform: var(--transition);
}


.team-box-slider-1 .owl-item.active.center .team-box-style-1 {
     background: var(--primary-color);
}

.team-box-style-1 .team-box-info {
     margin-bottom: 5px;
}

.team-box-style-1 .team-box-info .team-box-title {
     font-size: 24px;
     line-height: 32px;
     transition: none;
}

.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-title a,
.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-categorie a {
     color: var(--white-color);
     transition: none;
}

.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-title a:hover,
.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-categorie a:hover {
     color: var(--white-color)
}

.team-box-style-1 .team-box-info .team-box-categorie {
     font-weight: 400;
     font-size: 18px;
     line-height: 26px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
}

.team-box-style-1 .team-box-img {
     position: relative;
     display: inline-block;
     width: 100%;
     overflow: hidden;
     margin-bottom: -30px;
     border-radius: var(--border-radius);
}

.team-box-style-1 .team-box-img::before {
     content: "";
     position: absolute;
     top: -1px;
     display: inline-block;
     width: 100%;
     height: 15px;
     left: 0;
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="white"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="white"/><path d="M470 5L462 5V0L470 0V5Z" fill="white"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="white"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="white"/><path d="M34 5L42 5V0L34 0V5Z" fill="white"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="white" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
     background-repeat: no-repeat;
     background-size: contain;
     background-position: bottom center;
     z-index: 9;
}

.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-img::before,
.team-box-slider-1 .owl-item.active.center .pt-bg-gray .team-box-style-1 .team-box-img::before {
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="%23FF761B"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="%23FF761B"/><path d="M470 5L462 5V0L470 0V5Z" fill="%23FF761B"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="%23FF761B"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="%23FF761B"/><path d="M34 5L42 5V0L34 0V5Z" fill="%23FF761B"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="%23FF761B" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
}

.team-box-style-1 .team-box-img img {
     transition: var(--transition-duration);
}

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

.pt-bg-gray .team-box-style-1 {
     background: var(--grey-color);
}

.pt-bg-gray .team-box-style-1 .team-box-img::before {
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="%23F3F3F3"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="%23F3F3F3"/><path d="M470 5L462 5V0L470 0V5Z" fill="%23F3F3F3"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="%23F3F3F3"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="%23F3F3F3"/><path d="M34 5L42 5V0L34 0V5Z" fill="%23F3F3F3"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="%23F3F3F3" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
}


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

@media (max-width:397px) {
     .team-box-style-1 .team-box-img::before {
          height: 8px;
     }
}


/*===== Share =====*/

.team-box-style-1 .menu {
     z-index: 9;
     position: fixed;
     padding: 0;
     margin: 0;
     bottom: 0;
     list-style-type: none;
     left: 50%;
     transform: translateX(-50%);
}

.team-box-style-1 .menu .share>i {
     height: 60px;
     width: 60px;
     text-align: center;
     line-height: 60px;
     background-color: var(--dark-color);
     color: var(--white-color);
     border-radius: var(--big--border-radius);
     cursor: pointer;
}

.team-box-style-1 .menu .share:hover>i {
     background: var(--primary-color);
}

.team-box-style-1 .menu .submenu {
     list-style-type: none;
     padding: 8px 20px;
     margin: 0;
     background: var(--white-color);
     position: absolute;
     top: -30px;
     opacity: 0;
     display: flex;
     gap: 15px;
     border-radius: var(--big--border-radius);
     left: 50%;
     transform: translateX(-50%);
     transition: var(--transition-duration);
}

.team-box-style-1 .menu .submenu li a {
     color: var(--dark-color);
}

.team-box-style-1 .menu .submenu li a:hover {
     color: var(--primary-color);
}

.team-box-style-1 .menu .share:hover .submenu {
     top: -60px;
     opacity: 1;
}

/*===== Team Owl Carousel =====*/
.team-box-slider-1 .owl-nav {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
}

.team-box-slider-1 .owl-carousel .owl-nav button.owl-prev {
     position: absolute;
     left: -8%;

     transform: rotate(180deg) translate(0px, 0px);
}

.team-box-slider-1 .owl-carousel .owl-nav button.owl-next {
     position: absolute;
     right: -8%;
}

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

.team-box-style-2 {
     text-align: center;
}

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

.team-box-style-2 .team-box-social {
     font-size: 20px;
     z-index: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: var(--transition-duration);
     position: absolute;
     left: 0;
     bottom: 17px;
     visibility: visible;
     gap: 15px;
     width: 100%;
}

.team-box-style-2 .team-box-social a {
     font-size: 16px;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     display: block;
     border-radius: 100%;
     color: var(--dark-color);
     background: var(--white-color);
     transition: var(--transition-duration);
     transform: translateY(30px);
     opacity: 0;
}

.team-box-style-2:hover .team-box-social a {
     transform: translateY(0px);
     opacity: 1;
}

.team-box-style-2 .team-box-social a:hover {
     background: var(--primary-color);
}

.team-box-style-2:hover .team-box-social a:nth-child(2) {
     transition-delay: 0.2s;
}

.team-box-style-2:hover .team-box-social a:nth-child(3) {
     transition-delay: 0.3s;
}

.team-box-style-2:hover .team-box-social a:nth-child(4) {
     transition-delay: 0.4s;
}

.team-box-style-2:hover .team-box-social a:nth-child(5) {
     transition-delay: 0.5s;
}

.team-box-style-2:hover .team-box-social a:nth-child(6) {
     transition-delay: 0.6s;
}

.team-box-style-2:hover .team-box-social a:nth-child(7) {
     transition-delay: 0.7s;
}

.team-box-style-2:hover .team-box-social a:nth-child(8) {
     transition-delay: 0.8s;
}

.team-box-style-2 .team-box-info {
     margin-top: 20px;
}

.team-box-style-2 .team-box-info .team-box-title {
     font-size: 24px;
     line-height: 32px;
}

.team-box-style-2 .team-box-info .team-box-categorie {
     font-weight: 400;
     font-size: 18px;
     line-height: 26px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
}

.team-box-style-2 .team-box-img {
     position: relative;
     width: 100%;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.team-box-style-2 .team-box-img img {
     transition: var(--transition-duration);
}

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

.team-box-slider-2 .owl-nav {
     margin-top: 30px;
}

/*===== Team Style-1 Bg-white =====*/

.pt-bg-white .team-box-style-1 {
     background: var(--grey-color);
     transition: var(--transition);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
}

.pt-bg-white .team-box-style-1:hover {
     background: var(--primary-color);

}

.pt-bg-white .team-box-style-1:hover .team-box-info .team-box-title,
.pt-bg-white .team-box-style-1:hover .team-box-info .team-box-title:hover,
.pt-bg-white .team-box-style-1:hover .team-box-info .team-box-title:hover a,
.pt-bg-white .team-box-style-1:hover .team-box-info .team-box-categorie a {
     color: var(--white-color);
}

.pt-bg-white .team-box-style-1 .team-box-img::before {
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="%23F3F3F3"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="%23F3F3F3"/><path d="M470 5L462 5V0L470 0V5Z" fill="%23F3F3F3"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="%23F3F3F3"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="%23F3F3F3"/><path d="M34 5L42 5V0L34 0V5Z" fill="%23F3F3F3"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="%23F3F3F3" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
     transition: var(--transition);
}


.pt-bg-white .team-box-style-1:hover .team-box-img::before {
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="%23FF761B"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="%23FF761B"/><path d="M470 5L462 5V0L470 0V5Z" fill="%23FF761B"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="%23FF761B"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="%23FF761B"/><path d="M34 5L42 5V0L34 0V5Z" fill="%23FF761B"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="%23FF761B" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
}


.pt-bg-white .team-box-style-1 .menu {
     bottom: -50px;
}

/* ################################# */

/* Background SVG */

/* ################################# */

.pt-clip-path-img::before {
     content: "";
     position: absolute;
     top: -1px;
     display: inline-block;
     width: 100%;
     height: 28px;
     left: 0;
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="white"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="white"/><path d="M470 5L462 5V0L470 0V5Z" fill="white"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="white"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="white"/><path d="M34 5L42 5V0L34 0V5Z" fill="white"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="white" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center center;
     z-index: 9;
}

.pt-clip-path-background::before {
     content: "";
     position: absolute;
     top: -1px;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 28px;
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="white"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="white"/><path d="M470 5L462 5V0L470 0V5Z" fill="white"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="white"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="white"/><path d="M34 5L42 5V0L34 0V5Z" fill="white"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="white" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center center;
     z-index: 9;
}

.pt-clip-path-background::after {
     content: "";
     position: absolute;
     bottom: -1px;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 28px;
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M60.6652 3.16718C64.8309 1.08435 69.4243 0 74.0817 0H422C430.284 0 437 6.71573 437 15C437 23.2843 430.284 30 422 30H40.5406C32.1854 30 29.5265 18.7366 36.9996 15L60.6652 3.16718Z" fill="%23ffffff"/><path d="M0 29.9997C4.62938 29.9871 9.19344 28.9033 13.3348 26.8326L36.9996 15L37 29.9998L0 29.9997Z" fill="%23ffffff"/><path d="M34 25H42V30H34V25Z" fill="%23ffffff"/><path d="M443.335 3.16718C439.169 1.08435 434.576 0 429.918 0H82.0004C73.7161 0 67.0004 6.71573 67.0004 15C67.0004 23.2843 73.7161 30 82.0004 30H463.459C471.815 30 474.474 18.7366 467 15L443.335 3.16718Z" fill="%23ffffff"/><path d="M504 29.9997C499.371 29.9871 494.807 28.9033 490.665 26.8326L467 15L467 29.9998L504 29.9997Z" fill="%23ffffff"/><path d="M470 25H462V30H470V25Z" fill="%23ffffff"/></svg>');
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center center;
     z-index: 9;
}

.pt-clip-path-background.pt-after-none::after {
     display: none;
}

@media(max-width:1023px) {

     .pt-clip-path-img::before,
     .pt-clip-path-background::before,
     .pt-clip-path-background::after {
          height: 22px;
     }
}

@media(max-width:767px) {

     .pt-clip-path-img::before,
     .pt-clip-path-background::before,
     .pt-clip-path-background::after {
          height: 16px;
     }
}

@media(max-width:369px) {

     .pt-clip-path-img::before,
     .pt-clip-path-background::before,
     .pt-clip-path-background::after {
          height: 14px;
     }
}

/* ################################# */

/* Counter */

/* ################################# */

.counter-border .elementor-counter-title {
     border-top: 1px solid rgba(255, 255, 255, 0.2);
     padding-top: 15px;
}

.counter-border-bottom .elementor-counter-title {
     border-bottom: 1px solid var(--grey-color);
     padding-bottom: 15px;
}

/* ################################# */

/* Process Steps */

/* ################################# */

.process-box-style-1.text-center {
     padding: 0 30px;
}

.process-box-style-1 .process-box-icon {
     height: 90px;
     width: 90px;
     text-align: center;
     font-size: 40px;
     line-height: 90px;
     background-color: var(--primary-color);
     color: var(--white-color);
     border-radius: var(--big--border-radius);
     display: inline-block;
}

.process-box-style-1 .process-box-big-title {
     position: absolute;
     top: 30%;
     left: 0;
     right: 0;
     color: var(--grey-color);
     font-size: 80px;
     line-height: 88px;
     font-family: var(--title-fonts);
     font-weight: var(--font-weight);
     z-index: -1;
}

.process-box-style-1 .process-box-info {
     margin-top: 30px;
}

.process-box-style-1 .process-box-info .process-box-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
}

.process-box-style-1 .process-box-info .process-box-description {
     margin-bottom: 0;
}

/*===== Process Steps 2 =====*/

.process-box-style-2 {
     display: flex;
     gap: 30px;
}

.process-box-style-2 .process-box-big-title {
     color: var(--grey-color);
     font-size: 56px;
     line-height: 64px;
     font-family: var(--title-fonts);
     font-weight: var(--font-weight);
}

.process-box-style-2 .process-box-info .process-box-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
}

.process-box-style-2 .process-box-info .process-box-description {
     margin-bottom: 0;
}

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

/* ################################# */

/* Text Border */

/* ################################# */

.text-before-line {
     display: flex;
     align-items: center;
     font-size: 16px;
     letter-spacing: 0.1em;
}

.text-before-line::before,
.text-before-line::after {
     content: "";
     flex: 1;
     border-bottom: 1px solid rgba(102, 102, 102, 0.20);
}

.text-before-line:not(:empty)::before {
     margin-right: 15px;
}

.text-before-line:not(:empty)::after {
     margin-left: 15px;
}

@media(max-width:767px) {
     .text-before-line {
          display: block;
     }

     .text-before-line:not(:empty)::before {
          margin-right: 0;
     }

     .text-before-line:not(:empty)::after {
          margin-left: 0;
     }
}

/* ################################# */

/* Testimonial */

/* ################################# */

.testimonial-box-style-1 {
     color: var(--white-color);
     position: relative;
}

.testimonial-box-style-1 .testimonial-box-star {
     margin-bottom: 15px;
     color: var(--white-color);
     font-size: 18px;
     line-height: 1.3;
     letter-spacing: 1px;
}

.testimonial-box-style-1 .testimonial-box-quote {
     position: absolute;
     bottom: -15px;
     right: 0;
     color: var(--white-color);
     font-size: 72px;
     line-height: 80px;
     opacity: 0.4;
}

.testimonial-box-style-1 .testimonial-box-description {
     font-size: 20px;
     line-height: 1.8;
}

.testimonial-box-style-1 .testimonial-box-info .testimonial-box-title {
     color: var(--white-color);
}

.testimonial-box-style-1 .testimonial-box-info .testimonial-box-designation {
     font-weight: 400;
     font-size: 18px;
     line-height: 26px;
     position: relative;
     text-transform: uppercase;
     color: var(--white-color);
     letter-spacing: 1px;
}

.testimonial-box-slider.pt-style-1 .owl-dots {
     display: flex;
     justify-content: flex-end;
}

/*===== Process Steps 2 =====*/

.testimonial-box-style-2 {
     position: relative;
     overflow: hidden;
     background: var(--grey-color);
     border-radius: var(--border-radius);
     padding: 60px 30px 45px;
}

.pt-bg-white .testimonial-box-style-2 {
     background: var(--white-color);
}

.testimonial-box-style-2::before {
     content: "";
     position: absolute;
     top: -1px;
     display: inline-block;
     width: 100%;
     height: 15px;
     left: 0;
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="white"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="white"/><path d="M470 5L462 5V0L470 0V5Z" fill="white"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="white"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="white"/><path d="M34 5L42 5V0L34 0V5Z" fill="white"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="white" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center center;
     z-index: 9;
}

.pt-bg-white .testimonial-box-style-2::before {
     background-image: url('data:image/svg+xml,<svg width="504" height="30" viewBox="0 0 504 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_412_1405)"><path d="M443.334 26.8328C439.169 28.9156 434.575 30 429.918 30L81.9995 30C73.7155 30 66.9995 23.2843 66.9995 15C66.9995 6.7157 73.7155 0 81.9995 0L463.459 0C471.814 0 474.473 11.2634 467 15L443.334 26.8328Z" fill="#F3F3F3"/><path d="M504 0.000299454C499.371 0.0128995 494.807 1.0967 490.665 3.1674L467 15L467 0.000200272L504 0.000299454Z" fill="#F3F3F3"/><path d="M470 5L462 5V0L470 0V5Z" fill="#F3F3F3"/><path d="M60.6654 26.8328C64.8314 28.9156 69.4244 30 74.0824 30L422 30C430.284 30 437 23.2843 437 15C437 6.7157 430.284 0 422 0L40.5414 0C32.1854 0 29.5264 11.2634 37.0004 15L60.6654 26.8328Z" fill="#F3F3F3"/><path d="M0 0.000299454C4.629 0.0128995 9.19299 1.0967 13.335 3.1674L37 15V0.000200272L0 0.000299454Z" fill="#F3F3F3"/><path d="M34 5L42 5V0L34 0V5Z" fill="#F3F3F3"/></g><defs><clipPath id="clip0_412_1405"><rect width="504" height="30" fill="white" transform="matrix(-1 0 0 -1 504 30)"/></clipPath></defs></svg>');
}

.testimonial-box-style-2 .testimonial-box-star {
     margin-bottom: 15px;
     color: var(--primary-color);
     font-size: 18px;
     line-height: 1.3;
     letter-spacing: 1px;
}

.testimonial-box-style-2 .testimonial-box-quote {
     position: absolute;
     bottom: 45px;
     right: 30px;
     color: var(--primary-color);
     font-size: 72px;
     line-height: 80px;
     opacity: 0.4;
}

.testimonial-box-style-2 .testimonial-box-info {
     display: flex;
     gap: 20px;
     align-items: center;
     justify-content: flex-start;
     border-top: 1px solid rgb(21 20 28 / 10%);
     padding-top: 30px;
}

.testimonial-box-style-2 .testimonial-box-info .testimonial-box-img {
     overflow: hidden;
     width: 90px;
     height: 90px;
     border-radius: var(--big--border-radius);
}

.testimonial-box-style-2 .testimonial-box-info .testimonial-box-meta .testimonial-box-title {
     font-size: 20px;
     line-height: 28px;
}

.testimonial-box-style-2 .testimonial-box-info .testimonial-box-meta .testimonial-box-designation {
     font-weight: 400;
     font-size: 18px;
     line-height: 26px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
}

.testimonial-box-slider.pt-style-2 .owl-nav {
     margin-top: 30px;
}

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

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

@media (max-width: 397px) {

     .testimonial-box-style-2 .testimonial-box-info {
          display: flex;
          flex-direction: column;
          gap: 15px;
          align-items: start;
     }
}


/* ################################# */

/* Clients */

/* ################################# */

.clients-box-style-1 {
     position: relative;
     background: var(--grey-color);
     padding: 45px 15px;
     border-radius: var(--border-radius);
     display: flex;
     align-items: center;
     justify-content: center;
}

.clients-box-style-1 .client-img {
     height: 70px;
     width: auto !important;
     transition: var(--transition-duration);
}

.clients-box-style-1:hover .client-img {
     opacity: 0;
}

.clients-box-style-1 .client-hover-img {
     height: 70px;
     width: auto !important;
     margin: 0;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transition: var(--transition-duration);
     opacity: 0;
}

.clients-box-style-1:hover .client-hover-img {
     opacity: 1;
}


/* ################################# */

/* Fancy Box */

/* ################################# */

.pt-fancy-box-1-list {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 60px;
}

.fancybox-box-style-1 {
     position: relative;
}

.fancybox-box-style-1::before {
     content: "";
     position: absolute;
     right: -30px;
     top: 0;
     width: 1px;
     height: 100%;
     background: #0000001f;
}

.fancybox-box-style-1:nth-child(3n)::before {
     display: none;
}

.fancybox-box-style-1 .fancybox-box-meta {
     display: flex;
     align-items: center;
     gap: 20px;
}

.fancybox-box-style-1 .fancybox-box-meta .fancybox-box-icon {
     font-size: 56px;
     line-height: 64px;
     color: var(--primary-color);
}

.fancybox-box-style-1 .fancybox-box-description {
     margin-bottom: 0;
}

.fancybox-box-style-1 .fancybox-box-img-hover {
     width: 170px;
     border-radius: var(--border-radius);
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -45%) scale(0) rotate(20deg);
     transition: var(--transition-duration);
     overflow: hidden;
}

.fancybox-box-style-1.pt-active .fancybox-box-img-hover,
.fancybox-box-style-1:hover .fancybox-box-img-hover {
     transform: translate(-50%, -45%) scale(1) rotate(20deg);
}

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

     .fancybox-box-style-1:nth-child(3n)::before {
          display: inherit;
     }

     .fancybox-box-style-1:nth-child(2n)::before {
          display: none;
     }
}

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

     .fancybox-box-style-1:nth-child(1n)::before,
     .fancybox-box-style-1:nth-child(2n)::before,
     .fancybox-box-style-1:nth-child(3n)::before {
          right: initial;
          bottom: -30px;
          top: initial;
          left: 0;
          width: 100%;
          height: 1px;
     }

     .fancybox-box-style-1:nth-child(2n)::before {
          display: initial;
     }

     .fancybox-box-style-1:last-child::before {
          display: none;
     }

     .fancybox-box-style-1 .fancybox-box-img-hover,
     .fancybox-box-style-1.pt-active .fancybox-box-img-hover,
     .fancybox-box-style-1:hover .fancybox-box-img-hover {
          width: auto;
          position: relative;
          top: initial;
          left: initial;
          transform: none;
          margin-top: 20px;
     }

     .fancybox-box-style-1 .fancybox-box-img-hover img {
          width: 100%;
     }
}

/*===== Fancy Box 2 =====*/

.fancybox-box-style-2 {
     position: relative;
     border: 2px solid var(--grey-color);
     padding: 45px 28px;
     border-radius: var(--border-radius);
     margin-top: 23px;
     transition: var(--transition-duration);
}

.fancybox-box-style-2 .fancybox-box-number {
     top: -23px;
     right: 30px;
     background: var(--grey-color);
     padding: 8px 10px;
     position: absolute;
     font-family: var(--title-fonts);
     font-weight: var(--font-weight);
     font-size: 16px;
     color: var(--dark-color);
     border-radius: 5px;
     transition: var(--transition-duration);
}

.fancybox-box-style-2 .fancybox-box-icon {
     color: var(--primary-color);
     font-size: 64px;
     line-height: 72px;
     margin-bottom: 45px;
}

.fancybox-box-style-2 h6 {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 15px;
}

.fancybox-box-style-2:hover {
     border: 2px solid var(--primary-color);
}

.fancybox-box-style-2:hover .fancybox-box-number {
     background: var(--primary-color);
     color: var(--white-color);
}


@media (max-width: 767px) {
     .fancybox-box-style-2 h6 {
          font-size: 24px;
          line-height: 32px;
     }

     .fancybox-box-style-2 .fancybox-box-icon {
          margin-bottom: 30px;
     }
}

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


/* ################################# */

/* Pricing Box */

/* ################################# */

.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-weight: 400;
     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: 44px;
     line-height: 52px;
}

.pricing-box-style-1 .pricing-box-info .pricing-box-title {
     font-size: 32px;
     line-height: 40px;
     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;
}

.pricing-box-style-1 .pricing-box-info .pricing-box-list li i {
     color: var(--primary-color);
     margin-right: 8px;
}

.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-active .button-rounded a {
     background: var(--white-color);
     color: var(--dark-color);
}

.pricing-box-style-1.pt-active .button-rounded a: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;
     }
}

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

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

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

     .pricing-box-style-1 .pricing-box-info .pricing-box-title {
          font-size: 24px;
          line-height: 32px;
     }
}

/* ################################# */

/* Contact Form */

/* ################################# */

.pt-contact-form.pt-style-1 .form-group p {
     margin-bottom: 0;
}

.pt-contact-form.pt-style-1 .pt-button .pt-button.pt-button-flat {
     background: linear-gradient(to right, var(--primary-color) 50%, var(--dark-color) 50%);
     background-size: 202% 100%;
     background-position: right bottom;
     color: var(--white-color);
}

.pt-contact-form.pt-style-1 .pt-button .pt-button-flat:hover,
.pt-contact-form.pt-style-1 .pt-button.pt-button-flat:focus {
     background-position: left bottom;
}

.pt-form-bg-dark .pt-contact-form.pt-style-1 .pt-button .pt-button.pt-button-flat {
     background: linear-gradient(to right, var(--white-color) 50%, var(--dark-color) 50%);
     background-size: 202% 100%;
     background-position: right bottom;
}

.pt-form-bg-dark .pt-contact-form.pt-style-1 .pt-button .pt-button-flat:hover,
.pt-form-bg-dark .pt-contact-form.pt-style-1 .pt-button.pt-button-flat:focus {
     background-position: left bottom;
     color: var(--dark-color);
}

.pt-form-bg-dark .pt-contact-form.pt-style-1 .pt-button .pt-button-flat:hover i,
.pt-form-bg-dark .pt-contact-form.pt-style-1 .pt-button .pt-button-flat:focus i {
     color: var(--dark-color);
}

/* ################################# */

/* Breadcrumb */

/* ################################# */

.pt-breadcrumb-style-1 {
     background: var(--dark-color);
     text-align: left;
     padding: 150px 0;
     position: relative;
     background-position: top center;
     background-size: cover;
     background-repeat: no-repeat;
     object-fit: cover;
}

.pt-breadcrumb-style-1 nav {
     display: grid;
     grid-template-columns: 1fr;
     gap: 15px;
     align-items: center;
     justify-content: space-between;
     width: 60%;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
     font-size: 56px;
     line-height: 64px;
     margin-bottom: 0;
     color: var(--dark-color);
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container {
     display: flex;
     justify-content: flex-start;
}

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

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li {
     list-style-type: none;
     margin-right: 10px;
     padding-left: 0;
     font-size: 16px;
     line-height: 24px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li.active {
     color: var(--dark-color);
     display: inline-flex;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a {
     color: var(--dark-color);
     display: inline-flex;
     align-items: center;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a i {
     margin-right: 10px;
     display: block;
     border-radius: var(--border-radius);
     background: var(--primary-color);
     color: var(--white-color);
     text-align: center;
}

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

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
     content: "-";
     font-size: 16px;
     font-family: var(--body-fonts);
     padding-right: 10px;
     color: var(--dark-color);
     float: none;
}

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

     .pt-breadcrumb-style-1 nav {
          width: 75%;
     }

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

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

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

     .pt-breadcrumb-style-1 nav {
          width: 100%;
     }
}

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

     .pt-breadcrumb-style-1 .pt-breadcrumb-container {
          justify-content: flex-start;
          display: block;
     }

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

/* ################################# */

/* Blog */

/* ################################# */

.single-post .pt-blog-post {
     margin-bottom: 0;
     background: var(--white-color);
     padding: 0;
     border-radius: 0px;
}

.pt-blog-post {
     display: inline-block;
     width: 100%;
     margin-bottom: 45px;
     background: var(--grey-color);
     padding: 15px 15px 30px;
     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);
     text-transform: capitalize;
     font-weight: 500;
     display: inline-block;
}

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

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

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
     font-size: 16px;
     text-transform: uppercase;
     font-family: var(--title-fonts);
     background: var(--grey-color);
     margin: 0;
     display: inline-block;
     float: left;
     color: var(--dark-color);
     padding: 4px 16px;
     border: 1px solid var(--grey-color);
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
     transition: var(--transition-duration);
}

.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);
     text-transform: capitalize;
     font-weight: 500;
     display: inline-block;
}

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

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

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a {
     width: 50px;
     height: 50px;
     background: var(--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);
     transition: var(--transition-duration);
}

.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: center;
     -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(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
     transition: var(--transition-duration);
}

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

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

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

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

@media(max-width:497px) {
     .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;
     }
}

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

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

.pt-blog-post .pt-post-media img {
     transition: var(--transition-duration);
     -webkit-transition: var(--transition-duration);
}

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

/*===== Blog Meta =====*/

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

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

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

.pt-blog-post .pt-post-meta ul li .pt-icon {
     margin-right: 5px;
}

.pt-blog-post .pt-post-meta ul li .pt-icon i {
     font-size: 16px;
     line-height: 1;
     color: var(--primary-color);
}

.pt-blog-post .pt-post-meta ul li .pt-icon svg {
     width: 16px;
     height: 16px;
}

.pt-blog-post .pt-post-meta ul li .pt-icon svg path {
     fill: var(--primary-color);
     stroke: var(--primary-color);
}

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

.pt-blog-post .pt-blog-contain .pt-blog-title a {
     font-size: 32px;
     line-height: 1.4;
     margin-bottom: 5px;
}

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

.single-post .pt-blog-post .pt-blog-contain {
     margin-bottom: 45px;
     padding: 0;
}

/*===== Blog nav=====*/

.pt-blog .owl-carousel .owl-nav {
     display: block;
     text-align: end;
     top: -100px;
}

.pt-blog .owl-carousel .owl-nav button.owl-prev {
     margin-left: 0;
     margin-right: 10px;
}

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

@media(max-width:575px) {
     .pt-blog .owl-carousel .owl-nav {
          display: none;
     }

     .pt-blog-post .pt-blog-contain .pt-blog-title a {
          font-size: 28px;
          line-height: 36px;
     }
}

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

.pt-blog.pt-blog-col-3 .pt-blog-post {
     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;
     }
}

/*===== pt-blog-post-list pt-style-1 =====*/

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

.pt-blog-post.pt-list {
     padding: 0;
     background-color: transparent;
     padding-bottom: 30px;
     border-bottom: 1px solid #0000001f;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     margin-bottom: 30px;
}

.pt-blog-post.pt-list .pt-blog-area {
     display: grid;
     grid-template-columns: 1fr auto;
     align-items: center;
     gap: 30px;
     position: relative;
     overflow: hidden;
}

.pt-bg-gray .pt-blog-post.pt-list .pt-blog-area {
     background-color: var(--white-color);
}

.pt-blog-post.pt-list .pt-blog-area .pt-post-meta {
     margin-bottom: 0;
     position: relative;
     z-index: 1;
}

.pt-blog-post.pt-list .pt-blog-area .pt-post-meta ul .pt-post-category a {
     color: var(--primary-color);
}

.pt-blog-post.pt-list.pt-active .pt-blog-area .pt-post-meta ul .pt-post-category a {
     color: var(--primary-color);
}

.pt-blog-post.pt-list .pt-blog-area .pt-post-meta ul a i {
     margin-right: 8px;
}

.pt-blog-post.pt-list .pt-blog-area .pt-blog-contain {
     position: relative;
     z-index: 1;
}

.pt-blog-post.pt-list .pt-blog-area .pt-blog-contain .pt-blog-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 0;
     padding-bottom: 0;
     border-bottom: none;
     max-width: 600px;
}

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

.pt-blog-post.pt-list .pt-blog-area .pt-post-date {
     text-align: center;
     position: relative;
     z-index: 1;
     transition: var(--transition-duration);
}

.pt-blog-post.pt-list.pt-active .pt-blog-area .pt-post-date {
     z-index: 0;
}

.pt-blog-post.pt-list .pt-blog-area .pt-post-date a {
     display: block;
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
}

.pt-blog-post.pt-list .pt-blog-area .button-rounded a {
     color: var(--dark-color);
     background-color: transparent;
     border: 1px solid transparent;
}

.pt-blog-post.pt-list.pt-active .pt-blog-area .button-rounded a {
     color: var(--primary-color);
     background-color: transparent;
     border: 1px solid transparent;
}

.pt-blog-post.pt-list .pt-blog-area .button-rounded a:hover {
     color: var(--dark-color);
     background-color: transparent;
     border: 1px solid transparent;
}

@media (max-width: 767px) {
     .pt-blog-post.pt-list .pt-blog-area {
          grid-template-columns: 1fr;
          gap: 15px;
     }

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


/* ################################# */

/* Recent Post */

/* ################################# */

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

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

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

.pt-recent-post .pt-recent-post-media img {
     width: 80px;
     height: 80px;
     -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-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: var(--primary-color);
}

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

.pt-recent-post .pt-recent-post-info h6 {
     font-size: 16px;
     line-height: 24px;
     margin-bottom: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
}

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

@media(max-width:479px) {
     .pt-recent-post {
          align-items: flex-start;
          flex-direction: column;
     }

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

/* ################################# */

/* Blog Sidebar */

/* ################################# */

.pq-sidebar-info-box .wp-block-image img,
.widget .wp-block-image img {
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     margin-bottom: 15px;
     overflow: hidden;
}

.widget .pq-social-logo 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;
}

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

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
     padding: 10px;
}


/* ################################# */

/* Pagination */

/* ################################# */

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

.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;
     letter-spacing: 1px;
     display: block;
     padding: 0px 23px;
     height: 60px;
     width: 60px;
     text-align: center;
     line-height: 60px;
     margin: 0 5px;
     text-transform: uppercase;
     color: var(--white-color);
     background-color: var(--dark-color);
     border: 0px solid var(--dark-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: var(--transition-duration);
     -moz-transition: var(--transition-duration);
     -ms-transition: var(--transition-duration);
     -o-transition: var(--transition-duration);
     transition: var(--transition-duration);
}

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

@media(max-width:767px) {

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


/* ################################# */

/* Single Post Navigation */

/* ################################# */

/* single project css */

.pt-single-post-navigation {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     padding: 30px;
     margin-bottom: 0;
     background: var(--grey-color);
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
     transition: var(--transition-duration);
}

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

.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: "themify";
     font-weight: 600;
     content: "\e64a";
     top: 50%;
     transform: translate(0, -50%);
     left: 0;
     font-size: 20px;
     color: var(--white-color);
     background: var(--dark-color);
     text-align: center;
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
     transition: var(--transition-duration);
}

.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: "\e649";
     right: 0;
     left: inherit;
}

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

.pt-single-post-nav-label {
     color: var(--dark-color);
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     font-weight: 400;
     font-family: var(--title-fonts);
     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 .pt-single-post-nav-title h4 {
          font-size: 22px;
          line-height: 30px;
     }

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

@media(max-width:479px) {
     .pt-single-post-navigation {
          padding: 30px 15px;
          flex-direction: column;
          -webkit-border-radius: var(--border-radius);
          -moz-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
     }

     .pt-single-post-navigation .pt-single-post-nav {
          display: inline-block;
          width: 100%;
     }

     .pt-single-post-navigation .pt-single-post-nav.pt--next {
          margin-top: 30px;
     }
}


/* ################################# */

/* Footer */

/* ################################# */

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

footer#pt-footer .pt-footer-style-1 {
     background: var(--dark-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top {
     padding: 90px 0 60px;
     background-color: transparent;
}

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

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget {
     display: grid;
     grid-template-columns: 3fr 2fr 2fr 3fr;
     gap: 60px;
}

/* footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget [class*="pt-footer-column-"]:nth-child(1),
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget [class*="pt-footer-column-"]:nth-child(2) {
     border-right: 1px solid #ffffff1f;
     padding-right: 60px;
} */


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

     footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget [class*="pt-footer-column-"]:nth-child(2) {
          border-right: none;
          padding-right: 0;
     }
}

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

     footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget [class*="pt-footer-column-"]:nth-child(1) {
          border-right: none;
          padding-right: 0;
     }
}

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

footer#pt-footer footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget {
     background: transparent;
     padding: 0;
     box-shadow: none;
     border: none;
     margin-bottom: 0;
}

/*===== Footer Widget Title =====*/

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .footer-title {
     margin-bottom: 15px;
     padding: 0;
     font-size: 24px;
     position: relative;
     line-height: 34px;
     color: var(--white-color);
}

/*===== Footer Widget ul & li =====*/

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu {
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 15px;
}

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

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

@media (max-width: 479px) {
     footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu {
          grid-template-columns: 1fr;
     }
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-logo {
     height: 60px;
     margin-bottom: 20px;
     width: auto;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-logo~p {
     margin-bottom: 0;
     color: var(--white-color);
     max-width: 650px;
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-social {
     margin: 0;
     padding: 0;
     margin-top: 20px;
}

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

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-social ul li a {
     background: var(--white-color);
     color: var(--dark-color);
     width: 50px;
     height: 50px;
     font-size: 18px;
     line-height: 50px;
     text-align: center;
     display: inline-block;
     border-radius: 100%;
     padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .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-top .pt-footer-top-widget .widget ul.menu li.menu-item a {
     padding: 0 0 0 20px;
     display: inline-block;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu li.menu-item a:hover {
     padding: 0 0 0 25px;
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li {
     list-style: none;
     display: flex;
     align-items: center;
     gap: 8px;
     margin-bottom: 15px;
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li span {
     position: relative;
     border: none;
     display: block;
     color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li,
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li a {
     color: var(--white-color);
     display: flex;
     justify-content: flex-start;
     align-items: center;
     gap: 0;
     padding: 0;
     margin-bottom: 10px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li a {
     padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li .pt-icon {
     height: 26px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li i {
     font-size: 18px;
     color: var(--white-color);
     margin-right: 15px;
     background: rgba(255, 255, 255, 0.1);
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     border-radius: var(--big--border-radius);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li svg {
     width: 22px;
     height: 20px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li svg path {
     fill: var(--white-color);
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe p {
     color: var(--white-color);
     max-width: 320px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields {
     display: inline-block;
     width: 100%;
     position: relative;
     color: var(--white-color);
     max-width: 320px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields input,
input.form-control {
     border: 1px solid rgba(255, 255, 255, 0.1);
     color: var(--dark-color);
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     border-radius: 100px;
     margin-bottom: 15px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields input::-webkit-input-placeholder {
     color: var(--secondary-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields input::-moz-placeholder,
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields input:-ms-input-placeholder,
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields input::-ms-input-placeholder,
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields input::placeholder {
     color: var(--secondary-color);
}


footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from 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-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields svg {
     position: absolute;
     right: 15px;
     top: 12px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields svg path {
     fill: var(--dark-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields .pt-radio-button {
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-response {
     display: none;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from input[type="radio"],
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from input[type="checkbox"] {
     width: auto;
     height: auto;
     float: none;
     margin-right: 5px;
}

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

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
     background: var(--dark-color);
     padding: 0;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     align-items: center;
     border-top: 1px solid #ffffff1f;
     gap: 15px;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner ul {
     padding: 0;
     margin: 0;
     display: flex;
     gap: 15px;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner ul li {
     border-right: 1px solid #ffffff1f;
     padding-right: 15px;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner ul li:last-child {
     border-right: none;
     padding-right: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner ul li a {
     color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
     text-align: center;
     display: inline-block;
     width: auto;
     padding: 15px 0;
     border-top: 2px solid var(--light-white);
}

@media (max-width: 979px) {
     footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner {
          flex-direction: column;
          justify-content: center;
     }
}


/* ################################# */

/* Wow Image effects */

/* ################################# */

.pt-image-effect img {
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.pt-img-round .pt-image-effect img {
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
}

/*===== 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 0 0 100%);
          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);
     right: calc((1400px - 100vw)/2 + 30px);
}

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

@media (max-width: 1400px) {
     .pt-img-right .pt-image-effect {
          right: -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 100% 0 0);
          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);
     left: calc((1400px - 100vw)/2 + 30px);
}

.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 {

          left: -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;
     }
}

/*===== Image Effect Bottom =====*/

.img-ptkey-bottom {
     animation: img-ptkey-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
     opacity: 0;
}

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

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


/* ################################# */

/* Award */

/* ################################# */


.pt-award-1-list {
     display: flex;
     flex-direction: column;
     gap: 30px;
}

.pt-award.pt-style-1 {
     display: grid;
     grid-template-columns: 2fr 1fr auto;
     gap: 30px;
     align-items: center;
     padding: 30px;
     background-color: var(--white-color);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     transition: var(--transition-duration);
}

.pt-award.pt-style-1:hover,
.pt-award.pt-style-1.pt-active {
     background-color: var(--primary-color);
}

.pt-award.pt-style-1 .pt-award-title {
     font-size: 22px;
     line-height: 30px;
     transition: var(--transition-duration);
}

.pt-award.pt-style-1:hover .pt-award-title,
.pt-award.pt-style-1.pt-active .pt-award-title {
     color: var(--white-color);
}

.pt-award.pt-style-1 .pt-award-description {
     margin-bottom: 0;
     margin-top: 5px;
     transition: var(--transition-duration);
}

.pt-award.pt-style-1:hover .pt-award-description,
.pt-award.pt-style-1.pt-active .pt-award-description {
     color: var(--white-color);
}

.pt-award.pt-style-1 .pt-award-img {
     position: relative;
}

.pt-award.pt-style-1 .pt-award-img img {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%) rotate(0) scale(0);
     transition: var(--transition-duration);
}

.pt-award.pt-style-1:hover .pt-award-img img,
.pt-award.pt-style-1.pt-active .pt-award-img img {
     transform: translate(-50%, -50%) rotate(20deg) scale(1);
}

.pt-award.pt-style-1 .pt-award-year {
     transition: var(--transition-duration);
     color: var(--primary-color);
}

.pt-award.pt-style-1:hover .pt-award-year,
.pt-award.pt-style-1.pt-active .pt-award-year {
     color: var(--white-color);
}

@media (max-width: 767px) {

     .pt-award.pt-style-1 {
          grid-template-columns: 1fr;
          padding: 30px 15px;
     }

     .pt-award.pt-style-1 .pt-award-img img,
     .pt-award.pt-style-1:hover .pt-award-img img,
     .pt-award.pt-style-1.pt-active .pt-award-img img {
          transform: translate(0, 0) rotate(0) scale(1);
          position: relative;
          top: 0;
          left: 0;
     }
}

/* ################################# */

/* Accordion-Box */

/* ################################# */


.accordion-box-style-1 .accordion-box-meta {
     margin-bottom: 24px;
     padding-bottom: 24px;
     position: relative;
     border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}

.pt-dark-bg .accordion-box-style-1 .accordion-box-meta {
     border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.accordion-box-style-1 .accordion-box-meta:last-child {
     margin-bottom: 0;
     border-bottom: none;
     padding-bottom: 0;
}

.accordion-box-style-1 .accordion-box-meta .accordion-box-block {
     padding-right: 30px;
}

.accordion-box-style-1 .accordion-box-meta .accordion-box-info {
     margin-top: 10px;
}

.accordion-box-style-1 .accordion-box-meta .accordion-box-block .accordion-box-title {
     font-size: 20px;
     line-height: 28px;
     cursor: pointer;
     color: var(--dark-color);
}

.accordion-box-style-1 .accordion-box-meta.pt-active .accordion-box-block .accordion-box-title {
     color: var(--primary-color);
}

.accordion-box-style-1 .accordion-box-meta .accordion-box-block i {
     position: absolute;
     top: 0px;
     right: 0;
     opacity: 1;
     color: var(--dark-color);
     font-size: 26px;
}

.accordion-box-style-1 .accordion-box-meta.pt-active .accordion-box-block i {
     color: var(--primary-color);
}

.accordion-box-style-1 .accordion-box-meta .accordion-box-block i.inactive {
     opacity: 0;
}

.accordion-box-style-1 .accordion-box-meta.pt-active .accordion-box-block i {
     opacity: 0;
}

.accordion-box-style-1 .accordion-box-meta.pt-active .accordion-box-block i.inactive {
     opacity: 1;
}

.accordion-box-style-1 .accordion-box-meta .accordion-box-info .accordion-box-description {
     margin-bottom: 0;
     padding-right: 30px;
}

@media (max-width: 767px) {

     .accordion-box-style-1 .accordion-box-meta .accordion-box-block .accordion-box-title {
          font-size: 22px;
          line-height: 30px;
     }
}


/* ################################# */

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

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

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


/* ################################# */

/* Tab */

/* ################################# */

.tab-box-style-1 .nav-tabs .nav-link {
     color: var(--dark-color);
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     font-weight: 400;
     font-family: var(--body-fonts);
     letter-spacing: 1px;
     border: none;
     background: var(--grey-color);
     margin-right: 30px;
     transition: var(--transition-duration);
     border-radius: var(--big--border-radius);
     transition: var(--transition-duration);
}

.tab-box-style-1 .nav-tabs .nav-link.active {
     color: var(--white-color);
     background: var(--dark-color);
}

.tab-box-style-1 .nav-tabs {
     border-bottom: 0px solid #0000001f;
}

.tab-box.pt-style-1 .tab-box-description {
     margin-bottom: 20px;
     margin-top: 15px;
}

.tab-box.pt-style-1 .tab-box-list {
     margin: 0;
     padding: 0;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
     align-items: center;
}

.tab-box.pt-style-1 .tab-box-list .tab-box-list-item {
     display: flex;
     gap: 10px;
     align-items: center;
}

.tab-box.pt-style-1 .tab-box-list .tab-box-list-item i {
     font-size: 14px;
}

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

/* ################################# */

/* Form */

/* ################################# */

/*===== Contact Form Style-1 =====*/

.pt-contact-form.pt-style-1 p {
     margin-bottom: 0;
}

.pt-contact-form.pt-style-1 .wpcf7-spinner {
     display: none;
}

.pt-contact-form.pt-style-1 textarea.wpcf7-form-control {
     margin-bottom: 0;
}

.pt-breadcrumb {
     padding: 90px 0;
}

@media (max-width: 767px) {
     .pt-breadcrumb {
          padding: 60px 0;
     }
}

/* ################################# */

/* Coustom CSS */

/* ################################# */

@media (max-width: 1679px) {
     .pt-hide-1679 {
          display: none !important;
     }
}

/* ################################# */

/* Intro css */

/* ################################# */
.intro-img-block img {
     width: auto;
     height: 65px;
 }

 /* Marquee */

/* ################################# */

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

.pt-marquee.pt-style-1 .pt-marquee-main {
    animation: imagemarquee 40s linear infinite;
    display: flex;
    gap: 30px;
    width: max-content;
    transform: translateX(0);
}

@keyframes imagemarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 15px));
    }
}

.pt-marquee.pt-style-1 .pt-marquee-main .pt-marquee-inner {
    display: flex;
    gap: 30px;
}
.pt-marquee.pt-style-1 .pt-marquee-main .pt-marquee-inner img {
     height: 600px;
 }

@media (max-width: 1023px) {
    
    .pt-marquee.pt-style-1 .pt-marquee-main .pt-marquee-inner img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    
    .pt-marquee.pt-style-1 .pt-marquee-main .pt-marquee-inner img {
        height: 300px;
    }
}