/*
Template: Propaty - Single Property WordPress Theme
Author: peacefulqode.co.in
Version: 1.3
Design and Developed by: Peaceful Themes

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

*/

/*================================================
[  Table of contents  ]
================================================
==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Error
==> Header
==> Breadcrumb
==> Footer
==> Section Title
==> Fancy Box
==> Counter
==> Testimonial
==> Client
==> Client
==> Propaty Table
==> Tabs
==> Circle Progress
==> Propaty
==> Video Popup
==> OWL Carousel
==> Team
==> FAQ
==> Progressbar


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

/*================================================
Moz Selection
================================================*/
:root {
    --primary-color: #c28563;
    --dark-color: #19130b;
    --secondary-color: #615e5f;
    --grey-color: #fbf9f7;
    --grey-dark-color: #f3ede6;
    --white-color: #ffffff;
    --body-fonts: 'Cormorant Garamond', sans-serif;
    --title-fonts: 'Cormorant Garamond', sans-serif;
    --sub-title-fonts: 'Raleway', sans-serif;
}

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

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

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

/*================================================
General
================================================*/
body {
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
    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: uppercase;
    font-weight: 500;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

p {
    margin-bottom: 30px;
}

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

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

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

b,
strong {
    font-weight: 600;
}

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

ol li {
    list-style: decimal;
}

ol ol {
    padding-left: 25px;
}

ul li {
    list-style: inherit;
}

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

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

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

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

/*===== Input Textarea =====*/
input,
input.form-control {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.4em;
}

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

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

textarea {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 10px 15px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.4em;
}

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

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

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

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

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

/*================================================
Back to Top
================================================*/
#back-to-top .top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0px;
    color: var(--white-color);
    background: var(--dark-color);
    z-index: 999;
    border: 1px solid var(--dark-color);
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#back-to-top .top:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

/*================================================
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"] {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
    background: var(--primary-color);
    font-family: var(--sub-title-fonts);
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--white-color);
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    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;
}

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

.pt-button {
    position: relative;
    width: auto;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--sub-title-fonts);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 12px 30px;
    text-transform: uppercase;
    line-height: 2;
    vertical-align: middle;
    border: none;
    display: inline-block;
    
}

.pt-button .pt-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pt-button span {
    z-index: 9;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.pt-button i {
    display: inline-block;
    vertical-align: middle;
}

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

/*+++++++++++++ Button link++++++++++++++*/
.pt-button.pt-button-link {
    padding: 0;
    background: transparent;
    color: var(--primary-color);
}

.pt-button.pt-button-link i {
    transition: all 0.5s ease;
}

.pt-button.pt-button-link:hover i {
    transform: translateX(5px);
}

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

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

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

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

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
    background: var(--primary-color);
    color: var(--white-color) !important;
    font-family: var(--sub-title-fonts);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 12px 30px;
    text-transform: uppercase;
    line-height: 2;
    border-radius: 0;
    display: inline-block;
}

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

ul.wp-block-archives-list li a {
    color: var(--dark-color);
}

ul.wp-block-archives-list li a:hover {
    color: var(--primary-color);
}

.wp-block-group.has-background {
    padding: 15px;
}

.wp-block-separator {
    border-top: none;
}

.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(--grey-color);
    padding: 15px 30px;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 45px;
}

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

.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-dark-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%;
    margin-bottom: 0;
    line-height: 2;
}

ol.wp-block-latest-comments {
    padding: 0;
    margin: 0;
}

ol.wp-block-latest-comments li a {
    color: var(--dark-color);
}

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

ol.wp-block-latest-comments li a:hover {
    color: var(--primary-color);
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 20px;
}

.wp-block-latest-posts__post-author {
    padding-bottom: 5px;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-family: var(--sub-title-fonts);
    color: var(--dark-color);
}

/*===== 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: 12px !important;
    font-family: var(--sub-title-fonts);
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: var(--grey-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--secoundary-color);
    padding: 4px 8px;
    border: 1px solid var(--grey-dark-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: 0;
    -moz-border-radius: 0;
    border-radius: 0;


}

.wp-block-tag-cloud .tag-cloud-link:hover {
    border-color: var(--primary-color);
    background: var(--primary-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%;
}

/*================================================
Blog Sidebar
================================================*/

/*===== Widget Title =====*/
.widget {
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 30px;
    background: var(--grey-color);
}

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

.widget h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

/*===== SideBar - Search =====*/
.widget.widget_search {
    background: var(--primary-color);
}

.widget.widget_search .widget-title {
    display: none;
}

.widget.widget_search input {
    background: var(--white-color);
    border: 1px solid var(--grey-color);
    padding: 0 15px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    background: var(--white-color);
    border: 1px solid var(--grey-color);
    padding: 0 15px;
}

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

.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    background: var(--white-color);
    border: 1px solid var(--grey-color);
    padding: 0 15px;
    text-transform: uppercase;
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.4em;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
    color: var(--dark-color);
}

.wp-block-search .wp-block-search__button {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    right: 0;
    font-size: 0;
    color: var(--dark-color);
}

.wp-block-search .wp-block-search__button:focus {
    outline: none;
}

.widget_search .search-form .search-submit {
    background: transparent;
}

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

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

.wp-block-search .wp-block-search__button:hover {
    outline: none;
}

.search-form {
    position: relative;
}

.search-form label {
    width: 100%;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.search-submit {
    border: none;
    padding: 0;
    position: absolute;
    text-align: center;
    color: var(--dark-color) !important;
    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: 400;
    font-size: 20px;
}

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

.search-submit:focus {
    outline: none;
}

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

/*===== widget-menu =====*/
.widget ul {
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.widget ul.wp-block-latest-posts__list li>a:before,
.widget ul.wp-block-archives-list li>a:before,
.widget ul.wp-block-categories-list li>a:before,
.widget.widget_archive ul li>a:before,
.widget.widget_categories ul li>a:before,
.widget.widget_pages ul li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li>a:before,
.widget.widget_nav_menu ul li>a:before,
.widget .wp-block-page-list .wp-block-pages-list__item a.wp-block-pages-list__item__link:before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-size: 10px;
    top: 6px;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 600;
    color: var(--primary-color);
}

ul.wp-block-latest-posts__list>li {
    padding-bottom: 10px;
}

/*===== 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 #recentcomments li.recentcomments a {
    color: var(--primary-color);
    padding-left: 0;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
    padding-left: 0;
}

/*=====  SideBar Calendar  =====*/
.widget_calendar table caption {
    caption-side: inherit;
    padding: 0 0 10px;
    color: var(--dark-color);
    font-weight: 500;
}

.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 a {
    font-weight: 600;
}

.widget_calendar .calendar_wrap td#today {
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 500;
}

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

.widget_calendar table#wp-calendar td#today {
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 500;
}

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

