/*
Template: Nutritius – Nutrition & Health Services WordPress Theme
Author: Peacefulqode.com
Version: 1.3
Design and Developed by: Peacefulqode

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

*/

/*================================================
[  Table of contents  ]
================================================
==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy Data
==> Blog Sidebar
==> Blog
==> Pagination
==> Error
==> Header
==> Breadcrumb
==> Footer
==> Section Title
==> Sidebar Menu
==> OWL Carousel
==> Form
==> Animation vector
==> Service Box
==> BMI Calc
==> Team
==> Video Popup
==> Client
==> Pricebox
==> Testimonial
==> Fancy Box
==> Process Step
==> Progressbar
==> Counter
==> Portfolio
==> isotope Portfolio
==> Timelines
==> FAQ
==> Blog Single Post
==> Classes

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

/*================================================
Moz Selection
================================================*/
:root {
    --primary-color:#a1888c;
    --dark-color: #222222;
    --secondary-color: #6C6C6C;
    --grey-color: #F8F8F8;
    --white-color: #ffffff;
    --body-fonts: 'Montserrat', sans-serif;
    --title-fonts: 'Kumbh Sans', 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: 600;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

p {
    margin-bottom: 30px;
}

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

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

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

b,
strong {
    font-weight: 600;
}

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

ol li {
    list-style: decimal;
}

ol ol {
    padding-left: 25px;
}

ul li {
    list-style: inherit;
}

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

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

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

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

/*===== Input Textarea =====*/
input,
input.form-control {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    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;
}

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

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

textarea {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 10px 15px;
    outline: none;
    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 16px bottom 50%;
    background-size: 20px 20px;
}

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

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

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

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

/*================================================
Back to Top
================================================*/
#pt-back-to-top {
    bottom: 30px;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 30px;
    overflow: hidden;
    visibility: hidden;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 999;
}

#pt-back-to-top.off {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s ease, visibility 0s .15s;
    -moz-transition: opacity .15s ease, visibility 0s .15s;
    transition: opacity .15s ease, visibility 0s .15s;
}

#pt-back-to-top.on {
    opacity: 1;
    visibility: visible;

    transition: all 0.5s ease;
}

#pt-back-to-top>span {
    background: var(--primary-color);
    color: var(--white-color);
    display: block;
    font-size: 22px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: relative;
    text-align: center;

    transition: all 0.5s ease-in-out;
}

#pt-back-to-top .pt-icon-up-hover {
    background: var(--dark-color);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

#pt-back-to-top .pt-icon-up-hover span {
    opacity: 0;
}

#pt-back-to-top span span {
    display: block;
    line-height: inherit;
    transition: all 0.5s ease-in-out;

}

#pt-back-to-top:hover .ept-icon-up {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pt-back-to-top:hover .pt-icon-up span {
    opacity: 0;
}

#pt-back-to-top:hover .pt-icon-up-hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

#pt-back-to-top:hover .pt-icon-up-hover span {
    opacity: 1;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
    display: block;
}

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

/*++++++++++++++++ New monster widget ++++++++++++++++++++*/
/*+++++ SideBar +++++*/
.wp-block-calendar table {
    background: var(--white-color);
}

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

.wp-block-calendar a {
    text-decoration: none;
}

ul.wp-block-social-links li {
    margin-bottom: 0 !important;
    line-height: normal;
}

footer#pt-footer .widget ul.wp-block-social-links li a {
    width: 36px;
    padding: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

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

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

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

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

footer#pt-footer .widget #loginform input.button {
    background: var(--primary-color);
}

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

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

footer#pt-footer .widget_categories ul li a,
footer#pt-footer .widget_archive ul li a {
    color: var(--white-color);
}


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

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

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"] {
    padding: 14px 24px;
    text-transform: capitalize;
    font-size: 14px;
    background: var(--primary-color);
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    letter-spacing: 0.1em;
    font-weight: 500;
}

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

.pt-button {

    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    -webkit-appearance: none;
    padding: 14px 24px;
    cursor: pointer;
}

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

.pt-button:focus {
    color: var(--white-color);
}

.pt-button .pt-btn-text {
    display: flex;
    align-items: center;
    position: relative;

}


.pt-button .pt-btn-cover {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.pt-button .pt-btn-cover .pt-btn-cover-text {
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-transition: all 0s .2s;
    -moz-transition: all 0s .2s;
    transition: all 0s .2s;
    z-index: 20;
}

.pt-button .pt-btn-cover .pt-btn-cover-bgrnd {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--dark-color);
    border: 2px solid var(--dark-color);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: -moz-transform .35s cubic-bezier(.86, 0, .07, 1);
    transition: transform .35s cubic-bezier(.86, 0, .07, 1);
    will-change: transform;
}

/* slider */

.pt-button.pt-btn-flat.btn-bg-primary:hover .pt-btn-cover-bgrnd {
    background: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}

/*  end slider*/


.pt-button .pt-btn-text:not(.pt-btn-cover-text) {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.23, .71, .55, .99), opacity .15s;
    transition: transform .2s cubic-bezier(.23, .71, .55, .99), opacity .15s;
}

.pt-button.pt-btn-flat:hover .pt-btn-text:not(.pt-btn-cover-text) {

    opacity: 0;
    -webkit-transform: translate3d(15px, 0, 0);
    -moz-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pt-button:hover .pt-btn-cover-bgrnd {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

.pt-button:hover .pt-btn-cover-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.28, 1.04, .49, .9) .2s, opacity .6s .15s;
    transition: transform .4s cubic-bezier(.28, 1.04, .49, .9) .2s, opacity .6s .15s;
}

.pt-button img,
.pt-button i {
    margin-right: 8px;
}

.pt-button img {
    width: 16px !important;
}

/*Button link*/

.pt-button.pt-btn-link {
    background: transparent;
    color: var(--primary-color);
    padding: 0;
}

.pt-button.pt-btn-link .pt-btn-text:after,
.pt-button.pt-btn-link .pt-btn-text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background: var(--primary-color);
    transition: all 0.5s ease;
}


.pt-button.pt-btn-link .pt-btn-text:before {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.pt-button.pt-btn-link .pt-btn-text:after {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.pt-button.pt-btn-link:hover .pt-btn-text:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    */ -moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);

}

.pt-button.pt-btn-link:hover .pt-btn-text:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
    -moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
}


/*===== Button link =====*/


/*===== Button outline =====*/


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

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

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
    background: var(--primary-color);
    color: var(--white-color) !important;
    font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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


.post-password-form input {
    float: none;
}

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

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

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

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

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

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

.search-submit {
    background: var(--primary-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;
}


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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: var(--secondary-color);
}

.wp-calendar-table {
    margin-bottom: 0;
    border-width: 1px;
}

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

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

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

.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(--white-color);
    margin-left: 5px;
    padding: 0px;
    display: inline-block;
    color: var(--dark-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*================================================
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 h2 {
    margin-bottom: 15px;
    padding: 0;
    font-size: 22px;
    position: relative;
    line-height: 30px;
    position: relative;
}


/*===== Widget Title =====*/
.widget .widget-title {
    margin-bottom: 0;
    padding: 0 0 15px;
    font-size: 22px;
    position: relative;
    line-height: 30px;
}


/*===== SideBar - widget =====*/
ol.wp-block-latest-comments {
    margin: 0;
    padding: 0;
}

.wp-block-latest-comments__comment-meta a {
    color: var(--secondary-color);
}

footer#pt-footer .wp-block-latest-comments__comment-meta a {
    color: var(--primary-color);
}

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

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--primary-color);
}

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

.wp-block-search__label {
    display: none;
}

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

.widget.widget_search input {
    color: var(--dark-color);
    background: var(--white-color);
    border-color: #fff;
}

.widget.widget_search input:focus,
.widget.widget_search input:hover {
    border: 1px solid var(--primary-color);
}

.widget.widget_search .wp-block-search__button {
    background: var(--primary-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;
    font-size: 0;
}

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

.widget.widget_search .wp-block-search__button:hover {
    color: var(--white-color) !important;
    background: var(--dark-color);
    outline: none;
}

footer#pt-footer .widget.widget_search .wp-block-search__button:hover {

    background: var(--primary-color);

}

.search-form {
    position: relative;
}

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

.search-submit {
    background: var(--primary-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: "\e610";
    font-family: 'themify';
    font-weight: 400;
}

.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 10px 0;
}

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

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

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

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

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

.widget.widget_recent_comments #recentcomments--1 li.recentcomments a {
    padding: 0;
}

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

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

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

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

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

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

/*=====  SideBar Categories List  =====*/
.widget ul.wp-block-latest-posts__list li>a:before,
.widget ul.wp-block-archives-list li>a:before,
.widget ul.wp-block-categories-list li>a:before,
.widget.widget_archive ul li>a:before,
.widget.widget_categories ul li>a:before,
.widget.widget_pages ul li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li>a:before,
.widget.widget_nav_menu ul li>a:before,
.widget ul.wp-block-page-list li>a:before,
footer#pt-footer .widget ul.menu li a:before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-size: 10px;
    top: 5px;
    color: inherit;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 900;
    color: var(--primary-color);
}

footer#pt-footer .widget ul.wp-block-latest-posts__list li>a:before,
footer#pt-footer .widget ul.wp-block-archives-list li>a:before,
footer#pt-footer .widget ul.wp-block-categories-list li>a:before,
footer#pt-footer .widget.widget_archive ul li>a:before,
.widget.widget_categories ul li>a:before,
footer#pt-footer .widget.widget_pages ul li>a:before,
footer#pt-footer .widget.widget_meta ul li>a:before,
footer#pt-footer .widget.widget_recent_entries ul li>a:before,
footer#pt-footer .widget.widget_nav_menu ul li>a:before,
footer#pt-footer .widget ul.wp-block-page-list li>a:before,
footer#pt-footer .widget ul.menu li a:before {

    top: 10px;

}

.widget.widget_nav_menu ul li>a:before {
    top: 10px;
}

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

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

.wp-block-categories-dropdown select,
.widget_categories select,
.wp-block-archives select,
.widget_archive select {
    border-color: var(--white-color);
}

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

.widget select {
    border-color: var(--white-color);
}

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

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

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

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

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

footer#pt-footer .widget.widget_rss .wp-block-rss__item-title a {
    padding: 0;
}

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

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

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

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

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

.widget.widget_nav_menu ul li a,
.widget ul.menu li a {
    padding-left: 15px;
    display: inline-block;
    width: 100%;
}

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

/*===== SideBar - Tags =====*/
.widget_tag_cloud .tag-cloud-link {
    font-size: 14px !important;
    background: var(--white-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--dark-color);
    padding: 2px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    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;
    text-transform: capitalize;
}

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

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

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

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

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

.comment-respond .comment-reply-title a {
    margin-left: 30px;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: 0.1em;
}

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

.commentlist .pt-comment-avatar img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 90px;
}

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

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

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

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

.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 .owl-carousel .pt-blog-post {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

.pt-blog-post .pt-blog-info p {
    margin-top: 10px;
}

.pt-blog-post .pt-post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

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

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


.pt-blog-post .pt-post-meta .pt-post-date a {
    background: var(--primary-color);

    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-right: 15px;
}

.pt-blog-post .pt-post-meta .pt-post-date a span {
    background: var(--primary-color);
    color: var(--white-color);

    display: inline-block;

    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

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

.pt-blog-post .pt-post-meta ul li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 15px;
    align-self: center !important;
    font-family: var(--title-fonts);
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

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

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

.pt-blog-post .pt-post-meta ul li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: rgba(0, 0, 0, .1);
}

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

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

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


@media(max-width:1365px) {

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

}

@media(max-width:360px) {
    .pt-blog-post .pt-post-meta .pt-post-date a {
        width: 54px;
        height: 54px;
        padding: 5px;
    }


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


@media(max-width:360px) {

    .pt-blog-post .pt-post-meta ul li {
        font-size: 12px;
        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: 40px;
    margin: 0 5px;
    color: var(--dark-color);
    background-color: var(--white-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: 600;
}

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

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

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

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


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

.fadeInDown {
    animation-name: fadeInDown
}

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

    to {
        opacity: 1;
        transform: none
    }
}

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

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

/*===== Header Top Bar =====*/
header#pt-header .pt-top-header {
    background: var(--dark-color);
    padding: 0;
    font-size: 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;
}

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

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

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

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

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

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

header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
    color: var(--dark-color);
    font-family: var(--title-fonts);
    text-decoration: none;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header#pt-header .pt-menu-search-block a i {
    position: relative;
    top: 3px;
}

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

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

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


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

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

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

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

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

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

/*===== Header style 1 =====*/
header#pt-header.pt-header-style-1 .pt-top-header {
    color: var(--white-color);
    padding: 0 15px;
}

header#pt-header.pt-header-style-1 .pt-top-header.top-style-1 .row {
    align-items: center;
}

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

header#pt-header.pt-header-style-1 .pt-top-header.top-style-1 .flex-row-reverse .pt-header-contact {
    float: none;
}

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

header#pt-header.pt-header-style-1 .pt-bottom-header {
    min-height: 80px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
    border-right: 1px solid var(--grey-color);
    line-height: 80px;
    padding-right: 30px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

/*header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
    line-height: 80px;
}*/

header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-social {
    display: inline-block;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-social ul li {
    display: inline-block;
    float: left;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-social ul li+li {
    margin-left: 10px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-social ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid var(--grey-color);
    border-radius: 100%;
    text-align: center;
    background: var(--grey-color);
    color: var(--dark-color);
}

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

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav {
    float: none;
    justify-content: right;
    margin-right: 30px;
}

header#pt-header.pt-header-style-1 .pt-menu-search-block {
    border-left: 1px solid var(--grey-color);
    border-right: 1px solid var(--grey-color);
    padding: 0 30px;
    line-height: 80px;
}

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

header#pt-header.pt-header-style-1 .pt-search-form {
    top: 100%;
    right: 0;
}

header#pt-header.pt-header-style-1 .pt-shop-btn{
    padding-right: 30px;
    border-right: 1px solid var(--grey-color);
}


/*+++++++++++++Toggle Side Bar++++++++++++++*/
header#pt-header.pt-header-style-1 .pt-toggle-btn {
    line-height: 75px;
    padding: 26px 14px;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
    position: relative;
    transition: all 0.5s ease;
    margin-right: 15px;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn:hover {
    background: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-1 .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-1 .pt-toggle-btn a {
    position: relative;
    display: block;
    top: 0;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    background: currentColor;
    color: inherit;
    font-size: 0;
    transition: 0.35s;
}

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

header#pt-header.pt-header-style-1 .pt-toggle-btn a:before {
    transform: translate(-50%, -10px);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:after {
    transform: translate(-50%, 10px);
}

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

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar-toggler:hover {
    background: var(--dark-color);
}

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

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

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


 header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky{

    position: fixed;
    top: 0px;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 2;
    background: var(--white-color);
    -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);
}




@media(max-width:767px) {

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

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

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



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

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

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


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

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

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

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

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

    header#pt-header.pt-header-style-1 .pt-top-header.top-style-1 .pt-header-tagline {
        font-size: 12px;
    }
    
    header#pt-header.pt-header-style-1.pt-bottom-header .navbar .navbar-nav li {
        margin-right: 10px;
    }
    header#pt-header.pt-header-style-1 .pt-menu-search-block{ margin: 0 0 0 20px; padding: 0 15px; }
    header#pt-header.pt-header-style-1 .pt-shop-btn{ padding-right: 20px; margin-left: 20px; }


}

@media(max-width:1240px) {
    header#pt-header.pt-header-style-1 .pt-top-header.top-style-1 .pt-header-contact ul li {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }


}


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

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

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

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

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


}


@media(max-width:1023px) {


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

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

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

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

    header#pt-header .pt-bottom-header .navbar-toggler:hover,  header#pt-header .pt-bottom-header .navbar-toggler:focus  {
        background: var(--dark-color);
        box-shadow: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

    header#pt-header.pt-header-style-1 .pt-menu-search-block {
        border-left: none;

    }

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

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

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

    header#pt-header.pt-header-style-1 .pt-menu-search-block {
        margin-left: auto;
        padding: 0 15px;
    }

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


}


@media(max-width:991px) {
    header#pt-header .pt-top-header .pt-header-contact ul li:last-child {
        display: none;
    }


}


@media(max-width:767px) {

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

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

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

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

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

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


@media(max-width:420px) {
    header#pt-header.pt-header-default .pt-menu-search-block {
        margin-right: 0;
    }

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

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


.pt-breadcrumb .container {
    position: relative;
}

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

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

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

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

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

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

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f125";
    font-size: 12px;
    font-family: "Ionicons";
    padding-right: 15px;
    float: none;
    color: var(--dark-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 .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;
    }
}

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

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

footer#pt-footer .pt-footer-top {
    padding: 60px 0 15px 0;
}

footer#pt-footer .pt-copyright-footer {
    padding: 15px 0;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
}

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 Widget =====*/
footer#pt-footer .widget {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 45px;
    color: var(--white-color);
}

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

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

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

footer#pt-footer table th {
    color: var(--dark-color);
}

footer#pt-footer .calendar_wrap table caption {
    caption-side: inherit;
    padding: 0 0 10px;
    font-weight: 500;
}

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: 500;
    font-family: var(--title-fonts);
}

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

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: 600;
    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: 51px;
    height: 51px;
    width: 51px;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

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

footer#pt-footer .search-form .search-submit:hover {
    background: var(--primary-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(--dark-color);
    background: var(--white-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    padding: 2px 12px;
    border-radius: 0;
    border: 1px solid var(--white-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

footer#pt-footer .tagcloud .tag-cloud-link:hover {
    border-color: var(--primary-color);
    background: var(--primary-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 12px 15px;
    display: inline-block;
    width: 100%;
    color: var(--white-color);
    text-transform: capitalize;
    text-decoration: none;
}

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

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

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev a,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next a {}

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 .widget #recentcomments--1 li.recentcomments span a {
    color: var(--primary-color);
}


footer#pt-footer .pt-footer-logo {
    height: 50px;
    margin-bottom: 30px;
    width: auto;
    border-radius: 0;
}

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

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

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

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding: 0;
}

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

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

