/*
Template: Recrutix - Human Resources & Recruiting WordPress Theme
Author: peacefulqode.co.in
Version: 1.0
Design and Developed by: Peacefulqode

*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy data
==> Blog Sidebar
==> Pagination
==> Error
==> Breadcrumb
==> Header
==> Footer
==> Blog Post
==> Section Title
==> Image Marquee
==> Isotope Portfolio
==> Portfolio
==> Form 
==> Service Box
==> Popup Animation 
==> Video Popup
==> Testimonial  
==> Text Border
==> Services Widget
==> Progress Bar
==> Blog Sidebar
==> Team box
==> OWL Carousel
==> Fancy Box
==> Job list
==> Image carousel
==> Faq
==> Image-Box
==> Tabs
==> Price Plan
==> Process Step
==> Custom CSS 

======================================
[ End table content ]
======================================*/

/*================================================
Moz Selection
================================================*/
::-moz-selection {
     text-shadow: none;
     background: var(--primary-color);
     color: #fff;
}

::-moz-selection {
     text-shadow: none;
     background: var(--primary-color);
     color: #fff;
}

/*================================================
General
================================================*/
body {
     background: var(--grey-color);
     font-family: var(--body-fonts);
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 1.8;
     color: var(--secondary-color);
     overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-style: normal;
     text-transform: capitalize;
     font-weight: 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;
}

/*===== Container =====*/
.container,
.elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 1400px;
}

.content-area .site-main {
     padding: 130px 0;
     display: inline-block;
     width: 100%;
     overflow: hidden;
     float: left;
}

/*===== Navigation Shop =====*/
.pt-shop-btn .dropdown-toggle::after {
     display: none;
}

.pt-cart-button {
     list-style-type: none;
     margin: 0;
     padding: 0;
     position: relative;
}

.pt-shop-btn .pt-cart>a {
     color: var(--dark-color);
     position: relative;
     line-height: 90px;
     padding: 0 0 0;
     font-size: 22px;
     transform: rotateY(180deg);
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
     display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
     display: block;
}

.pt-shop-btn ul.product_list_widget {
     margin: 0;
     padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
     margin: 0 0 15px;
     padding: 0;
     list-style: none;
     display: inline-block;
     width: 100%;
     position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
     float: right;
     right: 0;
     top: 0;
     left: inherit;
     bottom: 0;
     margin: auto 0;
     font-size: 30px;
     text-align: center;
     position: absolute;
}

.dropdown-menu-mini-cart,
.dropdown-menu[data-bs-popper] {
     right: -3%;
     width: 330px;
     left: inherit;
     border: none;
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     padding: 20px;
     top: 90px;
     border-radius: 0;
     margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
     margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
     font-weight: 600;
     text-transform: capitalize;
     font-family: var(--title-fonts);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
     float: right;
}

.pt-shop-btn p {
     margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
     line-height: 0.8;
     color: var(--dark-color) !important;
     height: 1em;
     width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
     color: var(--primary-color) !important;
     background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a,
.pt-shop-btn .pt-cart ul.product_list_widget li a {
     display: block;
     text-transform: capitalize;
     font-weight: 600;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     padding-right: 30px;
     line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
     color: var(--primary-color);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
     padding: 0;
}

/*================================================
Loading
================================================*/
#pt-loading {
     flex-direction: column;
     justify-content: center;
     align-items: center;
     position: fixed;
     display: flex;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9999;
     width: 100%;
     height: 100%;
     background: var(--white-color);
}

#pt-loading img {
     height: 70px;
}

/*================================================
Back to Top
================================================*/
.progress-wrap {
     position: fixed;
     right: 30px;
     bottom: 30px;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     border-radius: var(--big-border-radius);
     box-shadow: inset 0 0 0 2px rgba(var(--dark-color-rgb), .4);
     background: var(--grey-color);
     z-index: 10000;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

.progress-wrap.active-progress {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
}

.progress-wrap::after {
     position: absolute;
     font-family: 'themify';
     content: "\e660";
     text-align: center;
     line-height: 55px;
     font-size: 24px;
     color: var(--dark-color);
     left: 0;
     top: 0;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     z-index: 1;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

.progress-wrap:hover::after {
     color: var(--primary-color);
}

.progress-wrap svg path {
     fill: none;
}

.progress-wrap svg.progress-circle path {
     stroke: var(--primary-color);
     stroke-width: 4;
     box-sizing: border-box;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

/*================================================
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"],
.woocommerce a.button {
     padding: 12px 30px;
     font-family: var(--title-fonts);
     font-size: 16px;
     letter-spacing: 0.04em;
     background: var(--primary-color);
     color: var(--white-color);
     text-transform: uppercase;
     display: inline-block;
     border: none;
     width: auto;
     height: auto;
     line-height: 2;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
     background: var(--dark-color);
     color: var(--white-color);
}

/*===== Button Flat =====*/
.pt-button.pt-button-flat {
     overflow: hidden;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 0.04em;
     font-size: 16px;
     padding: 12px 30px;
     position: relative;
     width: auto;
     height: auto;
     color: var(--white-color);
     vertical-align: middle;
     display: inline-block;
     text-decoration: none;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
     background: var(--primary-color);
}

.pt-button.pt-button-flat:hover,
.pt-button.pt-button-flat:focus {
     background: var(--dark-color);
     color: var(--white-color);
}

.pt-button.pt-button-flat .pt-button-text {
     transition: var(--transition);
}

.pt-button.pt-button-flat i {
     color: var(--white-color);
     font-size: 18px;
     margin-left: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
     transition: var(--transition);
}

.pt-button.pt-button-flat:hover i,
.pt-button.pt-button-flat:focus i {
     animation: pheasantBounce 1s infinite linear;
}

.sr7-btn i {
     font-size: 18px !important;
     margin-left: 5px !important;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
}

.sr7-btn:hover i {
     animation: pheasantBounce 1s infinite linear;
}

/*===== Button link =====*/
.pt-button.pt-button-link {
     display: flex;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 0.04em;
     font-size: 16px;
     align-items: center;
}

.pt-button.pt-button-link i {
     font-size: 18px;
     margin-left: 5px;
     line-height: 1;
}

.pt-button.pt-button-link:hover i,
.pt-button.pt-button-link:focus i {
     animation: pheasantBounce 1s infinite linear;
}

/*===== Button outline =====*/
.pt-button.pt-button-outline {
     overflow: hidden;
     font-family: var(--body-fonts);
     border: 2px solid var(--dark-color);
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 0.04em;
     font-size: 16px;
     padding: 12px 30px;
     position: relative;
     width: auto;
     height: auto;
     color: var(--dark-color);
     vertical-align: middle;
     display: inline-block;
     text-decoration: none;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
}

.pt-button.pt-button-outline:hover {
     background: transparent;
     border: 2px solid var(--primary-color);
     color: var(--primary-color);
}

.pt-button.pt-button-outline i {
     color: var(--dark-color);
     font-size: 18px;
     margin-left: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
}

.pt-button.pt-button-outline:hover i,
.pt-button.pt-button-outline:focus i {
     animation: pheasantBounce 1s infinite linear;
     color: var(--primary-color);
}

/*===== Button Rounded =====*/
.pt-button.pt-button-rounded {
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-size: 24px;
     border-radius: var(--big-border-radius);
     background: var(--dark-color);
     color: var(--white-color);
     text-align: center;
     transition: var(--transition);
}

.pt-button.pt-button-rounded:hover {
     background: var(--primary-color);
     color: var(--white-color);
}

/*================================================
Dummy data
================================================*/
.pt-sticky-post-label {
     padding: 5px 15px;
     background: var(--primary-color);
     color: var(--white-color);
     margin-bottom: 15px;
     display: inline-block;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}

.pt-sticky-post-label i {
     margin-right: 5px;
}

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
     background: var(--primary-color);
     color: var(--white-color) !important;
     font-size: 16px;
}

.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
     background: var(--dark-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) !important;
     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;
}

.post-password-form input {
     float: none;
}

.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%;
}

/*===== Calendar =====*/
.pt-blog-contain .wp-block-calendar {
     display: inline-block;
     width: 100%;
     margin-bottom: 30px;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
     color: var(--secondary-color);
}

.wp-calendar-table {
     margin-bottom: 0;
}

.wp-calendar-table caption {
     padding: 0 0 15px;
     color: var(--dark-color);
     text-align: center;
     caption-side: top;
}

.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);
}

/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link {
     font-size: 14px !important;
     background: var(--primary-color);
     margin: 0 10px 10px 0;
     display: inline-block;
     float: left;
     color: var(--white-color);
     padding: 4px 8px;
     border: 1px solid var(--primary-color);
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
     border-color: var(--dark-color);
     background: var(--dark-color);
     color: var(--white-color);
}

/*=====  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(--grey-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%;
}

/*================================================
OWL Carousel
================================================*/
.owl-carousel .owl-nav.disabled {
     display: none;
}

.owl-nav {
     position: relative;
     top: 0%;
     transform: translateY(0);
     margin: 0;
     width: 100%;
     display: flex;
     cursor: inherit;
     justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
     outline: none;
     text-align: center;
     text-indent: inherit;
     cursor: pointer;
     position: relative;
     font-size: 24px;
     width: 65px;
     height: 64px;
     line-height: 65px;
     background: var(--dark-color);
     padding: 0 !important;
     margin: 0 5px;
     border: none;
     color: var(--white-color);
     border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
     transform: rotate(180deg) translate(0px, 0px);
}

.owl-carousel .owl-nav button.owl-next {
     right: 0;
}

.owl-carousel .owl-nav button:hover {
     color: var(--white-color);
     background: var(--primary-color);
}

.pt-dark-bg .owl-carousel .owl-nav button:hover {
     color: var(--primary-color);
     background: var(--white-color);
}

/*++++++++++++++++ Dots +++++++++++*/

.owl-carousel .owl-dots.disabled {
     display: none;
}

.owl-carousel .owl-dots {
     margin-top: 30px;
     line-height: normal;
     position: relative;
     width: 100%;
     text-indent: inherit;
     text-align: center;
     cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
     box-shadow: none;
     outline: none;
     background: var(--grey-color);
     border: 0 solid var(--grey-color);
     display: inline-block;
     padding: 0;
     margin: 0px 5px;
     height: 12px;
     width: 12px;
     transition: var(--transition-duration);
     -webkit-transition: var(--transition-duration);
     -o-transition: var(--transition-duration);
     -moz-transition: var(--transition-duration);
     -ms-transition: var(--transition-duration);
     cursor: pointer;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.owl-carousel .owl-dots .owl-dot span {
     display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
     background: var(--primary-color);
     border-color: var(--primary-color);
     opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
     background: var(--primary-color);
     border-color: var(--primary-color);
     opacity: 1;
}

/*================================================
Blog Sidebar
================================================*/

/*===== SideBar - Recent Post =====*/
.pt-recent-post {
     display: flex;
     align-items: center;
     margin-bottom: 30px;
}

.pt-recent-post:last-child {
     margin-bottom: 0;
     padding: 0;
}

.pt-recent-post .pt-recent-post-media {
     margin-right: 15px;
}

.pt-recent-post .pt-recent-post-media img {
     width: 90px;
     height: 90px;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.pt-recent-post .pt-recent-post-info {
     flex: 1;
     align-self: center;
}

.pt-recent-post .pt-recent-post-info .pt-post-date {
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
     color: var(--primary-color);
}

.pt-recent-post .pt-recent-post-info .pt-post-date i {
     margin-right: 10px;
}

.pt-recent-post .pt-recent-post-info h6 {
     font-size: 16px;
     line-height: 24px;
     margin-bottom: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.pt-recent-post .pt-recent-post-info h6 a:hover {
     color: var(--primary-color);
}

.pt-widget-recent-post {
     margin-bottom: 30px;
}


/*================================================
Pagination
================================================*/
.pt-pagination {
     margin-top: 15px;
}

.pt-pagination .page-numbers {
     display: -ms-flexbox;
     display: flex;
     padding-left: 0;
     list-style: none;
     padding: 0;
     margin: 0;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
     margin-left: 0;
}

.pt-pagination .page-numbers li .page-numbers {
     position: relative;
     display: block;
     padding: 0px 15px;
     text-transform: uppercase;
     height: 45px;
     width: 45px;
     text-align: center;
     line-height: 45px;
     margin: 0 5px;
     color: var(--dark-color);
     background-color: var(--white-color);
     letter-spacing: 0.04em;
     border: 0 solid var(--grey-color);
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
}

.pt-pagination .page-numbers li .page-numbers:hover {
     color: var(--white-color);
     text-decoration: none;
     background-color: var(--primary-color);
     border-color: var(--primary-color);
     z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
     box-shadow: none;
     outline: 0;
     z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
     cursor: pointer
}

.pt-pagination .page-numbers li .page-numbers.current {
     color: var(--white-color);
     background: var(--primary-color);
     border-color: var(--primary-color);
     z-index: 1;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
     width: auto;
}

@media(max-width:767px) {
     .pt-pagination {
          margin-top: 0;
     }

     .pt-pagination .page-numbers li .next.page-numbers,
     .pt-pagination .page-numbers li .prev.page-numbers {
          width: auto;
          display: none;
     }
}

/*================================================
Error
================================================*/
.pt-error-block {
     text-align: center;
}

.pt-error-block .pt-errot-text {
     font-size: 420px;
     font-family: var(--title-fonts);
     color: var(--primary-color);
     line-height: 0.8;
     margin-bottom: 30px;
     font-style: normal;
     text-transform: uppercase;
     font-weight: 600;
}

@media(max-width:1023px) {
     .pt-error-block .pt-errot-text {
          font-size: 320px;
     }
}

@media(max-width:767px) {
     .pt-error-block .pt-errot-text {
          font-size: 200px;
     }

     .pt-error-block h2 {
          font-size: 26px;
          line-height: 34px;
     }
}

@media(max-width:479px) {
     .pt-error-block .pt-errot-text {
          font-size: 130px;
     }
}

/*================================================
Breadcrumb
================================================*/
.pt-breadcrumb-style-1 {
     padding: 130px 0;
     position: relative;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     text-align: center;
     z-index: 1;
     margin: 30px 30px 0;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.pt-breadcrumb-style-1::before {
     content: "";
     opacity: 0.7;
     position: absolute;
     background-color: var(--dark-color);
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title {
     margin-bottom: 20px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
     font-size: 56px;
     line-height: 64px;
     color: var(--white-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
     display: inline-block;
     margin: 0;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li {
     list-style-type: none;
     margin-right: 5px;
     padding-left: 0;
     display: inline-block;
     font-size: 16px;
     line-height: 24px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li.active {
     color: var(--white-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a {
     color: var(--white-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a i {
     margin-right: 5px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a:hover {
     color: var(--white-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
     content: "\e649";
     font-size: 12px;
     font-family: "themify";
     padding-right: 15px;
     color: var(--white-color);
     float: none;
}

@media(max-width:1499px) {
     .pt-breadcrumb-style-1 {
          margin: 0;
          border-radius: 0;
     }
}

@media(max-width:1023px) {
     .pt-breadcrumb-style-1 {
          padding: 190px 0 90px;
     }

     .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
          font-size: 42px;
          line-height: 50px;
     }
}

@media(max-width:767px) {
     .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
          font-size: 34px;
          line-height: 42px;
     }

     .pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
          padding-right: 10px;
          font-size: 12px;
     }
}

@media(max-width:479px) {
     .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
          font-size: 30px;
          line-height: 38px;
     }
}

/*================================================
Header
================================================*/

.admin-bar header#pt-header .pt-bottom-header.pt-header-sticky {
     top: 32px;
}

#pt-header {
     position: relative;
     display: inline-block;
     width: 100%;
     z-index: 99;
}

header#pt-header .pt-bottom-header.pt-fix-header {
     position: fixed;
     display: inline-block;
     width: 100%;
     z-index: 99;
     top: -100%;
     transition: var(--transition);
     transition-duration: 0.8s;
}

#pt-header .pt-bottom-header.pt-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     background: var(--white-color);
     -webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
     border-bottom: none;
}

#pt-header .pt-bottom-header .pt-container-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
}

/*===== Mega Menu Toggle =====*/
header#pt-header #mega-menu-wrap-primary .mega-menu-toggle {
     width: 60px;
     height: 60px;
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
     background-color: var(--primary-color);
     justify-content: center;
}

@media(max-width:379px) {
     header#pt-header #mega-menu-wrap-primary .mega-menu-toggle {
          width: 50px;
          height: 50px;
     }
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
     justify-content: center;
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     width: 35px;
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     transform-origin: center;
     transition: var(--transition);
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     transform-origin: right;
     transition: var(--transition);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
     transform: scaleX(0.7);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
     transform: scaleX(1.5);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     transform: scaleX(0.9);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner {
     transform: scaleX(1);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner::before {
     transform: scaleX(0.7);
}

header#pt-header #mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     transform: scaleX(1);
}

header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,
header#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
     display: none;
}

/*===== Top Header 1 =====*/
.pt-top-header.top-style-1 {
     background: transparent;
     padding: 0 30px;
     color: var(--dark-color);
}

.pt-top-header.top-style-1 .container-fluid {
     padding: 0;
}

.pt-top-header.top-style-1 .top-header-row {
     font-size: 16px;
     padding: 12px 0;
     display: grid;
     align-items: center;
     justify-items: stretch;
     grid-template-columns: 1.5fr 1fr;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .1);
}

.pt-top-header.top-style-1 .pt-header-social ul {
     gap: 20px;
}

.pt-top-header.top-style-1 .pt-header-social ul li a {
     background-color: transparent;
     color: var(--primary-color);
     width: auto;
     height: auto;
}

.pt-top-header.top-style-1 .pt-header-contact ul li a {
     display: flex;
}

.pt-top-header.top-style-1 .pt-header-contact ul li a:hover {
     color: var(--primary-color);
}

@media(max-width:1499px) {
     .pt-top-header.top-style-1 {
          padding: 0 15px;
     }

}

/*===== Header Social =====*/
.pt-header-social ul {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     align-items: center;
     gap: 15px;
     justify-content: flex-end;
}

.pt-header-social ul li {
     padding: 0;
     margin: 0;
     list-style: none;
}

.pt-header-social ul li a {
     color: var(--white-color);
     width: 30px;
     height: 30px;
     display: inline-block;
     background: rgba(255, 255, 255, 0.2);
     text-align: center;
     border-radius: var(--big-border-radius);
}

.pt-header-social ul li a:hover {
     color: var(--white-color);
     background: var(--primary-color);
}

/*===== Header Social =====*/
.pt-header-tagline {
     display: flex;
     justify-content: flex-end;
}

/*===== Header Contact =====*/
.pt-header-contact {
     display: flex;
}

.pt-header-contact ul {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     align-items: center;
     gap: 30px;
}

.pt-header-contact ul li {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     align-items: center;
}

.pt-header-contact ul li a,
.pt-header-contact ul li {
     color: var(--dark-color);
}

.pt-header-contact ul li a:hover {
     color: var(--white-color);
}

.pt-header-contact ul li a i,
.pt-header-contact ul li i {
     margin-right: 8px;
     color: var(--primary-color);
     width: 31px;
     height: 31px;
     line-height: 31px;
     display: inline-block;
     background: var(--white-color);
     text-align: center;
     border-radius: var(--big-border-radius);
}

@media (max-width:979px) {
     .pt-top-header.top-style-1 .top-header-row {
          grid-template-columns: 4fr 1fr;
     }

     .pt-header-contact ul {
          gap: 15px;
     }
}

@media (max-width:767px) {
     .pt-top-header.top-style-1 {
          display: none;
     }
}

/*===== Header Bottom =====*/
.admin-bar #pt-header.pt-header-style-1 {
     top: 32px;
}

#pt-header.pt-header-style-1 {
     position: absolute;
}