.widget_calendar .calendar_wrap table th {
    background: var(--white-color);
    color: var(--dark-color);
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

ul.wp-block-rss .wp-block-rss__item-title a {
    padding: 0;
}

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

.widget.widget_nav_menu ul>li {
    margin-bottom: 5px;
}

.widget.widget_nav_menu ul>li .sub-menu li {
    margin-bottom: 0;
}

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

.widget.widget_nav_menu ul li .sub-menu li a,
.widget ul.menu li .sub-menu li a {}

.widget.widget_nav_menu ul li a,
.widget ul.menu li a {
    width: 100%;
}

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

/*===== SideBar - Tags =====*/
.widget_tag_cloud .tag-cloud-link {
    font-size: 12px !important;
    font-family: var(--sub-title-fonts);
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: var(--grey-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--secoundary-color);
    padding: 4px 8px;
    border: 1px solid var(--grey-dark-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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.commentlist .pt-comment-info .reply a {
    position: absolute;
    right: 30px;
    top: 30px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

ol.commentlist .pingback,
ol.commentlist .trackback {
    margin-left: 25px;
}


@media(max-width:479px) {
   .pt-comment-area .comments-title, .comment-respond .comment-reply-title { font-size: 26px;line-height: 34px; }
}




/*===== SideBar =====*/

.wp-block-calendar table {
    background: var(--white-color);
}

.wp-block-calendar table th {
    background: transparent;
    font-weight: 500;
    color: var(--dark-color);
    padding: 8px;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    border-color: var(--grey-dark-color);
}

.wp-block-calendar table td {
    padding: 8px;
}

.wp-block-calendar table td a {
    text-decoration: none;
    font-weight: 500;
}

.wp-block-calendar table td#today {
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 500;
}

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

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

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

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

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

.entry-content h2+ul,
.entry-content h2+ol {
    margin-top: 1em;
}

.wp-block-button a.wp-block-button__link {
    font-family: var(--sub-title-fonts);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 12px 30px;
    text-transform: uppercase;
    line-height: 2;
}

.wp-block-gallery.alignleft .blocks-gallery-item:nth-of-type(2n)>figure {
    margin-right: 30px !important;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
    width: 100%;
}


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

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

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

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

.pt-blog-post .pt-post-media img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

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

.pt-blog-post .pt-post-media .pt-post-date {
    font-weight: 500;
    font-family: var(--sub-title-fonts);
    background: var(--primary-color);
    padding: 5px 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    color: var(--white-color);
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

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

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

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

.pt-blog-post .pt-blog-contain .pt-blog-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 5px;
}

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


.pt-blog-post .pt-post-meta ul {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    border-bottom: 1px solid var(--grey-dark-color);
    padding-bottom: 20px;
}

.pt-blog-post .pt-post-meta ul li {
    font-family: var(--sub-title-fonts);
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 20px;
    align-self: center !important;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

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

.pt-blog-post .pt-post-meta ul li a {
    color: var(--secondary-color);
    text-decoration: none;
}

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

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

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

@media(max-width:1365px) {

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

@media(max-width:979px) {
    .pt-blog-post .pt-post-meta ul {
        display: inline-block !important;
    }

   
}

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

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

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

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

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

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

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

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

    .pt-blog-post .pt-post-meta ul {
        display: inline-block !important;
        margin: 0;
    }

    .pt-blog-post .pt-post-meta ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #rev_slider_2_1 .pt-button i,
    #rev_slider_4_1 .pt-button i,
    #rev_slider_5_1 .pt-button i,
    #rev_slider_6_1 .pt-button i {
        font-size: 10px !important;
    }
}

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

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

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

.pt-pagination .page-numbers li .page-numbers {
    position: relative;
    display: block;
    padding: 0px 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    color: var(--dark-color);
    background-color: var(--white-color);
    border: 1px solid var(--grey-dark-color);
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.4em;
}

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

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

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

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

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

@media(max-width:767px) {

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


/*================================================
Error
================================================*/
.error404 .content-area .site-main {
    padding-top: 0;
}

.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: 90px;
    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;
    }
}

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

.fadeInDown {
    animation-name: fadeInDown
}

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

    to {
        opacity: 1;
        transform: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===== Header Navbar Bar =====*/
header#pt-header .pt-bottom-header {
    min-height: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
    color: var(--white-color);
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}

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

header#pt-header .pt-menu-search-block a {
    color: var(--dark-color);
    font-size: 16px;
    width: 18px;
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

/*===== Header Style-1 =====*/
header#pt-header.pt-header-style-one {
    display: block;
}

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

header#pt-header.pt-header-style-one .pt-bottom-header .navbar {
    background: var(--white-color);
}

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


@media(max-width:767px) {

    .admin-bar header#pt-header.pt-header-sticky,
    .admin-bar header#pt-header {
        top: 0;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {

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

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

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

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

@media(max-width:1365px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        font-size: 14px;
        margin-right: 15px;
    }

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

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

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

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


}

@media(max-width:1023px) {

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

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

    .navbar-expand-lg {
        justify-content: space-between;
    }

    header#pt-header .pt-bottom-header .navbar-toggler {
        letter-spacing: 0;
        font-size: 20px;
        padding: 15px 18px;
        color: var(--white-color);
        line-height: normal;
        float: right;
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0 0 0 15px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

    header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu,header#pt-header.pt-header-style-one  .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {left: 0;}
    

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

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

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

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


}

@media(max-width:767px) {

    header#pt-header.pt-header-default .pt-top-header,
    header#pt-header.pt-header-default .pt-btn-container {
        display: none !important;
    }

    header#pt-header.pt-header-style-one .pt-top-header,
    header#pt-header.pt-header-style-one .pt-btn-container {
        display: none !important;
    }

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

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

/*================================================
Breadcrum
================================================*/
.pt-breadcrumb {
    background: var(--grey-color);
    color: var(--white-color);
    padding: 60px 0;
    position: relative;
}

.pt-breadcrumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--grey-color);
    opacity: 0.9;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 15px;
}

.pt-breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 15px;
    padding-left: 0;
}

.pt-breadcrumb-container .breadcrumb li.active {
    color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb li a {
    color: var(--secondary-color);
}

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

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f125";
    font-size: 12px;
    font-family: "Ionicons";
    padding-right: 15px;
}

.pt-yoest-breadcumbs #breadcrumbs {
    margin: 0;
    padding: 0;
}

.pt-yoest-breadcumbs #breadcrumbs span {
    color: var(--dark-color);
}

.pt-yoest-breadcumbs #breadcrumbs span a {
    padding: 0 5px;
}

.pt-yoest-breadcumbs #breadcrumbs span strong {
    font-weight: 400;
    padding-left: 5px;
}

@media(max-width:1023px) {
   

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

    .pt-breadcrumb-container .breadcrumb {
        display: inline-flex;
    }

    .pt-breadcrumb-img.text-right {
        text-align: center !important;
    }
}

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

    .pt-breadcrumb-container .breadcrumb li,
    .pt-breadcrumb-container .breadcrumb li i {
        font-size: 14px;
    }

    .pt-breadcrumb-container .breadcrumb li {
        margin-right: 10px;
    }

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

@media(max-width:479px) {
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 32px;
        line-height: 40px;
    }
}


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


footer#pt-footer.style-1 {
    margin-top: 60px;
}

footer#pt-footer {
    background: var(--dark-color);
    display: inline-block;
    width: 100%;
    color: var(--white-color);
    float: left;
    position: relative;
}

footer#pt-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer#pt-footer .pt-footer-top {
    padding: 90px 0 0;
    position: relative;
    z-index: 9;
}

footer#pt-footer .pt-footer-top .container {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}


footer#pt-footer .pt-footer-left-block,
footer#pt-footer .pt-footer-center-block,
footer#pt-footer .pt-footer-right-block {
    padding-top: 90px;
    padding-bottom: 90px;
    clear: both;
    overflow: hidden;
}

footer#pt-footer .widget ul#menu-useful-link.menu li {
    width: 49%;
    display: inline-block;
    margin: 0 0 12px 0;
}

footer#pt-footer .pt-footer-center-block {
    border-left: 1px solid rgba(255, 255, 255, 0.17);
    border-right: 1px solid rgba(255, 255, 255, 0.17);
}

footer#pt-footer .pt-footer-center-block {
    text-align: center;
    padding-right: 30px;
    height: 100%;
}

footer#pt-footer .pt-footer-center-block .widget:first-child {
    margin-bottom: 0;
}

footer#pt-footer .widget.widget-port-1 {
    margin-bottom: 20px;
}

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

footer#pt-footer .widget.widget-port-1 .footer-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}

footer#pt-footer .widget.widget-port-1 .pt-contact {
    font-size: 18px;
    padding: 0 45px;
}

footer#pt-footer .widget ul.pt-contact li {
    margin-bottom: 0;
}

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

footer#pt-footer .widget ul.pt-contact li a:before {
    display: none;
}

footer#pt-footer .pt-footer-right-block {
    border: none;
    padding-left: 15px;
}

footer#pt-footer .pt-footer-right-block h2 {
    color: var(--white-color);
    margin-bottom: 15px;
    padding: 0;
    font-size: 28px;
    position: relative;
    line-height: 36px;
}

footer#pt-footer .pt-footer-right-block .widget:first-child {
    margin-bottom: 0;
}


