/*

Template: interior - Architecture and Interior Design Theme
Author: peacefulthemes.com
Version: 1.0
Design and Developed by: Peaceful Themes

*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Flaticon
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Error
==> Header
==> Breadcrumb
==> Sidebar Menu
==> Footer
==> Section Title
==> isotope Portfolio
==> Porfolio Box
==> Counter
==> Team
==> Testimonial
==> Fancy Box
==> Video Popup
==> OWL Carousel
==> Client
==> Contact us
==> Accordion
==> pricebox
==> Circle box
==> Process Step
==> Progressbar
==> Magnific Popup
==> Service box slider
==> Circle Progress
==> Landing

======================================
[ End table content ]
======================================*/

/*================================================

Moz Selection

================================================*/:root {
--primary-color: #c5b092;
--dark-color: #20476f;
--secondary-color: #656a6e;
--grey-color: #fafafa;
--white-color: #ffffff;
--body-fonts: 'Open Sans', sans-serif;
--title-fonts: 'Roboto Condensed', 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: 1rem;
font-style: normal;
font-weight: normal;
line-height: 2;
color: var(--secondary-color);
overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--title-fonts);
color: var(--dark-color);
font-style: normal;
text-transform: capitalize;
font-weight: 400;
margin: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}

h1 {
font-size: 40px;
font-style: normal;
line-height: 48px;
}

h2 {
font-size: 36px;
font-style: normal;
line-height: 44px;
}

h3 {
font-size: 32px;
font-style: normal;
line-height: 40px;
}

h4 {
font-size: 28px;
font-style: normal;
line-height: 36px;
}

h5 {
font-size: 24px;
font-style: normal;
line-height: 32px;
}

h6 {
font-size: 20px;
font-style: normal;
line-height: 28px;
}

/*===== HTML Tags =====*/
a,
.button {
color: var(--primary-color);
outline: none !important;
text-decoration: none;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
color: var(--primary-color);
outline: none;
text-decoration: none !important;
}

p {
margin-bottom: 30px;
}

img {
max-width: 100%;
height: auto;
}

pre {
background: var(--white-color);
padding: 15px;
border: 0.4px solid var(--grey-color);
}

hr {
margin: 0;
padding: 0px;
border-bottom: 1px solid #e0e0e0;
border-top: 0px;
}

b,
strong {
font-weight: 400;
}

/*===== 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;
}

.section-style::before {
content: '';
position: absolute;
right: 100%;
top: 0;
width: 100%;
height: 100%;
background-color: var(--primary-color);
}

/*===== Table =====*/
table {
border: 1px solid var(--grey-color);
width: 100%;
margin-bottom: 20px;
}

table td,
table th {
border: 1px solid var(--grey-color);
padding: 8px;
text-align: center;
}

/*===== Input Textarea =====*/
input,
input.form-control {
background: var(--white-color);
border: 1px solid var(--dark-color);
color: var(--dark-color);
width: 100%;
float: left;
font-size: 16px;
padding: 0 15px;
height: 54px;
line-height: 54px;
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
border-color: var(--primary-color) !important;
outline: none;
}

input[type="radio"],
input[type="checkbox"] {
width: auto;
height: auto;
float: none;
margin-right: 5px;
}

textarea {
background: var(--white-color);
border: 1px solid var(--dark-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;
}

/*===== Select =====*/
select,
select.form-control {
border: 1px solid var(--dark-color);
color: var(--dark-color);
width: 100%;
float: left;
padding: 0 30px 0 15px;
height: 51px;
line-height: 48px;
outline: none;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-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 9px 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: 120px;
}

/*================================================

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;
border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
}

#back-to-top .top::before {
content: "";
position: absolute;
border: 1px solid var(--dark-color);
top: 4px;
right: -4px;
background-color: transparent;
height: 100%;
width: 100%;
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;
}

#back-to-top .top:hover::before {
top: -4px;
right: 4px;
border: 1px solid var(--primary-color);
}

#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;
}

#caption-attachment-905 {
margin-top: 5px;
}

/*===== 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: px;
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: 400;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}

/*================================================

Button Core

================================================*/
[type="button"],
[type="reset"],
[type="submit"] {
font-family: var(--title-fonts);
overflow: inherit;
position: relative;
width: auto;
background: var(--primary-color);
color: var(--white-color);
text-transform: uppercase;
font-size: 16px;
padding: 12px 45px;
line-height: 2;
vertical-align: middle;
border: none;
display: inline-block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
color: var(--white-color);
background: var(--dark-color);
}

.pt-button {
font-family: var(--title-fonts);
overflow: inherit;
position: relative;
width: auto;
background: var(--primary-color);
color: var(--white-color);
text-transform: uppercase;
font-size: 16px;
padding: 12px 45px;
line-height: 2;
vertical-align: middle;
border: none;
display: inline-block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.pt-button::before {
content: "";
position: absolute;
background: transparent;
border: 1px solid var(--primary-color);
height: 100%;
width: 100%;
top: 6px;
right: -6px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.pt-button span {
z-index: 9;
position: relative;
}

.pt-button:hover,
.pt-button:focus {
color: var(--white-color);
background: var(--dark-color);
}

.pt-button:hover:before {
top: -6px;
right: 6px;
border-color: var(--dark-color);
}

/*===== Button link =====*/
.pt-button.pt-btn-link {
padding: 0;
line-height: 16px;
background: transparent;
color: var(--primary-color);
border-bottom: 1px solid var(--primary-color);
}

.pt-button.pt-btn-link:hover {
transform: unset;
}

.pt-button.pt-btn-link:before {
display: none;
}

.pt-button.pt-btn-link:hover .pt-button-block span.pt-button-text {
color: var(--dark-color);
}

/*===== Button outline =====*/
.pt-button.pt-btn-outline {
background: transparent;
border: 1px solid var(--primary-color);
color: var(--primary-color);
}

.pt-button.pt-btn-outline::before {
content: "";
position: absolute;
background: transparent;
border: 1px solid var(--primary-color);
height: 100%;
width: 100%;
top: 6px;
right: -6px;
z-index: 0;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.pt-button.pt-btn-outline::after {
content: "";
position: absolute;
background: var(--white-color);
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 0;
}

.pt-button.pt-btn-outline:hover::before {
top: -6px;
right: 6px;
border-color: var(--dark-color);
}

.pt-button.pt-btn-outline:hover {
color: var(--dark-color);
border: 1px solid var(--dark-color);
}

/*================================================

Flaticon

================================================*/
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
font-family: "Flaticon";
font-size: inherit;
font-style: normal;
line-height: inherit !important;
margin-left: 0;
}

/*================================================

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;
}

.is-style-squared .wp-block-button__link {
border-radius: 0;
}

#attachment_905 {
font-size: 14px;
line-height: normal;
margin: 0;
}

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
background: var(--primary-color);
color: var(--white-color) !important;
font-size: 16px;
}

.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
background: var(--dark-color);
color: var(--white-color);
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
border-color: var(--primary-color);
color: var(--primary-color) !important;
}

.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
background: transparent;
border-color: var(--dark-color);
color: var(--dark-color) !important;
}

.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: 1px solid var(--grey-color);
border-radius: 0;
border-left: 5px solid var(--primary-color);
margin-bottom: 30px;
}

blockquote cite {
font-family: var(--title-fonts);
color: var(--primary-color);
text-transform: uppercase;
font-weight: 400;
font-style: italic;
}

blockquote strong {
font-family: var(--title-fonts);
color: var(--primary-color);
font-style: italic;
font-weight: 400;
}

.pt-blog-post .pt-blog-contain blockquote p {
margin-bottom: 0;
}

.pt-blog-post .pt-blog-contain p:last-child {
margin-bottom: 0;
}

.post-password-form input {
float: none;
}

.post-password-form input[type="submit"] {
margin-left: 5px;
margin-top: -3px;
}

.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(--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%;
}

/*===== Gallery =====*/
.gallery-item .gallery-caption {
font-size: 14px;
line-height: 22px;
}

.gallery-size-thumbnail .gallery-item {
margin-right: 2%;
width: 18.4%;
margin-bottom: 2%;
display: inline-block;
vertical-align: top;
}

.gallery.gallery-size-thumbnail {
display: inline-block;
width: 100%;
}

.gallery-size-thumbnail .gallery-item img {
margin-bottom: 10px;
}

.gallery-columns-1 .gallery-item {
width: 100%;
margin-right: 0px;
}

.gallery-columns-2 .gallery-item {
width: 48%;
}

.gallery-columns-3 .gallery-item {
width: 31.3%;
}

.gallery-columns-4 .gallery-item {
width: 23%;
}

.gallery-columns-5 .gallery-item {
width: 18%;
}

.gallery-columns-6 .gallery-item {
width: 14.6%;
}

.gallery-columns-7 .gallery-item {
width: 12.2%;
}

.gallery-columns-8 .gallery-item {
width: 10.5%;
}

.gallery-columns-9 .gallery-item {
width: 9.1%;
}

/*===== Calendar =====*/
.pt-blog-contain .wp-block-calendar {
display: inline-block;
width: 100%;
margin-bottom: 30px;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
color: var(--secondary-color);
}

.wp-calendar-table {
margin-bottom: 0;
}

.wp-calendar-table caption {
padding: 0 0 15px;
color: var(--dark-color);
text-align: center;
caption-side: top;
}

.wp-calendar-nav .wp-calendar-nav-prev {
width: 50%;
border: 1px solid var(--grey-color);
display: inline-block;
float: left;
text-align: center;
border-right: 0;
padding: 4px;
border-top: 0;
color: var(--secondary-color);
text-decoration: none;
background: var(--white-color);
}

.wp-calendar-nav .wp-calendar-nav-next {
width: 50%;
border: 1px solid var(--grey-color);
display: inline-block;
float: left;
text-align: center;
padding: 4px;
border-top: 0;
color: var(--secondary-color);
text-decoration: none;
background: var(--white-color);
}

.wp-calendar-nav .pad {
display: none;
}

.wp-calendar-nav span a {
color: var(--secondary-color);
text-decoration: none;
}

.wp-calendar-nav span a:hover {
color: var(--primary-color);
}

/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link {
font-size: 14px !important;
background: var(--primary-color);
margin: 0 10px 10px 0;
display: inline-block;
float: left;
color: var(--white-color);
padding: 4px 8px;
border: 1px solid var(--primary-color);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
border-color: var(--dark-color);
background: var(--dark-color);
color: var(--white-color);
}

/*=====  Blog Page Link =====*/
.page-links {
margin: 15px 0 10px;
clear: both;
}

.pt-blog-contain .page-links a,
.page-links>span.page-number,
.page-links a,
.page-links .post-page-numbers {
border: none;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: var(--grey-color);
margin-left: 5px;
padding: 0px;
display: inline-block;
color: var(--dark-color);
}

.pt-blog-contain .page-links a:hover,
.page-links .post-page-numbers.current {
text-decoration: none;
border-color: transparent;
background: var(--primary-color);
color: var(--white-color);
}

.pt-blog-contain .page-links>span.page-number,
.page-links>span.page-number {
background: var(--primary-color);
color: var(--white-color);
}

article.hentry .pt-blog-contain .page-links a:hover {
color: #fff;
}

.wp-block-table.is-style-stripes td {
border-color: #eaeaea;
}

.wp-block-table td,
.wp-block-table th {
text-align: left;
}

.wp-block-latest-posts.is-grid.has-dates {
margin: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
background-color: var(--grey-color);
}

article.hentry.format-audio .pt-post-media p:nth-child(-n+2) {
display: inline-block;
margin-bottom: 0;
padding-top: 30px;
}

article.hentry.format-audio .pt-post-media p {
margin-bottom: 0;
padding-left: 30px;
}

article.hentry.format-audio .pt-post-media p {
margin-bottom: 0;
padding-left: 30px;
}

article.hentry.format-video .pt-post-media p {
margin-bottom: 0;
}

article.hentry.format-video .pt-post-media {
text-align: center;
}

article.hentry.format-audio .pt-post-media embed,
article.hentry.format-video .pt-post-media iframe {
width: 100%;
}

/*================================================

Blog Sidebar

================================================*/
.widget {
margin-bottom: 30px;
display: inline-block;
width: 100%;
float: left;
position: relative;
padding: 30px;
background: var(--grey-color);
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.widget:last-child {
margin-bottom: 0;
}

/*+++++ Widget Title +++++*/
.widget h2 {
margin-bottom: 15px;
padding: 0;
font-size: 28px;
position: relative;
line-height: 36px;
position: relative;
}

/*+++++ SideBar - Search +++++*/
.widget.widget_search {
background: var(--primary-color);
}

.widget.widget_search .widget-title {
display: none;
}

.widget.widget_search .wp-block-search {
position: relative;
}

.widget.widget_search .wp-block-search label {
display: none;
}

.wp-block-search .wp-block-search__button {
background: var(--dark-color);
border: none;
padding: 0;
position: absolute;
text-align: center;
color: var(--white-color) !important;
font-size: 0px;
line-height: 54px;
height: 54px;
width: 54px;
top: 0;
right: 0;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

.wp-block-search .wp-block-search__button:before {
content: "\f002";
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 16px;
}

.wp-block-search .wp-block-search__button:hover {
color: var(--white-color) !important;
background: var(--dark-color);
outline: none;
}

.search-form {
position: relative;
}

.search-form label {
width: 100%;
margin-bottom: 0;
float: left;
width: 100%;
}

.widget.widget_search .search-form .search-field, .widget.widget_search .wp-block-search__input {
background: var(--white-color);
border-color: var(--white-color);
}

.search-submit {
background: var(--dark-color);
border: none;
padding: 0;
position: absolute;
text-align: center;
color: var(--white-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: "\f002";
font-family: "Font Awesome 5 Free";
font-weight: 700;
}

.search-submit:hover {
color: var(--white-color) !important;
background: var(--dark-color);
outline: none;
}

/*+++++ widget-menu +++++*/
.widget ul {
padding: 0;
margin: 0;
}

.widget ul li {
list-style: none;
margin: 0 0 15px 0;
}

.widget ul li:last-child {
margin-bottom: 0;
}

.widget ul ul.children {
padding-left: 25px;
margin-top: 15px;
}

.widget ul li a {
padding: 0 0 0 15px;
color: var(--secondary-color);
position: relative;
-ms-word-wrap: break-word;
word-wrap: break-word;
position: relative;
}

.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 {
position: absolute;
content: '\f054';
left: 0;
font-size: 10px;
top: 6px;
color: inherit;
font-family: "Font Awesome 5 Free";
line-height: normal;
font-weight: 900;
color: var(--primary-color);
}

/*+++++ SideBar - Recent Comments +++++*/
.wp-block-latest-comments {
padding: 0;
margin: 0;
}

.wp-block-latest-comments li,
#recentcomments li {
padding-left: 0;
position: relative;
line-height: 2;
}

.wp-block-latest-comments li  .wp-block-latest-comments__comment-author,
#recentcomments li .comment-author-link a {
color: var(--dark-color);
padding: 0;
}

.wp-block-latest-comments li  .wp-block-latest-comments__comment-link,
#recentcomments li a {
color: var(--primary-color);
padding: 0;
}

.wp-block-latest-comments li  .wp-block-latest-comments__comment-author:hover,
.wp-block-latest-comments li  .wp-block-latest-comments__comment-link:hover,
#recentcomments li a:hover {
color: var(--primary-color);
text-decoration: underline !important;
}

/*+++++  SideBar widget archive  +++++*/
.widget.widget_archive ul li,
.widget.widget_categories ul li {
font-weight: 400;
color: var(--primary-color);
}

/*+++++  SideBar Calendar  +++++*/
.widget_calendar table caption {
padding: 0 0 10px;
color: var(--dark-color);
}

.widget_calendar table#wp-calendar {
width: 100%;
text-align: center;
margin-bottom: 0;
margin-top: 0;
background: var(--white-color);
}

.widget_calendar .calendar_wrap td#today {
background: var(--primary-color);
color: var(--white-color);
}