#pt-header.pt-header-style-1 .navbar-brand img {
     height: 60px;
}

#pt-header.pt-header-style-1 .pt-bottom-header {
     padding: 20px 60px;
     margin-top: 30px;
     background-color: transparent;
     transition: 0s;
     border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
}

#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
     margin-top: 0;
     background-color: var(--dark-color);
}

#pt-header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
}

#pt-header.pt-header-style-1 .pt-bottom-header .container-fluid {
     padding: 0;
}

#pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary {
     padding: 18px 20px;
     border-radius: var(--big-border-radius);
     background-color: rgba(var(--white-color-rgb), 0.19);
}

#pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     font-size: 16px;
     line-height: 24px;
     height: inherit;
     color: var(--white-color);
}

#pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
     top: 60px;
}

#pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu>li .mega-sub-menu {
     top: 0;
}

#pt-header.pt-header-style-1 .pt-header-right .pt-header-icon .pt-header-contact a {
     color: var(--white-color);
}

@media (max-width:1199px) {
     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
          display: block;
     }
}

@media (max-width:1199px) {
     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary {
          background-color: var(--white-color);
          padding: 0;
          border-radius: 0px;
     }

     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link {
          color: var(--white-color);
     }

     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          border-radius: 0;
          border: 0;
          margin: 0;
          line-height: 50px;
          height: 50px;
          padding: 0 10px;
          color: var(--dark-color);
     }
}

/*===== Header Bottom 2 =====*/

#pt-header.pt-header-style-2 .navbar-brand img {
     height: 60px;
}

#pt-header.pt-header-style-2 .pt-bottom-header {
     padding: 20px 0;
     background-color: transparent;
     transition: 0s;
     border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
}

#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
}

#pt-header.pt-header-style-2 .pt-bottom-header .container-fluid {
     padding: 0;
}

#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
     margin-top: 0;
     background-color: var(--white-color);
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary {
     padding: 18px 20px;
     border-radius: var(--big-border-radius);
     background-color: rgba(var(--white-color-rgb), 1);
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     font-size: 16px;
     line-height: 24px;
     height: inherit;
     padding: 0 10px;
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
     top: 60px;
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
     color: var(--white-color);
}

#pt-header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-search-button,
#pt-header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-header-contact .pt-icon {
     color: var(--primary-color);
     background-color: var(--white-color);
}

#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky .pt-header-right .pt-header-icon .pt-search-button,
#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky .pt-header-right .pt-header-icon .pt-header-contact .pt-icon {
     background-color: var(--grey-color);
}

#pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu>li .mega-sub-menu {
     top: 0px;
}

@media (max-width:1199px) {
     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
          display: block;
     }
}

@media (max-width:1199px) {
     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary {
          background-color: var(--white-color);
          padding: 0;
          border-radius: 0px;
     }

     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link {
          color: var(--white-color);
     }

     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          border-radius: 0;
          border: 0;
          margin: 0;
          line-height: 50px;
          height: 50px;
          padding: 0 10px;
          color: var(--dark-color);
     }
}

/*===== Header Bottom 3 =====*/

#pt-header.pt-header-style-3 .navbar-brand img {
     height: 60px;
}

#pt-header.pt-header-style-3 .pt-bottom-header {
     padding: 20px 30px;
     background-color: transparent;
     transition: 0s;
     border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
}

#pt-header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
}

#pt-header.pt-header-style-3 .pt-bottom-header .container-fluid {
     padding: 0;
}

#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
     margin-top: 0;
     background-color: var(--white-color);
}

#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary {
     padding: 18px 20px;
     border-radius: var(--big-border-radius);
     background-color: transparent;
}

#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     font-size: 16px;
     line-height: 24px;
     height: inherit;
     padding: 0 10px;
}

#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
     top: 60px;
}

#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
     color: var(--white-color);
}

#pt-header.pt-header-style-3 .pt-header-right .pt-header-icon .pt-search-button,
#pt-header.pt-header-style-3 .pt-header-right .pt-header-icon .pt-header-contact .pt-icon {
     color: var(--primary-color);
     background-color: var(--white-color);
}

#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky .pt-header-right .pt-header-icon .pt-search-button,
#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky .pt-header-right .pt-header-icon .pt-header-contact .pt-icon {
     background-color: var(--grey-color);
}

#pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu>li .mega-sub-menu {
     top: 0px;
}

@media (max-width:1199px) {
     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
          display: block;
     }
}

@media (max-width:1199px) {
     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary {
          background-color: var(--white-color);
          padding: 0;
          border-radius: 0px;
     }

     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link {
          color: var(--white-color);
     }

     #pt-header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          border-radius: 0;
          border: 0;
          margin: 0;
          line-height: 50px;
          height: 50px;
          padding: 0 10px;
          color: var(--dark-color);
     }
}

/*++++++ Header Right ++++++*/
.pt-header-right .pt-header-icon {
     display: flex;
     gap: 20px;
     align-items: center;
     padding: 0;
     margin: 0;
}

.pt-header-right .pt-header-icon .pt-header-contact a {
     display: flex;
     align-items: center;
     gap: 10px;
     color: var(--dark-color);
}

.pt-header-right .pt-header-icon .pt-header-contact .pt-icon {
     width: 56px;
     height: 56px;
     font-size: 20px;
     line-height: 56px;
     text-align: center;
     background: var(--grey-color);
     color: var(--primary-color);
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pt-header-right .pt-header-icon .pt-header-contact .pt-icon i::before {
     line-height: inherit;
}

/*++++++ Search ++++++*/
.pt-header-right .pt-header-icon .pt-search-button {
     width: 56px;
     height: 56px;
     font-size: 20px;
     line-height: 56px;
     text-align: center;
     background: var(--grey-color);
     color: var(--primary-color);
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pt-header-right .pt-header-icon .pt-search-button a i::before {
     line-height: inherit;
}

.pt-header-right .pt-header-icon .pt-search-button svg {
     fill: var(--primary-color);
     width: 20px;
}

.pt-header-right .pt-header-icon .pt-search-button svg path {
     fill: var(--primary-color);
}

/*++++++ Cart ++++++*/
.pt-header-right .pt-header-icon .pt-shop-btn .pt-cart-button .pt-icon {
     width: 56px;
     height: 56px;
     font-size: 20px;
     line-height: 56px;
     text-align: center;
     background: var(--grey-color);
     color: var(--primary-color);
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pt-shop-btn .dropdown-toggle::after {
     display: none;
}

.pt-cart-button {
     list-style-type: none;
     margin: 0;
     padding: 0;
     position: relative;
}

.pt-shop-btn .pt-cart>a {
     color: var(--dark-color);
     position: relative;
     line-height: 90px;
     padding: 0 0 0;
     font-size: 22px;
     transform: rotateY(180deg);
}

.pt-cart-button .basket-item-count {
     font-size: 12px;
     font-weight: 400;
     background: var(--dark-color);
     color: var(--white-color);
     position: absolute;
     bottom: 8px;
     right: 8px;
     height: 18px;
     width: 18px;
     line-height: 18px;
     text-align: center;
     border-radius: var(--big-border-radius);
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
     display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
     display: block;
}

.pt-shop-btn ul.product_list_widget {
     margin: 0;
     padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
     margin: 0 0 15px;
     padding: 0;
     list-style: none;
     display: inline-block;
     width: 100%;
     position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
     float: right;
     right: 0;
     top: 0;
     left: inherit;
     bottom: 0;
     margin: auto 0;
     font-size: 30px;
     text-align: center;
     position: absolute;
}

.dropdown-menu-mini-cart,
.dropdown-menu[data-bs-popper] {
     right: -3%;
     width: 330px;
     left: inherit;
     border: none;
     box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
     padding: 20px;
     top: 90px;
     border-radius: 0;
     margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
     margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
     font-weight: 600;
     text-transform: capitalize;
     font-family: var(--title-fonts);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
     float: right;
}

.pt-shop-btn p {
     margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
     line-height: 0.8;
     color: var(--dark-color) !important;
     font-weight: 400;
     height: 1em;
     width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
     color: var(--primary-color) !important;
     background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a,
.pt-shop-btn .pt-cart ul.product_list_widget li a {
     display: block;
     text-transform: capitalize;
     font-weight: 600;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     padding-right: 30px;
     line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
     color: var(--primary-color);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
     font-weight: 400;
     padding: 0;
}

/*+++++ Offcanvas search +++++*/
.admin-bar .pt-search-button .offcanvas {
     top: 32px;
}

.pt-search-button .offcanvas {
     padding: 45px;
     height: auto;
     bottom: inherit;
     transition: all 0.5s ease;
}

.pt-search-button .offcanvas .btn-close {
     opacity: 1;
     background: none;
     color: var(--white-color);
     font-size: 0;
     position: absolute;
     right: -70px;
     top: 50%;
     transform: translateY(-50%);
     line-height: normal;
     padding: 0;
     box-shadow: none;
     width: 54px;
     height: 54px;
     line-height: 54px;
}

.pt-search-button .offcanvas .btn-close:before {
     content: "\e646";
     font-family: "themify";
     font-size: 18px;
     transition: var(--transition);
     transform: rotate(0deg);
     transition: transform 0.3s ease;
     display: inline-block;
}

.pt-search-button .offcanvas .btn-close:hover:before {
     transform: rotate(180deg) scale(1);
}

.pt-search-button .offcanvas .btn-close:after {
     content: "";
     background: var(--primary-color);
     width: 54px;
     height: 54px;
     position: absolute;
     left: 0;
     top: 0;
     transition: all 0.5s ease;
     z-index: -1;
     border-radius: var(--big-border-radius);
}

.pt-search-button .offcanvas .btn-close:hover:after {
     background: var(--dark-color);
}

.pt-search-button .offcanvas .btn-close:hover {
     color: var(--white-color);
}

.pt-search-button .offcanvas .search-form {
     margin: 0 auto;
     width: 60%;
}

.pt-search-button .offcanvas .search-form .search-field {
     color: var(--secondary-color);
     background: var(--grey-color);
     padding-left: 30px;
}

.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
     -webkit-appearance: none;
}

.pt-search-button .offcanvas .search-form .search-field:focus {
     color: var(--dark-color);
}

.pt-search-button .offcanvas .search-form .search-submit {
     background: transparent;
     color: var(--secondary-color) !important;
}

.offcanvas.offcanvas-top .search-form .search-submit {
     display: none;
}

.pt-search-button .offcanvas .search-form .search-submit:hover {
     color: var(--dark-color) !important;
}

/*++++++ Toggle Button ++++++*/
.pt-toggle-btn a {
     background-color: var(--primary-color);
     width: 56px;
     height: 56px;
     line-height: 56px;
     align-content: center;
     text-align: center;
     border-radius: var(--big-border-radius);
     display: flex;
     align-items: center;
     justify-content: center;
}

.pt-toggle-btn a svg {
     width: 30px;
}

.pt-toggle-btn a svg path {
     transform-origin: right;
     stroke-width: 1.5px;
     transition: var(--transition);
     fill: var(--white-color);
     stroke: var(--white-color);
}

.pt-toggle-btn a svg path:nth-child(3) {
     transform: scaleX(0.7);
}

.pt-toggle-btn a:hover svg path:nth-child(1) {
     transform: scaleX(1.5);
}

.pt-toggle-btn a:hover svg path:nth-child(2) {
     transform: scaleX(0.6);
}

.pt-toggle-btn a:hover svg path:nth-child(3) {
     transform: scaleX(1);
}

/*===== Header SideBar =====*/
.pt-background-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: var(--dark-color);
     z-index: 100;
     opacity: 0.8;
     display: none;
     transition: var(--transition);
     -moz-transition: var(--transition);
     -ms-transition: var(--transition);
     -o-transition: var(--transition);
     -webkit-transition: var(--transition);
}

.pt-siderbar-open .pt-background-overlay {
     display: block;
     transition: var(--transition);
     -moz-transition: var(--transition);
     -ms-transition: var(--transition);
     -o-transition: var(--transition);
     -webkit-transition: var(--transition);
}

.pt-siderbar-open .pt-sidebar {
     right: 30px;
     opacity: 1;
}

.pt-sidebar {
     width: 410px;
     background: var(--white-color);
     opacity: 0;
     display: block;
     position: fixed;
     top: 50%;
     right: -100%;
     height: auto;
     z-index: 101;
     transform: translateY(-50%);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     transition: var(--transition);
     -moz-transition: var(--transition);
     -ms-transition: var(--transition);
     -o-transition: var(--transition);
     -webkit-transition: var(--transition);
}

.pt-sidebar .pt-close-btn .pt-close {
     position: absolute;
     top: 30px;
     right: 30px;
     background: var(--primary-color);
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     color: var(--white-color);
     font-size: 20px;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
}

.pt-sidebar .pt-close-btn .pt-close:hover {
     background: var(--dark-color);
     color: var(--white-color);
}


.pt-close-btn .pt-close i {
     display: inline-block;
     transform: rotate(0deg);
     transition: transform 0.3s ease;

}

.pt-close-btn .pt-close i::before {
     line-height: inherit;
}

.pt-sidebar .pt-close-btn .pt-close:hover i {
     transform: rotate(180deg) scale(1.1);
}


.pt-sidebar-block {
     padding: 30px;
}

.pt-sidebar-header .pt-sidebar-logo {
     height: 65px;
     width: auto;
     margin-bottom: 30px;
}

.pt-sidebar h2.wp-block-heading {
     margin-bottom: 0;
}

.pt-sidebar h4.pt-sidebar-heading {
     font-size: 26px;
     line-height: 34px;
     margin-bottom: 10px;
}

.pt-sidebar h4.pt-sidebar-title,
.pt-sidebar-social h4.pt-social-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 10px;
}

.pt-sidebar .pt-sidebar-contact {
     display: inline-block;
     width: 100%;
     margin-bottom: 30px;
}

.pt-sidebar .pt-sidebar-contact .pt-contact-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 10px;
}