footer#pt-footer .widget ul.pt-contact li a {
    padding: 0;
    text-decoration: none;
    color: var(--white-color);
}

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

footer#pt-footer .widget ul.pt-contact li {
    display: flex;
    align-items: center;
}

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

footer#pt-footer .widget ul.pt-contact li i {
    margin-right: 20px;
}

footer#pt-footer .pt-footer-style-1 {
    color: var(--white-color);
    position: relative;
}


.pt-foote-recent-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

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

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

.pt-foote-recent-post .pt-foote-recent-post-media img {
    width: 80px;
    height: 80px;
}

.pt-foote-recent-post .pt-foote-recent-post-info {
    flex: 1;
    align-self: center;
}

.pt-foote-recent-post .pt-foote-recent-post-info .pt-post-date {
    font-family: var(--title-fonts);
    font-weight: 400;
    color: var(--primary-color);
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.1em;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 {
    font-size: 16px;
    line-height: 1.5;
    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.pt-section-title-style-1.text-center {
    padding: 0 15em;
    margin-bottom: 60px;
}


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

}

.pt-section-title-box.pt-section-title-style-1 .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-title-style-1 .pt-section-title {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    color: var(--dark-color);
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    text-transform: capitalize;

}

.pt-section-title-box.pt-section-title-style-1 .pt-section-description {


    z-index: 9;
    position: relative;
    margin: 15px 0 0;
}

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

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

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

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

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

/*+++++++++++++++++++++++++++++++++++++++++
Sidebar Menu
++++++++++++++++++++++++++++++++++++++++*/
.pt-background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    z-index: 100;
    opacity: 0.8;
    display: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-background-overlay {
    display: block;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-sidebar {
    right: 0;
    opacity: 1;
}

.pt-sidebar {
    width: 410px;
    background: var(--white-color);
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 101;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-sidebar .pt-close-btn .pt-close {
    position: absolute;
    left: -50px;
    background: var(--grey-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--dark-color);
    top: 90px;
    font-size: 18px;
}

.pt-sidebar .pt-close-btn .pt-close:hover {
    background: var(--dark-color);
    color: var(--white-color);
}


.pt-sidebar-block {
    padding: 60px 30px 30px 30px;
    height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
    margin-bottom: 15px;
    height: 50px;
}

.pt-sidebar h5,
.pt-sidebar h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.pt-sidebar .pt-foote-recent-post .pt-foote-recent-post-info .pt-post-date:hover {
    color: var(--primary-color);
}

.pt-sidebar .pt-sidebar-form span.wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}

.pt-sidebar .pt-sidebar-form .wpcf7-form-control {
    float: none;
}

.pt-sidebar ul {
    margin: 0;
    padding: 0;
}

.pt-sidebar ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.pt-sidebar ul li a {
    color: var(--dark-color);
}

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

.pt-sidebar-contact li {
    display: flex;
    align-items: flex-start;
}

.pt-sidebar-contact li i {
    line-height: 2;
    color: var(--primary-color);
}

.pt-sidebar-contact li span {
    margin-left: 15px;
    flex: 1;
}

.pt-sidebar-contact ul li a {
    color: var(--secondary-color);
}

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

.pt-sidebar-social ul {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.pt-sidebar-social ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}

.pt-sidebar-social ul li:last-child {
    margin-right: 0;
}

.pt-sidebar-social ul li a {
    background: var(--grey-color);
    color: var(--dark-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
}


.pt-sidebar-social ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-sidebar .widget {
    background: transparent;
    padding: 0;
    border: none;
}

.pt-sidebar .widget .wp-block-image {
    margin-bottom: 30px;
}

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

}

/*+++++++++++ Subscribe++++++++++++++++*/
.pt-subscribe {
    display: inline-block;
    width: 100%;
    color: var(--white-color);
    padding: 90px 0;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.pt-subscribe-block .pt-subscribe-img {
    width: 55px;
    color: var(--primary-color);
}

.pt-subscribe-block .pt-subscribe-details {
    color: var(--white-color);
    flex: 1;
}

.pt-subscribe-block .pt-subscribe-details h5 {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 5px;
}

.pt-subscribe-block .pt-subscribe-details span {
    margin-right: 60px;
    display: block;
}

.pt-subscribe-from .mc4wp-form-fields {
    display: flex;
}

.pt-subscribe-from input.form-control {
    width: 76%;
    border-radius: 0;
    background: transparent;
    color: var(--white-color);
    border-color: rgba(255, 255, 255, 0.1);
    margin-right: 15px;

}

.pt-subscribe-from input.form-control::-webkit-input-placeholder {
    color: var(--white-color);
}

.pt-subscribe-from input.submit {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
    border-left: 0;
    padding: 10px 30px;

}

.pt-subscribe .pt-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding-top: 60px;
    width: 100%;
}


@media(max-width:991px) {
    .pt-subscribe-block {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {


    .pt-subscribe {
        padding: 60px 0;
    }

    .pt-subscribe-block .pt-subscribe-details h5 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media(max-width:576px) {
    .pt-subscribe-from .mc4wp-form-fields {
        display: block;
    }

    .pt-subscribe-from input.form-control {
        float: none;
        width: 100%;
    }

    .pt-subscribe-from input.submit {
        margin-left: 0;
        margin-top: 15px;
        float: none;
        width: 100%;
    }
}


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

.owl-carousel .owl-nav button.owl-prev {

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

.owl-carousel .owl-nav button.owl-next {

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

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

/*+++++++++++++Dots++++++++++++++*/
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    line-height: normal;
    position: relative;
    width: 100%;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    box-shadow: none;
    outline: none;
    background: var(--dark-color);
    opacity: 1;
    display: inline-block;
    padding: 0;
    margin: 0px 8px;
    height: 8px;
    width: 8px;
    border: none;
    cursor: pointer;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--primary-color);
    opacity: 1;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--primary-color);
    opacity: 1;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

/*================================================
Form
================================================*/


/*===== Contact Us =====*/
.pt-white-form .pt-contactform .wpcf7-form-control-wrap input,
.pt-white-form .pt-contactform .wpcf7-form-control-wrap select,
.pt-white-form .pt-contactform textarea {
    background: var(--white-color);

    margin-bottom: 20px;

}

.pt-white-form .pt-contactform textarea {
    height: 130px;
}

/*===== Home 1 =====*/
.pt-appointmentform {
    padding-top: 30px;
}

.pt-appointmentform .wpcf7-form-control-wrap input,
.pt-appointmentform .wpcf7-form-control-wrap select,
.pt-appointmentform textarea {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
    ;
    margin-bottom: 20px;
    color: var(--white-color);

}

.pt-appointmentform textarea {
    height: 130px;
}

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


.pt-appointmentform [type="submit"] {
    background: var(--white-color);
    color: var(--dark-color);
    margin-top: 30px;
}

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


/*===== Appointment Page =====*/

.pt-appointment label {
    width: 100%;
    display: inline-block;
}

.pt-appointment-title {
    color: var(--dark-color);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.pt-appointment .wpcf7-form-control-wrap select {
    border-color: var(--white-color);
    color: var(--secondary-color);
}

.pt-appointment .wpcf7-form-control-wrap input,
.pt-appointment .wpcf7-form-control-wrap select {
    background-color: var(--white-color);
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.pt-appointment .wpcf7-form-control-wrap select:hover {
    border-color: var(--primary-color);
}

.pt-appointment textarea {
    height: 100px;
    margin-bottom: 15px;
    background-color: var(--white-color);
    color: var(--secondary-color);
}

.pt-appointment p {
    margin: 0;
}

/*================================================
Animation vector
================================================*/

.pt-animation-img img {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: TopBottom;
    animation-timing-function: ease-in-out
}

@keyframes TopBottom {
    0% {
        transform: translate(0px, 0px)
    }

    65% {
        transform: translate(0, 30px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

/*================================================
Service Box
================================================*/


.pt-service-style-1 {
    padding: 30px;
    background: var(--grey-color);
}

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

.pt-service-style-1 .pt-service-media-img {
    overflow: hidden;
    margin-top: -45px;

}

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

.pt-service-style-1 .pt-service-info {
    padding-top: 30px;
}

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

.pt-service-style-1 .pt-service-title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
}

.pt-service-style-1 .pt-service-icon {

    display: inline-block;
    color: var(--primary-color);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    z-index: 9;
    background: var(--white-color);
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

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

.pt-service-style-1 .pt-service-number {

    font-size: 36px;
    line-height: 44px;
    text-align: center;
    opacity: 0.5;
    -webkit-text-stroke-width: 2px;
}

.pt-service-style-1 .pt-service-media {
    position: relative;

}

.pt-service-style-1:hover .pt-service-icon {
    background: var(--primary-color);
    color: var(--white-color);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-service-style-1:hover .pt-service-number {
    color: var(--dark-color);
    opacity: 1;
}


.pt-service-style-2 .pt-service-media {
    display: flex;
    align-items: center;
}

.pt-service-style-2 .pt-service-icon {
    background: var(--primary-color);
    color: var(--white-color);
    width: 100px;
    height: 80px;
    text-align: center;
    transition: 0.5s ease-in-out;
}

.pt-service-style-2 .pt-service-icon i {
    font-size: 48px;
    line-height: inherit;
    vertical-align: middle;
    transition: all 0.5s ease;
}

.pt-service-style-2 .pt-service-title {
    background: var(--grey-color);
    color: var(--dark-color);
    font-size: 22px;
    line-height: 30px;
    padding: 25px;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.pt-service-style-2 .pt-service-info {
    background: var(--white-color);
    padding: 30px;
}

.pt-service-style-2 .pt-service-description {
    margin-bottom: 0;
}

.pt-service-style-2 .pt-btn-container {
    margin-top: 30px;
}

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

.pt-service-style-2 .pt-service-media-img {
    overflow: hidden;

}

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

.pt-service-style-2:hover .pt-service-title {
    background: var(--primary-color);
    color: var(--white-color);
    transition: 0.5s ease-in-out;
}

.pt-service-style-2:hover .pt-service-icon {
    background: var(--dark-color);
    transition: 0.5s ease-in-out;
}

.owl-item.active.center .pt-service-style-2:hover .pt-service-icon {
    background: var(--dark-color);
    transition: 0.5s ease-in-out;
}


.owl-item.active.center .pt-service-style-2 .pt-service-title {
    background: var(--dark-color);
    color: var(--white-color);
    transition: 0.5s ease-in-out;
}

.owl-item.active.center .pt-service-style-2:hover .pt-service-title {
    background: var(--primary-color);
    color: var(--white-color);
    transition: 0.5s ease-in-out;
}

.pt-service-style-2.active:hover .pt-service-title {
    background: var(--primary-color);
    color: var(--white-color);
    transition: 0.5s ease-in-out;
}

@media(max-width: 1024PX) {
    .pt-service-style-2 .pt-service-title {
        background: var(--white-color);
        border-bottom: 1px solid var(--grey-color);
    }

}

/*================================================
BMI Calc
================================================*/
.pt-bmi-calc .pt-radio-box {
    margin-bottom: 15px;
}

.pt-bmi-calc .pt-radio-box .pt-checkcontainer {
    display: inline-block;
    padding-left: 24px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    color: var(--white-color);
}

.pt-bmi-calc .pt-radio-box input.pt-bmi-calc {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.pt-bmi-calc .pt-radio-box .pt-checkcontainer .pt-radiobtn {
    width: 15px;
    height: 15px;
    background: var(--white-color);
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}

.pt-bmi-calc .pt-radio-box input.pt-bmi-calc:checked+.pt-radiobtn:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--dark-color);
    border-radius: 100%;
    top: 5px;
    left: 5px;

}

.pt-bmi-calc .pt-imp-box {
    display: flex;
}

.pt-bmi-calc .pt-imp-box .pt-input-box {
    width: 50%;
    margin-right: 5px;
}

.pt-bmi-calc .pt-label {
    color: var(--white-color);
    margin-top: 10px;
}

.pt-bmi-calc .pt-input-box input {
    -webkit-appearance: none;
    background: rgba(104, 99, 99, 0.8);
    color: var(--white-color);
    border: none;
    -moz-appearance: textfield;
}

.pt-bmi-calc .pt-input-box input[type=number]::-webkit-inner-spin-button,
.pt-bmi-calc .pt-input-box input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.pt-bmi-calc .pt-input-box .pt-button {
    width: 100%;
}

.pt-bmi-calc .pt-input-box .pt-button:hover {
    background: var(--primary-color);
}

.pt-bmi-calc .pt-bmi-result.pt-hide {
    display: none;
}

.pt-bmi-calc .pt-bmi-result {
    background: var(--white-color);
    padding: 15px 30px;
    width: 98%;
    margin: 0 auto;
    margin-top: 15px;


    text-align: center;
}

.pt-bmi-metric {
    display: none;
}

.pt-bmi-calc .pt-input-box input::placeholder {
    color: var(--white-color);
}


/*================================================
Team 
================================================*/
.pt-team-box.pt-style-1 {
    position: relative;
    z-index: 1;
    padding: 0px 40px;
    transition: 0.3s;

}

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

.pt-team-box.pt-style-1 .pt-team-icons li {
    list-style: none;
}

.pt-team-box.pt-style-1 .team-inner-img img {
    display: block;
    border-radius: 50%;

}

.pt-team-box.pt-style-1 .pt-team-info {
    text-align: center;
    margin-top: 20px;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-member-name {
    font-size: 22px;
    line-height: 30px;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-designation {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: 0.1em;
}


.pt-team-box.pt-style-1:hover .pt-team-img .team-icons .team-icon {
    opacity: 1;
}

.pt-team-box.pt-style-1 .pt-team-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.pt-team-box.pt-style-1 .pt-team-icons li,
.pt-team-box.pt-style-1 .pt-team-icons .team-icon {
    position: absolute;
    z-index: 3;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    margin-top: -40%;
    margin-left: 30%;
    color: #ffffff;
}

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

.pt-team-box.pt-style-1 .pt-team-icons ul li {
    list-style: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.pt-team-box.pt-style-1:hover .pt-team-icons ul li {
    opacity: 1;
}


.pt-team-box.pt-style-1 .team-icon,
.pt-team-box.pt-style-1 li a {
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
    display: inline-block;
}

.pt-team-box.pt-style-1 .team-icon:hover,
.pt-team-box.pt-style-1 li a:hover {
    background-color: var(--dark-color);

}

.pt-team-box.pt-style-1 .pt-team-icons ul li:nth-child(2) {
    margin-top: -15%;
    margin-left: 50%;
}

.pt-team-box.pt-style-1 .pt-team-icons ul li:nth-child(3) {
    margin-top: 16%;
    margin-left: 50%;
}

.pt-team-box.pt-style-1:hover .pt-team-icons ul li:nth-child(1) {
    margin-top: -15%;
    margin-left: 50%;
}

.pt-team-box.pt-style-1:hover .pt-team-icons ul li:nth-child(2) {
    margin-top: 16%;
    margin-left: 50%;
}

.pt-team-box.pt-style-1:hover .pt-team-icons ul li:nth-child(3) {
    margin-top: 42%;
    margin-left: 30%;
}


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

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

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

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

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

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

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

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

.pt-team-box.pt-style-2 .pt-team-icons ul {
    padding: 0;
    margin: 0;
}

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

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

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

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

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


@media(max-width: 1199px) {

    .pt-team-box.pt-style-1 {

        padding: 0px 30px;
    }

    .pt-team-box.pt-style-1 .pt-team-info .pt-team-designation {
        font-size: 12px;
        line-height: 20px;
    }


}

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

.pt-popup-video-block-style .pt-video a {
    margin: auto;
    text-decoration: none;
    color: var(--white-color);
    font-size: 28px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-flex;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
}


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


}

.pt-popup-video-block-style .pt-button img,
.pt-popup-video-block-style .pt-button i {
    margin-right: 0px;
}

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

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

}

.pt-popup-whitebg .pt-popup-video-block-style .pt-video a:hover .pt-btn-cover .pt-btn-cover-text {
    color: var(--primary-color);
}

.pt-popup-whitebg .pt-popup-video-block-style .pt-video a:hover .pt-btn-cover-bgrnd {
    background: var(--white-color);
    border-color: var(--white-color);
}

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

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

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

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

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

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

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

/*================================================
Pricebox
================================================*/
.pt-pricebox-style-1 {
    background: var(--white-color);
    padding: 45px;
}

.pt-pricebox-style-1 .pt-price-detail {
    position: relative;
    font-family: var(--title-fonts);
    border-bottom: 1px solid var(--grey-color);
    padding-bottom: 30px;
}

.pt-pricebox-style-1 .pt-price-detail .pt-price-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.pt-pricebox-style-1 .pt-price-detail .pricing-description {
    margin-bottom: 0;
}

.pt-pricebox-style-1 .pt-price-detail .pt-price-media {
    margin: 20px 0 30px;
}

.pt-pricebox-style-1 .pt-price-media i {
    font-size: 64px;
    line-height: 72px;
    color: var(--primary-color);
}

.pt-pricebox-style-1 .pt-price-detail .price {
    font-size: 48px;
    line-height: 56px;
    display: inline-block;
}

.pt-pricebox-style-1 .pt-price-detail .pt-price-duration {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}

.pt-pricebox-style-1 .pt-list-info {
    margin: 0;
    padding: 15px 0 0px 0;
}

.pt-pricebox-style-1 .pt-list-info li {
    list-style: none;
    line-height: 45px;
}

.pt-pricebox-style-1 .pt-button {
    margin-top: 30px;
}


.pt-pricebox.pt-pricebox-style-1.active .pt-button .pt-btn-cover .pt-btn-cover-bgrnd { border: none; }



@media(max-width:767px) {
    .pt-pricebox-style-1 .pt-price-detail {
        padding: 30px 15px;
    }

    .pt-pricebox-style-1 .pt-price-detail .price {
        font-size: 48px;
        line-height: 56px;
    }
}


@media(max-width:480px) {
    .pt-pricebox-style-1 {
        padding: 30px 15px 60px;
    }

    .pt-pricebox-style-1 .pt-price-detail .price {
        font-size: 40px;
        line-height: 48px;
    }

    .pt-pricebox-style-1 .pt-price-detail .pt-price-duration {
        font-size: 14px;
        line-height: 22px;
    }

}

/*================================================
Testimonial
================================================*/

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

}

.owl-item.active.center .pt-testimonial-box.pt-style-1 {
    background: var(--grey-color);


}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {
    display: flex;
    position: relative;
    align-items: center;
    margin-left: 60px;
}

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

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


.pt-testimonial-box.pt-style-1 .pt-testmonial-title {
    font-size: 22px;
    line-height: 30px;


}

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

.pt-testimonial-box.pt-style-1 .pt-testimonial-content {
    display: flex;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-icon {
    margin-right: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-icon i {
    color: var(--primary-color);
    font-size: 36px;
    line-height: 44px;
    -webkit-text-stroke: 2px var(--primary-color);
}


.pt-testimonial-box.pt-style-2 {
    background: var(--white-color);
    padding: 0 30px 45px 30px;
    margin-top: 45px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media {
    margin-bottom: 20px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img {
    position: relative;
    display: inline-block;
    margin-top: -45px;
}

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

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-icon i {
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 10px;
    line-height: 24px;
    border-radius: 100%;
}

.pt-testimonial-box.pt-style-2 .pt-testmonial-title {
    font-size: 22px;
    line-height: 30px;
}

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

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-description {
    margin-top: 5px;
    margin-bottom: 20px;
}


@media(max-width:480px) {

    .pt-testimonial-box.pt-style-1 {
        padding: 45px 15px;
    }

    .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-icon {
        margin-right: 15px;
    }

    .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-icon i {
        color: var(--primary-color);
        font-size: 24px;
        line-height: 32px;

    }

    .pt-testimonial-box.pt-style-1 .pt-testimonial-media {
        margin-left: 30px;

    }

    .pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-img img {
        width: 65px;
        height: 65px;
    }

    .pt-testimonial-box.pt-style-1 .pt-testmonial-title {
        font-size: 16px;
        line-height: 24px;
    }

    .pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-meta span {
        font-size: 12px;
        line-height: 20px;
    }

}

@media(max-width:1366px) {
    .pt-testimonial-box.pt-style-1 {
        padding: 45px 30px;
    }

}


/*---right space fullbg------*/
.pt-right-outer-container {
    margin-right: calc((100% - 1300px)/ 2);
}


@media(max-width:1199px) {
    .pt-right-outer-container {
        margin-right: calc((100% - 960px)/ 2);
    }

}

@media(max-width:1024px) {
    .pt-right-outer-container {
        margin-right: 0
    }

}


.pt-call-box .pt-call-title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 5px;
}

.pt-call-box p {
    margin-bottom: 0;
}

.pt-call-box .pt-call-info {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
}

.pt-call-box .pt-call-info span.pt-primary-text {
    margin: 0 15px;
    font-size: 18px;
}

.pt-call-box .pt-call-info span.pt-call-email {
    color: var(--primary-color);
    font-size: 18px;
}


/*================================================
Fancybox
================================================*/

.pt-fancy-box.pt-style-1 {
    background: var(--white-color);
    padding: 45px 30px;
}

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

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

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

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

.pt-fancy-box.pt-style-1 .pt-right-icon {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-1:hover .pt-right-icon {
    visibility: visible;
    opacity: 0.2;
    right: 15px;
}

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

.pt-fancy-box.pt-style-1 .pt-fancy-box-info .pt-fancy-box-title {
    font-size: 22px;
    line-height: 30px;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-info .pt-fancybox-description {
    margin-top: 5px;
    margin-bottom: 10px;
}


.pt-fancy-box.pt-style-2 {
    padding: 45px 30px;
    transition: all 0.5s ease;
    background: var(--grey-color);
    overflow: hidden;
    position: relative;
}

.pt-fancy-box.pt-style-2 .pt-fancy-box-hoverbg img {
    width: 100%;
    height: 100%;
}

.pt-fancy-box.pt-style-2 .pt-fancy-box-hoverbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-position: top center;
    background-size: cover;
}

.pt-fancy-box.pt-style-2 .pt-fancy-box-hoverbg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: var(--primary-color);
    opacity: 0.9;
    transform-origin: 0 0;
    transform: scaleX(0);
    transition: 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-2:hover .pt-fancy-box-hoverbg:before {
    opacity: 0.9;
    transform: scaleX(1);
    transition: 0.5s ease-in-out;
}

.pt-fancy-box.pt-style-2:hover .pt-fancy-box-hoverbg {
    opacity: 1;
}

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

.pt-fancy-box.pt-style-2 .pt-fancy-box-content {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.pt-fancy-box.pt-style-2:hover .pt-fancy-box-content {
    border-color: #cdef9c47;
}

.pt-fancy-box.pt-style-2 .pt-icon i {
    font-size: 64px;
    line-height: 72px;
    transition: all 0.5s ease;
    display: inline-block;
    color: var(--primary-color);
}

.pt-fancy-box.pt-style-2:hover .pt-icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--white-color);
}

.pt-fancy-box.pt-style-2:hover .pt-fancybox-link,
.pt-active ..pt-fancy-box.pt-style-2 .pt-fancybox-link {
    color: var(--white-color);
    border-color: var(--white-color);
}

.pt-fancy-box.pt-style-2 .pt-fancy-box-title {
    color: var(--dark-color);
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 22px;
    line-height: 30px;
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}

.pt-fancy-box.pt-style-2 .pt-fancybox-description {
    margin-bottom: 15px;
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}

.pt-fancy-box.pt-style-2 .pt-fancy-box-info .pt-button {
    transition: none;
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}

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

.pt-fancy-box.pt-style-2:hover .pt-fancybox-description {
    color: var(--white-color);
}

.pt-fancy-box.pt-style-2:hover .pt-btn.pt-button-link:hover .pt-btn-text:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

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

.pt-fancy-box.pt-style-2:hover .pt-button.pt-btn-link .pt-btn-text:after,
.pt-fancy-box.pt-style-2:hover .pt-button.pt-btn-link .pt-btn-text:before {
    background: var(--white-color);
}

.pt-whitout-bg .pt-fancy-box.pt-style-2 .pt-fancy-box-hoverbg:before {
    display: none;
}

.pt-whitout-bg .pt-fancy-box.pt-style-2 .pt-fancy-box-title {
    color: var(--dark-color);
}

.pt-whitout-bg .pt-fancy-box.pt-style-2 .pt-icon i {
    color: var(--primary-color);
}

.pt-whitout-bg .pt-fancy-box.pt-style-2 .pt-fancybox-description {
    color: var(--secondary-color);
}

.pt-whitout-bg .pt-fancy-box.pt-style-2 .pt-button.pt-btn-link {
    color: var(--primary-color);
}

.pt-whitout-bg .pt-fancy-box.pt-style-2 .pt-button.pt-btn-link .pt-btn-text:after,
.pt-whitout-bg .pt-fancy-box.pt-style-2 .pt-button.pt-btn-link .pt-btn-text:before {
    background: var(--primary-color);
}

.pt-whitout-bg .pt-fancy-box.pt-style-2 .pt-fancy-box-content {
    padding-top: 0;
    margin-top: 15px;
    border-top: none;
}


.pt-fancy-box.pt-style-3 {
    background: var(--white-color);
    padding: 45px 30px;
}

.pt-fancy-box.pt-style-3 .pt-icon {
    margin-bottom: 15px;
}

.pt-fancy-box.pt-style-3 .pt-icon i {
    font-size: 64px;
    line-height: 72px;
    transition: all 0.5s ease;
    display: inline-block;
    color: var(--primary-color);
}

.pt-fancy-box.pt-style-3 .pt-right-icon {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    opacity: 0.1;
    right: 20px;
    top: 20px;
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-3:hover .pt-right-icon {
    right: 30px;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-info .pt-fancy-box-title {

    font-size: 24px;
    line-height: 32px;
}

.pt-fancy-box.pt-style-3 .pt-fancy-box-info .pt-fancybox-description {
    margin-top: 5px;
    margin-bottom: 0;

}

.pt-fancy-box.pt-style-4 {
    padding: 60px;
}

.pt-fancy-box.pt-style-4 .pt-icon {
    margin-bottom: 10px;
}

.pt-fancy-box.pt-style-4 .pt-icon i {
    font-size: 64px;
    line-height: 72px;
    color: var(--primary-color);
}

.pt-fancy-box.pt-style-4 .pt-fancy-box-info .pt-fancy-box-title {
    font-size: 24px;
    line-height: 32px;
}

.pt-fancy-box.pt-style-4 .pt-fancy-box-info .pt-fancy-box-subtitle {
    color: var(--primary-color);
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    margin-bottom: 5px;
}

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


.pt-fancy-box.pt-style-5 {
    display: flex;
    align-items: flex-start;
    background: var(--white-color);
}

.pt-fancy-box.pt-style-5 .pt-fancy-box-media {
    font-size: 64px;
    line-height: 72px;
    height: 94px;
    width: 94px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 15px;
    position: relative;
    margin-right: 15px;

}

.pt-fancy-box.pt-style-5 .pt-fancy-box-media i:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 100%;
    margin: auto;
    width: 30px;
    height: 50px;
    clip-path: polygon(100% 48%, 0 0, 0 100%);
    background-color: var(--primary-color);
    font-weight: 600;
}

.pt-fancy-box.pt-style-5 .pt-fancy-box-media .pt-icon {
    position: relative;
}

.pt-fancy-box.pt-style-5 .pt-fancy-box-info {
    margin-left: 20px;
}

.pt-fancy-box.pt-style-5 .pt-fancy-box-info .pt-fancy-box-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
}

.pt-fancy-box.pt-style-5 .pt-fancy-box-info .pt-fancy-box-content p.pt-fancybox-description {
    margin-top: 5px;
    margin-bottom: 10px;
}

.pt-fancy-box.pt-style-5 .pt-button.pt-btn-link {
    color: var(--dark-color);
}

.pt-fancy-box.pt-style-5 .pt-button.pt-btn-link .pt-btn-text:after,
.pt-fancy-box.pt-style-5 .pt-button.pt-btn-link .pt-btn-text:before {
    background: var(--dark-color);
}

.pt-right-icon .pt-fancy-box.pt-style-5 {
    flex-direction: row-reverse;
    text-align: right;
}

.pt-right-icon .pt-fancy-box.pt-style-5 .pt-fancy-box-media {
    margin-right: 0;
    margin-left: 15px;
}

.pt-right-icon .pt-fancy-box.pt-style-5 .pt-fancy-box-info {
    margin-left: 0;
    margin-right: 20px;
}

.pt-right-icon .pt-fancy-box.pt-style-5 .pt-fancy-box-media i:after {
    clip-path: polygon(0 48%, 100% 100%, 100% 0);
    left: inherit;
    right: 100%;
}

@media(max-width: 1024px) {
    .pt-right-icon .pt-fancy-box.pt-style-5 {
        flex-direction: inherit;
        text-align: left;
    }

    .pt-right-icon .pt-fancy-box.pt-style-5 .pt-fancy-box-media {
        margin-right: 15px;
        margin-left: 0;
    }

    .pt-right-icon .pt-fancy-box.pt-style-5 .pt-fancy-box-info {
        margin-left: 20px;
        margin-right: 0;
    }

    .pt-right-icon .pt-fancy-box.pt-style-5 .pt-fancy-box-media i:after {
        clip-path: polygon(100% 48%, 0 0, 0 100%);
        left: 100%;
        right: inherit;
    }

}


@media(max-width: 360px) {
    .pt-fancy-box.pt-style-2 {
        padding: 30px 15px;
    }

}

/*================================================
Process Step
================================================*/

.pt-process-step.pt-process-1 {
    padding: 0 30px;
}

.pt-process-step.pt-process-1 .pt-process-img {
    position: relative;
}

.pt-process-step.pt-process-1 .pt-process-img img {

    border-radius: 50%;
    position: relative;

}


.pt-process-step.pt-process-1 .pt-process-img .pt-process-number {
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--primary-color);
    font-size: 18px;
    color: var(--white-color);
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
}


.pt-process-step.pt-process-1 .pt-process-info {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.pt-process-step.pt-process-1 .pt-process-info p {
    margin-top: 5px;
    margin-bottom: 0;
}

.pt-process-step.pt-process-1 .pt-button {
    display: none;
}

.pt-process-step.pt-process-1 .pt-before-img {
    position: absolute;
    top: 50%;
    right: -15%;
    margin-top: -85px;
    height: 37px;
}

.pt-process-step.pt-process-2 {
    position: relative;
    z-index: 1;
    padding: 10px 0 10px;

}

.pt-process-step.pt-process-2 .pt-process-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
}

.pt-process-step.pt-process-2 .pt-process-image-content {
    display: flex;
    flex-direction: column;
    flex-basis: content;
    align-items: center;
}

.pt-process-step.pt-process-2 .pt-process-img {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--primary-color);
    color: var(--white-color);
    position: relative;
    font-size: 20px;
    transition: all 0.5s;
    border-radius: 50%;
    text-align: center;

}

.pt-process-step.pt-process-2 .pt-process-img:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    z-index: -1;
    transition: all 0.4s ease;
    width: 75px;
    height: 75px;
    line-height: 75px;
    transform: translate(-50%, -50%);

    background: var(--primary-color);
    opacity: 0.2;
}

.pt-step-before-none .pt-process-step.pt-process-2 .pt-process-image-curve .pt-process-image-curve-inner:before {
    display: none;
}


.pt-process-step.pt-process-2 .pt-process-item:hover .pt-process-img:before {
    width: 65px;
    height: 65px;
}

.pt-process-step.pt-process-2 .pt-process-img .pt-process-number {
    font-size: 22px;
}

.pt-process-step.pt-process-2 .pt-process-image-curve .pt-process-image-curve-inner {

    position: relative;

}


.pt-process-step.pt-process-2 .pt-process-image-curve .pt-process-image-curve-inner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    width: 2px;
    height: 20px;
    bottom: 0;
    content: '';
    display: block;
    border-radius: 0;
    background: var(--primary-color);
}


.pt-process-step.pt-process-2 .pt-process-info {
    flex-grow: 1;
    flex-basis: 50%;
    color: var(--white-color);
    margin: 0 20px 0 40px;
}

.pt-process-step.pt-process-2 .pt-process-item.item_show .pt-process-content {
    opacity: 1;
    transform: translateX(0);
    color: var(--white-color);
}

.pt-process-step.pt-process-2 .pt-process-info .pt-process-title {
    font-size: 22px;
    color: var(--white-color);
}

.pt-process-step.pt-process-2 .pt-process-description p {
    margin-bottom: 0;
}

.pt-process-step.pt-process-3 {
    background: var(--grey-color);
    padding: 45px 30px;
}

.pt-process-step.pt-process-3 .pt-process-icon i {
    position: relative;
    font-size: 64px;
    line-height: 72px;
    color: var(--primary-color);
}

.pt-process-step.pt-process-3 .pt-process-number {
    position: absolute;
    right: 30px;
    top: 45px;
    font-size: 52px;
    line-height: 60px;
    color: var(--dark-color);
    opacity: 0.1;
    font-family: var(--title-fonts);
    font-weight: 600;
    -webkit-text-stroke: 1px;
}

.pt-process-step.pt-process-3 .pt-process-info {

    margin-top: 15px;
}

.pt-process-step.pt-process-3 .pt-process-title {
    font-size: 22px;
    line-height: 30px;
}

.pt-process-step.pt-process-3 .pt-process-info p {
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
}


@media(max-width:1200px) {
    .pt-process-step.pt-process-1 {
        padding: 20px;
    }

    .pt-process-step.pt-process-1 .pt-before-img {
        position: absolute;
        top: 50%;
        right: -17%;
        height: 30px;
    }

    .pt-process-step.pt-process-1 .pt-process-title {
        font-size: 20px;
        list-style: 28px;
    }


}

@media(max-width:1024px) {

    .pt-process-step.pt-process-1 img.pt-before-img {
        display: none
    }

}



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


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

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

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

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

.pt-progressbar-style-1 .progress-title {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-weight: 600;
    text-transform: capitalize;
}

.pt-progressbar-style-1 .progress-value {
    color: var(--dark-color);
    margin: 0;
    float: right;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

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

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

.pt-progressbar-style-1 .pt-progressbar-content .pt-progress-bar span {
    height: 10px;
    line-height: 10px;
    background: var(--grey-color);
}


.pt-pricebox-style-2 {
    background: var(--grey-color);
    padding-bottom: 45px;
}

.pt-pricebox-style-2 .pt-price-detail {
    background: var(--dark-color);
    padding: 30px;
    position: relative;
    font-family: var(--title-fonts);
}

.pt-pricebox-style-2.active .pt-price-detail {
    background: var(--primary-color);
}

.pt-pricebox-style-2 .pt-price-detail .pt-price-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    color: var(--white-color);
    font-family: var(--title-fonts);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.pt-pricebox-style-2 .pt-price-detail .pricing-description {
    margin-bottom: 0;
}

.pt-pricebox-style-2 .pt-price-media i {
    font-size: 100px;
    line-height: 108px;
    color: rgb(255 255 255 / 10%);
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.pt-pricebox-style-2 .pt-price-detail .price {
    font-size: 48px;
    line-height: 56px;
    display: inline-block;
    color: var(--white-color);
}

.pt-pricebox-style-2 .pt-price-detail .pt-price-duration {
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
}

.pt-pricebox-style-2 .pt-list-info {
    margin: 0;
    padding: 30px;
}

.pt-pricebox-style-2 .pt-list-info li {
    list-style: none;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pt-pricebox-style-2 .pt-list-info li i {
    margin-left: 30px;
    color: var(--primary-color);
}

@media(max-width:767px) {

    .pt-pricebox-style-1 .pt-price-detail .price {
        font-size: 48px;
    }
}


/*================================================
Counter
================================================*/
.pt-counter.pt-style-1 .pt-counter-contain .pt-counter-media i {
    font-size: 80px;
    line-height: 88px;
    color: var(--primary-color);
}

.pt-counter.pt-style-1 .pt-counter-contain .pt-counter-info .timer {
    font-size: 40px;
    line-height: 48px;
    display: inline-block;
    margin-top: 10px;
}

.pt-counter.pt-style-1 .pt-counter-contain .pt-counter-info .pt-counter-prefix {
    color: var(--dark-color);
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
}

.pt-counter.pt-style-1 .pt-counter-contain .pt-counter-info h5.pt-counter-title {
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.pt-counter.pt-style-1 .pt-counter-contain .pt-counter-info p {
    margin-bottom: 0;
}


.pt-counter.pt-style-2 .pt-counter-contain .pt-counter-info .timer {
    font-size: 44px;
    line-height: 52px;
    display: inline-block;
    margin-top: 10px;
}

.pt-counter.pt-style-2 .pt-counter-contain .pt-counter-info .pt-counter-prefix {
    color: var(--dark-color);
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
}

.pt-counter.pt-style-2 .pt-counter-contain .pt-counter-info h5.pt-counter-title {
    margin-top: 5px;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    color: var(--primary-color);

}


/*================================================
Portfolio
================================================*/
.pt-portfoliobox-2 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-2 .pt-portfolio-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  
    transition:all 0.5s ease;
}

.pt-portfoliobox-2:hover .pt-portfolio-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.pt-portfoliobox-2 .pt-portfolio-img {
    position: relative;
}

.pt-portfoliobox-2 .pt-portfolio-img:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: inline-block;
    z-index: 9;
    background: var(--primary-color);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-2:hover .pt-portfolio-img:before {
    opacity: 0.9;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-2 .pt-portfolio-info span {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white-color);
}

.pt-portfoliobox-2 .pt-portfolio-info {
    margin: auto;
    position: absolute;
    bottom: 45px;
    z-index: 10;
    left: 45px;
    opacity: 0;
    background: transparent;
    text-align: left;
    color: var(--white-color);
    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 {
    opacity: 1;
    z-index: 10;
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a {
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

}

.pt-portfoliobox-2 .pt-portfolio-info h5 a {
    color: var(--white-color);
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}

.pt-portfoliobox-2 .pt-portfolio-info h5 a:hover {
    color: var(--white-color);
    text-decoration: none
}

.pt-portfoliobox-2 .pt-portfolio-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    opacity: 0;
    transition: all 300ms linear 0s;
}

.pt-portfoliobox-2:hover .pt-portfolio-icon {
    opacity: 1;
    transform: scale(1);
    z-index: 9;
}

.pt-portfoliobox-2 .pt-portfolio-icon i {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    align-items: center;
    justify-content: center;
}

.pt-portfoliobox-2 .pt-portfolio-icon i {
    position: relative;
    padding: 12px;
    color: var(--primary-color);
    line-height: normal;
}

.pt-portfoliobox-2 .pt-portfolio-icon img {
    width: 35px;
    height: 35px;
    padding: 10px;
    background: var(--dark-color);
}

.pt-portfoliobox .owl-nav {
    position: absolute;
    margin-top: 0;
    text-align: center;
    left: -76.5%;
    top: 75%;
}

.pt-portfoliobox .owl-carousel .owl-nav button {
    background: var(--white-color);
    color: var(--dark-color) !important;
    border: 1px solid #88888838;
}

.pt-portfoliobox .owl-carousel .owl-nav button:hover {
    background: var(--primary-color);
    color: var(--white-color) !important;
    border: 1px solid var(--primary-color);
}


.pt-portfoliobox-1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

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

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

.pt-portfoliobox-1 .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;
    -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-1:hover .pt-portfolio-img:before {
    opacity: 0.01;
}

.pt-portfoliobox-1 .pt-portfolio-info span {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--primary-color);
}

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

.pt-portfoliobox-1 .pt-portfolio-info {
    padding: 15px 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 5%;
    z-index: 2;
    left: 5%;
    width: 90%;
    opacity: 0;
    background: var(--white-color);
    text-align: left;
    color: var(--white-color);
    display: inline-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;
    transform: translateY(30px);
    -moz-transform: translate(30px);
    -webkit-transform: translate(30px);
    -o-transform: translate(30px);
    -ms-transform: translate(30px);
    transform: translateY(30px);
}

.pt-portfoliobox-1:hover .pt-portfolio-info {
    opacity: 1;
    z-index: 99;
    transform: translateY(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translateY(0);
}

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

.pt-portfoliobox-1 .pt-portfolio-info h5 a {
    color: var(--dark-color);
    font-weight: 600;
}

.pt-portfoliobox-1 .pt-portfolio-info h5 a:hover {
    color: var(--primary-color);
    text-decoration: none
}

.pt-portfoliobox-1 .pt-portfolio-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
    transition: all 300ms linear 0s;
}

.pt-portfoliobox-1:hover .pt-portfolio-icon {
    opacity: 1;
    transform: scale(1);
    z-index: 99;
}

.pt-portfoliobox-1 .pt-portfolio-icon i {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    align-items: center;
    justify-content: center;
}

.pt-portfoliobox-1 .pt-portfolio-icon i {
    position: relative;
    padding: 12px;
    color: var(--primary-color);
    line-height: normal;
}

.pt-portfoliobox-1 .pt-portfolio-icon img {
    width: 35px;
    height: 35px;
    padding: 10px;
    background: var(--white-color);
}

/*================================================
isotope Portfolio
================================================*/
.pt-grid-item.visible_item,
.pt-masonry-item.visible_item {
    display: none
}

.pt-filters .pt-filter-button-group ul {
    margin: 0 0 45px;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
    font-size: 14px;
    line-height: 22px;
    font-family: var(--title-fonts);
    font-weight: 600;
    letter-spacing: 0.1em;
    list-style: none;
    text-transform: uppercase;
    color: var(--dark-color);
    display: inline-block;
    cursor: pointer;
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-filters .pt-filter-button-group ul li:last-child {
    margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

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

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

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

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

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

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

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

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


.pt-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

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

    .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;
        padding: 5px 15px;
    }

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

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

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


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

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

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

.pt-porfolio-info .pt-info-list li span {
    float: right;
    color: var(--primary-color);
    text-transform: capitalize;
}

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

.pt-porfolio-info .pt-info-list li:last-child {
    border-bottom: none;
}

/*================================================
Timelines
================================================*/
.pt-timelines .cntl-icon {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 20px;
    background: var(--dark-color);
    border-color: var(--primary-color);
    line-height: 70px;
}

.pt-timelines .cntl-bar {
    box-shadow: none;
    background: var(--primary-color);
    width: 5px;
    border-radius: 5px;
}

.pt-timelines .cntl-bar-fill {
    background: var(--primary-color);
}

.pt-timelines .cntl-content {
    padding: 30px;
    background: var(--grey-color);
    border-color: var(--primary-color);
}

.pt-timelines .cntl-content p {
    margin-bottom: 0;
}

.pt-timelines .cntl-content h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}

.pt-timelines .cntl-image {
    padding: 0;
}

@media(max-width:767px) {
    .pt-timelines .cntl-bar {
        display: none;
    }

    .pt-timelines .cntl-state {
        padding-top: 35px;
        text-align: center;
    }

    .pt-timelines .cntl-content {
        padding-top: 65px;
    }

    .pt-timelines .cntl-content,
    .cntl-image {
        width: 100%;
        float: none;
    }

    .pt-timelines .cntl-state:nth-child(2n+2) .cntl-content {
        float: none;
    }

    .pt-timelines .cntl-image {
        margin-top: 30px;
    }

}

@media(max-width: 360px) {
    .pt-timelines .cntl-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

}

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

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

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

.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
    font-size: 18px;
    line-height: 26px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
    position: absolute;
    top: 20px;
    right: 20px;
    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;
    right: 20px;
    opacity: 0;
}

.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 20px;
    border: 1px solid var(--grey-color);
    border-top: 0;
}

.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,
    .pt-accordion-block .pt-accordion-box .pt-accordion-details {
        padding: 15px;
    }
}


@media(max-width:575px) {

    .pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
        font-size: 16px;
        line-height: 24px;
    }

}

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

}


/*===== Service Detail =====*/
.widget.widget-port {
    background: var(--grey-color);
    box-shadow: none;
}

.widget.widget-port:nth-child(2) {
    padding: 0;
    background: unset;
}

.widget.widget-port .page-title {
    margin: 0 0 20px 0;
}

.widget.widget-port .menu li {
    margin: 0 0 10px 0;
}

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

.widget.widget-port .menu li a {
    position: relative;
    background-color: var(--white-color);
    padding: 16px 24px;
    border: none;
    display: block;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    font-size: 16px;
    font-family: var(--title-fonts);
}

.widget.widget-port .menu li.current_page_item a {
    background: var(--primary-color);
    color: var(--white-color);
}

.widget.widget-port .menu li>a:before {
    position: absolute;
    content: "\f125";
    font-family: "Ionicons";
    font-size: 12px;
    right: 24px;
    left: auto;
    top: 24px;
    color: inherit;
    line-height: normal;
    font-weight: 500;
}

/*================================================
Blog Single Post
================================================*/
.pt-single-post-bottom-holder {
   
    margin: 0;
    padding: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;

}

.pt-single-post-bottom-holder .pt-single-post-tags {
    display: flex;
    align-items: center;
}

.pt-single-post-bottom-holder .pt-single-post-tags-title {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
}

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

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

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
    float: left;
    color: var(--dark-color);
    padding: 4px 10px;
    border: 1px solid var(--grey-color);
    background: var(--grey-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a:hover {
    border-color: var(--dark-color);
    background: var(--dark-color);
    color: var(--white-color);
}


.pt-single-post-bottom-holder .pt-single-post-social-title {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
}

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

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

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a {
    width: 45px;
    height: 45px;
    background: var(--grey-color);
    color: var(--dark-color);
    display: inline-block;
    text-align: center;
    line-height: 45px;

}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-single-post-navigation {
    margin: 0;
    padding: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    border-top: 1px solid var(--dark-grey-color);
    border-bottom: 1px solid var(--dark-grey-color);
}

.pt-single-post-navigation .pt-single-post-nav {
    position: relative;
    display: flex;
    align-items: center;
    width: 45%;
}

.pt-single-post-navigation .pt-single-post-nav.pt-next {
    justify-content: flex-end;
}

.pt-single-post-navigation .pt-single-post-nav.pt-prev .pt-single-post-nav-image-holder {
    margin-right: 30px;
}

.pt-single-post-navigation .pt-single-post-nav.pt-next .pt-single-post-nav-image-holder {
    margin-left: 30px;
}

.pt-single-post-navigation .pt-single-post-nav .pt-single-post-nav-image-holder img {
    height: 120px;
    max-width: 120px;
}

.pt-single-post-navigation .pt-single-post-nav.pt-next .pt-single-post-nav-content {
    text-align: right;
}

.pt-single-post-navigation .pt-single-post-nav-content .pt-single-post-nav-title h4 {
    font-size: 18px;
    line-height: 26px;
    word-break: break-all;
}

.pt-single-post-navigation .pt-single-post-nav-content .pt-single-post-nav-label {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pt-single-post-navigation .pt-single-post-nav:hover .pt-single-post-nav-content .pt-single-post-nav-title h4 {
    color: var(--primary-color);
}

@media(max-width:767px) {
    .pt-single-post-bottom-holder .pt-single-post-tags {
        margin-bottom: 30px;
    }

    .pt-single-post-navigation,
    .pt-single-post-bottom-holder {
        display: none;
    }

    .pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
        margin-bottom: 5px;
    }

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

    .pt-single-post-navigation .pt-single-post-nav.pt-prev {
        margin-bottom: 30px;
    }

    .pt-single-post-navigation .pt-single-post-nav.pt-prev .pt-single-post-nav-content {
        width: 100%;
    }

    .pt-single-post-navigation .pt-single-post-nav.pt-next .pt-single-post-nav-content {
        width: 100%;
    }
}

/*================================================
Classes
================================================*/

.pt-class-box.pt-class-box-style-1 .pt-class-box-media {
    overflow: hidden;
    position: relative;

}

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

.pt-class-box.pt-class-box-style-1 .pt-class-box-media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
    background: var(--primary-color);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

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

.pt-class-box.pt-class-box-style-1:hover .pt-class-box-media:before {
    opacity: 0.9;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pt-class-box.pt-class-box-style-1 .pt-class-box-info {
    padding: 30px;
    background: var(--grey-color);
}

.pt-class-box.pt-class-box-style-1 .pt-class-box-info .pt-class-box-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}

.pt-class-box.pt-class-box-style-1 .pt-class-box-info .pt-class-box-subtitle {
    text-transform: capitalize;
    display: inline-block;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}

.pt-class-box.pt-class-box-style-1 .pt-class-box-subtitle i {
    margin-right: 10px;
}

.pt-class-box.pt-class-box-style-1 .pt-class-box-name {
    margin-left: 5px;
}


.pt-class-box.pt-class-box-style-1 .pt-class-box-description {
    margin-bottom: 15px;
}


@media(max-width: 480px) {

    .pt-class-box.pt-class-box-style-1 .pt-class-box-info .pt-class-box-title {
        font-size: 20px;
        line-height: 28px;
    }


}


/*================================================
intro
================================================*/

.intro-features figure.elementor-image-box-img {
    width: 120px !important;
    height: 120px;
    line-height: 120px;
    background: var(--white-color);
    border-radius: 900px;
    -webkit-box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
}

.intro-features figure.elementor-image-box-img img { width: 60px; }


.pt-home-layout .pt-image-box-img{ overflow: hidden;position: relative;     box-shadow: 0px 0px 30px 0px rgb(0,0,0,0.1);}
.pt-home-layout .pt-image-box-img img {
 
    transition: all 0.5s ease;
    width: 100%;
      
}

.pt-home-layout .pt-image-box-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pt-home-layout .pt-button-container{ position: absolute;bottom: -100px;text-align: center;  transition: all 0.5s ease;width: 100%;z-index: 2;}
.pt-home-layout .pt-image-box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: var(--dark-color);
   transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
}
.pt-home-layout .pt-image-box-img:hover:before{ opacity: 0.4; }
.pt-home-layout .pt-image-box-img:hover .pt-button-container{ bottom: 30px; }
.pt-home-layout .pt-section-title{ text-align: center;font-size: 28px;line-height: 36px;margin-top: 20px; }



/*================================================
 update page css
 ================================================*/

/*=============== update page home 4 css =============== */


/*==========================
Info-box
============================*/

.pt-info-box.pt-style-1 a{
    padding: 45px;
    display: flex;
    align-items: center;

}
.pt-info-box.pt-style-1 .pt-info-box-icon {
    font-size: 60px;
    line-height: 68px;
    margin-right: 20px;
    color: var(--primary-color);
}

.pt-info-box.pt-style-1 .pt-icon-box-title {
    font-size: 20px;
    line-height: 28px;
    color:var(--white-color);
}



.pt-info-box.pt-style-1:hover{
    background: var(--primary-color);
}
.pt-info-box.pt-style-1:hover .pt-icon-box-title a ,.pt-info-box.pt-style-1:hover .pt-info-box-icon  { color: var(--white-color); }

@media(max-width:1699px) {


.pt-info-box.pt-style-1 a{
    padding: 30px;

}

}

@media(max-width:1499px) {

   
.pt-info-box.pt-style-1 .pt-info-box-icon {
    font-size: 52px;
    line-height: 60px;
    margin-right: 15px;
    color: var(--primary-color);
}
.pt-info-box.pt-style-1 .pt-icon-box-title {
    font-size: 18px;
    line-height: 26px;
}

}


@media(max-width:1365px) {


    .pt-info-box.pt-style-1 .pt-info-box-icon {
    font-size: 44px;
    line-height: 52px;
  
  }
  
  .pt-info-box.pt-style-1 .pt-icon-box-title {
    font-size: 16px;
    line-height: 26px;
}

}

@media(max-width:1279px) {


    .pt-info-box.pt-style-1 a {
    padding: 15px;
}  
  .pt-info-box.pt-style-1 .pt-icon-box-title {
    font-size: 15px;
    line-height: 26px;
}

.pt-info-box.pt-style-1 .pt-info-box-icon{     margin-right: 10px; }


}

@media(max-width:1024px) {

.pt-info-box.pt-style-1 a{
    padding: 45px;
}
  
  .pt-info-box.pt-style-1 .pt-info-box-icon {
    font-size: 60px;
    line-height: 68px;
    margin-right: 20px;
    color: var(--primary-color);
}

.pt-info-box.pt-style-1 .pt-icon-box-title {
    font-size: 20px;
    line-height: 28px;
    color:var(--white-color);
}



}


/*========================
   Service-box
 ========================= */


.pt-service-style-3 .pt-service-media {
    position: relative;
    z-index: 2;
}

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

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

.pt-service-style-3:hover .pt-service-media-img img {

    -webkit-transform: scale(1.1) rotate(2deg);;
    transform: scale(1.1) rotate(2deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

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

.pt-service-style-3:hover .pt-service-icon {
    background: var(--white-color);
}

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

.pt-service-style-3 .pt-service-info {
    padding-top: 160px;
    text-align: center;
    padding-bottom: 30px;
    margin-top: -90px;

    position: relative;
    background: var(--white-color);
}

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

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

.pt-service-style-3 .pt-service-description {
    color: var(--primary-color);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}


@media(max-width:1279px) {

    .pt-service-style-3 .pt-service-title{ font-size: 24px; line-height: 32px;}
}


/*========================
 Testimonial 
 ========================*/

.pt-testimonial-box.pt-style-3{
     padding: 45px 30px;
     background: var(--white-color);
   /* box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);*/
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media {
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 45px;
    margin-bottom: 30px;
    border-bottom: 1px solid  #e5e2e2;
}

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

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


.pt-testimonial-box.pt-style-3 .pt-testmonial-title {
    font-size: 22px;
    line-height: 30px;


}

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

.pt-testimonial-box.pt-style-3 .pt-testimonial-star i {
    color: #FFB425;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-description { margin-bottom: 0; }



@media(max-width: 480px){
   .pt-testimonial-box.pt-style-3 {
    padding: 30px 20px;

    }
    .pt-testimonial-box.pt-style-3 .pt-testimonial-media{
        display: block;
        padding-bottom: 20px;
       margin-bottom: 20px;
       text-align: center;
    }
    .pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img{ margin-right: 0; }

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

.pt-testimonial-box.pt-style-3 .pt-testimonial-description{ text-align: center; }



}


/*===============================
   Pricing plan
=================================*/



.pt-pricebox.pt-pricebox-style-3.active {
    border-top: 2px solid var(--primary-color);
       border-bottom: 2px solid var(--primary-color); 
}


.pt-pricebox.pt-pricebox-style-3 .pt-price-content {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 30px;
    margin-left: 45px;
}


.pt-pricebox-style-3 .pt-price-detail .pt-price-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  /*  letter-spacing: 0.1em;*/
    color: var(--dark-color);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}


.pt-pricebox-style-3 .pt-price-detail .price {
    font-size: 48px;
    line-height: 56px;
    display: inline-block;
    color: var(--primary-color);
}

.pt-pricebox-style-3 .pt-price-detail .price .pt-price-dollar{
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    display: inline-block;
    vertical-align: super;
    margin-right: -5px;
}

.pt-pricebox-style-3 .pt-price-detail .pt-price-duration {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    display: inline-block;
       text-transform: lowercase;
       margin-left: -5px;
    
}



.pt-pricebox.pt-pricebox-style-3 .pt-list-info {
   padding-left: 0;
    flex: 1;
}

.pt-pricebox.pt-pricebox-style-3 li{
    display: inline-block;
    width: 45%;
    position: relative;
}

.pt-pricebox.pt-pricebox-style-3 li.disable{ opacity: 0.5; }

.pt-pricebox.pt-pricebox-style-3  ul.pt-list-info li:before {

    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 13px;
    left: 0;
    background:var(--primary-color) ;
    position: absolute;
}

.pt-pricebox.pt-pricebox-style-3  ul.pt-list-info li span{

    margin-left: 15px;
}

.pt-pricebox.pt-pricebox-style-3 label { display: none; }
.pt-pricebox.pt-pricebox-style-3.active label {
    background: var(--primary-color);
    color: var(--white-color);
    position: absolute;
    left: -85px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    top: 50%;
    display: inline-block;
    padding: 8px 40px;
    transform: translateY(-50%) rotate(270deg);
}


.pt-pricebox.pt-pricebox-style-3 .pt-price-detail {
    flex: 0.5;
}



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

.pt-pricebox.pt-pricebox-style-3 .pt-btn-outline .pt-btn-cover {
    display: none;
}


.pt-pricebox.pt-pricebox-style-3 .pt-button.pt-btn-outline:hover {

     color: var(--dark-color);
    border: 1px solid var(--dark-color);
}





@media(max-width: 1023px){


    .pt-pricebox.pt-pricebox-style-3 .pt-price-content{
        display: block;
        margin-left: 0;
    }
    .pt-pricebox.pt-pricebox-style-3 .pt-list-info{ padding-top: 20px; }


  .pt-pricebox.pt-pricebox-style-3.active label{
      position: relative;
      left: 30px;
      top: 30px;
      margin-bottom: 15px;
      transform: unset;
   }
   
  .pt-pricebox.pt-pricebox-style-3 .pt-button-container { margin-top: 30px; }

}

@media(max-width:799px){
    .pt-pricebox.pt-pricebox-style-3 li{
        width: 100%;
    }


}





/* outline-button css */

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

.pt-btn-outline .pt-btn-cover {
    display: none;
}


.pt-button.pt-btn-outline:hover {

    border: 1px solid var(--primary-color);
}


/*============ update page home 5 css==================*/



/*===============================
   Fancy-box
=================================*/

.pt-fancy-box.pt-style-7 {
    padding: 45px;
    transition: all 0.5s ease;
    background: var(--white-color);
    overflow: hidden;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
    -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
    box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
}

.pt-fancy-box.pt-style-7.active {
    background: var(--primary-color);
}

.pt-fancy-box.pt-style-7.active .pt-fancy-box-title,
.pt-fancy-box.pt-style-7.active .pt-fancybox-description {
    color: var(--white-color);
}

.pt-fancy-box.pt-style-7.active .pt-button.pt-button-link:hover {
    color: var(--white-color);
}
.pt-fancy-box.pt-style-7.active .pt-icon i{  color: var(--white-color); }
.pt-fancy-box.pt-style-7.active .pt-icon:before {
    background: var(--white-color);
}

.pt-fancy-box.pt-style-7 .pt-fancy-media {
    display: flex;
}

.pt-fancy-box.pt-style-7 .pt-icon {
    position: relative;
    margin-right: 45px;
}

.pt-fancy-box.pt-style-7 .pt-icon:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 15px;
    background: var(--primary-color);
    opacity: 0.1;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-7 .pt-icon i {
    font-size: 48px;
    line-height: 48px;
    position: relative;
    transition: all 0.5s ease;
    display: inline-block;
    color: var(--primary-color);
}

.pt-fancy-box.pt-style-7 .pt-fancybox-description {
    margin-top: 10px;
    margin-bottom: 20px;
}


@media(max-width:479px) {


.pt-fancy-box.pt-style-7{ padding: 30px; }
.pt-fancy-box.pt-style-7 .pt-fancy-media {
    display: block;
}
.pt-fancy-box.pt-style-7 .pt-icon {
    margin-right: 0;
    margin-bottom: 30px;
}


}


/*===============================
   Service-box
=================================*/


.pt-service-style-4 {
    position: relative;
    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;
    overflow: hidden;
}

.pt-service-style-4 .pt-service-number {
    position: absolute;
    top: 30px;
    left: 30px;
    color: var(--white-color);
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    z-index: 1;
    -webkit-text-stroke-width: 1px;
}



.pt-service-style-4 .pt-service-media-img img {
    width: 100%;
}

.pt-service-style-4 .pt-service-media-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
 /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
 /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0a1d1d1d', GradientType=0);
 /* IE6-9 */
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-service-style-4 .pt-service-info {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    margin: 0px;
    z-index: 9;
    transform: translateY(calc(130px - 10px));
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-service-style-4 .pt-service-title{
       color: var(--white-color);
}

.pt-service-style-4 .pt-service-info p {
    margin-bottom: 15px;
    margin-top: 10px;
    color: var(--white-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-service-style-4 .pt-service-info .pt-button {
    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-service-style-4:hover .pt-service-info {
    transform: translateY(0);
}

.pt-service-style-4:hover .pt-service-info p, .pt-service-style-4:hover .pt-service-info .pt-button {
    opacity: 1;
}

.pt-service-style-4:hover .pt-service-img:before {
    background: var(--purple-color);
}


@media(max-width:979px) {

.pt-service-style-4 .pt-service-info{
    transform: translateY(calc(160px - 10px));
}


}


@media(max-width:789px) {

.pt-service-style-4 .pt-service-info{


    transform: translateY(calc(100px - 10px));
}


}


@media(max-width:767px) {
  
  
 .pt-service-style-4 .pt-service-info{


    transform: translateY(calc(130px - 10px));
}


}



@media(max-width:409px) {
  
  
 .pt-service-style-4 .pt-service-info{


    transform: translateY(calc(160px - 10px));
}


}

@media(max-width:399px) {
  
  
 .pt-service-style-4 .pt-service-info {
        transform: translateY(calc(0px + 0px));
        position: relative;
        background: var(--dark-color);
    }

     
 .pt-service-style-4 .pt-service-info p,
     
 .pt-service-style-4 .pt-service-info .pt-button {
        opacity: 1;
    }


}

@media(max-width:359px) {
  .pt-service-box.pt-service-box-style-1 .pt-service-info .pt-service-title { font-size: 24px; line-height: 32px; }
}



/*==================
client-grid
============================*/
.pt-client-box.pt-client-style-1{
    display: block;
    overflow: hidden;
    position: relative;
}
 

/*===============================
   Testimonial
=================================*/

.pt-testimonial-box.pt-style-4 {
    background: var(--white-color);
    padding: 0 60px 45px 60px;
    margin-top: 45px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-img {
    position: relative;
    display: inline-block;
    margin-top: -45px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-img img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 8px solid var(--grey-color);
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-content .pt-testimonial-icon {
    position: relative;
   
}



.pt-testimonial-box.pt-style-4 .pt-testimonial-content .pt-testimonial-icon i {
    color: var(--primary-color);
    font-size: 28px;
    line-height: 36px;
    -webkit-text-stroke: 2px var(--primary-color);
    position: absolute;
     top: 0;
    left: 50%;
    transform: translateX(-50%);
}



.pt-testimonial-box.pt-style-4 .pt-testmonial-title {
    font-size: 22px;
    line-height: 30px;
}

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

.pt-testimonial-box.pt-style-4 .pt-testimonial-content .pt-testimonial-description {
 
  padding-top: 45px;
    margin-bottom: 20px;
}

.pt-testimonial-box-slider.pt-style-4.center-owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    cursor: inherit;
}
.pt-testimonial-box-slider.pt-style-4 .owl-carousel .owl-nav button.owl-prev{ position: absolute; left: -130px; }
.pt-testimonial-box-slider.pt-style-4 .owl-carousel .owl-nav button.owl-next{  position: absolute;  right: -130px; }



@media(max-width:1023px) {

    .pt-testimonial-box-slider.pt-style-4 .owl-carousel .owl-nav button.owl-prev{ position: absolute; left: -100px; }

   .pt-testimonial-box-slider.pt-style-4 .owl-carousel .owl-nav button.owl-next{  position: absolute;  right: -100px; }


    .pt-testimonial-box-slider.pt-style-4 .owl-nav{ display: none; }
}

@media(max-width:479px) {

 .pt-testimonial-box.pt-style-4 {
  
    padding: 0 30px 45px 30px;

}

}




/*=============== update page home 6 css ============*/


@media(max-width:779px) {

.pt-hide-slider-iconbox { display: none; }


}

/*=================
 Service-box
=================*/

   .pt-service-style-5 .pt-service-media {
    position: relative;
}


.pt-service-style-5 .pt-service-media {
    position: relative;
    z-index: 2;
}

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

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

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

.pt-service-style-5 .pt-service-info {
    padding-bottom: 30px;
    position: relative;
    margin-top: -250px;
    padding-top: 280px;
    background: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.pt-service-style-5 .pt-service-sub-title {
    color: var(--primary-color);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}


.pt-service-style-5 .pt-service-icon {
    position: absolute;
    bottom: 15px;
    right: 30px;
    transition: all 0.5s ease;
}

.pt-service-style-5:hover .pt-service-icon {
    transform: rotateY(180deg);
}

.pt-service-style-5 .pt-service-icon i {
    font-size: 56px;
    line-height: 64px;
    color: var(--primary-color);
}



@media(max-width: 389px){


   .pt-service-style-5 .pt-service-icon{ bottom: 30px; }
   .pt-service-style-5 .pt-service-icon i{ font-size: 44px; line-height: 52px; }
   .pt-service-style-5 .pt-service-title { font-size: 18px; line-height: 26px; }
   .pt-service-style-5 .pt-service-sub-title { font-size: 12px; line-height: 20px; }


}



/*=======================
  Timeline style-2 
  ======================*/

.pt-timeline-style-2.pt-timeline-style-2-slider .pt-timeline-style-2{
    text-align: center;
    display: grid;
}

.pt-timeline-style-2 .pt-timeline-media.pt-timeline-img img {
 /*   clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );*/
    border-radius: 100%;
    display: inline-block;
    width: 100px;
    height: 100px;
 
}

.pt-timeline-style-2 .pt-timeline-content .pt-timeline-title{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
}

.pt-timeline-style-2 .pt-timeline-content  {
    margin-top: 15px;
}
.pt-timeline-style-2  .pt-timeline-line {
    border: 1px solid var(--primary-color);
}

.pt-timeline-style-2.pt-timeline-style-2-slider .owl-item:nth-of-type(even) .pt-timeline-style-2 .pt-timeline-media.pt-timeline-img {
order: 2;
}

 
.pt-timeline-style-2 .pt-timeline-line {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 50%;
}

.pt-timeline-style-2.pt-timeline-style-2-slider .owl-item:nth-of-type(even) .pt-timeline-media.pt-timeline-img {
    position: relative;
    margin-top: 45px;
    margin-bottom: 0; 
    margin-top: 0;

}

.pt-timeline-style-2.pt-timeline-style-2-slider .owl-item:nth-of-type(even) .pt-timeline-media.pt-timeline-img:after{ 
   
   top: -50%;

 }
.pt-timeline-style-2.pt-timeline-style-2-slider .owl-item:nth-of-type(even)  .pt-timeline-media.pt-timeline-img:before {

        top: -60px;

}


.pt-timeline-style-2.pt-timeline-style-2-slider .owl-item:nth-of-type(even) .pt-timeline-style-2 .pt-timeline-content {

    margin-top: 0;
}

.pt-timeline-style-2.pt-timeline-style-2-slider .owl-item:nth-of-type(even) .pt-timeline-description{
    padding-bottom: 60px;
}


.pt-timeline-style-2 .pt-timeline-media.pt-timeline-img{ position: relative; margin-bottom: 45px; }
.pt-timeline-style-2 .pt-timeline-media.pt-timeline-img:before {
    content: '';
    width: 3px;
    height: 20px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
   transform: translate(-1px, 30px);
}
.pt-timeline-style-2 .pt-timeline-media.pt-timeline-img:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary-color);
   border-radius: 100%;
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pt-timeline-style-2 .pt-timeline-description p {
    margin-bottom: 0;
    padding: 0 20px;
}

.pt-timeline-style-2 .pt-timeline-content {
    margin-top: 15px;
}




/*=========================
Testimonial 
===========================*/

.pt-testimonial-box.pt-style-5 {
    background: var(--white-color);
    padding: 45px 45px 0px 45px;
    margin-bottom:50px;

}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-img {
    position: relative;
    display: inline-block;
    margin-bottom: -60px;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-img img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: 20px;

}

.pt-testimonial-box.pt-style-5 .pt-testimonial-content .pt-testimonial-icon {
    position: relative;
   display: inline-block;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-content .pt-testimonial-icon i {
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 60px;
    color: var(--white-color);
}


.pt-testimonial-box.pt-style-5 .pt-testmonial-title {
    font-size: 22px;
    line-height: 30px;
}

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

.pt-testimonial-box.pt-style-5 .pt-testimonial-content .pt-testimonial-description {
 
  padding-top: 20px;
    margin-bottom: 20px;
}

.pt-testimonial-box-slider.pt-style-5 .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    cursor: inherit;
}
.pt-testimonial-box-slider.pt-style-5 .owl-carousel .owl-nav button.owl-prev{ position: absolute; left: -130px; }
.pt-testimonial-box-slider.pt-style-5 .owl-carousel .owl-nav button.owl-next{  position: absolute;  right: -130px; }





/*===================== 
  update page header css 
  =====================*/



  /* top header style 2 */
 header#pt-header .pt-top-header.top-style-2 {
    background: var(--dark-color);
    color: var(--white-color);
    padding: 0;
    font-size: 14px;
}

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

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

header#pt-header .pt-top-header.top-style-2 .pt-header-contact ul li {
    list-style: none;
    display: inline-block;
    color: var(--white-color);
    border-left: 0;
    padding: 10px 30px 10px 0;
    float: left;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-contact ul li:last-child {
    margin-right: 0;
    padding-right: 0;
   border: 0;
}

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

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

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


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

header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li {
    list-style: none;
    display: inline-block;
    float: left;
    border: none;
      margin-left: 30px;
}

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

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


header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li:first-child { 
    margin-left: 0px;   
}

header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li:last-child { 
    margin-right: 30px; 
      border: 0;  
}


header#pt-header .pt-top-header.top-style-2 .pt-header-tagline {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

header#pt-header .pt-top-header.top-style-2 .text-right {
    display: flex;
    flex-direction: inherit;
    float: right;
}


 header#pt-header .pt-top-header.top-style-2 .text-right .pt-header-social.text-right ul li:last-child {
    margin-right: 0px;
    border: 0;
}
 header#pt-header .pt-top-header.top-style-2 .text-right .pt-header-social.text-right ul li:first-child {
    margin-left: 30px;
 
}





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

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

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

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

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

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

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

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


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

}

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



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


    header#pt-header .pt-top-header.top-style-2 .pt-header-tagline{
        font-size: 12px;
        line-height: 20px;
    }
}


@media (max-width: 1023px){


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

}

@media(max-width:979px){
    
    header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li{  
       margin-left: 15px;
 }

}

@media(max-width:782px) {
    header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky
     {
         top: 46px;
     }


}


@media (max-width: 767px){

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

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


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

}



/* header style 3  css */


/* top header style 3 */

   header#pt-header .pt-top-header.top-style-3 .pt-header-contact ul li{ 

      border-left: 0;
   }
   header#pt-header .pt-top-header.top-style-3 .pt-header-contact ul li:last-child{ border-right: 0; }
   
   header#pt-header .pt-top-header.top-style-3  .pt-top-btn-header {
    display: flex;
    align-items: center;
  
}

header#pt-header .pt-top-header.top-style-3 .pt-header-contact {
    flex: 1;
}
 header#pt-header .pt-top-header.top-style-3  .pt-header-contact ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}


header#pt-header .pt-top-header.top-style-3 .pt-header-contact ul li span {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
   max-width: 255px;
    align-items: center;
}

header#pt-header .pt-top-header.top-style-3 .pt-button-container { margin-left: 0 auto; }

.pt-top-header.top-style-3{ position: relative; }



header#pt-header.pt-header-style-3{ position: relative; }

header#pt-header.pt-header-style-3:before {
       content: '';
    background: var(--dark-color);
    position: absolute;
    width: 47%;
    height: 56px;
    display: inline-block;
    right: 0;
    top: 0;
    z-index: -1;

}

header#pt-header.pt-header-style-3:after {
    content: '';
    background: var(--white-color);
    position: absolute;
    width: 88%;
    height: 72px;
    display: inline-block;
    left: 12%;
    top: 56px;
    z-index: -1;
}



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


header#pt-header.pt-header-style-3 .pt-bottom-header{ position: relative; }


header#pt-header.pt-header-style-3 .pt-header-diff-block .navbar-brand img{
    height:48px;
    width: auto;
    border-radius: 0;
}

header#pt-header.pt-header-style-3 {
    position: absolute;
    display: inline-block;
    width: 100%;
    background: transparent;
    padding: 0;

}




header#pt-header.pt-header-style-3 .navbar-brand {
    background: var(--primary-color);
    padding: 15px 30px;
    margin: 0;
    line-height: 4.8888;
    text-align: center;
    width: 100%;
        display: inline-block;
}