.widget_calendar .calendar_wrap td#today a {
color: var(--white-color);
}

.widget_calendar .calendar_wrap table th {
background: var(--white-color);
color: var(--dark-color);
}

.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
padding: 8px;
text-align: center;
}

/*+++++  widget_categories  +++++*/
.widget_categories ul>li:last-child {
margin-bottom: 0;
}

/*+++++  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: 700;
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: 700;
margin-top: 5px;
display: inline-block;
width: 100%;
color: var(--dark-color);
font-family: var(--title-fonts);
}

.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;
}

/*+++++ widget Nav Menu +++++*/
.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
display: block !important;
padding-left: 20px;
margin-top: 15px;
}

/*+++++  SideBar - widget Recent Entries +++++*/
.widget_recent_entries ul li .post-date {
font-weight: 700;
color: var(--dark-color);
}

/*+++++ SideBar - Tags +++++*/
.widget_tag_cloud .tag-cloud-link {
font-size: 14px !important;
background: var(--dark-color);
margin: 0 10px 10px 0;
display: inline-block;
float: left;
color: var(--white-color);
padding: 4px 16px;
border: 1px solid var(--grey-color);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.widget_tag_cloud .tag-cloud-link:hover {
border-color: var(--primary-color);
background: var(--primary-color);
color: var(--white-color);
}

/*+++++ SideBar - Gallery +++++*/
.widget.widget_media_gallery .gallery-size-thumbnail .gallery-item img {
margin: 0;
}

@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;
}

.comment-respond .comment-reply-title a {
font-weight: 400;
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);
}

.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: 20px;
}

.commentlist .pt-comment-avatar img {
width: 90px;
max-width: inherit;
height: 90px;
}

.commentlist .pt-comment-box {
position: relative;
display: inline-block;
width: 100%;
overflow: hidden;
}

.commentlist .pt-comment-box .title:hover {
text-decoration: none;
color: var(--primary-color);
}

.commentlist .comment-content p {
margin: 0;
}

.single-post .commentlist .comment-content p {
margin-bottom: 15px;
}

.single-post .commentlist b,
.single-post .commentlist strong {
font-weight: bold;
}

.commentlist .pt-comment-info .reply a {
position: absolute;
right: 30px;
top: 30px;
margin: 0;
font-size: 14px;
line-height: 22px;
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;
}

/*===== Comments Form =====*/
ol.commentlist .pingback,
ol.commentlist .trackback {
margin-left: 25px;
}

/*================================================

Blog

================================================*/
.pt-blog-post {
padding: 0;
margin-bottom: 60px;
background: var(--white-color);
display: inline-block;
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.pt-blog-post .pt-post-media {
overflow: hidden;
position: relative;
margin: 0 0 30px;
}

.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-blog-contain {
display: inline-block;
position: relative;
width: 100%;
}

.pt-blog-post .pt-post-media .pt-post-date {
position: absolute;
top: 15px;
right: 15px;
text-align: center;
background-color: var(--dark-color);
padding: 5px 15px;
text-transform: uppercase;
}

.pt-blog-post .pt-post-media .pt-post-date a {
color: var(--white-color);
}

.pt-blog-post .pt-post-media .pt-post-date span {
display: inline-block;
float: left;
width: 100%;
font-family: var(--title-fonts);
font-weight: 400;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
font-size: 32px;
line-height: 40px;
margin-bottom: 5px;
}

.pt-blog-post .pt-meta-content {
margin: 0 0 15px;
padding: 0;
width: 100%;
display: -ms-flexbox !important;
display: flex !important;
}

.pt-blog-post .pt-meta-content li {
list-style: none;
float: left;
display: inline-block;
font-family: var(--title-fonts);
padding: 0 0;
margin: 0 20px 0 0;
align-self: center !important;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
position: relative;
}

.pt-blog-post .pt-meta-content li.pt-slash {
opacity: 0.4;
}

.pt-blog-post .pt-meta-content li.pt-post-meta {
display: none;
}

.pt-blog-post .pt-meta-content li:first-child {
margin-left: 0;
}

.pt-blog-post .pt-meta-content li a {
color: var(--secondary-color);
}

.pt-blog-post .pt-blog-contain .pt-btn-container {
margin-top: 30px;
}

/*---------------- HOME Blog------------------*/
.pt-blog .owl-carousel .pt-blog-post {
margin: 0;
background: var(--grey-color);
}

.pt-blog .owl-carousel .pt-blog-post .pt-post-media {
margin: 0;
}

.pt-blog .owl-carousel .pt-blog-post .pt-blog-contain {
padding: 30px;
}

.pt-blog .owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
font-size: 28px;
line-height: 36px;
}