.pt-sidebar ul {
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 10px;
}

.pt-sidebar ul li {
     list-style: none;
     margin: 0;
     display: flex;
     gap: 15px;
     align-items: center;
     line-height: 26px;
}

.pt-sidebar-contact li a {
     color: var(--dark-color);
     display: flex;
     align-items: center;
     gap: 15px;
}

.pt-sidebar-contact li span {
     color: var(--dark-color);
}

.pt-sidebar-contact li .pt-icon,
.pt-sidebar-contact li i {
     font-size: 18px;
     line-height: 1;
     display: inline-block;
     color: var(--primary-color);
}

.pt-sidebar-social ul {
     display: inline-block;
     width: 100%;
}

.pt-sidebar-social ul li {
     display: inline-block;
     padding: 0;
     margin: 0;
     margin-right: 5px;
}

.pt-sidebar-social ul li:last-child {
     margin-right: 0;
}

.pt-sidebar-social ul li a {
     background: var(--dark-color);
     color: var(--white-color);
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 100%;
     display: inline-block;
     text-align: center;
     position: relative;
}

.pt-sidebar-social ul li a:hover {
     background: var(--primary-color);
     color: var(--white-color);
}

.pt-sidebar .widget {
     background: transparent;
     padding: 0;
     border: none;
     margin-bottom: 45px;
}

.pt-sidebar .widget .wp-block-image {
     margin-bottom: 30px;
     border-radius: var(--border-radius);
}

.pt-sidebar .widget img {
     border-radius: var(--border-radius);
     margin-bottom: 0 !important;
}

@media(max-width:1023px) {
     .pt-sidebar {
          display: none;
     }
}

@media(max-width:1499px) {
     #pt-header.pt-header-style-1 .pt-bottom-header {
          padding: 20px 15px;
          margin-top: 0;
     }

     #pt-header.pt-header-style-3 .pt-bottom-header {
          padding: 15px;
     }

}

@media(max-width:1399px) {
     #pt-header.pt-header-style-1 .pt-header-contact {
          display: none;
     }

     #pt-header.pt-header-style-3 .pt-bottom-header .pt-header-contact {
          display: none;
     }
}

@media (max-width:1299px) {
     #pt-header.pt-header-style-2 .pt-bottom-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          padding: 0px 10px;
          font-size: 15px;
     }

     #pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
          margin-right: 5px;
     }
}

@media (max-width:1199px) {


     #pt-header.pt-header-style-2 .pt-bottom-header {
          padding: 15px 0;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-middle-menu,
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-middle-menu,
     #pt-header.pt-header-style-3 .pt-bottom-header .pt-middle-menu {
          order: 99;
          margin-left: 20px;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-header-right,
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right,
     #pt-header.pt-header-style-3 .pt-bottom-header .pt-header-right {
          margin-left: auto;
     }

     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
          height: 3px !important;
          background-color: var(--white-color);
     }

     #pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
          color: var(--white-color);
     }

     #pt-header.pt-header-style-2 .pt-bottom-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
          padding: 0 10px;
     }

     #pt-header.pt-header-style-2 .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle {
          background: var(--primary-color);
     }

     #pt-header .pt-bottom-header .pt-toggle-btn {
          display: none;
     }

     #pt-header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before,
     #pt-header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
          content: none;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-header-right .pt-header-contact {
          display: block;
     }
}

@media(max-width:782px) {
     .admin-bar header#pt-header .pt-bottom-header.pt-header-sticky {
          top: 46px;
     }
}

@media (max-width:979px) {
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right .pt-header-contact {
          display: none;
     }
}

@media (max-width:767px) {

     .pt-header-contact,
     .pt-header-right .pt-header-icon .pt-search-button,
     #pt-header.pt-header-style-2 .pt-bottom-header .pt-header-right .pt-button,
     #pt-header.pt-header-style-3 .pt-bottom-header .pt-header-right .pt-button {
          display: none;
     }

     #pt-header.pt-header-style-1 .pt-bottom-header .pt-header-right .pt-header-contact {
          display: none;
     }

}

@media(max-width:600px) {
     .admin-bar header#pt-header .pt-bottom-header.pt-header-sticky {
          top: 0;
     }
}

@media(max-width:349px) {
     .pt-shop-btn {
          display: none;
     }
}

#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     background: var(--primary-color);
     width: 0;
     height: 40px;
     z-index: -1;
     transform: translateY(-50%);
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
     transition: var(--transition);
}

#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before,
#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:before,
#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:before,
#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-toggle-on>a.mega-menu-link:before,
#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover:before {
     width: 100%;
     left: 0;
}

#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
     margin-right: 10px;
     z-index: 1;
}

#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
     margin-right: 0px;
}

#pt-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
     margin-right: 0;
     padding: 0 15px;
     transition: var(--transition);
}

