/*
Template: Marblex - Marble & Tiles WordPress Theme
Author: Peacefulqode.com
Version: 2.4
Design and Developed by: Peacefulqode

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

*/

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

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Error
==> isotope Portfolio												
==> slider portfoliio
==> Header
==> admin bar login
==> Sidebar Menu
==> Breadcrum
==> Footer
==> OWL Carousel
==> Section Title
==> Flaticon
==> Banner
==> Marquee
==> Service Box
==> Client
==> Portfolio Styles
==> Timetable
==> BMI calculator
==> Video Popup
==> Pricebox
==> Testimonialbox
==> Image Box
==> Counter
==> Team
==> Quote From
==> Tabs
==> FAQ

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

/*+++++++++++++++++++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++++++++++++++++++++*/
:root {
     --primary-color: #e6af5d;
     --dark-color: #30373f;
     --secondary-color: #616161;
     --grey-color: #f6f4f5;
     --white-color: #ffffff;
     --body-fonts: 'Plus Jakarta Sans', sans-serif;
     --title-fonts: 'Plus Jakarta Sans', sans-serif;
     --big--border-radius: 900px;
}

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

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

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

/*+++++++++++++++++++++++++++++++++++++++++
General
++++++++++++++++++++++++++++++++++++++++*/
body {
     background: var(--white-color);
     font-family: var(--body-fonts);
     font-size: 1rem;
     font-style: normal;
     font-weight: normal;
     line-height: 2;
     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: 600;
     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;
}

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

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

p {
     margin-bottom: 30px;
}

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

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

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

b,
strong {
     font-weight: 600;
}

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

ol li {
     list-style: decimal;
}

ol ol {
     padding-left: 25px;
}

ul li {
     list-style: none;
}

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

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

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

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

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

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

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

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

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

select:focus,
select.form-control:focus {
     background-color: var(--grey-color);
     border-color: var(--primary-color);
}

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

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

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

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

/*+++++++++++++++++++++++++++++++++++++++++
Back to Top
++++++++++++++++++++++++++++++++++++++++*/
#back-to-top .top {
     position: fixed;
     bottom: 30px;
     right: 30px;
     margin: 0px;
     color: var(--white-color);
     background: var(--primary-color);
     z-index: 999;
     border: 1px solid var(--primary-color);
     font-size: 26px;
     width: 50px;
     height: 50px;
     text-align: center;
     line-height: 45px;
     animation: backtotop 2s infinite;
     transform: scale(0);
}

#back-to-top .top:hover {
     background: var(--white-color);
     color: var(--dark-color);
}

#back-to-top.active .top {
     transform: scale(1);
}

@keyframes backtotop {
     0% {
          bottom: 45px;
     }

     50% {
          bottom: 30px;
     }

     100% {
          bottom: 45px;
     }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
     display: block;
}

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

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

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

/*+++++++++++++++++++++++++++++++++++++++++
Button Core
++++++++++++++++++++++++++++++++++++++++*/
[type="button"],
[type="reset"],
[type="submit"] {
     font-family: var(--title-fonts);
     overflow: inherit;
     position: relative;
     width: auto;
     background: var(--primary-color);
     color: var(--white-color);
     text-transform: uppercase;
     font-size: 14px;
     padding: 12px 24px;
     font-weight: 600;
     letter-spacing: 1px;
     line-height: 2;
     vertical-align: middle;
     border: none;
     display: inline-block;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
}

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

.pt-button {
     font-family: var(--title-fonts);
     font-weight: 600;
     text-transform: uppercase;
     line-height: 2;
     font-size: 14px;
     padding: 12px 24px;
     position: relative;
     width: auto;
     background: var(--dark-color);
     color: var(--white-color);
     vertical-align: middle;
     display: inline-block;
     overflow: hidden;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     text-decoration: none;
     fill: var(--white-color);
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     letter-spacing: 1px;
}

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

.pt-button-block {
     display: flex;
     align-items: center;
}

.pt-button .pt-button-line-right {
     background: var(--white-color);
     width: calc(45px - 1px);
     display: inline-block;
     height: 1px;
     vertical-align: middle;
     opacity: 1;
     margin-right: -6px;
     margin-top: -1px;
     margin-left: 8px;
}

.pt-button i {
     font-size: 20px;
     line-height: 28px;
}

/*===== Button link =====*/
.pt-button.pt-button-link {
     background: transparent;
     color: var(--dark-color);
     padding: 0;
     transition: all 0.5s ease-in-out;
}

.pt-button.pt-button-link .pt-svg svg circle:nth-child(2) {
     -webkit-transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
     -o-transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
     transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     -webkit-transform-origin: 53.3% 51.7%;
     -ms-transform-origin: 53.3% 51.7%;
     transform-origin: 53.3% 51.7%;
     stroke-dasharray: 160;
     stroke-dashoffset: 160;
}

.pt-button.pt-button-link .pt-svg:hover svg circle:nth-child(2) {
     stroke-dashoffset: 0;
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     -webkit-transition: 1.2s cubic-bezier(.38, .67, .76, .66);
     -o-transition: 1.2s cubic-bezier(.38, .67, .76, .66);
     transition: 1.2s cubic-bezier(.38, .67, .76, .66);
}

.pt-button.pt-button-link .pt-svg+.pt-button-text {
     margin-left: 10px;
}

/*===== Button outline =====*/
.pt-button.pt-button-outline {
     background: transparent;
     color: var(--primary-color);
     border: 1px solid var(--primary-color);
     transition: all 0.5s ease-in-out;
}

.pt-button.pt-button-outline .pt-button-line-right {
     background: var(--primary-color);
     transition: all 0.5s ease-in-out;
}

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

.pt-button.pt-button-outline:hover .pt-button-line-right {
     background: var(--dark-color);
}

/*+++++++++++++++++++++++++++++++++++++++++
Blog
++++++++++++++++++++++++++++++++++++++++*/
.owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
     font-size: 22px;
     line-height: 30px;
     margin-top: 10px;
     margin-bottom: 24px;
     text-transform: capitalize;
}

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

.owl-carousel .pt-blog-post .pt-blog-contain .pt-post-category {
     margin-top: 0;
     margin-bottom: 10px
}

.owl-carousel .pt-blog-post .pt-blog-contain .pt-post-category a {
     background: transparent;
     padding: 0;
     color: var(--dark-color);
}

.owl-carousel .pt-blog-post .pt-post-meta ul {
     margin: 0;
}

.owl-carousel .pt-blog-post {
     margin-bottom: 0;
}

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

.pt-blog-post .pt-post-media {
     overflow: hidden;
     position: relative;
}

.pt-blog-post .pt-post-media img {
     width: 100%;
     margin-left: 30px;
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}

.pt-blog-post:hover .pt-post-media img {
     margin-left: 0;
}

.pt-blog-post .pt-blog-contain {
     padding: 30px;
     display: inline-block;
     position: relative;
     width: 100%;
}

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

.pt-blog-post .pt-blog-contain .pt-post-meta+p a,
.pt-blog-post .pt-blog-contain ul li a,
.pt-blog-post .pt-blog-contain ol li a {
     color: var(--secondary-color);
}

.pt-blog-post .pt-blog-contain .pt-post-meta+p a:hover,
.pt-blog-post .pt-blog-contain ul li a:hover,
.pt-blog-post .pt-blog-contain ol li a:hover {
     color: var(--primary-color);
}

.pt-blog-post .pt-blog-contain .wp-block-archives-list li a {
     color: var(--secondary-color);
}

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

.pt-blog-post .pt-post-category {
     position: absolute;
     top: 30px;
     left: 30px;
}

.pt-blog-post .pt-post-category a {
     position: relative;
     color: var(--white-color);
     background: var(--primary-color);
     padding: 8px 15px;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-weight: 600;
     font-size: 14px;
}

.pt-blog-post .pt-blog-contain .pt-post-category a+a {
     margin-bottom: 5px;
}

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

.pt-blog-post .pt-blog-contain .pt-blog-title {
     color: var(--dark-color);
     margin-bottom: 5px;
}

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

.pt-blog-post .pt-post-meta ul {
     margin: 0 0 15px;
     padding: 0;
     width: 100%;
     display: -ms-flexbox !important;
     display: flex !important;
}

.pt-blog-post .pt-post-meta ul li {
     list-style: none;
     float: left;
     display: inline-block;
     margin-right: 15px;
     align-self: center !important;
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
}

.pt-blog-post .pt-post-meta ul li {
     position: relative;
}

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

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

.pt-blog-post .pt-post-meta ul li a:hover {
     color: var(--dark-color);
}

.pt-blog-post .pt-post-meta ul li i {
     margin-right: 10px;
     color: var(--primary-color);
}

.pt-blog-post .pt-post-meta ul li+li {
     position: relative;
     padding-left: 15px;
}

.pt-blog-post .pt-post-meta ul li+li:before {
     content: "";
     position: absolute;
     left: 0px;
     top: 50%;
     transform: translateY(-50%);
     width: 1px;
     height: 15px;
     opacity: 0.6;
     background: var(--primary-color);
}

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

.pt-blog-post .pt-post-media .pt-post-date {
     background: var(--primary-color);
     padding: 15px;
     text-transform: uppercase;
     color: #fff;
     width: 75px;
     text-align: center;
     line-height: 1.3;
     position: absolute;
     left: 15px;
     bottom: 15px;
}

.pt-blog-post .pt-post-media .pt-post-date a {
     color: var(--white-color);
     font-weight: 400;
     letter-spacing: 1px;
}

.pt-blog-post .pt-post-media .pt-post-date span {
     display: inline-block;
     width: 100%;
}

@media(max-width:1365px) {

     .comment-respond .comment-form-author,
     .comment-respond .comment-form-email,
     .comment-respond .comment-form-url {
          float: left;
          width: 31.66%;
     }
}

@media(max-width:767px) {
     .commentlist ol.children {
          padding-left: 30px;
     }

     .comment-respond .comment-form-author,
     .comment-respond .comment-form-email,
     .comment-respond .comment-form-url {
          width: 100%;
          margin-right: 0;
     }

     .commentlist .pt-comment-avatar {
          width: 70px;
     }
}

@media(max-width:479px) {
     .commentlist .pt-comment-wrap {
          display: -ms-flexbox;
          display: inline-block;
          -ms-flex-align: start;
          align-items: inherit;
          width: 100%;
     }

     .commentlist .pt-comment-avatar {
          margin: 0 0 15px 0;
     }
}

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

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

.pt-pagination .page-numbers li:first-child .page-numbers {
     margin-left: 0;
}

.pt-pagination .page-numbers li .page-numbers {
     position: relative;
     display: block;
     padding: 0px 15px;
     height: 45px;
     width: 45px;
     text-align: center;
     line-height: 45px;
     margin: 0 5px;
     color: var(--dark-color);
     background-color: var(--grey-color);
}

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

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

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

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

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

@media(max-width:767px) {

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

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

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

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

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

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

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

/*+++++++++++++++++++++++++++++++++++++++++
Dummy data
++++++++++++++++++++++++++++++++++++++++*/
.widget {
     margin-bottom: 30px;
     position: relative;
     padding: 30px;
     background: var(--grey-color);
}

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

/*===== Widget Title =====*/
.widget .widget-title,
.widget .widget-title,
.widget.widget_block h2 {
     margin-bottom: 15px;
     font-size: 22px;
     line-height: 30px;
}

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

.widget ul li {
     list-style: none;
     margin: 0 0 10px 0;
}

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

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

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

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

/*===== SideBar - Search =====*/
.widget.widget_search .widget-title {
     display: none;
}

.search-form {
     position: relative;
}

.search-form label {
     display: block;
}

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

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

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

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

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

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

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

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

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

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

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

/*=====  SideBar Calendar  =====*/
.widget_calendar table caption {
     padding: 0 0 10px;
     color: var(--dark-color);
     font-weight: 600;
     caption-side: top;
     text-align: center;
}

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

.widget_calendar table th {
     background: transparent;
     font-weight: 600;
     color: var(--dark-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===== Login Form =====*/
.widget .wp-block-loginout input.input {
     background: var(--white-color);
     margin-bottom: 15px;
}

.widget .wp-block-loginout p {
     margin-bottom: 0;
}

.widget .wp-block-loginout p.login-remember {
     margin-bottom: 15px;
}

/*===== social links =====*/
ul.wp-block-social-links li {
     margin-bottom: 0;
}

/*===== Search common =====*/
.wp-block-search {
     position: relative;
}

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

.wp-block-search .wp-block-search__button {
     background: var(--dark-color);
     border: none;
     padding: 0;
     position: absolute;
     text-align: center;
     color: var(--white-color);
     font-size: 0px;
     line-height: 54px;
     height: 54px;
     width: 54px;
     top: 0;
     right: 0;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     letter-spacing: 0;
}

.wp-block-search .wp-block-search__button:before {
     content: "\e610";
     font-family: 'themify';
     font-weight: 400;
     font-size: 20px;
}

.wp-block-search .wp-block-search__button:hover {
     background: var(--primary-color);
     outline: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
     border: none;
     padding: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
     padding: 8px;
     border: 1px solid transparent;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
     border: 1px solid var(--primary-color);
}

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

.wp-block-search .wp-block-search__button svg {
     display: none;
}

/*=====  Tags =====*/
.widget_tag_cloud .tag-cloud-link,
.wp-block-tag-cloud .tag-cloud-link {
     font-size: 14px !important;
     text-transform: capitalize;
     background: var(--white-color);
     margin: 0 10px 10px 0;
     display: inline-block;
     color: var(--dark-color);
     padding: 4px 16px;
     border: 1px solid var(--white-color);
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
}

.widget_tag_cloud .tag-cloud-link:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
     border-color: var(--primary-color);
     background: var(--primary-color);
     color: var(--white-color);
}

@media(max-width:1023px) {
     .sidebar.widget-area {
          margin-top: 45px;
     }
}

/*===== widget Nav Menu =====*/
.widget.widget_nav_menu ul li,
.widget ul.menu li {
     margin-bottom: 0;
}

.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
     padding-left: 20px;
}

.widget ul.wp-block-latest-posts__list li>a:before,
.widget ul.wp-block-archives-list li>a:before,
.widget ul.wp-block-categories-list li>a:before,
.widget.widget_archive ul li>a:before,
.widget.widget_categories ul li>a:before,
.widget.widget_pages ul li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li>a:before,
.widget.widget_nav_menu ul li>a:before,
.widget ul.wp-block-page-list li>a:before,
.widget .wc-block-product-categories-list:not(.wc-block-product-categories-list--has-images) .wc-block-product-categories-list-item a:before,
.widget.woocommerce.widget_product_categories ul.product-categories li.cat-item a:before {
     position: absolute;
     content: '\f054';
     left: 0;
     font-size: 10px;
     top: 6px;
     color: inherit;
     font-family: "Font Awesome 5 Free";
     line-height: normal;
     font-weight: 900;
}

/*=====  SideBar Categories List  =====*/
.widget_categories ul li,
.widget_archive ul li {
     font-weight: 400;
     color: var(--primary-color);
}

.widget_categories ul li a,
.widget_archive ul li a {
     font-weight: 400;
     color: var(--secondary-color);
}

/*=====  Meta - widget RSS =====*/
.widget.widget_rss ul li {
     margin-bottom: 30px;
}

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

.widget.widget_rss ul li a {
     padding-left: 0;
     font-size: 16px;
     color: var(--dark-color);
     font-weight: 600;
     font-family: var(--title-fonts);
}

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

.widget.widget_rss ul li a:before {
     display: none;
}

.widget.widget_rss ul li cite {
     font-weight: 600;
     margin-top: 5px;
     display: inline-block;
     width: 100%;
}

.widget.widget_rss ul li .rss-date {
     font-size: 14px;
     color: var(--primary-color);
     line-height: 1;
     float: left;
     display: inline-block;
     width: 100%;
     margin: 5px 0;
}

/*=====  SideBar - widget Recent Entries =====*/
.widget_recent_entries ul li .post-date {
     font-weight: 600;
     color: var(--dark-color);
}

/*=====  woocommerce =====*/
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
     font-family: var(--title-fonts);
     font-weight: 600;
     text-transform: uppercase;
     line-height: 2;
     font-size: 14px;
     padding: 12px 24px;
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
     flex: 1;
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
     padding: 5px 10px;
}

.widget.widget_product_search .woocommerce-product-search .search-field {
     background: var(--white-color);
}

.widget.woocommerce.widget_product_categories .select2-container--default .select2-selection--single {
     background-color: var(--white-color);
     border: 1px solid var(--white-color);
     border-radius: 0;
     height: 54px;
     line-height: 54px;
}

.widget.woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 26px;
     position: absolute;
     top: 20px;
     right: 1px;
     width: 20px;
}

.widget.woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
     line-height: 54px;
}

.widget.woocommerce.widget_products ul.product_list_widget li a {
     font-weight: 600;
}

/*=====  Dummy data bakend page =====*/
.pt-sticky-post-label {
     padding: 5px 15px;
     background: var(--primary-color);
     color: var(--white-color);
     margin-bottom: 15px;
     display: inline-block;
}

.pt-sticky-post-label i {
     margin-right: 5px;
}

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
     background: var(--dark-color);
     color: var(--white-color) !important;
     font-size: 14px;
     font-family: var(--title-fonts);
     font-weight: 600;
     text-transform: uppercase;
     line-height: 2;
     font-size: 14px;
     padding: 12px 24px;
     border-radius: 0;
     letter-spacing: 1px;
}

.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
     background: var(--primary-color);
     color: var(--white-color);
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
     border-color: var(--primary-color);
     color: var(--primary-color) !important;
}

.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
     background: transparent;
     border-color: var(--dark-color);
     color: var(--dark-color) !important;
}

.is-style-squared .wp-block-button__link {
     border-radius: 0;
}

.wp-block-button {
     margin-bottom: 30px;
}

.wp-block-cover.has-background-dim {
     color: var(--white-color);
}

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

blockquote cite {
     font-family: var(--title-fonts);
     color: var(--primary-color);
     text-transform: uppercase;
     font-weight: 600;
     font-style: italic;
}

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

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

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

.pt-blog-post .pt-blog-contain table td,
.pt-blog-post .pt-blog-contain table th,
.pt-comment-area table td,
.pt-comment-area table th {
     border-color: var(--grey-color);
     background: var(--white-color);
}

.pt-comment-area {
     display: inline-block;
     width: 100%;
}

.pt-blog-contain .wp-block-archives,
.pt-blog-contain .wp-block-archives-dropdown,
.pt-blog-contain .wp-block-categories,
.pt-blog-contain .wp-block-latest-posts,
.pt-blog-contain .wp-block-tag-cloud,
.pt-blog-contain .wp-block-search {
     margin: 0 0 30px;
     padding: 0;
     display: inline-block;
     width: 100%;
     float: left;
}

.pt-blog-contain .wp-block-archives li {
     list-style-type: none;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment,
.wp-block-latest-comments__comment {
     display: inline-block;
     width: 100%;
}

/*===== Gallery =====*/
.gallery-item .gallery-caption {
     font-size: 14px;
     line-height: 22px;
}

.gallery-size-thumbnail .gallery-item {
     margin-right: 2%;
     width: 18.4%;
     margin-bottom: 2%;
     display: inline-block;
     vertical-align: top;
}

.gallery.gallery-size-thumbnail {
     display: inline-block;
     width: 100%;
}

.gallery-size-thumbnail .gallery-item img {
     margin-bottom: 10px;
}

.gallery-columns-1 .gallery-item {
     width: 100%;
     margin-right: 0px;
}

.gallery-columns-2 .gallery-item {
     width: 48%;
}

.gallery-columns-3 .gallery-item {
     width: 31.3%;
}

.gallery-columns-4 .gallery-item {
     width: 23%;
}

.gallery-columns-5 .gallery-item {
     width: 18%;
}

.gallery-columns-6 .gallery-item {
     width: 14.6%;
}

.gallery-columns-7 .gallery-item {
     width: 12.2%;
}

.gallery-columns-8 .gallery-item {
     width: 10.5%;
}

.gallery-columns-9 .gallery-item {
     width: 9.1%;
}

/*=====  Blog Page Link =====*/
.page-links {
     margin: 15px 0 10px;
     clear: both;
}

.pt-blog-contain .page-links a,
.page-links>span.page-number,
.page-links a,
.page-links .post-page-numbers {
     border: none;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: var(--white-color);
     margin-left: 5px;
     padding: 0px;
     display: inline-block;
     color: var(--dark-color);
}

.pt-blog-contain .page-links a:hover,
.page-links .post-page-numbers.current {
     text-decoration: none;
     border-color: transparent;
     background: var(--primary-color);
     color: var(--white-color);
}

.pt-blog-contain .page-links>span.page-number,
.page-links>span.page-number {
     background: var(--primary-color);
     color: var(--white-color);
}

article.hentry .pt-blog-contain .page-links a:hover {
     color: #fff;
}

.wp-block-table.is-style-stripes td {
     border-color: #eaeaea;
}

.wp-block-table td,
.wp-block-table th {
     text-align: left;
}

.wp-block-latest-posts.is-grid.has-dates {
     margin: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
     background-color: var(--grey-color);
}

article.hentry.format-audio .pt-post-media p:nth-child(-n+2) {
     display: inline-block;
     margin-bottom: 0;
     padding-top: 30px;
}

article.hentry.format-audio .pt-post-media p {
     margin-bottom: 0;
     padding-left: 30px;
}

article.hentry.format-audio .pt-post-media p {
     margin-bottom: 0;
     padding-left: 30px;
}

article.hentry.format-video .pt-post-media p {
     margin-bottom: 0;
}

article.hentry.format-video .pt-post-media {
     text-align: center;
}

article.hentry.format-audio .pt-post-media embed,
article.hentry.format-video .pt-post-media iframe {
     width: 100%;
}

/*===== Comments Box =====*/
.comment-respond {
     margin-top: 0;
     display: inline-block;
     width: 100%;
}

.woocommerce #review_form #respond.comment-respond {
     display: block;
}

.pt-comment-area .comments-title,
.comment-respond .comment-reply-title {
     position: relative;
     margin: 0;
     padding-bottom: 0;
     font-size: 26px;
     line-height: 34px;
}

.comment-respond .comment-reply-title {
     padding-top: 45px;
}

.comment-respond .comment-reply-title a {
     font-weight: 400;
     color: var(--primary-color);
     font-size: 14px;
     margin-left: 30px;
}

.comment-respond .comment-reply-title a:hover {
     color: var(--primary-color);
     text-decoration: none;
}

.commentlist {
     margin: 0;
     padding: 0;
     list-style: none;
}

.commentlist .comment {
     margin-top: 15px;
     margin-bottom: 0;
     vertical-align: top;
     padding: 0;
     list-style: none;
}

.commentlist .pt-comment-info {
     padding: 30px;
     border: 1px solid var(--grey-color);
     position: relative;
     background: var(--grey-color);
}

.commentlist ol.children {
     padding-left: 60px;
}

.commentlist .pt-comment-wrap {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: start;
     align-items: flex-start;
}

.commentlist .pt-comment-avatar {
     padding-right: 15px;
}

.commentlist .pt-comment-avatar img {
     width: 70px;
}

.commentlist .pt-comment-box {
     position: relative;
     display: inline-block;
     width: 100%;
}

.commentlist .pt-comment-box .title {
     font-size: 20px;
     line-height: 28px;
}

.commentlist .pt-comment-box .title:hover {
     text-decoration: none;
     color: var(--primary-color);
}

.commentlist .comment-content p {
     margin: 0;
}

.commentlist .pt-comment-info .reply a {
     position: absolute;
     right: 30px;
     top: 30px;
     margin: 0;
     font-size: 14px;
     line-height: 22px;
}

.commentlist .pt-comment-info .reply a:hover {
     color: var(--primary-color);
     text-decoration: none;
}

.no-comments,
.comment-awaiting-moderation {
     font-style: italic;
     margin: 15px 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
     border-color: var(--grey-color);
     border-radius: 0;
}

/*===== Comments Form =====*/
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
     padding: 0;
     margin: 0 0 30px;
}

.comment-respond .comment-form-comment {
     margin-top: 0;
     margin-bottom: 30px;
     display: inline-block;
     width: 100%;
     float: left;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
     float: left;
     width: 32.6%;
     display: inline-block;
     margin: 0 15px 30px 0;
}

.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
     width: 31.7%;
}

.comment-respond .comment-form-url {
     margin-right: 0;
}

.comment-respond .form-submit {
     display: inline-block;
     width: 100%;
     margin-bottom: 0;
     float: left;
}

.commentlist .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
     width: 31.7%;
     float: left;
}

.pt-blog-post .post-password-form input[type="password"] {
     background: var(--white-color);
}

.pt-blog-post .post-password-form input[type="submit"] {
     vertical-align: bottom;
}

@media(max-width:1199px) {

     .comment-respond .comment-form-author,
     .comment-respond .comment-form-email,
     .comment-respond .comment-form-url {
          width: 31.6%;
     }
}

@media(max-width:767px) {

     .comment-respond .comment-form-author,
     .comment-respond .comment-form-email,
     .comment-respond .comment-form-url {
          width: 100%;
          margin-right: 0;
     }
}

@media(max-width:576px) {
     .pt-blog-post .post-password-form label {
          display: block;
          margin-bottom: 15px;
     }
}

@media(max-width:479px) {
     .commentlist .pt-comment-info {
          padding: 15px;
     }

     .commentlist .pt-comment-info .reply a {
          right: 15px;
          top: 15px;
     }

     .pt-comment-area .comments-title,
     .comment-respond .comment-reply-title {
          font-size: 24px;
          line-height: 32px;
     }
}

/*===== Comments Form =====*/
ol.commentlist .pingback,
ol.commentlist .trackback {
     margin-left: 25px;
}

/*===== fooer dummy  =====*/
footer#pt-footer .widget .footer-title {
     margin-bottom: 20px;
     font-size: 22px;
     line-height: 30px;
}

footer#pt-footer .widget_calendar table caption {
     color: var(--white-color);
}

footer#pt-footer .widget #recentcomments--1 .recentcomments a {
     padding: 0;
}

footer#pt-footer .widget #recentcomments--1 .recentcomments a:before,
footer#pt-footer .widget ul li .rsswidget:before,
footer#pt-footer .pt-footer-social ul li a:before {
     display: none;
}

footer#pt-footer .widget ul li a:hover {
     color: var(--primary-color);
}

footer#pt-footer .widget ul li .comment-author-link a {
     padding: 0;
}

footer#pt-footer .widget ul li.recentcomments a {
     padding: 0;
}

footer#pt-footer .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
     color: var(--white-color);
}

footer#pt-footer label {
     color: var(--white-color);
}

footer#pt-footer label input#rememberme {
     vertical-align: middle;
}

footer#pt-footer .login-submit .button {
     background: var(--primary-color);
}

footer#pt-footer ul.wp-block-social-links li.wp-social-link {
     margin-bottom: 0;
}

footer#pt-footer ul.wp-block-social-links li.wp-social-link a:hover {
     color: var(--white-color);
}

footer#pt-footer .wp-block-search .wp-block-search__button {
     background: var(--primary-color);
}

footer#pt-footer .wc-block-grid__product .wc-block-grid__product-add-to-cart a.wp-block-button__link {
     background: var(--primary-color);
}

footer#pt-footer .wc-block-product-search .wc-block-product-search__button {
     background: var(--primary-color);
}

footer#pt-footer .widget.widget_recent_comments #recentcomments--1 li.recentcomments span a {
     color: var(--primary-color);
}

footer#pt-footer table td,
footer#pt-footer table th {
     border: 1px solid var(--grey-color);
}

footer#pt-footer .calendar_wrap table caption {
     padding: 0 0 10px;
     font-weight: 600;
     font-family: var(--title-fonts);
     color: var(--white-color);
}

footer#pt-footer .calendar_wrap td#today {
     background: var(--white-color);
     color: var(--dark-color);
}

footer#pt-footer .calendar_wrap td#today a {
     color: var(--dark-color);
}

footer#pt-footer ul li a.rsswidget {
     padding-left: 0;
     font-size: 16px;
     color: var(--dark-color);
     font-weight: 400;
     font-family: var(--title-fonts);
}

footer#pt-footer ul li .rss-date {
     font-size: 14px;
     color: var(--primary-color);
     line-height: 1;
     float: left;
     display: inline-block;
     width: 100%;
     margin: 5px 0;
}

footer#pt-footer ul li cite {
     font-weight: 400;
     margin-top: 5px;
     display: inline-block;
     width: 100%;
}

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

footer#pt-footer .search-form .search-submit {
     background: var(--primary-color);
     border: none;
     position: absolute;
     text-align: center;
     line-height: 54px;
     height: 54px;
     width: 54px;
     top: 0;
     right: 0;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