.pt-blog .owl-carousel .pt-blog-post .pt-blog-contain p {
line-height: 1.8;
}

/*---------------------------------------------------------*/
.pt-blog-post .pt-meta-content li a:hover {
color: var(--primary-color);
}

.pt-blog-post .pt-meta-content li i {
margin-right: 8px;
color: var(--primary-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%;
}

.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
	padding-left: 10px;
}

}

@media(max-width:1023px) {
.pt-blog .owl-carousel .pt-blog-post .pt-blog-contain {
	padding: 30px 15px;
}

}

@media(max-width:767px) {
.commentlist ol.children {
	padding-left: 30px;
}

.commentlist .pt-comment-info {
	padding: 15px;
}

.commentlist .pt-comment-avatar {
	padding-right: 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,
.commentlist .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 100%;
	margin-right: 0;
}

}

@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: 0;
}

.pt-blog-post .pt-meta-content {
	display: inline-block !important;
	margin: 0;
}

.pt-blog-post .pt-meta-content li {
	font-size: 14px;
	margin-bottom: 5px;
}

}

/*================================================

Pagination

================================================*/
.pt-pagination {
margin-top: 15px;
}

.pt-pagination .page-numbers {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
padding: 0;
margin: 0;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
margin-left: 0;
}

.pt-pagination .page-numbers li .page-numbers {
position: relative;
display: block;
padding: 0px 15px;
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
margin: 0 5px;
color: var(--dark-color);
background-color: var(--grey-color);
border: 1px solid var(--grey-color);
}

.pt-pagination .page-numbers li .page-numbers:hover {
color: var(--white-color);
text-decoration: none;
background-color: var(--primary-color);
border-color: var(--primary-color);
z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
box-shadow: none;
outline: 0;
z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
cursor: pointer
}

.pt-pagination .page-numbers li .page-numbers.current {
color: var(--white-color);
background: var(--primary-color);
border-color: var(--primary-color);
z-index: 1;
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
width: auto;
}

@media(max-width:767px) {
.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
	width: auto;
	display: none;
}

}

/*================================================

Error

================================================*/
.pt-error-block {
text-align: center;
}

.pt-error-block .pt-errot-text {
font-size: 420px;
font-family: var(--title-fonts);
color: var(--primary-color);
line-height: 0.8;
margin-bottom: 30px;
font-style: normal;
text-transform: uppercase;
font-weight: 400;
}

@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: 14px;
}

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: 60px;
}

@media (max-width:479px) {
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;
text-transform: uppercase;
}

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-size: 15px;
}

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,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover>a,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li:hover>a,
header#pt-header.pt-header-style-1.pt-header-sticky .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: 240px;
z-index: 999;
padding: 0;
-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(--dark-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;
border-bottom: 1px solid var(--grey-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
margin-left: 10px;
font-size: 12px;
color: var(--dark-color);
opacity: 0.5;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
line-height: 2;
text-transform: capitalize;
padding: 10px 15px;
display: inline-block;
width: 100%;
color: var(--dark-color);
font-size: 16px;
position: relative;
overflow: hidden;
float: left;
}

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,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>a {
color: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:before {
content: '';
position: absolute;
top: calc(50% - 3px);
height: 5px;
width: 5px;
background: var(--primary-color);
border-radius: 0;
left: 0;
opacity: 0;
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;
left: 0;
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover:before,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a:before,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>a:before {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent {
padding: 0 15px;
}

@media screen and (max-width:4000px) and (min-width:1023px) {
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
	display: block !important;
}

}

/*+++++ Navigation Sub Menu +++++*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
position: absolute;
top: 0;
right: 100%;
left: inherit;
display: block;
background: var(--white-color);
display: inline-block;
width: 240px;
border: none;
}

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,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children.current-menu-parent>.pt-submenu-icon {
color: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
color: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
color: var(--primary-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: 0;
-moz-border-radius: 0;
border-radius: 0;
}

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 Style-1 +++++*/
header#pt-header.pt-header-style-1.pt-has-sticky {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 100%;
background: var(--white-color);
z-index: 999;
padding: 0;
box-shadow: none;
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
position: fixed;
background: var(--white-color);
padding: 0;
-webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
-moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header.pt-header-style-1 .pt-bottom-header {
min-height: 70px;
max-width: 1920px;
margin: 0 auto;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
line-height: normal;
background: var(--white-color);
padding: 20px 30px 20px 0px;
position: relative;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
line-height: 95px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
color: var(--primary-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
top: 100%;
}

header#pt-header.pt-header-style-1 .pt-header-info-box {
margin: 0 0 0 30px;
display: flex;
color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-header-call {
display: inline-block;
float: left;
margin-right: 30px;
margin-top: 5px;
}

header#pt-header.pt-header-style-1 .pt-header-call a i {
font-size: 48px;
margin-right: 15px;
line-height: 56px;
}

header#pt-header.pt-header-style-1 .pt-header-call a {
display: flex;
align-items: flex-start;
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info {
flex: 1;
text-transform: capitalize;
font-size: 14px;
color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info span {
width: 100%;
float: left;
display: inline-block;
color: var(--primary-color);
line-height: normal;
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info h5 {
font-weight: 400;
font-size: 20px;
line-height: 28px;
}

header#pt-header.pt-header-style-1 .pt-button {
background: var(--dark-color);
}

header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li>a,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-header-call a .pt-call-info h5 {
color: var(--dark-color);
}

header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li i {
color: var(--dark-color);
}

header#pt-header.pt-header-style-1.pt-header-sticky .pt-header-call a .pt-call-info span {
color: var(--primary-color);
}

header#pt-header .pt-button:before,
header#pt-header .pt-button:after {
display: none;
}

/*+++++ Header Style-2 +++++*/
header#pt-header.pt-header-style-2 .pt-top-header {
background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
height: 60px;
}

header#pt-header.pt-header-style-2 {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 100%;
background: var(--white-color);
padding: 0;
-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-header-style-2 .navbar-brand {
background: var(--primary-color);
display: inline-block;
padding: 15px 30px;
margin: 0;
line-height: 4.7777;
text-align: center;
width: 100%;
}

header#pt-header.pt-header-style-2 .pt-bottom-header {
min-height: auto;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
line-height: 75px;
}

header#pt-header.pt-header-style-2 .pt-header-info-box {
display: flex;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block {
line-height: 76px;
padding: 0 30px;
background: var(--white-color);
border-left: 1px solid var(--grey-color);
color: #fff;
font-size: 20px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
top: 75px;
}

header#pt-header.pt-header-style-2 .pt-search-form {
top: 77px;
}

/*Header Style-2 sticky*/
header#pt-header.pt-header-style-2.pt-header-sticky {
position: fixed;
top: 0;
left: 0;
display: inline-block;
width: 100%;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-top-header {
display: none;
}

header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
line-height: 2.44444;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-header-diff-block .navbar-brand img {
height: 45px;
}

/*+++++Ttoggle Side Bar +++++*/
header#pt-header.pt-header-style-2 .pt-toggle-btn {
line-height: 75px;
padding: 22px 25px;
background: var(--primary-color);
color: #fff;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
transform-origin: 50% 0%;
}

.buttons ol li:before {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
display: block;
width: 23vw;
height: 20vw;
content: "";
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.buttons ol li:after {
position: absolute;
top: 38%;
right: 7vw;
transform: rotate(-90deg);
z-index: 1;
display: block;
width: 30px;
height: 30px;
text-align: center;
content: counter(list-counter, decimal-leading-zero);
font-family: Helvetica;
font-size: 20px;
line-height: 30px;
font-weight: 300;
opacity: 0.15;
transition: color 0.35s;
will-change: color;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a {
position: relative;
display: block;
top: 15px;
width: 30px;
height: 2px;
margin: 0 auto;
border: none;
cursor: pointer;
background: currentColor;
color: inherit;
font-size: 0;
transition: 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 100%;
height: 2px;
background: currentColor;
content: "";
transition: transform 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
transform: translate(-50%, -10px);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
transform: translate(-50%, 10px);
}

/*++++++++++*/
header#pt-header.pt-header-default .pt-btn-container {
margin: 0 0 0 30px;
}

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(--white-color);
border: 2px solid var(--primary-color);
color: var(--primary-color);
line-height: 55px;
width: 55px;
height: 55px;
text-align: center;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

header#pt-header.pt-header-default .pt-menu-search-block {
margin: 0 0 0 30px;
}

/*+++++ Header Style-1 +++++*/
.admin-bar header#pt-header.pt-header-sticky,
.admin-bar header#pt-header.pt-header-style-2,
.admin-bar header#pt-header.pt-header-style-1 {
top: 32px;
}

.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
top: 32px;
}

/*+++++ Header Style-5 +++++*/
.admin-bar header#pt-header.pt-header-style-5 {
position: absolute;
left: 0;
top: 32px;
}

header#pt-header.pt-header-style-5 {
position: absolute;
top: 0;
left: 0;
padding: 0 30px;
background: transparent;
}

header#pt-header.pt-header-style-5 .pt-bottom-header .navbar {
display: flex;
justify-content: space-between;
}

@media(max-width:767px) {
header#pt-header.pt-header-style-5 {
	padding: 0;
}

.admin-bar header#pt-header.pt-header-sticky,
.admin-bar header#pt-header {
	top: 0;
}

.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky,
.admin-bar header#pt-header.pt-header-style-1.pt-header-sticky {
	top: 0;
}

}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {
.admin-bar header#pt-header.pt-header-sticky,
.admin-bar header#pt-header.pt-header-style-2,
.admin-bar header#pt-header.pt-header-style-1,
.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
	top: 46px;
}