footer#pt-footer .pt-copyright-footer {
    padding: 15px 0;
    background: var(--blue-color);
    position: relative;
    z-index: 9;
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
    display: inline-block;
    width: 100%;
    color: var(--white-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a {
    color: var(--white-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a:hover {
    color: var(--white-color);
    text-decoration: underline;
}

/*======= Footer Top list =======*/
footer#pt-footer .pt-footer-bottom-list {
    padding: 0 0 60px;
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

footer#pt-footer .pt-footer-bottom-list .row {
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
}

footer#pt-footer .pt-footer-bottom-list .row .col-lg-4 {
    border-right: 1px solid var(--grey-color);
}

footer#pt-footer .pt-footer-bottom-list .row .col-lg-4:last-child {
    border-right: none;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items {
    padding: 30px;
    display: flex;
    align-items: flex-start;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items i {
    align-self: center;
    font-size: 48px;
    line-height: 56px;
    color: var(--primary-color);
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items h4 {
    font-size: 24px;
    float: left;
    line-height: 32px;
    width: 100%;
    display: inline-block;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info {
    margin-left: 15px;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info a,
footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info span {
    color: var(--white-color);
}

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

footer#pt-footer .widget .footer-title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 28px;
    position: relative;
    line-height: 36px;
}

footer#pt-footer .widget .wp-block-gallery {
    clear: both;
    overflow: hidden;
}

footer#pt-footer .widget .wp-block-gallery .wp-block-image {
    float: left;
}

footer#pt-footer .widget .wp-block-gallery .wp-block-image {
    margin-right: 10px;
    margin-bottom: 10px;
}

footer#pt-footer .widget .wp-block-gallery .wp-block-image:nth-child(3),
footer#pt-footer .widget .wp-block-gallery .wp-block-image:nth-child(6) {
    margin: 0;
}

footer#pt-footer .widget ul li {
    margin: 0 0 15px 0;
}

footer#pt-footer .widget ul li a {
    padding: 0 0 0 15px;
    display: inline-block;
}

footer#pt-footer .widget ul li a:before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-size: 10px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 600;
    color: var(--primary-color);


}

footer#pt-footer .widget #recentcomments--1 .recentcomments a {
    padding: 0;
    color: var(--white-color);
}

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

footer#pt-footer .widget #recentcomments--1 .comment-author-link+a {
    color: var(--primary-color);
}

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

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

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

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

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

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

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

footer#pt-footer ul li .rss-date {
    color: var(--primary-color);
    line-height: 1;
    float: left;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-family: var(--sub-title-fonts);
}

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

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

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

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

footer#pt-footer .search-form .search-submit:hover {
    color: var(--white-color) !important;
}

footer#pt-footer .search-form input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

footer#pt-footer .tagcloud .tag-cloud-link {
    font-size: 12px !important;
    color: var(--white-color);
    background: var(--primary-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    padding: 2px 12px;
    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;
}

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

footer#pt-footer .widget ul.menu li a,
footer#pt-footer .pt-widget-menu .pt-service li a {
    position: relative;
    border: none;
    padding: 0 0 0 15px;
    display: inline-block;
    width: 100%;
}

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

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

footer#pt-footer .widget ul.menu li a:before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-size: 10px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 600;
    color: var(--primary-color);


}

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

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

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

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

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

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

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

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a {
    color: var(--white-color);
    text-align: center;
    display: inline-block;
}

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

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

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

footer#pt-footer .pt-footer-logo {
    height: 60px;
    margin-bottom: 30px;
    width: auto;
}

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

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

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

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

footer#pt-footer .widget.widget_archive:first-child {
    padding-top: 30px;
}

footer#pt-footer .widget.widget_archive select,
footer#pt-footer .widget.widget_categories select.postform,
footer#pt-footer .widget form select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

footer#pt-footer .widget.widget_archive select option,
footer#pt-footer .widget.widget_categories select.postform option,
footer#pt-footer .widget form select option {
    color: var(--dark-color);
}

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

footer#pt-footer .widget_calendar table#wp-calendar {
    background: transparent;
}

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

footer#pt-footer ol.wp-block-latest-comments li a.wp-block-latest-comments__comment-link {
    color: var(--primary-color);
}

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

footer#pt-footer .wp-block-latest-posts__post-date {
    color: var(--white-color);
}

footer#pt-footer .widget .wp-block-loginout input.input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

footer#pt-footer .widget ul li.wp-block-social-link a {
    padding: .25em;
    color: var(--white-color);
}

footer#pt-footer .widget ul li.wp-block-social-link a:before {
    display: none;
}

footer#pt-footer .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

footer#pt-footer .wp-block-search .wp-block-search__button {
    color: rgba(255, 255, 255, 0.4);
}

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


footer#pt-footer .widget_tag_cloud .tag-cloud-link {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

footer#pt-footer .widget_tag_cloud .tag-cloud-link:hover {
    background: var(--primary-color);
}

footer#pt-footer .widget_calendar .calendar_wrap table th {
    background: transparent;
}


@media(max-width:1199px) {
    footer#pt-footer .pt-footer-center-block {
        padding-right: 0;
    }

    footer#pt-footer .pt-footer-logo {
        height: 45px;
    }


}

@media(max-width:1190px) {
    footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items {
        padding: 15px;
    }

    .pt-subscribe-block .pt-subscribe-details {
        padding-right: 0;
    }
}

@media(max-width:1190px) {
    footer#pt-footer .pt-footer-top .pt-footer-bottom-list [class*="col-"] {
        margin-top: 30px;
    }
}


@media(max-width:991px) {
    footer#pt-footer .pt-footer-top {
        padding: 60px 0;
        padding-bottom: 10px;
    }

    footer#pt-footer .pt-footer-center-block {
        border-right: none;
    }

    footer#pt-footer .pt-footer-left-block,
    footer#pt-footer .pt-footer-center-block,
    footer#pt-footer .pt-footer-right-block {
        padding: 60px 0;
    }

    footer#pt-footer .widget .wp-block-gallery {
        margin-bottom: 0;
    }
}


@media(max-width:767px) {
    footer#pt-footer .pt-copyright-footer {
        text-align: center;
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-social {
        margin-top: 15px;
        float: none;
    }

    footer#pt-footer .widget:first-child {
        margin-bottom: 0;
    }

    footer#pt-footer .pt-footer-center-block,
    footer#pt-footer .pt-footer-right-block {
        padding-top: 0;
        border: none;
    }

    footer#pt-footer .pt-footer-center-block {
        text-align: left;
    }

    footer#pt-footer .widget.widget-port-1 .pt-contact {
        padding: 0;
    }
}


@media(max-width:767px) {
    footer#pt-footer .pt-footer-top {
        padding-top: 45px;
    }

    footer#pt-footer .pt-footer-left-block,
    footer#pt-footer .pt-footer-center-block,
    footer#pt-footer .pt-footer-right-block {
        padding-top: 45px;
    }

    footer#pt-footer .pt-footer-left-block,
    footer#pt-footer .pt-footer-center-block {
        padding-bottom: 0;
    }

    footer#pt-footer .pt-footer-right-block {
        padding-bottom: 30px;
    }

}



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

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

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

.pt-section-title.pt-style-1 .pt-section-description {
    font-family: var(--body-fonts);
    font-weight: 500;
    z-index: 9;
    position: relative;
    margin: 5px 0 0;
}

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

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

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

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

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



/*================================================
fancy box
================================================*/
.pt-fancy-box.pt-style-1 .pt-fancy-box-img {
    position: relative;
    overflow: hidden;

}

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

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

.pt-fancy-box.pt-style-1 .pt-fancy-box-info {

    background: var(--white-color);
    padding: 30px 15px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;


}