footer#pt-footer .search-form .search-submit:before {
     content: "\e610";
     font-family: 'themify';
     font-weight: 400;
}

footer#pt-footer .search-form .search-submit:hover {
     outline: none;
}

footer#pt-footer .search-form input {
     background: var(--white-color);
     border-color: var(--white-color);
     padding: 8px;
}

footer#pt-footer .tagcloud .tag-cloud-link {
     font-size: 14px !important;
     color: var(--dark-color);
     background: var(--white-color);
     margin: 0 10px 10px 0;
     display: inline-block;
     float: left;
     padding: 4px 16px;
     border: 1px solid var(--white-color);
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     line-height: 22px;
}

footer#pt-footer .tagcloud .tag-cloud-link:hover {
     color: var(--white-color);
}

footer#pt-footer .woocommerce-product-search button {
     background: var(--primary-color);
}

footer#pt-footer .widget ul.menu li {
     margin-bottom: 10px;
}

footer#pt-footer .widget ul.menu li a,
footer#pt-footer .pt-widget-menu .pt-service li a {
     position: relative;
     border: none;
     display: inline-block;
     width: 100%;
     text-transform: capitalize;
}

footer#pt-footer .widget ul.menu li a:first-child {
     padding-top: 0;
}

footer#pt-footer .widget ul.menu li a:hover,
footer#pt-footer .pt-widget-menu .pt-service li a:hover {
     color: var(--primary-color);
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next {
     background: transparent;
     border: 1px solid var(--white-color);
     border-top: 0;
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev a,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next a {
     color: var(--white-color);
}

footer#pt-footer .wp-caption p.wp-caption-text {
     color: var(--dark-color);
}

footer#pt-footer .pt-widget-menu .pt-service li a:before {
     content: "";
     position: absolute;
     top: 18px;
     bottom: 0;
     left: 0;
     width: 5px;
     height: 5px;
     display: inline-block;
     background: var(--primary-color);
     margin: 0;
}

/*=========*/
footer#pt-footer .pt-footer-style-1 .pt-footer-social {
     display: inline-block;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul {
     margin: 0;
     padding: 0
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li {
     list-style: none;
     float: left;
     margin-bottom: 0;
}

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

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

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

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

/*=========*/
footer#pt-footer .widget:first-child {
     margin-bottom: 45px;
}

footer#pt-footer .pt-footer-logo {
     height: 50px;
     width: auto;
}

footer#pt-footer .pt-footer-logo~p {
     margin-bottom: 0;
}

footer#pt-footer .widget .footer-title {
     color: var(--white-color);
}

footer#pt-footer .widget ul.menu li a,
footer#pt-footer .pt-widget-menu .pt-service li a,
footer#pt-footer .widget ul li a {
     color: var(--white-color);
}

footer#pt-footer .widget ul.menu li,
footer#pt-footer .pt-widget-menu .pt-service li,
footer#pt-footer .widget ul li {
     color: var(--white-color);
}

/*++++++++++++++++++++++++++++++++++++++++
Header
+++++++++++++++++++++++++++++++++++++++++++++*/
.animated {
     -webkit-animation-duration: 1.25s;
     animation-duration: 1.25s;
}

.fadeInDown {
     animation-name: fadeInDown;
     transition: all 0.5s ease;
}

@-webkit-keyframes fadeInDown {
     0% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0)
     }

     to {
          opacity: 1;
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
     }
}

@keyframes fadeInDown {
     0% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0)
     }

     to {
          opacity: 1;
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
     }
}

@keyframes fadeInLeft {
     from {
          opacity: 0;
          transform: translate3d(-100%, 0, 0)
     }

     to {
          opacity: 1;
          transform: none
     }
}

header#pt-header {
     position: relative;
     display: inline-block;
     width: 100%;
     clear: both;
     background: var(--white-color);
     z-index: 99;
}

header#pt-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

/*+++++++++ Header Top Bar +++++++++*/
header#pt-header .pt-top-header {
     background: var(--dark-color);
     padding: 0;
     font-size: 14px;
}

header#pt-header .pt-header-social.tagline {
     color: var(--white-color);
     padding-top: 13px;
     display: block;
     font-family: var(--title-fonts);
     font-weight: 500;
     font-size: 14px;
     text-transform: uppercase;
     line-height: 22px;
}

header#pt-header .pt-top-header .text-left .pt-header-social.text-left {
     color: var(--white-color);
     padding-top: 10px;
     display: inline-block;
}

header#pt-header .pt-top-header a.pt-header-contact {
     color: var(--white-color);
     padding: 10px 0;
     display: inline-block;
     margin-right: 10px;
     border-right: 1px solid rgba(255, 255, 255, 0.1);
     padding-right: 15px;
     font-family: var(--title-fonts);
     font-weight: 500;
     font-size: 14px;
     text-transform: uppercase;
}

header#pt-header .pt-top-header a.pt-header-contact i {
     margin-right: 5px;
}

header#pt-header .pt-top-header .pt-header-contact.text-right ul {
     float: right;
}

header#pt-header .pt-top-header .pt-header-contact ul {
     margin: 0;
     padding: 0;
}

header#pt-header .pt-top-header .pt-header-contact ul li {
     list-style: none;
     display: inline-block;
     color: var(--white-color);
     border-left: 1px solid rgba(255, 255, 255, 0.1);
     padding: 10px 30px;
     float: left;
}

header#pt-header .pt-top-header .pt-header-contact ul li:last-child {
     margin-right: 0;
     border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-contact ul li i {
     margin-right: 8px;
}

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

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

header#pt-header .pt-top-header .text-right .pt-header-social ul,
header#pt-header .pt-top-header .pt-header-social.text-right ul {
     float: right;
}

header#pt-header .pt-top-header .pt-header-social ul {
     margin: 0;
     padding: 0;
}

header#pt-header .pt-top-header .pt-header-social ul li {
     list-style: none;
     display: inline-block;
     float: left;
     border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-social ul li a {
     color: var(--white-color);
     padding: 10px 20px;
     display: inline-block;
}

header#pt-header .pt-top-header ul li a:hover {
     color: var(--white-color);
     background: var(--primary-color)
}

header#pt-header .pt-top-header .pt-header-social ul li:last-child {
     border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/*++++++ top header style 1 +++++++++*/
header#pt-header .pt-top-header.top-style-1 .pt-top-right {
     display: inline-flex;
     align-items: center;
}

header#pt-header .pt-top-header.top-style-1 .pt-top-right.text-right {
     float: right;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-time ul {
     margin: 0;
     padding: 0;
     color: var(--white-color);
     list-style: none;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-time ul li i {
     margin-right: 10px;
     color: var(--white-color);
}

header#pt-header .pt-top-headertop-style-1 .text-right .pt-header-contact {
     float: right;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-contact ul li {
     border: none;
     padding: 10px 0;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-contact ul li+li {
     margin-left: 20px;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social {
     padding-left: 20px;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li {
     border: none;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li {
     margin-right: 20px;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li:last-child {
     margin-right: 0;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li a {
     color: var(--white-color);
     background: transparent;
     padding: 10px 0;
     display: inline-block;
}

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

/*++++++++ Logo +++++++++++*/
header#pt-header .pt-bottom-header .navbar .navbar-brand {
     line-height: 80px;
}

header#pt-header .pt-bottom-header .navbar .navbar-brand img {
     height: 50px;
}

/*++++++ Header Navbar Bar +++++*/
header#pt-header .pt-bottom-header {
     min-height: 90px;
     transition: all 0.8s ease;
}

header#pt-header .pt-bottom-header .navbar {
     padding: 0;
}

header#pt-header .pt-bottom-header .navbar .pt-menu-contain {
     display: inline-block;
     width: 100%;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav {
     float: right;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li {
     position: relative;
     display: inline-block;
     float: left;
     margin-right: 30px;
     color: var(--dark-color);
     line-height: 90px;
     font-weight: 400;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child {
     margin-right: 0;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
     color: var(--dark-color);
     font-family: var(--title-fonts);
     font-size: 14px;
     text-transform: uppercase;
     line-height: 22px;
     font-weight: 600;
     letter-spacing: 1px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
     color: var(--primary-color);
}

/*++++++++ Sub Menu Bar ++++++++*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu {
     display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
     display: block;
     background: var(--white-color);
     position: absolute;
     top: 100%;
     left: 0;
     padding-left: 0;
     display: inline-block;
     width: 210px;
     z-index: 999;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li {
     line-height: 2;
     padding: 0;
     margin: 0;
     display: inline-block;
     width: 100%;
     color: var(--secondary-color);
     transition: all 0.5s ease;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
     margin-left: 10px;
     font-size: 12px;
     color: var(--dark-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
     line-height: 2;
     text-transform: capitalize;
     padding: 10px 15px;
     display: inline-block;
     width: 100%;
     color: var(--secondary-color);
     font-size: 14px;
     font-weight: 500;
     position: relative;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:before {
     content: "";
     position: absolute;
     left: 0;
     top: calc(50% - 0px);
     background: var(--white-color);
     width: 0px;
     height: 2px;
     opacity: 0;
     transition: all 0.5s ease;
     display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover:before,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus:before,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a:before {
     opacity: 1;
     width: 20px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
     background: var(--primary-color);
     color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>a {
     background: var(--primary-color);
     color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>a:before {
     opacity: 1;
     width: 20px;
}

@media screen and (max-width:4000px) and (min-width:1023px) {
     header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
          display: block !important;
     }
}

/*+++++++ Navigation Sub Menu +++++++++++++*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
     display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
     position: absolute;
     top: 0;
     left: 100%;
     display: block;
     background: var(--white-color);
     padding-left: 0;
     display: inline-block;
     width: 200px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
     opacity: 1;
     position: absolute;
     top: 12px;
     right: 15px;
     line-height: 2;
     font-size: 12px;
     color: var(--dark-color);
     -moz-transform: rotate(270deg);
     -webkit-transform: rotate(270deg);
     -o-transform: rotate(270deg);
     -ms-transform: rotate(270deg);
     transform: rotate(270deg);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon {
     color: var(--white-color);
}

/*+++++++++++++ Navigation search ++++++++++++++++*/
header#pt-header .pt-menu-search-block {
     position: relative;
     margin: 0 0 0 30px;
}

header#pt-header .pt-menu-search-block a {
     color: var(--dark-color);
     font-size: 22px;
     text-align: center;
     display: inline-block;
}

header#pt-header .pt-search-form {
     position: absolute;
     top: 67px;
     right: -30px;
     width: 350px;
     padding: 15px;
     z-index: 999;
     display: none;
     background: var(--white-color);
     -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header .pt-button:hover .pt-button-line-left {
     width: calc(15px - 1px);
}

/*+++++++++++++ Header Default +++++++++++++++++*/
header#pt-header.pt-header-default .pt-top-header a.pt-header-contact {
     border: none;
}

header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     background: var(--white-color);
}

header#pt-header.pt-header-default .pt-btn-container {
     margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-btn-container .pt-button:hover {
     background: var(--dark-color);
}

header#pt-header.pt-header-default .pt-toggle-btn {
     padding: 0;
     margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-toggle-btn a {
     position: relative;
     display: inline-block;
     padding: 0;
     font-size: 38px;
     background: var(--primary-color);
     color: #fff;
     line-height: 52px;
     width: 52px;
     height: 52px;
     text-align: center;
}

header#pt-header.pt-header-default .pt-menu-search-block {
     margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>i {
     display: none;
}

header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>a {
     position: relative;
     padding-bottom: 6px;
}

header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>a:before {
     position: absolute;
     content: "";
     width: 0;
     height: 2px;
     background: var(--dark-color);
     transition: all 0.5s ease;
     left: 0;
     bottom: 0;
     opacity: 0;
}

header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>a:hover:before {
     width: 100%;
     opacity: 1;
}

header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li:hover>a {
     color: var(--dark-color);
}

header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a,
header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li.current-menu-item>a {
     color: var(--dark-color);
}

header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a:before,
header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li.current-menu-item>a:before {
     width: 100%;
     opacity: 1;
}

/*+++++ Header Style 1 +++++*/
header#pt-header.pt-header-style-1 {
     position: absolute;
     width: 100%;
}

header#pt-header.pt-header-style-1 .pt-top-header.top-style-1 {
     padding: 0 45px;
}

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

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav {
     float: none;
     justify-content: center;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li>i {
     display: none;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li>a {
     position: relative;
     padding-bottom: 4px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li>a:before {
     position: absolute;
     content: "";
     width: 0;
     height: 2px;
     background: var(--dark-color);
     transition: all 0.5s ease;
     left: 0;
     right: 0;
     margin: 0 auto;
     bottom: 0;
     opacity: 0;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li>a:hover:before {
     width: 100%;
     opacity: 1;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li:hover>a {
     color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li.current-menu-item>a {
     color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a:before,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li.current-menu-item>a:before {
     width: 100%;
     opacity: 1;
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     background: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-info-box {
     display: flex;
     align-items: center;
}

header#pt-header.pt-header-style-1 .pt-menu-search-block a>i {
     font-weight: 500;
}

header#pt-header.pt-header-style-1 .pt-menu-search-block a:hover {
     color: var(--primary-color);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn {
     line-height: 75px;
     padding: 22px 0;
     color: var(--dark-color);
     cursor: pointer;
     margin-left: 30px;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a {
     position: relative;
     display: block;
     top: 0;
     width: 30px;
     height: 2px;
     margin: 0 auto;
     border: none;
     cursor: pointer;
     background: var(--dark-color);
     color: inherit;
     font-size: 0;
     transition: 0.35s;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-1 .pt-toggle-btn a:after {
     position: absolute;
     top: 0;
     left: 50%;
     display: block;
     width: 100%;
     height: 2px;
     background: var(--dark-color);
     content: "";
     transition: transform 0.35s;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:before {
     transform: translate(0%, -10px);
     left: auto;
     right: 0;
     width: 80%;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:after {
     transform: translate(0%, 10px);
     left: auto;
     right: 0;
     width: 80%;
}

/*+++++ Header Style 2 +++++*/
header#pt-header.pt-header-style-2 {
     position: absolute;
     width: 100%;
     background: transparent;
}

header#pt-header.pt-header-style-2 .pt-top-header.top-style-1 {
     padding: 0 45px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header {
     padding: 0 45px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav {
     float: none;
     justify-content: center;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a {
     color: var(--white-color);
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li i {
     color: var(--white-color);
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a:hover {
     color: var(--primary-color);
}

header#pt-header.pt-header-style-2 .pt-header-info-box {
     display: flex;
     align-items: center;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block a {
     color: var(--white-color);
}

header#pt-header.pt-header-style-2 .pt-btn-container .pt-button:hover {
     background: var(--white-color);
     color: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-btn-container .pt-button:hover span.pt-button-text:before {
     background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn {
     line-height: 75px;
     padding: 22px 0;
     color: var(--white-color);
     cursor: pointer;
     margin-left: 30px;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a {
     position: relative;
     display: block;
     top: 0;
     width: 30px;
     height: 2px;
     margin: 0 auto;
     border: none;
     cursor: pointer;
     background: var(--white-color);
     color: inherit;
     font-size: 0;
     transition: 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
     position: absolute;
     top: 0;
     left: 50%;
     display: block;
     width: 100%;
     height: 2px;
     background: var(--white-color);
     content: "";
     transition: transform 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
     transform: translate(0, -10px);
     left: auto;
     right: 0;
     width: 80%;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
     transform: translate(0%, 10px);
     left: auto;
     right: 0;
     width: 80%;
}

header#pt-header.pt-header-style-3 {
     position: absolute;
     width: 100%;
     background: transparent;
}

header#pt-header.pt-header-style-3 .pt-bottom-header {
     border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-3 .pt-top-header {
     background: transparent;
     padding: 0;
     font-weight: 500;
}

header#pt-header.pt-header-style-3 .pt-top-header .pt-header-contact ul li a {
     color: var(--white-color);
}

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

header#pt-header.pt-header-style-3 .pt-top-header .pt-header-contact ul li i {
     color: var(--primary-color);
}

header#pt-header.pt-header-style-3 .pt-top-header .pt-header-time ul {
     color: var(--white-color);
}

header#pt-header.pt-header-style-3 .pt-top-header .pt-header-time ul li i {
     color: var(--primary-color);
}

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

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

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav {
     float: none;
     justify-content: center;
}

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li i {
     color: var(--white-color);
}

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li a {
     color: var(--white-color);
}

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li a:hover {
     color: var(--primary-color);
}

header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     background: var(--dark-color);
}

header#pt-header.pt-header-style-3 .pt-bottom-header a.pt-button {
     background: var(--primary-color);
}



/*+++++ Header 5 +++++*/
header#pt-header.pt-header-style-1.pt-style-5 .pt-top-header.top-style-1 {
     background: var(--primary-color);
}

header#pt-header.pt-header-style-1.pt-style-5 {
     background: transparent;
}

header#pt-header.pt-header-style-1.pt-style-5 .pt-bottom-header {
     background: transparent;
}

header#pt-header.pt-header-style-1.pt-style-5 .pt-bottom-header .navbar {
     background: var(--white-color);
     padding: 0 30px;
}

header#pt-header.pt-header-style-1.pt-style-5 .pt-bottom-header .navbar .navbar-nav {
     justify-content: flex-end;
}

header#pt-header.pt-header-style-1.pt-style-5 .pt-bottom-header.pt-header-sticky {
     background: var(--white-color);
}

/*+++++ Header 6 +++++*/
header#pt-header.pt-header-style-1.pt-style-6 .pt-bottom-header {
     padding: 0 30px;
     padding-right: 0;
}

header#pt-header.pt-header-style-1.pt-style-6 .pt-toggle-btn {
     padding: 44px 30px;
     background: var(--primary-color);
}

header#pt-header.pt-header-style-1.pt-style-6 .pt-toggle-btn a {
     background: var(--white-color);
}

header#pt-header.pt-header-style-1.pt-style-6 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-1.pt-style-6 .pt-toggle-btn a:after {
     background: var(--white-color);
}




@media(max-width:1599px) {
     header#pt-header .pt-bottom-header .navbar .navbar-nav li {
          margin-right: 20px;
     }
}

@media(max-width:1399px) {
     header#pt-header .pt-bottom-header .navbar .navbar-nav li {
          margin-right: 20px;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
          left: inherit;
          right: 100%;
     }
}

@media(max-width:1365px) {
     header#pt-header .pt-top-header .pt-header-social ul li a {
          font-size: 12px;
          padding: 10px 15px;
     }

     header#pt-header .pt-top-header a.pt-header-contact {
          padding: 7px 0;
     }

     header#pt-header .pt-top-header .pt-header-contact ul li {
          font-size: 12px;
          padding: 10px 15px;
     }

     header#pt-header .pt-top-header.top-style-1 {
          font-size: 14px;
     }

     header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li a {
          font-size: 14px;
     }

     header#pt-header .pt-top-header.top-style-1 .pt-header-contact ul li {
          font-size: 14px;
     }

     header#pt-header.pt-header-default .pt-btn-container {
          margin: 0 0 0 15px;
     }

     header#pt-header.pt-header-default .pt-menu-search-block {
          margin: 0 0 0 15px;
     }

     header#pt-header.pt-header-default .pt-toggle-btn {
          margin: 0 0 0 15px;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li {
          font-size: 14px;
          margin-right: 15px;
     }
}

@media(max-width:1199px) {

     /*+++++ Header default +++++*/
     header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav li {
          margin-right: 10px;
     }

     header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav li:last-child {
          margin-right: 0;
     }

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

     header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a {
          font-size: 14px;
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li a {
          font-size: 12px;
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li {
          margin-right: 10px;
     }
}

@media(max-width:1023px) {

     /*++++++++++++++ Button Toggler +++++++++++++*/
     .navbar-expand-lg .navbar-toggler {
          display: block;
     }

     .navbar-expand-lg .navbar-collapse.collapse:not(.show) {
          display: none !important;
     }

     header#pt-header .pt-bottom-header .navbar-toggler {
          font-size: 20px;
          padding: 12px 18px;
          line-height: normal;
          float: right;
          outline: none;
          margin: 0 0 0 15px;
          color: var(--white-color);
          box-shadow: none;
          background: var(--dark-color);
     }

     header#pt-header .pt-bottom-header .navbar-toggler:hover {
          color: var(--white-color);
          background: var(--primary-color);
     }

     header#pt-header .pt-bottom-header .navbar .navbar-collapse {
          width: 100%;
          position: absolute;
          left: 0;
          top: 100%;
          background: #fff;
          -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
          -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
          max-height: 330px;
          overflow-y: scroll;
          overflow-x: hidden;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-brand {
          line-height: 60px;
     }

     header#pt-header .pt-bottom-header {
          min-height: 60px;
     }

     header#pt-header .pt-search-form {
          top: 57px;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav {
          float: left;
          width: 100%;
          display: inline-block;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li {
          float: left;
          width: 100%;
          display: inline-block;
          line-height: normal;
          position: relative;
          font-size: 16px;
          position: relative;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
          width: 100%;
          display: inline-block;
          padding: 15px;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
          margin-left: 0;
          opacity: 1;
          font-size: 12px;
          position: absolute;
          right: 0;
          margin-top: 0;
          top: 0;
          padding: 22px;
          -moz-transform: none;
          -webkit-transform: none;
          -o-transform: none;
          -ms-transform: none;
          transform: none;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
          position: relative;
          top: 0;
          left: 0;
          padding-left: 0;
          background: #f5f5f5;
          box-shadow: none;
          display: inline-block;
          width: 100%;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
          background: var(--primary-color);
          color: var(--white-color);
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
          opacity: 1;
          position: absolute;
          top: 0;
          right: 0;
          line-height: 2;
          font-size: 12px;
          padding: 12px 30px;
          -moz-transform: none;
          -webkit-transform: none;
          -o-transform: none;
          -ms-transform: none;
          transform: none;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
          padding: 10px 30px;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li>a:hover,
     header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a {
          background: var(--primary-color);
          color: var(--dark-color);
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
          background: var(--primary-color);
          color: var(--dark-color);
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.pt-submenu-icon,
     header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.pt-submenu-icon {
          color: var(--white-color);
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
          position: relative;
          top: 0;
          left: 0;
          background: transparent;
          display: inline-block;
          width: 100%;
          float: left;
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a {
          background: #f5f5f5;
          color: var(--secondary-color);
     }

     header#pt-header .pt-top-header .pt-header-contact ul li {
          padding: 10px 10px;
     }

     header#pt-header.pt-header-default .pt-btn-container {
          margin-left: auto;
     }

     header#pt-header.pt-header-default .pt-shop-btn+.pt-btn-container {
          margin-left: 0;
     }

     header#pt-header.pt-header-default .pt-menu-search-block {
          margin-left: auto !important;
     }

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

     header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>a {
          padding-bottom: 15px;
     }

     header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li:hover>a {
          color: var(--white-color);
     }

     header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a,
     header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li.current-menu-item>a {
          color: var(--white-color);
     }

     header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>a:before {
          display: none;
     }

     header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>i {
          display: inline-block;
     }

     header#pt-header.pt-header-style-1 .pt-top-header.top-style-1 {
          padding: 0 15px;
     }

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

     header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-info-box {
          margin-left: auto;
     }

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

     header#pt-header.pt-header-style-1 .pt-bottom-header .navbar-toggler {
          margin: 0 0 0 30px;
     }

     header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li:hover>a {
          color: var(--white-color);
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a {
          color: var(--white-color);
     }

     header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
          color: var(--white-color);
     }

     header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li>a {
          padding-bottom: 15px;
     }

     header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li>a:before {
          display: none;
     }

     header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li>i {
          display: inline-block;
     }

     header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a,
     header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li.current-menu-item>a {
          color: var(--white-color);
     }

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

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

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

     header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a {
          color: var(--dark-color);
     }

     header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li i {
          color: var(--dark-color);
     }

     header#pt-header.pt-header-style-2 .pt-bottom-header .pt-header-info-box {
          margin-left: auto;
     }

     header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
          background: var(--white-color);
          color: var(--dark-color);
          margin: 0 0 0 20px;
     }

     header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a:focus,
     header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a:hover {
          color: var(--white-color);
     }

     header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
          color: var(--white-color);
     }

     header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover>a {
          color: var(--white-color);
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li a {
          font-size: 14px;
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .pt-btn-container {
          margin-left: auto;
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar-toggler {
          background: var(--white-color);
          color: var(--dark-color);
          margin: 0 0 0 20px;
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li a {
          color: var(--dark-color);
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li i {
          color: var(--dark-color);
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li a:focus,
     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li a:hover {
          color: var(--white-color);
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
          color: var(--white-color);
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li:hover>a {
          color: var(--white-color);
     }

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

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

     /*+++++ Header Style-3 +++++*/
     .pt-sidebar {
          display: none;
     }
}

@media(max-width:991px) {
     header#pt-header .pt-top-header.top-style-1 {
          font-size: 12px;
     }

     header#pt-header .pt-top-header.top-style-1 .pt-header-contact ul li {
          font-size: 12px;
     }
}

@media(max-width:800px) {
     header#pt-header .pt-top-header a.pt-header-contact {
          margin-right: 0;
     }
}

@media(max-width:767px) {
     header#pt-header.pt-header-style-3 .pt-bottom-header {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          border-top: 0;
     }

     header#pt-header .pt-top-header {
          display: none;
     }

     header#pt-header.pt-header-default .pt-btn-container {
          display: none;
     }

     header#pt-header.pt-header-style-1 .pt-menu-search-block {
          margin: 0 0 0 20px;
     }

     header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-info-box .pt-header-text {
          display: none;
     }

     header#pt-header.pt-header-style-2 .pt-bottom-header .pt-btn-container {
          display: none;
     }

     header#pt-header.pt-header-style-3 .pt-bottom-header .pt-btn-container {
          display: none;
     }
}

@media(max-width:479px) {
     header#pt-header .pt-bottom-header .navbar .navbar-brand img {
          height: 42px;
     }

     header#pt-header.pt-header-default .pt-btn-container {
          display: none;
     }

     header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-info-box .pt-header-text {
          display: none;
     }

     header#pt-header.pt-header-style-1 .pt-menu-search-block {
          display: none;
     }

     header#pt-header .pt-search-form {
          right: 0;
          width: 220px;
          padding: 5px;
     }

     header#pt-header.pt-header-style-2 .pt-menu-search-block {
          margin-right: 0;
     }
}

@media(max-width:320px) {
     header#pt-header.pt-header-style-2 .pt-menu-search-block {
          display: none;
     }
}

/*+++++ admin bar login +++++*/
.admin-bar header#pt-header.pt-header-sticky {
     top: 32px;
}

.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
     top: 32px;
}

.admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
     top: 32px;
}

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

.admin-bar header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
     top: 32px;
}

.admin-bar header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
     top: 32px;
}

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

     .admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
          top: 0;
     }

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

     .admin-bar header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
          top: 0;
     }

     .admin-bar header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
          top: 0;
     }
}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {
     .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
          top: 46px !important;
     }

     .admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
          top: 32px !important;
     }

     .admin-bar header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
          top: 32px !important;
     }

     .admin-bar header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
          top: 32px !important;
     }

     .admin-bar header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
          top: 32px !important;
     }
}

/*+++++ header search +++++*/
.admin-bar .pt-menu-search-block .offcanvas {
     top: 32px;
}

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

.pt-menu-search-block .offcanvas .btn-close {
     opacity: 1;
     background: none;
     color: var(--white-color);
     font-size: 0;
     position: absolute;
     right: -60px;
     top: 50%;
     transform: translateY(-50%);
     line-height: normal;
     padding: 0;
     box-shadow: none;
     width: 40px;
     height: 40px;
     line-height: 40px;
     font-weight: 400;
}

.pt-menu-search-block .offcanvas .btn-close:before {
     font-size: 14px;
     content: "\e646";
     font-family: 'themify';
}

.pt-menu-search-block .offcanvas .btn-close:after {
     content: "";
     background: var(--dark-color);
     width: 40px;
     height: 40px;
     line-height: 40px;
     position: absolute;
     left: 0;
     top: 0;
     transition: all 0.5s ease;
     border-radius: 100%;
     z-index: -1;
}

.pt-menu-search-block .offcanvas .btn-close:hover:after {
     background: var(--primary-color);
}

.pt-menu-search-block .offcanvas .btn-close:hover {
     color: var(--white-color);
}

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

.pt-menu-search-block .offcanvas .search-form .search-field {
     border: none;
     color: var(--secondary-color);
     background: var(--grey-color);
     padding-left: 30px;
}

.pt-menu-search-block .offcanvas .search-form #search-clear {
     display: none;
}

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