.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky,
.admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky,
.admin-bar header#pt-header.pt-header-style-5 {
	top: 46px !important;
}

}

@media(max-width:1399px) {
header#pt-header.pt-header-style-1 .pt-header-info-box {
	margin: 0 0 0 20px;
}

header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
	height: 55px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
	left: inherit;
	right: 100%;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
	padding: 20px 30px 20px 0px;
}

}

@media(max-width:1365px) {
header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
	margin-left: 5px;
	font-size: 10px;
}

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;
	display: none;
}

header#pt-header.pt-header-style-2 .navbar-brand {
	padding: 15px 10px;
	line-height: 3.3555;
}

header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
	height: 40px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
	margin-right: 30px;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block {
	margin-left: 30px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
	line-height: 51px;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block {
	line-height: 51px;
	padding: 0 20px;
	margin-left: 0;
}

header#pt-header.pt-header-style-2 .pt-search-form {
	top: 53px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	top: 52px;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn {
	line-height: 51px;
	padding: 10px 20px;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a {
	width: 25px;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
	transform: translate(-50%, -10px);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
	transform: translate(-50%, 10px);
}

header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
	line-height: 1.111;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-header-diff-block .navbar-brand img {
	height: 30px;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li {
	line-height: 57px;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-menu-search-block,
header#pt-header.pt-header-style-2.pt-header-sticky .pt-toggle-btn {
	line-height: 57px;
}

/*+++++ Header Style-1 +++++*/
header#pt-header.pt-header-style-1 .pt-header-call {
	display: none;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
	line-height: 85px;
}

}

@media(max-width:1023px) {

/*+++++ Button Toggler +++++*/
header#pt-header.pt-header-default .pt-toggle-btn {
	display: none;
}

header#pt-header .pt-bottom-header .navbar-toggler {
	font-size: 22px;
	padding: 14px 20px;
	line-height: normal;
	float: right;
	outline: none;
	margin: 0 0 0 30px;
	color: #ffffff;
}

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;
	border-bottom: 1px solid var(--grey-color);
}

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: 21px 20px;
	-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: 0;
	background: #f5f5f5;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	float: left;
	border: none;
}

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 20px;
	-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 15px;
}

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-menu-search-block {
	margin-left: auto !important;
}

header#pt-header.pt-header-default .pt-btn-container {
	display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent {
	padding: 0;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a,
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-parent a {
	margin-left: 15px;
}

/*+++++ Header Style-2 +++++*/
header#pt-header.pt-header-style-2 {
	position: relative;
}

.admin-bar header#pt-header.pt-header-style-2 {
	top: 0;
}

.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky {
	top: 32px;
}

header#pt-header.pt-header-style-2 .pt-top-header,
header#pt-header.pt-header-style-2 .pt-toggle-btn {
	display: none;
}

header#pt-header.pt-header-style-2 .navbar-brand {
	padding: 10px;
	line-height: 2.499999;
}

header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
	line-height: 2.499999;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-header-diff-block .navbar-brand img {
	height: 40px;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-menu-search-block,
header#pt-header.pt-header-style-2.pt-header-sticky .pt-toggle-btn {
	line-height: 3.499999;
}

header#pt-header.pt-header-style-2 .pt-header-info-box {
	margin-left: auto !important;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
	margin: 0 15px 0 0;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block {
	line-height: 3.499999;
	margin-left: 0;
	margin-right: 0;
	float: right;
	display: inline-block;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
	line-height: normal;
	margin-right: 0;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse {
	top: 68px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	top: 0;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li {
	line-height: normal;
}

/*+++++ Header Style-1 +++++*/
header#pt-header.pt-header-style-1.pt-has-sticky {
	top: 0;
	padding: 0;
	position: relative;
	background: var(--white-color);
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
	top: 0;
	background: var(--white-color);
}

.admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
	top: 32px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
	padding: 18px 0;
}

header#pt-header.pt-header-style-1 .pt-header-call {
	margin-top: 0;
	margin-right: 15px;
	display: flex;
}

header#pt-header.pt-header-style-1 .pt-header-info-box {
	margin-left: auto;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
	color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
	line-height: normal;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
	color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	top: 0;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a:hover,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover>a,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li:hover>a,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li:hover>i {
	color: var(--white-color);
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-collapse {
	top: 100%;
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info h5,
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li i {
	color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info span {
	color: var(--primary-color);
}

}

@media(max-width:767px) {
header#pt-header.pt-header-style-2 .navbar-brand {
	padding: 20px 15px;
	line-height: normal;
	text-align: left;
	display: inline-block;
	width: auto;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block {
	display: none;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse {
	top: 0;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler,
header#pt-header.pt-header-style-2 .pt-menu-search-block {
	margin-top: -80px;
}

header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
	line-height: normal;
}

header#pt-header.pt-header-style-1 .pt-header-call {
	display: none;
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand {
	padding: 18px 18px 18px 0;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
	padding: 18px 0;
}

.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky {
	top: 0;
}

header#pt-header.pt-header-default .pt-top-header,
header#pt-header.pt-header-default .pt-btn-container {
	display: none !important;
}

.admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky,
.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
	top: 0;
}

header#pt-header.pt-header-style-1 .pt-button {
	display: none;
}

}

@media(max-width:479px) {
.pt-menu-search-block,
.pt-sidebar,
.pt-toggle-btn,
header#pt-header.pt-header-style-1 .pt-header-info-box {
	display: none !important;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
	padding: 0;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar {
	padding: 10px 0;
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand {
	padding: 0;
}

}

/*================================================



Breadcrumb



================================================*/
.pt-breadcrumb {
background: var(--dark-color);
color: var(--white-color);
padding: 130px 0;
position: relative;
text-align: center;
z-index: 9;
}

.pt-breadcrumb:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--dark-color);
opacity: 0.9;
z-index: -1;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
font-size: 56px;
line-height: 64px;
margin-bottom: 15px;
color: var(--white-color);
}

.pt-breadcrumb-container .breadcrumb {
background: transparent;
padding: 0;
margin: 0;
justify-content: center;
}

.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 i {
font-size: 18px;
margin-right: 10px;
}

.pt-breadcrumb-container .breadcrumb li a {
color: var(--white-color);
}

.pt-breadcrumb-container .breadcrumb li a:hover {
color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
content: "\f3d3";
font-size: 16px;
font-family: "Ionicons";
padding-right: 15px;
color: var(--white-color);
}

.pt-yoest-breadcumbs #breadcrumbs {
margin: 0;
padding: 0;
}

.pt-yoest-breadcumbs #breadcrumbs span {
color: var(--dark-color);
}

.pt-yoest-breadcumbs #breadcrumbs span a {
padding: 0 5px;
}

.pt-yoest-breadcumbs #breadcrumbs span strong {
font-weight: 400;
padding-left: 5px;
}

@media(max-width:1023px) {
.pt-breadcrumb {
	text-align: center;
}

.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 {
	padding: 90px 0;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
	font-size: 34px;
	line-height: 42px;
}

.pt-breadcrumb-container .breadcrumb li,
.pt-breadcrumb-container .breadcrumb li i {
	font-size: 14px;
}

.pt-breadcrumb-container .breadcrumb 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: 30px;
	line-height: 38px;
}

}

/*================================================



Sidebar Menu



================================================*/
.pt-background-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--dark-color);
z-index: 9999;
opacity: 0.8;
display: none;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-background-overlay {
display: block;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-sidebar {
right: 0;
opacity: 1;
}

.pt-sidebar {
text-align: center;
width: 410px;
background: var(--white-color);
opacity: 0;
display: block;
position: fixed;
top: 0;
right: -100%;
height: 100%;
z-index: 9999;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

.pt-sidebar .pt-close-btn .pt-close {
position: absolute;
left: -45px;
background: var(--primary-color);
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
color: #fff;
top: 90px;
font-size: 20px;
}

.pt-sidebar-block {
padding: 130px 30px 30px 30px;
height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
margin-bottom: 20px;
height: 120px;
}

/*===========*/
.pt-sidebars .widget {
background: transparent;
padding: 0;
}

.pt-sidebars .widget .gallery-size-thumbnail .gallery-item {
margin: 0;
}

/*===========*/
.pt-sidebar-social ul {
margin-top: 30px;
display: inline-block;
width: 100%;
text-align: center;
}

.pt-sidebar-social ul li {
display: inline-block;
padding: 0;
margin: 0;
}

.pt-sidebar-social ul li:last-child {
margin-right: 0;
}

.pt-sidebar-social ul li a {
background: var(--dark-color);
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
}

.pt-sidebar-social ul li a:hover {
background: var(--primary-color);
}

/*================================================

Footer

================================================*/
.page-id-4620 footer#pt-footer.style-1 {
margin-top: 0;
}

footer#pt-footer.style-1 {
margin-top: 60px;
}

footer#pt-footer {
background-color: var(--grey-color);
color: var(--secondary-color);
display: inline-block;
width: 100%;
float: left;
}

footer#pt-footer .pt-footer-top {
padding: 60px 0 0;
}

footer#pt-footer .pt-copyright-footer {
padding: 15px 0;
background: var(--dark-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
text-align: center;
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(--secondary-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 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 {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 5px;
height: 5px;
display: inline-block;
background: var(--primary-color);
margin: auto 0;
}

footer#pt-footer .widget #recentcomments--1 .recentcomments a:before,
footer#pt-footer .widget ul li .rsswidget:before,
footer#pt-footer .pt-footer-social ul li a:before {
display: none;
}

footer#pt-footer .widget ul li a:hover {
color: var(--primary-color);
}

footer#pt-footer .widget ul li .comment-author-link a {
color: var(--primary-color);
}

footer#pt-footer table td,
footer#pt-footer table th {
border: 1px solid var(--secondary-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 {
font-size: 14px;
color: var(--primary-color);
line-height: 1;
float: left;
display: inline-block;
width: 100%;
margin: 5px 0;
}

footer#pt-footer ul li cite {
font-weight: 400;
margin-top: 5px;
display: inline-block;
width: 100%;
}

footer#pt-footer .search-form {
position: relative;
}