.pt-fancy-box.pt-style-1 .pt-fancy-box-info a {
    display: inline-block;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-info a .pt-fancy-box-title {
    transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-info a .pt-fancy-box-title:hover {
    color: var(--primary-color);
}


.pt-fancy-box.pt-style-1 .pt-fancy-box-info .pt-fancy-box-subtitle {
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--primary-color);
    margin-top: 5px;

}

.pt-fancy-box.pt-style-2 {
    background: var(--grey-color);
    padding: 45px;
    position: relative;

}

.pt-fancy-box.pt-style-2 .pt-svg i {
    font-size: 72px;
    line-height: 80px;
    color: var(--primary-color);
}

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

.pt-fancy-box.pt-style-2 .pt-fancy-box-info .pt-fancybox-description {
    margin-bottom: 20px;
}

.pt-fancy-box.pt-style-3 {
    padding: 300px 45px 45px 45px;
    overflow: hidden;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-container {
    position: relative;
    transform: translateY(calc(130px + 0.1em));
    transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-3:hover .pt-fancy-box-container {
    transform: translateY(0);
}

.pt-fancy-box.pt-style-3:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    opacity: 0;

    background: rgba(0, 0, 0, .2);
    transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-3:hover:before {
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-info .pt-fancy-box-info-link {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-main .pt-fancy-box-heading {
    transition-duration: 0.6s;
}


.pt-fancy-box.pt-style-3 .pt-fancy-box-main .pt-fancy-box-heading .pt-fancy-box-title {
    color: var(--white-color);
    font-size: 28px;
    line-height: 36px;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-main .pt-fancy-box-content {
    opacity: 0;
    transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-3:hover .pt-fancy-box-main .pt-fancy-box-content {
    opacity: 1;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-main .pt-btn-container {
    opacity: 0;
    transition: all 0.5s ease;
}

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

.pt-fancy-box.pt-style-3 .pt-fancy-box-main .pt-fancy-box-content .pt-fancybox-description {
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--white-color);
}

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

.pt-fancy-box.pt-style-3 .pt-button.pt-button-link:hover span:before {
    background: var(--white-color);
}

.pt-fancy-box.pt-style-3 .pt-button.pt-button-link:hover span:after {
    color: var(--white-color);
}


.pt-fancy-box.pt-style-4 .pt-fancy-box-info {
    padding: 30px;
    margin: 30px;
    margin-top: -60px;
    background: var(--white-color);
    position: relative;
    border: 1px solid var(--grey-dark-color);
}

.pt-fancy-box.pt-style-4 .pt-fancy-box-img {
    overflow: hidden;
}

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

.pt-fancy-box.pt-style-4:hover .pt-fancy-box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-fancy-box.pt-style-4 .pt-fancy-box-info .pt-fancy-box-title {
    margin-bottom: 5px;
}

.pt-fancy-box.pt-style-4 .pt-fancybox-description {
    margin-bottom: 0;
}



.pt-fancy-box.pt-style-5 { padding: 45px; transition: all 0.5s ease; background: var(--grey-color); overflow: hidden; position: relative; }
.pt-fancy-box.pt-style-5 .pt-fancy-box-hoverbg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.pt-fancy-box.pt-style-5 .pt-fancy-box-hoverbg:before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; background: var(--primary-color); opacity: 0.9; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.pt-fancy-box.pt-style-5:hover .pt-fancy-box-hoverbg { opacity: 1; }
.pt-fancy-box.pt-style-5 .pt-fancy-box-hoverbg img { width: 100%; }
.pt-fancy-box.pt-style-5 .pt-fancy-box-info { position: relative; }
.pt-fancy-box.pt-style-5 .pt-fancy-box-info .pt-fancy-box-subtitle{letter-spacing: 0.4em;
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;color: var(--primary-color);}
.pt-fancy-box.pt-style-5:hover .pt-fancy-box-info .pt-fancy-box-subtitle{ color: var(--white-color); }
.pt-fancy-box.pt-style-5:hover, .pt-active .pt-fancy-box.pt-style-5 { background: var(--primary-color); }

.pt-fancy-box.pt-style-5 .pt-fancy-media { display: inline-flex; position: relative;     align-items: center;}
.pt-fancy-box.pt-style-5 .pt-fancy-media .pt-fancy-box-icon{ position: relative; }
.pt-fancy-box.pt-style-5 .pt-fancy-media .pt-fancy-box-icon:before{ content: "";position: absolute;right: 20px;top: 50%;transform: translateY(-50%);background: rgba(0,0,0,0.08);;height: 60%;width: 1px; }
.pt-fancy-box.pt-style-5:hover .pt-fancy-media .pt-fancy-box-icon:before{ background: rgba(255,255,255,0.3);}

.pt-fancy-box.pt-style-5 .pt-fancy-box-icon i { font-size: 64px; line-height: 72px; margin-right: 45px; transition: all 0.5s ease; display: inline-block; color: var(--primary-color); }
.pt-fancy-box.pt-style-5:hover .pt-fancy-box-icon i { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); color: var(--white-color); }
.pt-fancy-box.pt-style-5:hover .pt-fancybox-link, .pt-active .pt-fancy-box.pt-style-5 .pt-fancybox-link { color: var(--white-color); border-color: var(--white-color); }
.pt-fancy-box.pt-style-5 .pt-fancy-box-title { color: var(--dark-color);  margin-bottom: 5px; transition: all 0s ease-in-out; transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -webkit-transition: all 0s ease-in-out;font-size: 22px;line-height: 30px; }
.pt-fancy-box.pt-style-5 .pt-fancybox-description { position: relative;margin-top: 20px; margin-bottom: 15px; transition: all 0s ease-in-out; transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -webkit-transition: all 0s ease-in-out; }
.pt-fancy-box.pt-style-5 .pt-button { transition: none; transition: all 0s ease-in-out; transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -webkit-transition: all 0s ease-in-out; }
.pt-fancy-box.pt-style-5:hover .pt-fancy-box-title { color: var(--white-color); }
.pt-fancy-box.pt-style-5:hover .pt-fancybox-description { color: var(--white-color); }
.pt-fancy-box.pt-style-5:hover .pt-button.pt-button-link { color: var(--white-color); }
.pt-fancy-box.pt-style-5:hover .pt-button.pt-button-link i { border-color: var(--white-color); }
.pt-fancy-box.pt-style-5 .pt-btn-container { position: relative; }






@media(max-width:767px) {

    .pt-fancy-box.pt-style-3 {
        padding: 150px 45px 60px 45px;
    }


}



/*================================================
counter
================================================*/
.pt-counter.pt-style-1 {
    position: relative;
}

.pt-counter.pt-style-1:before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 70%;
    background: var(--grey-dark-color);
    opacity: 0.08;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.pt-counter.pt-style-1:after {
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--white-color);
    border-radius: 100%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -38px;
}

.pt-counter.pt-style-1 .pt-counter-num-prefix {
    position: absolute;
    text-align: center;
    width: 100%;
}

.pt-counter.pt-style-1 .pt-counter-num-prefix .timer {
    font-size: 100px;
    line-height: 108px;
    display: inline-block;
}

.pt-counter.pt-style-1 .pt-counter-num-prefix .pt-counter-prefix {
    font-size: 100px;
    line-height: 108px;
}

.pt-counter.pt-style-1 .pt-counter-title {
    padding: 45px 0;
    position: relative;
}

.pt-counter.pt-style-1 .pt-counter-description {
    margin-bottom: 0;
}

.pt-counter-last .pt-counter.pt-style-1:before,
.pt-counter-last .pt-counter.pt-style-1:after {
    display: none;
}

.pt-counter-light .pt-counter.pt-style-1:before {
    background: var(--dark-color);
}

.pt-counter-light .pt-counter.pt-style-1:after {
    background: var(--grey-dark-color);
}


.pt-counter.pt-style-2 .pt-counter-media i {
    font-size: 64px;
    line-height: 72px;
    color: var(--primary-color);
    line-height: normal;
    border-radius: 0;
    display: inline-block;
    text-align: center;
}

.pt-counter.pt-style-2 .pt-counter-info h4 {
    font-size: 64px;
    line-height: 72px;
    display: inline-block;

}

.pt-counter.pt-style-2 .pt-counter-info .pt-counter-prefix {
    font-size: 64px;
    line-height: 72px;
    font-family: var(--title-fonts);
    color: var(--white-color);
    font-weight: 500;
}

.pt-counter.pt-style-2 .pt-counter-info p {
    font-family: var(--sub-title-fonts);

    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 20px;
}

@media(max-width:1024px) {

    .pt-counter.pt-style-1:before,
    .pt-counter.pt-style-1:after {
        display: none;
    }
}

.pt-contactform .wpcf7-form-control-wrap input,
.pt-contactform .wpcf7-form-control-wrap select,
.pt-contactform textarea {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    margin-bottom: 20px;
}

.pt-contactform .wpcf7-form-control-wrap input:hover,
.pt-contactform .wpcf7-form-control-wrap input:focus,
.pt-contactform .wpcf7-form-control-wrap select:hover,
.pt-contactform .wpcf7-form-control-wrap select:focus,
.pt-contactform textarea:hover,
.pt-contactform textarea:focus {
    border-color: var(--primary-color);
}

.pt-contactform .wpcf7-form-control-wrap input::placeholder,
.pt-contactform textarea::placeholder {
    color: var(--dark-color);
}

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

.pt-contactform input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


.pt-primaryform .pt-contactform input.wpcf7-submit {
    background: var(--dark-color);
}



/*================================================
testimonial
================================================*/
.pt-testimonial-box.pt-style-1 {
    position: relative;
}

.pt-testimonial.pt-testimonial-slider-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--grey-dark-color);
    height: 100%;
    width: 1px;
    z-index: 2;
}

.pt-testimonial-box.pt-style-1 {
    background: var(--white-color);
    padding: 60px 45px;

    position: relative;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-star {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {

    position: relative;
    margin-top: 30px;
    align-items: center;
}

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

.pt-testimonial-box.pt-style-1 .pt-testimonial-content:before {
    position: absolute;
    content: "";
    width: 70px;
    bottom: 0;
    background: var(--primary-color);
    height: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-meta h5 {
    font-size: 24px;
    line-height: 32px;
}

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

}

.pt-testimonial-box.pt-style-2 {
    background: var(--grey-color);
    padding: 45px;

}

.pt-testimonial-box.pt-style-2 .pt-testimonial-heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

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

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

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

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-meta {
    align-self: center;
}

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


.pt-testimonial-box.pt-style-3 .pt-testimonial-star {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-content {

    position: relative;

}

.pt-testimonial-box.pt-style-3 .pt-testimonial-content .pt-testimonial-icon {
    position: absolute;
    right: 15px;
    top: -20px;
    font-size: 60px;
    opacity: 0.1;
}

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

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

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


.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta span {
    color: var(--white-color);
    letter-spacing: 0.4em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-family: var(--sub-title-fonts);
    text-transform: uppercase;
}

.pt-testimonial-slider-3 .owl-carousel .owl-dots {
    text-align: left;
}

.pt-testimonial-box.pt-style-4 {
    background: var(--grey-color);
    padding: 45px;
  
    position: relative;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-icon { position: absolute;left: 0;top: 0;background: var(--primary-color);color: var(--white-color);padding: 15px 20px;text-align: center;  }
.pt-testimonial-box.pt-style-4 .pt-testimonial-icon i {font-size: 20px;line-height: 28px;}
.pt-testimonial-box.pt-style-4 .pt-testimonial-meta{margin-top: 15px;}
.pt-testimonial-box.pt-style-4 .pt-testimonial-meta h5 {
    font-size: 24px;
    line-height: 32px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-meta span {
    font-family: var(--sub-title-fonts);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}
.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-img img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
}
.pt-testimonial-box.pt-style-4 .pt-testimonial-img{ margin: 20px 0; }
.pt-testimonial-box.pt-style-4 .pt-testimonial-content{ margin-bottom: 0; }



@media(max-width: 785px) {


    .pt-testimonial.pt-testimonial-slider-1:before {
        display: none;
    }
}



/*================================================
Client
================================================*/
.pt-clientbox.pt-style-1 img {
    border-radius: 0;
}

.pt-clientbox.pt-style-1 .pt-client-img {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    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-clientbox.pt-style-1 a:hover .pt-client-img {
    opacity: 0;
}

.pt-clientbox.pt-style-1 .pt-client-hover-img {
    position: absolute;
    width: auto;
    margin: 0 auto;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    bottom: 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;
}

.pt-clientbox.pt-style-1 a:hover .pt-client-hover-img {
    opacity: 1;
}


/*================================================
Propaty Table
================================================*/
.pt-property-table th {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}

.pt-property-table th,
.pt-property-table td {
    padding: 12px;
}

.pt-property-table td {
    border: 1px solid var(--grey-dark-color);
}

.pt-property-table td.heading {
    color: var(--dark-color);
}

.pt-property-table td .pt-button {
    background: var(--grey-color);
    color: var(--dark-color);
    font-size: 12px;
    padding: 12px 20px;
}

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

.pt-whitebg .pt-property-table td .pt-button {
    background: var(--white-color);
}

.pt-whitebg .pt-property-table td .pt-button:hover {
    background: var(--primary-color);
}

@media(max-width:767px) {

    .pt-property-table td,
    .pt-property-table th {
        padding: 8px;
        font-size: 18px;
    }

    .pt-property-table td .pt-button {
        padding: 10px
    }

}

@media(max-width:576px) {
    .pt-property-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap
    }


}

/*================================================
Tabs
================================================*/
.pt-tabs-1 .nav-tabs {
    display: flex;
    background: var(--grey-color);
    border: 1px solid var(--grey-dark-color);
}

.pt-tabs-1 .nav-tabs .nav-item {
    color: var(--primary-color);
    padding: 20px 15px;
    border: none;
    position: relative;
    border-radius: 0;
    flex: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    transition: none;
}

.pt-tabs-1 .nav-tabs .nav-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    background: var(--grey-dark-color);
    width: 1px;
}

.pt-tabs-1 .nav-tabs .nav-item.active:before,
.pt-tabs-1 .nav-tabs .nav-item:last-child:before {
    display: none;
}

.pt-tabs-1 .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.pt-tabs-1 .nav-tabs .nav-item i {
    font-size: 62px;
    line-height: 70px;
    display: inline-block;
}

.pt-tabs-1 .nav-tabs .nav-item span {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: var(--dark-color);
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

.pt-tabs-1 .nav-tabs .nav-item.active {
    background: var(--primary-color);
    color: var(--white-color);
    position: relative;
}

.pt-tabs-1 .nav-tabs .nav-item.active span {
    color: var(--white-color);
}

.pt-tabs-1 .nav-tabs .nav-item:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 75, 54, 0);
    border-top-color: var(--white-color);
    border-width: 15px;
    margin-left: -15px;
    opacity: 0;
    transition: none;
}

.pt-tabs-1 .nav-tabs .nav-item.active:after {
    opacity: 1;
    border-top-color: var(--primary-color);
}

.pt-tabs-1 .tab-content {
    margin-top: 45px;
}

.pt-tabs-1 .tab-content img.pt-full-width {
    width: 100%;
    height: auto;
}

.pt-tabs-1 .tab-content .pt-tab-info {
    background: var(--grey-color);
    padding: 60px 45px;
}

.pt-tabs-1 .tab-content .pt-tab-info h2 {
    font-size: 40px;
    line-height: 48px;
}

.pt-tabs-1 .tab-content .pt-tab-info ul {
    margin: 0;
    padding: 0;
}

.pt-tabs-1 .tab-content .pt-tab-info ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.pt-tabs-1 .tab-content .pt-tab-info ul li:before {
    font-family: "Ionicons";
    content: "\f382";
    color: var(--primary-color);
    margin-right: 10px;
}

.pt-tabs-1 .tab-content .pt-tab-info .pt-button-block {
    margin: 45px 0 0;
}

.pt-tabs-border .pt-tabs-1 .nav-tabs {
    border-bottom: 1px solid var(--grey-color);
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: var(--dark-color);
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item i {
    font-size: 44px;
    line-height: 52px;
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item span {
    text-align: left;
    margin-left: 15px;
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item.active,
.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item.active span {
    color: var(--dark-color);
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item.active {
    color: var(--primary-color);
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item:after {
    display: none;
}

.pt-tab-info .pt-feature-items {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--grey-dark-color);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.pt-tab-info .pt-feature-items:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.pt-tab-info .pt-feature-items .pt-feature-item-title {
    color: var(--dark-color);
}

.pt-tab-info .pt-feature-items .pt-feature-item-value {
    color: var(--primary-color);
}


.pt-simple-tab .pt-tabs-1 .nav-tabs {
    border: none;
    justify-content: center;
    background: none;
}

.pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item:before {
    display: none;
}

.pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item.active:after {
    display: none;
}

.pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item i {
    display: none;
}

.pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item {
    flex: unset;
    padding: 10px 15px;
}

.pt-simple-tab .pt-tabs-1 .tab-content {
    border: none;
    padding: 0;
}

.pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item.active span {
    color: var(--primary-color);
}

.pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item.active {
    background: unset;
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);

}

.pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item span {
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--dark-color);
    letter-spacing: 0.4em;
    display: inline-block;
    margin-left: 4px;
}

.pt-simple-tab .pt-tabs-1 .tab-content .pt-tab-info {
    padding: 60px 45px;
}

.pt-simple-tab .pt-tabs-1 .tab-content .pt-tab-info .pt-button-block {
    margin: 45px 0 0;
}


.pt-icon-none .pt-tabs-1 .nav-tabs{ display: none; }






@media(max-width:1365px) {
    .pt-tabs-1 .nav-tabs .nav-item {
        padding: 15px;
    }
}

@media(max-width:1023px) {
    .pt-tabs-1 .tab-content .pt-tab-info {
        margin-top: 30px;
    }

    .pt-tabs-1 .tab-content .pt-tab-info h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .pt-tabs-1 .nav-tabs .nav-item {
        margin-right: 10px;
    }

    .pt-tabs-1 .nav-tabs .nav-item span {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:767px) {
    .pt-tabs-1 .nav-tabs .nav-item:after {
        display: none;
    }

    .pt-tabs-1 .nav-tabs .nav-item {
        padding: 15px;
        margin: 0 10px 10px 0;
    }

    .pt-tabs-1 .nav-tabs .nav-item i {
        font-size: 40px;
        line-height: 48px;
    }

    .pt-tabs-1 .nav-tabs .nav-item span {
        font-size: 14px;
        line-height: 22px;
    }

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

@media(max-width:576px) {
    .pt-tabs-1 .nav-tabs {
        display: block;
    }

    .pt-tabs-1 .tab-content {
        padding: 30px
    }

    .pt-tabs-1 .tab-content .pt-tab-info {
        padding: 30px
    }

    .pt-tabs-1 .nav-tabs .nav-item {
        width: 100%;
        display: block;
        margin-right: 0;
    }

    .pt-tabs-1 .nav-tabs .nav-item i {
        font-size: 52px;
        line-height: 60px;
    }

    .pt-tabs-1 .nav-tabs .nav-item:before {
        display: none;
    }

    .pt-tabs-1 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }

    .pt-simple-tab .pt-tabs-1 .nav-tabs {
        text-align: center;
    }

    .pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item.active {
        display: inline-block;
        width: auto;
    }

    .pt-simple-tab .pt-tabs-1 .nav-tabs .nav-item {
        padding: 10px 5px;
    }
}

@media(max-width:479px) {


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


/*================================================
Circle Progres
================================================*/
.pt-circle-progress-style-1 {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.pt-circle-progress-style-1 .pt-circle-progress-bar {
    position: relative;
}

.pt-circle-progress-style-1 .pt-progress-count {
    color: var(--dark-color);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    font-family: var(--title-fonts);
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pt-circle-progress-style-1 .pt-progress-details {
    margin-left: 30px;
    align-self: center;
    flex: 1;
}

.pt-circle-progress-style-1 .pt-progress-details .pt-progress-title-tag {
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    letter-spacing: 0.4em;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pt-circle-top .pt-circle-progress-style-1 {
    display: block;
    text-align: center;
}

.pt-circle-top .pt-circle-progress-style-1 .pt-progress-details {
    margin-left: 0;
    margin-top: 30px;
}

.pt-circle-top .pt-circle-progress-style-1 .pt-progress-title {
    margin-bottom: 5px;
}

.pt-circle-top .pt-circle-progress-style-1 .pt-progress-description {
    margin-bottom: 0;
}


@media(max-width:479px) {
    .pt-circle-progress-style-1 {
        display: block;
    }

    .pt-circle-progress-style-1 .pt-circle-progress-bar {
        text-align: center;
    }

    .pt-circle-progress-style-1 .pt-progress-details {
        margin-left: 0;
        display: block;
        text-align: center;
    }

}



/*================================================
Property
================================================*/
.pt-property-box {
    margin-bottom: 45px;
}

.pt-property-style-style-1-slider .pt-property-box {
    margin-bottom: 0;
}

.pt-property-box .pt-property-box-img {
    overflow: hidden;
}

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

.pt-property-box:hover .pt-property-box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-property-box .pt-property-info {
    padding-top: 30px;
}

.pt-property-box .pt-property-info p {
    margin-bottom: 20px;
}

.pt-property-box .pt-property-title {
    margin-bottom: 10px;
}

.pt-property-box .pt-property-subtitle {
    font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.pt-property-plan .sync {
    float: left;
    width: 48%;
}

.pt-property-plan #pt-svg-render {
    float: right;
    ;
    width: 48%;
}

.pt-property-plan .owl-carousel .owl-dots {
    display: none;
}

.pt-property-plan #pt-svg-render svg {
    width: 100%;
    height: 610px;
}

.pt-property-plan .navigation-thumbs {
    margin-top: 15px;
}


.pt-property-plan .sync .item {
    text-align: center;
    cursor: pointer;

}

.pt-property-plan #pt-svg-render path {
    fill: none;
    stroke: black;
    pointer-events: all;
}

.pt-property-plan #pt-svg-render path:hover {
    fill: #d1d1d1a1;
    stroke: var(--grey-color);
    cursor: pointer;
}

.pt-property-plan #pt-svg-render object {
    pointer-events: none;
}

.pt-property-plan #pt-svg-render svg,
.pt-property-plan #pt-svg-render svg * {
    pointer-events: all;
}

@media(max-width:1024px) {

    .pt-property-plan .sync,
    .pt-property-plan #pt-svg-render {
        width: 100%;
    }

    .pt-property-plan #pt-svg-render {
        margin-top: 45px;
    }

    .pt-property-plan #pt-svg-render svg {
        height: auto;
    }

}


/*================================================
Video Popup
================================================*/
.pt-popup-video-block .pt-video-icon {
    text-align: center;
}

.pt-popup-video-block .pt-video-icon a {
    margin: auto;
    text-decoration: none;
    color: var(--white-color);
    font-size: 28px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    background-color: var(--primary-color);
    border-radius: 90%;
}

.pt-popup-video-block .pt-video-icon a:hover {
    background: var(--dark-color);
}

.pt-popup-video-block {
    width: 30%;
    position: relative;
    margin: 0 auto;
    height: 260px;


}

.pt-popup-video-block .pt-video-icon {
    display: inline-block;

    position: relative;
    top: 50%;
    left: 50%;
    font-size: 14px;
    text-transform: uppercase;
    transform: translateY(-50%) translateX(-50%);

}
.mfp-wrap .mfp-close { padding: 0; top: -50px; font-size: 24px; opacity: 1; height: 50px; width: 50px; line-height: 50px; text-align: center; color: var(--white-color); background-color: var(--primary-color); position: absolute; letter-spacing: 0;}
.mfp-wrap .mfp-close:hover{ background: var(--dark-color); }
.mfp-wrap .mfp-close:focus{ outline: none; }


/*================================================
side bg full width
================================================*/

.pt-sidebg-right:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-block;
    width: 1000%;
    height: 100%;
    z-index: 1;
}

.pt-sidebg-right.pt-primary:before {
    background: var(--primary-color);
}

.pt-sidebg-right.overlap:before {
    height: calc(100% + 60px);
}

.pt-sidebg-right.pt-grey:before {
    background: var(--grey-color)
}


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

.owl-carousel .owl-nav {
    position: relative;
    cursor: pointer;
    z-index: 99;
    margin-top: 30px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0 !important;
    margin: 0 10px;
    background: var(--dark-color);
    color: var(--white-color);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0 !important;
    margin: 0 10px;
    background: var(--dark-color);
    color: var(--white-color);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav button:hover {
    background: var(--primary-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(--white-color);
    opacity: 0.6;
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 14px;
    width: 14px;
    border: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

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

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

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

/* nav */
.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    letter-spacing: 0;
}


/*================================================
Team
================================================*/
.pt-team-box.pt-style-1 {
    position: relative;
    overflow: hidden;
}

.pt-team-box.pt-style-1 .pt-team-img img {
    width: 100%;
}

.pt-team-box.pt-style-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.5s ease;
}

.pt-team-box.pt-style-1:hover:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.pt-team-box.pt-style-1 .pt-team-info {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.pt-team-box.pt-style-1:hover .pt-team-info {
    bottom: 45px;
    opacity: 1;
    visibility: visible;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-member-name {
    color: var(--white-color);
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-designation {
    letter-spacing: 0.4em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--sub-title-fonts);
    margin-bottom: 15px;
}

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

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

.pt-team-box.pt-style-1 .pt-team-social ul li {
    margin-right: 15px;
}

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

.pt-team-box.pt-style-1 .pt-team-social ul li a {
    color: var(--white-color);
    text-align: center;
    transition: all 0.5s ease;
    display: inline-block;
}

.pt-team-box.pt-style-1 .pt-team-social ul li a:hover {
    color: var(--primary-color);
    transform: translateY(-5px);
}

.pt-team-box.pt-style-2 .pt-team-img { position: relative; overflow: hidden; }
.pt-team-box.pt-style-2 .pt-team-img img { width: 100%; height: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.pt-team-box.pt-style-2:hover .pt-team-img img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.pt-team-box.pt-style-2 .pt-team-social ul { margin: 0; padding: 0; position: absolute; top: 15px; left: -75px; display: inline-block; width: 60px; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.pt-team-box.pt-style-2:hover .pt-team-social ul { left: 15px; }
.pt-team-box.pt-style-2 .pt-team-social ul li { list-style: none; display: inline-flex; margin: 0 0 5px; }
.pt-team-box.pt-style-2 .pt-team-social ul li:last-child { margin: 0; }
.pt-team-box.pt-style-2 .pt-team-social ul li a { background: var(--dark-color); color: var(--white-color); text-align: center;width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;}
.pt-team-box.pt-style-2 .pt-team-social ul li a:hover { background: var(--primary-color); }
.pt-team-box.pt-style-2 .pt-team-social ul li a i { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.pt-team-box.pt-style-2 .pt-team-info { background: transparent; padding: 30px 15px 0; margin: 0px; text-align: center; position: relative; }
.pt-team-box.pt-style-2 .pt-team-info h5 { margin: 0; color: var(--dark-color); }
.pt-team-box.pt-style-2 .pt-team-info h5 a { color: var(--dark-color); }
.pt-team-box.pt-style-2 .pt-team-info .pt-team-designation { font-size: 14px; line-height: 22px;font-weight: 500; letter-spacing:0.4em; display: inline-block; width: 100%; text-transform: uppercase; color: var(--primary-color); font-family: var(--sub-title-fonts); }





/*================================================
FAQ
================================================*/
.pt-accordion-block .pt-accordion-box {
    background: var(--white-color);
    margin-bottom: 30px;
    position: relative;
}

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

.pt-accordion-block .pt-accordion-box .pt-ad-title {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    padding: 15px 30px;
    cursor: pointer;
    position: relative;
}

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

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 1;
    color: var(--secondary-color);
    font-size: 16px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive {
    opacity: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 0;
    color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
    opacity: 1;
    border-radius: 3px;
}

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

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
    padding: 15px 30px;
    border: 1px solid var(--grey-dark-color);
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
    margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

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

/**border**/
.pt-accordion-border .pt-accordion-block .pt-accordion-box .pt-ad-title {
    background: transparent;
    border: 1px solid #eee;
}

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

.pt-accordion-border .pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
    color: var(--primary-color);
}


@media(max-width:767px) {

    .pt-accordion-block .pt-accordion-box .pt-ad-title,
    .pt-accordion-block .pt-accordion-box .pt-accordion-details {
        padding: 15px;
    }

    .pt-accordion-block .pt-accordion-box .pt-ad-title i {
        right: 15px;
    }

    .pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
        right: 15px;
    }
}

@media(max-width:479px) {
    .pt-accordion-block .pt-accordion-box .pt-ad-title {
        padding: 15px 30px 15px 15px;
    }
}


@media(max-width: 420px) {

    .elementor-77 .elementor-element.elementor-element-2646d7c,
    .elementor-77 .elementor-element.elementor-element-385203c {
        width: 100%;
        max-width: 100%;
    }

    .elementor-77 .elementor-element.elementor-element-385203c {
        margin-top: 30px;
    }
}



/*================================================
Progressbar
================================================*/

/*---ProgressBar-style-1------*/

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

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

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

.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-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.pt-progressbar-style-1 .progress-value {
    color: var(--dark-color);
    margin: 0;
    float: right;
}

.pt-progressbar-style-1 .pt-progress-bar {
    display: inline-block;
    width: 100%;
    padding: 0;
    float: left;
    margin-top: 5px;
}

.pt-progressbar-style-1 .pt-progress-bar span {
    display: inline-block;
    background: var(--primary-color);
    float: left;
}

.pt-progressbar-box .pt-progressbar-content .pt-progress-bar span {
    height: 10px;
    line-height: 10px;
}

.pt-progressbar-style-1 .pt-progress-bar {
    background: var(--grey-color);
}

.image:before {
    padding-top: 30%;
}

.image .hotspot {
    background: rgba(177, 122, 90, 0.8);
    color: var(--white-color) !important;
    font-size: 0px !important;
    padding: 10px 10px ;
    height: 10px;
    overflow: unset;
     animation: ripple 1s linear infinite;
}

.hotspot .hotspot-text {
   background: rgba(25, 19, 11, 0.88);
   padding: 10px 15px;
    font-size: 16px !important;
    line-height: 24px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: fit-content;
    right: 0;
    margin: 0 auto;
    overflow: unset;
    text-align: center;
    opacity: 0;
    display: inline-block;
    font-family: var(--sub-title-fonts);
    font-weight: 500;
   text-transform: uppercase;
       letter-spacing: 0.3em;
}


.hotspot.is-active .hotspot-text {
    opacity: 1;

}

.hotspot-text:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    
      border-top-color: rgba(25, 19, 11, 0.88);
    border-width: 12px;
    margin-left: -12px;
    opacity: 1;
    transition: none;
}

.hotspot:before, .hotspots-label:before{
    visibility: hidden;
}
.image .hotspot .tool-tip h6 {
    color: var(--white-color);
    padding-top: 6px;
    font-size: 18px;
}

.hotspots span {
    background: rgba(177, 122, 90, 0.8);
    padding: 10px 25px;
}
.hospot.is-active{
    padding:0px !important;
    font-size: 0;
}
.hotspot .hotspot-text .hotspot-inner-text{display: block;font-size: 12px;padding-top: 5px;}




@keyframes ripple {
  0% { -webkit-box-shadow: 0 0 0 0 rgba(177, 122, 90, 0.2), 0 0 0 5px rgba(177, 122, 90, 0.2), 0 0 0 10px rgba(177, 122, 90, 0.2); 
    box-shadow: 0 0 0 0 rgba(177, 122, 90, 0.2), 0 0 0 5px rgba(177, 122, 90, 0.2), 0 0 0 10px rgba(177, 122, 90, 0.2); }
  100% { -webkit-box-shadow: 0 0 0 5px rgba(177, 122, 90, 0.2), 0 0 0 10px rgba(177, 122, 90, 0.2), 0 0 0 20px rgba(177, 122, 90, 0) ;
   box-shadow: 0 0 0 5px rgba(177, 122, 90, 0.2), 0 0 0 10px rgba(177, 122, 90, 0.2), 0 0 0 20px rgba(177, 122, 90, 0); }
}

/*.image .hotspots-label {
    display: none;
}*/

/*+++++++++++++++++++++++++++++++++++++++++++++++
Process Step
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-process-step.pt-process-style-1 {
    padding: 30px;
    position: relative;
    overflow: hidden;
  
}

.pt-process-style-1 .pt-process-media {
    position: relative;
    margin-bottom: 30px;
}

.pt-process-style-1 .pt-process-media .pt-process-img img {
    border-radius: 100%;
    width: 225px;
    height: 225px;
    border: 15px solid #fff;
}

.pt-process-style-1 .pt-process-media .pt-process-icon i {
    font-size: 45px;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 20px;
    display: inline-block;
    transition: all 0.5s ease;
}

.pt-process-style-1:hover .pt-process-media .pt-process-icon i {
    transform: rotateY(180deg);
}

.pt-process-style-1 .pt-process-media .pt-process-number {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 48px;
    line-height: 56px;
    color: var(--white-color);
    text-align: center;
    font-weight: 400;
    opacity:0.2;
    font-family: var(--title-fonts);
   
}
.pt-process-style-1 .pt-process-step-info .pt-process-title { color: var(--white-color);  }

.pt-process-style-1 .pt-process-description p {
    margin-bottom: 20px;
    margin-top: 10px;
    color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
isotope Portfolio
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-grid-item.visible_item, .pt-masonry-item.visible_item { display: none }
.pt-filters .pt-filter-button-group ul { margin: 0 0 45px; padding: 0; display: inline-block; width: 100%; text-align: center; }
.pt-filters .pt-filter-button-group ul li { font-size: 14px; line-height: 22px; font-family: var(--sub-title-fonts); font-weight: 500; list-style: none; text-transform: uppercase; color: var(--white-color); display: inline-block; cursor: pointer; padding: 15px 30px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;    letter-spacing: 0.4em; }
.pt-filters .pt-filter-button-group ul li:last-child { margin-right: 0; }
.pt-filters .pt-filter-button-group ul li.active, .pt-filters .pt-filter-button-group ul li.active:hover { background: var(--primary-color); color: var(--white-color); }
.pt-filters .pt-filter-button-group ul li:hover { color: var(--primary-color); }
.pt-grid { display: inline-block; width: 100%; float: left; }
.pt-grid:after { content: ''; display: block; clear: both; }
.pt-col-3 { width: 25%; padding: 0 15px 30px; }
.pt-col-6 { width: 50%; padding: 0 15px 30px; }
.pt-col-4 { width: 33.33%; padding: 0 15px 30px; }
.pt-grid.no-padding .pt-grid-item, .pt-masonry.no-padding .pt-masonry-item { padding: 0; }
.pt-btn-load-container { margin-top: 0; display: inline-block; width: 100%; }
.pt-btn-load-container a.pt-button { cursor: pointer; }

/*=========*/
.pt-masonry { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.pt-masonry .ipt-lg-6 { width: 50%; padding: 0 15px 30px; }
.pt-masonry .ipt-lg-3 { width: 25%; padding: 0 15px 30px; }
.pt-masonry .ipt-lg-4 { width: 33.333%; padding: 0 15px 30px; }
.pt-masonry.no-padding .ipt-lg-6, .pt-masonry.no-padding .ipt-lg-3 { padding: 0; }
@media(max-width:1365px) {
  .pt-col-3 { width: 33.33%; }
  .pt-masonry .ipt-lg-6 { width: 50%; }
  .pt-masonry .ipt-lg-3 { width: 33.33%; }
  .pt-masonry .ipt-lg-4 { width: 50%; }
  .pt-filters .pt-filter-button-group ul li { margin-right: 10px; }
  
  .pt-col-3, .pt-col-4, .pt-masonry .ipt-lg-3 { width: 50%; }
}
@media(max-width:767px) {
  .pt-filters .pt-filter-button-group ul li { margin-right: 0; font-size: 14px; padding: 5px 15px; }
  .pt-col-6, .pt-col-4, .pt-col-3, .pt-masonry .ipt-lg-3, .pt-masonry .ipt-lg-6 { width: 100%; padding: 0 0 30px; }
  .pt-masonry .ipt-lg-4 { width: 100%; padding: 0 0 30px; }
}
@media(max-width:479px) {
  .pt-filters .pt-filter-button-group ul li { margin-bottom: 15px; }
}
.pt-grid-item { float: left; }



/*++++++++++++++++++++++++++++++++++++++
Portfoliobox
++++++++++++++++++++++++++++++++++++++++*/
.pt-portfoliobox-1 {
    background: var(--white-color);
    overflow: hidden;
    position: relative;
}

.pt-portfoliobox-1 .pt-portfolio-img {
    position: relative;
    overflow: hidden;
}

.pt-portfoliobox-1 .pt-portfolio-img img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.pt-portfoliobox-1 .pt-portfolio-info {
    padding: 20px 0 0;
}

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

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-style-1-tag a {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
        letter-spacing: 0.4em;
    font-family: var(--sub-title-fonts);
}

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

.pt-portfoliobox-1 .pt-portfolio-info p {
    margin-bottom: 0;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-button {
    margin-top: 30px;
}

/*===== Portfoliobox Hover Follow  =====*/
.pt-portfoliobox-1.pt-hover-follow {
    position: relative;
    overflow: inherit;
}

.pt-hover-follow .pt-portfolio-info {
    position: absolute;
    left: 105%;
    display: none;
    background: var(--dark-color);
    padding: 20px 30px;
    border-radius: 3px;
    min-width: 300px;
    z-index: 999;
}

.pt-hover-follow .pt-portfolio-info:hover {
    display: none !important;
}

.pt-hover-follow:hover .pt-portfolio-info {
    display: block;
}

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

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

.pt-portfoliobox-1.pt-hover-bellow .pt-portfolio-info {
    background: var(--white-color);
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    z-index: 1;
    text-align: center;
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: transform 0.4s 0s ease-in-out;
    -moz-transition: transform 0.4s 0s ease-in-out;
    -o-transition: transform 0.4s 0s ease-in-out;
    transition: transform 0.4s 0s ease-in-out;
}

.pt-portfoliobox-1.pt-hover-bellow:hover .pt-portfolio-info {
    -moz-transform: translate(0px, -30px);
    -webkit-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
}

.pt-portfoliobox-1.pt-hover-bellow .pt-portfolio-info .pt-portfolio-style-1-title a{
    color: var(--dark-color);
}



/*===== Portfoliobox Hover Follow  =====*/
.pt-portfoliobox-1.pt-hover-fade {
    text-alin: center;
}

.pt-portfoliobox-1.pt-hover-fade:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(25, 35, 43, 0.8);
    z-index: 1;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-portfoliobox-1.pt-hover-fade:hover:before {
    opacity: 1;
}

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

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

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

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

/*===== Portfoliobox Hover Slide  =====*/
.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info {
    background: var(--dark-color);
    padding: 30px;
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 1;
    -moz-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -webkit-transition: transform 0.4s 0s ease-in-out;
    -moz-transition: transform 0.4s 0s ease-in-out;
    -o-transition: transform 0.4s 0s ease-in-out;
    transition: transform 0.4s 0s ease-in-out;
}

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

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


/*================================================
Intro css
===============================================*/
.page-id-7754  .pt-footer-style-1 {
display: none;
}

.page-id-13272 footer#pt-footer.style-1 {
margin-top: 0px;
}

.intro-img .elementor-image-box-img img {
-webkit-box-shadow: 10px 0px 30px 0px rgba(21, 21, 21, 0.1);
-moz-box-shadow: 10px 0px 30px 0px rgba(21, 21, 21, 0.1);
box-shadow: 10px 0px 30px 0px rgba(21, 21, 21, 0.1);
}

.intro-features .elementor-image-box-img {
width: 120px !important;
height: 120px;
line-height: 120px;
background: var(--grey-color);
border-radius: 900px;

}

.intro-features .elementor-image-box-img img {
width: 60px;
}
/*================================================
portfolio single
===============================================*/

.pt-portfolio-info-box {
display: inline-block;
width: 100%;
}

.pt-porfolio-info-header h5 {
font-size: 40px;
line-height: 48px;
margin-bottom: 10px;
}

.pt-porfolio-info .pt-info-list {
margin: 0;
padding: 0;
}

.pt-porfolio-info .pt-info-list li {
list-style: none;
float: left;
margin: 0 0 15px;
padding: 0 0 15px;
border-bottom: 1px solid var(--grey-color);
display: inline-block;
width: 100%;
}

.pt-porfolio-info .pt-info-list li h5 {
display: inline-block;
font-size: 16px;
line-height: 24px;
font-weight: 400;
}

.pt-porfolio-info .pt-info-list li span {
font-family: var(--title-fonts);
float: right;
color: var(--primary-color);
}

.Projects-dts .pt-portfolio-block .pt-portfolio-info {
padding-bottom: 0;
}

/*================================================
360 view
===============================================*/
#pt-img-link { display: none; }
#pt-360-view {
    width: 100%;
    height: 550px;
}


/*================================================
 Present Each Floor 
===============================================*/
.pt-apartment-item{ text-align: center; background: var(--grey-color);padding: 30px;}
.pt-apartment-item span.pt-sold-label { position: absolute; right: 30px;top: 30px;padding:5px 20px;background: var(--primary-color);color: var(--white-color);font-family: var(--sub-title-fonts);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
        letter-spacing: 0.4em;
    text-transform: uppercase;}
.pt-apartment-item .pt-apartment-title { margin: 30px 0; }
.pt-apartment-item .pt-apartment-features{ text-align: center; }
.pt-apartment-features .pt-feature-box{ display: inline-block;    padding: 0 15px; }
.pt-apartment-features .pt-feature-box .pt-feature-icon { font-size: 40px;color: var(--primary-color);margin-bottom: 10px; }


.footer-gallery .wp-block-image.size-full{ width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)* .66667); }