.pt-menu-search-block .offcanvas .search-form .search-field:focus {
     color: var(--dark-color);
}

.pt-menu-search-block .offcanvas .search-form .search-submit {
     background: transparent;
     color: var(--dark-color) !important;
}

.pt-menu-search-block .offcanvas .search-form .search-submit:hover {
     color: var(--primary-color) !important;
}

/*+++++ Header Sidebar +++++*/
.pt-cart-button .offcanvas {
     padding: 0px 30px;
     border: 0;
     display: block;
}

.admin-bar .pt-cart-button .offcanvas {
     padding: 32px 30px;
}

.pt-cart-button .offcanvas .pt-cart-header {
     margin-left: -30px;
     margin-right: -30px;
}

.pt-cart-button .offcanvas .pt-cart-header h3.modal-title {
     font-size: 20px;
     line-height: 28px;
     font-weight: 600;
     padding: 15px 30px;
     margin-bottom: 30px;
     border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pt-cart-button .widget_shopping_cart_content {
     height: calc(100vh - 275px);
}

.admin-bar .pt-cart-button .widget_shopping_cart_content {
     height: calc(100vh - 320px);
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget {
     height: 100%;
     overflow: auto;
}

.pt-cart-button ul.product_list_widget li.mini_cart_item {
     margin: 0 0 30px;
     padding: 0;
     list-style: none;
     display: inline-block;
     width: 100%;
     position: relative;
}

.pt-cart-button ul.cart_list li img,
ul.product_list_widget li img {
     width: 80px;
     float: left;
     margin-left: 0;
     margin-right: 15px;
}

.pt-cart-button ul.cart_list li a {
     display: block;
     color: var(--dark-color);
     text-decoration: none;
     font-weight: 600;
     padding-right: 30px;
     line-height: normal;
}

.pt-cart-button ul.product_list_widget a.remove {
     float: right;
     right: 15px;
     top: 3px;
     left: inherit;
     margin: auto 0;
     font-size: 20px;
     font-weight: 400;
     position: absolute;
     padding: 0;
     line-height: 1;
     height: 1em;
     width: 1em;
     color: var(--secondary-color);
     text-align: center;
     background: transparent;
}

.pt-cart-button ul.product_list_widget a.remove:hover {
     color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__total.total {
     margin-bottom: 15px;
     margin-top: 15px;
}

.pt-cart-button .woocommerce-mini-cart__total.total strong {
     font-weight: 600;
     color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
     float: right;
     color: var(--dark-color);
     font-weight: 600;
}

.pt-cart-button .woocommerce-mini-cart__buttons .button {
     display: block;
     text-align: center;
     margin-bottom: 10px;
}

.pt-cart-button .woocommerce-mini-cart__buttons .button:hover {
     background: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout {
     margin-bottom: 0;
     background: none;
     border: 1px solid var(--dark-color);
     color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout:hover {
     background: var(--dark-color);
     border-color: var(--dark-color);
     color: var(--white-color);
}

.pt-cart-button p {
     margin-bottom: 0;
}

.pt-cart-button .btn-close {
     line-height: 1;
     padding: 0;
     color: var(--dark-color);
     font-size: 26px;
     float: right;
     opacity: 1;
     background: transparent;
     padding-top: 15px;
     box-shadow: none;
}

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

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

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

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

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

.owl-carousel .owl-nav button.owl-prev {
     margin-left: -130px;
}

.owl-carousel .owl-nav button.owl-next {
     margin-right: -130px;
}

/* 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(--primary-color);
     opacity: 0.3;
     display: inline-block;
     padding: 0;
     margin: 0px 5px;
     height: 4px;
     width: 30px;
     border: none;
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     cursor: pointer;
}

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

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

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

/*+++++++++++++++++++++++++++++++++++++++++
Section Title
++++++++++++++++++++++++++++++++++++++++*/
.pt-section-title.pt-style-1.text-center {
     padding: 0 15em;
     margin-bottom: 60px;
}

.pt-section-title.pt-style-1.text-center .pt-section-sub-title {
     padding-right: 45px;
}

.pt-section-title.pt-style-1.text-center .pt-section-sub-title:after {
     content: "";
     position: absolute;
     right: 5px;
     top: 50%;
     transform: translateY(-50%);
     width: 30px;
     height: 2px;
     border-bottom: 1px solid var(--primary-color);
}

.pt-section-title.pt-style-1 .pt-section-sub-title {
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 14px;
     line-height: 22px;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
     margin: 0 0 10px;
     display: inline-block;
     position: relative;
     padding-left: 40px;
}

.pt-section-title.pt-style-1 .pt-section-sub-title:before {
     content: "";
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 30px;
     height: 2px;
     border-bottom: 1px solid var(--primary-color);
}

.pt-title-white .pt-section-title.pt-style-1 .pt-section-sub-title:before {
     border-bottom: 1px solid var(--white-color);
}

.pt-section-title.pt-style-1 .pt-section-main-title {
     font-weight: 600;
     font-size: 48px;
     line-height: 56px;
     z-index: 9;
     color: var(--dark-color);
     padding: 0;
     margin: 0 0;
     position: relative;
     display: block;
     text-transform: capitalize;
}

.pt-section-title.pt-style-1 .pt-section-description {
     z-index: 9;
     position: relative;
     margin: 15px 0 0;
}

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

@media(max-width:1023px) {
     .pt-section-title.pt-style-1 .pt-section-main-title {
          font-size: 44px;
          line-height: 52px;
     }
}

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

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

@media(max-width:479px) {
     .pt-section-title.pt-style-1 .pt-section-main-title {
          font-size: 28px;
          line-height: 36px;
     }
}

/*===== section border line =====*/
.pt-left-border,
.pt-right-border {
     position: relative;
}

.pt-right-border:before {
     content: '';
     width: 1000%;
     height: 1px;
     left: 100%;
     background: rgb(0, 0, 0, 0.1);
     position: absolute;
     top: 45px;
     margin-left: -15px;
}

.pt-right-border.pt-right:before {
     background: rgb(255, 255, 255, 0.1);
}

.pt-left-border:before {
     content: '';
     width: 1000%;
     height: 1px;
     right: 100%;
     background: rgb(48, 55, 63, 0.1);
     position: absolute;
     top: 45px;
     margin-right: -15px;
}

.pt-left-border.pt-dark-bg:before {
     background: rgb(255, 255, 255, 0.2);
}

@media(max-width:1024px) {

     .pt-right-border:before,
     .pt-left-border:before,
     .pt-left-border.pt-dark-bg:before {
          display: none;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
Fancybox
++++++++++++++++++++++++++++++++++++++++*/
.pt-fancy-box.pt-style-1 {
     background: var(--white-color);
     padding: 60px 45px;
     padding-bottom: 45px;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-icon {
     position: relative;
     font-size: 72px;
     line-height: 80px;
     margin-bottom: 15px;
     display: inline-block;
     margin-left: 15px;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-icon:before {
     content: "";
     position: absolute;
     top: -10px;
     left: -15px;
     display: inline-block;
     width: 50px;
     height: 50px;
     background: var(--primary-color);
     border-radius: 100%;
     -webkit-transform: scale(1);
     transform: scale(1);
     transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-1:hover .pt-fancy-box-icon:before {
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-icon i {
     position: relative;
     z-index: 9;
     color: var(--dark-color);
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-right-icon {
     font-size: 80px;
     line-height: 80px;
     position: absolute;
     right: 45px;
     top: 45px;
     opacity: 0.1;
     color: var(--dark-color);
     transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-info {
     position: relative;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-info .pt-fancy-box-title {
     font-size: 26px;
     line-height: 34px;
     margin-bottom: 15px;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-info .pt-fancy-box-description {
     padding-bottom: 30px;
     border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.pt-fancy-box.pt-style-1:hover .pt-button.pt-button-icon {
     color: var(--primary-color);
}

.pt-fancy-box.pt-style-1:hover .pt-button.pt-button-icon .pt-button-line-right {
     background: var(--primary-color);
}

.pt-fancy-box.pt-style-1:hover .pt-button.pt-button-icon .pt-button-block:after {
     border-color: var(--primary-color);
}

/*pt-fancy-box pt-style-2 */
.pt-fancy-box.pt-style-2 .pt-fancy-box-icon {
     position: relative;
     font-size: 72px;
     line-height: 80px;
     margin-bottom: 20px;
     display: inline-block;
     margin-left: 15px;
}

.pt-fancy-box.pt-style-2 .pt-fancy-box-icon i {
     position: relative;
     z-index: 9;
     color: var(--white-color);
}

.pt-fancy-box.pt-style-2 .pt-fancy-box-icon:before {
     content: "";
     position: absolute;
     top: -10px;
     left: -15px;
     display: inline-block;
     width: 50px;
     height: 50px;
     background: var(--primary-color);
     border-radius: 100%;
     -webkit-transform: scale(1);
     transform: scale(1);
     transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-2:hover .pt-fancy-box-icon:before {
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
}

.pt-fancy-box.pt-style-2 .pt-fancy-box-title {
     font-size: 26px;
     line-height: 34px;
     margin-bottom: 10px;
}

/*pt-fancy-box pt-style-3 */
.pt-fancy-box.pt-style-3 {
     background: var(--white-color);
     padding: 60px 45px;
     padding-bottom: 45px;
     border: 1px solid rgba(0, 0, 0, 0.1);
     transition: 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-icon {
     position: relative;
     font-size: 64px;
     line-height: 72px;
     display: inline-block;
     opacity: 1;
     visibility: visible;
     transition: 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-icon i {
     position: relative;
     z-index: 9;
     color: var(--dark-color);
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-info {
     position: relative;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-info .pt-fancy-box-title {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 20px;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-content {
     position: relative;
}

.pt-fancy-box.pt-style-3 .pt-btn-container {
     position: absolute;
     top: 15px;
     opacity: 0;
     visibility: hidden;
     transition: 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-3:hover .pt-fancy-box-icon {
     opacity: 0;
     visibility: hidden;
}

.pt-fancy-box.pt-style-3:hover .pt-btn-container {
     opacity: 1;
     visibility: visible;
}

.pt-fancy-box.pt-style-3:hover {
     background: var(--primary-color);
     border-color: var(--primary-color);
}

.pt-fancy-box.pt-style-3:hover .pt-fancy-box-title,
.pt-fancy-box.pt-style-3:hover .pt-fancy-box-description {
     color: var(--white-color);
}

.pt-fancy-box.pt-style-3:hover .pt-button.pt-button-link .pt-svg svg circle:nth-child(2) {
     stroke: var(--white-color);
}

.pt-fancy-box.pt-style-3:hover .pt-button.pt-button-link .pt-svg svg path {
     stroke: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++
Imagebox
++++++++++++++++++++++++++++++++++++++++*/
.pt-image-box.pt-style-1 .pt-image-box-media img {
     border-radius: 50%;
     margin-bottom: 30px;
}

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

.pt-image-box-slider.pt-client-style-1 .owl-carousel .owl-dots {
     margin-top: 45px;
}

/*+++++++++++++++++++++++++++++++++++++++++
Video Popup
++++++++++++++++++++++++++++++++++++++++*/
.pt-popup-video-block.pt-popup-style-1 .pt-video-icon a {
     margin: auto;
     text-decoration: none;
     color: var(--primary-color);
     font-size: 28px;
     width: 130px;
     height: 130px;
     line-height: 130px;
     text-align: center;
     display: inline-block;
     background-color: var(--white-color);
     border-radius: 100%;
     border: 2px solid transparent;
     transition: 0.5s ease-in-out;
}

.pt-popup-video-block.pt-popup-style-1 .pt-video-icon a:hover {
     background: var(--primary-color);
     color: var(--white-color);
}

.pt-popup-video-block.pt-popup-style-1 {
     position: relative;
     text-align: center;
}

.pt-popup-video-block.pt-popup-style-1 .pt-video-icon {
     display: inline-block;
     position: relative;
}

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

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

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

/*+++++++++++++++++++++++++++++++++++++++++
Service Box
++++++++++++++++++++++++++++++++++++++++*/
.pt-service-box.pt-style-1 .pt-service-media {
     position: relative;
     z-index: 2;
}

.pt-service-box.pt-style-1 .pt-service-img {
     overflow: hidden;
     margin: 0 20px;
}

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

.pt-service-box.pt-style-1:hover .pt-service-img img {
     -webkit-transform: scale(1);
     transform: scale(1.2);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}

.pt-service-box.pt-style-1 .pt-service-icon {
     display: inline-block;
     color: var(--white-color);
     width: 100px;
     height: 100px;
     line-height: 100px;
     border-radius: 100%;
     z-index: 9;
     background: var(--primary-color);
     position: absolute;
     bottom: -45px;
     left: 50%;
     text-align: center;
     transform: translateX(-50%);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}

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

.pt-service-box.pt-style-1 .pt-service-icon i {
     font-size: 48px;
     line-height: 56px;
     vertical-align: middle;
}

.pt-service-box.pt-style-1 .pt-service-info {
     padding-top: 160px;
     padding-bottom: 30px;
     margin-top: -90px;
     position: relative;
     background: var(--white-color);
}

.pt-service-box.pt-style-1 .pt-service-title {
     margin-bottom: 5px;
     font-size: 28px;
     line-height: 36px;
}

.pt-service-box.pt-style-1 .pt-service-number {
     font-size: 100px;
     line-height: 100px;
     text-align: center;
     position: absolute;
     left: 50%;
     bottom: 45px;
     transform: translate(-50%);
     opacity: 0.05;
     -webkit-text-stroke-width: 3px;
}

.pt-service-box.pt-style-1 .pt-service-description {
     color: var(--primary-color);
     letter-spacing: 1px;
     text-transform: uppercase;
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
}

/* ===== service-box-style-2 ======= */
.pt-service-box.pt-style-2 {
     padding: 30px;
}

.pt-service-box.pt-style-2 .pt-service-content {
     display: flex;
     padding-bottom: 30px;
     border-bottom: 1px solid rgb(0, 0, 0, 0.1);
     margin-bottom: 25px;
}

.pt-service-box.pt-style-2 .pt-service-number {
     color: var(--primary-color);
     font-size: 26px;
     line-height: 34px;
     font-weight: 600;
     margin-right: 10px;
}

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

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

.pt-service-box.pt-style-2:hover .pt-button.pt-button-icon .pt-button-line-right {
     background: var(--primary-color);
}

.pt-service-box.pt-style-2:hover .pt-button.pt-button-icon .pt-button-block:after {
     border-color: var(--primary-color);
}

/* ===== service-box-style-3 ======= */
.pt-service-box.pt-style-3 .pt-service-img img {
     width: 100%;
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}

.pt-service-box.pt-style-3 .pt-service-img {
     overflow: hidden;
}

.pt-service-box.pt-style-3:hover .pt-service-img img {
     -webkit-transform: scale(1);
     transform: scale(1.2);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}

.pt-service-box.pt-style-3 .pt-service-title {
     color: var(--white-color);
     font-size: 22px;
     line-height: 30px;
     width: 100%;
     transition: 0.5s ease-in-out;
}

.pt-service-box.pt-style-3 .pt-service-info .pt-service-title {
     position: absolute;
     bottom: 0;
     width: 100%;
     padding: 20px;
     color: var(--white-color);
     background: rgba(0, 0, 0, 0.5);
}

.pt-service-box.pt-style-3:hover .pt-service-info .pt-service-title {
     background: var(--primary-color);
}

.pt-service-box.pt-style-3 .pt-service-info .pt-service-title a {
     color: var(--white-color);
}

@media(max-width:1279px) {
     .pt-service-box.pt-style-3 .pt-service-info .pt-service-title a {
          font-size: 20px;
          line-height: 28px;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
Testimonial
++++++++++++++++++++++++++++++++++++++++*/

/* style 1 */
.pt-testimonial-box.pt-style-1 .pt-testimonial-meta span {
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 14px;
     line-height: 22px;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
}

/* style 2 */
.pt-testimonial-box.pt-style-2 {
     padding: 60px;
     display: inline-flex;
     background: var(--white-color);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img {
     width: 200px;
     margin-right: 45px;
}

.pt-testimonial-box.pt-style-2 .pt-team-content-info {
     display: flex;
     position: relative;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-meta span {
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 14px;
     line-height: 22px;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-icon i {
     color: var(--primary-color);
     font-size: 44px;
     line-height: 52px;
     position: absolute;
     right: 0;
     top: 0;
}

@media(max-width:767px) {
     .pt-testimonial-box.pt-style-2 {
          padding: 30px;
          display: block;
          text-align: center;
     }

     .pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img {
          width: auto;
          margin: 0;
          display: inline-block;
     }

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

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

     .pt-testimonial-box.pt-style-2 .pt-testimonial-icon i {
          display: none;
     }

     .pt-testimonial-box.pt-style-2 .pt-team-content-info {
          display: unset;
     }
}

/* style 3 */
.pt-testimonial-box.pt-style-3 .pt-testimonial-content {
     background: rgba(255, 255, 255, 0.1);
     color: var(--white-color);
     padding: 30px;
     position: relative;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-content:before {
     content: "";
     height: 0;
     width: 0;
     position: absolute;
     left: 30px;
     bottom: -30px;
     border: solid transparent;
     border-top-color: rgba(255, 255, 255, 0.1);
     border-width: 15px;
}

.pt-testimonial-box.pt-style-3 .pt-head-testimonial-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 20px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media {
     margin-top: 30px;
     display: flex;
     position: relative;
     align-items: center;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img {
     margin-right: 15px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img img {
     width: 80px;
     height: 80px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-meta h5 {
     color: var(--white-color);
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-meta span {
     color: var(--primary-color);
     letter-spacing: 1px;
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
     font-family: var(--title-fonts);
     text-transform: uppercase;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-star {
     color: #ffa94d;
     float: right;
     margin-top: -30px;
}

/* style 4 */
.pt-img-up .pt-testimonial-box.pt-style-2 {
     padding: 30px;
     display: block;
}

.pt-img-up .pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img {
     width: auto;
     margin: 0;
     display: inline-block;
}

.pt-img-up .pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img img {
     width: 100px;
     border-radius: 50%;
}

.pt-img-up .pt-testimonial-box.pt-style-2 .pt-testimonial-info {
     margin-top: 20px;
}

.pt-img-up .pt-testimonial-box.pt-style-2 .pt-testimonial-icon i {
     display: none;
}

.pt-img-up .pt-testimonial-box.pt-style-2 .pt-team-content-info {
     display: unset;
}

.pt-img-up .pt-testimonial-box-slider.pt-style-2 .owl-carousel .owl-dots {
     margin-top: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++
Client
++++++++++++++++++++++++++++++++++++++++*/
.pt-client-box.pt-client-style-1 .pt-client-img {
     position: relative;
     display: block;
     width: auto;
     margin: 0 auto;
     -webkit-transition: -webkit-transform .3s ease;
     -moz-transition: -moz-transform .3s ease;
     transition: transform .3s ease;
     opacity: 0.6;
}

.pt-client-box.pt-client-style-1 a:hover .pt-client-img {
     -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
     transform: translateY(100%)
}

.pt-client-box.pt-client-style-1 .pt-client-hover-img {
     position: absolute;
     top: 0;
     left: 50%;
     width: auto;
     -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
     transform: translate(-50%, -100%);
     -webkit-transition: -webkit-transform .3s ease;
     -moz-transition: -moz-transform .3s ease;
     transition: transform .3s ease;
     opacity: 1;
}

.pt-client-box.pt-client-style-1 a:hover .pt-client-hover-img {
     -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
     transform: translate(-50%, 0)
}

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

/*+++++++++++++++++++++++++++++++++++++++++
Contact Form
++++++++++++++++++++++++++++++++++++++++*/
.pt-contactform .wpcf7-form-control-wrap input,
.pt-contactform .wpcf7-form-control-wrap select,
.pt-contactform textarea {
     margin-bottom: 20px;
}

.pt-contactform textarea {
     height: 100px;
}

.pt-contactform [type="submit"] {
     background: var(--primary-color);
     color: var(--white-color);
     margin-top: 15px;
}

.pt-contactform [type="submit"]:hover {
     background: var(--white-color);
     color: var(--dark-color);
}

.pt-contact-page .pt-contactform [type="submit"]:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

.pt-dark-bg-left {
     position: relative;
}

.pt-dark-bg-left:before {
     content: "";
     position: absolute;
     right: 50%;
     top: 0;
     display: inline-block;
     width: 1000%;
     height: 100%;
     z-index: -1;
     background: var(--dark-color);
}

@media(max-width:1024px) {
     .pt-dark-bg-left:before {
          display: none;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
Portfolio
++++++++++++++++++++++++++++++++++++++++*/
.pt-portfolio-block {
     position: relative;
     overflow: hidden;
     display: inline-block;
     width: 100%;
}

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

.pt-portfolio-block:hover:before {
     opacity: 0.9;
}

.pt-portfolio-block .pt-portfolio-img img {
     margin-left: 30px;
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
     width: 100%;
}

.pt-portfolio-block:hover .pt-portfolio-img img {
     margin-left: 0;
}

.pt-portfolio-block .pt-portfolio-info {
     color: var(--white-color);
     z-index: 9;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     padding: 30px;
     display: inline-block;
     width: 100%;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.pt-portfolio-block:hover .pt-portfolio-info {
     opacity: 1;
}

.pt-portfolio-block .pt-portfolio-info span a {
     color: var(--primary-color);
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
}

.pt-portfolio-block .pt-portfolio-info span a:hover {
     color: var(--white-color);
}

.pt-portfolio-block .pt-portfolio-info h5 a {
     color: var(--white-color);
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 10px;
     display: inline-block;
}

.pt-portfolio-block .pt-portfolio-info h5 a:hover {
     color: var(--primary-color);
}

.pt-portfolio-block .pt-btn-container {
     position: absolute;
     bottom: 0;
     padding: 30px;
     opacity: 0;
     transition: all 0.5s ease-in-out;
     z-index: 99;
}

.pt-portfolio-block:hover .pt-btn-container {
     opacity: 1;
}

.pt-portfolio-block .pt-button.pt-button-icon {
     color: var(--white-color);
}

.pt-portfolio-block .pt-button.pt-button-icon .pt-button-line-right {
     background: var(--white-color);
}

.pt-portfolio-block .pt-button.pt-button-icon .pt-button-block:after {
     border: 1px solid #fff;
}

/* portfolio style 2 */
.pt-protfolio-tabs .protfolio-tabs-item {
     position: relative;
     border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.pt-protfolio-tabs .protfolio-tabs-item:last-child {
     border-bottom: none;
}

.pt-protfolio-tabs .pt-protfolio-tabs-item:last-child {
     margin: 0;
}

.pt-protfolio-tabs .pt-protfolio-tabs-item a.protfolio-tabs-link {
     font-family: var(--title-fonts);
     font-weight: 400;
     font-size: 48px;
     line-height: 56px;
     position: relative;
     color: var(--dark-color);
     display: inline-block;
}

.pt-protfolio-tabss .pt-protfolio-tabs-item a.protfolio-tabs-link.active,
.pt-protfolio-tabs .pt-protfolio-tabs-item a.protfolio-tabs-link:hover {
     color: var(--primary-color);
}

.pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-img {
     position: absolute;
     height: 250px;
     opacity: 0;
     left: 95%;
     z-index: 2;
     top: 50%;
     transform: translate3d(calc(-100% - 1vw), -50%, 0) translate3d(0, 20px, 0);
     transition: all 0.4s;
}

.pt-protfolio-tabs .protfolio-tabs-item a.protfolio-tabs-link:hover+.protfolio-tabs-img,
.pt-protfolio-tabs .protfolio-tabs-item a.protfolio-tabs-link.active+.protfolio-tabs-img {
     opacity: 1;
     transform: translate3d(calc(-100% - 1vw), -50%, 0) rotate3d(0, 0, 1, 0deg);
     transition: all 0.4s;
}

.pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-link {
     display: inline-flex;
     align-items: center;
     width: 100%;
     padding: 30px 0;
}

.pt-protfolio-tabs .protfolio-tabs-item .portfolio-number {
     font-size: 24px;
     font-weight: 600;
     line-height: 32px;
     width: 100px;
}

.pt-protfolio-tabs .protfolio-tabs-item .portfolio-title {
     width: 300px;
}

.pt-protfolio-tabs .protfolio-tabs-item .portfolio-location {
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
     letter-spacing: 1px;
     text-transform: uppercase;
     margin-left: 30px;
     margin-bottom: 0;
}

@media(max-width:1199px) {
     .pt-protfolio-tabs .protfolio-tabs-item .portfolio-number {
          width: 65px;
     }

     .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-img {
          height: 180px;
          left: 98%;
     }
}

@media(max-width:991px) {
     .pt-protfolio-tabs .protfolio-tabs-item .portfolio-title {
          width: auto
     }

     .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-img {
          height: 130px;
     }

     .pt-portfoliobox-style-1 .owl-nav {
          display: none;
     }
}

@media(max-width:767px) {
     .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-img {
          display: none
     }

     .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-link {
          display: inline-block;
     }

     .pt-protfolio-tabs .protfolio-tabs-item .portfolio-number {
          display: inline-block;
     }

     .pt-protfolio-tabs .protfolio-tabs-item .portfolio-title {
          width: auto;
          display: inline-block;
     }

     .pt-protfolio-tabs .protfolio-tabs-item .portfolio-location {
          margin-left: 55px;
     }

}

/*+++++++++++++++++++++++++++++++++++++++++
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: 14px;
     line-height: 22px;
     font-weight: 600;
     letter-spacing: 1px;
     font-family: var(--title-fonts);
     text-transform: uppercase;
     list-style: none;
     text-transform: uppercase;
     color: var(--dark-color);
     display: inline-block;
     cursor: pointer;
     padding: 10px 30px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

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

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

.pt-filters .pt-filter-button-group ul li:hover {
     color: var(--primary-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-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;
}

@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-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 li {
          margin-right: 0;
          font-size: 14px;
          padding: 5px 15px;
     }

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

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

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

/*====portfolio single=====*/
.pt-portfolio-info-box {
     display: inline-block;
     width: 100%;
     background: var(--grey-color);
     padding: 30px;
}

.pt-porfolio-info-header h5 {
     font-size: 40px;
     line-height: 48px;
     margin-bottom: 0;
}

.pt-porfolio-info .pt-info-list {
     margin: 0;
     padding: 0;
     display: flex;
}

.pt-porfolio-info .pt-info-list li {
     list-style: none;
     float: left;
     margin: 0;
     padding: 0;
     display: inline-block;
     width: 100%;
}

.pt-porfolio-info .pt-info-list li h5 {
     font-size: 22px;
     line-height: 30px;
}

.pt-porfolio-info .pt-info-list li span {
     color: var(--secondary-color);
     font-size: 16px;
}

.Projects-dts .pt-portfolio-block .pt-portfolio-info {
     padding-bottom: 0;
}

@media(max-width:1099px) {
     .pt-porfolio-info .pt-info-list li h5 {
          font-size: 18px;
          line-height: 26px;
     }
}

@media(max-width:1023px) {
     .pt-porfolio-info .pt-info-list {
          display: inline-block;
          width: 100%;
          margin: 0;
     }

     .pt-porfolio-info .pt-info-list li {
          display: inline-block;
          width: 33.333%;
          margin: 0 0 15px;
     }

     .pt-porfolio-info .pt-info-list li h5 {
          font-size: 22px;
          line-height: 30px;
     }
}

@media(max-width:767px) {
     .pt-porfolio-info .pt-info-list {
          display: inline-block;
          width: 100%;
          margin: 0;
     }

     .pt-porfolio-info .pt-info-list li {
          display: inline-block;
          width: 100%;
          margin: 0 0 15px;
     }

     .pt-porfolio-info .pt-info-list li:last-child {
          margin-bottom: 0;
     }
}


/*====portfolio Style 4 =====*/
.pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item {
     text-align: center;
     padding-bottom: 30px
}

.pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item:hover .portfolio-title {
     color: var(--primary-color);
}

.pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .portfolio-title {
     width: auto;
     font-size: 44px;
     line-height: 52px;
}

.pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-content {
     display: inline-block;
}

.pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-link {
     width: auto;
     padding-bottom: 15px;
     cursor: pointer;
     position: relative;
     z-index: 9;
}

.pt-portfoliobox-4 .pt-protfolio-tabs .pt-btn-container .pt-button-block {
     text-transform: capitalize;
     align-items: center;
     justify-content: end;
}

.pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-img {
     left: 30%;
}



@media(max-width:1024px) {
     .pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .portfolio-title {
          font-size: 32px;
          line-height: 40px;
     }

     .pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-img {
          left: 34%;
     }


}

@media(max-width:767px) {
     .pt-portfoliobox-4 .pt-protfolio-tabs .pt-btn-container .pt-button-block {
          justify-content: center;
     }

     .pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-link {
          padding-bottom: 5px;
     }

}


@media(max-width:479px) {
     .pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .portfolio-title {
          font-size: 22px;
          line-height: 30px;
     }

     .pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item {
          padding-bottom: 15px;
          margin-bottom: 15px;
     }

     .pt-portfoliobox-4 .pt-protfolio-tabs .protfolio-tabs-item .protfolio-tabs-link {
          padding-top: 0;
          padding-bottom: 0;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
FAQ
++++++++++++++++++++++++++++++++++++++++*/
.pt-accordion-block .pt-accordion-box {
     margin-bottom: 24px;
     padding-bottom: 24px;
     position: relative;
     border-bottom: 1px solid rgb(48, 55, 63, 0.2);
}

.pt-accordion-block .pt-accordion-box .pt-ad-title {
     padding: 0px 30px;
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
     margin-top: 10px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
     font-size: 22px;
     line-height: 30px;
     cursor: pointer;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
     position: absolute;
     top: 5px;
     left: 0;
     opacity: 1;
     color: var(--dark-color);
     font-size: 22px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive {
     opacity: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
     opacity: 0;
     color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
     opacity: 1;
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
     margin-bottom: 0;
}

@media(max-width:767px) {
     .pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
          font-size: 16px;
     }
}

.pt-accordion-bg .pt-accordion-block .pt-accordion-box {
     background: var(--white-color);
     border-bottom: none;
}

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

.pt-accordion-bg .pt-accordion-block .pt-accordion-box .pt-ad-title {
     background: var(--grey-color);
     border: 1px solid var(--grey-color);
     padding: 15px 20px;
     cursor: pointer;
}

.pt-accordion-bg .pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
     font-size: 18px;
     line-height: 26px;
}

.pt-accordion-bg .pt-accordion-block .pt-accordion-box .pt-ad-title i {
     position: absolute;
     top: 20px;
     right: 20px;
     opacity: 1;
     color: var(--dark-color);
     left: inherit;
}

.pt-accordion-bg .pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive {
     opacity: 0;
}

.pt-accordion-bg .pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
     position: absolute;
     right: 20px;
     opacity: 0;
     left: inherit;
}

.pt-accordion-bg .pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
     opacity: 1;
}

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

.pt-accordion-bg .pt-accordion-block .pt-accordion-box .pt-accordion-details {
     padding: 15px 20px;
     border: 1px solid rgba(0, 0, 0, .1);
     border-top: 0;
     margin-top: 0;
}

.pt-accordion-bg .pt-accordion-block .pt-accordion-box .pt-accordion-details p {
     margin-bottom: 0;
}

.pt-accordion-bg .pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title {
     background: var(--primary-color);
     border: 1px solid var(--primary-color);
}

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

/*+++++++++++++++++++++++++++++++++++++++++
Breadcrum
++++++++++++++++++++++++++++++++++++++++*/
.pt-breadcrumb {
     background: var(--grey-color);
     color: var(--white-color);
     padding: 160px 0;
     position: relative;
     background-position: center center;
     background-repeat: no-repeat;
}

.pt-breadcrumb:before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background: var(--dark-color);
     opacity: 0.4;
}

.pt-breadcrumb-container {
     text-align: center;
     padding-top: 15px;
}

.pt-breadcrumb nav {
     position: relative;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
     font-size: 56px;
     line-height: 64px;
     margin-bottom: 15px;
     text-align: center;
     color: var(--white-color);
}

.pt-breadcrumb-container .breadcrumb {
     padding: 0;
     margin: 0;
     justify-content: center;
     display: inline-flex;
}

.pt-breadcrumb-container .breadcrumb li {
     list-style-type: none;
     padding-left: 0;
     padding: 10px 8px;
     text-transform: capitalize;
     background: var(--white-color);
}

.pt-breadcrumb-container .breadcrumb li:first-child {
     padding-left: 20px;
}

.pt-breadcrumb-container .breadcrumb li:last-child {
     padding-right: 20px;
}

.pt-breadcrumb-container .breadcrumb li a i {
     margin-right: 10px;
}

.pt-breadcrumb-container .breadcrumb li.active {
     color: var(--primary-color);
     margin-right: 0;
}

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

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

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
     content: "\f125";
     font-size: 14px;
     color: var(--dark-color);
     font-family: "Ionicons";
     padding-right: 14px;
     float: none;
     opacity: 0.4;
}

.pt-yoest-breadcumbs #breadcrumbs {
     margin: 0;
     padding: 0;
}

.pt-yoest-breadcumbs #breadcrumbs span {
     color: var(--dark-color);
}

.pt-yoest-breadcumbs #breadcrumbs span a {
     padding: 0 5px;
}

.pt-yoest-breadcumbs #breadcrumbs span strong {
     font-weight: 400;
     padding-left: 5px;
}

@media(max-width:1023px) {
     .pt-breadcrumb {
          text-align: center;
          padding: 90px 0;
     }

     .pt-breadcrumb .pt-breadcrumb-title h1 {
          font-size: 42px;
          line-height: 50px;
          text-align: center;
     }

     .pt-breadcrumb-container .breadcrumb {
          display: inline-flex;
     }

     .pt-breadcrumb-img.text-right {
          text-align: center !important;
     }
}

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

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

     .pt-breadcrumb-container .breadcrumb li,
     .pt-breadcrumb-container .breadcrumb li i {
          font-size: 14px;
     }

     .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
          font-size: 12px;
     }
}

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

     .pt-breadcrumb-container .breadcrumb li {
          padding: 10px 4px;
     }

     .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
          padding-right: 8px;
     }

     .pt-breadcrumb-container .breadcrumb li:first-child {
          padding-left: 12px;
     }

     .pt-breadcrumb-container .breadcrumb li:last-child {
          padding-right: 12px;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
Team
++++++++++++++++++++++++++++++++++++++++*/
.pt-team-style-1 .pt-team-img {
     position: relative;
     overflow: hidden;
}

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

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

.pt-team-style-1 .pt-team-social ul {
     margin: 0;
     padding: 0;
     position: absolute;
     top: 15px;
     left: -75px;
     display: inline-block;
     width: 60px;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.pt-team-style-1:hover .pt-team-social ul {
     left: 15px;
}

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

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

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

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

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

.pt-team-style-1 .pt-team-info {
     background: transparent;
     padding: 15px 15px 0;
     margin: 0px;
     text-align: center;
     position: relative;
}

.pt-team-style-1 .pt-team-info h5 {
     font-size: 24px;
     line-height: 32px;
     margin: 0;
     color: var(--dark-color);
}

.pt-team-style-1 .pt-team-info h5 a {
     color: var(--dark-color);
}

.pt-team-style-1 .pt-team-info .pt-team-designation {
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
     letter-spacing: 1px;
     display: inline-block;
     width: 100%;
     text-transform: uppercase;
     color: var(--primary-color);
     font-family: var(--title-fonts);
}


.pt-1-team .pt-team-style-1 .pt-team-social ul li a {
     width: 48px;
     height: 48px;
     line-height: 48px;
}


/*======= Team list =======*/
.pt-teambox-2-list .item {
     padding: 30px 0;
     border-top: 1px solid rgba(0, 0, 0, 0.09);
     cursor: pointer;
}

.pt-teambox-2-list .item:first-child {
     border-top: none;
}

.pt-teambox-2-list .item:last-child {
     border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.pt-team-box.pt-style-2 .pt-team-info {
     display: flex;
     align-items: center;
}

.pt-team-box.pt-style-2 .pt-team-info .pt-member-name {
     font-size: 26px;
     line-height: 36px;
}

.pt-team-box.pt-style-2 .pt-team-info .pt-team-designation {
     letter-spacing: 1px;
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
     display: inline-block;
     text-transform: uppercase;
     color: var(--primary-color);
     font-family: var(--title-fonts);
     margin-left: 5px;
     margin-top: 5px;

}

.pt-team-box.pt-style-2 .pt-team-img img {
     width: 280px;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%) scale(0.5);
     opacity: 0;
     transition: all 0.5s ease;
     z-index: 1;
}

.pt-teambox-2-list .item:hover .pt-team-box.pt-style-2 .pt-team-img img,
.pt-teambox-2-list .item .pt-team-box.active .pt-team-img img {
     opacity: 1;
     transform: translateY(-50%) scale(1);

}


@media(max-width:767px) {
     .pt-team-box.pt-style-2 .pt-team-img img {
          width: 100%;
          height: auto;
          position: relative;
          transform: none;
          top: 0;
          opacity: 1;
     }

     .pt-teambox-2-list .item:hover .pt-team-box.pt-style-2 .pt-team-img img,
     .pt-teambox-2-list .item .pt-team-box.active .pt-team-img img {
          transform: none;
     }

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

}


/*+++++++++++++++++++++++++++++++++++++++++
Awardbox
++++++++++++++++++++++++++++++++++++++++*/
.pt-awardbox-1 {
     text-align: center;
}

.pt-awardbox-1 a {
     display: block;
}

.pt-awardbox-1 .pt-award-title {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-style: normal;
     text-transform: capitalize;
     font-weight: 600;
     display: block;
     margin-top: 15px;
     font-size: 22px;
     line-height: 30px;
}

.owl-carousel .owl-item .pt-awardbox-1 img {
     width: auto;
     display: inline-block;
}

.pt-awardbox-1-slider.pt-awardbox-1 .owl-carousel .owl-dots {
     margin-top: 45px;
}

/*+++++++++++++++++++++++++++++++++++++++++
Footer
++++++++++++++++++++++++++++++++++++++++*/
.pt-subscribe {
     display: inline-block;
     width: 100%;
     color: var(--white-color);
     position: relative;
     z-index: 10;
}

.pt-subscribe .pt-subscribe-description {
     margin: 20px 0;
}

.pt-subscribe-from input::placeholder {
     color: var(--white-color);
}

.pt-subscribe-from input.form-control {
     border: none;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     color: var(--white-color);
     background: transparent;
     padding: 0;
     text-transform: capitalize;
}

.pt-subscribe-from input.form-control:hover,
.pt-subscribe-from input.form-control:focus {
     border-color: var(--primary-color);
}

.pt-subscribe-from input.form-control::-webkit-input-placeholder {
     color: var(--white-color);
}

.pt-subscribe-from input.submit {
     background: transparent;
     font-size: 0;
     padding: 0;
     width: 54px;
     height: 54px;
     position: absolute;
     right: 0;
     z-index: 9;
}

.pt-subscribe-from .mc4wp-form-fields {
     display: flex;
     position: relative;
}

.pt-subscribe-from .mc4wp-form-fields i {
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 24px;
}

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

footer#pt-footer {
     background: var(--dark-color);
     display: inline-block;
     width: 100%;
     color: var(--white-color);
     float: left;
     position: relative;
}

footer#pt-footer:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 100%;
     opacity: 0.1;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
}

footer#pt-footer .pt-footer-top {
     padding: 90px 0 45px;
     position: relative;
     z-index: 9;
}

footer#pt-footer .pt-copyright-footer {
     position: relative;
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
     display: block;
     color: var(--white-color);
     text-align: center;
     padding: 15px 0;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     position: relative;
}

footer#pt-footer .pt-copyright-footer .pt-copyright:before {
     content: '';
     width: 1000%;
     height: 1px;
     left: 100%;
     background: rgba(255, 255, 255, 0.1);
     position: absolute;
     top: -1px;
}

footer#pt-footer .pt-copyright-footer .pt-copyright:before {
     display: none;
}

footer#pt-footer .pt-copyright-footer .pt-copyright a {
     color: var(--white-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a:hover {
     color: var(--white-color);
     text-decoration: underline;
}

/*======= Footer Top list =======*/
footer#pt-footer .pt-footer-bottom-list {
     padding: 0 0 60px;
     margin-top: -60px;
     position: relative;
     z-index: 9;
}

footer#pt-footer .pt-footer-bottom-list .row {
     background: var(--white-color);
     -webkit-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
     -moz-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
     box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
}

footer#pt-footer .pt-footer-bottom-list .row .col-lg-4 {
     border-right: 1px solid var(--grey-color);
}

footer#pt-footer .pt-footer-bottom-list .row .col-lg-4:last-child {
     border-right: none;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items {
     padding: 30px;
     display: flex;
     align-items: flex-start;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items i {
     align-self: center;
     font-size: 48px;
     line-height: 56px;
     color: var(--primary-color);
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items h4 {
     font-size: 24px;
     float: left;
     line-height: 32px;
     width: 100%;
     display: inline-block;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info {
     margin-left: 15px;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info a,
footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info span {
     color: var(--white-color);
}

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

footer#pt-footer .widget .footer-title {
     margin-bottom: 20px;
     padding: 0;
     font-size: 24px;
     position: relative;
     line-height: 32px;
}

footer#pt-footer .widget ul#menu-useful-links li {
     display: inline-block;
     width: 48%;
     margin-bottom: 12px;
}

footer#pt-footer .widget .footer-title+p+ul li a {
     padding-left: 0;
}

footer#pt-footer .pt-foote-recent-post {
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
     padding-bottom: 15px;
}

footer#pt-footer .pt-foote-recent-post:last-child {
     border: none;
     padding: 0;
}

footer#pt-footer .widget ul li {
     margin: 0 0 15px 0;
}

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

footer#pt-footer .widget ul#menu-navigate-menu li a {
     display: inline-block;
     padding-left: 0;
}

footer#pt-footer .widget .menu-product-menu-container ul li a {
     padding-left: 0;
}

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

footer#pt-footer .widget ul.pt-contact li {
     display: flex;
     align-items: center;
}

footer#pt-footer .widget ul.pt-contact li a:before {
     display: none;
}

footer#pt-footer .widget ul.pt-contact li i {
     margin-right: 15px;
     color: var(--primary-color);
     display: none;
}

footer#pt-footer .widget select {
     border: 1px solid var(--white-color);
}

footer#pt-footer .pt-footer-social ul li a {
     padding: 0;
}

.pt-foote-recent-post {
     display: flex;
     align-items: flex-start;
     margin-bottom: 20px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
     padding-bottom: 15px;
}

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

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

.pt-foote-recent-post .pt-foote-recent-post-media img {
     width: 80px;
     height: 80px;
}

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

.pt-foote-recent-post .pt-foote-recent-post-info .pt-post-date {
     color: var(--secondary-color);
     width: 100%;
     display: inline-block;
     font-size: 14px;
     line-height: 22px;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 {
     font-size: 16px;
     line-height: 24px;
     margin-bottom: 0;
}

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

@media(max-width:1190px) {
     footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items {
          padding: 15px;
     }

     .pt-subscribe-block .pt-subscribe-details {
          padding-right: 0;
     }
}

@media(max-width:1190px) {
     footer#pt-footer .pt-footer-top .pt-footer-bottom-list [class*="col-"] {
          margin-top: 30px;
     }
}

@media(max-width:991px) {
     .pt-subscribe-from {
          margin-top: 15px;
     }
}

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

     footer#pt-footer .pt-copyright-footer {
          text-align: center;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-social {
          margin-top: 15px;
          float: none;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
Sidebar Menu
++++++++++++++++++++++++++++++++++++++++*/
.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: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-background-overlay {
     display: block;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-sidebar {
     right: 0;
     opacity: 1;
}

.pt-sidebar {
     width: 410px;
     background: var(--white-color);
     opacity: 0;
     display: block;
     position: fixed;
     top: 0;
     right: -100%;
     height: 100%;
     z-index: 101;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.pt-sidebar .pt-close-btn .pt-close {
     position: absolute;
     left: -45px;
     background: var(--primary-color);
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     color: var(--white-color);
     top: 90px;
     font-size: 20px;
}

.pt-sidebar-block {
     padding: 60px 30px 30px 30px;
     height: 100%;
}

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

.pt-sidebar h2 {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 15px;
}

.pt-sidebar .quote-from input[type="text"],
.pt-sidebar .quote-from textarea,
.pt-sidebar .quote-from input[type="email"] {
     margin-bottom: 15px;
}

.pt-sidebar ul {
     margin: 0;
     padding: 0;
}

.pt-sidebar ul li {
     list-style: none;
     margin: 0;
     padding: 0 0 10px;
}

.pt-sidebar ul li a {
     color: var(--secondary-color);
}

/*===========*/
.pt-sidebar-contact {
     margin-top: 30px;
     display: inline-block;
     width: 100%;
}

.pt-sidebar-contact li {
     display: flex;
     align-items: flex-start;
}

.pt-sidebar-contact li i {
     line-height: 2;
     color: var(--primary-color);
}

.pt-sidebar-contact li span {
     margin-left: 15px;
     flex: 1;
}

/*===========*/
.pt-sidebar-social ul {
     margin-top: 20px;
     display: inline-block;
     width: 100%;
}

.pt-sidebar-social ul li {
     display: inline-block;
     padding: 0;
     margin: 0;
}

.pt-sidebar-social ul li:last-child {
     margin-right: 0;
}

.pt-sidebar-social ul li a {
     background: var(--dark-color);
     color: var(--white-color);
     width: 48px;
     height: 48px;
     line-height: 48px;
     display: inline-block;
     text-align: center;
}

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

.pt-sidebar .pt-time span.day {
     color: var(--dark-color);
     display: block;
}

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

/*+++++++++++++++++++++++++++++++++++++++++
Shop
++++++++++++++++++++++++++++++++++++++++*/
.woocommerce ul.products li.product .price span.woocommerce-Price-currencySymbol {
     margin-right: 3px;
}

/*+++++ Cart +++++*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
     border-top: none;
     color: var(--secoundary-color);
}

.woocommerce-message {
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: space-between;
     padding: 15px;
}

.woocommerce-message::before,
.woocommerce-info::before {
     display: none;
}

.woocommerce .woocommerce-message a.button {
     background: var(--dark-color);
     font-weight: 600;
     color: var(--white-color);
     float: none;
     order: 1;
     line-height: normal;
     font-size: 14px;
     letter-spacing: 1px;
     padding: 12px 24px;
}

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

.woocommerce-info {
     padding: 0;
     background: transparent;
}

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

.woocommerce table.shop_table thead>tr {
     background: var(--grey-color);
     border-radius: 3px;
}

.woocommerce .woocommerce-notices-wrapper table.shop_table thead>tr {
     border-radius: 3px;
}

.woocommerce table.shop_table th {
     padding: 15px 30px;
     text-transform: capitalize;
     font-weight: 600;
     font-size: 16px;
     color: var(--dark-color);
     text-align: center;
     border-bottom: 1px solid var(--grey-color);
}

.woocommerce table.shop_table {
     border-radius: 0;
     border: none;
     border-collapse: collapse;
}

.woocommerce table.shop_table td {
     padding: 15px 30px;
     text-align: center;
     border-top: none;
     border-bottom: 1px solid var(--grey-color);
}

.woocommerce table.shop_table td:first-child {
     border-left: none;
}

.woocommerce table.shop_table td a.remove {
     display: inline-block;
     font-size: 28px;
     width: 25px;
     height: 25px;
     line-height: 16px;
     border-radius: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
     width: 100px;
}

.woocommerce table.shop_table td a {
     text-decoration: none;
     color: var(--white-color);
}

.woocommerce a.remove {
     color: var(--dark-color) !important;
     font-weight: 400;
}

.woocommerce a.remove:hover {
     background: var(--grey-color);
     color: var(--dark-color) !important;
}

.woocommerce table.shop_table td.product-name .variation {
     text-align: center;
}

.woocommerce table.shop_table td.product-name .variation .variation-Color {
     float: none;
     float: none;
     font-weight: 400;
     color: var(--dark-color);
}

.woocommerce table.shop_table td.product-name .variation .variation-Color+.variation-Color {
     display: inline-block;
     color: var(--secondary-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity {
     background: transparent;
     border: 1px solid var(--grey-color);
     position: relative;
     margin-right: 10px;
     float: none;
     display: inline-block;
     transition: all 0.5s ease-in-out;
     margin: 0;
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover input {
     color: var(--dark-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"] {
     background: none;
     color: var(--secondary-color);
     width: 40px;
     font-size: 30px;
     line-height: normal;
     padding: 0;
     vertical-align: middle;
     font-weight: 400;
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"]:hover {
     color: var(--dark-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity .plus[type="button"] {
     font-size: 20px;
}

.woocommerce table.shop_table td.product-quantity div.quantity .input-text {
     -webkit-appearance: none;
     padding: 0;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     border: 0;
     outline: 0;
     -webkit-appearance: none !important;
     background: transparent;
     border-radius: 0;
     float: none;
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn {
     position: absolute;
     left: 0;
     font-size: 20px;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     cursor: pointer;
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn i {
     font-family: "Font Awesome 5 Brands";
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn.quantity-minus {
     right: 0;
     left: auto;
}

.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount {
     color: var(--dark-color);
     font-weight: 600;
}

.woocommerce table.shop_table td.actions {
     padding: 30px 0;
     border-bottom: none;
}

.woocommerce table.shop_table td.actions .coupon {
     width: 50%;
     display: flex;
}

.woocommerce-page #content table.cart td.actions .coupon .input-text {
     width: 70%;
     background: transparent;
     padding-left: 15px;
     margin: 0;
     border: 1px solid var(--grey-color);
}

.woocommerce-page #content table.cart td.actions .coupon .input-text:hover,
.woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
     border: 1px solid var(--primary-color);
}

.woocommerce-page #content table.cart td.actions .coupon .button {
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
}

.woocommerce-page #content table.cart td.actions .button {
     height: 54px;
     line-height: 54px;
     padding: 0 24px;
     text-transform: uppercase;
}

.woocommerce-page #content table.cart td.actions .button:hover {
     background: var(--primary-color);
     color: var(--white-color);
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
     margin-top: 45px;
}

.woocommerce .cart-collaterals .cart_totals {
     width: 100%;
     float: none;
}

.woocommerce .cart-collaterals .cart_totals h2 {
     margin: 0;
     width: 25%;
     float: left;
     padding-top: 20px;
     font-size: 30px;
     line-height: 38px;
}

.woocommerce-cart .cart-collaterals table.shop_table {
     width: 45%;
     float: right;
     margin-bottom: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
     border-top: none;
     color: var(--secondary-color);
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
     color: var(--dark-color);
     font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td strong {
     font-weight: 600;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
     width: 45%;
     float: right;
     clear: both;
     padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button.alt {
     text-transform: uppercase;
     margin: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
     font-weight: 400;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
     background: var(--dark-color);
     color: var(--white-color);
     border-radius: 0;
     font-weight: 400;
     font-size: inherit;
     padding: 0px 30px;
     text-transform: uppercase;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
     background: var(--primary-color);
}

.woocommerce div.product form.cart div.quantity {
     border: 1px solid var(--grey-color);
     background: transparent;
     position: relative;
     margin-right: 15px;
     display: inline-block;
     transition: all 0.5s ease-in-out;
     padding: 2px 0;
}

.woocommerce div.product form.cart div.quantity.hidden {
     display: none;
}

.woocommerce div.product form.cart table div.quantity {
     display: flex;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
     text-decoration: none;
     color: inherit;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
     color: var(--primary-color);
}

.woocommerce div.product form.cart table.group_table {
     border: 1px solid var(--grey-color);
     margin-bottom: 30px;
     border-right: 0;
     border-left: 0;
     font-size: 14px;
     line-height: 22px;
     color: var(--dark-color);
}

.woocommerce div.product form.cart table.group_table .quantity {
     border: none;
}

.woocommerce div.product form.cart table.group_table tr {
     border-bottom: 1px solid var(--grey-color);
}

.woocommerce div.product form.cart table.group_table tr:last-child {
     border: none;
}

.woocommerce div.product form.cart table.group_table td {
     vertical-align: middle;
}

.woocommerce div.product form.cart table.group_table td {
     padding: 8px 0;
}

.woocommerce div.product form.cart table.group_table td:first-child {
     width: auto;
}

.woocommerce div.product form.cart table.group_table p.stock {
     margin-bottom: 0;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper {
     display: -webkit-box;
     display: flex;
     justify-content: center;
}

.woocommerce div.product form.cart div.quantity [type="button"] {
     transition: none;
     background: none;
     color: var(--secondary-color);
     width: 40px;
     font-weight: 400;
     font-size: 30px;
     line-height: 40px;
     padding: 0;
     vertical-align: middle;
}

.woocommerce div.product form.cart div.quantity .plus[type="button"] {
     font-size: 20px;
}

.woocommerce div.product form.cart div.quantity [type="button"]:hover {
     color: var(--dark-color);
}

.woocommerce div.product form.cart div.quantity .input-text {
     -webkit-appearance: none;
     padding: 0;
     width: 56px;
     height: 50px;
     line-height: 50px;
     vertical-align: top;
     text-align: center;
     float: none;
     border: 0;
     outline: 0;
     -webkit-appearance: none !important;
     background: transparent;
     border-radius: 0;
     text-align: center;
}

.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: auto;
     -moz-appearance: auto;
     appearance: auto;
     margin: 0;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn {
     position: absolute;
     left: 0;
     font-size: 20px;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     cursor: pointer;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn i {
     font-family: "Font Awesome 5 Brands";
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn.quantity-minus {
     right: 0;
     left: auto;
}

@media (max-width:1199px) {
     .woocommerce-cart .cart-collaterals table.shop_table {
          width: 75%;
     }

     .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
          width: 75%;
     }
}

@media (max-width:768px) {
     .woocommerce table.shop_table td.actions .coupon {
          width: 100%;
     }

     .woocommerce table.shop_table_responsive tr td::before,
     .woocommerce-page table.shop_table_responsive tr td::before {
          font-weight: 600;
          font-size: 16px;
          color: var(--dark-color);
     }

     .woocommerce .cart-collaterals,
     .woocommerce-page .cart-collaterals {
          margin-top: 0;
     }

     .woocommerce .cart-collaterals .cart_totals h2 {
          float: none;
          width: 100%;
     }

     .woocommerce-cart .cart-collaterals table.shop_table {
          width: 100%;
          margin-top: 30px;
     }

     .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
          width: 100%;
          margin-left: 0;
     }
}

/*+++++ Checkout +++++*/
.woocommerce form .form-row {
     padding: 0;
     margin: 0 0 15px;
     display: block;
     width: 100%;
}

.woocommerce form.woocommerce-checkout .form-row textarea.input-text {
     height: 150px;
}

.woocommerce form.woocommerce-checkout .form-row textarea:focus,
.woocommerce form.woocommerce-checkout .form-row textarea:hover,
.woocommerce form.woocommerce-checkout .form-row input:focus,
.woocommerce form.woocommerce-checkout .form-row input:hover {
     border: 1px solid var(--primary-color);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
     background: var(--dark-color);
     color: var(--white-color);
     border-radius: 0;
     font-weight: 400;
     padding: 0px 30px;
     height: 50px;
     line-height: 50px;
     text-transform: capitalize;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
     background: var(--primary-color);
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
     width: 60%;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
     width: 35%;
}

.grouped_form .group_table .add_to_cart_button {
     background: var(--grey-color);
     color: var(--dark-color);
     height: 40px;
     line-height: 40px;
     font-size: 14px;
     padding: 0 15px;
}

.woocommerce div.product form.cart table.group_table td a.button {
     height: 40px;
     line-height: 40px;
     padding: 0 15px;
}

.woocommerce-checkout h3 {
     margin-bottom: 15px;
     font-size: 24px;
     line-height: 32px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
     text-align: left;
     border-top: none;
     padding: 15px 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th {
     color: var(--secondary-color);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td strong {
     font-weight: 600;
     color: var(--dark-color);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
     float: none;
}

.woocommerce form .form-row textarea {
     padding: 20px;
     height: 8em;
}

.select2-container--default .select2-selection--single {
     border: 1px solid var(--grey-color);
     border-radius: 0;
     height: 52px;
     padding: 0px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
     padding-left: 15px;
}

.select2-container--default .select2-selection--single:hover {
     border: 1px solid var(--primary-color);
}

.select2-container--default.select2-container--open .select2-selection--single {
     border: 1px solid var(--primary-color);
}

.select2-container--open .select2-dropdown {
     border: 1px solid var(--primary-color);
     border-top: 0;
     border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
     top: 18px;
     right: 15px;
}

.select2-container--default .select2-results>.select2-results__options {
     left: 0;
     display: inline-block;
     width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
     background-color: var(--dark-color);
}

.woocommerce-checkout #payment {
     background: var(--grey-color);
}

@media(max-width:991px) {
     .woocommerce .woocommerce-checkout .col2-set .col-1 {
          width: 50%;
     }

     .woocommerce .woocommerce-checkout .col2-set .col-2 {
          width: 45%;
     }
}

@media(max-width:767px) {
     .woocommerce .woocommerce-checkout .col2-set .col-1 {
          width: 100%;
     }

     .woocommerce .woocommerce-checkout .col2-set .col-2 {
          width: 100%;
     }

     #order_review_heading {
          margin-top: 30px;
     }
}

/*+++++ Order Received +++++*/
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
     margin-bottom: 45px;
}

.woocommerce ul.order_details li {
     text-transform: capitalize;
     font-size: 16px;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
     margin-bottom: 15px;
}

.woocommerce ul.order_details li strong {
     font-size: 16px;
     color: var(--dark-color);
     font-weight: 400;
     margin-top: 5px;
}

.woocommerce-order h2 {
     margin-bottom: 20px;
     font-size: 24px;
     line-height: 32px;
}

.woocommerce table.shop_table.woocommerce-table th,
.woocommerce table.shop_table.woocommerce-table td {
     text-align: left;
}

.woocommerce ul.order_details {
     background: var(--grey-color);
     padding: 30px;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot th {
     border-top: none;
     font-weight: 600;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot td {
     border-top: none;
}

.woocommerce .woocommerce-customer-details address {
     padding: 30px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
     opacity: 1;
     font-weight: 400;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
     text-decoration: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
     font-weight: 400;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
     color: var(--dark-color);
}

.product_meta .sku_wrapper span.sku {
     color: var(--secondary-color);
     margin-left: 5px;
     font-weight: 400;
     font-family: var(--body-font);
}

.woocommerce div.product .product_meta>span {
     display: block;
     color: var(--dark-color);
     font-weight: 600;
}

.product_meta .sku_wrapper a,
.product_meta .posted_in a,
.product_meta .tagged_as a {
     color: var(--secondary-color);
     font-family: var(--body-font);
     font-weight: 400;
     text-transform: capitalize;
     margin-left: 5px;
}

.woocommerce ul.products li.product .price del {
     opacity: 1;
}

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

.woocommerce ul.products li.product .price ins span.woocommerce-Price-amount.amount {
     font-weight: 600;
     text-decoration: none;
     color: var(--dark-color);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none !important;
     -moz-appearance: none;
     appearance: none;
     margin: 0;
}

.woocommerce div.product .pt-single-product-share {
     display: flex;
     align-items: center;
}

.woocommerce div.product .pt-single-product-share .pt-share-name {
     color: var(--dark-color);
     display: inline-block;
     margin-right: 10px;
     font-weight: 600;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes {
     list-style-type: none;
     padding: 0;
     margin: 0;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li {
     display: inline-block;
     margin-right: 15px;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a {
     text-align: center;
     display: inline-block;
     color: var(--secondary-color);
     border-radius: 50%;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a:hover {
     color: var(--dark-color);
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a i:hover {
     color: var(--dark-color);
}

.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
     top: 30%
}

.woocommerce form.woocommerce-checkout .form-row select:focus,
.woocommerce form.woocommerce-checkout .form-row select:hover,
.woocommerce form.woocommerce-checkout .form-row select.form-control:focus,
.woocommerce form.woocommerce-checkout .form-row select.form-control:hover {
     border: 1px solid var(--primary-color);
}

.woocommerce select:focus,
.woocommerce .form-row select:hover {
     border: 1px solid var(--primary-color);
}

label {
     color: var(--dark-color);
}

.woocommerce div.product div.images .flex-control-thumbs {
     margin-left: -10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
     padding-left: 10px;
     padding-top: 10px;
}

.woocommerce div.product.product-type-grouped div.images .woocommerce-product-gallery__image:nth-child(n+2) {
     padding: 0;
}

@media(max-width:1024px) {
     .woocommerce ul.products li.product .pt-product-item .pt-product-img-inner .pt-product-content {
          position: absolute;
          bottom: 0;
          width: 100%;
          opacity: 1;
     }

     .woocommerce ul.products li.product .pt-product-item .pt-product-img-inner .pt-product-content a {
          transform: translateY(0px) !important;
     }
}

@media(max-width:767px) {
     .pt-home-parallax .pt-button {
          font-size: 14px;
          padding: 8px 22px;
     }

     .pt-home-parallax .pt-button span.pt-button-text:before {
          width: 8px;
          height: 8px;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
Counter
++++++++++++++++++++++++++++++++++++++++*/
.pt-counter.pt-counter-style-1 {
     display: inline-flex;
}

.pt-counter-style-1 .pt-counter-info {
     flex: 1;
     margin-left: 15px;
}

.pt-counter-style-1 .pt-counter-media i {
     font-size: 70px;
     line-height: 78px;
     color: var(--white-color);
}

.pt-counter-style-1 .pt-counter-info h5 {
     font-size: 56px;
     line-height: 56px;
     display: inline-block;
     color: var(--white-color);
}

.pt-counter-style-1 .pt-counter-info .pt-counter-prefix {
     font-size: 56px;
     line-height: 56px;
     color: var(--white-color);
}

.pt-counter-style-1 .pt-counter-num-prefix {
     display: inline-flex;
     align-items: center;
}

.pt-counter-style-1 .pt-counter-info p {
     font-size: 14px;
     color: var(--white-color);
     margin-bottom: 0;
     font-weight: 600;
     line-height: 22px;
     text-transform: uppercase;
     letter-spacing: 1px;
}

/*+++++++++++++++++++++++++++++++++++++++++
Revolution Slider
++++++++++++++++++++++++++++++++++++++++*/
.pt-button.pt-button-flat.pt-btn-font.pt-btn-bg-white .pt-button-line-right {
     background: var(--dark-color);
}

.pt-button.pt-button-flat.pt-btn-font.pt-btn-bg-white:hover .pt-button-line-right {
     background: var(--white-color);
}

.pt-button.pt-button-flat.pt-btn-font.pt-btn-bg-primary:hover .pt-button-line-right {
     background: var(--dark-color);
}

.rs-title-font,
.rs-subtitle-font {
     padding: 0;
     font-family: var(--title-fonts) !important;
}

.pt-button.pt-button-flat.pt-btn-font {
     font-family: var(--title-fonts) !important;
     font-weight: 600;
}

.rev-btn.pt-button i {
     font-size: 20px !important;
}

/*+++++++++++++++++++++++++++++++++++++++++
Service Detail
++++++++++++++++++++++++++++++++++++++++*/
.widget.widget-port {
     background: var(--grey-color);
     box-shadow: none;
}

.widget.widget-port:nth-child(2) {
     padding: 0;
     background: unset;
}

.widget.widget-port .page-title {
     margin: 0 0 20px 0;
}

.widget.widget-port .menu li {
     margin: 0 0 10px 0;
}

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

.widget.widget-port .menu li a {
     position: relative;
     background-color: var(--white-color);
     padding: 16px 24px;
     border: none;
     display: block;
     transition: all 0.5s linear;
     -webkit-transition: all 0.5s linear;
     color: var(--dark-color);
     font-family: var(--title-fonts);
     font-weight: 600;
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 1px;
}

.widget.widget-port .menu li a:hover {
     color: var(--primary-color);
}

.widget.widget-port .menu li.current_page_item a {
     background: var(--primary-color);
     color: var(--white-color);
}

.widget.widget-port .menu li>a:before {
     position: absolute;
     content: "\f125";
     font-family: "Ionicons";
     font-size: 12px;
     right: 24px;
     left: auto;
     top: 24px;
     color: inherit;
     line-height: normal;
     font-weight: 500;
}

/*+++++++++++++++++++++++++++++++++++++++++
Timelines
++++++++++++++++++++++++++++++++++++++++*/
.pt-timelines .cntl-icon {
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 20px;
     background: var(--dark-color);
     border-color: var(--primary-color);
     left: 0;
     right: 0;
     line-height: 70px;
}

.pt-timelines .cntl-bar {
     box-shadow: none;
     background: var(--primary-color);
     width: 5px;
     border-radius: 5px;
}

.pt-timelines .cntl-bar-fill {
     background: var(--primary-color);
}

.pt-timelines .cntl-content {
     padding: 30px;
     background: var(--grey-color);
     border-color: var(--primary-color);
     border-radius: 0;
}

.pt-timelines .cntl-content p {
     margin-bottom: 0;
}

.pt-timelines .cntl-content h4 {
     font-weight: 600;
     font-size: 26px;
     line-height: 32px;
}

.pt-timelines .cntl-image {
     padding: 0;
}

@media(max-width:767px) {
     .pt-timelines .cntl-bar {
          display: none;
     }

     .pt-timelines .cntl-state {
          padding-top: 35px;
          text-align: center;
     }

     .pt-timelines .cntl-content {
          padding-top: 65px;
     }

     .pt-timelines .cntl-content,
     .cntl-image {
          width: 100%;
          float: none;
     }

     .pt-timelines .cntl-state:nth-child(2n+2) .cntl-content {
          float: none;
     }

     .pt-timelines .cntl-image {
          margin-top: 30px;
     }
}

/* landing */

/* intro*/

.pt-home-layout .pt-home-inner-layout {
     padding: 30px;
     transition: all 0.5s ease;
}

.pt-home-inner-layout:hover {
     background: var(--primary-color);
}

.pt-home-layout .pt-home-inner-layout .pt-image-box-img {
     overflow: hidden;
     box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.pt-home-layout .pt-home-inner-layout .pt-section-title {
     text-align: center;
     font-size: 28px;
     line-height: 36px;
     margin-top: 20px;
     transition: all 0.5s ease;
}

.pt-home-layout .pt-home-inner-layout:hover .pt-section-title {
     color: var(--white-color);
}

.pt-home-layout .pt-home-inner-layout:hover .pt-image-box-img {
     box-shadow: none;
}

.pt-portfolio-dot-outside .swiper-container-horizontal>.swiper-pagination-bullets {
     bottom: -15px;
}

/*================================================
Blog Single Post
================================================*/
.pt-single-post-bottom-holder {
     margin: 0;
     padding: 0 0 45px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
}

.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-size: 18px;
     line-height: 26px;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     text-transform: capitalize;
     font-weight: 600;
     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-flex;
}

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

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

.pt-single-post-bottom-holder .pt-single-post-social-title {
     font-size: 18px;
     line-height: 26px;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     text-transform: capitalize;
     font-weight: 600;
     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: 45px;
     height: 45px;
     background: var(--grey-color);
     color: var(--dark-color);
     display: inline-block;
     text-align: center;
     line-height: 45px;
}

.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-navigation {
     margin: 0;
     padding: 0 0 45px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     border-top: 1px solid var(--dark-grey-color);
     border-bottom: 1px solid var(--dark-grey-color);
}

.pt-single-post-navigation .pt-single-post-nav {
     position: relative;
     display: flex;
     align-items: center;
     width: 45%;
}

.pt-single-post-navigation .pt-single-post-nav.pt-next {
     justify-content: flex-end;
}

.pt-single-post-navigation .pt-single-post-nav.pt-prev .pt-single-post-nav-image-holder {
     margin-right: 30px;
}

.pt-single-post-navigation .pt-single-post-nav.pt-next .pt-single-post-nav-image-holder {
     margin-left: 30px;
}

.pt-single-post-navigation .pt-single-post-nav .pt-single-post-nav-image-holder img {
     height: 120px;
     max-width: 120px;
}

.pt-single-post-navigation .pt-single-post-nav.pt-next .pt-single-post-nav-content {
     text-align: right;
}

.pt-single-post-navigation .pt-single-post-nav-content .pt-single-post-nav-title h4 {
     font-size: 18px;
     line-height: 26px;
     word-break: break-all;
}

.pt-single-post-navigation .pt-single-post-nav-content .pt-single-post-nav-label {
     font-size: 14px;
     color: var(--primary-color);
     font-weight: 600;
     line-height: 22px;
     text-transform: uppercase;
     letter-spacing: 1px;
}

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

@media(max-width:767px) {
     .pt-single-post-bottom-holder .pt-single-post-tags {
          margin-bottom: 30px;
     }

     .pt-single-post-navigation,
     .pt-single-post-bottom-holder {
          display: none;
     }

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

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

     .pt-single-post-navigation .pt-single-post-nav.pt-prev {
          margin-bottom: 30px;
     }

     .pt-single-post-navigation .pt-single-post-nav.pt-prev .pt-single-post-nav-content {
          width: 100%;
     }

     .pt-single-post-navigation .pt-single-post-nav.pt-next .pt-single-post-nav-content {
          width: 100%;
     }
}

/* update page css */

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

.pt-animation-img img {
     animation-duration: 5s;
     animation-iteration-count: infinite;
     animation-name: TopBottom;
     animation-timing-function: ease-in-out
}

@keyframes TopBottom {
     0% {
          transform: translate(0px, 0px)
     }

     65% {
          transform: translate(0, 30px)
     }

     100% {
          transform: translate(0px, 0px)
     }
}

/* home 4 css */
.pt-popup-video-block.pt-popup-style-2 .pt-video-icon a {
     margin: auto;
     text-decoration: none;
     color: var(--white-color);
     font-size: 28px;
     width: 130px;
     height: 130px;
     line-height: 130px;
     text-align: center;
     display: inline-block;
     background-color: var(--primary-color);
     border-radius: 100%;
     border: 2px solid transparent;
     transition: 0.5s ease-in-out;
}

.pt-popup-video-block.pt-popup-style-2 .pt-video-icon a:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

.pt-popup-video-block.pt-popup-style-2 {
     position: relative;
     text-align: center;
}

.pt-popup-video-block.pt-popup-style-2 .pt-video-icon {
     display: inline-block;
     position: relative;
}

.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;
     color: var(--white-color);
     background-color: var(--primary-color);
     position: absolute;
     letter-spacing: 0;
     font-weight: 400;
}

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

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

.pt-service-box-4-list .item {
     cursor: pointer;
}

.pt-service-box.pt-style-4 {
     display: grid;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 45px 0;
     grid-template-columns: 0fr 0.5fr 2fr 2.9fr 1fr;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.pt-service-box.pt-style-4 .pt-service-img img {
     position: absolute;
     right: 100%;
     max-width: 450px;
     transform: rotate(10deg) translateX(30px);
     transition: all 0.5s ease;
     top: 60px;
     margin-right: 180px;
     opacity: 0;
}

.pt-service-box-4-list .item:hover .pt-service-box.pt-style-4 .pt-service-img img,
.pt-service-box-4-list .item .pt-service-box.pt-style-4.active .pt-service-img img {
     transform: rotate(15deg) translateX(60px);
     opacity: 1;
}

.pt-service-box.pt-style-4 .pt-service-number {
     font-size: 22px;
     line-height: 30px;
     color: var(--white-color);
}

.pt-service-box-4-list .item:hover .pt-service-box.pt-style-4 .pt-service-box-title,
.pt-service-box-4-list .item .pt-service-box.pt-style-4.active .pt-service-box-title {
     color: var(--primary-color);
}

.pt-service-box-4-list .item:hover .pt-button.pt-button-link .pt-svg svg circle,
.pt-service-box-4-list .item .pt-service-box.pt-style-4.active .pt-button.pt-button-link .pt-svg svg circle {
     stroke: var(--primary-color);
}

.pt-service-box-4-list .item:hover .pt-button.pt-button-link .pt-svg svg path,
.pt-service-box-4-list .item .pt-service-box.pt-style-4.active .pt-button.pt-button-link .pt-svg svg path {
     stroke: var(--primary-color);
}

.pt-service-box.pt-style-4 .pt-service-box-title {
     font-size: 22px;
     line-height: 30px;
     color: var(--white-color);
     flex: 1;
     transition: all 0.5s ease;
}

.pt-service-box.pt-style-4 .pt-service-box-description {
     color: var(--white-color);
     opacity: 0.8;
}

.pt-service-box.pt-style-4 .pt-service-box-btn {
     text-align: right;
}

.pt-service-box.pt-style-4 .pt-service-box-btn i {
     font-size: 24px;
     line-height: 32px;
     color: var(--white-color);
     transform: rotate(0deg);
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-4:hover .pt-service-box-btn i {
     transform: rotate(90deg);
     color: var(--primary-color);
}

@media(max-width:1099px) {
     .pt-service-box.pt-style-4 .pt-service-img img {
          max-width: 380px;
          margin-right: 150px;
     }
}

@media(max-width:1023px) {
     .pt-service-box.pt-style-4 .pt-service-img img {
          max-width: 300px;
          margin-right: 100px;
     }
}

@media(max-width:767px) {
     .pt-service-box.pt-style-4 .pt-service-img img {
          display: none;
     }
}

.pt-portfoliobox-3 {
     position: relative;
     overflow: hidden;
     display: inline-block;
     width: 100%;
     float: left;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-3 .pt-portfolio-img {
     position: relative;
}

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

.pt-portfoliobox-3:hover .pt-portfolio-img img {
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
}

.pt-portfoliobox-3 .pt-portfolio-info span {
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 14px;
     line-height: 22px;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 1px;
}

.pt-portfoliobox-3 .pt-portfolio-info {
     margin: auto;
     position: absolute;
     bottom: -100px;
     z-index: 10;
     left: 20px;
     right: 20px;
     opacity: 0;
     padding: 20px;
     background: var(--white-color);
     color: var(--primary-color);
     display: inline-flex;
     align-items: center;
     justify-content: space-between;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

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

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

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

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

.pt-testimonial-box.pt-style-4 {
     background: var(--white-color);
     padding: 45px;
     padding-top: 0;
     margin-top: 45px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-mediacontent {
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     padding-bottom: 15px;
     position: relative;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-mediacontent:before {
     content: '';
     width: 1px;
     height: 100%;
     position: absolute;
     top: 0;
     left: 50%;
     background: rgba(0, 0, 0, 0.1);
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-img {
     width: 100px;
     display: inline-block;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-img img {
     margin-top: -45px;
     margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-meta span {
     color: var(--primary-color);
     letter-spacing: 1px;
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
     font-family: var(--title-fonts);
     text-transform: uppercase;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-socialicon ul {
     padding: 0;
     margin: 0;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-socialicon ul li a {
     background: var(--primary-color);
     color: var(--white-color);
     text-align: center;
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 100%;
     display: inline-block;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-social {
     display: flex;
     align-items: center;
     margin-top: 15px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-socialcontent {
     margin-left: 15px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-socialtitle {
     font-size: 20px;
     line-height: 28px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-star {
     color: #ffa94d;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-description {
     margin-bottom: 0;
     margin-top: 30px;
}

.pt-testimonial-box-slider.pt-style-4 .owl-carousel .owl-dots {
     text-align: left;
}

@media(max-width:569px) {
     .pt-testimonial-box.pt-style-4 .pt-testimonial-mediacontent {
          display: block;
     }

     .pt-testimonial-box.pt-style-4 .pt-testimonial-mediacontent:before {
          display: none;
     }
}

@media(max-width:397px) {
     .pt-testimonial-box.pt-style-4 .pt-testimonial-socialtitle {
          font-size: 16px;
          line-height: 24px;
     }

     .pt-testimonial-box.pt-style-4 {
          padding: 30px;
     }
}

/* home 5 css */

/*================================================

Progressbar

================================================*/

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

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

.pt-progressbar-style-1 .progress-title {
     margin: 0;
     text-transform: capitalize;
     font-size: 16px;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 700;
     letter-spacing: 1px;
}

.pt-progressbar-style-1 .progress-value {
     color: var(--dark-color);
     margin: 0;
     float: right;
     font-size: 16px;
     letter-spacing: 1px;
     font-weight: 700;
}

.pt-progressbar-style-1 .pt-progress-bar {
     display: inline-block;
     width: 100%;
     padding: 5px 5px 5px 0;
     border-bottom: 1px solid var(--primary-color);
     float: left;
}

.pt-progressbar-style-1 .pt-progress-bar span {
     height: 5px;
     display: inline-block;
     background: var(--grey-color);
     float: left;
}

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

/*==================
client-grid
============================*/
.pt-client-box.pt-client-style-1 {
     display: block;
     overflow: hidden;
     position: relative;
}

.pt-testimonial-box.pt-style-5 {}

.pt-testimonial-box.pt-style-5 .pt-testimonial-content {
     color: var(--white-color);
}

.pt-testimonial-box.pt-style-5 .pt-head-testimonial-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 20px;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media {
     margin-top: 30px;
     display: flex;
     position: relative;
     align-items: center;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-img {
     margin-right: 15px;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-img img {
     width: 80px;
     height: 80px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-meta h5 {
     color: var(--white-color);
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-meta span {
     color: var(--primary-color);
     letter-spacing: 1px;
     font-size: 14px;
     line-height: 22px;
     font-weight: 600;
     font-family: var(--title-fonts);
     text-transform: uppercase;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-star {
     color: #ffa94d;
     margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-description {
     margin-bottom: 0;
     width: 95%;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-icon i {
     color: var(--primary-color);
     font-size: 28px;
     line-height: 36px;
     position: absolute;
     right: 0;
     top: 0;
}

.pt-testimonial-box-slider.pt-style-5 .owl-carousel .owl-dots {
     text-align: right;
     margin-top: 0;
     right: 0;
     bottom: 45px;
}

/* update  form css */
.pt-visitform .wpcf7-form-control-wrap input,
.pt-visitform .wpcf7-form-control-wrap select {
     margin-bottom: 20px;
}

.pt-visitform textarea {
     margin-bottom: 20px;
     height: 100px;
}

.pt-visitform p {
     margin-bottom: 0;
}

/* Pricebox */
.pt-accordion-icon .pt-accordion-block .pt-accordion-box .pt-ad-title {
     padding: 0;
}

.pt-accordion-icon .pt-accordion-block .pt-accordion-box .pt-ad-title i {
     right: 0;
     left: unset;
}

.pt-pricebox.pt-style-1 {
     text-align: left;
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
     background-color: var(--grey-color);
     overflow: hidden;
}

.pt-pricebox.pt-style-1 .pt-pricebox-media img {
     object-fit: cover;
     transition: all 0.5s ease-in-out;
}

.pt-pricebox.pt-style-1:hover .pt-pricebox-media img {
     transform: translateX(10px);
}

.pt-pricebox.pt-style-1 .pt-pricebox-info {
     padding: 45px;
     padding-right: 15px;
     flex: 1;
}

.pt-pricebox.pt-style-1 ul {
     padding: 15px 0 30px;
     margin: 0;
}

.pt-pricebox.pt-style-1 .pt-pricebox-info .price {
     font-size: 48px;
     line-height: 56px;
     margin-top: 10px;
}

.pt-pricebox.pt-style-1 .price-month {
     display: block;
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 14px;
     line-height: 22px;
     text-transform: uppercase;
     color: var(--dark-color);
     margin-top: 10px;
}

.pt-pricebox.pt-style-1 .pt-list-info li {
     list-style: none;
     line-height: 45px;
     display: flex;
     align-items: center;
     text-transform: capitalize;
}

.pt-pricebox.pt-style-1 .pt-list-info li i {
     margin-right: 15px;
     color: var(--primary-color);
}

@media(max-width:479px) {
     .pt-pricebox.pt-style-1 .pt-pricebox-info {
          padding: 15px;
     }
}

@media(max-width:397px) {
     .pt-pricebox.pt-style-1 .pt-button {
          padding: 12px 8px;
     }
}

/*** Pricebox 2 ***/
.pt-pricebox.pt-style-2 {
     background: var(--grey-color);
     padding: 60px 45px;
     display: flex;
}

.pt-pricebox.pt-style-2 .pt-pricebox-info {
     border-right: 1px solid rgba(0, 0, 0, .1);
     margin-right: 30px;
     padding-right: 30px;
}

.pt-pricebox.pt-style-2 .pt-pricebox-sub-title {
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 14px;
     line-height: 22px;
     text-transform: uppercase;
     color: var(--secondary-color);
     letter-spacing: 1px;
     margin-top: 10px;
}

.pt-pricebox.pt-style-2 .pt-pricebox-list .pt-list-info {
     margin: 0 0 24px;
     padding: 0;
}

.pt-pricebox.pt-style-2 .pt-pricebox-list .pt-list-info li {
     margin-bottom: 10px;
     padding: 0;
     list-style: none;
     line-height: 2;
}

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

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


@media(max-width:575px) {
     .pt-pricebox.pt-style-2 {
          padding: 30px;
          display: block;
     }

     .pt-pricebox.pt-style-2 .pt-pricebox-info {
          border: none;
          margin-right: 0;
          padding-right: 0;
          margin-bottom: 30px;
     }


}



/* home 6 form */
.pt-visit textarea {
     height: 100px;
}

.pt-fancy-box.pt-style-4 {
     background: var(--grey-color);
     padding: 60px 45px;
     padding-bottom: 30px;
     transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-4 .pt-fancy-box-info .pt-fancy-box-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 30px;
     position: relative;
     transition: all 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-4 .pt-fancy-box-info .pt-fancy-box-title:before {
     content: '';
     background: var(--primary-color);
     width: 50px;
     height: 2px;
     bottom: -30px;
     position: absolute;
     transition: all 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-4 .pt-fancy-box-description {
     margin-top: -5px;
     padding-top: 30px;
     margin-bottom: 45px;
}

.pt-fancy-box.pt-style-4 .pt-fancy-box-icon {
     font-size: 72px;
     line-height: 80px;
     display: inline-block;
     color: var(--primary-color);
     transition: all 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-4 .pt-btn-container {
     opacity: 0;
     display: none;
     transition: all 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-4:hover {
     background: var(--dark-color);
}

.pt-fancy-box.pt-style-4:hover .pt-fancy-box-title,
.pt-fancy-box.pt-style-4:hover .pt-fancy-box-description {
     color: var(--white-color);
}

.pt-fancy-box.pt-style-4 .pt-btn-container {
     margin-top: 30px;
}

@media(max-width:479px) {
     .pt-fancy-box.pt-style-4 {
          padding: 45px 30px;
     }

     .pt-fancy-box.pt-style-4 .pt-fancy-box-description {
          margin-bottom: 30px;
     }
}

/*header css */
.page-id-5806 header#pt-header.pt-header-style-1 .pt-bottom-header {
     background: var(--grey-color);
}

header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     background: var(--white-color);
}

header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-nav {
     justify-content: center;
     float: unset;
}

header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box {
     display: flex;
     align-items: center;
}

header#pt-header.pt-header-style-4 .pt-menu-search-block a>i {
     font-weight: 500;
}

header#pt-header.pt-header-style-4 .pt-menu-search-block a:hover {
     color: var(--primary-color);
}

header#pt-header.pt-header-style-4 .pt-toggle-btn {
     line-height: 75px;
     padding: 26px 14px;
     background: var(--primary-color);
     color: #fff;
     cursor: pointer;
     margin-left: 30px;
     position: relative;
     transition: all 0.5s ease;
}

header#pt-header.pt-header-style-4:hover .pt-toggle-btn {
     background: var(--dark-color);
}

header#pt-header.pt-header-style-4 .pt-toggle-btn a {
     position: relative;
     display: block;
     top: 0;
     width: 30px;
     height: 2px;
     margin: 0 auto;
     border: none;
     cursor: pointer;
     background: currentColor;
     color: inherit;
     font-size: 0;
     transition: 0.35s;
}

header#pt-header.pt-header-style-4 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-4 .pt-toggle-btn a:after {
     position: absolute;
     top: 0;
     left: 50%;
     display: block;
     width: 100%;
     height: 2px;
     background: currentColor;
     content: "";
     transition: transform 0.35s;
}

header#pt-header.pt-header-style-4 .pt-toggle-btn a:before {
     transform: translate(-50%, -10px);
}

header#pt-header.pt-header-style-4 .pt-toggle-btn a:after {
     transform: translate(-50%, 10px);
}

header#pt-header.pt-header-style-4 .pt-bottom-header .navbar-toggler {
     background: var(--primary-color);
}

header#pt-header.pt-header-style-4 .pt-bottom-header .navbar-toggler:hover {
     background: var(--dark-color);
}

.pt-header-style-4 .pt-header-diff-block>.row {
     margin: 0;
}

.pt-header-style-4 .pt-header-diff-block>.row>.col-lg-12 {
     padding: 0;
}

@media (max-width:1023px) {
     header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box {
          margin-left: auto;
     }

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

@media(max-width:479px) {
     header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box {
          display: none;
     }
}

.pt-service-box.pt-style-5 {
     position: relative;
     overflow: hidden;
     display: inline-block;
     width: 100%;
}

.pt-service-box.pt-style-5 .pt-service-media .pt-service-img img {
     margin-left: 30px;
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
     width: 100%;
}

.pt-service-box.pt-style-5:hover .pt-service-media .pt-service-img img {
     margin-left: 0;
}

.pt-service-box.pt-style-5 .pt-service-info {
     color: var(--white-color);
     z-index: 9;
     position: absolute;
     bottom: 0;
     left: 0;
     opacity: 1;
     background: rgb(48 55 63 / 80%);
     padding: 20px 45px;
     width: 100%;
     height: 100%;
     transform: translateY(calc(384px + 1em));
     /*    transform: translateY(calc(170px + 1em));*/
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-5:hover .pt-service-info {
     transform: translateY(0);
     display: flex;
     flex-direction: column;
     justify-content: center;
}

.pt-service-box.pt-style-5 .pt-service-info .pt-service-icon {
     position: relative;
     display: inline-block;
     color: var(--primary-color);
     opacity: 0;
     font-size: inherit;
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-5:hover .pt-service-icon {
     opacity: 1;
     margin-bottom: 15px;
     visibility: visible;
     font-size: 72px;
     line-height: 80px;
}

.pt-service-box.pt-style-5 .pt-service-title {
     color: var(--white-color);
     margin-bottom: 15px;
     margin-top: -30px;
}

.pt-service-box.pt-style-5:hover .pt-service-title {
     margin-top: 0;
}

.pt-service-box.pt-style-5 .pt-btn-container {
     position: absolute;
     bottom: 0;
     right: 0;
     padding: 20px;
     background: var(--primary-color);
     opacity: 1;
     transition: all 0.5s ease-in-out;
     z-index: 99;
}

@media (min-width:1025px) and (max-width:1279px) {
     .pt-service-box.pt-style-5 .pt-service-info {
          padding: 20px 15px;
     }

     .pt-service-box.pt-style-5:hover .pt-service-icon {
          margin-bottom: 5px;
          font-size: 56px;
          line-height: 64px;
     }

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

/* service tab css  */
.pt-service-box.pt-style-6 {
     position: relative;
     margin-bottom: 90px;
}

.pt-service-box.pt-style-6 .pt-service-img {
     width: 80%;
}

.pt-service-box.pt-style-6 .pt-service-info {
     padding: 45px 30px;
     background: var(--dark-color);
     position: absolute;
     top: 40%;
     right: 0;
     width: 70%;
}

.pt-service-box.pt-style-6 .pt-service-info .pt-service-icon {
     color: var(--primary-color);
     font-size: 68px;
     line-height: 72px;
     margin-bottom: 15px;
}

.pt-service-box.pt-style-6 .pt-service-info p {
     color: var(--white-color);
}

.pt-service-box.pt-style-6 .slick-slider-thumb .slick-current .item {
     color: var(--primary-color);
}

.service-slider.pt-slider-6 .slick-arrow {
     opacity: 0;
}

.service-slider.pt-slider-6 .slick-slider-thumb {
     margin-top: 30px;
     width: 100% !important;
}

.slick-initialized .slick-slide {
     display: block;
     margin-bottom: 15px;
}

.service-slider.pt-slider-6 .pt-thumbs-column {
     margin-left: 45px;
}

.service-slider.pt-slider-6 .slick-slide {
     margin: 0px 15px;
}

.service-slider.pt-slider-6 .slick-slider-thumb .slick-current .item h5 {
     color: var(--primary-color);
}

.pt-thumbs-column .slick-slider .slick-track {
     transform: translate(0) !important;
}

.pt-thumbs-column .slick-slider .slick-slide {
     width: 100% !important;
     margin-bottom: 30px;
     margin-left: 0;
}

.service-slider.pt-slider-6 .row {
     align-items: center;
}

.service-slider.pt-slider-6 .slick-slider-main .slick-list {
     margin: 0 5px;
}

.service-slider.pt-slider-6 .slick-slider-thumb .item h5 span {
     margin-right: 15px;
}

@media(max-width:1279px) {
     .pt-service-box.pt-style-6 {
          margin-bottom: 200px;
     }

     .pt-service-box.pt-style-6 .pt-service-info {
          width: 80%;
     }
}

@media(max-width:1024px) {
     .pt-service-box.pt-style-6 {
          margin-bottom: 230px;
     }
}

@media(max-width:991px) {
     .pt-service-box.pt-style-6 {
          margin-bottom: 90px;
     }

     .pt-service-box.pt-style-6 .pt-service-info {
          top: 63%;
          width: 53%;
     }
}

@media(max-width:799px) {
     .pt-service-box.pt-style-6 {
          margin-bottom: 160px;
     }
}

@media(max-width:767px) {
     .pt-service-box.pt-style-6 .pt-service-img {
          width: 90%;
     }

     .pt-service-box.pt-style-6 {
          margin-bottom: 190px;
     }

     .pt-service-box.pt-style-6 .pt-service-info {
          top: 49%;
          width: 90%;
     }
}

@media(max-width:479px) {
     .pt-service-box.pt-style-6 .pt-service-info {
          display: none;
     }

     .pt-service-box.pt-style-6 .pt-service-img {
          width: 100%;
     }

     .pt-service-box.pt-style-6 {
          margin-bottom: 0;
     }

     .service-slider.pt-slider-6 .pt-thumbs-column {
          margin-left: 15px;
     }

     .service-slider.pt-slider-6 .slick-slider-thumb .slick-current .item h5 {
          font-size: 22px;
     }
}

/*================================================
Gallery
================================================*/
.pt-gallery.pt-style-1 {
     clear: both;
     overflow: hidden;
}

.pt-gallery.pt-style-1 .pt-gallery-block {
     position: relative;
     overflow: hidden;
     width: 25%;
     float: left;
}

.pt-gallery.pt-style-1 .pt-gallery-block:before {
     opacity: 0;
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 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;
}

.pt-gallery.pt-style-1 .pt-gallery-block:hover:before {
     opacity: 0.8;
}

.pt-gallery.pt-style-1 .pt-gallery-block .pt-gallery-img img {
     margin-left: 0px;
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
     width: 100%;
}

.pt-gallery.pt-style-1 .pt-gallery-block:hover .pt-gallery-img img {
     margin-left: 30px;
}

.pt-gallery.pt-style-1 .pt-gallery-block .pt-gallery-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);
}

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

.pt-gallery.pt-style-1 .pt-gallery-block:hover .pt-gallery-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);
}

@media(max-width:1024px) {
     .pt-gallery.pt-style-1 .pt-gallery-block {
          width: 50%;
     }
}

@media(max-width:479px) {
     .pt-gallery.pt-style-1 .pt-gallery-block {
          width: 100%;
     }
}


.footer-gallery .wp-block-image.size-full {
     width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)* .66667);
}


/*+++++++++++++++++++++++++++++++++++++++++
home-9
++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++++
Fancybox
++++++++++++++++++++++++++++++++++++++++*/

/* .pt-fancy-box-slider.pt-style-2 .pt-fancy-box.pt-style-2 {
	background-color: var(--white-color);
	padding: 60px 45px;
}

.pt-fancy-box-slider.pt-style-2 .pt-fancy-box.pt-style-2 .pt-fancy-box-icon {
	margin-left: 0;
}

.pt-fancy-box-slider.pt-style-2 .pt-fancy-box.pt-style-2 .pt-fancy-box-icon i {
	color: var(--primary-color);
}

.pt-fancy-box-slider.pt-style-2 .pt-fancy-box.pt-style-2 .pt-fancy-box-icon:before {
	content: none !important;
}

.pt-fancy-box-slider.pt-style-2 .owl-nav {
	position: absolute;
	top: -30%;
	right: 0%;
	display: inline-flex;
	gap: 15px;
	width: auto;
}

.pt-fancy-box-slider.pt-style-2 .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 52px;
	height: 52px;
	line-height: 52px;
	margin: 0;
}

.pt-fancy-box-slider.pt-style-2 .owl-carousel .owl-nav button:hover {
	background: var(--white-color);
	color: var(--primary-color);

}

@media(max-width:1099px) {
	.pt-fancy-box-slider.pt-style-2 .owl-nav {
		display: none;
	}
}

@media(max-width:767px) {
	.pt-fancy-box-slider.pt-style-2 .pt-fancy-box.pt-style-2 {
		padding: 30px;
	}
} */

/*+++++++++++++++++++++++++++++++++++++++++
pop-up
++++++++++++++++++++++++++++++++++++++++*/

.pt-pop-up-1 .pt-popup-video-block.pt-popup-style-2 .pt-video-icon a {
     width: 96px;
     height: 96px;
     line-height: 90px;
     background-color: var(--dark-color);
}

.pt-pop-up-1 .pt-popup-video-block.pt-popup-style-2:hover .pt-video-icon a {
     background-color: var(--primary-color);
     color: var(--white-color);
}

.pt-pop-up-2 .pt-popup-video-block.pt-popup-style-2 .pt-video-icon a {
     font-size: 22px;
     width: 62px;
     height: 62px;
     line-height: 58px;
     background-color: var(--dark-color);
}

.pt-pop-up-2 .pt-popup-video-block.pt-popup-style-2:hover .pt-video-icon a {
     background-color: var(--primary-color);
     color: var(--white-color);
}

.pt-pop-up-3 .pt-popup-video-block.pt-popup-style-2 .pt-video-icon a {
     font-size: 38px;
     width: 110px;
     height: 110px;
     line-height: 105px;
     background-color: var(--primary-color);
}

.pt-pop-up-3 .pt-popup-video-block.pt-popup-style-2 .pt-video-icon:hover a {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pt-popup-style-11 .pt-popup-video-block.pt-popup-style-2 .pt-video-icon a {
     width: 72px;
     height: 72px;
     line-height: 67px;
     border: 3px solid var(--primary-color);
     background-color: var(--white-color);
     color: var(--primary-color);
     font-size: 28px;
}

/*+++++++++++++++++++++++++++++++++++++++++
custom css
++++++++++++++++++++++++++++++++++++++++*/

.pt-title-border {
     position: relative;
}

.pt-title-border::before {
     content: "";
     width: 70px;
     height: 2px;
     background: var(--white-color);
     position: absolute;
     bottom: 30px;
     left: 0;
}

.pt-right-border.pt-dark-bg::before {
     background: #ffffff33;
}


.pt-image-animation.pt-top-left {
     animation: top-left 5s ease-in-out infinite;
}

@keyframes top-left {
     0% {
          transform: translate(0, 0);
     }

     50% {
          transform: translate(-20px, -20px);
     }
}

.pt-image-animation.pt-top-right {
     animation: top-right 5s ease-in-out infinite;
}

@keyframes top-right {
     0% {
          transform: translate(0, 0);
     }

     50% {
          transform: translate(20px, -20px);
     }
}


/*+++++++++++++++++++++++++++++++++++++++++
pricing-plan
++++++++++++++++++++++++++++++++++++++++*/

.pt-pricebox.pt-style-3 {
     position: relative;
     background-color: var(--grey-color);
     padding: 45px 30px;
     transition: all 0.5s ease-in-out;
}

.pt-pricebox.pt-style-3 .pt-pricebox-title {
     font-size: 36px;
     line-height: 44px;
     margin-bottom: 20px;
     color: var(--dark-color);
}

.pt-pricebox.pt-style-3 .price {
     font-size: 60px;
     line-height: 68px;
     color: var(--primary-color);
     margin-bottom: 0;
     display: flex;
     align-items: baseline;
     border-bottom: 1px solid #0000001A;
     padding-bottom: 30px;
     margin-bottom: 30px;
}

.pt-pricebox.pt-style-3 .price-month {
     display: inline-block;
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     color: var(--secondary-color);
     margin-left: 10px;
}

.pt-pricebox.pt-style-3 .pt-list-info {
     margin: 0;
     list-style: none;
     padding: 0;
     margin-bottom: 45px;
}

.pt-pricebox.pt-style-3 .pt-list-info li {
     display: flex;
     align-items: baseline;
     margin-bottom: 10px;
     color: var(--secondary-color);
}

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

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

.pt-pricebox.pt-style-3 .pt-list-info li span p {
     margin: 0;
}


/* Responsive */
/* @media (max-width: 767px) {
} */

@media (max-width: 479px) {

     .pt-pricebox.pt-style-3 {
          padding: 30px 20px;
     }

     .pt-pricebox.pt-style-3 .pt-pricebox-title {
          font-size: 32px;
          line-height: 40px;
     }

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

/*+++++++++++++++++++++++++++++++++++++++++
portfolio box 3
++++++++++++++++++++++++++++++++++++++++*/

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

.pt-cards {
     width: 100%;
     display: grid;
     grid-template-rows: repeat(var(--cards-count), var(--card-height));
     gap: 0;
     counter-reset: count;
}

/* Sticky layout for desktop */
.pt-cards .pt-card.pt-style-1 {
     position: sticky;
     top: 130px;
     z-index: 2;
}

/* ---------- Card Media ---------- */
.pt-card.pt-style-1 .pt-card-media {
     position: relative;
}

.pt-card-media img {
     width: 100%;
     max-height: 750px;
     display: block;
     object-fit: cover;
}

/* ---------- Portfolio Box ---------- */
.pt-card.pt-style-1 .pt-portfoliobox-1 {
     position: absolute;
     inset: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 20px;
}

.pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content {
     background: var(--white-color);
     padding: 40px 30px;
     text-align: center;
     max-width: 500px;
     width: 100%;
}

.pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-potfolio-content-info .pt-portfolio-category a {
     font-size: 16px;
     line-height: 24px;
     color: var(--primary-color);
}

.pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-potfolio-content-info .pt-portfolio-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 30px;
}

.pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-portfolio-img {
     margin-bottom: 30px;
     overflow: hidden;
}

.pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-portfolio-img img {
     width: 100%;
     height: 400px;
     object-fit: cover;
     transition: transform 0.4s ease;
}

.pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content:hover .pt-portfolio-img img {
     transform: scale(1.05);
}

/* ---------- Responsive ---------- */

/* --- Tablets (max-width: 991px) --- */
@media (max-width: 991px) {
     .pt-cards .pt-card.pt-style-1 {
          top: 100px;
     }

     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content {
          max-width: 400px;
          padding: 30px 25px;
     }

     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-potfolio-content-info .pt-portfolio-title {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 20px;
     }

     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-portfolio-img img {
          height: 320px;
     }
}

/* --- Mobile (max-width: 767px) --- */
@media (max-width: 767px) {
     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content {
          padding: 20px 15px;
          max-width: 300px;
     }

     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-potfolio-content-info .pt-portfolio-title {
          font-size: 22px;
          line-height: 30px;
     }

     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-portfolio-img img {
          height: 150px;
     }
}

@media(max-width:397px) {
     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content {
          max-width: 250px;
     }

     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-potfolio-content-info .pt-portfolio-title {
          font-size: 20px;
          line-height: 28px;
     }

     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-portfolio-img {
          margin-bottom: 15px;
     }

     .pt-card.pt-style-1 .pt-portfoliobox-1 .pt-potfolio-content .pt-portfolio-img img {
          height: 90px;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
team style-2
++++++++++++++++++++++++++++++++++++++++*/

/* .pt-team-style-2 .pt-team-box {
	width: 100%;
}

.pt-team-style-2 .pt-team-box .pt-team-img {
	background-color: var(--grey-color);
	width: 100%;
	text-align: center;
}

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

.pt-team-style-2 .pt-team-box .pt-team-info .pt-member-name {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}

.pt-team-style-2 .pt-team-box .pt-team-info .pt-team-designation {
	font-size: 16px;
	line-height: 24px;
}

.pt-team-style-2 .pt-team-box .pt-team-info .pt-team-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.pt-team-style-2 .pt-team-box .pt-team-info .pt-team-social ul li {
	display: inline-block;
}

.pt-team-style-2 .pt-team-box .pt-team-info .pt-team-social ul li a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--grey-color);
	color: var(--dark-color);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.pt-team-style-2 .pt-team-box .pt-team-info .pt-team-social ul li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
} */

/*+++++++++++++++++++++++++++++++++++++++++
testimonial tab style-1
++++++++++++++++++++++++++++++++++++++++*/

/* .pt-testimonial-box.pt-style-6 {
	padding: 30px;
	background-color: var(--white-color);
}

.pt-testimonial-box.pt-style-6 .pt-testimonial-info .pt-testimonial-media {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}

.pt-testimonial-box.pt-style-6 .pt-testimonial-info .pt-testimonial-media .pt-testimonial-meta .pt-testmonial-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-testimonial-box.pt-style-6 .pt-testimonial-info .pt-testimonial-content .pt-testimonial-description {
	margin-bottom: 30px;
}

.pt-testimonial-box.pt-style-6 .pt-testimonial-info .pt-testimonial-content .pt-testimonial-star i {
	color: var(--primary-color);
	font-size: 20px;
} */

.pt-tabs-1.pt-testimonials .pt-tab-info {
     background-color: var(--white-color);
     padding: 60px 30px;
}

.pt-tabs-1.pt-testimonials .pt-tab-info i {
     font-size: 64px;
     line-height: 66px;
     color: var(--primary-color);
     opacity: 0.1;
     position: absolute;
     left: 80px;
     top: 45px;
}

.pt-tabs-1.pt-testimonials .pt-tab-info svg {
     position: absolute;
     left: 80px;
     top: 45px;
     height: 50px;
}

.pt-tabs-1.pt-testimonials .pt-tab-info .pt-author-name {
     margin-bottom: 30px;
}

.pt-tabs-1.pt-testimonials .pt-tab-info .pt-testimonial-text {
     font-size: 22px;
     line-height: 40px;
     max-width: 1000px;
     margin: 0 auto;
}

.pt-tabs-1.pt-testimonials .pt-tab-info .pt-author {
     display: flex;
     align-items: center;
     gap: 15px;
     margin-top: 45px;
     justify-content: center;
     text-align: left;
}

.pt-tabs-1.pt-testimonials .pt-tab-info .pt-author .pt-testimonial-meta .pt-author-name {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
}

.pt-tabs-1.pt-testimonials .pt-tab-info .pt-author .pt-testimonial-meta .pt-author-role {
     text-transform: uppercase;
     font-size: 16px;
     line-height: 24px;
     color: var(--secondary-color);
}

.pt-tabs-1.pt-testimonials .pt-thumbs {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     justify-content: space-between;
     gap: 15px;
     margin-top: 60px;
     border-top: 2px solid #0000001A;
     padding-top: 30px;
}

.pt-tabs-1.pt-testimonials .pt-thumbs .pt-thumb {
     display: flex;
     align-items: center;
     gap: 15px;
}

.pt-tabs-1.pt-testimonials .pt-thumbs .pt-thumb {
     position: relative;
}

.pt-tabs-1.pt-testimonials .pt-thumbs .pt-thumb::before {
     content: "";
     position: absolute;
     top: -32px;
     left: 50%;
     transform: translateX(-50%);
     width: 0;
     height: 2px;
     background: var(--primary-color);
     opacity: 0;
     transition: all 0.35s ease-in-out;
}

.pt-tabs-1.pt-testimonials .pt-thumbs .pt-thumb.active::before {
     width: 100%;
     opacity: 1;
}

/* .pt-tabs-1.pt-testimonials .pt-thumbs .pt-thumb:nth-child(n+4)::before {
    opacity: 0 !important;
    width: 0 !important;
} */

.pt-tabs-1.pt-testimonials .pt-thumbs .pt-thumb .pt-testimonial-meta .pt-thumb-name {
     margin-bottom: 5px;
}

.pt-tabs-1.pt-testimonials .pt-thumbs .pt-thumb .pt-testimonial-meta .pt-author-role {
     text-transform: uppercase;
     font-size: 16px;
     line-height: 24px;
     color: var(--secondary-color);
}

.pt-tabs-1.pt-testimonials .pt-tab-info .pt-testimonial-arrows {
     position: absolute;
     width: 100%;
     top: 56%;
     right: 0;
     transform: translateY(-50%);
     display: flex;
     gap: 15px;
     justify-content: space-around;
     display: none;
}

.pt-tabs-1.pt-testimonials .pt-tab-info .pt-testimonial-arrows a {
     font-size: 48px;
     line-height: 52px;
}

@media(max-width:1099px) {
     .pt-tabs-1.pt-testimonials .pt-thumbs {
          grid-template-columns: 1fr 1fr;
          gap: 30px;
     }

     .pt-tabs-1.pt-testimonials .pt-thumbs .pt-thumb::before {
          content: none;
     }
}


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

     .pt-tabs-1.pt-testimonials .pt-tab-info {
          padding: 30px;
     }

     .pt-tabs-1.pt-testimonials .pt-tab-info .pt-author-name {
          margin-bottom: 20px;
     }

     .pt-tabs-1.pt-testimonials .pt-tab-info svg {
          display: none;
     }

     .pt-tabs-1.pt-testimonials .pt-tab-info .pt-testimonial-text {
          font-size: 18px;
          line-height: 28px;
     }
}

@media(max-width:397px) {

     .pt-tabs-1.pt-testimonials .pt-thumbs {
          margin-top: 45px;
     }

     .pt-tabs-1.pt-testimonials .pt-tab-info {
          padding: 30px 20px;
     }

     .pt-tabs-1.pt-testimonials .pt-tab-info .pt-author {
          margin-top: 30px;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
image
++++++++++++++++++++++++++++++++++++++++*/

.pt-image-1 .pt-image-box.pt-style-1 .pt-image-box-media img {
     margin-bottom: 20px;
}

@media(max-width:397px) {
     .pt-image-1 .pt-image-box.pt-style-1 .pt-image-box-media img {
          width: 250px;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
service
++++++++++++++++++++++++++++++++++++++++*/

/* ---------- service style-7 ---------- */

.pt-service-box-7-list {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pt-service-box.pt-style-7 {
     position: relative;
     overflow: hidden;
}

.pt-service-box.pt-style-7 .pt-service-media {
     position: relative;
     overflow: hidden;
}

.pt-service-box.pt-style-7 .pt-service-media img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transform: scale(1.05);
     transition: 0.4s cubic-bezier(0, 0, .3642, 1);
}

.pt-service-box.pt-style-7:hover .pt-service-media img {
     transform: scale(1);
}

.pt-service-box.pt-style-7 .pt-service-info {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     padding: 45px;
     color: var(--white-color);
     background: rgba(0, 0, 0, 0.40);
     backdrop-filter: blur(10px);
     opacity: 0;
     visibility: hidden;
     transition: 0.4s cubic-bezier(0, 0, .3642, 1);
}

.pt-service-box.pt-style-7 .pt-service-info>* {
     transform: translateY(30px);
     transition: 0.4s cubic-bezier(0, 0, .3642, 1);
}

.pt-service-box.pt-style-7:hover .pt-service-info {
     opacity: 1;
     visibility: visible;
}

.pt-service-box.pt-style-7:hover .pt-service-info>* {
     transform: translateY(0);
}

.pt-service-box.pt-style-7 .pt-service-box-title {
     font-size: 24px;
     line-height: 32px;
     max-width: 300px;
     color: var(--white-color);
     margin-bottom: 20px;
}

.pt-service-box.pt-style-7 .pt-btn-container {
     display: inline-block;
}

.pt-service-box.pt-style-7 .pt-button {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 44px;
     height: 44px;
     border-radius: 50%;
     background: var(--primary-color);
     color: var(--white-color);
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-7 .pt-button:hover {
     background: var(--white-color);
     color: var(--primary-color);
}

.pt-service-box.pt-style-7 .pt-button .pt-button-line-right {
     width: 0;
}

.pt-service-box.pt-style-7 .pt-button-block i {
     font-size: 18px;
}

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

@media(max-width:799px) {
     .pt-service-box.pt-style-7 .pt-service-info {
          padding: 30px;
     }
}

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

     .pt-service-box.pt-style-7 .pt-service-box-title {
          font-size: 22px;
          line-height: 30px;
     }
}

@media(max-width:397px) {
     .pt-service-box.pt-style-7 .pt-service-info {
          padding: 20px;
     }
}

/* ---------- service style-8 ---------- */

.pt-service-box-slider.pt-style-8 {
     margin-right: -320px;
}

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

.pt-service-box.pt-style-8 .pt-service-box-media img {
     width: 160px;
     height: 160px;
     object-fit: cover;
}

.pt-service-box.pt-style-8 .pt-service-box-number {
     position: absolute;
     top: 20px;
     right: 30px;
     z-index: 0;
}

.pt-service-box.pt-style-8 .pt-service-box-number span {
     font-size: 72px;
     line-height: 80px;
     color: var(--secondary-color);
     opacity: 0.08;
     font-weight: 600;
}

.pt-service-box.pt-style-8 .pt-service-box-info {
     margin-top: 45px;
}

.pt-service-box.pt-style-8 .pt-service-box-info .pt-service-box-title {
     margin-bottom: 10px;
}

.pt-service-box-slider.pt-style-8 .owl-nav {
     top: -30%;
     justify-content: flex-end;
     left: -28%;
}

.pt-service-box-slider.pt-style-8 .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
     width: 56px;
     height: 56px;
     line-height: 56px;
}

@media(max-width:1365px) {
     .pt-service-box-slider.pt-style-8 .owl-nav {
          left: -30%;
     }
}


@media(max-width:1099px) {
     .pt-service-box-slider.pt-style-8 {
          margin-right: 0;
     }

     .pt-service-box-slider.pt-style-8 .owl-nav {
          display: none;
     }
}

@media(max-width:397px) {
     .pt-service-box.pt-style-8 {
          padding: 30px 20px;
     }

     .pt-service-box.pt-style-8 .pt-service-box-number span {
          font-size: 58px;
          line-height: 66px;
     }

     .pt-service-box.pt-style-8 .pt-service-box-info {
          margin-top: 30px;
     }
}

/* ---------- service style-9 ---------- */

.pt-service-box.pt-style-9 {
     display: grid;
     grid-template-columns: auto auto auto auto;
     justify-content: space-between;
     padding: 30px;
     transition: all 0.4s ease-in-out;
     border-bottom: 1px solid #0000001a;
     align-items: center;
}

.pt-service-box.pt-style-9:last-child {
     border-bottom: none;
}

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

.pt-service-box.pt-style-9 .pt-service-number span {
     font-size: 24px;
     line-height: 32px;
     color: var(--dark-color);
     font-weight: 600;
     transition: all 0.4s ease-in-out;
}

.pt-service-box.pt-style-9.pt-active .pt-service-number span {
     color: var(--white-color);
}

.pt-service-box.pt-style-9 .pt-service-box-title {
     font-size: 32px;
     line-height: 40px;
     transition: all 0.4s ease-in-out;
}

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

.pt-service-box.pt-style-9 .pt-btn-container {
     display: inline-block;
}

.pt-service-box.pt-style-9 .pt-button {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 58px;
     height: 58px;
     border-radius: 50%;
     background: var(--primary-color);
     color: var(--white-color);
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-9.pt-active .pt-button {
     background: var(--white-color);
     color: var(--dark-color);
}

.pt-service-box.pt-style-9 .pt-button:hover {
     background: var(--white-color);
     color: var(--primary-color);
}

.pt-service-box.pt-style-9 .pt-button .pt-button-line-right {
     width: 0;
}

.pt-service-box.pt-style-9 .pt-button-block i {
     font-size: 34px;
}

@media (max-width: 1023px) {
     .pt-service-box.pt-style-9 {
          display: grid;
          grid-template-columns: auto auto;
     }

     .pt-service-box.pt-style-9> :nth-child(1),
     .pt-service-box.pt-style-9> :nth-child(2),
     .pt-service-box.pt-style-9> :nth-child(4) {
          grid-column: 1;
     }

     .pt-service-box.pt-style-9> :nth-child(3) {
          grid-column: 2;
     }
}

@media (max-width: 767px) {
     .pt-service-box.pt-style-9 {
          grid-template-columns: 1fr;
          gap: 20px;
          padding: 20px;
          background-color: var(--primary-color);
          margin-bottom: 30px;
     }

     .pt-service-box.pt-style-9>* {
          grid-column: 1 !important;
     }


     .pt-service-box.pt-style-9 .pt-service-number span {
          color: var(--white-color);
     }


     .pt-service-box.pt-style-9 .pt-service-box-title {
          color: var(--white-color);
          font-size: 24px;
          line-height: 30px;
     }

     .pt-service-box.pt-style-9 .pt-service-media img {
          width: 100%;
     }

     .pt-service-box.pt-style-9 .pt-button {
          background: var(--white-color);
          color: var(--dark-color);
          width: 46px;
          height: 46px;
     }

}

/*+++++++++++++++++++++++++++++++++++++++++
testimonial style-7
++++++++++++++++++++++++++++++++++++++++*/

/* .pt-testimonial-box.pt-style-7 {
	position: relative;
	background: var(--white-color);
	padding: 45px 30px;
	transition: all 0.4s ease-in-out;
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-info {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-info img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}

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

.pt-testimonial-box.pt-style-7 .pt-testimonial-meta span {
	font-size: 16px;
	line-height: 24px;
	color: var(--secondary-color);
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-star {
	color: #f4b400;
	margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-star i {
	font-size: 22px;
	line-height: 30px;
	margin-right: 5px;
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-star i:last-child {
	margin-right: 0;
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-description {
	margin: 0;
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-icon {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 34px;
	color: rgba(244, 180, 0, 0.25);
	pointer-events: none;
}

@media(max-width:397px) {

	.pt-testimonial-box.pt-style-7 {
		padding: 30px;
	}

	.pt-testimonial-box.pt-style-7 .pt-testimonial-icon {
		display: none;
	}
} */


/* ---------- testimonial style-8 ---------- */

.pt-testimonial-box.pt-style-8 {
     position: relative;
     margin-top: 45px;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-icon {
     width: 65px;
     height: 65px;
     background: var(--primary-color);
     border-radius: 10px;
     position: absolute;
     top: -30px;
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     align-items: center;
     justify-content: center;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-info {
     padding: 30px;
     background-color: var(--white-color);
     position: relative;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-info::after {
     content: "";
     position: absolute;
     width: 80%;
     height: 50px;
     border: 2px solid var(--primary-color);
     top: -4%;
     left: 50%;
     transform: translateX(-50%);
     border-radius: 10px;
     z-index: -1;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-info::before {
     content: "";
     position: absolute;
     width: 250px;
     height: 250px;
     top: 76%;
     left: 35%;
     transform: translateX(-50%);
     clip-path: polygon(25% 25%, 52.8% 25%, 38.9% 36.5%, 25% 48%);
     background: var(--white-color);
     pointer-events: none;
}


.pt-testimonial-box.pt-style-8 .pt-testimonial-icon i {
     color: var(--white-color);
     font-size: 28px;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-content {
     text-align: center;
     padding-top: 30px;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-title {
     font-size: 24px;
     line-height: 32px;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-star {
     margin: 20px 0;
     display: flex;
     gap: 3px;
     justify-content: center;

}

.pt-testimonial-box.pt-style-8 .pt-testimonial-star i {
     font-size: 16px;
     color: #ffb400;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-content p {
     margin: 0;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-media {
     margin-top: 60px;
     text-align: left;
     display: flex;
     align-items: center;
     gap: 15px;
     padding-left: 30px;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-img img {
     width: 70px;
     height: 70px;
     border-radius: 100%;
     object-fit: cover;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-meta .pt-testmonial-title {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 5px;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-meta span {
     color: var(--primary-color);
     text-transform: uppercase;
}

@media(max-width:799px) {
     .pt-testimonial-box.pt-style-8 .pt-testimonial-info::before {
          top: 73%;
          left: 22%;
     }
}

@media(max-width:479px) {
     .pt-testimonial-box.pt-style-8 .pt-testimonial-info::before {
          top: 80%;
          left: 45%;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
swiper slider
++++++++++++++++++++++++++++++++++++++++*/
/* 
.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,#00000080,#0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,.swiper-button-next {
    position: absolute;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next) {
    display: none!important
}

:is(.swiper-button-prev,.swiper-button-next) svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none
}

.swiper-button-lock {
    display: none
}

.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2))
}

.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
}

.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto
}

:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(180deg)
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(0)
}

.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2))
}

.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    transform: rotate(90deg)
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.swiper-carousel {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden
}

.swiper-carousel .swiper-slide,.swiper-carousel swiper-slide {
    position: relative
}

.swiper-carousel .swiper-slide {
    width: 800px;
    height: 500px;
    border-radius: 8px;
    background: #18212b;
    max-width: calc(100% - 48px)
}

.swiper-carousel .swiper-carousel-animate-opacity {
    height: 100%
}

.swiper-carousel .swiper-pagination-bullets {
    bottom: 0
}

.swiper-carousel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px
}

.swiper-carousel .slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 88px 16px 24px;
    box-sizing: border-box;
    background: linear-gradient(to bottom,#0000,#000000bf);
    border-radius: 0 0 8px 8px
}

.swiper-carousel .slide-content h2 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1
}

.swiper-carousel .slide-content p {
    margin: 8px 0 0;
    opacity: .65;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media (max-width: 640px) {
    .swiper-carousel .swiper-button-next,.swiper-carousel .swiper-button-prev {
        display:none!important
    }
} */


/*+++++++++++++++++++++++++++++++++++++++++
header
++++++++++++++++++++++++++++++++++++++++*/

/* ---------- pt-hrader-9 ---------- */

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9 {
     position: absolute;
     width: 100%;
     background-color: transparent;
     border-bottom: 1px solid #ffffff1a;
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9.pt-header-sticky {
     position: fixed;
     background-color: var(--dark-color);
}

header#pt-header .pt-bottom-header.pt-header-9 .navbar .navbar-nav li a {
     color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9 .navbar .navbar-nav>li:hover>a {
     color: var(--primary-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9 .navbar .navbar-nav>li.current-menu-ancestor>a,
header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9 .navbar .navbar-nav>li.current-menu-item>a {
     color: var(--primary-color);
}

header#pt-header .pt-bottom-header.pt-header-9 .pt-menu-search-block a {
     color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9 .pt-header-info-box .pt-shop-btn .pt-cart-button>a {
     color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9 .pt-toggle-btn a {
     background-color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-9 .pt-toggle-btn a:after {
     background-color: var(--white-color);
}

/* ---------- pt-hrader-11 ---------- */

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-11 {
     padding: 0 90px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-11 .pt-header-info-box .pt-btn-container {
     margin-left: 24px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-11 .pt-header-info-box .pt-btn-container .pt-button {
     background-color: var(--primary-color);
     color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-11 .pt-header-info-box .pt-btn-container:hover .pt-button {
     background-color: var(--dark-color);
     color: var(--white-color);
}

@media(max-width:1366px) {
     header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-11 {
          padding: 0 45px;
     }
}

@media(max-width:1099px) {
     header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-11 .pt-header-info-box .pt-btn-container {
          display: none;
     }
}

@media (max-width: 1023px) {
     header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-11 {
          padding: 0 15px;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
Awards
++++++++++++++++++++++++++++++++++++++++*/

.pt-awards-list .pt-award {
     display: flex;
     flex-wrap: wrap;
     gap: 30px;
     justify-content: space-between;
     padding: 30px;
     position: relative;
     border-bottom: 1px solid #0000001a;
     transition: all 0.4s ease-in-out;
}

.pt-awards-list .pt-award.pt-active {
     background-color: var(--primary-color);
     transition: all 0.4s ease-in-out;
}

.pt-awards-list .pt-award:first-child.pt-active {
     background-color: var(--white-color);
}

.pt-awards-list .pt-award:last-child {
     border-bottom: none;
}

.pt-awards-list .pt-award .pt-award-col {
     font-size: 22px;
     line-height: 30px;
     font-weight: 600;
     color: var(--dark-color);
     transition: all 0.4s ease-in-out;
}

.pt-awards-list .pt-award.pt-active .pt-award-col {
     color: var(--white-color);
}

.pt-awards-list .pt-award:first-child.pt-active .pt-award-col {
     color: var(--dark-color);
}

.pt-awards-list .pt-award:first-child .pt-award-media-col {
     display: none;
}

.pt-awards-list .pt-award .pt-award-media-col {
     position: absolute;
     top: -60%;
     left: 57%;
     transform: rotate(15deg);
}

.pt-awards-list .pt-award .pt-award-media-col {
     opacity: 0;
     transform: translateY(20px) rotate(15deg);
     transition: all 0.4s ease-in-out;
}

.pt-awards-list .pt-award.pt-active .pt-award-media-col {
     opacity: 1;
     transform: translateY(0) rotate(15deg);
}

@media(max-width:979px) {
     .pt-awards-list .pt-award .pt-award-media-col {
          display: none;
     }
}

/*+++++++++++++++++++++++++++++++++++++++++
contact form
++++++++++++++++++++++++++++++++++++++++*/

.pt-contactform.pt-style-2 {
     padding: 45px 60px 15px 60px;
     background-color: var(--primary-color);
}

.pt-contactform.pt-style-2 p span {
     color: var(--white-color);
}

.pt-contactform.pt-style-2 .wpcf7-form-control-wrap input,
.pt-contactform .wpcf7-form-control-wrap select,
.pt-contactform textarea {
     margin: 0;
     margin-top: 5px;
     background: #ffffff21;
     color: var(--white-color);
     border: none;
}

.pt-contactform.pt-style-2 textarea {
     height: 150px;
}

.pt-contactform.pt-style-2 input::placeholder,
.pt-contactform.pt-style-2 textarea::placeholder {
     color: #ffffff !important;
     opacity: 0.5;
}

.pt-contactform.pt-style-2 [type="submit"] {
     background-color: var(--white-color);
     color: var(--primary-color);
     margin: 0;
}

@media(max-width:1023px) {
     .pt-contactform.pt-style-2 {
          padding: 30px 30px 0px 30px;
     }
}


/*+++++++++++++++++++++++++++++++++++++++++
image-box
++++++++++++++++++++++++++++++++++++++++*/

.pt-image-box.pt-style-2 {
     position: relative;
     overflow: hidden;
     padding: 60px 0;
}

.pt-image-box.pt-style-2 .pt-image-box-info {
     display: flex;
     gap: 20px;
     align-items: center;
     justify-content: center;
}

.pt-image-box.pt-style-2 .pt-image-box-info .pt-image-box-number {
     font-size: 24px;
     line-height: 32px;
     font-weight: 600;
     color: var(--dark-color);
     transition: all 0.4s ease-in-out;
}

.pt-image-box.pt-style-2:hover .pt-image-box-info .pt-image-box-number {
     color: var(--primary-color);
}

.pt-image-box.pt-style-2 .pt-image-box-info .pt-image-box-title {
     font-size: 38px;
     line-height: 46px;
     transition: all 0.4s ease-in-out;
}

.pt-image-box.pt-style-2:hover .pt-image-box-info .pt-image-box-title {
     color: var(--primary-color);
}

.pt-image-box.pt-style-2 .pt-image-box-media {
     position: absolute;
     top: 50%;
     right: 25px;
     transform: translateY(-50%);
     z-index: -1;
}

.pt-image-box.pt-style-2 .pt-image-box-media img {
     width: 160px;
     height: 160px;
     object-fit: cover;
     border-radius: 50%;
     transform: scale(0);
     transition: all 0.4s ease-in-out;
}

.pt-image-box.pt-style-2:hover .pt-image-box-media img {
     transform: scale(1);
}

.pt-box-border .pt-image-box.pt-style-2::before {
     content: "";
     position: absolute;
     top: 65px;
     right: 0;
     width: 1px;
     height: 40px;
     background-color: #0000001a;
}

@media(max-width:1279px) {
     .pt-box-border .pt-image-box.pt-style-2::before {
          content: none;
     }
}

@media(max-width:767px) {

     .pt-image-box.pt-style-2 {
          padding: 0;
          margin-bottom: 30px;
     }

     .pt-image-box.pt-style-2 .pt-image-box-info {
          justify-content: flex-start;
          margin-bottom: 15px;
     }

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

     .pt-image-box.pt-style-2 .pt-image-box-media {
          position: relative;
          transform: translateY(0);
          right: 0;
     }

     .pt-image-box.pt-style-2 .pt-image-box-media img {
          transform: scale(1);
     }
}

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

/* Animation Button  */

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

.pt-animation-button {
     width: 180px;
     height: 180px;
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
     transform-origin: center;
     position: relative;
     background-color: var(--primary-color);
}

.pt-animation-button .pt-animation-button-inner .pt-animation-button-icon {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 90px;
     height: 90px;
     font-size: 28px;
     line-height: 1;
     z-index: 1;
     background-color: var(--grey-color);
     -webkit-border-radius: var(--big--border-radius);
     -moz-border-radius: var(--big--border-radius);
     border-radius: var(--big--border-radius);
}

.pt-bg-grey .pt-animation-button .pt-animation-button-inner .pt-animation-button-icon {
     background-color: var(--grey-color);
}

.pt-animation-button .pt-animation-button-inner .pt-animation-button-icon i {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
}

.pt-animation-button .pt-animation-button-inner img {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     animation: text-animatio 10s linear infinite;
}

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

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



/*+++++++++++++++++++++++++++++++++++++++++
   Update Page 12 13 14 15 16
++++++++++++++++++++++++++++++++++++++++*/

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

/*=====  Header home - 13 =====*/

header#pt-header.pt-header-style-1 .pt-bottom-header.header-13 {
     padding: 0 90px;
}

@media(max-width:1366px) {
     header#pt-header.pt-header-style-1 .pt-bottom-header.header-13 {
          padding: 0 45px;
     }
}

@media (max-width: 1023px) {
     header#pt-header.pt-header-style-1 .pt-bottom-header.header-13 {
          padding: 0 15px;
     }
}

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

/*===== Service Box Slick Style 1=====*/

.pt-service-slick-slider.pt-style-1 {
     display: grid;
     grid-template-columns: calc(520px) calc(100% - 520px);
}

.pt-service-slick-slider.pt-style-1 .pt-content-column {
     margin-left: 60px;
}

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

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

.pt-service-slick-slider.pt-style-1 .slick-slider-thumb .slick-track .slick-slide {
     width: 100% !important;
}

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


.pt-service-slick-slider.pt-style-1 .slick-slider-thumb .slick-track {
     background-color: var(--grey-color);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.pt-service-slick-slider.pt-style-1 .pt-service-main.pt-style-1 .pt-service-box-content {
     display: grid;
     grid-template-columns: auto 1fr;
     gap: 30px;
     align-items: center;
     width: 100%;
     padding-bottom: 30px;
     margin-bottom: 30px;
     border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

.pt-service-slick-slider.pt-style-1 .pt-thumbs-column .slick-slide:last-child .pt-service-main.pt-style-1 .pt-service-box-content {
     margin-bottom: 0;
}

.pt-service-slick-slider.pt-style-1 .pt-service-main.pt-style-1 .pt-service-box-content .pt-service-box-title {
     font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem);
     line-height: 1.35;
}

.pt-service-slick-slider.pt-style-1 .pt-service-main.pt-style-1 .pt-service-box-content .pt-service-box-number {
     font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem);
     line-height: 1.35;
     color: var(--dark-color);
}

.pt-service-slick-slider.pt-style-1 .slick-slide.slick-current .pt-service-main.pt-style-1 .pt-service-box-content .pt-service-box-number,
.pt-service-slick-slider.pt-style-1 .slick-slide.slick-current .pt-service-main.pt-style-1 .pt-service-box-content .pt-service-box-title {
     color: var(--primary-color);
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 {
     background: var(--white-color);
     padding: 15px 15px 15px 30px;
     display: grid;
     gap: 45px;
     grid-template-columns: 1fr 1.1fr;
     position: relative;
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info {
     display: flex;
     flex-direction: column;
     gap: 30px;
     padding: 30px 0;
     justify-content: space-evenly;
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info .pt-service-description {
     margin-bottom: 0;
     font-size: 1rem;
     line-height: 2;
     text-transform: capitalize;
     font-weight: 400;
     letter-spacing: 0;
     color: var(--secondary-color);
     border-bottom: 1px solid rgba(44, 44, 44, 0.1);
     padding-bottom: 30px;
     margin-bottom: 15px;
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info .pt-service-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     flex-direction: column;
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info .pt-service-list .pt-service-item {
     display: inline-flex;
     align-items: baseline;
     gap: 10px;
     font-size: 18px;
     line-height: 26px;
     font-weight: 600;
     color: var(--dark-color);
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info .pt-service-list .pt-service-item i {
     color: var(--primary-color);
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info .pt-service-list .pt-service-item i::before {
     line-height: inherit;
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info .pt-btn-container {
     padding-top: 30px;
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-media {
     position: relative;
     overflow: hidden;
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-media img {
     transform: scale(1);
     width: 100%;
     height: 100%;
     aspect-ratio: 1 / 1.1;
     object-fit: cover;
     transition: all 0.5s ease-in-out;
}

.pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-media:hover img {
     transform: scale(1.1);
}

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

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

@media(max-width:1365px) {
     .pt-service-slick-slider.pt-style-1 {
          grid-template-columns: calc(380px) calc(100% - 380px);
     }

     .pt-service-slick-slider.pt-style-1 .pt-content-column {
          margin-left: 45px;
     }

     .pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 {
          gap: 30px;
          grid-template-columns: 1.2fr 1fr;
     }
}

@media(max-width:1023px) {
     .pt-service-slick-slider.pt-style-1 {
          grid-template-columns: 100% 100%;
          gap: 30px;
     }

     .pt-service-slick-slider.pt-style-1 .pt-content-column {
          margin-left: 0;
          grid-row: 2;
     }

     .pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 {
          padding: 15px;
     }

     .pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info {
          padding: 0;
     }

     .pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info .pt-service-description {
          padding-bottom: 30px;
          margin-bottom: 0;
     }

     .pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 .pt-service-box-info .pt-btn-container {
          padding-top: 0;
     }
}

@media(max-width:767px) {

     .pt-service-slick-slider.pt-style-1 .pt-service-box.pt-style-1 {
          grid-template-columns: 1fr;
     }
}

@media(max-width:576px) {

     .pt-service-slick-slider.pt-style-1 .pt-service-main.pt-style-1 .pt-service-box-content {
          display: flex;
          flex-wrap: wrap;
          gap: 20px;

     }

     .pt-service-slick-slider.pt-style-1 .pt-service-main.pt-style-1 .pt-service-box-content {
          padding-bottom: 20px;
          margin-bottom: 20px;
     }
}

/*===== Service Box Style 10 =====*/

.pt-service-box.pt-style-10 {
     background: var(--grey-color);
     padding: 45px;
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-10 .pt-service-icon {
     width: 85px;
     height: 85px;
     line-height: 85px;
     background: var(--primary-color);
     color: var(--white-color);
     text-align: center;
     border-radius: var(--big--border-radius);
     font-size: 40px;
     display: inline-block;
     margin-bottom: 30px;
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-10 .pt-service-icon i:before {
     line-height: inherit !important;
}

.pt-service-box.pt-style-10 .pt-service-content .pt-service-title {
     font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.75rem);
     line-height: 1.4;
     margin-bottom: 5px;
     color: var(--dark-color);
     transition: all 0.5s ease-in-out;
}

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

.pt-service-box.pt-style-10:hover .pt-service-icon {
     background: var(--white-color);
     color: var(--primary-color);
}

.pt-service-box.pt-style-10 .pt-service-description {
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-10:hover .pt-service-title,
.pt-service-box.pt-style-10:hover .pt-service-description,
.pt-service-box.pt-style-10:hover .pt-button.pt-button-link .pt-button-text {
     color: var(--white-color);
}

.pt-service-box.pt-style-10:hover .pt-button.pt-button-link .pt-svg svg circle {
     stroke: var(--white-color);
}

.pt-service-box.pt-style-10:hover .pt-button.pt-button-link .pt-svg svg path {
     stroke: var(--white-color);
}

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

/*===== Service Box Slider Style 11 =====*/

.pt-service-box.pt-style-11 {
     padding: 40px;
     background-color: var(--white-color);
     position: relative;
     transition: all 0.5s ease-in-out;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
}

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

.pt-service-box.pt-style-11 .pt-service-info .pt-service-icon {
     width: 82px;
     height: 82px;
     font-size: 50px;
     line-height: 82px;
     text-align: center;
     align-items: center;
     margin-bottom: 40px;
     border-radius: 900px;
     background-color: var(--primary-color);
     color: var(--white-color);
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-11:hover .pt-service-info .pt-service-icon {
     background-color: var(--white-color);
     color: var(--primary-color);
}

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

.pt-service-box.pt-style-11 .pt-service-info .pt-service-title {
     font-size: 30px;
     line-height: 38px;
     margin-bottom: 10px;
     color: var(--dark-color);
     transition: all 0.5s ease-in-out;
}

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

.pt-service-box.pt-style-11 .pt-service-info .pt-service-box-description {
     color: var(--secondary-color);
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-11:hover .pt-service-info .pt-service-box-description {
     color: var(--white-color);
}

.pt-service-box.pt-style-11 .pt-service-info .pt-service-number {
     font-size: 18px;
     line-height: 26px;
     font-weight: 400;
     position: relative;
     padding-left: 90px;
     transition: opacity 0.3s, visibility 0.3s;
     color: var(--dark-color);
}

.pt-service-box.pt-style-11 .pt-service-info .pt-service-number::before {
     content: "";
     top: 50%;
     left: 0;
     width: 74px;
     height: 1px;
     font-weight: 500;
     position: absolute;
     transition: opacity 0.3s, visibility 0.3s;
     background: var(--dark-color);
     transform: translateY(-50%);
}

.pt-service-box.pt-style-11:hover .pt-service-info .pt-service-number,
.pt-service-box.pt-style-11:hover .pt-service-info .pt-service-number::before {
     opacity: 0;
     visibility: hidden;
}

.pt-service-box.pt-style-11 .pt-service-info .pt-button.pt-button-round {
     background-color: var(--white-color);
     color: var(--primary-color);
     opacity: 0;
     visibility: hidden;
     display: block;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-size: 30px;
     border-radius: 900px;
}

.pt-service-box.pt-style-11 .pt-service-info .pt-button.pt-button-round i {
     font-size: 30px;
     line-height: 38px;
}

.pt-service-box.pt-style-11 .pt-service-info .pt-button.pt-button-round:hover {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pt-service-box.pt-style-11:hover .pt-service-info .pt-button.pt-button-round {
     opacity: 1;
     visibility: visible;
}

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

     }

     .pt-service-box.pt-style-11 .pt-service-info .pt-service-icon {
          margin-bottom: 30px;
     }

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

/*===== Service Box List Style 12 =====*/

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

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

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-box-wrapped {
     padding: 30px;
     transition: all 0.5s ease-in-out;
     background-color: var(--white-color);
     position: relative;
}

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

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-box-wrapped .pt-service-info .pt-service-icon {
     font-size: 70px;
     line-height: 70px;
     width: 70px;
     height: 70px;
     margin-bottom: 15px;
     display: inline-block;
     transition: all 0.5s ease-in-out;
     color: var(--primary-color);
}

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

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

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-box-wrapped .pt-service-info .pt-service-title {
     font-size: 26px;
     line-height: 34px;
     margin-bottom: 15px;
     transition: all 0.5s ease-in-out;
     color: var(--dark-color);
}

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12.pt-active .pt-service-box-wrapped .pt-service-info .pt-service-title {
     color: var(--white-color);
}

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-box-wrapped .pt-service-info .pt-service-desc {
     transition: all 0.5s ease-in-out;
     color: var(--secondary-color);
     margin-bottom: 45px;
}

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12.pt-active .pt-service-box-wrapped .pt-service-info .pt-service-desc {
     color: var(--white-color);
}

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

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-box-wrapped .pt-service-details .pt-service-media {
     width: 160px;
     height: 170px;
     object-fit: cover;
     position: absolute;
     right: 0px;
     bottom: 30px;
     transition: all 0.5s ease-in-out;
     opacity: 1;
}

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12.pt-active .pt-service-box-wrapped .pt-service-details .pt-service-media {
     opacity: 0;
}

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

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-media-main img {
     width: 100%;
     height: -webkit-fill-available;
     object-fit: cover;
     transition: all 0.5s ease-in-out;
}

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-media-main {
     position: relative;
     overflow: hidden;
}

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

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

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-box-wrapped .pt-service-details .pt-button.pt-button-rounded {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     width: 50px;
     height: 50px;
     line-height: 50px;
     font-size: 30px;
     font-family: var(--title-fonts);
     background: var(--primary-color);
     color: var(--white-color);
     text-align: center;
     transition: all 0.5s ease-in-out;
}

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

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-box-wrapped .pt-service-details .pt-button.pt-button-rounded i:before {
     line-height: inherit;
}

.pt-service-box-list.pt-style-12 .pt-service-box.pt-style-12 .pt-service-box-wrapped .pt-service-details .pt-button.pt-button-rounded i {
     font-size: 30px;
     line-height: 38px;
}

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

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

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

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

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

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

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

/*===== Service Box Slider Style 13 =====*/

.pt-service-box.pt-style-13 {
     position: relative;
     overflow: hidden;
}

.pt-service-box.pt-style-13 .pt-service-media {
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
}

.pt-service-box.pt-style-13 .pt-service-media img {
     width: 100%;
     height: auto;
     display: block;
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-13 .pt-service-media:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-13 .pt-service-content .pt-service-title {
     color: var(--dark-color);
     font-size: 30px;
     line-height: 38px;
     font-weight: 600;
     text-align: center;
     transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-13 .pt-service-content .pt-service-title:hover {
     color: var(--primary-color);
}


/*================================================
    Testimonialbox
================================================*/

/*===== Testimonial Box Style 9 =====*/

.pt-testimonial-box.pt-style-9 {
     background-color: var(--dark-color);
     padding: 60px 60px;
     position: relative;
     overflow: hidden;
}

.pt-testimonial-box.pt-style-9 .pt-testimonial-content {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 30px;
}

.pt-testimonial-box.pt-style-9 .pt-testimonial-content .pt-testimonial-author-main-name {
     font-size: clamp(1.25rem, 0.8rem + 1vw, 1.5rem);
     color: var(--white-color);
}

.pt-testimonial-box.pt-style-9 .pt-testimonial-content .pt-quote {
     font-size: 56px;
     line-height: 1;
     color: rgb(255, 255, 255, 0.1)
}

.pt-testimonial-box.pt-style-9 .pt-testimonial-description {
     color: var(--white-color);
     margin-bottom: 70px;
     width: 80%;
     font-size: 22px;
     line-height: 40px;
     font-weight: 400;
}

.pt-testimonial-box.pt-style-9 .pt-testimonial-media {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     position: relative;
     align-items: center;
}

.pt-testimonial-box.pt-style-9 .pt-testimonial-media .pt-testimonial-author-img img {
     width: 70px;
     height: 70px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
}

.pt-testimonial-box.pt-style-9 .pt-testimonial-media .pt-testimonial-author-name {
     font-size: 20px;
     line-height: 28px;
     font-weight: 600;
     color: var(--white-color);
}

.pt-testimonial-box.pt-style-9 .pt-testimonial-media .pt-testimonial-author-designation {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     letter-spacing: 1px;
     color: var(--white-color);
}

.pt-testimonial-box-slider.pt-style-9 .owl-carousel .owl-nav {
     left: 0;
     position: absolute;
     top: initial;
     bottom: 50px;
     transform: none;
     margin: 0;
     text-align: end;
     justify-content: flex-end;
     display: inline-flex;
     padding: 0 60px 30px 0;
     gap: 40px;
}

.pt-testimonial-box-slider.pt-style-9 .owl-carousel .owl-nav .owl-prev,
.pt-testimonial-box-slider.pt-style-9 .owl-carousel .owl-nav .owl-next {
     margin: 0;
     font-size: 42px;
     width: initial;
     height: initial;
     line-height: 50px;
     border-radius: 0;
     background: transparent;
}

.pt-testimonial-box-slider.pt-style-9 .owl-carousel .owl-dots {
     display: none;
}

@media(max-width:1023px) {
     .pt-testimonial-box.pt-style-9 {
          padding: 30px;
     }
}

@media(max-width:767px) {
     .pt-testimonial-box.pt-style-9 .pt-testimonial-description {
          margin-bottom: 45px;
          width: 100%;
          font-size: 18px;
          line-height: 30px;
     }

     .pt-testimonial-box-slider.pt-style-9 .owl-carousel .owl-nav {
          padding: 30px;
          bottom: 20px;
     }
}

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

     .pt-testimonial-box.pt-style-9 .pt-testimonial-description {
          margin-bottom: 30px;
          font-size: 16px;
          line-height: 28px;
     }

     .pt-testimonial-box-slider.pt-style-9 .owl-carousel .owl-nav {
          display: none;
     }

     .pt-testimonial-box-slider.pt-style-9 .owl-carousel .owl-dots {
          display: block;
     }
}

/*===== Testimonial Box Style 10=====*/

.pt-testimonial-box.pt-style-10 {
     background: var(--grey-color);
     padding: 40px 30px;
     position: relative;
}

.pt-testimonial-box.pt-style-10 .pt-testimonial-img {
     position: absolute;
     top: 100px;
     right: 60px;
     z-index: 1;
}

.pt-testimonial-box.pt-style-10 .pt-testimonial-img img {
     width: auto;
     height: 100px;
     object-fit: cover;
}

.pt-testimonial-box.pt-style-10 .pt-testimonial-media {
     display: flex;
     align-items: center;
     gap: 20px;
     position: relative;
     z-index: 1;
     margin-bottom: 60px;
}

.pt-testimonial-box.pt-style-10 .pt-testimonial-media .pt-testimonial-author-img img {
     width: 86px;
     height: 86px;
     border-radius: var(--big--border-radius);
     object-fit: cover;
}

.pt-testimonial-box.pt-style-10 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-name {
     color: var(--dark-color);
     font-size: clamp(20px, 2vw, 24px);
     line-height: 1.26;
     margin-bottom: 5px;
     font-weight: 500;
}

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

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

.pt-testimonial-box.pt-style-10 .pt-testimonial-content .pt-testimonial-star i {
     margin-right: 7px;
     font-size: 18px;
     color: var(--primary-color);
}

.pt-testimonial-box.pt-style-10 .pt-testimonial-content .pt-testimonial-star i:last-child {
     margin-right: 0;
}

.pt-testimonial-box.pt-style-10 .pt-testimonial-description {
     margin: 0;
     color: var(--secondary-color);
}

.pt-testimonial-slider-10 .owl-nav {
     display: block !important;
     position: absolute;
     top: -50%;
     right: 23%;
     width: auto;
     transform: translateY(50%);
}

.pt-testimonial-slider-10 .owl-carousel .owl-nav button.owl-prev,
.pt-testimonial-slider-10 .owl-carousel .owl-nav button.owl-next {
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-size: 24px;
     background-color: var(--primary-color);
     color: var(--white-color);
     transition: all 0.5s ease-in-out;
}

.pt-testimonial-slider-10 .owl-carousel .owl-nav button.owl-prev:hover,
.pt-testimonial-slider-10 .owl-carousel .owl-nav button.owl-next:hover {
     color: var(--white-color);
     background: var(--dark-color);
}

.pt-testimonial-slider-10 .owl-dots {
     display: none;
}

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

@media(max-width:1279px) {
     .pt-testimonial-slider-10 .owl-nav {
          right: 15px;
     }
}

@media(max-width:1099px) {
     .pt-testimonial-slider-10 .owl-nav {
          display: none !important;
     }

     .pt-testimonial-slider-10 .owl-dots {
          display: block;
     }
}

@media(max-width:397px) {
     .pt-testimonial-box.pt-style-10 {
          padding: 30px 20px;
     }

     .pt-testimonial-box.pt-style-10 .pt-testimonial-media {
          margin-bottom: 40px;
     }
}

/*===== Testimonial Box Style 11 =====*/

.pt-testimonial-box.pt-style-11 {
     padding: 45px;
     background-color: var(--white-color);
     border-radius: var(--pq--border-radius);
}

.pt-testimonial-box.pt-style-11 .pt-testimonial-content .pt-testimonial-description {
     margin-bottom: 45px;
     margin-top: 60px;
     color: var(--secondary-color);
}

.pt-testimonial-box.pt-style-11 .pt-testimonial-content .pt-testimonial-box-star {
     margin-bottom: 20px;
     color: var(--primary-color);
     display: flex;
     gap: 5px;
     flex-wrap: wrap;
}

.pt-testimonial-box.pt-style-11 .pt-testimonial-media .pt-quote {
     font-size: 55px;
     line-height: 62px;
     color: var(--primary-color);
     margin-bottom: 5px;
}

.pt-testimonial-box.pt-style-11 .pt-testimonial-media .pt-testimonial-box-meta {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     align-items: center;
}

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

@media(max-width:479px) {
     .pt-testimonial-box.pt-style-11 .pt-testimonial-content .pt-testimonial-description {
          margin-bottom: 20px;
          margin-top: 30px;
     }
}

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

/*===== Price Box Slider Style 4 =====*/

.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 {
     position: relative;
     padding: 45px;
     background-color: var(--white-color);
     overflow: hidden;
}

.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-price-content {
     border-bottom: 1px solid rgb(44, 44, 44, 0.1);
     padding-bottom: 45px;
     margin-bottom: 30px;
}

.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-price-content .pt-pricebox-title {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 10px;
     color: var(--dark-color);
}

.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-price-content .price {
     font-size: 56px;
     line-height: 64px;
     display: flex;
     align-items: flex-end;
}

.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-price-content .price-month {
     display: block;
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 18px;
     line-height: 26px;
     text-transform: uppercase;
     color: var(--dark-color);
     margin-top: 10px;
}

.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-list-info {
     list-style: none;
     padding: 0;
     margin: 0;
     display: flex;
     gap: 15px;
     flex-direction: column;
     margin-bottom: 40px;
}

.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-list-info li {
     display: flex;
     align-items: baseline;
     gap: 10px;
     text-transform: capitalize;
}


.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-list-info li i {
     font-size: 20px;
     line-height: 28px;
     color: var(--primary-color);
}

.pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-list-info li span {
     font-size: 18px;
     line-height: 26px;
     color: var(--dark-color);
}

.pt-pricing-box-slider.pt-style-4 .owl-carousel .owl-nav button.owl-next,
.pt-pricing-box-slider.pt-style-4 .owl-carousel .owl-nav button.owl-prev {
     background: var(--white-color);
     color: var(--primary-color);
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-size: 30px;
}

.pt-pricing-box-slider.pt-style-4 .owl-carousel .owl-dots {
     display: none;
}

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

.pt-pricing-box-slider.pt-style-4 .owl-carousel .owl-dots .owl-dot.active {
     background: var(--dark-color);
}

@media(max-width:1300px) {
     .pt-pricing-box-slider.pt-style-4 .owl-carousel .owl-nav {
          display: none;
     }

     .pt-pricing-box-slider.pt-style-4 .owl-carousel .owl-dots {
          display: block;
     }
}

@media(max-width:1023px) {
     .pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-list-info {
          margin-bottom: 30px;
     }
}

@media(max-width:767px) {

     .pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 {
          padding: 30px;
     }

     .pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-price-content {
          padding-bottom: 30px;
     }

     .pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-price-content .price {
          font-size: 60px;
          line-height: 68px;
     }
}

@media(max-width:479px) {

     .pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 {
          padding: 30px 20px;
     }

     .pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-price-content .price {
          font-size: 40px;
          line-height: 48px;
     }
}

@media(max-width:397px) {
     .pt-pricing-box-slider.pt-style-4 .pt-pricebox.pt-style-4 .pt-pricebox-info .pt-price-content {
          padding-bottom: 20px;
          padding-bottom: 20px;
     }
}

/*===== Price Box Style 5 =====*/

.pt-price-plan.pt-style-5 {
     background: var(--white-color);
     padding: 40px;
}

.pt-price-plan.pt-style-5 .pt-price-sub-title {
     margin: 5px 0 15px;
     display: inline-block;
     width: 100%;
}

.pt-price-plan.pt-style-5 .pt-price {
     border-bottom: 1px solid rgba(44, 44, 44, .1);
     padding-bottom: 20px;
     margin-bottom: 20px;
     font-family: var(--title-fonts);
}

.pt-price-plan.pt-style-5 .pt-price-month {
     text-transform: capitalize;
     color: var(--primary-color);
     font-weight: 600;
     font-family: var(--title-fonts);
}

.pt-price-plan.pt-style-5 .pt-amount {
     font-size: 48px;
     color: var(--dark-color);
     line-height: 1.2;
     font-weight: 600;
}

.pt-price-plan.pt-style-5 .pt-price-list {
     padding: 0;
     margin: 20px 0 40px;
     display: flex;
     gap: 10px;
     flex-direction: column;
}

.pt-price-plan.pt-style-5 .pt-price-list li {
     display: flex;
     gap: 10px;
     align-items: baseline;
     color: var(--secondary-color);
}

.pt-price-plan.pt-style-5 .pt-price-list li i {
     color: var(--primary-color);
     font-size: 18px;
}

.pt-price-plan.pt-style-5 .pt-price-list li i::before {
     line-height: inherit;
}

.pt-price-plan.pt-style-5 .pt-button {
     background: var(--primary-color);
     color: var(--white-color);
}

.pt-price-plan.pt-style-5 .pt-button:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

.pt-price-plan.pt-style-5.pt-active .pt-button {
     background: var(--dark-color);
     color: var(--white-color);
}

.pt-price-plan.pt-style-5.pt-active .pt-button:hover {
     background: var(--white-color);
     color: var(--dark-color);
}

.pt-price-plan.pt-style-5.pt-active {
     background: var(--primary-color);
}

.pt-price-plan.pt-style-5.pt-active .pt-price-title,
.pt-price-plan.pt-style-5.pt-active .pt-price-sub-title,
.pt-price-plan.pt-style-5.pt-active .pt-amount,
.pt-price-plan.pt-style-5.pt-active .pt-price-month,
.pt-price-plan.pt-style-5.pt-active .pt-price-list li,
.pt-price-plan.pt-style-5.pt-active .pt-price-list li i {
     color: var(--white-color);
}

.pt-price-plan.pt-style-5.pt-active .pt-price {
     border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media(max-width:1199px) {
     .pt-price-plan.pt-style-5 {
          padding: 30px;
     }
}

@media (max-width:767px) {
     .pt-price-plan.pt-style-5 .pt-amount {
          font-size: 28px;
          line-height: 36px;
     }
}

@media (max-width:397px) {
     .pt-price-plan.pt-style-5 {
          padding: 30px 15px;
     }
}

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

/*===== Team Style 3 =====*/

.pt-team-box.pt-style-3 {
     position: relative;
}

.pt-team-box.pt-style-3 .pt-team-box-media {
     position: relative;
     display: block;
     text-align: center;
     z-index: 1;
     overflow: hidden;
}

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

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

.pt-team-box.pt-style-3 .pt-team-box-media img {
     border-radius: var(--big--border-radius);
     width: 100%;
     width: 228px;
     height: 228px;
}

.pt-team-box.pt-style-3 .pt-team-box-media .pt-social-icon-wrap {
     padding: 0;
     margin: 0;
     display: flex;
     justify-content: center;
     gap: 10px;
     list-style: none;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 50px;
     z-index: 9;
     opacity: 0;
     transition: all 0.5s ease-in-out;
}

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

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

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

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

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

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

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

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

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

.pt-team-box.pt-style-3 .pt-team-box-media .pt-social-icon-wrap li a {
     background: var(--primary-color);
     color: var(--white-color);
     width: 45px;
     height: 45px;
     line-height: 45px;
     display: flex;
     justify-content: center;
     border-radius: var(--big--border-radius);
     font-size: 18px;
     align-items: center;
     transition: all 0.5s ease-in-out;
}

.pt-team-box.pt-style-3 .pt-team-box-media .pt-social-icon-wrap li a:hover {
     background: var(--dark-color);
     color: var(--white-color);
}

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

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

.pt-team-box.pt-style-3 .pt-team-info .pt-team-designation {
     color: var(--secondary-color);
}

@media (max-width:1099px) {

     .pt-team-box.pt-style-3 .pt-team-box-media img {
          max-width: 430px;
     }
}

/*================================================
    Tabs
================================================*/

/*===== Service Box Tabs Style 1 =====*/

.pt-tabs-1-main.pt-style-1 {
     position: relative;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs {
     border-bottom: 3px solid var(--white-color);
     padding-bottom: 15px;
     gap: 30px;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs .nav-item {
     border: none;
     position: relative;
     flex: 1;
     font-size: 1rem;
     line-height: 2;
     font-weight: 600;
     font-family: var(--title-fonts);
     text-transform: capitalize;
     text-align: center;
     color: var(--white-color);
     background-color: transparent;
     padding: 0;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs .nav-item:last-child {
     margin-right: 0;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs .nav-item span {
     display: inline-block;
     width: 100%;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs .nav-item.active span {
     position: relative;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs .nav-item.active span::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 3px;
     background: var(--primary-color);
     left: 0;
     bottom: -17px;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs .nav-item.active:after {
     opacity: 1;
     border-top-color: var(--primary-color);
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .tab-content {
     position: relative;
     margin-top: 30px;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info {
     position: relative;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-image-block {
     display: grid;
     grid-template-columns: 269px 1.5fr;
     gap: 30px;
     align-items: center;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-image-block .pt-tab-main-image {
     position: relative;
     overflow: hidden;
     width: 100%;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-tab-main-image img {
     width: 100%;
     height: 100%;
     min-height: 156px;
     object-fit: cover;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-title-list {
     padding: 0;
     margin: 0;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-title-list li {
     color: var(--white-color);
     margin-bottom: 15px;
     display: flex;
     align-items: self-start;
     gap: 15px;
     font-size: 16px;
     line-height: 24px;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-title-list li:last-child {
     margin-bottom: 0;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-title-list li i {
     color: var(--primary-color);
     font-size: 18px;
     line-height: 26px;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-title-list li i:before {
     line-height: inherit;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-img-info {
     width: 100%;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-img-info .pt-tab-main-image {
     width: 100%;
     position: relative;
     overflow: hidden;
}

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

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-img-info .pt-tab-main-image:hover::after {
     height: 250%;
     transition: all 0.5s linear !important;
     background-color: transparent;
}

.pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-img-info .pt-tab-main-image img {
     border-radius: var(--e-global-border-radius);
     width: 100%;
     height: 427px;
     object-fit: cover;
     object-position: top center;

}

@media(max-width:1365px) {
     .pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs {
          width: 100%;
     }
}

@media(max-width:1200px) {
     .pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs .nav-item {
          flex: 1 1 auto;
     }
}

@media(max-width:767px) {
     .pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs {
          margin-bottom: 30px;
     }

     .pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tabs-description {
          margin-bottom: 20px;
     }
}

@media(max-width:576px) {

     .pt-tabs-1-main.pt-style-1 .pt-tabs-1 .nav-tabs {
          border: none;
     }

     .pt-tabs-1-main.pt-style-1 .pt-tabs-1 .pt-tab-info .pt-image-block {
          display: grid;
          grid-template-columns: 1fr;
     }
}

/*===== Tabs Style 2 =====*/

.pt-tabs-2-main {
     display: grid;
     grid-template-columns: 1.2fr 1fr;
     background: var(--white-color);
     padding: 45px;
     ;
     position: relative;
     gap: 45px;
     justify-items: end;
}

.pt-tabs-2 .nav-tabs {
     border-bottom: 3px solid rgba(44, 44, 44, .15);
     padding-bottom: 20px;
     gap: 30px;
}

.pt-tabs-2 .nav-tabs .nav-item {
     border: none;
     position: relative;
     flex: 1;
     font-size: 28px;
     line-height: 1.4;
     font-weight: 600;
     text-align: left;
     color: var(--dark-color);
     background: var(--white-color);
     font-family: var(--title-fonts);
     transition: none;
     padding: 0;
}

.pt-tabs-2 .nav-tabs .nav-item:last-child {
     margin-right: 0;
}

.pt-tabs-2 .nav-tabs .nav-item span {
     display: inline-block;
     width: 100%;
}

.pt-tabs-2 .nav-tabs .nav-item.active span {
     position: relative;
}

.pt-tabs-2 .nav-tabs .nav-item.active span::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 3px;
     background: var(--primary-color);
     left: 0;
     bottom: -22px;
}

.pt-tabs-2 .nav-tabs .nav-item.active:after {
     opacity: 1;
     border-top-color: var(--primary-color);
}

.pt-tabs-2 .pt-tab-info {
     padding-right: 30px;
     position: relative;

}

.pt-tabs-2 .pt-tab-info .pt-image-block {
     display: flex;
     gap: 30px;
     align-items: center;
}

.pt-tabs-2 .pt-tab-info .pt-image-block .pt-tab-main-image {
     position: relative;
     overflow: hidden;
}

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

.pt-tabs-2 .pt-tab-info .pt-image-block .pt-tab-main-image:hover::after {
     height: 250%;
     transition: all 0.5s linear !important;
     background-color: transparent;
}

.pt-tabs-2 .tab-content {
     position: relative;
     margin-top: 30px;
}

.pt-tabs-2 .pt-tab-main-image img {
     width: 100%;
}

.pt-tabs-2 .pt-tabs-subtitle {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--primary-color);
     overflow: hidden;
}

.pt-tabs-2 .pt-tabs-icon {
     margin-bottom: 15px;
}

.pt-tabs-2 .pt-tabs-icon i {
     color: #E9B500;
     margin-right: 10px;
     font-size: 16px;
     line-height: 24px;
}

.pt-tabs-2 .pt-tabs-icon i:last-child {
     margin-right: 0;
}

.pt-tabs-2 .pt-tab-price {
     font-size: 24px;
     line-height: 32px;
     color: var(--primary-color);
     margin-bottom: 10px;
}

.pt-tabs-2 .pt-tabs-title {
     margin-bottom: 10px;
}

.pt-tabs-2 .pt-tabs-description {
     margin-bottom: 30px;
}

.pt-tabs-2 .pt-tab-info .pt-title-list {
     padding: 0;
     margin: 0;
     list-style: none;
}

.pt-tabs-2 .pt-tab-info .pt-button {
     margin-top: 40px;
}

.pt-tabs-2 .pt-tab-info .pt-title-list li {
     color: var(--dark-color);
     margin-bottom: 15px;
     font-family: var(--title-fonts);
     display: flex;
     align-items: center;
     gap: 15px;
     font-size: 20px;
     line-height: 28px;
     font-weight: 500;
}

.pt-tabs-2 .pt-tab-info .pt-title-list li:last-child {
     margin-bottom: 0;
}

.pt-tabs-2 .pt-tab-info .pt-title-list li i {
     color: var(--primary-color);
     font-size: 20px;
     line-height: 28px;
}

.pt-tabs-2 .pt-tab-info .pt-title-list li i:before {
     line-height: inherit;
}

.pt-tabs-2-main .pt-tab-img-info {
     width: 100%;
}

.pt-tabs-2-main .pt-tab-img-info .pt-tab-main-image {
     width: 100%;
     position: relative;
     overflow: hidden;
}

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

.pt-tabs-2-main .pt-tab-img-info .pt-tab-main-image:hover::after {
     height: 250%;
     transition: all 0.5s linear !important;
     background-color: transparent;
}

.pt-tabs-2-main .pt-tab-img-info .pt-tab-main-image img {
     border-radius: var(--pq--border-radius);
     width: 100%;
     height: 427px;
     object-fit: cover;
     object-position: top center;

}

@media(max-width:1365px) {
     .pt-tabs-2 .pt-tab-info .pt-image-block {
          display: grid;
          grid-template-columns: 1fr auto;
     }

     .pt-tabs-2-main .pt-tab-img-info .pt-tab-main-image img {
          height: 531px;
     }
}

@media(max-width:1279px) {
     .pt-tabs-2-main {
          grid-template-columns: 1fr;
          justify-items: start;
     }

     .pt-tabs-2 .pt-tab-info .pt-image-block {
          display: grid;
          grid-template-columns: auto 1fr;
     }

     .pt-tabs-2-main .pt-tab-img-info .pt-tab-main-image img {
          height: 400px;
     }
}

@media(max-width:767px) {
     .pt-tabs-2 .nav-tabs {
          display: grid;
          grid-template-columns: auto auto;
          gap: 20px 15px;
     }

     .pt-tabs-2 .nav-tabs .nav-item:after,
     .pt-tabs-2 .pt-tab-img-info::before {
          display: none;
     }

     .pt-tabs-2 .nav-tabs .nav-item {
          padding: 15px;
          font-size: 32px;
          line-height: 40px;
          text-align: center;
          margin: 0;
          border-radius: var(--pq--border-radius);
          background-color: var(--white-color);
     }

     .pt-tabs-2 .nav-tabs .nav-item.active {
          color: var(--white-color);
          background: var(--primary-color);
     }

     .pt-tabs-2 .nav-tabs .nav-item.active span::before {
          content: none;
     }

     .pt-tabs-2 .tab-content {
          padding: 0;
     }

     .pt-tabs-border .pt-tabs-2 .nav-tabs {
          border: none;
     }

     .pt-tabs-border .pt-tabs-2 .nav-tabs .nav-item {
          width: 50%;
     }

     .pt-tabs-2 .pt-tabs-img img {
          display: none;
     }

     .pt-tabs-2 .pt-tab-info {
          padding-right: 0;
     }

     .pt-tabs-2 .pt-tab-info .pt-title-list li {
          align-items: flex-start;
     }

}

@media(max-width:576px) {
     .pt-tabs-2 .nav-tabs {
          grid-template-columns: auto;
          gap: 20px;
     }

     .pt-tabs-2 .nav-tabs {
          padding-bottom: 0;
          border: none;
     }

     .pt-tabs-2 .pt-tab-info .pt-image-block {
          grid-template-columns: 1fr;
          gap: 30px;
     }
}

@media(max-width:397px) {
     .pt-tabs-2-main {
          padding: 30px 15px;
     }

     .pt-tabs-2 .nav-tabs .nav-item {
          font-size: 22px;
          line-height: 30px;
     }

     .pt-tabs-2 .nav-tabs .nav-item.active span::before {
          display: none;
     }
}

/*===== Tabs Style 3 =====*/

.pt-tabs-3 .nav.nav-tabs {
     gap: 45px;
     flex-wrap: nowrap;
     border: none;
}

.pt-tabs-3 .nav.nav-tabs .nav-item.nav-link {
     padding: 15px;
     border: none;
     border-radius: 0;
     transition: all 0.5s ease-in-out;
     background-color: var(--white-color);
}

.pt-tabs-3 .nav.nav-tabs .nav-item.nav-link.active {
     background-color: var(--primary-color);
}

.pt-tabs-3 .nav.nav-tabs .nav-item.nav-link .pt-tab-header {
     display: grid;
     align-items: center;
     grid-template-columns: auto 1fr;
     gap: 20px;
}

.pt-tabs-3 .nav.nav-tabs .nav-item.nav-link .pt-tab-header .pt-tab-icon {
     width: 80px;
     height: 80px;
     line-height: 80px;
     font-size: 55px;
     transition: all 0.5s ease-in-out;
     color: var(--white-color);
     background-color: var(--primary-color);
}

.pt-tabs-3 .nav.nav-tabs .nav-item.nav-link.active .pt-tab-header .pt-tab-icon {
     background-color: var(--white-color);
     color: var(--primary-color);
}

.pt-tabs-3 .nav.nav-tabs .nav-item.nav-link .pt-tab-header .pt-tab-icon i::before {
     line-height: inherit;
}

.pt-tabs-3 .nav.nav-tabs .nav-item.nav-link .pt-tab-header .pt-tab-title {
     font-size: 26px;
     line-height: 34px;
     font-weight: 600;
     text-align: start;
     transition: all 0.5s ease-in-out;
     color: var(--dark-color);
}

.pt-tabs-3 .nav.nav-tabs .nav-item.nav-link.active .pt-tab-header .pt-tab-title {
     color: var(--white-color);
}

.pt-tabs-3 .tab-content.pt-tabs-content {
     margin-top: 60px;
}

.pt-tabs-3 .tab-content.pt-tabs-content .pt-tab-image {
     overflow: hidden;
}

.pt-tabs-3 .tab-content.pt-tabs-content .pt-tab-image img {
     width: 100%;
     height: 480px;
     object-fit: cover;
     transition: transform 0.8s ease;
}

.pt-tabs-3 .tab-content.pt-tabs-content .pt-tab-image:hover img {
     transform: scale(1.09);
}

.pt-tabs-3 #pt-tab-0 .pt-tab-info,
.pt-tabs-3 #pt-tab-2 .pt-tab-info {
     padding-left: 50px;
     padding-right: 0;
}

.pt-tabs-3 #pt-tab-1 .pt-tab-info {
     padding-left: 0;
     padding-right: 50px;
}


.pt-tabs-3 .tab-content.pt-tabs-content .pt-tab-info .pt-tabs-title {
     font-size: 24px;
     line-height: 32px;
     font-weight: 600;
     width: 260px;
     margin-bottom: 10px;
     color: var(--dark-color);
}

.pt-tabs-3 .tab-content.pt-tabs-content .pt-tab-info .pt-tabs-description {
     color: var(--secondary-color);
     margin-bottom: 20px;
}

.pt-tabs-3 .pt-tab-info .pt-title-list {
     padding: 0;
     margin: 0;
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     flex-direction: column;
     list-style: none;
}

.pt-tabs-3 .pt-tab-info .pt-title-list li {
     color: var(--dark-color);
     font-family: var(--title-fonts);
     display: inline-flex;
     align-items: start;
     gap: 10px;
     font-size: 18px;
     line-height: 26px;
}

.pt-tabs-3 .pt-tab-info .pt-title-list li:last-child {
     margin-bottom: 0;
}

.pt-tabs-3 .pt-tab-info .pt-title-list li i {
     color: var(--primary-color);
     font-size: 20px;
     line-height: 28px;
}

.pt-tabs-3 .pt-tab-info .pt-title-list li i:before {
     line-height: inherit;
}

.pt-tabs-3 .pt-tab-info .pt-button.pt-button-flat {
     margin-top: 40px;
}

@media(max-width:1199px) {
     .pt-tabs-3 .nav.nav-tabs {
          gap: 30px;
     }

     .pt-tabs-3 .nav.nav-tabs .nav-item.nav-link .pt-tab-header .pt-tab-title {
          font-size: 24px;
          line-height: 32px;
     }
}

@media(max-width:1199px) {
     .pt-tabs-3 .nav.nav-tabs {
          flex-wrap: wrap;
     }
}


@media(max-width:1023px) {
     .pt-tabs-3 .tab-content.pt-tabs-content {
          margin-top: 40px;
     }
}

@media(max-width:991px) {

     .pt-tabs-3 #pt-tab-0 .pt-tab-info,
     .pt-tabs-3 #pt-tab-2 .pt-tab-info {
          padding: 30px 0 0;
     }

     .pt-tabs-3 #pt-tab-1 .pt-tab-info {
          padding: 30px 0 0;
     }

     .pt-tabs-3 .tab-content.pt-tabs-content .pt-tab-info .pt-tabs-title {
          width: 100%;
     }
}

@media(max-width:767px) {
     .pt-tabs-3 .tab-content.pt-tabs-content {
          margin-top: 30px;
     }

     .pt-tabs-3 .pt-tab-info .pt-button.pt-button-flat {
          margin-top: 30px;
     }
}

@media(max-width:479px) {
     .pt-tabs-3 .nav.nav-tabs .nav-item.nav-link .pt-tab-header .pt-tab-icon {
          display: none;
     }
}


@media(max-width:397px) {
     .pt-tabs-3 .nav.nav-tabs .nav-item.nav-link .pt-tab-header {
          align-items: center;
          grid-template-columns: 1fr;
     }
}

/*================================================
   Awardbox
================================================*/

/*===== Award Box Style 2 =====*/

.pt-award-2-list {
     display: flex;
     flex-direction: column;
}

.pt-award.pt-style-2 {
     display: grid;
     grid-template-columns: auto 155px 1fr;
     gap: 60px;
     margin-bottom: 45px;
     padding-bottom: 45px;
     border-bottom: 1px solid rgb(44, 44, 44, 0.1);
}

.pt-award.pt-style-2:last-child {
     border-bottom: none;
     margin-bottom: 0;
     padding-bottom: 0;
}

.pt-award.pt-style-2 .pt-award-img img {
     width: auto;
}

.pt-award.pt-style-2 .pt-award-number {
     font-size: 20px;
     line-height: 28px;
     font-family: var(--body-font);
     color: var(--secondary-color);
}

.pt-award.pt-style-2 .pt-award-info .pt-award-title {
     font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.75rem);
     line-height: 1.4;
     font-weight: 600;
     color: var(--dark-color);
}

.pt-award.pt-style-2 .pt-award-info .pt-award-description {
     margin-top: 10px;
     margin-bottom: 0;
}

@media (max-width: 1199px) {
     .pt-award.pt-style-2 {
          gap: 30px;
     }
}

@media (max-width: 1023px) {
     .pt-award.pt-style-2 .pt-award-info .pt-award-title {
          font-size: 24px;
          line-height: 32px;
     }
}

@media (max-width: 575px) {

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

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

.woocommerce ul.products li.product .pt-product-item .pt-product-img-inner {
     position: relative;
     overflow: hidden;
}

.woocommerce ul.products li.product .pt-product-item .pt-product-img-inner:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transition: all 0.5s ease-in-out;
}

.woocommerce ul.products li.product .pt-product-item img {
     width: 100%;
     height: auto;
     display: block;
     transition: all 0.5s ease-in-out;
}

/*================================================
  Custom Css
================================================*/

.pt-bg-blur {
     background: rgba(255, 255, 255, 0.3);
     backdrop-filter: blur(10px);
}

.pt-bg-blur2 {
     background: rgb(44, 44, 44, 0.2);
     backdrop-filter: blur(15px);
}

.elementor-element.pt-image-size::before {
     background-size: 50% 100% !important;
     object-fit: cover;
}

.pt-white-color-before .pt-section-title.pt-style-1 .pt-section-sub-title:before {
     border-color: var(--white-color);
}

.pt-h13-faq .pt-accordion-block .pt-accordion-box .pt-accordion-details {
     background-color: var(--grey-color);
     border: none;
}