/*================================================
Service Single
================================================*/

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container {
     background: var(--white-color);
     border: none;
     box-shadow: none;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu {
     margin: 0;
     padding: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li {
     margin: 0 0 10px;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li:last-child {
     margin: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a {
     padding: 20px;
     border: none;
     background: var(--grey-color);
     display: inline-block;
     width: 100%;
     position: relative;
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: var(--dark-color);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a:before {
     content: '\f054';
     font-family: "Font Awesome 5 Free";
     font-weight: 700;
     font-size: 12px;
     right: 20px;
     left: auto;
     top: 24px;
     position: absolute;
     color: inherit;
     line-height: normal;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a:hover,
[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li.current_page_item a {
     background: var(--primary-color);
     color: var(--white-color);
}

/*================================================
Footer
================================================*/

/*===== Footer Background =====*/
footer#pt-footer .pt-footer-style-1 {
     background: var(--dark-color);
     margin: 0 30px 30px;
     border-radius: var(--border-radius);
     overflow: hidden;
}

footer#pt-footer .pt-footer-style-1 .widget {
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top-block {
     display: grid;
     grid-template-columns: 330px 2fr;
     gap: 60px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top-block img {
     height: 75px;
     object-fit: cover;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top-list {
     display: grid;
     grid-template-columns: 1fr 2fr;
     gap: 30px;
     align-items: center;
     margin-bottom: 45PX;
     padding-bottom: 45px;
     border-bottom: 1px solid rgba(var(--white-color-rgb), 0.12);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top-list .pt-footer-logo-discription h2 {
     color: var(--white-color);
     font-size: 32px;
     line-height: 40px;
}


footer#pt-footer .pt-footer-style-1 .pt-footer-form {
     position: relative;
     display: flex;
     background-color: var(--white-color);
     border-radius: var(--big-border-radius);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-form input {
     height: 65px;
         border-color: transparent;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-form input.submit:hover  {
     background: var(--grey-color);
    color: var(--dark-color);
}

/* == Footer Bottom === */
footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list {
     display: grid;
     grid-template-columns: 330px 1.5fr 1fr 1fr;
     gap: 60px;
     margin-bottom: 45px;
}

footer#pt-footer .pt-footer-style-1 .widget .footer-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--white-color);
     margin-bottom: 15px;
}

footer#pt-footer .pt-footer-style-1 p {
     color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul {
     display: flex;
     gap: 15px;
     align-items: center;
     margin: 0;
     padding: 0;
     list-style: none;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li {
     margin: 0;
     padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a {
     height: 45px;
     width: 45px;
     line-height: 45px;
     text-align: center;
     background-color: var(--grey-color);
     color: var(--primary-color);
     display: inline-block;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
     padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a:hover {
     background-color: var(--white-color);
     color: var(--dark-color);
}


footer#pt-footer .pt-footer-style-1 .menu-footer-menu-container ul.menu {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px 30px;

}

footer#pt-footer .pt-footer-style-1 .menu-footer-service-menu-container ul.menu li {
     margin-bottom: 10px;
}

footer#pt-footer .pt-footer-style-1 .menu-footer-service-menu-container ul.menu li:last-child {
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .widget .menu-footer-menu-container ul.menu li a,
footer#pt-footer .pt-footer-style-1 .menu-footer-service-menu-container ul.menu li a {
     padding: 0;
     color: var(--white-color);
     padding-left: 30px;

}

footer#pt-footer .pt-footer-style-1 .widget .menu-footer-menu-container ul.menu li a:hover,
footer#pt-footer .pt-footer-style-1 .menu-footer-service-menu-container ul.menu li a:hover {
     margin-left: 10px;
     color: var(--primary-color);

}

footer#pt-footer .pt-footer-style-1 .widget .menu-footer-menu-container ul.menu li a:before,
footer#pt-footer .pt-footer-style-1 .menu-footer-service-menu-container ul.menu li a:before {
     background-color: var(--primary-color);
     width: 10px;
     height: 2px;
}

footer#pt-footer .pt-footer-style-1 .pt-contact {
     list-style: none;
     padding: 0;
     margin: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-contact li {
     display: flex;
     gap: 15px;
     align-items: baseline;
     color: var(--white-color);
     margin-bottom: 10px;
}

footer#pt-footer .pt-footer-style-1 .pt-contact li:last-child {
     margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-contact li a {
     padding: 0;
     color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-contact li .pt-icon {
     font-size: 16px;
     line-height: 24px;
}

footer#pt-footer .pt-footer-style-1 .pt-contact li .pt-icon i:before {
     line-height: inherit;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
     border-top: 1px solid rgba(var(--white-color-rgb), 0.12);
     padding: 0;

}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     align-items: center;
     gap: 15px;
     padding: 15px 0;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
     text-align: center;
     display: inline-block;
     width: auto;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner ul {
     padding: 0;
     margin: 0;
     display: flex;
     gap: 15px;
     list-style: none;
}


footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner ul li {
     padding-right: 15px;
     border-right: 1px solid rgba(var(--white-color-rgb), 0.3);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner ul li:last-child {
     border-right: none;
     padding-right: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner ul li a {
     color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
     text-align: center;
     display: inline-block;
     width: auto;
     border-top: 2px solid var(--light-white);
}

@media (max-width: 979px) {
     footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright-footer-inner {
          flex-direction: column-reverse;
          justify-content: center;
     }
}

@media (max-width: 1499px) {
     footer#pt-footer .pt-footer-style-1 {
          margin: 0;
          border-radius: 0;
     }
}

@media (max-width: 1279px) {
     footer#pt-footer .pt-footer-style-1 .pt-footer-top-block {
          grid-template-columns: 1fr 3fr;
          gap: 45px;
          margin-bottom: 45px;
          padding-bottom: 45px;
          border-bottom: 1px solid rgba(var(--white-color-rgb), 0.12);
     }



     footer#pt-footer .pt-footer-style-1 .pt-footer-top-list {
          grid-template-columns: 1fr 1.5fr;
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list {
          grid-template-columns: 1fr 1fr;
          gap: 30px 60px;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-top-list .pt-footer-logo-discription h2 {
          color: var(--white-color);
          font-size: 28px;
          line-height: 36px;
     }

}

@media (max-width:1099px) {
     footer#pt-footer .pt-footer-style-1 .pt-footer-top-block {
          grid-template-columns: 1fr;
          gap: 30px;
     }
}

@media (max-width: 767px) {

     footer#pt-footer .pt-footer-style-1 .pt-footer-top-list {
          display: inline-block;
          width: 100%;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-top-block img {
          order: 2;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-top-list {
          order: 1;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-top-list .pt-footer-logo-discription h2 {
          margin-bottom: 15px;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-bottom-list {
          grid-template-columns: 1fr;
          gap: 30px
     }

     footer#pt-footer .pt-footer-style-1 .widget .footer-title {
          font-size: 26px;
          line-height: 34px;
          margin-bottom: 15px;
     }
}

@media (max-width: 576px) {
     footer#pt-footer .pt-footer-style-1 .menu-footer-menu-container ul.menu {
          grid-template-columns: 1fr;
          gap: 10px;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-top-block img {
          height: 60px;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-form {
          display: block;
          background-color: transparent;
     }

     footer#pt-footer .pt-footer-style-1 .pt-footer-form input.submit {
          margin-top: 15px;
     }

}

/*================================================
Blog Post
================================================*/
.single-post .pt-blog-post,
.pt-blog .owl-carousel .pt-blog-post {
     margin-bottom: 0;
}

.pt-blog-post {
     display: inline-block;
     width: 100%;
     border-radius: var(--border-radius);
     margin-bottom: 30px;
}

/*===== Blog Image =====*/
.pt-blog-post .pt-post-media {
     overflow: hidden;
     position: relative;
     border-radius: 15px 15px 0px 0px;
}

.pt-blog-post .pt-post-media img {
     transition: var(--transition);
     border-radius: 15px 15px 0px 0px;
     -webkit-transition: var(--transition);
}

.pt-blog-post:hover .pt-post-media img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-blog-post .pt-post-media .pt-post-date {
     position: absolute;
     left: 30px;
     bottom: 30px;
     background: var(--primary-color);
     padding: 5px 10px;
     border-radius: var(--small-border-radius);
     color: var(--white-color);
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
}

.pt-blog-post .pt-post-media .pt-post-date a {
     color: var(--white-color);
}

/*===== Blog Meta =====*/
.pt-blog-post .pt-post-meta {
     margin-bottom: 10px;
}

.pt-blog-post .pt-post-meta ul {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
}

.pt-blog-post .pt-post-meta ul li {
     display: inline-block;
     text-align: center;
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 0.04em;
}

.pt-blog-post .pt-post-meta ul li:last-child {
     margin-right: 0;
}

.pt-blog-post .pt-blog-contain .pt-post-meta .pt-post-date a {
     color: var(--secondary-color);
     transition: var(--transition);
}

.pt-blog-post .pt-blog-contain .pt-post-meta .pt-post-date:hover {
     color: var(--primary-color);
}

/*===== Blog contain =====*/
.pt-blog-post .pt-blog-contain {
     padding: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.pt-blog-post .pt-blog-contain .pt-btn-container {
     margin-top: 15px;
}

@media(max-width:575px) {
     .pt-blog-post .pt-blog-contain .pt-blog-title {
          font-size: 24px;
          line-height: 32px;
     }

     .pt-blog-post .pt-blog-contain {
          padding: 20px;
     }
}

/*===== Blog 1 Column =====*/
.pt-blog.pt-blog-col-1 {
     display: grid;
     grid-template-columns: 1fr;
     gap: 45px 30px;
}

.pt-blog.pt-blog-col-1 .pt-blog-post {
     margin-bottom: 0;
}

/*===== Blog 2 Column =====*/
.pt-blog.pt-blog-col-2 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 45px 30px;
}

.pt-blog.pt-blog-col-2 .pt-blog-post {
     margin-bottom: 0;
}

@media(max-width:767px) {
     .pt-blog.pt-blog-col-2 {
          grid-template-columns: 1fr;
     }
}

/*===== Blog 3 Column =====*/
.pt-blog.pt-blog-col-3 {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 45px 30px;
     row-gap: 0;
}

.pt-blog.pt-blog-col-3 .pt-blog-post .pt-blog-contain {
     margin-bottom: 0;
}

@media(max-width:1023px) {
     .pt-blog.pt-blog-col-3 {
          grid-template-columns: 1fr 1fr;
     }
}

@media(max-width:767px) {
     .pt-blog.pt-blog-col-3 {
          grid-template-columns: 1fr;
     }
}

/*===== Blog-list =====*/
.pt-blog-post.pt-list {
     position: relative;
     display: grid;
     grid-template-columns: 1fr 2fr;
     align-items: center;
     padding: 30px;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     gap: 30px;
     background-color: var(--grey-color);
     border: 1px solid transparent;
     transition: var(--transition);
     margin-bottom: 30px;
}

.pt-blog-post.pt-list:last-child {
     margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-post-media img {
     height: 150px;
     object-fit: cover;
}

.pt-blog-post.pt-list .pt-post-media {
     border-radius: var(--border-radius);
}

.pt-blog-post.pt-list .pt-blog-contain {
     padding: 0;
     background-color: none;
     margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-blog-contain .pt-blog-title {
     font-size: 24px;
     line-height: 32px;
     transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-blog-contain .pt-blog-title {
     color: var(--primary-color);
}

.pt-blog-post.pt-list .pt-btn-container {
     margin-top: 0;
}

.pt-blog-post.pt-list .pt-button {
     position: absolute;
     top: 20px;
     right: 30px;
     transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-button {
     transform: rotate(-32deg);
     background: var(--primary-color);
}

@media(max-width:1279px) {
     .pt-blog-post.pt-list .pt-button {
          position: relative;
          top: inherit;
          right: inherit;
     }
}

@media(max-width:1023px) {
     .pt-blog-post.pt-list .pt-button {
          position: absolute;
          top: 20px;
          right: 30px;
     }
}

@media(max-width:767px) {
     .pt-blog-post.pt-list .pt-button {
          position: relative;
          top: inherit;
          right: inherit;
          margin-top: 20px;
     }
}

@media(max-width:575px) {
     .pt-blog-post.pt-list {
          display: block;
          padding: 0;
     }

     .pt-blog-post.pt-list .pt-post-media img {
          height: 100%;
     }

     .pt-blog-post.pt-list .pt-blog-contain {
          padding: 15px;
     }
}

/*===== single Post css =====*/
.single-post .pt-blog-post {
     margin-bottom: 0;
}

.pt-blog-post {
     display: inline-block;
     width: 100%;
     margin-bottom: 45px;
}

.pt-single-post-bottom-holder {
     margin: 45px 0;
     padding: 15px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     border-bottom: 1px solid var(--primary-color);
     border-top: 1px solid var(--primary-color);
}

.pt-single-post-bottom-holder .pt-single-post-tags {
     display: flex;
     align-items: center;
}

.pt-single-post-bottom-holder .pt-single-post-tags-title {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 600;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: inline-block;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
     margin: 0 0 0 8px;
     padding: 0;
     list-style: none;
     display: inline-block;
     vertical-align: middle;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
     font-size: 16px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
     background: var(--white-color);
     margin: 0;
     display: inline-block;
     float: left;
     color: var(--dark-color);
     padding: 4px 16px;
     border: 1px solid var(--grey-color);
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a:hover {
     border-color: var(--primary-color);
     background: var(--primary-color);
     color: var(--white-color);
}

/*===== Blog Single Post - Social Media =====*/
.pt-single-post-bottom-holder .pt-single-post-social-title {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 600;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: inline-flex;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li {
     margin: 0 0 0 8px;
     padding: 0;
     list-style: none;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a {
     width: 50px;
     height: 50px;
     background: var(--white-color);
     color: var(--dark-color);
     display: inline-block;
     text-align: center;
     line-height: 50px;
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a:hover {
     background: var(--primary-color);
     color: var(--white-color);
}

.pt-single-post-usernav .pt-user {
     background: var(--white-color);
     padding: 30px;
     display: flex;
     align-items: flex-start;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.pt-single-post-usernav .pt-user .pt-user-media {
     margin-right: 30px;
}

.pt-single-post-usernav .pt-user .pt-user-media img {
     width: 180px;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.pt-single-post-usernav .pt-user-info .pt-user-title {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 5px;
}

.pt-single-post-usernav .pt-user-info .pt-user-sub-title {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     letter-spacing: 0.04em;
     color: var(--primary-color);
}

.pt-single-post-usernav .pt-user-description {
     margin-bottom: 0;
     margin-top: 10px;
}

.pt-blog.pt-single-post {
     padding: 0 30px 45px;
}

.pt-blog.pt-single-post h2 {
     margin-bottom: 30px;
     font-size: 28px;
     line-height: 36px;
}

.single-post .owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
     font-size: 22px;
     line-height: 30px;
}

@media(max-width:767px) {
     .pt-single-post-bottom-holder {
          display: block;
     }

     .pt-single-post-social-share {
          margin-bottom: 30px;
     }

     .pt-single-post-usernav .pt-user {
          align-items: flex-start;
          padding: 15px;
     }

     .pt-comment-area .comment-reply-title {
          font-size: 28px;
          line-height: 36px;

     }
}

@media(max-width:479px) {
     .pt-single-post-bottom-holder {
          padding-bottom: 20px;
     }

     .pt-single-post-usernav .pt-user {
          display: block;
     }

     .pt-single-post-usernav .pt-user .pt-user-media img {
          width: 80px;
     }

     .pt-single-post-usernav .pt-user .pt-user-media {
          margin-right: 0;
          margin-bottom: 15px;
     }

     .pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
          margin-bottom: 5px;
     }
}

/*===== Single Project =====*/
.pt-single-post-navigation {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     padding: 45px 30px;
     margin-bottom: 0;
     background: var(--white-color);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.single-post .pt-single-post-navigation {
     margin-bottom: 40px;
     margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav {
     position: relative;
     padding-left: 75px;
     display: inline-block;
     cursor: pointer;
}

.pt-single-post-navigation .pt-single-post-nav:before {
     position: absolute;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-family: "Font Awesome 5 Free";
     font-weight: 600;
     content: "\f053";
     top: 50%;
     transform: translate(0, -50%);
     left: 0;
     font-size: 20px;
     color: var(--white-color);
     background: var(--dark-color);
     text-align: center;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
}

.pt-single-post-navigation .pt-single-post-nav.pt--next {
     padding-left: 0;
     padding-right: 75px;
     text-align: right;
}

.pt-single-post-navigation .pt-single-post-nav.pt--next:before {
     content: "\f054";
     right: 0;
     left: inherit;
}

.pt-single-post-navigation .pt-single-post-nav-title h4 {
     font-size: 24px;
     line-height: 32px;
}

.pt-single-post-nav-label {
     color: var(--dark-color);
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     transition: var(--transition);
     letter-spacing: 0.04em;
}

.pt-single-post-navigation+h2+.pt-masonry {
     margin-left: -15px;
     margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav:hover .pt-single-post-nav-label {
     color: var(--primary-color);
}

.pt-single-post-navigation .pt-single-post-nav:hover:before {
     background: var(--primary-color);
}

@media(max-width:767px) {
     .pt-single-post-navigation {
          padding: 45px 15px;
     }

     .pt-single-post-navigation .pt-single-post-nav-title h4 {
          font-size: 20px;
          line-height: 28px;
     }

     .pt-single-post-navigation+h2+.pt-masonry {
          margin-left: 0;
     }
}

@media(max-width:576px) {
     .pt-single-post-navigation {
          display: block;
     }

     .pt-single-post-navigation .pt-single-post-nav.pt--next {
          margin-top: 15px;
          display: block;
     }
}

/*================================================
Section Title
================================================*/
.pt-section-title.text-center {
     padding: 0 14em;
     margin-bottom: 60px;
}

.pt-section-title.text-center .pt-title .pt-title-subtitle {
     justify-content: center;
}

.pt-section-title .pt-title .pt-title-subtitle {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: var(--primary-color);
     font-family: var(--title-fonts);
     display: inline-block;
     letter-spacing: 0.04em;
     margin-bottom: 10px;
     align-items: center;
     background: var(--white-color);
     padding: 4px 12px;
     border-radius: var(--small-border-radius);
}

.pt-section-title .pt-title .pt-title-heading {
     font-size: 56px;
     line-height: 64px;
     color: var(--dark-color);
     display: block;
}

.pt-section-title .pt-title .pt-service-box-description {
     margin-top: 10px;
     color: var(--secondary-color);
}

@media (max-width:1199px) {
     .pt-section-title.text-center {
          padding: 0;
     }
}

@media (max-width:1023px) {
     .pt-section-title.text-center {
          margin-bottom: 45px;
     }

     .pt-section-title .pt-title .pt-title-heading {
          font-size: 44px;
          line-height: 52px;
     }
}

@media (max-width:767px) {
     .pt-section-title.text-center {
          margin-bottom: 30px;
     }

     .pt-section-title .pt-title .pt-title-heading {
          font-size: 32px;
          line-height: 40px;
     }
}

@media (max-width:397px) {
     .pt-section-title .pt-title .pt-title-heading {
          font-size: 28px;
          line-height: 36px;
     }
}

/*================================================
Image Marquee
================================================*/
.pt-img-marquee-main.scroll .pt-marquee-top {
     transform: rotate(355deg) translate(0, 50%);
     z-index: 2;
     position: relative;
}

.pt-img-marquee-main .pt-img-marquee.top {
     overflow: hidden;
     white-space: nowrap;
     display: flex;
     gap: 45px;
     width: max-content;
     transform: translateX(-5%);
     background-color: var(--primary-color);
     padding: 20px 0;
}

.pt-img-marquee-main .pt-img-marquee ul {
     display: inline-flex;
     gap: 45px;
     margin-bottom: 0;
     padding: 0;
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li {
     display: inline-flex;
     gap: 45px;
     position: relative;
     align-items: center;
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li i {
     font-size: 24px;
     line-height: 1;
     color: var(--white-color);
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
     color: var(--white-color);
}

/*================================================
Isotope Portfolio
================================================*/
.pt-filters .pt-filter-button-group ul {
     margin: 0 0 45px;
     padding: 0;
     display: inline-block;
     width: 100%;
     text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
     list-style: none;
     color: var(--dark-color);
     display: inline-block;
     cursor: pointer;
     padding: 12px 20px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}

.pt-filters .pt-filter-button-group ul li:last-child {
     margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
     background: var(--primary-color);
     color: var(--white-color);
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
}

.pt-filters .pt-filter-button-group ul li:hover {
     color: var(--dark-color);
}

/*===== Portfolio Grid =====*/
.pt-grid {
     display: inline-block;
     width: 100%;
     float: left;
}

.pt-grid:after {
     content: '';
     display: block;
     clear: both;
}

.pt-grid .pt-col-3 {
     width: 25%;
     padding: 0 15px 30px;
}

.pt-grid .pt-col-6 {
     width: 50%;
     padding: 0 15px 30px;
}

.pt-grid .pt-col-4 {
     width: 33.33%;
     padding: 0 15px 30px;
}

@media(max-width:1199px) {
     .pt-grid .pt-col-3 {
          width: 33.333%;
     }
}

@media(max-width:1023px) {

     .pt-grid .pt-col-4,
     .pt-grid .pt-col-3 {
          width: 50%;
     }
}

@media(max-width:767px) {

     .pt-grid .pt-col-6,
     .pt-grid .pt-col-4,
     .pt-grid .pt-col-3 {
          width: 100%;
          padding: 0 0 30px;
     }
}

/*===== Portfolio Masonry =====*/
.pt-masonry {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

.pt-masonry .ipt-lg-6 {
     width: 50%;
     padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-4 {
     width: 33.333%;
     padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
     width: 25%;
     padding: 0 15px 30px;
}

.pt-masonry-item.visible_item {
     display: none !important;
}

.pt-grid-item.visible_item {
     display: none !important;
}

.pt-job-item.visible_item {
     display: none !important;
}

.pt-job-grid-item.visible_item {
     display: none !important;
}

@media(max-width:1199px) {
     .pt-masonry .ipt-lg-3 {
          width: 33.333%;
     }
}

@media(max-width:1023px) {

     .pt-masonry .ipt-lg-4,
     .pt-masonry .ipt-lg-3 {
          width: 50%;
     }
}

@media(max-width:767px) {

     .pt-masonry .ipt-lg-6,
     .pt-masonry .ipt-lg-4,
     .pt-masonry .ipt-lg-3 {
          width: 100%;
          padding: 0 0 30px;
     }
}

/*================================================
Portfolio
================================================*/
.pt-hover-bellow {
     position: relative;
}

.pt-hover-bellow .pt-portfolio-img {
     overflow: hidden;
     border-radius: var(--border-radius);
}

.pt-hover-bellow .pt-portfolio-img img {
     transition: var(--transition);
}

.pt-hover-bellow:hover .pt-portfolio-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-hover-bellow .pt-potfolio-content {
     margin-top: 30px;
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category {
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--primary-color);
}

.pt-hover-bellow .pt-potfolio-content .pt-button {
     margin-top: 15px;
}

/*===== Portfolio Fade =====*/
.pt-hover-fade {
     position: relative;
}

.pt-hover-fade .pt-portfolio-img {
     overflow: hidden;
     border-radius: var(--border-radius);
     margin-bottom: 0;
}

.pt-hover-fade .pt-portfolio-img img {
     transition: var(--transition);
}

.pt-hover-fade:hover .pt-portfolio-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-hover-fade .pt-potfolio-content {
     opacity: 0;
     max-width: unset;
     position: absolute;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     padding: 30px;
     background: rgba(var(--primary-color-rgb), .9);
     will-change: opacity;
     border-radius: var(--border-radius);
     transition: var(--transition);
     transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
}

.pt-hover-fade:hover .pt-potfolio-content {
     opacity: 1;
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category {
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--white-color);
     margin-bottom: 5px;
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category a,
.pt-hover-fade .pt-potfolio-content .pt-portfolio-title a {
     color: var(--white-color);
}


.pt-hover-fade .pt-potfolio-content .pt-button-rounded {
     position: absolute;
     top: 30px;
     right: 30px;
     z-index: 1;
     transition: var(--transition);
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
}

.pt-hover-fade:hover .pt-potfolio-content .pt-button-rounded {
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pt-hover-fade .pt-post-link {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 9;
}

/*===== Portfolio Slide =====*/
.pt-hover-slide {
     position: relative;
     border-radius: var(--border-radius);
     overflow: hidden;
}

.pt-hover-slide .pt-portfolio-img {
     overflow: hidden;
     position: relative;
     border-radius: var(--border-radius);
}

.pt-hover-slide .pt-portfolio-img img {
     transition: var(--transition);
}

.pt-hover-slide:hover .pt-portfolio-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-hover-slide .pt-potfolio-content {
     position: absolute;
     left: 30px;
     right: 30px;
     bottom: 30px;
     background: var(--white-color);
     padding: 30px;
     border-radius: var(--border-radius);
     transition: var(--transition);
     transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
     opacity: 0;
     z-index: 9;
     -webkit-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
     -moz-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
     box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
}

.pt-hover-slide:hover .pt-potfolio-content {
     opacity: 1;
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pt-hover-slide .pt-potfolio-content .pt-portfolio-category {
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--white-color);
     margin-bottom: 5px;
}

.pt-potfolio-content .pt-portfolio-title {
     font-size: 28px;
     line-height: 36px;
}

.pt-potfolio-content .pt-button {
     margin-top: 15px;
}

@media(max-width:1199px) {
     .pt-hover-slide .pt-potfolio-content {
          left: 15px;
          right: 15px;
          bottom: 15px;
     }
}

@media(max-width:767px) {
     .pt-hover-slide .pt-potfolio-content {
          opacity: 1;
          transform: scale(1);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
     }

     .pt-hover-slide .pt-potfolio-content .pt-portfolio-title {
          font-size: 24px;
          line-height: 32px;
     }
}

/*===== Portfolio Load More Button =====*/
.pt-loadmore-button {
     margin: 30px 0 0 0;
     display: inline-block;
     width: 100%;
}

/*===== Portfolio End Message =====*/
.pt-end-meassge {
     color: var(--primary-color);
     text-align: center;
     background: var(--grey-color);
     padding: 10px;
     text-transform: uppercase;
     font-family: var(--body-fonts);
     font-size: 18px;
     line-height: 26px;
     font-weight: 600;
     letter-spacing: 0.04em;
     border-radius: var(--border-radius);
     display: none;
}

.visible {
     display: block;
}

/*===== Portfolio Loader Icon =====*/
#pt-loaderIcon {
     display: none;
     text-align: center;
     margin: 20px auto;
}

.pt-dots {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 30px;
}

.pt-dot {
     width: 12px;
     height: 12px;
     background-color: #333;
     border-radius: 50%;
     animation: bounce 1.4s infinite ease-in-out both;
}

.pt-dot:nth-child(1) {
     animation-delay: -0.32s;
}

.pt-dot:nth-child(2) {
     animation-delay: -0.16s;
}

@keyframes bounce {

     0%,
     80%,
     100% {
          transform: scale(0);
     }

     40% {
          transform: scale(1);
     }
}

/*===== Portfolio Slider Owl-nav =====*/
.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav {
     max-width: 1400px;
     margin-top: 60px;
     position: relative;
     display: flex;
     align-items: center;
}

.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav::before,
.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav::after {
     content: "";
     flex: 1;
     border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.4);
}

.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::before {
     margin-right: 15px;
}

.pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::after {
     margin-left: 15px;
}

@media(max-width:1023px) {
     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-carousel .owl-dots {
          display: none;
     }
}

@media(max-width:767px) {
     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav {
          margin-top: 30px;
     }

     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::before {
          margin-right: 10px;
     }

     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::after {
          margin-left: 10px;
     }
}

@media(max-width:397px) {
     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::before {
          margin-right: 0;
     }

     .pt-portfoliobox-slider.center-owl-carousel.pt-style-1 .owl-nav:not(:empty)::after {
          margin-left: 0;
     }
}

/*================================================
Form
================================================*/
.pt-contact-form.pt-style-1 .form-group p,
.pt-contact-form.pt-style-1 p,
.pt-contact-form.pt-style-2 .form-group p,
.pt-contact-form.pt-style-2 p {
     margin-bottom: 0;
}

.pt-contact-form.pt-style-1 .pt-button.pt-button-flat:hover {
     background-color: var(--white-color);
     color: var(--dark-color);
}

.pt-contact-form.pt-style-1 .pt-button.pt-button-flat:hover i {
     color: var(--dark-color);

}


/*================================================
Service Box
================================================*/

/*=====  Service-Box Style 1  =====*/
.pt-service-box-1 {
     background: var(--grey-color);
     padding: 30px;
     border-radius: var(--border-radius);
     display: grid;
     gap: 30px;
     grid-template-columns: 190px 3fr;
     align-items: center;
     position: relative;
     transition: var(--transition);
}

.pt-service-box-1:hover {
     background-color: var(--primary-color);
}

.pt-service-box-1 .pt-service-box-media {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.pt-service-box-1 .pt-service-box-media img {
     transform: scale(1);
     width: 100%;
     transition: var(--transition);
}

.pt-service-box-1:hover .pt-service-box-media img {
     transform: scale(1.1);
}

.pt-service-box-1 .pt-service-box-info .pt-service-box-number {
     position: absolute;
     right: 30px;
     top: 30px;
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 32px;
     line-height: 40px;
     color: rgba(var(--dark-color-rgb), .2);
     transition: var(--transition);
}

.pt-service-box-1:hover .pt-service-box-info .pt-service-box-number {
     color: rgba(var(--white-color-rgb), 1);

}

.pt-service-box-1 .pt-service-box-info .pt-service-box-title {
     margin-bottom: 5px;
     transition: var(--transition);
}

.pt-service-box-1:hover .pt-service-box-info .pt-service-box-title {
     color: var(--white-color);
}

.pt-service-box-1 .pt-service-box-description {
     margin-bottom: 20px;
     transition: var(--transition);
}

.pt-service-box-1:hover .pt-service-box-description {
     color: var(--white-color);
}

.pt-service-box-1:hover .pt-button.pt-button-link {
     color: var(--white-color);
}

@media(max-width:1279px) {
     .pt-service-box-1 {
          gap: 20px;
          grid-template-columns: 165px 3fr;
     }
}

@media(max-width:1099px) {
     .pt-service-box-1 {
          gap: 15px;
          padding: 20px 15px;
          grid-template-columns: 160px 3fr;
     }

     .pt-service-box-1 .pt-service-box-info .pt-service-box-number {
          position: absolute;
          right: 15px;
          top: 20px;
     }
}

@media(max-width:1023px) {
     .pt-service-box-1 {
          gap: 30px;
          padding: 30px;
          grid-template-columns: 1.2fr 3fr;
     }

     .pt-service-box-1 .pt-service-box-info .pt-service-box-number {
          position: absolute;
          right: 30px;
          top: 30px;
     }
}

@media(max-width:767px) {
     .pt-service-box-1 {
          grid-template-columns: 1fr;
          padding: 20px 15px 30px;
     }

     .pt-service-box-1 .pt-service-box-info .pt-service-box-number {
          position: absolute;
          right: 30px;
          top: 25px;
          color: rgba(var(--dark-color-rgb), .5);
     }

     .pt-service-box-1 .pt-service-box-info .pt-service-box-title {
          font-size: 26px;
          line-height: 34px;
     }
}

@media(max-width:397px) {
     .pt-service-box-1 {
          gap: 20px;
     }
}

/*=====  Service-Box Style 2  =====*/
.pt-service-box-2 {
     position: relative;
     overflow: hidden;
     padding: 45px 30px;
     background-color: var(--grey-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pt-service-box-2:hover {
     background-color: var(--primary-color);
}

.pt-service-box-2 .pt-service-box-media {
     position: absolute;
     top: 0;
     right: -248px;
     opacity: 1;
     visibility: hidden;
     transition: 0.6s;
     width: 50%;
}

.pt-service-box-2:hover .pt-service-box-media {
     visibility: visible;
     opacity: 1;
     right: 0;
}

.pt-service-box-2 .pt-service-box-top {
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .2);
     transition: var(--transition);
}

.pt-service-box-2:hover .pt-service-box-top {
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid rgba(var(--white-color-rgb), .2);
}

.pt-service-box-2 .pt-service-box-top .pt-service-sub-title {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     letter-spacing: 0.04em;
     color: var(--primary-color);
     margin-bottom: 5px;
     transition: var(--transition);
     display: inline-block;
     width: 100%;
}

.pt-service-box-2 .pt-service-box-top .pt-service-box-title {
     font-size: 28px;
     line-height: 36px;
     transition: var(--transition);
}

.pt-service-box-2 .pt-service-box-bottom .pt-service-box-icon {
     height: 110px;
     width: 110px;
     line-height: 110px;
     font-size: 45px;
     text-align: center;
     background-color: var(--white-color);
     color: var(--primary-color);
     transition: var(--transition);
     border-radius: var(--big-border-radius);
     position: relative;
     margin-bottom: 30px;
}

.pt-service-box-2 .pt-service-box-bottom .pt-service-box-icon i:before {
     line-height: inherit;
}

.pt-service-box-2 .pt-service-box-bottom .pt-service-box-number {
     height: 60px;
     width: 60px;
     line-height: 60px;
     font-size: 24px;
     text-align: center;
     background-color: var(--primary-color);
     color: var(--white-color);
     border-radius: var(--big-border-radius);
     display: inline-block;
     position: absolute;
     top: 20px;
     right: -45px;
     transition: var(--transition);
     font-family: var(--title-fonts);
     font-weight: 600;
}

.pt-service-box-2:hover .pt-service-box-bottom .pt-service-box-number {
     background-color: var(--dark-color);
}

.pt-service-box-2 .pt-service-box-description {
     transition: var(--transition);

}

.pt-service-box-2:hover .pt-service-box-top .pt-service-sub-title,
.pt-service-box-2:hover .pt-service-box-top .pt-service-box-title,
.pt-service-box-2:hover .pt-service-box-description,
.pt-service-box-2:hover .pt-button.pt-button-link {
     color: var(--white-color);
}


.pt-service-box-2:hover .pt-service-box-bottom .pt-service-box-icon {
     animation: gelatine 0.5s;
}

/*  === Icon animation ===  */

.gelatine {
     animation: gelatine 0.5s infinite;
}

@keyframes gelatine {

     from,
     to {
          transform: scale(1, 1);
     }

     25% {
          transform: scale(0.9, 1.1);
     }

     50% {
          transform: scale(1.1, 0.9);
     }

     75% {
          transform: scale(0.95, 1.05);
     }
}

@media(max-width:1279px) {
     .pt-service-box-2 {
          padding: 45px 20px;
     }
}

@media(max-width:1023px) {
     .pt-service-box-2 {
          padding: 45px 30px;
     }
}

@media(max-width:767px) {
     .pt-service-box-2 {
          padding: 45px 20px;
     }

     .pt-service-box-2 .pt-service-box-top {
          margin-bottom: 30px;
          padding-bottom: 20px;
     }

     .pt-service-box-2 .pt-service-box-bottom .pt-service-box-icon {
          height: 90px;
          width: 90px;
          line-height: 90px;
          font-size: 32px;
          margin-bottom: 20px;

     }

     .pt-service-box-2 .pt-service-box-bottom .pt-service-box-number {
          height: 50px;
          width: 50px;
          line-height: 50px;
          font-size: 18px;
          right: -30px;
     }
}

@media(max-width:397px) {
     .pt-service-box-2 .pt-service-box-top .pt-service-box-title {
          font-size: 26px;
          line-height: 34px;
     }
}

/*=====  Service-Box Style 4  =====*/
.service-box-style-4 {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.service-box-style-4 .service-box-img {
     position: absolute;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 100%;
}

.service-box-style-4 .service-box-img img {
     transition: var(--transition);
     object-fit: cover;
     height: 100%;
     width: 100%;
}

.service-box-style-4:hover .service-box-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.service-box-style-4 .service-box-info {
     margin: 190px 30px 30px 30px;
     padding-top: 20px;
     position: relative;
     display: inline-block;
     max-width: 70%;
     border-top: 1px solid rgba(var(--white-color-rgb), 0.5)
}

.service-box-style-4 .service-box-info .service-box-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--white-color);
     margin-bottom: 10px;
     transition: var(--transition);
}

.service-box-style-4 .service-box-info .service-box-title:hover a {
     color: var(--white-color);
}

@media (max-width:1279px) {
     .service-box-style-4 .service-box-info {
          max-width: 100%;
     }

     .service-box-style-4 .service-box-info .service-box-title {
          font-size: 24px;
          line-height: 32px;
     }
}

@media (max-width: 575px) {
     .service-box-style-4 .service-box-info {
          margin: 180px 15px 30px 15px;
     }
}

/*=====  Service-Box Style 5  =====*/
.pt-service-box.pt-style-5 {
     position: relative;
     transition: var(--transition);
}

.pt-service-box.pt-style-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 20px;
    box-shadow: inset 0 -7em 50px -30px rgb(16 16 16), 0 0 0 2px transparent;
    z-index: 1;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.pt-service-box.pt-style-5:hover::before {
    box-shadow: inset 0 -20em 160px -90px rgb(16 16 16), 0 0 0 2px transparent;
}

.pt-service-box.pt-style-5 .pt-service-box-img {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.pt-service-box.pt-style-5 .pt-service-box-img img {
     transition: var(--transition);
     transform: scale(1);
}

.pt-service-box.pt-style-5:hover .pt-service-box-img img {
     transform: scale(1.1);
}

.pt-service-box.pt-style-5 .pt-service-box-info {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0 30px;
    transform: translateY(210px);
    z-index: 99;
     transition: var(--transition);
}

.pt-service-box.pt-style-5:hover .pt-service-box-info { 
     transform: translateY(30px);
}

.pt-service-box.pt-style-5 .pt-service-box-info .pt-service-box-title {
     font-size: 30px;
     line-height: 38px;
     margin-bottom: 20px;
     color: var(--white-color);
         transition: var(--transition);
}
.pt-service-box.pt-style-5:hover .pt-service-box-info .pt-service-box-title {
     margin-bottom: 10px;
}
.pt-service-box.pt-style-5 .pt-service-box-info .pt-service-box-description {
     transition: var(--transition);
     color: var(--white-color);
     margin-bottom: 30px;
     display: inline-block; 
}

.pt-service-box.pt-style-5 .pt-service-box-info .pt-button.pt-button-rounded {
     display: block;
     background-color: var(--primary-color);
     color: var(--white-color);
}

@media (max-width: 767px) {
     .pt-service-box.pt-style-5 .pt-service-box-info {
          padding: 0 15px;
              transform: translateY(245px);
     }

     .pt-service-box.pt-style-5 .pt-service-box-info .pt-service-box-title {
          font-size: 28px;
          line-height: 36px;
     }
}
/*=====  Service-Box Slick  =====*/
#pt-slick-slider {
     background-color: var(--white-color);
     padding: 45px 30px 100px;
     border-radius: var(--border-radius);
     position: relative;

}

.pt-service-box-4 .pt-service-box-info .pt-service-box-number {
     font-size: 24px;
     line-height: 32px;
     color: var(--primary-color);
     margin-bottom: 20px;
     font-family: var(--title-fonts);
}

.pt-service-box-4 .pt-service-box-info .pt-service-box-title {
     font-size: 26px;
     line-height: 34px;
     color: var(--dark-color);
     margin-bottom: 10px;
}

#pt-slick-slider .slick-arrow {
     color: var(--white-color);
}

#pt-slick-slider .slick-prev.slick-arrow,
#pt-slick-slider .slick-next.slick-arrow {
     border: none;
     font-size: 26px;
     height: 60px;
     width: 60px;
     line-height: 60px;
     text-align: center;
     padding: 0;
     background-color: var(--primary-color);
     transition: var(--transition);

}

#pt-slick-slider .slick-prev.slick-arrow {
     position: absolute;
     top: auto;
     bottom: 0;
      left: 45px;
}

#pt-slick-slider .slick-next.slick-arrow {
     position: absolute;
     top: auto;
     bottom: 0;
     left: 115px;
}

#pt-slick-slider .slick-prev:before,
#pt-slick-slider .slick-next:before {
     content: none;
}

@media (max-width:1279px) {
     #pt-slick-slider {
    padding: 45px 15px 100px;
     }
      #pt-slick-slider .slick-next.slick-arrow {
            left: 100px;
     }
      #pt-slick-slider .slick-prev.slick-arrow {
    left: 30px;
     }
}
@media (max-width:767px) {

     #pt-slick-slider .slick-prev.slick-arrow {
    left: 30px;
     }
     #pt-slick-slider {
          padding: 45px 15px 90px;
     }

     #pt-slick-slider .slick-next.slick-arrow {
            left: 100px;
     }
}

/*================================================
Popup Animation 
================================================*/
.pt-popup-animation.pt-style-1 .pt-popup-inner {
     width: 130px;
     height: 130px;
     position: relative;
     background: var(--primary-color);
     padding: 0;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
     overflow: hidden;
}

.pt-popup-animation.pt-style-1 a {
     color: var(--white-color);
     display: block;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
}

.pt-popup-animation.pt-style-1 .pt-popup-content {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     font-size: 20px;
     line-height: 28px;
     font-family: var(--title-fonts);
     color: var(--white-color);
     text-align: center;
     z-index: 9;
}

.pt-popup-animation.pt-style-1 .pt-popup-content i {
     font-size: 28px;
     line-height: 36px;
}

.pt-popup-animation.pt-style-1 .pt-popup-content span {
     display: block;
     font-size: 18px;
     line-height: 26px;
}

.pt-popup-animation.pt-style-1 img {
     -webkit-animation: text-animatio 10s linear infinite;
     -moz-animation: text-animatio 10s linear infinite;
     animation: text-animatio 10s linear infinite;
     position: absolute;
     left: 12px;
     top: 12px;
     transition: var(--transition);
     width: 156px;
}

.pt-popup-animation.pt-style-1:hover img {
     scale: 1.12;
}

@-moz-keyframes text-animation {
     from {
          -moz-transform: rotate(0deg);
     }

     to {
          -moz-transform: rotate(-360deg);
     }
}

@-webkit-keyframes text-animatio {
     from {
          -webkit-transform: rotate(0deg);
     }

     to {
          -webkit-transform: rotate(-360deg);
     }
}

@keyframes text-animatio {
     from {
          transform: rotate(0deg);
     }

     to {
          transform: rotate(-360deg);
     }
}

@media (max-width:767px) {
     .pt-popup-animation.pt-style-1 img {
          width: 136px;
          height: 136px;
     }
}

/*================================================
Video Popup 
================================================*/

.pt-video-popup {
     position: relative;
}

.pt-video-popup .pt-video-popup-img img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     border-radius: var(--border-radius);
}

.pt-video-popup .pt-popup-animation {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}


@media(max-width:767px) {
     .pt-video-popup .pt-video-popup-img img {
          height: 330px;
     }

     .pt-video-popup .pt-popup-animation.pt-style-1 .pt-popup-inner {
          width: 90px;
          height: 90px;
     }

}

.mfp-wrap .mfp-close {
     padding: 0;
     top: -50px;
     right: 0;
     font-size: 32px;
     opacity: 1;
     height: 50px;
     width: 50px;
     line-height: 50px;
     text-align: center;
     font-family: var(--title-fonts);
     color: var(--white-color);
     background-color: var(--primary-color);
     position: absolute;
     letter-spacing: 0;
     font-weight: 200;
}

.mfp-wrap .mfp-close:hover {
     background: var(--primary-color);
}

.mfp-wrap .mfp-close:focus {
     outline: none;
}

/*================================================
Testimonial 
================================================*/

/*=====  Testimonial-box Style 1  =====*/
.pt-moving-scroll .pt-moving-scroll-list {
     display: inline-flex;
     align-items: center;
     margin: 0;
     padding: 0;
     clear: both;
     gap: 45px;
}

.pt-moving-scroll .pt-testimonial-box.pt-style-1 {
     width: 35vw;
     box-sizing: border-box;
     list-style: none;
     overflow: hidden;
     position: relative;
}

.pt-testimonial-box.pt-style-1 {
     background: var(--white-color);
     padding: 45px 30px;
     border-radius: var(--border-radius);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star {
     color: #FFC700;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 5px;
     margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {
     display: grid;
     grid-template-columns: 100px 1fr auto;
     gap: 30px;
     align-items: center;
     border-top: 2px solid rgba(var(--dark-color-rgb), .1);
     padding-top: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-img {
     border-radius: var(--big-border-radius);
     overflow: hidden;
     object-fit: cover;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-name {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-designation {
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     color: var(--primary-color);
}

.pt-testimonial-box.pt-style-1 .pt-quote {
     color: var(--primary-color);
     font-size: 64px;
     line-height: 72px;
     color: rgba(var(--primary-color-rgb), 1);
     margin-left: auto;
}

.pt-testimonial-box-slider.pt-style-1 .owl-dots {
     bottom: 80px;
     position: absolute;
     margin-top: 0;
     right: 45px;
     display: inline-block;
     text-align: end;
}

.pt-testimonial-box-slider.pt-style-1 .owl-carousel .owl-dots .owl-dot {
     background-color: transparent;
     border: 1px solid var(--dark-color);

}

.pt-testimonial-box-slider.pt-style-1 .owl-carousel .owl-dots .owl-dot.active {
     background-color: var(--primary-color);
     border-color: var(--primary-color);
}

@media (max-width:1279px) {
     .pt-testimonial-box.pt-style-1 {
          padding: 45px 30px;
     }

     .pt-testimonial-box-slider.pt-style-1 .owl-dots {
          bottom: 30px;
          right: 30px;
     }
}

@media (max-width:1099px) {
     .pt-moving-scroll li {
          width: 45vw;
     }
}

@media (max-width:1023px) {
     .pt-moving-scroll li {
          width: 50vw;
     }
}

@media (max-width:767px) {
     .pt-testimonial-box.pt-style-1 .pt-testimonial-media {
          grid-template-columns: 100px 1fr;
          gap: 20px;
     }

     .pt-moving-scroll li {
          width: 100vw;
     }

     .pt-moving-scroll .pt-moving-scroll-list {
          flex-wrap: wrap;
          flex-direction: column;
     }

     .pt-moving-scroll .pt-testimonial-box.pt-style-1 {
          width: 100%;
     }

     .pt-testimonial-box.pt-style-1 .pt-quote {
          display: none;
     }
}

@media (max-width: 397px) {
     .pt-testimonial-box.pt-style-1 {
          padding: 30px 15px 45px;
     }

     .pt-testimonial-box.pt-style-1 .pt-testimonial-media {
          grid-template-columns: 75px 1fr;
          gap: 15px;
     }

     .pt-testimonial-box-slider.pt-style-1 .owl-dots {
          bottom: 30px;
          right: 0;
          text-align: center;
     }

     .pt-testimonial-box-slider.pt-style-1 .owl-dots {
          right: 0;
          text-align: center;
     }
}

/*=====  Testimonial-box Style 2  =====*/
.pt-testimonial-box-style-2 {
     background: var(--grey-color);
     padding: 30px;
     border-radius: var(--border-radius);
     display: grid;
     gap: 30px;
     overflow: hidden;
     grid-template-columns: auto 2fr;
     position: relative;
}

.pt-testimonial-box-style-2 .pt-testimonial-box-img {
     overflow: hidden;
     width: 85px;
     height: 85px;
     object-fit: cover;
     border-radius: var(--big-border-radius);
}

.pt-testimonial-box-style-2 .pt-quote {
     font-size: 64px;
     line-height: 72px;
     color: rgba(var(--primary-color-rgb), .1);
     position: absolute;
     bottom: 15px;
     transform: rotate(180deg);
     left: 30px;
}

.pt-testimonial-box-style-2 .pt-testimonial-box-info .pt-testimonial-box-star {
     margin-bottom: 15px;
     color: #f0ad4e;
     font-size: 16px;
     line-height: 1.3;
     letter-spacing: 1px;
}

.pt-testimonial-box-style-2 .pt-testimonial-box-info .pt-testimonial-description {
     margin-bottom: 20px;
}

.pt-testimonial-box-style-2 .pt-testimonial-box-info .pt-testimonial-box-title {
     margin-bottom: 5px;
}

.pt-testimonial-box-style-2 .pt-testimonial-box-info .pt-testimonial-box-designation {
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 0.04em;
}

@media (max-width: 1199px) {
     .pt-testimonial-box-style-2 {
          grid-template-columns: 0.3fr 2fr;
     }
}

@media (max-width: 767px) {
     .pt-testimonial-box-style-2 {
          grid-template-columns: 1fr;
     }

     .pt-testimonial-box-style-2 .pt-testimonial-top {
          display: flex;
          justify-content: space-between;
     }

     .pt-testimonial-box-style-2 .pt-quote {
          position: relative;
          bottom: inherit;
          left: inherit;
          font-size: 56px;
          line-height: 64px;
     }
}

@media (max-width: 1199px) {
     .pt-testimonial-box-style-2 {
          padding: 30px 15px;
     }
}

/*================================================
Text Border
================================================*/
.text-before-line {
     display: flex;
     align-items: center;
     font-size: 16px;
     letter-spacing: 0.1em;
}

.text-before-line::before,
.text-before-line::after {
     content: "";
     flex: 1;
     border-bottom: 1px solid rgba(var(--white-color-rgb), .2)
}

.text-before-line:not(:empty)::before {
     margin-right: 15px;
}

.text-before-line:not(:empty)::after {
     margin-left: 15px;
}

@media(max-width:767px) {
     .text-before-line {
          display: block;
     }

     .text-before-line:not(:empty)::before {
          margin-right: 0;
     }

     .text-before-line:not(:empty)::after {
          margin-left: 0;
     }
}

/*================================================
Services Widget
================================================*/
.widget.widget_pt_download_widget {
     padding: 0;
}

.item-download a {
     font-size: 16px;
     line-height: 24px;
     color: var(--dark-color);
     display: flex;
     align-items: center;
     padding: 20px;
     position: relative;
     transition: var(--transition);
     gap: 15px;
     text-transform: uppercase;
}

.item-download a .pt-file-icon {
     color: var(--primary-color);
     font-size: 24px;
}

.item-download a .pt-download-icon-right {
     min-height: 45px;
     min-width: 45px;
     line-height: 45px;
     text-align: center;
     font-size: 20px;
     border-radius: 100%;
     background-color: var(--dark-color);
     color: var(--white-color);
     margin-left: auto;
     position: relative;
     overflow: hidden;
     transition: var(--transition);
     display: flex;
     align-items: center;
     justify-content: center;
}

.item-download a .pt-download-icon-right i {
     line-height: 1;
}

/*+++++++++ Newslatter  +++++++++*/
.widget.widget_pt_newslatter {
     padding: 0;
     border-radius: var(--border-radius);
     overflow: hidden;
     position: relative;
}

.pt-service-newsletter {
     position: relative;
     overflow: hidden;
     text-align: center;
     padding: 120px 30px;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
}

.pt-service-newsletter::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(var(--dark-color-rgb), .8);
}

.pt-service-newsletter .pt-title,
.pt-service-newsletter .pt-ads-desc,
.pt-service-newsletter .pt-button {
     z-index: 9;
     position: relative;
     color: var(--white-color);
}
/*================================================
Progress Bar
================================================*/

/*===== ProgressBar-style-1 =====*/
.pt-progressbar-style-1 {
     display: inline-block;
     width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content {
     margin-bottom: 25px;
     display: inline-block;
     float: left;
     width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content .sonny_progressbar {
     margin-bottom: 0;
     margin-top: 5px;
}

.pt-progressbar-style-1 .pt-progressbar-content .bar-container {
     height: 8px;
}

.pt-progressbar-style-1 .pt-progressbar-content:last-child {
     margin-bottom: 0;
}

.pt-progressbar-style-1 .progress-title {
     margin: 0;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 600;
     font-size: 18px;
     line-height: 28px;

}

.pt-progressbar-style-1 .progress-value {
     color: var(--primary-color);
     margin: 0;
     float: right;
     font-size: 16px;
     line-height: 24px;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     letter-spacing: 0.04em;
     font-weight: 400;
}

.pt-progressbar-style-1 .pt-progress-bar span {
     display: inline-block;
     background: var(--grey-color);
     float: left;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.pt-progressbar-style-1 .pt-progress-bar span.bar {
     background: var(--primary-color) !important;
}

.pt-bg-gray .pt-progressbar-style-1 .pt-progress-bar span {
     background: var(--white-color);
}

/*================================================
Blog Sidebar
================================================*/
.widget {
     margin-bottom: 30px;
     position: relative;
     padding: 30px;
     background: var(--grey-color);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     display: inline-block;
     width: 100%;
}

.widget:last-child {
     margin-bottom: 0;
}

/*===== Widget Title =====*/
.widget .wp-block-heading,
.widget .widget-title,
.widget.widget_block h2 {
     margin-bottom: 15px;
     font-size: 24px;
     line-height: 32px;
}

/*===== Widget List =====*/
.widget ul {
     padding: 0;
     margin: 0;
}

.widget ul li {
     list-style: none;
}

.widget ul li:last-child {
     margin-bottom: 0;
}

.widget ul ul.children {
     padding-left: 25px;
}

.widget ul li a {
     color: var(--secondary-color);
     position: relative;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     text-transform: capitalize;
}

.widget ul li a:hover {
     color: var(--primary-color);
     text-decoration: none;
}

/*===== SideBar - Recent Post =====*/
.pt-recent-post {
     display: flex;
     align-items: center;
     margin-bottom: 30px;
}

.pt-recent-post:last-child {
     margin-bottom: 0;
     padding: 0;
}

.pt-recent-post .pt-recent-post-media {
     margin-right: 15px;
}

.pt-recent-post .pt-recent-post-media img {
     width: 90px;
     height: 90px;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.pt-recent-post .pt-recent-post-info {
     flex: 1;
     align-self: center;
}

.pt-recent-post .pt-recent-post-info .pt-post-date {
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
     color: var(--primary-color);
}

.pt-recent-post .pt-recent-post-info .pt-post-date i {
     margin-right: 10px;
}

.pt-recent-post .pt-recent-post-info h6 {
     font-size: 20px;
     line-height: 28px;
     margin-bottom: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.pt-recent-post .pt-recent-post-info h6 a:hover {
     color: var(--primary-color);
}

@media(max-width:397px) {
     .pt-recent-post .pt-recent-post-info h6 {
          font-size: 18px;
          line-height: 26px;
     }
}

/*===== SideBar - Search =====*/
.widget .wp-block-image img {
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     overflow: hidden;
}

.pt-widget .pt-social-icon li {
     background-color: transparent !important;
}

.pt-widget .pt-social-icon li:hover {
     transform: none;
}

.pt-widget .pt-social-icon li a {
     padding: 0;
     display: inline-block;
     text-align: center;
     fill: var(--white-color);
     background: var(--primary-color);
     color: var(--white-color);
     height: 45px;
     width: 45px;
     line-height: 42px;
     -webkit-border-radius: 90px;
     -moz-border-radius: 90px;
     border-radius: 90px;
     transition: var(--transition);
}

.pt-widget .pt-social-icon li a:hover {
     background: var(--dark-color);
}

@media(max-width:1023px) {
     .widget .wp-block-image img {
          width: 100% !important;
     }
}

/*===== SideBar - Search =====*/
.widget.widget_search {
     background: var(--primary-color);
}

.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,
.wp-block-search__input {
     background: var(--white-color);
     border-color: var(--white-color);
     padding: 0 15px;
}

.wp-block-search__input:hover,
.wp-block-search__input:focus {
     background: 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: transparent;
     border: none;
     padding: 0;
     font-size: 20px;
     position: absolute;
     text-align: center;
     color: var(--secondary-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: 600;
}

.search-submit:hover {
     background: transparent;
     color: var(--primary-color);
}

/*===== 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);
}

.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: 10px 0 10px;
     color: var(--dark-color);
     font-weight: 700;
     caption-side: top;
     text-align: center;
     font-family: var(--title-fonts);
     font-size: 18px;
     letter-spacing: 0.04em;
}

.widget_calendar table#wp-calendar {
     width: 100%;
     text-align: center;
     margin-bottom: 0;
     margin-top: 0;
     background: var(--white-color);
}

.widget_calendar table#wp-calendar caption {
     background: var(--white-color);
}

.wp-block-calendar table#wp-calendar {
     background: var(--white-color);
     margin-bottom: 0;
}

.wp-block-calendar table#wp-calendar th {
     font-weight: 700;
     color: var(--dark-color);
     font-family: var(--title-fonts);
}

.widget_calendar table th {
     background: transparent;
     font-weight: 700;
     color: var(--dark-color);
     font-family: var(--title-fonts);
}

.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;
}

.pt-blog-contain .wp-block-calendar caption {
     padding: 10px 0 10px;
     color: var(--dark-color);
     font-weight: 700;
     caption-side: top;
     text-align: center;
     font-family: var(--title-fonts);
     font-size: 18px;
     letter-spacing: 0.04em;
}

/*=====  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);
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
     color: var(--primary-color);
}

/*=====  Block-Gallery  =====*/

.wp-block-gallery.wp-block-gallery-2.wp-block-gallery-2 {
     display: grid;
     gap: 15px;
     grid-template-columns: repeat(3, 1fr);

}

.wp-block-gallery.wp-block-gallery-2 .wp-block-image {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.wp-block-gallery.wp-block-gallery-2 .wp-block-image img {
     transition: var(--transition);
}

.wp-block-gallery.wp-block-gallery-2 .wp-block-image img:hover {
     transform: scale(1.1);
}

@media(max-width:397px) {
     .wp-block-gallery.wp-block-gallery-2.wp-block-gallery-2 {
          grid-template-columns: repeat(2, 1fr);
     }
}

/*================================================
Team box
================================================*/

/*=====  Team box Style 1  =====*/
.team-box-style-1 {
     background: var(--grey-color);
     padding: 45px 20px 0;
     border-radius: var(--border-radius);
     text-align: center;
     margin-bottom: 125px;
     transform: var(--transition);
}


.team-box-slider-1 .owl-item.active.center .team-box-style-1 {
     background: var(--primary-color);
}

.team-box-style-1 .team-box-info {
     margin-bottom: 20px;
}

.team-box-style-1 .team-box-info .team-box-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     transition: none;
}

.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-title a,
.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-categorie a {
     color: var(--white-color);
     transition: none;
}

.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-title a:hover,
.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-categorie a:hover {
     color: var(--white-color)
}

.team-box-style-1 .team-box-info .team-box-categorie {
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 0.04em;
}

.team-box-style-1 .team-box-img {
     position: relative;
     display: inline-block;
     width: 100%;
     overflow: hidden;
     margin-bottom: -100px;
     border-radius: var(--border-radius);
}



.team-box-style-1 .team-box-img img {
     transition: var(--transition);
}

.owl-item.center .team-box-style-1 .team-box-img img,
.team-box-style-1:hover .team-box-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-bg-gray .team-box-style-1 {
     background: var(--grey-color);
}

.team-box-slider-1 .owl-nav {
     display: none;
}

/*===== Share =====*/
.team-box-style-1 .menu {
     z-index: 9;
     position: fixed;
     padding: 0;
     margin: 0;
     bottom: 0;
     list-style-type: none;
     left: 50%;
     transform: translateX(-50%);
}

.team-box-style-1 .menu .share>i {
     height: 70px;
     width: 70px;
     font-size: 25px;
     text-align: center;
     line-height: 70px;
     background-color: var(--dark-color);
     color: var(--white-color);
     border-radius: var(--big-border-radius);
     cursor: pointer;
}

.owl-item.active.center .team-box-style-1 .menu .share>i,
.team-box-style-1 .menu .share:hover>i {
     background: var(--primary-color);
}

.team-box-style-1 .menu .submenu {
     list-style-type: none;
     padding: 8px 20px;
     margin: 0;
     background: var(--white-color);
     position: absolute;
     top: -30px;
     opacity: 0;
     display: flex;
     align-items: center;
     gap: 15px;
     border-radius: var(--border-radius);
     left: 50%;
     transform: translateX(-50%);
     transition: var(--transition);
}

.team-box-style-1 .menu .submenu li a {
     color: var(--dark-color);
     font-size: 18px;
     line-height: 26px;
}

.team-box-style-1 .menu .submenu li a:hover {
     color: var(--primary-color);
}

.owl-item.center .team-box-style-1 .menu .share .submenu,
.team-box-style-1 .menu .share:hover .submenu {
     top: -60px;
     opacity: 1;
}

@media (max-width:767px) {
     .team-box-style-1 {
          padding: 30px 20px 0;
          margin-bottom: 108px;

     }

     .team-box-style-1 .menu .share>i {
          height: 55px;
          width: 55px;
          font-size: 22px;
          line-height: 55px;
     }

     .team-box-style-1 .team-box-img {
          margin-bottom: -90px;
     }

     .team-box-style-1 .team-box-info .team-box-title {
          font-size: 26px;
          line-height: 34px;
          margin-bottom: 0;
     }
}

/*===== Team Box Style 3 =====*/
.team-box-style-3 {
     background: var(--white-color);
     padding: 45px 20px 0;
     border-radius: var(--border-radius);
     text-align: center;
     margin-bottom: 125px;
     position: relative;
     transition: var(--transition);
}


.team-box-style-3:hover {
     background: var(--primary-color);
}

.team-box-style-3 .team-box-info {
     margin-bottom: 20px;
}

.team-box-style-3 .team-box-info .team-box-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     transition: none;
     transition: var(--transition);
}

.team-box-style-3:hover .team-box-info .team-box-title a,
.team-box-style-3:hover .team-box-info .team-box-categorie a {
     color: var(--white-color);
     transition: none;
}

.team-box-style-3:hover .team-box-info .team-box-title a,
.team-box-style-3:hover .team-box-info .team-box-categorie a {
     color: var(--white-color)
}

.team-box-style-3 .team-box-info .team-box-categorie {
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 0.04em;
     transition: var(--transition);
}

.team-box-style-3 .team-box-img {
     display: inline-block;
     width: 100%;
     overflow: hidden;
     margin-bottom: -100px;
     border-radius: var(--border-radius);
}



.team-box-style-3 .team-box-img img {
     transition: var(--transition);
     width: 100%;
}

.owl-item.center .team-box-style-3 .team-box-img img,
.team-box-style-3:hover .team-box-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-bg-gray .team-box-style-3 {
     background: var(--grey-color);
}

.team-box-slider-1 .owl-nav {
     display: none;
}

/*===== Share =====*/

.team-box-style-3 .menu {
     z-index: 9;
     position: absolute;
     padding: 0;
     margin: 0;
     bottom: -125px;
     list-style-type: none;
     left: 50%;
     transform: translateX(-50%);
}

.team-box-style-3 .menu .share>i {
     height: 70px;
     width: 70px;
     font-size: 25px;
     text-align: center;
     line-height: 70px;
     background-color: var(--dark-color);
     color: var(--white-color);
     border-radius: var(--big-border-radius);
     cursor: pointer;
}

.team-box-style-3:hover .menu .share>i,
.team-box-style-3 .menu .share:hover>i {
     background: var(--primary-color);
}

.team-box-style-3 .menu .submenu {
     list-style-type: none;
     padding: 8px 20px;
     margin: 0;
     background: var(--white-color);
     position: absolute;
     top: -30px;
     opacity: 0;
     display: flex;
     align-items: center;
     gap: 15px;
     border-radius: var(--border-radius);
     left: 50%;
     transform: translateX(-50%);
     transition: var(--transition);
}

.team-box-style-3 .menu .submenu li a {
     color: var(--dark-color);
     font-size: 18px;
     line-height: 26px;
}

.team-box-style-3 .menu .submenu li a:hover {
     color: var(--primary-color);
}

.team-box-style-3:hover .menu .share .submenu,
.team-box-style-3 .menu .share:hover .submenu {
     top: -60px;
     opacity: 1;
}


@media (max-width:767px) {
     .team-box-style-3 {
          padding: 30px 20px 0;
          margin-bottom: 108px;

     }

     .team-box-style-3 .menu {
          bottom: -115px;
     }

     .team-box-style-3 .team-box-img {
          margin-bottom: -90px;
     }

     .team-box-style-3 .team-box-info .team-box-title {
          font-size: 26px;
          line-height: 34px;
          margin-bottom: 0;
     }
}

@media (max-width:397px) {
     .team-box-style-3 .menu {
          bottom: -110px;
     }

     .team-box-style-3 .menu .share>i {
          height: 60px;
          width: 60px;
          font-size: 22px;
          line-height: 60px;
     }
}


/*================================================
Fancy Box
================================================*/

/*===== Fancy Box Style 2 =====*/
.pt-fancybox-box-style-2 {
     position: relative;
     padding: 45px 30px 30px;
     border-radius: var(--border-radius);
     margin-top: 20px;
     background-color: var(--white-color);
     transition: var(--transition);
     transform: scale(1);
}

.pt-fancybox-box-style-2:hover {
     background-color: var(--primary-color);
     transform: translateY(-8px) scale(1.02);
}

.pt-fancybox-box-style-2 .pt-fancybox-box-number {
     top: -20px;
     right: 30px;
     background: var(--primary-color);
     padding: 12px 14px;
     position: absolute;
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 20px;
     line-height: 28px;
     color: var(--white-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pt-fancybox-box-style-2:hover .pt-fancybox-box-number {
     background: var(--white-color);
     color: var(--primary-color);
}

.pt-fancybox-box-style-2 .pt-fancybox-box-icon {
     color: var(--primary-color);
     font-size: 72px;
     line-height: 80px;
     margin-bottom: 20px;
     transition: var(--transition);
}

.pt-fancybox-box-style-2 .pt-fancybox-box-icon i::before {
     line-height: inherit;
}

.pt-fancybox-box-style-2:hover .pt-fancybox-box-icon {
     color: var(--white-color);
}


.pt-fancybox-box-style-2 .pt-fancy-box_title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 15px;
     transition: var(--transition);
}

.pt-fancybox-box-style-2:hover .pt-fancy-box_title {
     color: var(--white-color);
}

.pt-fancybox-box-style-2 .pt-fancy-box-description {
     transition: var(--transition);
}

.pt-fancybox-box-style-2:hover .pt-fancy-box-description {
     color: var(--white-color);
}

.pt-fancybox-box-style-2:hover .pt-button.pt-button-link {
     color: var(--white-color);
}


@media (max-width: 767px) {
     .pt-fancybox-box-style-2 h6 {
          font-size: 24px;
          line-height: 34px;
     }

}

@media (max-width: 479px) {
     .pt-fancybox-box-style-2 {
          padding: 30px 15px;
     }
}


/*================================================
Job list
================================================*/
.pt-job-list .pt-job-item {
     margin-bottom: 30px;
     transition: var(--transition);
     display: inline-block;
     width: 100%;
}

.pt-job-list .pt-job-item:last-child {
     margin-bottom: 0;
}

.pt-job-1 .job-card {
     padding: 30px 45px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pt-job-list .pt-job-item.pt-active .pt-job-1 .job-card {
     background-color: var(--primary-color);
}

.job-card .job-header {
     display: flex;
     gap: 15px;
     align-items: center;
     margin-bottom: 15px;
     transition: var(--transition);
}

.pt-job-list .pt-job-item.pt-active .job-card .job-header {
     color: var(--white-color);
}

.job-card .job-header .pt-job-media a .job-icon-image img {
     width: 32px;
     border-radius: var(--big-border-radius);
}

.job-card .job-header .pt-job-media a .job-icon {
     font-size: 16px;
     line-height: 32px;
     width: 32px;
     text-align: center;
     color: var(--white-color);
     background: var(--primary-color);
     height: 32px;
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pt-job-list .pt-job-item.pt-active .job-card .job-header .pt-job-media a .job-icon {
     background-color: var(--white-color);
     color: var(--dark-color);
}

.pt-job-list .pt-job-item .job-card .job-header .pt-jobs-compnay-name .pt-company-name {
     font-size: 18px;
     line-height: 36px;
     color: var(--secondary-color);
     transition: var(--transition);
}

.pt-job-list .pt-job-item.pt-active .job-card .job-header .pt-jobs-compnay-name .pt-company-name {
     color: var(--white-color);
}


.job-card .job-detail-list {
     display: flex;
     gap: 30px;
     justify-content: space-between;
}

.job-card .job-detail-list .job-info .job-title {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 20px;
     display: inline-block;
}

.pt-job-list .pt-job-item.pt-active .job-card .job-detail-list .job-info .job-title {
     color: var(--white-color);
}

.pt-job-list .pt-job-item.pt-active .job-card .job-detail-list .job-info .job-title:hover a {
     color: var(--white-color);
}

.job-card .job-detail-list .job-info .job-categories-list {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     flex-wrap: wrap;
     gap: 15px;
     justify-content: start;
}

.job-card .job-detail-list .job-info .job-categories-list li {
     font-size: 18px;
     line-height: 26px;
     padding: 5px 15px;
     border: 1px solid rgba(var(--dark-color-rgb), .1);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pt-job-list .pt-job-item.pt-active .job-card .job-detail-list .job-info .job-categories-list li {
     color: var(--white-color);
     border: 1px solid rgba(var(--white-color-rgb), .2);
}


.pt-job-list .pt-job-item.pt-active .job-card .job-detail-list .job-info .job-categories-list li a {
     color: var(--white-color);
}

.job-card .job-detail-list .job-salary-location .salary {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     transition: var(--transition);
}

.pt-job-list .pt-job-item.pt-active .job-card .job-detail-list .job-salary-location,
.pt-job-list .pt-job-item.pt-active .job-card .job-detail-list .job-salary-location .salary {
     color: var(--white-color);
}

.job-card .job-detail-list .job-salary-location {
     transition: var(--transition);
}

@media (max-width: 1023px) {
     .pt-job-1 .job-card {
          padding: 30px;
     }

     .job-card .job-detail-list .job-info .job-title {
          font-size: 28px;
          line-height: 36px;
          margin-bottom: 15px;
     }

     .job-card .job-detail-list .job-salary-location .salary {
          font-size: 24px;
          line-height: 32px;
     }
}

@media (max-width:767px) {
     .pt-job-1 .job-card {
          padding: 30px 15px
     }

     .job-card .job-detail-list {
          flex-direction: column;
          gap: 20px;
     }
}

@media (max-width:397px) {
     .job-card .job-detail-list .job-info .job-title {
          font-size: 24px;
          line-height: 32px;
     }

     .job-card .job-detail-list .job-salary-location .salary {
          font-size: 22px;
          line-height: 30px;
     }

     .job-card .job-detail-list .job-info .job-categories-list {
          gap: 10px;
     }
}

/*===== Job Side bar =====*/
.pt-widget-job-post {
     margin-bottom: 30px;
     border: 1px solid rgba(var(--dark-color-rgb), .08);
     border-radius: var(--border-radius);
}

.pt-widget-job-post .footer-title {
     font-size: 28px;
     line-height: 36px;
     padding: 20px 30px;
     background-color: var(--dark-color);
     color: var(--white-color);
     border-radius: 15px 15px 0 0;
}

.pt-widget-job-post .pt-job-post {
     padding-bottom: 30px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .08);
     display: grid;
     grid-template-columns: 90px auto;
     gap: 15px;
     padding: 20px;
     align-items: center;
     background-color: var(--white-color);
}

.pt-widget-job-post .pt-job-post:last-child {
     border-radius: 0 0 15px 15px;
}

.pt-widget-job-post .pt-job-post .pt-job-post-media .job-icon-image {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.pt-widget-job-post .pt-job-post .pt-job-post-media .job-icon-image img {
     transition: var(--transition);
     border-radius: var(--border-radius);
}

.pt-widget-job-post .pt-job-post:hover .pt-job-post-media .job-icon-image img {
     transform: scale(1.1);
}

.pt-widget-job-post .pt-job-post .pt-job-post-info h6 {
     font-size: 20px;
     line-height: 28px;
     margin-bottom: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
}

.pt-widget-job-post .pt-job-post .pt-job-post-info .pt-job-category,
.pt-widget-job-post .pt-job-post .pt-job-post-info .pt-job-address,
.pt-widget-job-post .pt-job-post .pt-job-post-info .job-type {
     color: var(--secondary-color);
     display: inline-block;
     margin-bottom: 0;
}

.pt-widget-job-post .pt-job-post .pt-job-post-info .job-type {
     display: block;

}

/*+++++ Job Single page  +++++*/
.pt-job-post.pt-job {
     margin-bottom: 60px;
}

.pt-job-post.pt-job img {
     border-radius: 15px 15px 0 0;
     min-height: 200px;
     object-fit: cover;
}

.pt-job-post .pt-job-contain {
     padding: 30px;
     background-color: var(--white-color);
     border-radius: 0 0 15px 15px;

}

@media (max-width:767px) {
     .pt-job-post .pt-job-contain {
          padding: 30px 15px;
     }
}

/*===== Job Listing Meta =====*/
.pt-job-meta {
     margin-bottom: 30px;
}

.job-listing-meta.meta {
     margin: 0;
     padding: 0;
     display: flex;
     flex-wrap: wrap;
     gap: 15px 30px;
     align-items: center;
     list-style: none;
     color: var(--secondary-color);
     margin-bottom: 10px;
}

.job-listing-meta.meta .job-type {
     background-color: var(--primary-color);
     color: var(--white-color);
     padding: 2px 10px;
     letter-spacing: 0.04em;
     border-radius: 10px;
}

.job-listing-meta.meta li a {
     display: flex;
     gap: 10px;
     align-items: center;
}

.job-listing-meta.meta li i {
     color: var(--primary-color);
}


/* ========== Job Style - 2 ========== */

.pt-job-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 30px;
}

.pt-job-post-item {
     padding: 30px;
     border-radius: 5px;
     position: relative;
     background: var(--white-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pt-job-style-2 .pt-job-post-item:hover {
     transform: translateY(-10px);

}

.pt-job-post-item .pt-job-header {
     display: flex;
     align-items: center;
     gap: 15px;
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .1);
}

.pt-job-post-item .pt-job-header .pt-job-media .job-icon-image img {
     border-radius: var(--border-radius);
     width: 70px;
}

.pt-job-post-item .pt-job-header .pt-job-media a .job-icon {
     font-size: 26px;
     height: 70px;
     width: 70px;
     line-height: 70px;
     text-align: center;
     background: var(--grey-color);
     color: var(--dark-color);
     border-radius: var(--border-radius);
     display: inline-block;
}

.pt-job-post-item .pt-job-header .pt-jobs-compnay-name .pt-company-name {
     font-size: 18px;
     line-height: 26px;
     font-weight: 600;
     color: var(--dark-color);
}

.pt-job-post-item .pt-job-salary {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 0.04em;
     color: var(--primary-color);


}

.pt-job-post-item .pt-job-category {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 5px;
}

.pt-job-post-item .pt-job-type {
     position: absolute;
     right: 0;
     top: 10px;
     background-color: var(--primary-color);
     color: var(--white-color);
     padding: 2px 10px;
     border-radius: 15px 0 0 15px;
     font-size: 12px;
     line-height: 20px;
     letter-spacing: 0.04em;
}

.pt-job-post-item .pt-job-time {
     margin-top: 30px;
     display: inline-block;
}


@media (max-width: 1099px) {
     .pt-job-grid {
          grid-template-columns: 1fr 1fr;
     }
}

@media (max-width: 767px) {
     .pt-job-grid {
          grid-template-columns: 1fr;
     }
}

/*================================================
Image carousel
================================================*/
.pt-custom-arrow .swiper .elementor-swiper-button-prev,
.pt-custom-arrow .swiper .elementor-swiper-button-next {
     width: 54px;
     height: 54px;
     line-height: 54px;
     background: var(--white-color);
     color: var(--primary-color);
     text-align: center;
     display: inline;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
}

.pt-custom-arrow .swiper .elementor-swiper-button-prev:hover,
.pt-custom-arrow .swiper .elementor-swiper-button-next:hover {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pt-custom-arrow .swiper .elementor-swiper-button-prev {
     position: absolute;
     left: -10%;
     top: 40%;
}

.pt-custom-arrow .swiper .elementor-swiper-button-next {
     left: -10%;
     top: 54%;
}

@media (max-width: 767px) {
     .pt-custom-arrow .swiper-slide-image {
          height: 250px;
          object-fit: cover;
     }

     .pt-custom-arrow .swiper .elementor-swiper-button-prev,
     .pt-custom-arrow .swiper .elementor-swiper-button-next {
          display: none;
     }
}

/*================================================
Faq
================================================*/
.pt-accordion-box {
     margin-bottom: 20px;
     position: relative;
     border-radius: var(--border-radius);
     background-color: var(--white-color);
}

.pt-accordion-box:last-child {
     margin-bottom: 0;
}

.pt-accordion-box.pt-active:last-child {
     margin-bottom: 0;
}

.pt-accordion-box .pt-ad-title {
     padding: 20px;
}

.pt-accordion-box.pt-active .pt-ad-title {
     background-color: var(--primary-color);
     border-radius: 15px 15px 0 0;
}

.pt-accordion-box .pt-ad-number {
     font-size: 20px;
     line-height: 28px;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 700;
}

.pt-accordion-box.pt-active .pt-ad-title .pt-ad-number {
     color: var(--white-color);
}

.pt-accordion-box .ad-title-text {
     font-size: 20px;
     line-height: 28px;
     margin-right: 60px;
}

.pt-accordion-box.pt-active .pt-ad-title .ad-title-text {
     color: var(--white-color);
}

.pt-accordion-box .ad-title-text i {
     width: 35px;
     height: 35px;
     background-color: var(--grey-color);
     color: var(--dark-color);
     font-size: 16px;
     line-height: 35px;
     font-weight: 700;
     text-align: center;
     position: absolute;
     right: 20px;
     top: 16px;
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pt-accordion-box.pt-active .ad-title-text i {
     background-color: var(--grey-color);
}

.pt-accordion-box .ad-title-text i.inactive {
     display: none;
}

.pt-accordion-box.pt-active .ad-title-text i.inactive {
     display: inline-block;
}

.pt-accordion-box .pt-accordion-details {
     padding: 15px 60px 30px 20px;
}

.pt-accordion-box .pt-accordion-details .pt-detail-text {
     margin-bottom: 0;
}

@media (max-width: 767px) {

     .pt-accordion-box .ad-title-text i {
          right: 20px;
          top: 20px;
     }

     .pt-accordion-box .pt-accordion-details {
          padding: 15px 20px 30px 20px;
     }
}

@media (max-width: 479px) {
     .pt-accordion-box .ad-title-text i {
          width: 35px;
          height: 35px;
          line-height: 35px;
     }
}

@media (max-width: 397px) {
     .pt-accordion-box {
          margin-bottom: 30px;
     }

     .pt-accordion-box .ad-title-text {
          font-size: 18px;
          line-height: 26px;
     }
}

/*================================================
Image-Box
================================================*/
.pt-img-coursel .pt-img-box-item {
     text-align: center;
     align-items: center;
     display: flex;
     flex-direction: column;
     gap: 15px;
     padding: 0 10px;
}

.pt-img-coursel .pt-img-box-item .pt-img {
     width: 110px;
}

.pt-img-coursel .pt-img-box-item .pt-img-box-title {
     color: var(--white-color);
}

.pt-img-coursel.style-1 .owl-dots {
     display: none;
}

/*================================================
Tabs
================================================*/

/*===== pt-tabs-1=====*/
.pt-tabs-1 {
     background: var(--white-color);
     padding: 45px;
     border-radius: var(--border-radius);
     position: relative;
}

.pt-tabs-1 .nav-tabs {
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .15);
     padding-bottom: 15px;
}

.pt-tabs-1 .nav-tabs .nav-item {
     border: none;
     position: relative;
     flex: 1;
     font-size: 22px;
     line-height: 30px;
     font-weight: 600;
     font-family: var(--title-fonts);
     transition: none;
     padding: 0;
}

.pt-tabs-1 .nav-tabs .nav-item:last-child {
     margin-right: 0;
}

.pt-tabs-1 .nav-tabs .nav-item span {
     display: inline-block;
     width: 100%;
     color: var(--dark-color);
     font-family: var(--title-fonts);
}

.pt-tabs-1 .nav-tabs .nav-item.active span {
     position: relative;
}

.pt-tabs-1 .nav-tabs .nav-item.active span::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 2px;
     background: var(--primary-color);
     left: 0;
     bottom: -15px;
}

.pt-tabs-1 .nav-tabs .nav-item.active:after {
     opacity: 1;
     border-top-color: var(--primary-color);
}

.pt-tabs-1 .pt-tab-info {
     padding-right: 30px;
     position: relative;
}

.pt-tabs-1 .tab-content {
     position: relative;
     margin-top: 45px;
     background: var(--white-color);
     border-radius: var(--border-radius);
}

.pt-tabs-1 .pt-tab-main-image img {
     border-radius: var(--border-radius);
     width: 100%;
}

.pt-tabs-1 .pt-tabs-subtitle {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: var(--primary-color);
     overflow: hidden;
}

.pt-tabs-1 .pt-tabs-icon {
     margin-bottom: 15px;
}

.pt-tabs-1 .pt-tabs-icon i {
     color: #E9B500;
     margin-right: 10px;
     font-size: 16px;
     line-height: 24px;
}

.pt-tabs-1 .pt-tabs-icon i:last-child {
     margin-right: 0;
}

.pt-tabs-1 .pt-tab-price {
     font-size: 24px;
     line-height: 32px;
     color: var(--primary-color);
     margin-bottom: 10px;
}

.pt-tabs-1 .pt-tabs-title {
     margin-bottom: 20px;
     font-size: 28px;
     line-height: 36px;
     text-transform: capitalize;
}

.pt-tabs-1 .pt-tabs-description {
     padding-bottom: 30px;
     margin-bottom: 30px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .15);
}

.pt-tabs-1 .pt-tab-info .pt-title-list {
     padding: 0;
     margin: 0;
     list-style: none;
}

.pt-tabs-1 .pt-tab-info .pt-button {
     margin-top: 45px;
}

.pt-tabs-1 .pt-tab-info .pt-title-list li {
     font-size: 18px;
     line-height: 26px;
     color: var(--dark-color);
     margin-bottom: 15px;
     display: flex;
     align-items: center;
     gap: 10px;
}

.pt-tabs-1 .pt-tab-info .pt-title-list li:last-child {
     margin-bottom: 0;
}

.pt-tabs-1 .pt-tab-info .pt-title-list li i {
     color: var(--primary-color);
     font-size: 18px;
     line-height: 26px;
}

.pt-tabs-1 .pt-tab-info .pt-tab-img {
     position: absolute;
     right: 50px;
     bottom: 8px;
}

.pt-tabs-1 .pt-tabs-img img {
     position: absolute;
     width: 180px;
     left: 29%;
     top: 60px;
}

.pt-tab-info .pt-button.pt-button-flat {
     padding: 12px 45px;
}

@media(max-width:1023px) {

     .pt-tabs-1 {
          padding: 30px;
     }

     .pt-tabs-1 .nav-tabs {
          display: grid;
          grid-template-columns: auto auto auto auto;
     }

     .pt-tabs-1 .nav-tabs .nav-item.active span {
          color: var(--primary-color);
     }
}

@media(max-width:991px) {

     .pt-tabs-1 .pt-tabs-img img {
          left: 65%;
          top: 37px;
     }

}

@media(max-width:767px) {

     .pt-tabs-1 .nav-tabs {
          display: grid;
          grid-template-columns: auto auto;
          gap: 20px 15px;
     }

     .pt-tabs-1 .nav-tabs .nav-item:after,
     .pt-tabs-1 .pt-tab-img-info::before {
          display: none;
     }

     .pt-tabs-1 .nav-tabs .nav-item {
          padding: 15px;
          margin: 0;
          border-radius: var(--border-radius);
          background-color: var(--grey-color);
     }


     .pt-tabs-1 .nav-tabs .nav-item.active {
          background-color: var(--primary-color);
     }

     .pt-tabs-1 .nav-tabs .nav-item.active span {
          color: var(--white-color);
     }

     .pt-tabs-1 .nav-tabs .nav-item.active span::before {
          content: none;
     }

     .pt-tabs-1 .tab-content {
          padding: 0;
     }

     .pt-tabs-1 .tab-content .pt-tab-info h2 {
          font-size: 32px;
          line-height: 40px;
     }

     .pt-tabs-border .pt-tabs-1 .nav-tabs {
          border: none;
     }

     .pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item {
          width: 50%;
     }

     .pt-tabs-1 .pt-tabs-img img {
          display: none;
     }

     .pt-tabs-1 .pt-tab-info {
          padding-right: 0;
     }

     .pt-tabs-1 .pt-tab-info .pt-tab-img {
          display: none;
     }

     .pt-tabs-1 .pt-tabs-title {
          font-size: 24px;
          line-height: 32px;
     }

     .pt-tabs-1 .pt-tab-info .pt-title-list li {
          align-items: flex-start;
     }

}


@media(max-width:576px) {
     .pt-tabs-1 .nav-tabs {
          grid-template-columns: auto;
          gap: 20px;
     }

     .pt-tabs-1 .nav-tabs {
          padding-bottom: 45px;
     }
}

@media(max-width:397px) {

     .pt-tabs-1 {
          padding: 30px 15px;
     }

     .pt-tabs-border .pt-tabs-1 .nav-tabs {
          display: block;
     }

     .pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item {
          width: 100%;
     }

     .pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item span {
          font-size: 16px;
          line-height: 24px;
     }

     .pt-tabs-1 .nav-tabs .nav-item.active span::before {
          display: none;
     }
}

/*================================================
Price Plan
================================================*/
.pt-price-plan.pt-style-1 {
     background: var(--white-color);
     padding: 60px 45px;
     border-radius: var(--border-radius);
}

.pt-price-plan.pt-style-1 .pt-price-list {
     padding: 0;
     margin: 20px 0 30px;
     display: flex;
     gap: 10px;
     flex-direction: column;
}

.pt-price-plan.pt-style-1 .pt-price-list li {
     display: flex;
     gap: 15px;
     align-items: center;
}

.pt-price-plan.pt-style-1 .pt-price-title {
     font-size: 32px;
     line-height: 40px;
}

.pt-price-plan.pt-style-1 .pt-price-sub-title {
     color: var(--primary-color);
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
     margin-top: 5px;
     display: inline-block;
     width: 100%;
}

.pt-price-plan.pt-style-1 .pt-price {
     text-transform: uppercase;
     padding-top: 20px;
     border-top: 1px solid rgba(var(--dark-color-rgb), .2);
     margin-top: 15px;
}

.pt-price-plan.pt-style-1 .pt-price-month {
     letter-spacing: 0.04em;
     text-transform: uppercase;
}

.pt-price-plan.pt-style-1 .pt-amount {
     font-size: 48px;
     color: var(--dark-color);
     line-height: 56px;
     font-weight: 600;
}

.pt-price-plan.pt-style-1.pt-active {
     background: var(--primary-color);
     color: var(--white-color);
}

.pt-price-plan.pt-style-1.pt-active .pt-price-title,
.pt-price-plan.pt-style-1.pt-active .pt-price-sub-title,
.pt-price-plan.pt-style-1.pt-active .pt-amount {
     color: var(--white-color);
}

.pt-price-plan.pt-style-1.pt-active .pt-price {
     border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media(max-width:1199px) {
     .pt-price-plan.pt-style-1 {
          padding: 60px 30px;
     }
}

@media (max-width:767px) {
     .pt-price-plan.pt-style-1 .pt-price-title {
          font-size: 28px;
          line-height: 36px;
     }

     .pt-price-plan.pt-style-1 .pt-amount {
          font-size: 28px;
          line-height: 36px;
     }
}

@media (max-width:397px) {
     .pt-price-plan.pt-style-1 {
          padding: 30px 15px;
     }

}

/*=========== Pricing Box Style-2 ===========*/

.pricing-box-style-2 {
     position: relative;
     display: grid;
     grid-template-columns: 0.6fr 1.2fr 5fr 0.6fr;
     gap: 30px;
     align-items: center;
     overflow: inherit;
     background: var(--white-color);
     border-radius: var(--border-radius);
     padding: 45px 30px;
     justify-items: center;
}

.pricing-box-style-2 .pricing-box-icon {
     font-size: 72px;
     line-height: 80px;
     color: var(--primary-color);
}

.pricing-box-style-2 .pricing-box-price .pricing-box-price-designation {
     font-weight: 400;
     font-size: 18px;
     line-height: 26px;
     position: relative;
     text-transform: uppercase;
     color: var(--primary-color);
     letter-spacing: 0.04em;
     margin-bottom: 5px;
     display: block;
}

.pricing-box-style-2 .pricing-box-price-title {
     font-size: 40px;
     line-height: 48px;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-title {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 15px;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-list {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px 30px;
     margin: 0;
     padding: 0;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-list li {
     display: flex;
     gap: 10px;
     align-content: center;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-list li i {
     color: var(--primary-color);
}

.pricing-box-style-2 .pricing-box-info .pricing-box-list li p {
     margin-bottom: 0;
}

.pricing-box-style-2 .pt-button.pt-button-rounded {
     font-size: 24px;
     width: 60px;
     height: 60px;
     text-align: center;
     line-height: 60px;
     background-color: var(--primary-color);
     color: var(--white-color);

}

.pricing-box-style-2 .pt-button.pt-button-rounded:hover {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pricing-box-style-2.pt-active {
     background: var(--primary-color);
}

.pricing-box-style-2.pt-active .pricing-box-icon,
.pricing-box-style-2.pt-active .pricing-box-price .pricing-box-price-designation,
.pricing-box-style-2.pt-active .pricing-box-price-title,
.pricing-box-style-2.pt-active .pricing-box-info .pricing-box-title,
.pricing-box-style-2.pt-active .pricing-box-info .pricing-box-list li,
.pricing-box-style-2.pt-active .pricing-box-info .pricing-box-list li i {
     color: var(--white-color);
}

@media (max-width: 1199px) {
     .pricing-box-style-2 .pricing-box-info .pricing-box-list {
          display: flex;
          flex-direction: column;
          gap: 10px;
     }
}

@media (max-width: 1023px) {
     .pricing-box-style-2 {
          display: flex;
          flex-direction: column;
          gap: 15px;
          align-items: flex-start;
     }
}

@media (max-width: 767px) {
     .pricing-box-style-2 .pricing-box-info .pricing-box-title {
          font-size: 28px;
          line-height: 36px;
     }
}

@media (max-width: 479px) {
     .pricing-box-style-2 {
          padding: 30px 15px;
     }

     .pricing-box-style-2 .pricing-box-info .pricing-box-title {
          font-size: 24px;
          line-height: 32px;
     }
}

/*================================================
Process Step
================================================*/

/*=========== Process Step Style-2 ===========*/
.pt-process-step.pt-style-2 .pt-process-number {
     font-size: 32px;
     line-height: 40px;
     color: var(--primary-color);
     transition: var(--transition);
}

.pt-process-step.pt-style-2:hover .pt-process-number {
     color: var(--dark-color);
}

.pt-process-step.pt-style-2 .pt-process-content {
     margin-top: 60px;
     position: relative;
}

.pt-process-step.pt-style-2 .pt-process-content:before {
     content: "";
     position: absolute;
     top: -30px;
     left: 0;
     transform: translateY(-50%);
     width: 15px;
     height: 15px;
     background: var(--dark-color);
     border-radius: var(--big-border-radius);
}

.pt-process-step.pt-style-2 .pt-process-content .pt-process-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
     color: var(--dark-color);
}

.pt-process-step.pt-style-2 .pt-process-content .pt-process-description {
     margin-bottom: 0;
}

.pt-process-step-slider.pt-style-2 {
     position: relative;
}

.pt-process-step-slider.pt-style-2:before {
     position: absolute;
     content: "";
     width: 100vw;
     height: 1px;
     background: rgba(var(--dark-color-rgb), .2);
     left: calc(((1300px - 100vw) / 2) + 30px);
     top: 70px;
}

.pt-process-step-slider.pt-style-2 .owl-dots {
     display: none;
}

@media (max-width:1400px) {
     .pt-process-step-slider.pt-style-2:before {
          left: -15px;
     }
}

@media (max-width:767px) {
     .pt-process-step.pt-style-2 .pt-process-number {
          font-size: 24px;
          line-height: 32px;
     }

     .pt-process-step.pt-style-2 .pt-process-content:before {
          top: -20px;
     }
}


/*================================================
Custom CSS
================================================*/
.overflow-hidden {
     border-radius: var(--border-radius);
}

.counter-border .elementor-counter .elementor-counter-title {
     border-top: 1px solid rgba(var(--dark-color-rgb), .08);
     padding-top: 15px;
}

.pt-bg-primary .counter-border .elementor-counter .elementor-counter-title {
     border-top: 1px solid rgba(var(--white-color-rgb), 0.3);
}

.counter-border.pt-white .elementor-counter .elementor-counter-title {
     border-top: 1px solid rgba(var(--white-color-rgb), .15);
     margin-top: 10px;
}

.pt-button.pt-button-flat.pt-rev-btn:hover {
     background-color: var(--white-color);
     color: var(--dark-color);

}

.pt-button.pt-button-flat.pt-rev-btn:hover i {
     color: var(--dark-color);
}

.pt-circle-count {
     position: absolute;
     top: -418px;
     left: 262px;
}

.pt-circle-count .elementor-widget-wrap.elementor-element-populated {
     display: inline-grid;
     align-items: CENTER;
     text-align: center;
     width: 150px;
     height: 150px;
     padding: 54px 0;
     line-height: 150px;
     background: var(--primary-color);
     border-radius: 999px;
}

@media(max-width:1099px) {
     .pt-circle-count {
          top: -620px;
          left: 430px;
     }
}

@media(max-width:767px) {
     .pt-circle-count {
          display: none;
     }
}

@media (max-width: 1499px) {
     .pt-section-padding-15 {
          padding: 0 15px !important;
     }

     .pt-section-padding-0 {
          padding: 0 !important;
          border-radius: 0px !important;
     }

     .pt-banner-padding-15 {
          padding: 0 !important;
          border-radius: 0px !important;
     }

     .pt-section-padding-0 .elementor-element-populated,
     .pt-section-padding-0 .overflow-hidden,
     .pt-banner-padding-15 .overflow-hidden {
          border-radius: 0px !important;

     }
}

@media (max-width: 1499px) {
     .elementor-element>.elementor-widget-wrap.elementor-element-populated>.elementor-inner-section {
          border-radius: 0 !important;
     }
}