header#pt-header.pt-header-style-3 .pt-bottom-header .navbar{
        justify-content: flex-end;
        align-items: center;

}


header#pt-header.pt-header-style-3 .pt-bottom-header{min-height:auto;}


header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav{ float: unset; margin-left: 60px; }




header#pt-header.pt-header-style-3 .pt-button .pt-btn-cover .pt-btn-cover-bgrnd{ 
        
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
  
 }
  header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li{ line-height: 70px; }



  header#pt-header.pt-header-style-3 .pt-shop-btn .pt-cart-button> a{ line-height: 70px; }


@media(min-width: 1599px){
header#pt-header.pt-header-style-3:after{ left: 22%;width: 78%; }
}

@media(max-width: 1365px){


header#pt-header.pt-header-style-3:before{
    height: 48px;
}


header#pt-header.pt-header-style-3:after{ height: 75px;top: 48px;}

header#pt-header.pt-header-style-3 .navbar-brand{
    line-height: 4.6666;
}

header#pt-header .pt-top-header.top-style-3 .pt-button-container .pt-button {font-size: 12px; line-height: 20px;  }

header#pt-header.pt-header-style-3 .pt-search-form{ right: -15px; }
header#pt-header .pt-top-header.top-style-3 .pt-header-contact ul li span{max-width: 215px;}

}