footer#pt-footer .search-form .search-submit {
background: var(--primary-color);
border: none;
position: absolute;
text-align: center;
line-height: 54px;
height: 54px;
width: 54px;
top: 0;
right: 0;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

footer#pt-footer .search-form .search-submit:before {
content: "\f002";
font-family: "Font Awesome 5 Free";
}

footer#pt-footer .search-form .search-submit:hover {
background: var(--dark-color);
}

footer#pt-footer .search-form input {
background: var(--white-color);
border-color: var(--white-color);
}

footer#pt-footer .tagcloud .tag-cloud-link {
font-size: 14px !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(--dark-color);
background: var(--dark-color);
color: 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 {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 5px;
height: 5px;
display: inline-block;
background: var(--primary-color);
margin: auto 0;
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next {
background: transparent;
border: 1px solid var(--secondary-color);
border-top: 0;
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev a,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next a {
color: var(--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 .widget .pt-footer-social ul {
margin: 0;
padding: 0
}

footer#pt-footer .pt-footer-style-1 .widget .pt-footer-social ul li {
list-style: none;
float: left;
margin: 0 5px 0;
}

footer#pt-footer .pt-footer-style-1 .widget .pt-footer-social ul li:last-child {
margin: 0;
}

footer#pt-footer .pt-footer-style-1 .widget .pt-footer-social ul li a {
background: #0d0d0d;
color: var(--white-color);
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
display: inline-block;
}

footer#pt-footer .pt-footer-style-1 .widget .pt-footer-social ul li a:hover {
background: var(--primary-color);
color: var(--white-color);
}

footer#pt-footer.style-1 .pt-foote-recent-post .pt-foote-recent-post-info h6 {
color: var(--secondary-color);
}

/*=========*/
footer#pt-footer .widget:first-child {
margin-bottom: 45px;
}

footer#pt-footer .pt-footer-logo {
height: 60px;
margin-bottom: 30px;
}

footer#pt-footer .widget .footer-title {
color: var(--dark-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(--secondary-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(--secondary-color);
}

footer#pt-footer .widget .pt-footer-form {
position: relative;
line-height: 1;
}

footer#pt-footer .widget .pt-footer-form input {
background: #0d0d0d;
border: 0;
color: var(--white-color);
}

footer#pt-footer .widget .pt-footer-form #submit {
position: absolute;
width: auto;
right: 0;
top: 0;
line-height: 2;
font-size: 0;
}

footer#pt-footer .widget .pt-footer-form #submit:before {
content: "\e610";
font-family: 'themify';
display: inline-block;
background: var(--white-color);
color: var(--white-color);
height: 60px;
width: 60px;
}

footer#pt-footer .widget .pt-footer-form input::placeholder {
color: var(--white-color);
}

footer#pt-footer .pt-footer-social ul li a {
padding: 0;
}