@media(max-width:1279px) {


header#pt-header.pt-header-style-3:before{
    height: 44px;
}


header#pt-header.pt-header-style-3:after{ height: 75px;top: 44px;}

header#pt-header .pt-top-header.top-style-3 .pt-button-container .pt-button{
     padding: 12px 15px;
}

header#pt-header .pt-top-header.top-style-3 .pt-header-contact ul li span{ max-width: 155px; }

header#pt-header.pt-header-style-3 .pt-header-diff-block .navbar-brand img {
    height: 40px;

    }

header#pt-header.pt-header-style-3 .navbar-brand{ 
    padding: 15px 15px; line-height: 4.4444;
}





}






@media(max-width:1023px){


header#pt-header.pt-header-style-3:after{ height: 80px; }
    header#pt-header.pt-header-style-3 .navbar-brand {
    line-height: 4.7777;
    padding:15px ;
}

   header#pt-header.pt-header-style-3 .pt-bottom-header {
    min-height: 82px;

}
    header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav{
        margin-left: 0px;
    }
    header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li{ line-height: normal; }
     

    header#pt-header.pt-header-style-3 .pt-menu-search-block{ margin-left:  30px; }

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



header#pt-header.pt-header-style-3 .pt-bottom-header .navbar-toggler {
        margin: 12px 15px 0 0;
}

header#pt-header.pt-header-style-3 .pt-header-diff-block .navbar-brand img{ height: 40px }

header#pt-header.pt-header-style-3:after{ display: none; }

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


header#pt-header.pt-header-style-3 .container {
  padding: 0;
}



}


@media(max-width: 991px){


header#pt-header.pt-header-style-3{ position: relative; }
    header#pt-header.pt-header-style-3 .navbar-brand {
    width: auto;
    line-height: 2.9999;
    padding: 10px;
}




header#pt-header.pt-header-style-3{ background: var(--white-color);   }
header#pt-header.pt-header-style-3 .pt-header-diff-block .navbar-brand img{ height: 60px; }


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



header#pt-header.pt-header-style-3 .pt-bottom-header {
    min-height: 0;
}

 }




@media(max-width:767px){
    header#pt-header.pt-header-style-3 .pt-menu-search-block{ margin-top: -90px; }

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar-toggler {
    margin-top: -80px;
}

header#pt-header.pt-header-style-3 .pt-shop-btn{
    margin-top: -70px;
    margin-left: auto; 
}




@media(max-width:479px){

    header#pt-header.pt-header-style-3 .pt-header-diff-block .navbar-brand img
{
    height: 40px;
}


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

}





header#pt-header.pt-header-style-2 .pt-shop-btn .pt-cart-button> a{ color: var(--dark-color); }
  }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*+++++++++++++++++++++++++++++++++++++++++