/*=========*/
footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
text-align: center;
color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link {
margin: 0;
padding: 0;
float: right;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link li {
list-style: none;
margin: 0 15px 0;
padding: 0;
display: inline-block;
float: left;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link li a {
color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link li a:hover {
color: var(--primary-color);
}

@media(max-width:1190px) {
footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items {
	padding: 15px;
}

}

@media(max-width:1190px) {
footer#pt-footer .pt-footer-top .pt-footer-bottom-list [class*="col-"] {
	margin-top: 30px;
}

}

/*=========*/
footer#pt-footer .pt-footer-style-1 .gallery-size-thumbnail .gallery-item img {
margin-bottom: 0;
}

.pt-foote-recent-post {
display: flex;
align-items: flex-start;
margin-bottom: 30px;
}

.pt-foote-recent-post:last-child {
margin-bottom: 0;
}

.pt-foote-recent-post .pt-foote-recent-post-media {
margin-right: 15px;
}

.pt-foote-recent-post .pt-foote-recent-post-info {
flex: 1;
align-self: center;
}

.pt-foote-recent-post .pt-foote-recent-post-info .pt-post-date {
color: var(--primary-color);
font-size: 14px;
line-height: 22px !important;
text-transform: uppercase;
font-family: var(--title-fonts);
float: left;
width: 100%;
display: inline-block;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 {
font-size: 16px;
line-height: 22px;
margin-bottom: 0;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 a:hover {
color: var(--primary-color);
}

/*================================================

Section Title

================================================*/
.pt-section-title-box {
position: relative;
margin-bottom: 30px;
}

.pt-section-title-box.text-center {
margin-bottom: 60px;
padding: 0 15em;
}

.pt-section-overlay {
position: absolute;
top: -90px;
left: 0;
font-family: var(--title-fonts);
font-size: 100px;
line-height: 108px;
letter-spacing: 4px;
color: var(--dark-color);
text-transform: uppercase;
font-weight: 700;
opacity: 0.05;
display: none;
}

/**** for Text align right***/
.pt-section-title-box.text-right .pt-section-overlay {
right: 0;
}

.pt-section-overlay.animateme {
opacity: 0.05 !important;
}

.pt-section-title-box.text-center .pt-section-overlay {
left: 0;
right: 0;
}

.pt-section-title-box .pt-section-title {
font-size: 56px;
line-height: 64px;
z-index: 9;
position: relative;
font-weight: 400;
}

.pt-section-title-box .pt-section-sub-title {
font-family: var(--title-fonts);
position: relative;
color: var(--primary-color);
text-transform: uppercase;
font-size: 18px;
line-height: 26px;
font-weight: 400;
padding-left: 10px;
margin-bottom: 10px;
display: inline-block;
}

.pt-section-title-box .pt-section-sub-title::before {
content: "";
position: absolute;
left: 0;
top: 0;
background: var(--primary-color);
height: 100%;
width: 2px;
}

.pt-section-title-box .pt-section-description {
z-index: 9;
position: relative;
margin-top: 5px;
line-height: 1.8;
}

@media(max-width:1199px) {
.pt-section-title-box.text-center {
	padding: 0;
}

}

@media(max-width:1023px) {
.pt-section-title-box .pt-section-title {
	font-size: 44px;
	line-height: 52px;
}

}

@media(max-width:767px) {
.pt-section-title-box .pt-section-title {
	font-size: 38px;
	line-height: 1.3;
}

.pt-section-title-box.text-center {
	margin-bottom: 30px;
}

.pt-section-overlay {
	font-size: 86px;
	line-height: 94px;
}

}

@media(max-width:479px) {
.pt-section-title-box .pt-section-title {
	font-size: 30px;
	line-height: 1.3;
}

.pt-section-overlay {
	font-size: 56px;
	line-height: 64px;
}

}

/*================================================

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 {
list-style: none;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
color: var(--dark-color);
font-family: var(--title-fonts);
display: inline-block;
cursor: pointer;
padding: 10px 30px;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

.pt-filters .pt-filter-button-group ul li:last-child {
margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
background: var(--primary-color);
color: var(--white-color);
}

.pt-filters .pt-filter-button-group ul li:hover {
color: var(--primary-color);
}

.pt-grid {
display: inline-block;
width: 100%;
float: left;
overflow: hidden;
}

.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-grid.no-padding .pt-grid-item .pt-portfoliobox-2,
.pt-masonry.no-padding .pt-masonry-item .pt-portfoliobox-2 {
border-radius: 0;
}

.pt-btn-load-container {
display: inline-block;
width: 100%;
}

/*=========*/
.pt-masonry {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
}

.pt-masonry .ipt-lg-6 {
width: 50%;
padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
width: 25%;
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: 66.66%;
}

.pt-masonry .ipt-lg-3 {
	width: 33.33%;
}

}

@media(max-width:1023px) {
.pt-masonry .ipt-lg-6 {
	width: 100%;
}

.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;
}

.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-grid-item {
float: left;
overflow: hidden;
}

/*=========*/
.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;
}

/*=========*/
.pt-portfolio-block .pt-portfolio-img {
position: relative;
overflow: hidden;
}

.pt-portfolio-block .pt-portfolio-img img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

.pt-portfolio-block:hover .pt-portfolio-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.pt-portfolio-block .pt-portfolio-img:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: inline-block;
z-index: 9;
background: var(--dark-color);
opacity: 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-portfolio-block:hover .pt-portfolio-img:before {
opacity: 0.9;
}

.pt-portfolio-block .pt-portfolio-img a {
background: var(--white-color);
text-align: center;
z-index: 9;
color: var(--white-color);
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 26px;
opacity: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.pt-portfolio-block:hover .pt-portfolio-img a {
opacity: 1;
}

.pt-portfolio-block .pt-portfolio-info {
padding: 15px 0 0;
color: var(--dark-color);
text-transform: uppercase;
}

.pt-portfolio-block .pt-portfolio-info .pt-category a {
color: var(--primary-color);
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
}

.pt-portfolio-block .pt-portfolio-info .pt-portfolio-title {
font-size: 28px;
line-height: 36px;
}

.pt-portfolio-block .pt-portfolio-info .pt-portfolio-title a {
color: var(--dark-color);
}

/*================================================

Porfolio Box

================================================*/
.pt-portfoliobox-2 {
position: relative;
}

.pt-portfoliobox-2:hover:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: inline-block;
background: var(--dark-color);
opacity: 0.8;
z-index: 1;
}

.pt-portfoliobox-2 .pt-portfolio-img {
position: relative;
overflow: hidden;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.pt-portfoliobox-2 .pt-portfolio-img img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
width: 100%;
}

.pt-portfoliobox-2:hover .pt-portfolio-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.pt-portfoliobox-2 .pt-portfolio-info {
margin: auto;
position: absolute;
top: 50%;
z-index: 2;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 80%;
opacity: 0;
background: var(--grey-color);
padding: 30px 15px;
text-align: center;
display: inline-block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-2 .pt-portfolio-info::before {
content: "";
position: absolute;
border: 1px solid var(--grey-color);
background: transparent;
height: 100%;
width: 100%;
top: 8px;
right: -8px;
z-index: -2;
transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
-moz-transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
-ms-transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
-o-transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
-webkit-transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
}

.pt-portfoliobox-2 .pt-portfolio-info::after {
content: "";
position: absolute;
top: 0;
left: 0;
background: var(--white-color);
height: 100%;
width: 100%;
z-index: -1;
}

.pt-portfoliobox-2:hover .pt-portfolio-info {
opacity: 1;
}

.pt-portfoliobox-2 .pt-portfolio-info h5 {
color: var(--dark-color);
cursor: pointer;
font-size: 32px;
}

.pt-portfoliobox-2 .pt-portfolio-info h5 a:hover {
opacity: 0.9;
color: var(--dark-color);
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a {
position: relative;
color: var(--primary-color);
font-family: var(--title-fonts);
padding: 0 10px 0 0;
margin: 0 16px 5px 0;
display: inline-block;
text-transform: uppercase;
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a:after {
position: absolute;
top: 0;
right: -5px;
content: '/';
font-size: 16px;
line-height: 2;
color: var(--primary-color);
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a:last-child {
padding: 0;
margin: 0 0 5px 0;
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a:last-child:after {
display: none;
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a,
.pt-portfoliobox-2 .pt-portfolio-info h5 a {
opacity: 0;
}

.pt-portfoliobox-2:hover .pt-portfolio-info .pt-portfolio-link a,
.pt-portfoliobox-2:hover .pt-portfolio-info h5 a {
transition-delay: 0.3s;
opacity: 1;
}

/*=========*/
.pt-portfoliobox-2 .pt-portfolio-info-hover {
margin: auto;
position: absolute;
top: 50%;
z-index: 2;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
background: var(--grey-color);
padding: 0;
text-align: center;
display: inline-block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-2:hover .pt-portfolio-info-hover {
opacity: 1;
}

.pt-portfoliobox-2 .pt-portfolio-info-hover::before {
content: "";
position: absolute;
border: 1px solid var(--grey-color);
background: transparent;
height: 100%;
width: 100%;
top: 8px;
right: -8px;
z-index: -2;
transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
-moz-transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
-ms-transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
-o-transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
-webkit-transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Swiper Pagination
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.swiper-container .swiper-pagination {
position: relative;
margin: 30px 0 0;
bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
box-shadow: none;
outline: none;
background: var(--secondary-color);
display: inline-block;
padding: 0;
margin: 0px 5px;
height: 4px;
width: 30px;
border: none;
border-radius: unset;
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;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
background: var(--primary-color);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}

/*================================================

Counter

================================================*/
.pt-counter.pt-counter-style-2 {
position: relative;
padding: 0 15px;
text-align: center;
}

.pt-counter.pt-counter-style-2 .pt-counter-info .pt-counter-num-prefix .timer {
font-size: 100px;
line-height: 108px;
color: var(--white-color);
display: inline-block;
}

.pt-counter.pt-counter-style-2 .pt-counter-info .pt-counter-num-prefix .pt-counter-prefix {
font-size: 100px;
line-height: 108px;
font-weight: 400;
color: var(--white-color);
font-family: var(--title-fonts);
}

.pt-counter.pt-counter-style-2 .pt-counter-info p.pt-counter-description {
font-size: 16px;
line-height: 24px;
margin: 0px;
color: var(--white-color);
text-transform: uppercase;
}

@media(max-width:1190px) {
.pt-counter.pt-counter-style-2 {
	border-right: 0px;
}

}

/*================================================

Team

================================================*/
.pt-team {
text-align: center;
}

.pt-teambox.pt-teambox-style-1 {
position: relative;
display: inline-block;
overflow: hidden;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
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-teambox.pt-teambox-style-1:hover::before {
opacity: 0.8
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-details {
position: relative;
text-align: center;
padding: 15px 15px 0;
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-share-icon {
position: absolute;
top: 30px;
left: 30px;
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-share-icon ul {
list-style: none;
padding: 0;
margin: 0;
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-share-icon ul li {
font-size: 18px;
line-height: 26px;
margin: 0 0 15px;
text-align: center;
opacity: 0;
transform: translateX(-150%);
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-teambox.pt-teambox-style-1:hover .pt-team-img .pt-team-share-icon ul li:nth-child(1) {
transition-delay: 0.3s;
opacity: 1;
transform: translateX(0);
}

.pt-teambox.pt-teambox-style-1:hover .pt-team-img .pt-team-share-icon ul li:nth-child(2) {
transition-delay: 0.4s;
opacity: 1;
transform: translateX(0);
}

.pt-teambox.pt-teambox-style-1:hover .pt-team-img .pt-team-share-icon ul li:nth-child(3) {
transition-delay: 0.5s;
opacity: 1;
transform: translateX(0);
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-share-icon ul li:last-child {
margin: 0;
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-share-icon ul li a {
position: relative;
color: var(--white-color);
height: 55px;
width: 55px;
line-height: 55px;
background: var(--dark-color);
display: inline-block;
font-size: 16px;
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-teambox.pt-teambox-style-1 .pt-team-img .pt-team-share-icon ul li a::before {
content: "";
height: 100%;
width: 100%;
background: transparent;
border: 1px solid var(--dark-color);
position: absolute;
top: 4px;
right: -4px;
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-teambox.pt-teambox-style-1 .pt-team-img .pt-team-share-icon ul li:hover a::before {
top: -4px;
right: 4px;
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-share-icon ul li a:hover {
color: var(--white-color);
background: var(--primary-color);
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-details h5 {
position: relative;
font-size: 28px;
line-height: 36px;
float: left;
width: 100%;
display: inline-block;
}

.pt-teambox.pt-teambox-style-1 .pt-team-img .pt-team-details span.pt-team-designation {
color: var(--primary-color);
text-transform: uppercase;
font-size: 16px;
line-height: 24px;
cursor: default;
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-teambox.pt-teambox-style-1 .pt-team-img .pt-team-details span.pt-team-designation:hover {
opacity: 0.9;
}

/*================================================

Testimonial

================================================*/
.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 {
position: relative;
background: var(--white-color);
padding: 45px 30px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-media {
display: flex;
align-items: center;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-media {
margin-bottom: 30px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-media img {
display: inline-block;
width: 100px;
height: 100px;
-webkit-border-radius: 700px;
-moz-border-radius: 700px;
border-radius: 700px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-media .pt-testimonial-info {
margin-left: 30px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-media .pt-testimonial-info h5 {
font-size: 28px;
line-height: 36px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-media .pt-testimonial-info span {
text-transform: uppercase;
color: var(--primary-color);
font-size: 14px;
line-height: 22px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 p {
margin-bottom: 15px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-star {
color: #FFDF00;
font-size: 12px;
line-height: 20px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-quote i {
position: absolute;
bottom: 30px;
right: 30px;
font-size: 76px;
line-height: 84px;
color: var(--primary-color);
opacity: 0.1;
}

@media(max-width:479px) {
.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 {
	padding: 15px;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-media {
	display: inline-block;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1 .pt-testimonial-media .pt-testimonial-info {
	margin: 15px 0 0;
}

.pt-testimonial.pt-testimonial-style-1 .pt-testimonial-box.pt-testimonialbox-style-1>i {
	font-size: 48px;
	line-height: 56px;
}

}

/*============Testimonial-2==============*/
.pt-testimonial.pt-testimonial-style-2 .owl-carousel .owl-item .pt-testimonial.pt-testimonial-style-2 {
position: relative;
display: inline-block;
width: 100%;
background: var(--grey-color);
padding: 45px 30px;
}

.pt-testimonial.pt-testimonial-style-2 .pt-testimonial-title {
font-size: 32px;
line-height: 40px;
margin-bottom: 10px;
color: var(--dark-color);
}

.pt-testimonial.pt-testimonial-style-2 .pt-testimonial-media {
display: flex;
align-items: center;
}

.pt-testimonial.pt-testimonial-style-2 .pt-testimonial-media img {
height: 90px;
width: 90px;
}

.pt-testimonial.pt-testimonial-style-2 .pt-testimonial-media .pt-testimonial-detail {
color: var(--white-color);
margin-left: 20px;
}

.pt-testimonial.pt-testimonial-style-2 .pt-testimonial-media .pt-testimonial-detail .pt-auther-name {
color: var(--dark-color);
}

.pt-testimonial.pt-testimonial-style-2 .pt-testimonial-media .pt-testimonial-detail .pt-designation {
text-transform: uppercase;
font-size: 14px;
line-height: 22px;
color: var(--primary-color);
}

.pt-testimonial.pt-testimonial-style-2 .pt-quote {
position: absolute;
font-size: 82px;
line-height: 90px;
right: 32px;
bottom: 12px;
color: var(--primary-color);
opacity: 0.5;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
}

@media(max-width:479px) {
.pt-testimonial.pt-testimonial-style-2 .owl-carousel .owl-item .pt-testimonial.pt-testimonial-style-2 {
	padding: 15px;
}

}

/*================================================

Fancy box

================================================*/
.pt-fancy-box.pt-fancybox-style-1 {
background: var(--grey-color);
padding: 45px 30px;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-media {
position: relative;
margin-bottom: 30px;
display: inline-block;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-media i {
width: 90px;
height: 90px;
line-height: 90px;
font-size: 48px;
position: relative;
z-index: 9;
color: var(--white-color);
display: inline-block;
background: var(--primary-color);
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-media::after {
content: "";
position: absolute;
border: 1px solid var(--primary-color);
top: 4px;
right: -4px;
background-color: transparent;
height: 100%;
width: 100%;
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-fancy-box.pt-fancybox-style-1 .pt-fancybox-info .pt-fancy-box-title {
font-size: 28px;
line-height: 36px;
margin-bottom: 10px;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancybox-info  .pt-fancybox-description {
margin-bottom: 20px;
}

@media(max-width:479px) {
.pt-fancy-box.pt-fancybox-style-1 {
	padding: 30px 15px;
}

}

/*================================================

Video Popup

================================================*/
.pt-video-popup.pt-video-style-1 .pt-video-icon a {
position: relative;
text-decoration: none;
color: var(--primary-color);
font-size: 28px;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
display: inline-block;
background-color: var(--white-color);
margin: 0 auto;
border-radius: 90%;
-webkit-animation: ripple 1s linear infinite;
animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
0% {
	-webkit-box-shadow: 0 0 0 0 #ded6ca, 0 0 0 10px #ded6ca;
	box-shadow: 0 0 0 0 #ded6ca, 0 0 0 10px #ded6ca;
}

50% {
	-webkit-box-shadow: 0 0 0 10px #ded6ca, 0 0 0 15px #ded6ca;
	box-shadow: 0 0 0 10px #ded6ca, 0 0 0 15px #ded6ca;
}

100% {
	-webkit-box-shadow: 0 0 0 0 #ded6ca, 0 0 0 10px #ded6ca;
	box-shadow: 0 0 0 0 #ded6ca, 0 0 0 10px #ded6ca;
}

}

@keyframes ripple {
0% {
	-webkit-box-shadow: 0 0 0 0 #ded6ca, 0 0 0 10px #ded6ca;
	box-shadow: 0 0 0 0 #ded6ca, 0 0 0 10px #ded6ca;
}

50% {
	-webkit-box-shadow: 0 0 0 10px #ded6ca, 0 0 0 15px #ded6ca;
	box-shadow: 0 0 0 10px #ded6ca, 0 0 0 15px #ded6ca;
}

100% {
	-webkit-box-shadow: 0 0 0 0 #ded6ca, 0 0 0 10px #ded6ca;
	box-shadow: 0 0 0 0 #ded6ca, 0 0 0 10px #ded6ca;
}

}

.pt-video-section h1 {
font-size: 48px;
line-height: 56px;
}

@media(maqx-width:567px) {
.pt-video-section h1 {
	font-size: 38px;
	line-height: 46px;
}

.pt-video-section h5 {
	font-size: 22px;
	line-height: 30px;
}

}

/*================================================

OWL Carousel

================================================*/
.owl-carousel .owl-nav.disabled {
display: none;
}

.owl-carousel .owl-nav {
position: relative;
cursor: pointer;
z-index: 99;
margin-top: 45px;
text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
outline: none;
text-align: center;
text-indent: inherit;
cursor: pointer;
position: relative;
font-size: 16px;
line-height: 1;
padding: 15px 30px !important;
margin: 0 10px;
background: var(--dark-color);
}

.owl-carousel .owl-nav button.owl-prev i {
margin-right: 10px;
}

.owl-carousel .owl-nav button.owl-next {
outline: none;
text-align: center;
text-indent: inherit;
cursor: pointer;
position: relative;
font-size: 16px;
line-height: 1;
padding: 15px 30px !important;
margin: 0 10px;
background: var(--dark-color);
}

.owl-carousel .owl-nav button.owl-next i {
margin-left: 10px;
}

.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%; /* display: inline-block; */
text-indent: inherit;
text-align: center;
cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
box-shadow: none;
outline: none;
background: var(--secondary-color);
display: inline-block;
padding: 0;
margin: 0px 5px;
height: 4px;
width: 30px;
border: none;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
background: var(--primary-color);
}

.owl-carousel .owl-dots .owl-dot.active {
background: var(--primary-color);
}

/*================================================

client

================================================*/
.pt-client.pt-client-style1 {
display: inline-block;
width: 100%;
text-align: center;
}

.pt-client.pt-client-style1 .pt-client-item a img {
opacity: 0.6;
width: 165px;
padding: 45px 15px;
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-client.pt-client-style1 .pt-client-item:hover a img {
opacity: 1;
}

/*================================================

Contact us

================================================*/
.pt-contactform input {
margin-bottom: 30px;
}

.pt-contactform input[type="submit"] {
background: var(--primary-color);
padding: 12px 45px;
margin: 0;
}

.pt-contactform span.contact-btn {
position: relative;
display: inline-block;
margin-top: 30px;
cursor: pointer;
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-contactform span.contact-btn::before {
content: "";
position: absolute;
background: transparent;
border: 1px solid var(--primary-color);
height: 100%;
width: 100%;
top: 6px;
right: -6px;
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-contactform span.contact-btn:hover:before {
top: -6px;
right: 6px;
}

.pt-contactform span.ajax-loader {
position: absolute;
}

/*================================================

Accordion

================================================*/
.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;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
font-size: 20px;
line-height: 28px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
position: absolute;
top: 20px;
right: 30px;
opacity: 1;
color: var(--dark-color);
}

.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: 20px;
right: 30px;
opacity: 0;
color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
opacity: 1;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
padding: 15px 30px;
background: var(--grey-color);
border-top: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.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);
}

@media(max-width:767px) {
.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
	font-size: 16px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title {
	padding: 15px 30px 15px 15px;
}

}

/*==============================

Pricing box

==============================*/
.pt-pricing-plan.pt-pricing-plan-style-1 {
background: var(--grey-color);
padding: 45px 30px;
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-pricing-head {
text-align: center;
font-family: var(--title-fonts);
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-pricing-head .pt-title {
font-size: 24px;
line-height: 32px;
margin-bottom: 15px;
color: var(--dark-color);
display: inline-block;
width: 100%;
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-pricing-head .pt-service-media i {
font-size: 48px;
line-height: 120px;
color: var(--white-color);
display: inline-block;
background: var(--dark-color);
width: 120px;
height: 120px;
border-radius: 900px;
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-pricing-head span.pt-pricing-type {
position: relative;
text-transform: uppercase;
color: var(--dark-color);
font-size: 24px;
line-height: 32px;
margin: 30px 0 5px;
padding: 0 30px;
display: inline-block;
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-pricing-head .price {
margin: 20px 0 30px;
position: relative;
color: var(--dark-color);
display: flex;
justify-content: center;
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-pricing-head .price .pt-amount {
font-size: 64px;
line-height: 72px;
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-pricing-head .price .pt-price-dollar {
font-size: 24px;
line-height: 32px;
margin-right: 5px;
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-pricing-head .price .price-month {
font-size: 20px;
align-self: flex-end;
text-transform: lowercase;
color: var(--secondary-color);
}

.pt-pricing-plan.pt-pricing-plan-style-1 ul.pt-pricing-list {
list-style: none;
padding: 0;
}

.pt-pricing-plan.pt-pricing-plan-style-1 ul.pt-pricing-list li {
display: flex;
align-items: center;
text-transform: capitalize;
line-height: 34px;
margin: 0 0 10px;
justify-content: space-between;
}

.pt-pricing-plan.pt-pricing-plan-style-1 ul.pt-pricing-list li i {
color: var(--primary-color)
}

.pt-pricing-plan.pt-pricing-plan-style-1 ul.pt-pricing-list li:last-child {
margin-bottom: 0;
}

.pt-pricing-plan.pt-pricing-plan-style-1 .pt-btn-container {
margin: 30px 0 0;
text-align: center;
}

.pt-pricing-plan.pt-pricing-plan-style-1.active .pt-pricing-head .pt-title {
color: var(--primary-color);
}

.pt-pricing-plan.pt-pricing-plan-style-1.active .pt-pricing-head .pt-service-media i {
background: var(--primary-color);
}

@media(max-width:979px) {
}

/*==============================

Circle box

==============================*/
.button--surtur {
padding: 0;
background: none;
-webkit-clip-path: circle(40% at 50% 50%);
clip-path: circle(40% at 50% 50%);
}

.button--surtur:focus-visible {
background: #443ffc;
}

.textcircle {
position: relative;
display: block;
width: 145px;
}

.textcircle text {
font-size: 56px;
text-transform: uppercase;
fill: #20476f;
}

.textcircle textPath {
letter-spacing: 20px; /* Firefox needs this */
}

.pt-portfoliobox-2:hover .button--surtur .textcircle,
.pt-portfolio-block:hover .button--surtur .textcircle {
animation: rotateIt 7s linear infinite;
}

.eye {
position: absolute;
z-index: 2;
width: 60px;
height: 60px;
top: calc(50% - 30px);
left: calc(50% - 30px);
}

.eye__outer,
.eye__inner,
.eye__lashes-up,
.eye__lashes-down {
stroke: #20476f;
fill: none;
stroke-width: 1.5px;
}

.eye__lashes-down {
opacity: 0;
}

.pt-portfoliobox-2:hover .button--surtur .eye__lashes-up,
.pt-portfoliobox-2:hover .button--surtur .eye__inner,
.pt-portfoliobox-2:hover .button--surtur .eye__iris,
.pt-portfolio-block:hover .button--surtur .eye__iris {
animation: blinkHide 2s step-end infinite;
}

.pt-portfoliobox-2:hover .button--surtur .eye__lashes-down,
.pt-portfolio-block:hover .button--surtur .eye__lashes-down {
animation: blinkShow 2s step-end infinite;
}

@keyframes blinkHide {
0% {
	opacity: 0;
}

10% {
	opacity: 1;
}

}

@keyframes blinkShow {
0% {
	opacity: 1;
}

10% {
	opacity: 0;
}

}

.pt-video-popup.pt-video-style-2 {
display: inline-block;
}

.pq-button.button--fenrir {
float: inherit;
background: none;
padding: 0;
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
width: 250px;
height: 250px;
font-family: var(--title-fonts);
color: var(--white-color);
font-size: 20px;
text-transform: uppercase;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
}

.pq-progress {
position: absolute;
width: 220px;
height: 220px;
top: calc(50% - 110px);
left: calc(50% - 110px);
transition: transform 0.4s cubic-bezier(0.7, 0, 0.7, 1);
}

.button--fenrir:hover .pq-progress {
transform: scale3d(1.2, 1.2, 1);
}

.progress__circle,
.progress__path {
fill: none;
stroke: var(--white-color);
stroke-width: 0.5px;
}

.button--fenrir:focus-visible .progress__circle {
fill: rgba(252, 252, 252, 1);
}

.progress__path {
stroke: rgba(252, 252, 252, 1);
stroke-dasharray: 0.4px;
stroke-dashoffset: 1;
transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.7, 1);
}

.button--fenrir:hover .progress__path {
stroke-dashoffset: 0;
}

.pq-button {
pointer-events: auto;
cursor: pointer;
border: none;
padding: 0;
margin: 0;
position: relative;
display: inline-block;
float: left;
}

.pq-button.button--fenrir i {
padding-left: 8px;
font-size: 22px;
}

@keyframes rotateIt {
to {
	transform: rotate(-360deg);
}

}

/*================================================

Process Step

================================================*/
.pt-process-step.pt-process-style-1 {
text-align: center;
padding: 0 15px;
}

.pt-process-step.pt-process-style-1 .pt-process-media {
display: inline-block;
position: relative;
}

.pt-process-step.pt-process-style-1 .pt-process-media i {
position: relative;
z-index: 9;
background: var(--primary-color);
color: var(--white-color);
height: 135px;
width: 135px;
line-height: 135px;
font-size: 52px;
text-align: center;
display: inline-block;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.pt-process-step.pt-process-style-1 .pt-process-media::after {
content: "";
position: absolute;
border: 1px solid var(--primary-color);
top: 6px;
right: -6px;
background-color: transparent;
height: 100%;
width: 100%;
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-process-step.pt-process-style-1 .pt-process-media img {
height: 150px;
width: 150px;
line-height: 150px;
}

.pt-process-step.pt-process-style-1 .pt-process-media.img .pt-process-number {
position: absolute;
top: 0;
right: 0;
}

.pt-process-step.pt-process-style-1 .pt-process-number {
position: absolute;
border-radius: 0;
background: var(--white-color);
font-size: 18px;
color: var(--dark-color);
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
z-index: 9;
font-family: var(--title-fonts);
}

.pt-process-step.pt-process-style-1 .pt-process-number {
top: -15px;
right: -15px;
}

.pt-process-step.pt-process-style-1 .pt-process-info {
display: inline-block;
width: 100%;
margin-top: 30px;
}

.pt-process-step.pt-process-style-1 .pt-process-info .pt-process-title {
color: var(--white-color);
}

.pt-process-step.pt-process-style-1 .pt-process-info p {
margin-top: 5px;
margin-bottom: 0;
color: var(--white-color);
padding: 0 30px;
}

.pt-process-step.pt-process-style-1 .pt-button {
display: none;
}

.pt-process-step.pt-process-style-1 .pt-before-img {
position: absolute;
top: 50%;
right: -27%;
margin-top: -85px;
height: 35px;
}

@media(max-width:1023px) {
.pt-process-step.pt-process-style-1 {
	padding: 0;
}

}

@media(max-width:979px) {
.pt-process-step.pt-process-style-1 .pt-before-img {
	display: none
}

}

/*======== Process style-2===========*/
.pt-process-step.pt-process-style-2 {
text-align: center;
padding: 0 15px;
}

.pt-process-step.pt-process-style-2 .pt-process-media {
display: inline-block;
position: relative;
}

.pt-process-step.pt-process-style-2 .pt-process-media i {
background: var(--primary-color);
color: var(--white-color);
height: 135px;
width: 135px;
line-height: 135px;
font-size: 52px;
text-align: center;
display: inline-block;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.pt-process-step.pt-process-style-2 .pt-process-media::after {
content: "";
position: absolute;
border: 1px solid var(--primary-color);
top: 6px;
right: -6px;
background-color: transparent;
height: 100%;
width: 100%;
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-process-step.pt-process-style-2 .pt-process-media img {
height: 150px;
width: 150px;
line-height: 150px;
}

.pt-process-step.pt-process-style-2 .pt-process-media.img .pt-process-number {
position: absolute;
top: 0;
right: 0;
}

.pt-process-step.pt-process-style-2 .pt-process-number {
position: absolute;
border-radius: 0;
background: var(--white-color);
font-size: 18px;
color: var(--dark-color);
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
z-index: 9;
font-family: var(--title-fonts);
}

.pt-process-step.pt-process-style-2 .pt-process-number {
right: -15px;
bottom: -15px;
}

.pt-process-step.pt-process-style-2 .pt-process-info {
display: inline-block;
width: 100%;
margin-top: 30px;
}

.pt-process-step.pt-process-style-2 .pt-process-info .pt-process-title {
color: var(--white-color);
}

.pt-process-step.pt-process-style-2 .pt-process-info p {
margin-top: 5px;
margin-bottom: 0;
color: var(--white-color);
padding: 0 30px;
}

.pt-process-step.pt-process-style-2 .pt-button {
display: none;
}

.pt-process-step.pt-process-style-2 .pt-before-img {
position: absolute;
top: 50%;
right: -25%;
margin-top: -85px;
height: 37px;
}

@media(max-width:1190px) {
.pt-process-step-list {
	display: inline-block;
	text-align: center;
	width: 100%;
}

:first-child {
	margin-top: 0;
}

:nth-child(even) .pt-process-step.pt-process-style-2 .pt-process-number {
	top: 0;
}

}

@media(max-width:979px) {
.pt-process-step.pt-process-style-2 .pt-before-img {
	display: none
}

}

/*======== Process style-3===========*/
.pt-process-step.pt-process-style-3 {
text-align: center;
padding: 0 15px;
}

.pt-process-step.pt-process-style-3 .pt-process-media {
display: inline-block;
position: relative;
}

.pt-process-step.pt-process-style-3 .pt-process-media i {
color: var(--white-color);
height: 110px;
width: 110px;
line-height: 135px;
font-size: 64px;
text-align: center;
display: inline-block;
}

.pt-process-step.pt-process-style-3  .pt-process-icon {
position: absolute;
left: 90%;
top: 25%;
}

.pt-process-step.pt-process-style-3 .pt-process-icon i {
font-size: 42px;
color: var(--white-color);
}

.pt-process-step.pt-process-style-3 .pt-process-media img {
height: 150px;
width: 150px;
line-height: 150px;
}

.pt-process-step.pt-process-style-3 .pt-process-info {
display: inline-block;
width: 100%;
margin-top: 15px;
color: var(--white-color);
}

.pt-process-step.pt-process-style-3 .pt-process-info .pt-process-title {
color: var(--primary-color);
}

.pt-process-step.pt-process-style-3 .pt-process-info p {
margin-top: 5px;
margin-bottom: 0;
}

.pt-process-step.pt-process-style-3 .pt-button {
display: none;
}

.pt-process-step.pt-process-style-3 .pt-before-img {
position: absolute;
top: 20%;
right: -45%;
height: 37px;
}

@media(max-width:979px) {
.pt-process-step.pt-process-style-3 .pt-before-img {
	display: none
}

}

/*================================================

Progressbar

================================================*/
.pt-progressbar-style-1 .pt-progressbar-content {
margin-bottom: 30px;
display: inline-block;
float: left;
width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content:last-child {
margin-bottom: 0;
}

.pt-progressbar-style-1 .progress-title {
margin: 0;
font-size: 20px;
line-height: 28px;
font-family: var(--title-fonts);
color: var(--dark-color);
}

.pt-progressbar-style-1 .progress-value {
color: var(--dark-color);
margin: 0;
float: right;
font-size: 20px;
line-height: 28px;
font-family: var(--title-fonts);
}

.pt-progressbar-style-1 .pt-progress-bar {
display: inline-block;
width: 100%;
padding: 0;
background: var(--grey-color);
float: left;
margin-top: 5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.pt-progressbar-style-1 .pt-progress-bar span {
height: 5px;
display: inline-block;
background: var(--primary-color);
float: left;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

/*================================================

Magnific Popup

================================================*/
.mfp-iframe-holder .mfp-close {
text-align: center;
padding: 0;
width: 45px;
height: 45px;
line-height: 45px;
background: var(--primary-color);
display: inline-block;
opacity: 1;
outline: none;
position: absolute;
font-size: 26px;
right: 0;
top: -46px;
}

/*================================================

Service box slider

================================================*/

/*======= Servicebox Style-1======*/

.pt-servicebox.pt-servicebox-style-1 {
position: relative;
background: var(--white-color);
padding: 45px 30px;
overflow: hidden;
}

.pt-servicebox.pt-servicebox-style-1 img.pt-overlay {
position: absolute;
bottom: 0;
left: 0;
opacity: 0.2;
-webkit-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;
transition: all 0.5s ease-in-out;
}

.pt-servicebox.pt-servicebox-style-1:hover img.pt-overlay {
opacity: 0.05;
}

.pt-servicebox.pt-servicebox-style-1 .pt-service-box-info {
position: relative;
}

.pt-servicebox.pt-servicebox-style-1 .pt-service-box-info .pt-service-media i {
font-size: 62px;
line-height: 70px;
color: var(--primary-color);
}

.pt-servicebox.pt-servicebox-style-1 .pt-service-box-info .pt-service-title {
margin: 20px 0 5px;
font-size: 28px;
line-height: 36px;
}

/*================================================
Circle Progress
================================================*/
.pt-circle-progress .pt-circle-progress-1 {
position: relative;
}

.pt-circle-progress-1 .pt-circle-progress-bar {
position: relative;
display: inline-block;
justify-content: center;
}

.pt-circle-progress-1 .pt-progress-count {
color: var(--primary-color);
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
font-family: var(--title-fonts);
font-size: 40px;
line-height: 48px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.pt-circle-progress-1  .pt-progress-details {
margin-top: 20px;
align-self: center !important;
flex: 1;
}

.pt-circle-progress-1  .pt-progress-details h5 {
margin-bottom: 10px;
font-size: 28px;
line-height: 36px;
}

/*======Circleprogress-style-2=====*/
.pt-circle-progress .pt-circle-progress-2 {
position: relative;
}

.pt-circle-progress-2  .pt-progress-details {
margin-bottom: 15px;
text-align: center;
}

.pt-circle-progress-2  .pt-progress-details .pt-progress-title h5 {
color: var(--white-color);
}

.pt-circle-progress-2  .pt-progress-details .pt-progress-desc span {
color: var(--primary-color);
}

.pt-circle-progress-2 .pt-circle-progress-bar {
position: relative;
display: flex;
justify-content: center;
}

.pt-circle-progress-2 .pt-progress-count {
color: var(--primary-color);
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
font-family: var(--title-fonts);
font-size: 32px;
line-height: 28px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.page-id-8242 header#pt-header {
display: none !important;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Landing
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.page-id-8242 footer#pt-footer {
display: none;
}

.intro-home .elementor-image-box-img img,
.intro-home .swiper-slide-image {
-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}