Shop
++++++++++++++++++++++++++++++++++++++++*/

.woocommerce ul.products li.product .price span.woocommerce-Price-currencySymbol {
    margin-right: 3px;
}

/*+++++ Cart +++++*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top: none;
    color: var(--secoundary-color);
}

.woocommerce-message {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.woocommerce-message::before,
.woocommerce-info::before {
    display: none;
}

.woocommerce .woocommerce-message a.button {
    background: var(--dark-color);
    font-weight: 600;
    color: var(--white-color);
    float: none;
    order: 1;
    line-height: normal;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 24px;
}

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

.woocommerce-info {
    padding: 0;
    background: transparent;
}

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

.woocommerce table.shop_table thead>tr {
    background: var(--grey-color);
    border-radius: 3px;
}

.woocommerce .woocommerce-notices-wrapper table.shop_table thead>tr {
    border-radius: 3px;
}

.woocommerce table.shop_table th {
    padding: 15px 30px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-color);
    text-align: center;
    border-bottom: 1px solid var(--grey-color);
}

.woocommerce .woocommerce-cart-form table.shop_table th{ text-align: lefr; }

.woocommerce table.shop_table {
    border-radius: 0;
    border: none;
    border-collapse: collapse;
}

.woocommerce table.shop_table td {
    padding: 15px 30px;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid var(--grey-color);
}

.woocommerce table.shop_table td:first-child {
    border-left: none;
}

.woocommerce table.shop_table td a.remove {
    display: inline-block;
    font-size: 28px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce table.shop_table td a {
    text-decoration: none;
    color: var(--white-color);
}

.woocommerce a.remove {
    color: var(--dark-color) !important;
    font-weight: 400;
}

.woocommerce a.remove:hover {
    background: var(--grey-color);
    color: var(--dark-color) !important;
}

.woocommerce table.shop_table td.product-name .variation {
    text-align: center;
}

.woocommerce table.shop_table td.product-name .variation .variation-Color {
    float: none;
    float: none;
    font-weight: 400;
    color: var(--dark-color);
}

.woocommerce table.shop_table td.product-name .variation .variation-Color+.variation-Color {
    display: inline-block;
    color: var(--secondary-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity {
    background: transparent;
    border: 1px solid rgb(34, 34, 34, 0.2);
    position: relative;
    margin-right: 10px;
    float: none;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    margin: 0;
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover input {
    color: var(--dark-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"] {
    background: none;
    color: var(--secondary-color);
    width: 40px;
    font-size: 30px;
    line-height: normal;
    padding: 0;
    vertical-align: middle;
    font-weight: 400;
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"]:hover {
    color: var(--dark-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity .plus[type="button"] {
    font-size: 20px;
}

.woocommerce table.shop_table td.product-quantity div.quantity .input-text {
    -webkit-appearance: none;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-appearance: none !important;
    background: transparent;
    border-radius: 0;
    float: none;
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn {
    position: absolute;
    left: 0;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn i {
    font-family: "Font Awesome 5 Brands";
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn.quantity-minus {
    right: 0;
    left: auto;
}

.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount {
    color: var(--dark-color);
    font-weight: 600;
}

.woocommerce table.shop_table td.actions {
    padding: 30px 0;
    border-bottom: none;
}

.woocommerce table.shop_table td.actions .coupon {
    width: 50%;
    display: flex;
}

.woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 70%;
    background: transparent;
    padding-left: 15px;
    margin: 0;
    border: 1px solid rgb(34, 34, 34, 0.2);
}

.woocommerce-page #content table.cart td.actions .coupon .input-text:hover,
.woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
    border: 1px solid var(--primary-color);
}

.woocommerce-page #content table.cart td.actions .coupon .button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.woocommerce-page #content table.cart td.actions .button {
    height: 54px;
    line-height: 54px;
    padding: 0 24px;
    text-transform: uppercase;
}

.woocommerce-page #content table.cart td.actions .button:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    margin-top: 45px;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    margin: 0;
    width: 25%;
    float: left;
    padding-top: 20px;
    font-size: 30px;
    line-height: 38px;
}

.woocommerce-cart .cart-collaterals table.shop_table {
    width: 45%;
    float: right;
    margin-bottom: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
    border-top: none;
    color: var(--secondary-color);
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
    color: var(--dark-color);
    font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td strong {
    font-weight: 600;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    width: 45%;
    float: right;
    clear: both;
    padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button.alt {
    text-transform: uppercase;
    margin: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 400;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: var(--dark-color);
    color: var(--white-color);
    border-radius: 0;
    font-weight: 400;
    font-size: inherit;
    padding: 0px 30px;
    text-transform: uppercase;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: var(--primary-color);
}

.woocommerce div.product form.cart div.quantity {
    border: 1px solid rgb(34 34 34 / 20%);
    background: transparent;
    position: relative;
    margin-right: 15px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    padding: 2px 0;
}

.woocommerce div.product form.cart div.quantity.hidden {
    display: none;
}

.woocommerce div.product form.cart table div.quantity {
    display: flex;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
    text-decoration: none;
    color: inherit;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
    color: var(--primary-color);
}

.woocommerce div.product form.cart table.group_table {
   border: 1px solid rgb(34, 34, 34, 0.2);
    margin-bottom: 30px;
    border-right: 0;
    border-left: 0;
    font-size: 14px;
    line-height: 22px;
    color: var(--dark-color);
}

.woocommerce div.product form.cart table.group_table .quantity {
    border: none;
}

.woocommerce div.product form.cart table.group_table tr {
    border-bottom:1px solid rgb(34, 34, 34, 0.2);
}

.woocommerce div.product form.cart table.group_table tr:last-child {
    border: none;
}

.woocommerce div.product form.cart table.group_table td {
    vertical-align: middle;
}

.woocommerce div.product form.cart table.group_table td {
    padding: 8px 0;
}

.woocommerce div.product form.cart table.group_table td:first-child {
    width: auto;
}


.woocommerce div.product form.cart table.group_table p.stock {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper {
    display: -webkit-box;
    display: flex;
    justify-content: center;
}

.woocommerce div.product form.cart div.quantity [type="button"] {
    transition: none;
    background: none;
    color: var(--secondary-color);
    width: 40px;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    vertical-align: middle;

}

.woocommerce div.product form.cart div.quantity .plus[type="button"] {
    font-size: 20px;
}

.woocommerce div.product form.cart div.quantity [type="button"]:hover {
    color: var(--dark-color);
}

.woocommerce div.product form.cart div.quantity .input-text {
    -webkit-appearance: none;
    padding: 0;
    width: 56px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    text-align: center;
    float: none;
    border: 0;
    outline: 0;
    -webkit-appearance: none !important;
    background: transparent;
    border-radius: 0;
    text-align: center;
}


.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin: 0;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn {
    position: absolute;
    left: 0;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn i {
    font-family: "Font Awesome 5 Brands";
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn.quantity-minus {
    right: 0;
    left: auto;
}

@media (max-width:1199px) {
    .woocommerce-cart .cart-collaterals table.shop_table {
        width: 75%;
    }

    .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
        width: 75%;
    }
}

@media (max-width:768px) {
    .woocommerce table.shop_table td.actions .coupon {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 600;
        font-size: 16px;
        color: var(--dark-color);
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        margin-top: 0;
    }

    .woocommerce .cart-collaterals .cart_totals h2 {
        float: none;
        width: 100%;
    }

    .woocommerce-cart .cart-collaterals table.shop_table {
        width: 100%;
        margin-top: 30px;
    }

    .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
        width: 100%;
        margin-left: 0;
    }
}

/*+++++ Checkout +++++*/
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px;
    display: block;
    width: 100%;
}

.woocommerce form.woocommerce-checkout .form-row textarea.input-text {
    height: 150px;
}

.woocommerce form.woocommerce-checkout .form-row textarea:focus,
.woocommerce form.woocommerce-checkout .form-row textarea:hover,
.woocommerce form.woocommerce-checkout .form-row input:focus,
.woocommerce form.woocommerce-checkout .form-row input:hover {
    border: 1px solid var(--primary-color);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--dark-color);
    color: var(--white-color);
    border-radius: 0;
    font-weight: 400;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--primary-color);
}


.woocommerce .woocommerce-checkout .col2-set .col-1 {
    width: 60%;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 35%;
}

.grouped_form .group_table .add_to_cart_button {
    background: var(--grey-color);
    color: var(--dark-color);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
}

.woocommerce div.product form.cart table.group_table td a.button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.woocommerce-checkout h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    text-align: left;
    border-top: none;
    padding: 15px 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th {
    color: var(--secondary-color);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td strong {
    font-weight: 600;
    color: var(--dark-color);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
}

.woocommerce form .form-row textarea {
    padding: 20px;
    height: 8em;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--grey-color);
    border-radius: 0;
    height: 52px;
    padding: 0px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.select2-container--default .select2-selection--single:hover {
    border: 1px solid var(--primary-color);
}

.select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid var(--primary-color);

}

.select2-container--open .select2-dropdown {
    border: 1px solid var(--primary-color);
    border-top: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px;
    right: 15px;
}

.select2-container--default .select2-results>.select2-results__options {
    left: 0;
    display: inline-block;
    width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--dark-color);
}

.woocommerce-checkout #payment {
    background: var(--grey-color);
}

@media(max-width:991px) {
    .woocommerce .woocommerce-checkout .col2-set .col-1 {
        width: 50%;
    }

    .woocommerce .woocommerce-checkout .col2-set .col-2 {
        width: 45%;
    }
}

@media(max-width:767px) {
    .woocommerce .woocommerce-checkout .col2-set .col-1 {
        width: 100%;
    }

    .woocommerce .woocommerce-checkout .col2-set .col-2 {
        width: 100%;
    }

    #order_review_heading {
        margin-top: 30px;
    }
}


/*+++++ Order Received +++++*/
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 45px;
}

.woocommerce ul.order_details li {
    text-transform: capitalize;
    font-size: 16px;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 15px;
}

.woocommerce ul.order_details li strong {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 400;
    margin-top: 5px;
}

.woocommerce-order h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
}

.woocommerce table.shop_table.woocommerce-table th,
.woocommerce table.shop_table.woocommerce-table td {
    text-align: left;
}

.woocommerce ul.order_details {
    background: var(--grey-color);
    padding: 30px;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot th {
    border-top: none;
    font-weight: 600;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot td {
    border-top: none;
}

.woocommerce .woocommerce-customer-details address {
    padding: 30px;
}


.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
    font-weight: 400;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 400;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
    color: var(--dark-color);
}

.product_meta .sku_wrapper span.sku {
    color: var(--secondary-color);
    margin-left: 5px;
    font-weight: 400;
    font-family: var(--body-font);

}

.woocommerce div.product .product_meta>span {
    display: block;
    color: var(--dark-color);
    font-weight: 600;
}

.product_meta .sku_wrapper a,
.product_meta .posted_in a,
.product_meta .tagged_as a {
    color: var(--secondary-color);
    font-family: var(--body-font);
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 5px;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
}


.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400;
}

.woocommerce ul.products li.product .price ins span.woocommerce-Price-amount.amount {
    font-weight: 600;
    text-decoration: none;
    color: var(--dark-color);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.woocommerce div.product .pt-single-product-share {
    display: flex;
    align-items: center;
}

.woocommerce div.product .pt-single-product-share .pt-share-name {
    color: var(--dark-color);
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a {
    text-align: center;
    display: inline-block;
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
   background: var(--grey-color);
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
     transition: all 0.5s ease-in-out;
 
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a i:hover {
    color: var(--white-color);
}

.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
    top: 30%
}


.woocommerce form.woocommerce-checkout .form-row select:focus,
.woocommerce form.woocommerce-checkout .form-row select:hover,
.woocommerce form.woocommerce-checkout .form-row select.form-control:focus,
.woocommerce form.woocommerce-checkout .form-row select.form-control:hover {
    border: 1px solid var(--primary-color);
}

.woocommerce select:focus,
.woocommerce .form-row select:hover {
    border: 1px solid var(--primary-color);
}

label {
    color: var(--dark-color);
}


.woocommerce div.product div.images .flex-control-thumbs {
    margin-left: -10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    padding-left: 10px;
    padding-top: 10px;
}

.woocommerce div.product.product-type-grouped div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    padding: 0;
}


@media(max-width: 1024px) {

    .woocommerce ul.products li.product .pt-product-item .pt-product-img-inner .pt-product-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        opacity: 1;
    }

    .woocommerce ul.products li.product .pt-product-item .pt-product-img-inner .pt-product-content a {
        transform: translateY(0px) !important;
    }


}



.single-product .content-area .site-main{

    padding: 30px  0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th {
    border-bottom: 1px solid rgb(34, 34, 34, 0.2);

}

.woocommerce  table.woocommerce-table--order-details.shop_table th , table.shop_table.woocommerce-checkout-review-order-table tfoot th{

    border-bottom: 1px solid rgb(34, 34, 34, 0.2);

}

.woocommerce  table.woocommerce-table--order-details.shop_table thead th{ border-bottom: none; }



/* ==============================
 Update page home 7 css
================================== */


.pt-opacity .pt-client-box.pt-client-style-1 .pt-client-img{ opacity: 0.8; }



/*================================================
Hover Image Effect
================================================*/

.pt-menu-tabs {
    text-align: left;
}

.pt-menu-tabs .menu-tabs-item {
    position: relative;
    border-top: 1px solid #22222229;


}

.pt-menu-tabs .menu-tabs-item:last-child {
    border-bottom: 1px solid #22222229;
}

.pt-menu-tabs .menu-tabs-item a.menu-tabs-link {
    font-family: var(--title-fonts);
    font-size: 26px;
    line-height: 34px;
    position: relative;
    color: var(--dark-color);
    padding: 30px 0;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 600;
}

.pt-menu-tabs .menu-tabs-item a.menu-tabs-link i {
    color: var(--primary-color);
    font-size: 56px;
    line-height: 64px;
    margin-right: 30px;
}

.pt-menu-tabs .menu-tabs-item a.menu-tabs-link span {
   
}

.pt-menu-tabs .menu-tabs-item .menu-tabs-img {
    position: absolute;
    height: 200px;
    opacity: 0;
    left: 71%;
    top: 50%;
    transform: translate3d(calc(0% - 1vw), -50%, 0) rotate3d(0, 0, 1, 0deg);
    z-index: 9;
    transition: all 0.5s ease-in-out;
}


.pt-menu-tabs .menu-tabs-item.active .menu-tabs-img {
    opacity: 1;

}

.pt-menu-tabs .menu-tabs-item .menu-tab-arrow {
     position: absolute;
    right: 0;

    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    background: var(--white-color);
}
.pt-menu-tabs .menu-tabs-item a.menu-tabs-link .menu-tab-arrow i {
    color: var(--primary-color);
    font-size: 28px;
    line-height: unset;
    margin-right: unset;
}



@media(max-width:1199px) {
    .pt-menu-tabs .menu-tabs-item .menu-tabs-img {
        height: 200px;
    }
}


@media(max-width: 1024px) {
    .pt-menu-tabs .menu-tabs-item .menu-tabs-img {
        left: 80%;
    }
}

@media(max-width: 767px) {
    .pt-menu-tabs .menu-tabs-item .menu-tabs-img {
        left: 72%;

    }


}

@media(max-width:479px) {
    .pt-menu-tabs .menu-tabs-item a.menu-tabs-link {
        font-size: 28px;
        line-height: 36px;
    }

    .pt-menu-tabs .menu-tabs-item.active .menu-tabs-img {
        opacity: 0;
    }

}





/*---left space fullbg------*/
/*.pt-left-outer-container {
    margin-left: calc((100% - 1300px)/ 2);
}


@media(max-width:1199px) {
    .pt-left-outer-container {
        margin-left: calc((100% - 960px)/ 2);
    }

}

@media(max-width:1024px) {
    .pt-left-outer-container {
        margin-left: 0
    }

}*/




.pt-testimonial-box.pt-style-6 {
    display: inline-flex;
} 


.pt-testimonial-box.pt-style-6 .pt-testimonial-media .pt-testimonial-img img {
   /* width: 120px;
    height: 120px;*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;


}
.pt-testimonial-box.pt-style-6 .pt-testimonial-media .pt-testimonial-img {
    width: 80px;
}

.pt-testimonial-box.pt-style-6 .pt-testimonial-content  {
     margin-left: 30px;
}

.pt-testimonial-box.pt-style-6  .pt-testimonial-meta-content {
    display: inline-flex;
}

.pt-testimonial-box.pt-style-6 .pt-testimonial-star{ margin-left: 15px; }

.pt-testimonial-box.pt-style-6 .pt-testimonial-meta-content .pt-testimonial-star i {
    color: #FFB425;
}


.pt-testimonial-box.pt-style-6 .pt-testimonial-meta span {
    color: var(--primary-color);
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    font-family: var(--title-fonts);
    text-transform: uppercase;
}


.pt-testimonial-box.pt-style-6 .pt-testimonial-description{ margin-top: 15px; margin-bottom: 0; }

.pt-right-fullbg{ position: relative; }
.pt-right-fullbg:after { content: ""; position: absolute; top: 0; left: -15px; width: 1000%; height: 100%; display: inline-block; background: var(--white-color); z-index: -1; }




@media(max-width:1024px) {

    .pt-right-fullbg:after { display: none; }

}


@media(max-width:479px){


    .pt-testimonial-box.pt-style-6 {
       display: block;
    } 
    .pt-testimonial-box.pt-style-6 .pt-testimonial-content{
         margin-top: 30px;
         margin-left: 0;
    }
}


/*================================================
Portfolio
================================================*/
.pt-portfoliobox-3 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-3 .pt-portfolio-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  
    transition:all 0.5s ease;
}

.pt-portfoliobox-3 .pt-portfolio-img {
    position: relative;
}

.pt-portfoliobox-3 .pt-portfolio-info span {
    font-family: var(--title-fonts);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white-color);
}

.pt-portfoliobox-3:hover .pt-portfolio-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-portfoliobox-3 .pt-portfolio-info {
    margin: auto;
    position: absolute;
    bottom: 45px;
    z-index: 10;
    left: 45px;
    opacity: 0;
    background: transparent;
    text-align: left;
    color: var(--white-color);
    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-3:hover .pt-portfolio-info {
    opacity: 1;
    z-index: 10;
}

.pt-portfoliobox-3 .pt-portfolio-info .pt-portfolio-link a {
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 15px;
    letter-spacing: 0.1em;
    position: relative;
    text-transform: uppercase;
}

.pt-portfoliobox-3 .pt-portfolio-info h5{ margin-bottom: 10px; }
.pt-portfoliobox-3 .pt-portfolio-info h5 a {
    color: var(--dark-color);
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    padding: 5px 15px;
    position: relative;
}

.pt-portfoliobox-3 .pt-portfolio-info h5 a:hover {
    color: var(--primary-color);
    text-decoration: none
}

.pt-portfoliobox-3 .pt-portfolio-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: translate(50%,-50%);
    opacity: 0;
    transition: all 300ms linear 0s;
}

.pt-portfoliobox-3:hover .pt-portfolio-icon {
    opacity: 1;
    z-index: 9;
}

.pt-portfoliobox-3 .pt-portfolio-icon i {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: var(--grey-color);
    align-items: center;
    justify-content: center;
}

.pt-portfoliobox-3 .pt-portfolio-icon i {
    position: relative;
    color: var(--primary-color);
    line-height: normal;
}

.pt-portfoliobox-3 .pt-portfolio-icon img {
    width: 35px;
    height: 35px;
    padding: 10px;
    background: var(--dark-color);
}


.pt-portfoliobox-3 .pt-portfolio-info .pt-portfolio-link a:after ,.pt-portfoliobox-3 .pt-portfolio-info h5 a:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
    width: 0;
    background: var(--white-color);
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-3:hover .pt-portfolio-info .pt-portfolio-link a:after  ,.pt-portfoliobox-3:hover .pt-portfolio-info  h5 a:after {
    width: 100%;
}




/* team */


.pt-team-box.pt-style-3 .team-inner-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.pt-team-box.pt-style-3 .team-inner-img img {
    width: 100%;
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-team-box.pt-style-3:hover .team-inner-img img {
    margin-left: 0;
}

.pt-team-box.pt-style-3 .pt-team-icons {
    margin-top: 5px;
    transition: all 0.5s ease;
}

.pt-team-box.pt-style-3 .pt-team-icons ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pt-team-box.pt-style-3 .pt-team-icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.pt-team-box.pt-style-3 .pt-team-icons ul li:last-child {
    margin: 0;
}

.pt-team-box.pt-style-3 .pt-team-icons ul li a {
    color: var(--secondary-color);
}

.pt-team-box.pt-style-3:hover .pt-team-icons ul li a {
    color: var(--white-color);
}

.pt-team-box.pt-style-3 .pt-team-icons ul li a:hover {
    color: var(--primary-color);
}

.pt-team-box.pt-style-3 .pt-team-icons ul li a i {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.pt-team-box.pt-style-3 .pt-team-info {
    background: var(--white-color);
    padding: 20px;
    margin: 0px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
}

.pt-team-box.pt-style-3 .pt-member-name a {
    transition: all 0.5s ease;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--dark-color);
}

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



.pt-team-box.pt-style-3:hover .pt-team-info {
    background: var(--dark-color)
}

.pt-team-box.pt-style-3:hover .pt-member-name a {
    color: var(--white-color);
}

.pt-team-box.pt-style-3:hover .pt-team-info .pt-team-designation {
    color: var(--primary-color);
}

/* home 7 slider css */

.pt-button.pt-btn-flat.btn-update-bg-primary:hover .pt-btn-cover-bgrnd {
    background:#56aa46 !important;
    border: 2px solid #56aa46 !important;
}



/* home 7 header css */


header#pt-header .pt-top-header.top-style-4{ background: transparent; }




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

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

header#pt-header .pt-top-header.top-style-4 .pt-header-social ul li a {
    padding: 0;
    color: var(--dark-color);
}
header#pt-header .pt-top-header.top-style-4 .pt-header-social ul li a:hover{ background: transparent; color: var(--primary-color); }


header#pt-header .pt-top-header.top-style-4 .pt-header-social ul li {
    border-left: 0;
}

header#pt-header .pt-top-header.top-style-4 .pt-header-social ul li:last-child {
    border-right: 0;
}
header#pt-header .pt-top-header.top-style-4 .row {
    align-items: center;
}

header#pt-header .pt-top-header.top-style-4  .pt-header-contact ul li:last-child{
    border-right: 0;
}
header#pt-header .pt-top-header.top-style-4  .pt-header-contact ul li{ border-left: 0; color: var(--dark-color);}

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

header#pt-header .pt-top-header.top-style-4  .pt-header-contact ul li .pt-working-text { font-weight: 600; }

header#pt-header .pt-top-header.top-style-4 { padding-left:30px ; }

header#pt-header .pt-top-header.top-style-4 .pt-header-social.text-right ul { margin-right: -35px; }


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

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

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

header#pt-header.pt-header-style-4 .pt-toggle-btn a:before {
     width: 55%;
     left: 70%;
    transform: translate(-50%, -10px);
}

header#pt-header.pt-header-style-4 .pt-toggle-btn a:after {
     width: 70%;
     left: 62%;
    transform: translate(-50%, 10px);
}








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

header#pt-header.pt-header-style-4  .pt-shop-btn {
 margin:0 30px 0;
}

header#pt-header.pt-header-style-4 .pt-bottom-header{ position: relative; }


header#pt-header.pt-header-style-4 .pt-header-diff-block .navbar-brand img{
 /*   height:48px;*/
     height: 60px;
    width: auto;
    border-radius: 0;
}

header#pt-header.pt-header-style-4 {
    position: absolute;
    display: inline-block;
    width: 100%;
    background: transparent;
    padding: 0 60px;

}




header#pt-header.pt-header-style-4 .navbar-brand {
    background: var(--primary-color);
    padding: 15px 30px;
    margin: 0;
    line-height: 6.1888;
    text-align: center;
    width: 100%;

        display: inline-block;
}


header#pt-header.pt-header-style-4 .pt-bottom-header .navbar{
        justify-content: flex-end;
        align-items: center;

}


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


header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-nav{ float: unset; margin-left: 60px; }




header#pt-header.pt-header-style-4 .pt-button .pt-btn-cover .pt-btn-cover-bgrnd{ 
        
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
  
 }





@media(max-width:1099px) {


    header#pt-header.pt-header-style-4{ padding: 0; }
    header#pt-header.pt-header-style-4 .navbar-brand{ padding: 15px; }

    header#pt-header.pt-header-style-4  .pt-button-container{ display: none; }
}





@media(max-width:1023px){



    header#pt-header.pt-header-style-4 .navbar-brand {
    line-height: 5.1777;
    padding:15px ;
}

   header#pt-header.pt-header-style-4 .pt-bottom-header {
    min-height: 82px;

}
    header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-nav{
        margin-left: 0px;
    }
    header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-nav li{ line-height: normal; }
     

    header#pt-header.pt-header-style-4 .pt-menu-search-block{ margin-left:  auto; }

    header#pt-header.pt-header-style-4 .pt-shop-btn{  }

  header#pt-header.pt-header-style-4 .pt-shop-btn{margin-left:  30px;  }



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

header#pt-header.pt-header-style-4 .pt-header-diff-block .navbar-brand img{ height: 40px }



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


header#pt-header.pt-header-style-4 .container {
  padding: 0;
}


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


}


@media(max-width: 991px){


header#pt-header.pt-header-style-4{ position: relative; }
    header#pt-header.pt-header-style-4 .navbar-brand {
    width: auto;
    line-height: 2.9999;
    padding: 15px;
}

header#pt-header.pt-header-style-4 .container-fluid{  padding: 0; }


header#pt-header.pt-header-style-4{ background: var(--white-color);   }
header#pt-header.pt-header-style-4 .pt-header-diff-block .navbar-brand img{ height: 60px; }


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


header#pt-header.pt-header-style-4 .pt-bottom-header {
    min-height: 0;
}

 }




@media(max-width:767px){
    header#pt-header.pt-header-style-4 .pt-menu-search-block{ margin-top: -90px; margin-right: 0px; }

header#pt-header.pt-header-style-4 .pt-bottom-header .navbar-toggler {
    margin-top: -90px;
            margin-left: 30px;
                margin-right: 15px;
}

header#pt-header.pt-header-style-4 .pt-shop-btn{
    margin-top: -90px;
     margin-left: 30px;
     margin-right: 0;
}




}


@media(max-width:479px){

    header#pt-header.pt-header-style-4 .pt-header-diff-block .navbar-brand img
{
    height: 40px;
}


header#pt-header.pt-header-style-4 .pt-shop-btn{ display: none; }

}




.pt-testimonial-box.pt-style-9 {
   
    background: var(--white-color);

}

.pt-testimonial-box.pt-style-9 .pt-testimonial-media {
    display: flex;
    position: relative;
}

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

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

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

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

.pt-testimonial-box.pt-style-9 .pt-testimonial-media .pt-testimonial-icon i {
    color: var(--primary-color);
    font-size: 64px;
    line-height: 72px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.pt-testimonial-box-slider.pt-style-9 .owl-carousel .owl-dots{ text-align: left; }





/*home 8 css */


/*header css */


/* top header css */


header#pt-header .pt-top-header.top-style-5 .pt-header-contact ul li{ padding: 0;  margin-right: 30px; border-left: none;}

header#pt-header .pt-top-header.top-style-5 .pt-header-contact ul li:last-child {
    margin-right: 0;
    border-right: none;
}


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

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

header#pt-header .pt-top-header.top-style-5 .pt-header-social ul li a {
    padding: 0;
    color: var(--white-color);
}
header#pt-header .pt-top-header.top-style-5 .pt-header-social ul li a:hover{ background: transparent; color: var(--primary-color); }


header#pt-header .pt-top-header.top-style-5 .pt-header-social ul li {
    border-left: 0;
}

header#pt-header .pt-top-header.top-style-5 .pt-header-social ul li:last-child {
    border-right: 0;
}
header#pt-header .pt-top-header.top-style-5 .row {
    align-items: center;
}

header#pt-header.pt-header-style-5.transparent .pt-top-header {
    background: var(--dark-color);
    padding: 10px 45px;
}



header#pt-header.pt-header-style-5 {
    position: absolute;
    width: 100%;

}

 header#pt-header.pt-header-style-5 .pt-bottom-header{
    padding: 0 45px;
}



header#pt-header.pt-header-style-5 .pt-bottom-header.pt-header-sticky {

    position: fixed;
    top: 0px;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 2;
    background: var(--white-color);
    -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-5 .pt-bottom-header .navbar .navbar-nav{ float: unset; justify-content: center; }

/*** header 5 transparent****/
header#pt-header.pt-header-style-5.transparent{ background: transparent; }
header#pt-header.pt-header-style-5.transparent .pt-bottom-header{ border-bottom: 1px solid rgba(255,255,255,0.1); }
header#pt-header.pt-header-style-5.transparent .pt-top-header{  background:var(--dark-color); }
header#pt-header.pt-header-style-5.transparent .navbar .navbar-nav li a { color: var(--white-color); }
header#pt-header.pt-header-style-5.transparent .pt-bottom-header .navbar .navbar-nav li {color: var(--white-color);}
header#pt-header.pt-header-style-5.transparent .pt-bottom-header .navbar .navbar-nav li i{color: var(--white-color);}
header#pt-header.pt-header-style-5.transparent .pt-menu-search-block a{color: var(--white-color);}
header#pt-header.pt-header-style-5.transparent .pt-bottom-header.pt-header-sticky { background: var(--dark-color); }


header#pt-header.pt-header-style-5 .pt-header-info-box { display: flex; align-items: center; padding-left:30px; }
header#pt-header.pt-header-style-5 .pt-header-info-box .icon {width: 40px;height: 40px;line-height: 40px;background: var(--primary-color);color: #fff;text-align: center;border-radius: 50%;}
header#pt-header.pt-header-style-5 .pt-header-info-box .info-icon i {  color: var(--white-color); }
header#pt-header.pt-header-style-5 .pt-header-info-box .info-icon-content p { margin-bottom: 0; }
header#pt-header.pt-header-style-5 .pt-header-info-box .info-icon-content h4 { font-size: 18px; font-weight: 500; line-height: 26px; color: var(--dark-color); }
header#pt-header.pt-header-style-5 .pt-header-info-box .info-icon-content { padding-left: 15px; }




header#pt-header.pt-header-style-5.transparent .pt-shop-btn .pt-cart-button> a{ color: var(--white-color); }
header#pt-header.pt-header-style-5.transparent .pt-header-info-box .info-icon i{color: var(--white-color);  }
header#pt-header.pt-header-style-5.transparent .pt-header-info-box .info-icon-content h4{ color: var(--white-color); }
header#pt-header.pt-header-style-5.transparent .pt-header-info-box .info-icon-content p { margin-bottom: 0; color: var(--white-color); opacity: 0.8; }







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

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


}


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


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


}



@media(max-width:1099px) {

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



}

@media(max-width:1023px) {

    header#pt-header.pt-header-style-5 .pt-menu-search-block {
        margin-left: auto;
    }

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

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


}


@media(max-width:767px) {

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

    header#pt-header.pt-header-style-5 .pt-header-info-box {
        display: none;
    }
    header#pt-header.pt-header-style-5.transparent .pt-top-header{ display: none; }


}

@media(max-width:479px) {

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

/*================================================
Services
================================================*/


.pt-service-box-6-list .item {
    cursor: pointer;
}

.pt-service-box-6-list .item:first-child .pt-service-box.pt-style-4 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-service-box.pt-style-6 {
    display: flex;
    align-items: center;
    display: grid;
    padding: 45px 0;
    grid-template-columns: 0fr 0.5fr 2fr 2.9fr 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.pt-service-box.pt-style-6 .pt-service-img img {
    position: absolute;
    right: 100%;
    max-width: 450px;
    transform: rotate(10deg) translateX(30px);
    transition: all 0.5s ease;
    top: 0;
    margin-right: 130px;
    opacity: 0;
}
.pt-service-box-6-list .item:hover .pt-service-box.pt-style-6 .pt-service-img img,
.pt-service-box-6-list .item .pt-service-box.pt-style-6.active .pt-service-img img {
    transform: rotate(15deg) translateX(60px);
    opacity: 1;
}

.pt-service-box.pt-style-6 .pt-service-number {
    font-size: 22px;
    line-height: 30px;
    color: var(--white-color);
}

.pt-service-box.pt-style-6 .pt-service-box-title {
    font-size: 22px;
    line-height: 30px;
    color: var(--white-color);
}

.pt-service-box.pt-style-6 .pt-service-box-description {
    color: var(--white-color);
    opacity: 0.8;
}
.pt-service-box.pt-style-6 .pt-service-box-btn {
    text-align: right;
}

.pt-service-box.pt-style-6 .pt-service-box-btn i {
    font-size: 24px;
    line-height: 32px;
    color: var(--dark-color);
    font-weight: 600;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-style-6:hover .pt-service-box-btn i {

    color: var(--primary-color);
}




.pt-service-box-6-list .pt-service-box.pt-style-6 { grid-template-columns: 0fr 0.5fr 5fr 0.5fr;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 45px 15px;     position: relative;}
.pt-service-box-6-list .pt-service-box.pt-style-6 .pt-service-box-title,
.pt-service-box-6-list .pt-service-box.pt-style-6 .pt-service-number{ color: var(--dark-color);    font-weight: 600; }
.pt-service-box-6-list .pt-service-box.pt-style-6 .pt-service-box-title{    font-size: 42px;line-height: 50px;text-align: center;transition: all 0.5s ease;}
.pt-service-box-6-list .item:first-child .pt-service-box.pt-style-6 {border-top: 1px solid rgba(0, 0, 0, 0.1);}
.pt-service-box-6-list .pt-service-box.pt-style-6 .pt-service-img img {
    right: -100px;
    transform:rotate(10deg) translateX(-50px);
    max-width: 200px;
}
.pt-service-box-6-list .item:hover .pt-service-box.pt-style-6 .pt-service-img img, .pt-service-box-6-list .item .pt-service-box.pt-style-6.active .pt-service-img img {
    transform:rotate(15deg) translateX(-60px);
    opacity: 1;
}
.pt-service-box-6-list .item:hover .pt-service-box.pt-style-6 .pt-service-box-title{ transform: translateX(-20px); }


@media(max-width: 1024px) {
.pt-service-box-6-list .pt-service-box.pt-style-6 .pt-service-box-title { font-size: 34px;line-height: 42px; }

    .pt-service-box.pt-style-6 .pt-service-img img {
        display: none;
    }



}

@media(max-width: 767px) {
.pt-service-box-6-list .pt-service-box.pt-style-6 .pt-service-box-title {
    font-size: 22px;
    line-height: 30px;
 text-align: left;
}

.pt-border-line:before,
.pt-dot-circle:before { display: none; }

.pt-service-box.pt-style-6 {
        display: block;
        padding: 30px 0;
    }

    .pt-service-box.pt-style-6 .pt-service-box-title {
        margin: 15px 0;
    }

    .pt-service-box.pt-style-6 .pt-service-box-btn {
        text-align: left;
    }

    .pt-service-box.pt-style-6 .pt-service-box-description {
        margin-bottom: 20px;
    }



}






.pt-fancy-box.pt-style-8 {
    transition: all 0.5s ease;
}
.pt-fancy-box.pt-style-8 .pt-fancy-box-title{ margin-bottom: 5px; }
.pt-fancy-box.pt-style-8 .pt-icon i {
    margin-top: 15px;
    font-size: 64px;
    line-height: 72px;
    transition: all 0.5s ease;
    display: inline-block;
    color: var(--dark-color);
}

.pt-fancy-box.pt-style-8:hover .pt-icon i {
    transform: rotateY(180deg);
    transition: all 0.5s ease;
}

.pt-fancy-box.pt-style-8 .pt-fancybox-description {
    margin-bottom: 15px;
}


/* form */

.pt-bookappointmentform .wpcf7-form-control-wrap input {
    background-color: var(--white-color);
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.pt-bookappointmentform textarea {
    height: 100px;
    margin-bottom: 20px;
    background-color: var(--white-color);
    color: var(--secondary-color);
}

 .pt-bookappointmentform p {
    margin: 0;
}



.pt-counter.pt-style-3 {
    display: flex;
    align-items: flex-start;
}

.pt-counter.pt-style-3 .pt-counter-info {
    flex: 1;
    margin-left: 20px;
}

.pt-counter.pt-style-3 .pt-counter-media i {
    font-size: 70px;
    line-height: 78px;
    color: var(--dark-color);
}

.pt-counter.pt-style-3 .pt-counter-info h5 {
    font-size: 56px;
    line-height: 56px;
    display: inline-block;
    color: var(--white-color);
}

.pt-counter.pt-style-3 .pt-counter-info .pt-counter-prefix {
    font-size: 56px;
    line-height: 56px;
    color: var(--white-color);
}

.pt-counter.pt-style-3 .pt-counter-info .pt-counter-description {
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}




.pt-pricebox-style-4{
    background: var(--white-color);
    padding: 45px;
    border: 1px solid var(--grey-color);
    position: relative;
    overflow: hidden;
}

.pt-pricebox-style-4 .pt-price-detail {
    font-family: var(--title-fonts);
    padding-bottom: 30px;
}

.pt-pricebox-style-4 .pt-price-detail .pt-price-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.pt-pricebox-style-4 .pt-price-detail .pricing-description {
    margin-bottom: 0;
}


.pt-pricebox-style-4 .pt-price-media i {
    font-size: 130px;
    line-height: 138px;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.2;
    color: var(--primary-color);
}

.pt-pricebox-style-4 .price {
    font-size: 48px;
    line-height: 56px;
    display: inline-block;
}

.pt-pricebox-style-4 .pt-price-dollar{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;

    display: inline-block;
   
}


.pt-pricebox-style-4 .pt-price-duration {
    margin-bottom: 0;
    font-size: 16px;
      line-height: 24px;
    display: inline-block;
    text-transform: capitalize;
}

.pt-pricebox-style-4 .pt-price-service-info {
    margin-bottom: 0;
    margin-top: 30px;
    color: #272727;

  /*  color: var(--dark-color);*/
    font-weight: 600;
}

.pt-pricebox-style-4 .pt-list-info {
    margin: 0;
    padding: 15px 0 0px 0;
}

.pt-pricebox-style-4 .pt-list-info li {
    list-style: none;
    line-height: 45px;
     color: var(--dark-color);
}
.pt-pricebox-style-4 .pt-list-info li.disable {
    opacity: 0.5;
}

.pt-pricebox-style-4 .pt-list-info li i {
    margin-right: 15px;
    color: var(--dark-color);
}


.pt-pricebox-style-4 .pt-button {
    margin-top: 30px;
}

.pt-pricebox-style-4 label {
color: var(--white-color);
background: var(--dark-color);
position: absolute;
top: 25px;
right: -40px;
padding: 10px 45px;
border: 0;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.1em;
font-weight: 600;
text-transform: uppercase;
display: block;
font-family: var(--title-fonts);
opacity: 0;
transform: rotate(45deg);


}

.pt-pricebox-style-4.active label {
opacity: 1;

}







@media(max-width:767px) {
    .pt-pricebox-style-4 .pt-price-detail {
        padding: 30px 15px;
    }

    .pt-pricebox-style-4 .pt-price-detail .price {
        font-size: 48px;
        line-height: 56px;
    }
}


@media(max-width:480px) {
    .pt-pricebox-style-4 {
        padding: 30px 15px 60px;
    }

    .pt-pricebox-style-4 .pt-price-detail .price {
        font-size: 40px;
        line-height: 48px;
    }

    .pt-pricebox-style-4 .pt-price-detail .pt-price-duration {
        font-size: 14px;
        line-height: 22px;
    }

}




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

.pt-testimonial-media{ display: flex; }

.pt-testimonial-box.pt-style-7 .pt-testimonial-media .pt-testimonial-img {
    position: relative;
    margin-right: 30px;  
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-media .pt-testimonial-img img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}
.pt-testimonial-box.pt-style-7 .pt-testimonial-media .pt-testimonial-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pt-testimonial-box.pt-style-7 .pt-testimonial-media .pt-testimonial-icon i {
    width: 30px;
    height: 30px;
    background: var(--dark-color);
    color: var(--white-color);
    font-size: 12px;
    line-height:30px;
    text-align: center;
    border-radius: 100%;
}

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


.pt-testimonial-box.pt-style-7 .pt-testimonial-star i {
    color: #FFB425;
}


.pt-testimonial-box.pt-style-7 .pt-testimonial-content { padding-top: 30px;}

.pt-testimonial-box.pt-style-7 .pt-testimonial-content p.pt-testimonial-description { margin-bottom: 0; }




/* nome 9 css */


.pt-hover-text-effect {
    position: relative;
    text-align: center;
}

.pt-hover-text-effect ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pt-hover-text-effect ul li {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 5px;
    position: relative;
}

.pt-hover-text-effect ul li:last-child {
    margin-bottom: 0;
}

.pt-hover-text-effect ul li a {
    color: var(--white-color)!important;
    font-size: 42px;
    line-height: 50px;
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: capitalize;
}

.pt-hover-text-effect ul li .pt-hover-img {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.5);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;
}

.pt-hover-text-effect ul li:hover .pt-hover-img {
    opacity: 1;
    transform: scale(1);
    margin-top: -100px;
}

@media(max-width:767px) {
    .pt-hover-text-effect ul li .pt-hover-img {
        display: none;
    }

    .pt-hover-text-effect ul li a {

        font-size: 28px;
        line-height: 36px;

    }
}




.pt-testimonial-box.pt-style-8 .pt-testimonial-content {
    background: var(--white-color);
    padding: 45px 45px;
    padding-top: 45px;
    position: relative;
    border-top: 5px solid var(--primary-color);
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  

}

.pt-testimonial-box.pt-style-8 .pt-testimonial-content:before {
   content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    left: 30px;
    bottom: -8px;
    border-left: 1px solid var(--white-color);
    border-top: 1px solid var(--white-color);
    transform: rotate(225deg);
    background: var(--white-color);
}

.pt-testimonial-box.pt-style-8 .pt-head-testimonial-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}
.pt-testimonial-box.pt-style-8 .pt-testimonial-content .pt-testimonial-icon{
    position: absolute;
    right: 45px;
    bottom: 15px;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-content .pt-testimonial-icon i {
  
      color: transparent;
    font-size: 36px;
    line-height: 44px;
    -webkit-text-stroke: 1px var(--primary-color);
    z-index: 1;
   opacity: 1;

}



.pt-testimonial-box.pt-style-8 .pt-testimonial-content .pt-testimonial-description {
    margin-bottom: 0;
}

.pt-testimonial-box.pt-style-8 .pt-testimonial-media {
    margin-top: 45px;
    display: flex;
    position: relative;

    align-items: center;
}

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

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

.pt-testimonial-box.pt-style-8 .pt-testimonial-star i {
    color: #FFB425;
}

.pt-testimonial-box.pt-style-8 .pt-testmonial-title {
    font-size: 28px;
    line-height: 36px;
}

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


.pt-update-faq .pt-accordion-block .pt-accordion-box .pt-ad-title { background: unset;border: none; border-bottom: 2px solid var(--grey-color); padding: 15px 0; }
.pt-update-faq .pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title .ad-title-text { color: var(--dark-color);  }
.pt-update-faq .pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i { color: var(--primary-color); }
.pt-update-faq .pt-accordion-block .pt-accordion-box .pt-ad-title i { color: var(--primary-color); }
.pt-update-faq  .pt-accordion-block .pt-accordion-box{ margin-bottom: 0; }
.pt-update-faq .pt-accordion-block .pt-accordion-box .pt-accordion-details{ border: none; padding: 15px 0; }









header#pt-header.pt-header-style-6 {
    position: absolute;
    width: 100%;

}

 header#pt-header.pt-header-style-6 .pt-bottom-header{
    padding:10px 60px;
}



header#pt-header.pt-header-style-6 .pt-bottom-header.pt-header-sticky {

    position: fixed;
    top: 0px;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 2;
    background: var(--white-color);
    -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-6 .pt-bottom-header .navbar .navbar-nav{ float: unset; justify-content: center; }

/*** header 6 transparent****/
header#pt-header.pt-header-style-6.transparent{ background: transparent; }
header#pt-header.pt-header-style-6.transparent .pt-bottom-header{ border-bottom: 1px solid rgba(255,255,255,0.1); }
header#pt-header.pt-header-style-6.transparent .pt-top-header{ border-bottom: 1px solid rgba(255, 255, 255, 0.1); background:#222222; }
header#pt-header.pt-header-style-6.transparent .navbar .navbar-nav li a { color: var(--dark-color); }
header#pt-header.pt-header-style-6.transparent .pt-bottom-header .navbar .navbar-nav li {color: var(--dark-color);}
header#pt-header.pt-header-style-6.transparent .pt-bottom-header .navbar .navbar-nav li i{color: var(--white-color);}
header#pt-header.pt-header-style-6.transparent .pt-menu-search-block a{color: var(--dark-color);}
header#pt-header.pt-header-style-6.transparent .pt-bottom-header.pt-header-sticky { background: var(--white-color); }


header#pt-header.pt-header-style-6 .pt-header-info-box { display: flex; align-items: center; padding-left:30px; }
header#pt-header.pt-header-style-6 .pt-header-info-box .icon {width: 40px;height: 40px;line-height: 40px;background: var(--primary-color);color: #fff;text-align: center;border-radius: 50%;}
header#pt-header.pt-header-style-6 .pt-header-info-box .info-icon i {  color: var(--white-color); }
header#pt-header.pt-header-style-6 .pt-header-info-box .info-icon-content p { margin-bottom: 0; }
header#pt-header.pt-header-style-6 .pt-header-info-box .info-icon-content h4 { font-size: 18px; font-weight: 500; line-height: 26px; color: var(--dark-color); }
header#pt-header.pt-header-style-6 .pt-header-info-box .info-icon-content { padding-left: 15px; }




header#pt-header.pt-header-style-6.transparent .pt-shop-btn .pt-cart-button> a{ color: var(--dark-color); }
header#pt-header.pt-header-style-6.transparent .pt-header-info-box .info-icon i{color: var(--white-color);  }
header#pt-header.pt-header-style-6.transparent .pt-header-info-box .info-icon-content h4{ color: var(--dark-color); }
header#pt-header.pt-header-style-6.transparent .pt-header-info-box .info-icon-content p { margin-bottom: 0; color: var(--dark-color); opacity: 0.5; }

header#pt-header.pt-header-style-6 .pt-button-container {
    margin-left: 30px;
}








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



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


}


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


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


}




@media(max-width: 1699px){
    header#pt-header.pt-header-style-6 .pt-bottom-header{ padding: 10px 15px; }
}
@media(max-width:1359px ){
    header#pt-header.pt-header-style-6 .pt-header-info-box{ display: none; }

}



@media(max-width:1099px) {

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



}

@media(max-width:1023px) {

    header#pt-header.pt-header-style-6 .pt-menu-search-block {
        margin-left: auto;
    }

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

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


}


@media(max-width:767px) {

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

    header#pt-header.pt-header-style-6 .pt-header-info-box {
        display: none;
    }
    header#pt-header.pt-header-style-6.transparent .pt-top-header{ display: none; }

   header#pt-header.pt-header-style-6 .pt-button-container {
    display: none;

}

}

@media(max-width:479px) {

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