/*
Template: Touris - Travel & Tourism Agency WordPress Theme
Author: peacefulqode.co.in
Version: 1.0
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
==> Button Core
==> Section Title
==> Header
==> Breadcrumb
==> Banner
==> Footer
==> Destination Box
==> Tour Box
==> OWL Carousel
==> Image Carousel
==> Pricing Plan
==> Popup Animation
==> Testimonial
==> Blog
==> Blog Sidebar
==> Recent Post
==> Blog Single Post
==> Client
==> Fancy Box
==> Wow Image effects
==> Mailchip Form
==> Parallax Img
==> Map Box
==> Form
==> Pagination
==> Team
==> FAQ
==> Progress Bar
==> Booking Search
==> Booking Single 
==> Custom Css
==> Image Box 
==> Marquee


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

/* ################################# */

/* Moz Selectio */

/* ################################# */

:root {
    --primary-color: #42CFD9;
    --dark-color: #182A40;
    --secondary-color: #666666;
    --grey-color: #F7F3F4;
    --white-color: #ffffff;
    --light-white: #ffffff20;
    --light-black: #0000001F;
    --body-fonts: "Open Sans", sans-serif;
    --title-fonts: "Red Rose", serif;
    --border-radius: 10px;
    --big--border-radius: 20px;
    --transition: all 0.5s ease-in-out;
}


/* ################################# */

/* General */

/* ################################# */

body {
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.7;
    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: 700;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

.pt-cards-body .content-area .site-main,
.pt-cards-body .content-area .site-main .elementor-section.elementor-top-section.pt-cards-section {
    overflow: visible;
}


/*===== Scrollbar=====*/

html::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}

html::-webkit-scrollbar-track {
    background-color: var(--grey-color);
    border-radius: 8px
}

html::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 8px
}

html {
    scroll-behavior: smooth;
}

/* ################################# */

/* Loading */

/* ################################# */

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

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


/* ################################# */

/* Back to Top */

/* ################################# */

#back-to-top .top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0px;
    color: var(--white-color);
    background: var(--dark-color);
    z-index: 999;
    border: 1px solid var(--dark-color);
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
}

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



/* ################################# */

/* Button Core */

/* ################################# */

[type="button"],
[type="reset"],
[type="submit"] {
    padding: 12px 30px;
    font-family: var(--title-fonts);
    font-size: 18px;
    background: var(--primary-color);
    color: var(--white-color);
    text-transform: capitalize;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

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

.pt-button {
    position: relative;
    width: auto;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 30px;
    line-height: 2;
    vertical-align: middle;
    border: none;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

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

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

.pt-button .pt-button-icon {
    display: inline-block;
    transform: translate(0, 0) rotate(45deg);
    font-size: 18px;
    line-height: 1;
}

.pt-button:hover .pt-button-icon,
.pt-button:focus .pt-button-icon {
    animation: button-animation 0.4s linear;
}

@keyframes button-animation {
    0% {
        transform: translate(0, 0) rotate(45deg);
        opacity: 1;
    }

    50% {
        transform: translate(40px, -40px) rotate(45deg);
        opacity: 0;
    }

    51% {
        transform: translate(-40px, 40px) rotate(45deg);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0) rotate(45deg);
        opacity: 1;
    }
}


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


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

.pt-button.pt-button-link {
    padding: 0;
    background: transparent;
    color: var(--primary-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pt-button.pt-button-link:hover {
    color: var(--primary-color);
}


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

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

/*===== Icon Button =====*/

.pt-icon-button a {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    font-size: 24px;
    line-height: 60px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--primary-color);
    text-align: center;
    transition: var(--transition);
    overflow: hidden;
}

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

.pt-icon-button a i {
    display: inline-block;
    transform: translate(0, 0) rotate(45deg); 
}

.pt-icon-button a:hover i {
    animation: button-animation 0.4s linear;
}



/* ################################# */

/* Section Title */

/* ################################# */


.pt-section-title.text-center {
    padding: 0 15em;
    margin-bottom: 60px;
}

.pt-section-title .pt-section-sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pt-section-title .pt-section-sub-title span {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-fonts);
    color: var(--primary-color);
    text-transform: capitalize;
}

.pt-section-title .pt-section-sub-title i {
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-color);
    display: inline-block;
    rotate: 45deg;
}


.pt-section-title .pt-section-main-title {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    color: var(--dark-color);
    padding: 0;
    margin: 0;
    display: block;
}

.pt-bg-dark .pt-section-title .pt-section-main-title {
    color: var(--white-color);
}

.pt-section-title .pt-section-main-title .word {
    display: inline-block;
}

.pt-section-title .pt-section-main-title .char {
    transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
    transform: translateX(-5px);
    transition-delay: calc(20ms * var(--char-index));
    display: inline-block;
    text-transform: none;
}

.pt-section-title .pt-section-main-title[data-scroll="out"] .char {
    opacity: 0.4;
    transform: translateY(0.25em);
}

.pt-section-title .pt-section-main-title+.pt-section-description {
    margin-top: 5px;
    margin-bottom: 30px;
}

.pt-bg-dark .pt-section-title .pt-section-description {
    color: var(--white-color);
}

.pt-section-title.text-center .pt-section-main-title+.pt-section-description {
    margin-bottom: 0;
}

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

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

    .pt-section-title.text-center {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .pt-section-title .pt-section-main-title {
        font-size: 40px;
        line-height: 48px;
    }

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

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


/* ################################# */

/* Header */

/* ################################# */


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

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

@media(max-width: 782px) {

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

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

@media(max-width: 600px) {

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

/*++++++ Header Logo ++++++*/

header .navbar-brand img {
    height: 54px;
}

@media(max-width: 767px) {
    header .navbar-brand img {
        height: 48px;
    }
}

@media(max-width: 379px) {
    header .navbar-brand img {
        height: 40px;
    }
}

/*++++++ Header Nav ++++++*/

header .pt-bottom-header .pt-container-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/*++++++ Mega Menu Toggle ++++++*/

#pt-header #mega-menu-wrap-primary .mega-menu-toggle {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background-color: var(--primary-color);
    justify-content: center;
}

@media(max-width: 379px) {
    #pt-header #mega-menu-wrap-primary .mega-menu-toggle {
        width: 50px;
        height: 50px;
    }
}

header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
    justify-content: center;
}

header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box,
header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 35px;
}

header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner,
header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    transform-origin: center;
    transition: var(--transition);
}

header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    transform-origin: right;
    transition: var(--transition);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
    transform: scaleX(0.7);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
    transform: scaleX(1.5);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    transform: scaleX(0.9);
}

#mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner {
    transform: scaleX(1);
}

#mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner::before {
    transform: scaleX(0.7);
}

#mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    transform: scaleX(1);
}

#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,
#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
    display: none;
}



/*++++++ Header Style 1 ++++++*/

header.pt-header-style-1 {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

header.pt-header-style-1 .pt-bottom-header {
    padding: 0 45px;
    background-color: #ffffff2F;
}

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

header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    font-family: var(--title-fonts);
    font-weight: 400;
}

header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin-right: 15px;
    z-index: 1;
}

header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
    margin-right: 0;
}

header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    margin-right: 0;
    padding: 0 15px;
    color: var(--white-color);
    transition: var(--transition);
}


header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before,
header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 35px;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: var(--transition);
}

header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before,
header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:before,
header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:before,
header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-toggle-on>a.mega-menu-link:before,
header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover:before,
header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before {
    width: 100%;
    left: 0;
}

header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-dropdown>a.mega-menu-link>span.mega-indicator {
    display: none;
}


/*++++++ Header Icon ++++++*/

header.pt-header-style-1 .pt-container-wrapper .pt-header-right .pt-header-icon {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0;
    margin: 0;
}

header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white-color);
    color: var(--primary-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
}

header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact a span {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    font-family: var(--title-fonts);
    color: var(--white-color);
}

header.pt-header-style-1 .pt-bottom-header.pt-header-sticky .pt-container-wrapper .pt-header-right .pt-header-icon .pt-btn-container .pt-button:hover,
header.pt-header-style-1 .pt-bottom-header.pt-header-sticky .pt-container-wrapper .pt-header-right .pt-header-icon .pt-btn-container .pt-button:focus {
    background-color: var(--white-color);
    color: var(--dark-color);
}


@media(max-width:1365px) {

    header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact {
        display: none;
    }
}

@media(max-width:1400px) {

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

@media(max-width:1299px) {

    header.pt-header-style-1 .pt-bottom-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: inherit;
        right: 100%;
    }

    header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-btn-container {
        display: none;
    }
}

@media(max-width:1199px) {

    header.pt-header-style-1 .pt-bottom-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: inherit;
        right: 100%;
    }
}

@media(max-width: 1099px) {

    header.pt-header-style-1 .pt-container-wrapper {
        padding: 15px 0;
        position: relative;
    }

    header.pt-header-style-1 .pt-bottom-header .pt-header-right {
        margin-left: auto;
    }

    header.pt-header-style-1 .pt-bottom-header .pt-middle-menu {
        order: 99;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--dark-color);
    }

    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-toggle-on>a.mega-menu-link,
    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        color: var(--white-color);
    }

    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        background-color: var(--primary-color);
    }

    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-dropdown>a.mega-menu-link>span.mega-indicator {
        display: inline-block;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
        font-weight: 400;
        vertical-align: middle;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before {
        display: none;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin-right: 0;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary {
        padding: 0px;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary::before {
        display: none;
    }

    header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn {
        display: none;
    }

}


@media(max-width: 767px) {

    header.pt-header-style-1 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    header.pt-header-style-1 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    header.pt-header-style-1 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        width: 35px;
        height: 3px;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        width: 35px;
    }

}

@media(max-width: 575px) {

    header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper {
        gap: 15px;
    }
}

@media(max-width: 479px) {

    header.pt-header-style-1 .pt-header-icon .pt-search-button {
        display: none;
    }
}

@media(max-width: 397px) {

    header.pt-header-style-1 .pt-header-icon .pt-shop-btn {
        display: none;
    }
}

/*++++++ Header Style 2 ++++++*/

header.pt-header-style-2 {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

header.pt-header-style-2 .pt-bottom-header {
    padding: 0 45px;
    background-color: var(--white-color);
}

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

header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    font-family: var(--title-fonts);
    font-weight: 400;
}

header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin-right: 15px;
    z-index: 1;
}

header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
    margin-right: 0;
}

header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    margin-right: 0;
    padding: 0 15px;
    transition: var(--transition);
}


header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before,
header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 35px;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: var(--transition);
}

header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before,
header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:before,
header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:before,
header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-toggle-on>a.mega-menu-link:before,
header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover:before,
header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before {
    width: 100%;
    left: 0;
}

header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-dropdown>a.mega-menu-link>span.mega-indicator {
    display: none;
}


/*++++++ Header Icon ++++++*/

header.pt-header-style-2 .pt-container-wrapper .pt-header-right .pt-header-icon {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0;
    margin: 0;
}


header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    background-color: var(--grey-color);
    color: var(--primary-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
}

header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact a span {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    font-family: var(--title-fonts);
    color: var(--dark-color);
}


@media(max-width:1365px) {

    header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact {
        display: none;
    }
}

@media(max-width:1400px) {

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

@media(max-width:1299px) {

    header.pt-header-style-2 .pt-bottom-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: inherit;
        right: 100%;
    }

    header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-btn-container {
        display: none;
    }
}

@media(max-width:1199px) {

    header.pt-header-style-2 .pt-bottom-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: inherit;
        right: 100%;
    }
}

@media(max-width: 1099px) {

    header.pt-header-style-2 .pt-container-wrapper {
        padding: 15px 0;
        position: relative;
    }

    header.pt-header-style-2 .pt-bottom-header .pt-header-right {
        margin-left: auto;
    }

    header.pt-header-style-2 .pt-bottom-header .pt-middle-menu {
        order: 99;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-toggle-on>a.mega-menu-link,
    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        color: var(--white-color);
    }

    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        background-color: var(--primary-color);
    }

    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-dropdown>a.mega-menu-link>span.mega-indicator {
        display: inline-block;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
        font-weight: 400;
        vertical-align: middle;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before {
        display: none;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin-right: 0;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary {
        padding: 0px;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary::before {
        display: none;
    }

    header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn {
        display: none;
    }

}


@media(max-width: 767px) {

    header.pt-header-style-2 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    header.pt-header-style-2 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    header.pt-header-style-2 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        width: 35px;
        height: 3px;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        width: 35px;
    }

}

@media(max-width: 575px) {

    header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper {
        gap: 15px;
    }
}

@media(max-width: 479px) {

    header.pt-header-style-2 .pt-header-icon .pt-search-button {
        display: none;
    }
}

@media(max-width: 397px) {

    header.pt-header-style-2 .pt-header-icon .pt-shop-btn {
        display: none;
    }
}

/*++++++ Header Style 3 ++++++*/

header.pt-header-style-3 {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

header.pt-header-style-3 .pt-bottom-header {
    padding: 0 45px;
    background-color: var(--white-color);
    border-bottom: 1px solid var(--light-black);
}

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

header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    font-family: var(--title-fonts);
    font-weight: 400;
}

header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin-right: 15px;
    z-index: 1;
}

header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
    margin-right: 0;
}

header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    margin-right: 0;
    padding: 0 15px;
    transition: var(--transition);
}


header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before,
header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 35px;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: var(--transition);
}

header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before,
header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:before,
header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:before,
header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-toggle-on>a.mega-menu-link:before,
header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover:before,
header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before {
    width: 100%;
    left: 0;
}

header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-dropdown>a.mega-menu-link>span.mega-indicator {
    display: none;
}


/*++++++ Header Icon ++++++*/

header.pt-header-style-3 .pt-container-wrapper .pt-header-right .pt-header-icon {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0;
    margin: 0;
}

header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    background-color: var(--grey-color);
    color: var(--primary-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
}

header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact a span {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    font-family: var(--title-fonts);
    color: var(--dark-color);
}


@media(max-width:1365px) {

    header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-header-contact {
        display: none;
    }
}

@media(max-width:1400px) {

    header.pt-header-style-3 .pt-bottom-header {
        padding: 0;
    }
}

@media(max-width:1299px) {

    header.pt-header-style-3 .pt-bottom-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: inherit;
        right: 100%;
    }

    header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-btn-container {
        display: none;
    }
}

@media(max-width:1199px) {

    header.pt-header-style-3 .pt-bottom-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: inherit;
        right: 100%;
    }
}

@media(max-width: 1099px) {

    header.pt-header-style-3 .pt-container-wrapper {
        padding: 15px 0;
        position: relative;
    }

    header.pt-header-style-3 .pt-bottom-header .pt-header-right {
        margin-left: auto;
    }

    header.pt-header-style-3 .pt-bottom-header .pt-middle-menu {
        order: 99;
    }

    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-toggle-on>a.mega-menu-link,
    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        color: var(--white-color);
    }

    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        background-color: var(--primary-color);
    }

    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-dropdown>a.mega-menu-link>span.mega-indicator {
        display: inline-block;
    }

    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
        font-weight: 400;
        vertical-align: middle;
    }

    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before {
        display: none;
    }

    header.pt-header-style-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin-right: 0;
    }

    header.pt-header-style-3 #mega-menu-wrap-primary {
        padding: 0px;
    }

    header.pt-header-style-3 #mega-menu-wrap-primary::before {
        display: none;
    }

    header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn {
        display: none;
    }

}


@media(max-width: 767px) {

    header.pt-header-style-3 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    header.pt-header-style-3 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    header.pt-header-style-3 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        width: 35px;
        height: 3px;
    }

    header.pt-header-style-3 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        width: 35px;
    }

}

@media(max-width: 575px) {

    header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper {
        gap: 15px;
    }
}

@media(max-width: 479px) {

    header.pt-header-style-3 .pt-header-icon .pt-search-button {
        display: none;
    }
}

@media(max-width: 397px) {

    header.pt-header-style-3 .pt-header-icon .pt-shop-btn {
        display: none;
    }
}


/*++++++ Header Style Landing ++++++*/

header.pt-header-landing {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

.pt-header-landing .pt-bottom-header {
    background-color: var(--white-color);
    border-bottom: 1px solid var(--light-white);
}

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

header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item {
    margin-right: 30px;
}

header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item:last-child {
    margin-right: 0;
}

header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link {
    color: var(--dark-color);
    font-family: var(--title-fonts);
    font-weight: 400;
    margin-right: 0;
    padding: 0 15px;
}

header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link:hover {
    color: var(--white-color);
}


header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 40px;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before,
header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:before,
header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:before,
header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-toggle-on>a.mega-menu-link:before,
header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link:hover:before {
    width: 100%;
    left: 0;
}

header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}

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

/*++++++ Mega Menu Toggle ++++++*/

#pt-header #mega-menu-wrap-landing  .mega-menu-toggle {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background-color: var(--primary-color);
    justify-content: center;
}

header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-blocks-right {
    justify-content: center;
}

header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box,
header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 35px;
}

header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner,
header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    transform-origin: center;
    transition: var(--transition);
}

header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    transform-origin: right;
    transition: var(--transition);
}

#mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
    transform: scaleX(0.7);
}

#mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
    transform: scaleX(1.5);
}

#mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    transform: scaleX(0.9);
}

#mega-menu-wrap-landing .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner {
    transform: scaleX(1);
}

#mega-menu-wrap-landing .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner::before {
    transform: scaleX(0.7);
}

#mega-menu-wrap-landing .mega-menu-toggle:hover .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    transform: scaleX(1);
}

#pt-header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-blocks-left,
#pt-header .pt-bottom-header #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-blocks-center {
    display: none;
}


@media(max-width: 379px) {
    #pt-header #mega-menu-wrap-landing  .mega-menu-toggle {
        width: 50px;
        height: 50px;
    }
}


@media(max-width:1299px) {

    header.pt-header-landing .pt-bottom-header #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: inherit;
        right: 100%;
    }

    header.pt-header-landing #mega-menu-wrap-landing .mega-menu-toggle {
        border-radius: 10px;
    }
}

@media(max-width: 1099px) {

    header.pt-header-landing .pt-bottom-header .pt-middle-menu {
        order: 99;
    }

    header.pt-header-landing .pt-bottom-header .pt-header-right {
        margin-left: auto;
    }

    header.pt-header-landing .pt-container-wrapper {
        padding: 15px 0;
        position: relative;
    }

    header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link:hover {
        color: var(--white-color);
    }

    header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item {
        margin-right: 0;
    }

    header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link:before {
        display: none;
    }

}


@media(max-width: 782px) {

    .admin-bar header.pt-header-landing {
        top: 46px;
    }
}

@media(max-width: 767px) {

    header.pt-header-landing #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    header.pt-header-landing #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    header.pt-header-landing #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 35px;
        height: 3px;
    }

    header.pt-header-landing #mega-menu-wrap-landing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
        width: 35px;
    }

    header.pt-header-landing #mega-menu-wrap-landing .mega-menu-toggle {
        border-radius: 10px;
        padding: 10px 0px;
        height: inherit;
    }
}

@media(max-width: 575px) {
    header.pt-header-landing .pt-bottom-header .pt-header-right .pt-header-icon .pt-btn-container{
        display: none;
    }

}


/*+++++++++ Header Top Bar +++++++++*/

header#pt-header .pt-top-header {
    background: var(--dark-color);
    padding: 0;
}

header#pt-header .pt-top-header .top-header-row {
    display: flex;
    justify-content: space-between;
}

header#pt-header .pt-top-header .top-header-row.social-left {
    flex-direction: row-reverse;
}

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

/*++++ Header Contact ++++*/

header#pt-header .pt-top-header .pt-header-contact ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

header#pt-header .pt-top-header .pt-header-contact ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
    float: left;
    padding: 10px 0;
    font-size: 16px;
}

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 .pt-icon {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: var(--light-white);
    text-align: center;
    color: var(--white-color);
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

header#pt-header .pt-top-header .pt-header-contact ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
    float: left;
    padding: 10px 0;
    font-size: 16px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
    font-size: 16px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a i {
    font-size: 16px;
    line-height: 1;
}

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

header#pt-header .pt-top-header .pt-header-contact ul li svg {
    width: 18px;
    height: 18px;
}



/*++++ Header Social ++++*/

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;
    display: flex;
}

header#pt-header .pt-top-header .pt-header-social ul li {
    list-style: none;
    display: inline-block;
    float: left;
}

header#pt-header .pt-top-header .pt-header-social ul li a {
    width: 56px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    border-left: 1px solid var(--light-white);
    color: var(--white-color);
}

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

header#pt-header .pt-top-header .pt-header-social ul li:last-child a {
    border-right: 1px solid var(--light-white);
}

header#pt-header .pt-top-header .pt-header-social ul li a svg {
    width: 16px;
    height: 16px;
}

header#pt-header .pt-top-header .pt-header-social ul li a svg path {
    fill: var(--white-color);
    stroke: var(--white-color);
    transition: var(--transition);
}

header#pt-header .pt-top-header .pt-header-social ul li a:hover svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}


@media(max-width:767px) {

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

/*+++++++++ Header Style-3 Top Bar  +++++++++*/

header#pt-header.pt-header-style-3 .pt-top-header {
    padding: 0 45px;
    background: var(--primary-color);
}

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


@media(max-width:1400px) {

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


/* ################################# */

/* Breadcrum */

/* ################################# */


.pt-breadcrumb-style-1 {
    padding: 130px 0 20%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-color: var(--dark-color);
}

.pt-breadcrumb-style-1::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(http://192.168.1.166/myproject/production/WP/touris/wp-content/uploads/2024/08/section-bottom-bg-scaled-e1724484047200.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}


.pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
    font-size: 56px;
    line-height: 64px;
    color: var(--white-color);
    text-align: center;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
    text-align: center;
    background-color: var(--white-color);
    display: inline-block;
    padding: 10px 20px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    position: relative;
}

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

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li.active {
    color: var(--dark-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li.active+li {
    color: var(--dark-color);
}

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

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a i {
    margin-right: 5px;
}

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

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e649";
    font-size: 12px;
    font-family: "themify";
    padding-right: 0;
    color: var(--primary-color);
    float: none;
}

@media(max-width:1023px) {

    .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

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

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



/* ################################# */

/* Banner */

/* ################################# */

/*===== Banner 01 =====*/


.pt-banner-h1 .pt-section-title {
    padding: 0;
}

.pt-banner-h1 .pt-section-title .pt-section-main-title {
    font-size: 180px;
    line-height: 188px;
    color: var(--white-color);
    text-transform: none;
}

.pt-banner-h1 .pt-section-title .pt-section-main-title .word .char {
    display: inline-block;
}

@media(max-width:1699px) {
    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 160px;
        line-height: 168px;
        color: var(--white-color);
    }
    
    .pt-banner-h1-image img {
        height: 980px;
        width: auto;
        object-fit: cover;
    }
}

@media (max-width: 1499px ) {
    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 150px;
        line-height: 158px;
    }

    .pt-banner-h1-image img {
        height: 900px;
    }
}

@media(max-width: 1279px) {
    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 130px;
        line-height: 128px;
    }

    .pt-banner-h1-image img {
        height: 800px;
    }
}

@media(max-width: 1023px) {
    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 110px;
        line-height: 118px;
    }

    .pt-banner-h1-image img {
        height: 750px;
    }
}

@media(max-width: 979px) {
    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 100px;
        line-height: 108px;
    }

    .pt-banner-h1-image img {
        height: 700px;
    }
}

@media(max-width: 767px) {
    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 75px;
        line-height: 83px;
    }

}

@media(max-width: 575px) {

    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 56px;
        line-height: 64px;
    }
}

@media(max-width: 479px) {

    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 48px;
        line-height: 56px;
    }
}

@media(max-width: 397px) {

    .pt-banner-h1 .pt-section-title .pt-section-main-title {
        font-size: 44px;
        line-height: 52px;
    }
}



/*===== Banner 02 =====*/

.pt-banner-h2 .pt-section-title {
    max-width: 800px;
}

.pt-banner-h2 .pt-section-title .pt-section-main-title {
    font-size: 80px;
    line-height: 88px;
    color: var(--white-color);
}

.pt-banner-h2 .pt-section-title .pt-section-description {
    color: var(--white-color);
}

@media (max-width: 1023px) {

    .pt-banner-h2 .pt-section-title {
        max-width: 650px;
    }

    .pt-banner-h2 .pt-section-title .pt-section-main-title {
        font-size: 64px;
        line-height: 72px;
    }
}

@media (max-width: 767px) {

    .pt-banner-h2 .pt-section-title {
        max-width: 650px;
    }

    .pt-banner-h2 .pt-section-title .pt-section-main-title {
        font-size: 56px;
        line-height: 64px;
        max-width: 580px;
    }

    .pt-banner-h2 .pt-section-title .pt-section-description {
        display: none;
    }

}

@media (max-width: 479px) {

    .pt-banner-h2 .pt-section-title .pt-section-main-title {
        font-size: 48px;
        line-height: 56px;
        max-width: 510px;
    }
}


/*===== Banner 03 =====*/

.pt-banner-h3 .pt-section-title {
    margin-bottom: 0;
    padding: 0;
}

.pt-banner-h3 .pt-section-title .pt-section-main-title {
    font-size: 170px;
    line-height: 178px;
}

.pt-banner-h3-image img {
    object-fit: cover;
    margin-top: -290PX;
}

@media (max-width: 1699px) {
    .pt-banner-h3-image img {
        height: 800px;
        margin-top: -275px;
    }

    .pt-banner-h3 .pt-section-title .pt-section-main-title {
        font-size: 150px;
        line-height: 158px;
    }

}

@media (max-width: 1499px) {
    .pt-banner-h3-image img {
        height: 700px;
        margin-top: -260px;
    }

    .pt-banner-h3 .pt-section-title .pt-section-main-title {
        font-size: 130px;
        line-height: 138px;
    }
}

@media (max-width: 1023px) {

    .pt-banner-h3 .pt-section-title .pt-section-main-title {
        font-size: 120px;
        line-height: 128px;
    }

    .pt-banner-h3-image img {
        height: 700px;
        margin-top: -250px;
    }

}


@media (max-width: 767px) {

    .pt-banner-h3 .pt-section-title .pt-section-main-title {
        font-size: 100px;
        line-height: 108px;
    }

    .pt-banner-h3-image img {
        height: 650px;
        margin-top: -210px;

    }

}

@media (max-width: 575px) {

    .pt-banner-h3 .pt-section-title .pt-section-main-title {
        font-size: 90px;
        line-height: 98px;
    }

    .pt-banner-h3-image img {
        margin-top: -170px;
        height: 630px;
    }

}

@media (max-width: 479px) {

    .pt-banner-h3 .pt-section-title .pt-section-main-title {
        font-size: 75px;
        line-height: 83px;
    }
}

@media (max-width: 397px) {

    .pt-banner-h3 .pt-section-title .pt-section-main-title {
        font-size: 60px;
        line-height: 68px;
    }

    .pt-banner-h3-image img {
        margin-top: -120px;
        height: 590px;
    }
}



/* ################################# */

/* Footer */

/* ################################# */


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

footer#pt-footer {
    overflow: hidden;
}

footer#pt-footer .pt-footer-style-1 {
    background: var(--dark-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top {
    padding: 75px 0 0;
    position: relative;
}


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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget {
    display: grid;
    grid-template-columns: 1fr;
    gap: 75px;
    position: relative;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-1 .widget .wp-block-group .wp-block-group__inner-container {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;

}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-1 .widget .wp-block-heading {
    font-family: var(--title-fonts);
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-2 {
    padding: 20px 0;
    border-width: 1px 0 1px 0;
    border-color: var(--light-white);
    border-style: solid;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-2 .widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



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

.pt-instagram-box-list {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 15px;
}

.pt-instagram-box.pt-style-1 {
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    z-index: 1;
}

.pt-instagram-box.pt-style-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.pt-instagram-box.pt-style-1:hover:before,
.pt-instagram-box.pt-style-1.pt-active:before {
    opacity: 0.85;
}

.pt-instagram-box.pt-style-1 img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-instagram-box.pt-style-1 i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: var(--white-color);
    font-size: 32px;
    line-height: 1;
    transition: var(--transition);
}

.pt-instagram-box.pt-style-1:hover i,
.pt-instagram-box.pt-style-1.pt-active i {
    transform: translate(-50%, -50%) scale(1);
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

/*===== Footer widget Title =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .footer-title {
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 0;
    font-size: 24px;
    position: relative;
    line-height: 32px;
    color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .widgettitle {
    margin-top: 40px;
    font-size: 24px;
    position: relative;
    line-height: 32px;
    color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget p {
    margin-top: 15px;
}

/*===== Footer widget ul & li =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu li:last-child {
    margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu li a {
    color: var(--white-color);
    padding: 0;
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu li a::before {
    display: none;
    ;
}


/*===== Footer Logo =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-logo {
    height: 50px;
    margin-bottom: 20px;
    width: auto;
}


footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-logo~p {
    margin-bottom: 0;
    color: var(--white-color);
}

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

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-social ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-social ul li a {
    color: var(--white-color);
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 0;
}

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

/*===== Useful Link =====*/

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul#menu-useful-links li {
    margin-bottom: 15px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul#menu-useful-links li:last-child {
    margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul#menu-useful-links li a {
    padding: 0 0 0 20px;
    display: inline-block;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul#menu-useful-links li a:hover {
    padding: 0 0 0 25px;
}

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

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li:last-child {
    margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li span {
    position: relative;
    border: none;
    display: block;
    width: 100%;
    color: var(--white-color);
    grid-column: 2;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li a {
    grid-column: 2;
    padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li {
    color: var(--white-color);
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 0 15px;
    padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li svg {
    width: 22px;
    height: 20px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.pt-contact li svg path {
    fill: var(--white-color);
}


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


footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe p {
    display: none;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from {
    margin-top: 30px;
    max-width: 430px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields {
    display: inline-block;
    width: 100%;
    position: relative;
    color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields input,
input.form-control {
    background: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from input.submit {
    background: var(--primary-color);
    border: transparent;
    font-size: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields svg {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 9;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields svg path {
    fill: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-form-fields .pt-radio-button {
    margin-bottom: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from .mc4wp-response {
    display: none;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from input[type="radio"],
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-subscribe-from input[type="checkbox"] {
    width: auto;
    height: auto;
    float: none;
    margin-right: 5px;
}

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

.pt-footer-style-1 .pt-footer-top .pt-footer-floating-media-left {
    position: absolute;
    left: 75px;
    top: 60px;
}

.pt-footer-style-1 .pt-footer-top .pt-footer-floating-media-left img {
    width: 60px;
}

.pt-footer-style-1 .pt-footer-top .pt-footer-floating-media-right {
    position: absolute;
    right: 60px;
    bottom: 130px;
}

.pt-footer-style-1 .pt-footer-top .pt-footer-floating-media-right img {
    width: 150px;
}

@media(max-width:1499px) {
    .pt-footer-style-1 .pt-footer-top .parallax {
        display: none;
    }
}


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

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
    background: var(--dark-color);
    padding: 0;
    position: relative;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

@media (max-width: 1023px) {

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

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

    .pt-instagram-box-list {
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .pt-instagram-box-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-2 .widget {
        align-items: start;
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu {
        gap: 5px;
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-2 .widget {
        flex-direction: column;
        gap: 30px;
    }

    .pt-instagram-box.pt-style-1 i {
        font-size: 24px;
    }
}

/* ################################# */

/* Icon Box */

/* ################################# */

/*===== Icon Box Style - 1 =====*/


.pt-icon-box-1-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 0;
}

.pt-icon-box.pt-style-1 {
    text-align: center;
    width: calc(100% / 3);
    padding: 0 30px;
}

.pt-icon-box.pt-style-1 .pt-icon-box-icon {
    width: 100px;
    height: 100px;
    background-color: var(--white-color);
    border-radius: 900px;
    -moz-border-radius: 900px;
    -webkit-border-radius: 900px;
    font-size: 64px;
    line-height: 100px;
    color: var(--primary-color);
    text-align: center;
    display: inline-block;
}

.pt-icon-box.pt-style-1 .pt-icon-box-title {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--title-fonts);
    color: var(--white-color);
    margin-top: 15px;
}

@media (max-width: 767px) {
    .pt-icon-box.pt-style-1 {
        width: auto;
    }
}



/* ################################# */

/* Destination Box*/

/* ################################# */

/*===== Destination Box Style - 1 =====*/

.pt-destination-box.pt-style-1 {
    position: relative;
    padding: 30px;
    background-color: var(--grey-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-1 .pt-destination-box-media {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-1 .pt-destination-box-media .pt-destination-box-img {
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-1 .pt-destination-box-media .pt-destination-box-img img {
    transition: var(--transition);
    aspect-ratio: 5/3;
    object-fit: cover;
}

.pt-destination-box.pt-style-1:hover .pt-destination-box-media .pt-destination-box-img img {
    scale: 1.1;
}

.pt-destination-box.pt-style-1 .pt-destination-box-media .pt-destination-discount-off {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    position: absolute;
    top: 15px;
    left: 15px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-1 .pt-destination-box-media .pt-destination-box-price {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-1 .pt-destination-box-media .pt-destination-box-price .currency_amount+.pt-destination-price-discount  {
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
}

.pt-destination-box.pt-style-1 .pt-destination-box-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
}

.pt-destination-box.pt-style-1 .pt-destination-box-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--light-black);
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.pt-destination-box.pt-style-1 .pt-destination-box-bottom .pt-destination-box-icon {
    font-size: 40px;
    line-height: 1;
    height: 40px;
    color: var(--primary-color);
}

.pt-destination-box.pt-style-1 .pt-destination-box-bottom .pt-destination-box-duration {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--body-fonts);
}

.pt-destination-box.pt-style-1 .pt-destination-box-bottom .pt-destination-box-rating {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 5px;
}

.pt-destination-box.pt-style-1 .pt-destination-box-bottom .pt-destination-box-rating i {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFC107;
}

.pt-bg-dark .pt-destination-box-slider.pt-style-1 .owl-carousel .owl-nav button:hover,
.pt-bg-dark .pt-destination-box-slider.pt-style-1 .owl-carousel .owl-nav button:focus {
    background-color: var(--white-color);
    color: var(--dark-color);
}

@media (max-width: 479px) {
    .pt-destination-box.pt-style-1 {
        padding: 30px 15px;
    }
}


/*===== Destination Box Style - 2 =====*/

.pt-destination-box.pt-style-2 {
    position: relative;
    padding: 30px;
    background-color: var(--grey-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-2 .pt-destination-box-media {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-2 .pt-destination-box-media .pt-destination-box-img {
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-2 .pt-destination-box-media .pt-destination-box-img img {
    transition: var(--transition);
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.pt-destination-box.pt-style-2:hover .pt-destination-box-media .pt-destination-box-img img {
    scale: 1.1;
}

.pt-destination-box.pt-style-2 .pt-destination-box-media .pt-destination-discount-off {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    position: absolute;
    top: 15px;
    left: 15px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-2 .pt-destination-box-media .pt-destination-box-price {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-destination-box.pt-style-2 .pt-destination-box-media .pt-destination-box-price .currency_amount+.pt-destination-price-discount  {
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
}

.pt-destination-box.pt-style-2 .pt-destination-box-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
}

.pt-destination-box.pt-style-2 .pt-destination-box-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--light-black);
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.pt-destination-box.pt-style-2 .pt-destination-box-bottom .pt-destination-box-icon {
    font-size: 40px;
    line-height: 1;
    height: 50px;
    color: var(--primary-color);
}

.pt-destination-box.pt-style-2 .pt-destination-box-bottom .pt-destination-box-duration {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--body-fonts);
    font-weight: 400;
}

.pt-destination-box.pt-style-2 .pt-destination-box-bottom .pt-destination-box-rating {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 5px;
}

.pt-destination-box.pt-style-2 .pt-destination-box-bottom .pt-destination-box-rating i {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFC107;
}

.pt-destination-box-slider.pt-style-2 .owl-nav {
    justify-content: start;
    top: inherit;
    left: calc(-100% - 30px);
    bottom: 0;
    gap: 15px;
    transform: none;
}

.pt-destination-box-slider.pt-style-2 .owl-nav button.owl-next,
.pt-destination-box-slider.pt-style-2 .owl-nav button.owl-prev {
    margin: 0;
}

@media (max-width: 1023px) {

    .pt-destination-box-slider.pt-style-2 .owl-nav {
        left: calc(-50% - 30px);
    }
}

@media (max-width: 767px) {
    .pt-destination-box-slider.pt-style-2 .owl-nav {
        left: 0;
        position: relative;
        margin-top: 30px;
    }
}

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

    .pt-destination-box.pt-style-2 .pt-destination-box-bottom {
        margin-top: 15px;
        padding-top: 15px;
    }

    .pt-destination-box.pt-style-2 .pt-destination-box-media .pt-destination-box-price {
        font-size: 18px;
        line-height: 26px;
    }

    .pt-destination-box.pt-style-2 .pt-destination-box-bottom .pt-destination-box-rating {
        flex-direction: column;
    }
}



/* ################################# */

/* Tour Box*/

/* ################################# */

/*===== Tour Box Style - 1 =====*/

.pt-tour-box-slider.pt-style-1 .owl-carousel .owl-item:nth-child(odd) {
    margin-top: 60px;
}

.pt-tour-box.pt-style-1 {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-tour-box.pt-style-1 .pt-tour-box-media::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #ffffff00 40%, #182a40e6 70%);
    z-index: 1;
}

.pt-tour-box.pt-style-1 .pt-tour-box-media .pt-tour-box-img {
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-tour-box.pt-style-1 .pt-tour-box-media .pt-tour-box-img img {
    transition: var(--transition);
}

.pt-tour-box.pt-style-1:hover .pt-tour-box-media .pt-tour-box-img img {
    scale: 1.1;
}

.pt-tour-box.pt-style-1 .pt-tour-box-media .pt-destination-discount-off {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    position: absolute;
    left: 15px;
    top: 30px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-tour-box.pt-style-1 .pt-tour-box-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    z-index: 2;
}

.pt-tour-box.pt-style-1 .pt-tour-box-bottom .pt-tour-box-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
    flex-basis: 100%;
}

.pt-tour-box.pt-style-1 .pt-tour-box-bottom .pt-total-tour {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
}

.pt-tour-box.pt-style-1 .pt-tour-box-bottom .pt-tour-box-price {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: none;
}

.pt-tour-box.pt-style-1 .pt-tour-box-bottom .pt-tour-box-rating {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 5px;
}

.pt-tour-box.pt-style-1 .pt-tour-box-bottom .pt-tour-box-rating i {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFC107;
}

.pt-tour-box.pt-style-1 .pt-tour-box-bottom .pt-tour-box-review {
    color: var(--white-color);
}

@media (max-width: 1023px) {
    .pt-tour-box-slider.pt-style-1 .owl-carousel .owl-item:nth-child(odd) {
        margin-top: 0;
    }

    .pt-tour-box-slider.pt-style-1 .owl-nav {
        position: relative;
        justify-content: center;
        transform: translate(0, 0);
        margin-top: 30px;
    }
}

@media (max-width: 479px) {

    .pt-tour-box.pt-style-1 .pt-tour-box-bottom .pt-tour-box-rating {
        flex-direction: column;
    }
}


/*===== Tour Box Style - 2 =====*/

.pt-tour-box-list.pt-style-2 {
    display: grid;
    grid-template-columns: 4fr 3fr 3fr;
    gap: 30px;
}

.pt-tour-box.pt-style-2:nth-child(1) {
    grid-row: 1 / span 2;
}

.pt-tour-box.pt-style-2:nth-child(4) {
    grid-column: 2 / span 2;
}

.pt-tour-box.pt-style-2 {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-tour-box.pt-style-2 .pt-tour-box-media::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #ffffff00 40%, #182a40e6 70%);
    z-index: 1;
}

.pt-tour-box.pt-style-2 .pt-tour-box-media .pt-tour-box-img {
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-tour-box.pt-style-2 .pt-tour-box-media .pt-tour-box-img img {
    transition: var(--transition);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-tour-box.pt-style-2:hover .pt-tour-box-media .pt-tour-box-img img {
    scale: 1.1;
}


.pt-tour-box.pt-style-2:nth-child(1) .pt-tour-box-media {
    height: 100%;
}

.pt-tour-box.pt-style-2:nth-child(1) .pt-tour-box-media>div {
    height: 100%;
}

.pt-tour-box.pt-style-2:nth-child(1n+2) .pt-tour-box-media img,
.pt-tour-box.pt-style-2:nth-child(1n+3) .pt-tour-box-media img {
    aspect-ratio: 1 / 1;
}

.pt-tour-box.pt-style-2:nth-child(1n+4) .pt-tour-box-media img {
    aspect-ratio: 2 / 1;
}

.pt-tour-box.pt-style-2 .pt-tour-box-media .pt-destination-discount-off {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    position: absolute;
    left: 15px;
    top: 30px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-tour-box.pt-style-2 .pt-tour-box-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    z-index: 2;
}

.pt-tour-box.pt-style-2 .pt-tour-box-bottom .pt-tour-box-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
    flex-basis: 100%;
}


.pt-tour-box.pt-style-2 .pt-tour-box-bottom .pt-total-tour {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
}

.pt-tour-box.pt-style-2 .pt-tour-box-bottom .pt-tour-box-price {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: none;
}

.pt-tour-box.pt-style-2 .pt-tour-box-bottom .pt-tour-box-rating {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 5px;
}

.pt-tour-box.pt-style-2 .pt-tour-box-bottom .pt-tour-box-rating i {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFC107;
}

.pt-tour-box.pt-style-2 .pt-tour-box-bottom .pt-tour-box-review {
    color: var(--white-color);
}

@media (max-width: 1023px) {

    .pt-tour-box-list.pt-style-2 {
        grid-template-columns: 3fr 3fr;
    }

    .pt-tour-box.pt-style-2:nth-child(1n+2) .pt-tour-box-media img,
    .pt-tour-box.pt-style-2:nth-child(1n+3) .pt-tour-box-media img {
        aspect-ratio: initial;
    }

    .pt-tour-box.pt-style-2:nth-child(1n+4) .pt-tour-box-media img {
        aspect-ratio: initial;
    }

    .pt-tour-box.pt-style-2:nth-child(1) {
        grid-row: initial;
    }

    .pt-tour-box.pt-style-2:nth-child(4) {
        grid-column: initial;
    }

}

@media (max-width: 767px) {

    .pt-tour-box-list.pt-style-2 {
        grid-template-columns: 3fr;
    }
}

@media (max-width: 479px) {

    .pt-tour-box.pt-style-2 .pt-tour-box-bottom .pt-tour-box-rating {
        flex-direction: column;
    }
}

/*===== Tour Box Style - 3 =====*/

.pt-tour-box-slider.pt-style-3 .owl-carousel .owl-item:nth-child(odd) {
    margin-top: 60px;
}

.pt-tour-box.pt-style-3 {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-color: var(--grey-color);
}

.pt-tour-box.pt-style-3 .pt-tour-box-media .pt-tour-box-img {
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pt-tour-box.pt-style-3 .pt-tour-box-media .pt-tour-box-img img {
    transition: var(--transition);
    aspect-ratio: 5/4;
    object-fit: cover;
}

.pt-tour-box.pt-style-3:hover .pt-tour-box-media .pt-tour-box-img img {
    scale: 1.1;
}

.pt-tour-box.pt-style-3 .pt-tour-box-media .pt-destination-discount-off {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    position: absolute;
    left: 15px;
    top: 30px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    display: none;
}

.pt-tour-box.pt-style-3 .pt-tour-box-bottom {
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
}

.pt-tour-box.pt-style-3 .pt-tour-box-bottom .pt-tour-box-title {
    font-size: 24px;
    line-height: 32px;
    flex-basis: 100%;
}

.pt-tour-box.pt-style-3 .pt-tour-box-bottom .pt-total-tour {
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-color);
}

.pt-tour-box.pt-style-3 .pt-tour-box-bottom .pt-tour-box-price {
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-color);
    font-family: var(--title-fonts);
    display: none;
}

.pt-tour-box.pt-style-3 .pt-tour-box-bottom .pt-tour-box-rating {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 5px;
}

.pt-tour-box.pt-style-3 .pt-tour-box-bottom .pt-tour-box-rating i {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFC107;
}


@media (max-width: 1023px) {
    .pt-tour-box-slider.pt-style-3 .owl-carousel .owl-item:nth-child(odd) {
        margin-top: 0;
    }
}


@media (max-width: 479px) {
    
    .pt-tour-box.pt-style-3 .pt-tour-box-bottom .pt-tour-box-rating {
        flex-direction: column;
    }

}


/*===== Tour Box Style - 4 =====*/

.pt-tour-box-list.pt-style-4 {
    max-width: 380px;
    height: 600px;
    overflow-y: auto;
    padding-left: 60px;
    direction: rtl;
}

.pt-tour-box-list.pt-style-4::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
}

.pt-tour-box-list.pt-style-4::-webkit-scrollbar-track {
    background-color: var(--grey-color);
    border-radius: 6px;
    margin: 120px 0;
}

.pt-tour-box-list.pt-style-4::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 6px;
}

.pt-tour-box.pt-style-4 {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    margin-bottom: 30px;
    direction: ltr;
}


.pt-tour-box.pt-style-4:last-child {
    margin-bottom: 0;
}

.pt-tour-box.pt-style-4 .pt-tour-box-media::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #ffffff00 50%, #182a40e6 80%);
    z-index: 1;
}

.pt-tour-box.pt-style-4 .pt-tour-box-media .pt-tour-box-img {
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-tour-box.pt-style-4 .pt-tour-box-media .pt-tour-box-img img {
    transition: var(--transition);
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

.pt-tour-box.pt-style-4:hover .pt-tour-box-media .pt-tour-box-img img {
    scale: 1.1;
}

.pt-tour-box.pt-style-4 .pt-tour-box-media .pt-destination-discount-off {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    position: absolute;
    left: 15px;
    top: 30px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-tour-box.pt-style-4 .pt-tour-box-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    z-index: 2;
}

.pt-tour-box.pt-style-4 .pt-tour-box-bottom .pt-tour-box-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
    flex-basis: 100%;
}

.pt-tour-box.pt-style-4 .pt-tour-box-bottom .pt-total-tour {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
}

.pt-tour-box.pt-style-4 .pt-tour-box-bottom .pt-tour-box-price {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: none;
}

.pt-tour-box.pt-style-4 .pt-tour-box-bottom .pt-tour-box-rating {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 5px;
}

.pt-tour-box.pt-style-4 .pt-tour-box-bottom .pt-tour-box-rating i {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFC107;
}

.pt-tour-box.pt-style-4 .pt-tour-box-bottom .pt-tour-box-review {
    color: var(--white-color);
}

@media (max-width: 767px) {
    .pt-tour-box-list.pt-style-4 {
        max-width: 450px;
        padding-left: 45px;
    }
}

@media (max-width: 575px) {
    .pt-tour-box-list.pt-style-4 {
        padding-left: 30px;
        height: 550px;
    }
}

@media (max-width: 479px) {
    .pt-tour-box.pt-style-4 .pt-tour-box-bottom .pt-tour-box-rating {
        flex-direction: column;
    }
}

@media (max-width: 397px) {
    .pt-tour-box-list.pt-style-4 {
        padding-left: 15px;
        height: 500px;
    }
}

/* ################################# */

/* OWL Carousel */

/* ################################# */

.owl-carousel .owl-nav.disabled {
    display: none;
}

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

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

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

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

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

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

/*++++++++++++++++ Dots +++++++++++*/

.owl-carousel .owl-dots.disabled {
    display: none;
}

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

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 15px;
    width: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

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

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

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


/* ################################# */

/* Image corousel */

/* ################################# */

/* Image corousel */

.pt-img-corousel-slider-1 .owl-carousel .owl-item {
    scale: 0.8;
    transition: var(--transition);
}

.pt-img-corousel-slider-1 .owl-carousel .owl-item.active+.owl-item.active {
    scale: 1;
    transition: var(--transition);
}

.pt-img-corousel-slider-1 .owl-carousel .owl-item.active ~ .owl-item.active+.owl-item.active {
    scale: 0.8;
}

.pt-img-corousel-slider-1 .owl-nav {
    width: 33.33%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pt-img-corousel-slider-1 .owl-carousel .owl-nav button.owl-prev {
    margin-left: -28px;
}

.pt-img-corousel-slider-1 .owl-carousel .owl-nav button.owl-next {
    margin-right: -28px;
}

.pt-img-corousel.pt-style-1 img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

@media (max-width: 1023px) {
    .pt-img-corousel-slider-1 .owl-carousel .owl-item {
        scale: 1;
    }

    .pt-img-corousel-slider-1 .owl-nav {
        position: relative;
        justify-content: center;
        transform: translate(-50%, 0);
        margin-top: 30px;
    }
}


/* ################################# */

/* Pricing Plan */

/* ################################# */

.pt-price-box.pt-style-1 {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr 3fr 1fr;
    gap: 60px;
    padding: 45px 30px;
    border-top: 1px solid var(--light-black);
    align-items: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.pt-price-box.pt-style-1:last-child {
    border-bottom: 1px solid var(--light-black);
}

.pt-price-box.pt-style-1.pt-active {
    background-color: var(--primary-color);
}

.pt-price-box.pt-style-1 .pt-price-box-icon {
    font-size: 72px;
    line-height: 1;
    color: var(--primary-color);
    transition: var(--transition);
}

.pt-price-box.pt-style-1.pt-active .pt-price-box-icon {
    color: var(--white-color);
}

.pt-price-box.pt-style-1 .price {
    font-size: 40px;
    line-height: 48px;
    color: var(--dark-color);
    transition: var(--transition);
}

.pt-price-box.pt-style-1.pt-active .price {
    color: var(--white-color)
}

.pt-price-box.pt-style-1 .price .pt-price-duration {
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-color);
    display: block;
    transition: var(--transition);
}

.pt-price-box.pt-style-1.pt-active .price .pt-price-duration {
    color: var(--white-color);
}

.pt-price-box.pt-style-1 .pt-price-box-contain .pt-price-title {
    font-size: 24px;
    line-height: 32px;
    transition: var(--transition);
}

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

.pt-price-box.pt-style-1 .pt-price-box-contain .pt-price-box-description {
    margin-bottom: 0;
    margin-top: 5px;
    transition: var(--transition);
}

.pt-price-box.pt-style-1.pt-active .pt-price-box-contain .pt-price-box-description {
    color: var(--white-color);
}

.pt-price-box.pt-style-1 .pt-list-info {
    margin: 0;
    padding: 0;
}

.pt-price-box.pt-style-1 .pt-list-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}

.pt-price-box.pt-style-1 .pt-list-info li i {
    color: var(--primary-color);
    transition: var(--transition);
}

.pt-price-box.pt-style-1.pt-active .pt-list-info li i {
    color: var(--white-color);
}

.pt-price-box.pt-style-1.pt-active .pt-list-info li {
    color: var(--white-color);
}

.pt-price-box.pt-style-1 .pt-icon-button a {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.pt-price-box.pt-style-1.pt-active .pt-icon-button a {
    background-color: var(--white-color);
    color: var(--primary-color);
}

@media (max-width: 1199px) {
    .pt-price-box-1-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .pt-price-box.pt-style-1 {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 30px;
    }

    .pt-price-box.pt-style-1 .pt-icon-button {
        margin-left: 0;
        margin-top: 15px;
    }

    .pt-price-box.pt-style-1 {
        border: 1px solid var(--primary-color);
    }
}

@media (max-width: 1023px) {
    .pt-price-box-1-list {
        grid-template-columns: 1fr 1fr;
    }

    .pt-price-box.pt-style-1:nth-child(3) {
        grid-column: 1 / span 2;
    }
}

@media (max-width: 767px) {
    .pt-price-box-1-list {
        grid-template-columns: 1fr;
    }

    .pt-price-box.pt-style-1:nth-child(3) {
        grid-row: inherit;
        grid-column: inherit;
    }
}



/* ################################# */

/* Popup Animation  */

/* ################################# */

.pt-popup-animation.pt-style-1 .pt-popup-inner {
    width: 130px;
    height: 130px;
    position: relative;
    background: var(--primary-color);
    padding: 0;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    overflow: hidden;
    z-index: 1;
}

.pt-popup-animation.pt-style-1 a {
    color: var(--white-color);
    display: block;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    position: relative;
}

.pt-popup-animation.pt-style-1 a:hover::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 126px;
    height: 126px;
    border-radius: 100%;
    border: 2px dashed var(--white-color);
    animation: spin 2s linear infinite;
    animation-delay: 1s;
    z-index: 0;
}

.pt-popup-animation.pt-style-1 a:hover::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 126px;
    height: 126px;
    border-radius: 100%;
    border: 2px dashed var(--white-color);
    animation: spin 2s linear infinite;
    z-index: 0;
}


@keyframes spin {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;

    }

    100% {
        transform: scale(1.5) rotate(90deg);
        opacity: 0;
    }
}

.pt-popup-animation.pt-style-1 .pt-popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--title-fonts);
    color: var(--white-color);
    text-align: center;
    z-index: 9;
}

.pt-popup-animation.pt-style-1 .pt-popup-content i {
    font-size: 24px;
    line-height: 1;
}

.pt-popup-animation.pt-style-1 .pt-popup-content span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.pt-popup-animation.pt-style-1 img {
    -webkit-animation: text-animatio 10s linear infinite;
    -moz-animation: text-animatio 10s linear infinite;
    animation: text-animatio 10s linear infinite;
    position: absolute;
    left: 12px;
    top: 12px;
    transition: var(--transition);
    width: 156px;

}

.pt-popup-animation.pt-style-1:hover img {
    scale: 1.12;
}

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

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

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

@-moz-keyframes text-animation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes text-animatio {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes text-animatio {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@media (max-width:767px) {

    .pt-popup-animation.pt-style-1 .pt-popup-inner {
        width: 110px;
        height: 110px;
    }

    .pt-popup-animation.pt-style-1 a:hover::after {
        width: 106px;
        height: 106px;
    }

    .pt-popup-animation.pt-style-1 a:hover::before {
        width: 106px;
        height: 106px;
    }

}



/* ################################# */

/* Testimonial */

/* ################################# */

/* testimonial box style-1 */

.pt-testimonial-box-slider-1 {
    margin-right: calc((-100vw + 1376px) / 2);
    /* cursor: url('http://192.168.1.166/myproject/production/WP/touris/wp-content/uploads/2024/10/mouse_cursor.webp'), auto; */
}

.pt-testimonial-box-slider-1 .owl-stage-outer{
    cursor: url('http://192.168.1.166/myproject/production/WP/touris/wp-content/uploads/2024/10/mouse_cursor.webp'), auto;
}

.pt-testimonial-box.pt-style-1 {
    padding-right: 45px;
    border-right: 1px solid var(--light-white);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-box-comment {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-description {
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--white-color);
}

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

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-img img {
    width: 85px;
    height: 85px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-name {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-designation {
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 5px;
}

@media (max-width: 1399px) {
    .pt-testimonial-box-slider-1 {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    
    .pt-testimonial-box.pt-style-1 {
        padding-right: 0;
        border-right: none;
    }

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

@media (max-width: 479px) {

    .pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-img img {
        width: 70px;
        height: 70px;
    }
}
 
/* testimonial box style-2 */


.pt-testimonial-box-slider-2 .pt-thumbs-column .slick-track {
    transform: none !important;
    display: flex;
    gap: 30px;
}

.pt-testimonial-box-slider-2 .pt-thumbs-column .slick-track .slick-slide {
    width: 100% !important;
    margin: 0;
}

.pt-testimonial-box-slider-2 .slick-track:before,
.pt-testimonial-box-slider-2 .slick-track:after {
    display: none;
}

.pt-testimonial-box-slider-2 .slick-slider-main .slick-arrow {
    display: none !important;
}

.pt-testimonial-box-slider-2 .pt-content-column .slick-track {
    margin-top: 45px;
}

.pt-testimonial-box-slider-2 .pt-content-column .slick-track {
    display: flex;
}

.pt-testimonial-box-slider-2 .pt-content-column .slick-track .slick-slide {
    width: 100% !important;
    margin: 0;
}

.pt-testimonial-box-slider-2 .pt-testimonial-media {
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 15px;
    padding: 30px;
    background-color: var(--grey-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    align-items: center;
    transition: var(--transition);
    width: 100%;
}

.pt-testimonial-box-slider-2 .slick-slide.slick-current .pt-testimonial-media {
    background-color: var(--primary-color);
}

.pt-testimonial-box-slider-2 .pt-testimonial-media .pt-testimonial-author-img img {
    width: 85px;
    height: 85px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-testimonial-box-slider-2 .pt-testimonial-media .pt-testimonial-author-name {
    font-size: 24px;
    line-height: 32px;
    transition: var(--transition);
}

.pt-testimonial-box-slider-2 .slick-slide.slick-current .pt-testimonial-media .pt-testimonial-author-name {
    color: var(--white-color);
}

.pt-testimonial-box-slider-2 .pt-testimonial-media .pt-testimonial-author-designation {
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 5px;
    transition: var(--transition);
}

.pt-testimonial-box-slider-2 .slick-slide.slick-current .pt-testimonial-media .pt-testimonial-author-designation {
    color: var(--white-color);
}

.pt-testimonial-box.pt-style-2 {
    display: grid;
    grid-template-columns: 3fr 8fr;
    gap: 30px;
    align-items: center;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-image {
    width: 100%;
    height: 100%;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-image img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content {
    padding: 45px;
    background-color: var(--grey-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    height: 100%;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-quote {
    font-size: 48px;
    line-height: 1;
    height: 48px;
    color: var(--primary-color);
    opacity: 0.25;
    display: inline-block;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-top {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-box-comment {
    font-size: 24px;
    line-height: 32px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star i {
    font-size: 20px;
    line-height: 1;
    color: #FFC107;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-description {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}


@media (max-width: 1023px) {

    .pt-testimonial-box-slider-2 .pt-thumbs-column .slick-track {
        flex-wrap: wrap;
    }

    .pt-testimonial-box-slider-2 .pt-thumbs-column .slick-track .slick-slide {
        width: calc(50% - 15px) !important;
    }

    .pt-testimonial-box.pt-style-2 {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767px) {

    .pt-testimonial-box-slider-2 .pt-thumbs-column .slick-track .slick-slide {
        width: 100% !important;
    }

    .pt-testimonial-box-slider-2 .pt-testimonial-media {
        padding: 15px;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-content {
        padding: 30px;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-description {
        font-size: 18px;
        margin-top: 15px;
    }
}

@media (max-width: 397px) {

    .pt-testimonial-box-slider-2 .pt-testimonial-media {
        grid-template-columns: 75px 1fr;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-content {
        padding: 15px;
    }

    .pt-testimonial-box-slider-2 .pt-testimonial-media .pt-testimonial-author-img img {
        width: 75px;
        height: 75px;
    }
}

/* testimonial box style-3 */

.pt-testimonial-box.pt-style-3 .pt-testimonial-top {
    display: flex;
    gap: 15px;
    align-items: center;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-top .pt-quote {
    font-size: 44px;
    line-height: 52px;
    color: var(--primary-color);
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-top .pt-testimonial-box-comment {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
    font-weight: 400;
}


.pt-testimonial-box.pt-style-3 .pt-testimonial-top .pt-testimonial-star i {
    font-size: 20px;
    line-height: 1;
    color: #FFC107;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-description {
    font-size: 20px;
    color: var(--white-color);
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--light-white);
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-author-details {
    margin-top: 30px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-author-details .pt-testimonial-author-name {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-author-details .pt-testimonial-author-designation {
    margin-top: 5px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    text-transform: capitalize;
}

.pt-testimonial-box-slider-3 .owl-carousel .owl-dots {
    width: auto;
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.pt-testimonial-box-slider-3 .owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    background-color: transparent;
    position: relative;
    border-color: transparent;
}

.pt-testimonial-box-slider-3 .owl-carousel .owl-dots .owl-dot.active {
    border-color: var(--primary-color);
}

.pt-testimonial-box-slider-3 .owl-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: var(--white-color);
    display: inline-block;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pt-testimonial-box-slider-3 .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--primary-color);
}



/* ################################# */

/* Blog */

/* ################################# */

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

.pt-blog-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
}

.pt-single-post-bottom-holder {
    margin: 45px 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
}

.pt-single-post-bottom-holder .pt-single-post-tags {
    display: flex;
    align-items: center;
}

.pt-single-post-bottom-holder .pt-single-post-tags-title {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: bold;
    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-block;
    vertical-align: middle;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
    font-size: 14px;
    text-transform: capitalize;
    background: var(--grey-color);
    margin: 0;
    display: inline-block;
    float: left;
    color: var(--dark-color);
    padding: 4px 16px;
    border: 1px solid var(--grey-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
}

/*===== Blog Single Post - Social Media =====*/

.pt-single-post-bottom-holder .pt-single-post-social-title {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: bold;
    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: 50px;
    height: 50px;
    background: var(--grey-color);
    color: var(--dark-color);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-single-post-usernav .pt-user {
    background: var(--grey-color);
    padding: 30px;
    display: flex;
    align-items: flex-start;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-usernav .pt-user .pt-user-media {
    margin-right: 30px;
}

.pt-single-post-usernav .pt-user .pt-user-media img {
    width: 180px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-usernav .pt-user-info .pt-user-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
}

.pt-single-post-usernav .pt-user-info .pt-user-sub-title {
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: var(--primary-color);
}

.pt-single-post-usernav .pt-user-description {
    margin-bottom: 0;
    margin-top: 10px;
}

.pt-blog.pt-single-post {
    padding: 0 30px 45px;
}

.pt-blog.pt-single-post h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
}

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

@media(max-width:767px) {
    .pt-single-post-bottom-holder {
        display: block;
    }

    .pt-single-post-social-share {
        margin-bottom: 30px;
    }

    .pt-single-post-usernav .pt-user {
        align-items: flex-start;
        padding: 15px;
    }

}

@media(max-width:479px) {
    .pt-single-post-bottom-holder {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .pt-single-post-usernav .pt-user {
        display: block;
    }

    .pt-single-post-usernav .pt-user .pt-user-media img {
        width: 80px;
    }

    .pt-single-post-usernav .pt-user .pt-user-media {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
        margin-bottom: 5px;
    }
}

/*===== Blog Image =====*/

.pt-blog-post .pt-post-media {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    margin-bottom: 15px;
}

.pt-blog-post .pt-post-media img {
    transition: var(--transition);
    -webkit-transition: var(--transition);
    width: 100%;
}

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


/*===== Blog Meta =====*/

.pt-blog-post .pt-post-meta {
    margin-bottom: 10px;
}

.pt-blog-post .pt-post-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pt-blog-post .pt-post-meta ul li {
    display: inline-block;
    text-align: center;
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: var(--primary-color);
}

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

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

.pt-blog-post .pt-post-meta ul li .pt-icon i {
    font-size: 16px;
    line-height: 1;
    color: var(--primary-color);
}

.pt-blog-post .pt-post-meta ul li .pt-icon svg {
    width: 16px;
    height: 16px;
}

.pt-blog-post .pt-post-meta ul li .pt-icon svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

/*===== Blog contain =====*/

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

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

/*===== Blog nav=====*/

.pt-blog .owl-carousel .owl-nav {
    display: block;
    text-align: end;
    top: -100px;
}

.pt-blog .owl-carousel .owl-nav button.owl-prev {
    margin-left: 0;
    margin-right: 10px;
}

.pt-blog .owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
}


@media(max-width:575px) {

    .pt-blog .owl-carousel .owl-nav {
        display: none;
    }
}

/*===== Blog 1 Column =====*/

.pt-blog.pt-blog-col-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px 30px;
}

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

/*===== Blog 2 Column =====*/

.pt-blog.pt-blog-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px 30px;
}

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

@media(max-width:767px) {

    .pt-blog.pt-blog-col-2 {
        grid-template-columns: 1fr;
    }
}

/*===== Blog 3 Column =====*/

.pt-blog.pt-blog-col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px 30px;
}

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

@media(max-width:1023px) {

    .pt-blog.pt-blog-col-3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:767px) {

    .pt-blog.pt-blog-col-3 {
        grid-template-columns: 1fr;
    }
}


/*++++++ Blog List ++++++*/


.pt-blog-post.pt-list {
    display: grid;
    grid-template-columns: 3fr 2fr auto;
    align-items: center;
    padding: 30px 0;
    gap: 45px;
    border-bottom: 1px solid var(--light-black);
    transition: var(--transition);
    margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-blog-contain .pt-post-date {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: var(--title-fonts);
}

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

.pt-blog-post.pt-list .pt-blog-contain .pt-blog-title+.pt-blog-excerpt {
    margin-top: 10px;
}

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

.pt-blog-post.pt-list .pt-post-media img {
    transition: var(--transition);
    -webkit-transition: var(--transition);
    width: 100%;
    scale: 0;
}

.pt-blog-1-list.pt-all-active .pt-blog-post.pt-list .pt-post-media img {
    scale: 1;
}

.pt-blog-1-list.pt-all-active .pt-blog-post.pt-list:hover .pt-post-media img {
    scale: 1.1;
}

.pt-blog-post.pt-list:hover .pt-post-media img,
.pt-blog-post.pt-list.pt-active .pt-post-media img {
    transform: scale(1);
    -webkit-transform: scale(1);
    scale: 1;
}

.pt-blog-post.pt-list .pt-btn-container .pt-button {
    padding: 0;
    width: 60px;
    height: 60px;
    align-content: center;
}

.pt-blog-post.pt-list .pt-btn-container .pt-button .pt-button-block {
    justify-content: center;
}

@media (max-width: 1023px) {

    .pt-blog-post.pt-list:first-child {

        padding: 0 0 30px;
        border-top: none;
    }
}

@media (max-width: 767px) {
    .pt-blog-post.pt-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .pt-blog-post.pt-list .pt-post-media img {
        scale: 1;
    }
}





/* ################################# */

/* Blog Sidebar */

/* ################################# */

.pq-sidebar-info-box .wp-block-image img,
.widget .wp-block-image img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    margin-bottom: 15px;
    overflow: hidden;
}

.widget .pq-social-logo li a {
    padding: 0;
    display: inline-block;
    text-align: center;
    fill: var(--white-color);
    background: var(--primary-color);
    color: var(--white-color);
    height: 45px;
    width: 45px;
    line-height: 42px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.widget .pq-social-logo li a:hover {
    background: var(--dark-color);
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
    padding: 10px;
}


/* ################################# */

/* Recent Post */

/* ################################# */

.pt-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

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

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

.pt-recent-post .pt-recent-post-media img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

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

.pt-recent-post .pt-recent-post-info .pt-post-date {
    font-family: var(--title-fonts);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--secondary-color);
    letter-spacing: 0.04em;
}

.pt-recent-post .pt-recent-post-info .pt-post-date i {
    margin-right: 5px;
}

.pt-recent-post .pt-recent-post-info h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pt-recent-post .pt-recent-post-info h6 a:hover {
    color: var(--primary-color);
}



/* ################################# */

/* Blog Single Post */

/* ################################# */
.pt-single-post-bottom-holder {
    margin: 45px 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
}

.pt-single-post-bottom-holder .pt-single-post-tags {
    display: flex;
    align-items: center;
}

.pt-single-post-bottom-holder .pt-single-post-tags-title {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: 500;
    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-block;
    vertical-align: middle;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
    font-size: 16px;
    text-transform: uppercase;
    background: var(--grey-color);
    margin: 0;
    display: inline-block;
    float: left;
    color: var(--dark-color);
    padding: 4px 16px;
    border: 1px solid var(--grey-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--dark-color);
}

/*++++++++++*/
.pt-single-post-bottom-holder .pt-single-post-social-title {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    text-transform: uppercase;
    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: 50px;
    height: 50px;
    background: var(--grey-color);
    color: var(--dark-color);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a:hover {
    background: var(--primary-color);
    color: var(--dark-color);
}

.pt-single-post-usernav .pt-user {
    background: var(--grey-color);
    padding: 30px;
    display: flex;
    align-items: flex-start;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-usernav .pt-user .pt-user-media {
    margin-right: 30px;
}

.pt-single-post-usernav .pt-user .pt-user-media img {
    width: 180px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-usernav .pt-user-info .pt-user-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
}

.pt-single-post-usernav .pt-user-info .pt-user-sub-title {
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: var(--secondary-color);
}

.pt-single-post-usernav .pt-user-description {
    margin-bottom: 0;
    margin-top: 10px;
}

.pt-blog.pt-single-post {
    padding: 0 30px 45px;
}

.pt-blog.pt-single-post h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
}

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

@media(max-width:767px) {
    .pt-single-post-bottom-holder {
        display: block;
    }

    .pt-single-post-social-share {
        margin-bottom: 30px;
    }

    .pt-single-post-usernav .pt-user {
        align-items: flex-start;
        padding: 15px;
    }

}

@media(max-width:479px) {
    .pt-single-post-bottom-holder {
        padding-bottom: 20px;
    }

    .pt-single-post-usernav .pt-user {
        display: block;
    }

    .pt-single-post-usernav .pt-user .pt-user-media img {
        width: 80px;
    }

    .pt-single-post-usernav .pt-user .pt-user-media {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
        margin-bottom: 5px;
    }

}


/* single project css */

.pt-single-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 45px 30px;
    margin-bottom: 0;
    background: var(--grey-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.single-post .pt-single-post-navigation {
    margin-bottom: 40px;
}

.pt-single-post-navigation .pt-single-post-nav {
    position: relative;
    padding-left: 75px;
    display: inline-block;
    cursor: pointer;
}

.pt-single-post-navigation .pt-single-post-nav:before {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f053";
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font-size: 20px;
    color: var(--white-color);
    background: var(--dark-color);
    text-align: center;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-single-post-navigation .pt-single-post-nav.pt--next {
    padding-left: 0;
    padding-right: 75px;
    text-align: right;
}

.pt-single-post-navigation .pt-single-post-nav.pt--next:before {
    content: "\f054";
    right: 0;
    left: inherit;
}

.pt-single-post-navigation .pt-single-post-nav-title h4 {
    font-size: 24px;
    line-height: 32px;
}

.pt-single-post-nav-label {
    color: var(--secondary-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

.pt-single-post-navigation+h2+.pt-masonry {
    margin-left: -15px;
    margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav:hover .pt-single-post-nav-label {
    color: var(--primary-color);
}

.pt-single-post-navigation .pt-single-post-nav:hover:before {
    background: var(--primary-color);
}



@media(max-width:767px) {

    .pt-single-post-navigation {
        padding: 45px 15px;

    }

    .pt-single-post-navigation .pt-single-post-nav-title h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .pt-single-post-navigation+h2+.pt-masonry {
        margin-left: 0;
    }
}

@media(max-width:576px) {
    .pt-single-post-navigation {
        display: block;
    }

    .pt-single-post-navigation .pt-single-post-nav.pt--next {
        margin-top: 15px;
        display: block;
    }
}


/* ################################# */

/* Client */

/* ################################# */

/*+++++++++ Client Style-1  +++++++++*/

.pt-client-box.pt-style-1 {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 30px;
}

.pt-client-box.pt-style-1 .pt-client-img {
    position: relative;
    display: block;
    height: 60px;
    width: auto;
    margin: 0 auto;
    transition: var(--transition);
    filter: grayscale(100%) brightness(60%) contrast(125%);
}

.pt-client-box.pt-style-1 a:hover .pt-client-img {
    filter: none;
}

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



/* ################################# */

/* Fency Box */

/* ################################# */

/*+++++++++ Fency Box Style-1  +++++++++*/


.pt-fency-box.pt-style-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 45px 30px;
    background-color: var(--light-white);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    gap: 30px;
}

.pt-fency-box.pt-style-1 .pt-fency-box-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pt-fency-box.pt-style-1 .pt-fency-box-info .pt-fency-box-icon {
    font-size: 72px;
    line-height: 1;
    color: var(--primary-color);
}

.pt-fency-box.pt-style-1 .pt-fency-box-info .pt-fency-box-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
}

.pt-fency-box.pt-style-1 .pt-fency-box-info .pt-icon-button a,
.pt-fency-box.pt-style-1 .pt-fency-box-info .pt-icon-button a:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}


.pt-fency-box.pt-style-1 .pt-fency-box-media img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}


/*+++++++++ Fency Box Style-2  +++++++++*/

.pt-fency-box-2-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 75px;
}

.pt-fency-box.pt-style-2 {
    position: relative;
    padding: 30px 0;
}

.pt-fency-box.pt-style-2:nth-child(1)::before,
.pt-fency-box.pt-style-2:nth-child(2)::before,
.pt-fency-box.pt-style-2:nth-child(4)::before,
.pt-fency-box.pt-style-2:nth-child(5)::before {
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--light-white);
}


.pt-fency-box.pt-style-2 .pt-fency-box-info {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 30px;
    align-items: center;
}

.pt-fency-box.pt-style-2 .pt-fency-box-info .pt-fency-box-icon {
    font-size: 48px;
    line-height: 1;
    color: var(--primary-color);
}

.pt-fency-box.pt-style-2 .pt-fency-box-info .pt-fency-box-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
    transition: var(--transition);
}

.pt-fency-box.pt-style-2.pt-active .pt-fency-box-info .pt-fency-box-title {
    color: var(--primary-color);
}

.pt-fency-box.pt-style-2 .pt-fency-box-dscription {
    color: var(--white-color);
    margin-top: 15px;
    margin-bottom: 0;
}

.pt-fency-box.pt-style-2 .pt-fency-box-media {
    position: absolute;
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
}

.pt-fency-box.pt-style-2 .pt-fency-box-media img {
    width: 190px;
    transform: scale(0) rotate(0);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.pt-fency-box.pt-style-2.pt-active .pt-fency-box-media img {
    transform: scale(1) rotate(11deg);
}

@media (max-width: 1023px) {
    .pt-fency-box-2-list {
        grid-template-columns: 1fr 1fr;
    }

    .pt-fency-box.pt-style-2:nth-child(3)::before {
        content: "";
        position: absolute;
        right: -36px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: var(--light-white);
    }

    .pt-fency-box.pt-style-2:nth-child(2)::before,
    .pt-fency-box.pt-style-2:nth-child(4)::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .pt-fency-box-2-list {
        grid-template-columns: 1fr;
    }

    .pt-fency-box.pt-style-2 {
        border-bottom: 1px solid var(--light-white);
        padding-top: 0;
    }

    .pt-fency-box.pt-style-2::before {
        display: none;
    }

    .pt-fency-box.pt-style-2:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .pt-fency-box.pt-style-2 .pt-fency-box-media {
        position: initial;
        transform: translateY(0);
        margin-top: 30px;
    }

    .pt-fency-box.pt-style-2 .pt-fency-box-media img,
    .pt-fency-box.pt-style-2.pt-active .pt-fency-box-media img {
        transform: scale(1) rotate(0);
    }


    .pt-fency-box.pt-style-2.pt-active .pt-fency-box-info .pt-fency-box-title {
        color: var(--white-color);
    }

}


/*+++++++++ Fency Box Style-3  +++++++++*/

.pt-fency-box.pt-style-3 {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-color: var(--grey-color);
    overflow: hidden;
}

.pt-fency-box.pt-style-3 .pt-fency-box-media img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-fency-box.pt-style-3 .pt-fency-box-icon {
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    color: var(--primary-color);
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    margin: -60px 30px 0 auto;
    z-index: 1;
    position: relative;
}

.pt-fency-box.pt-style-3 .pt-fency-box-info {
    padding: 15px 30px 30px;
}

.pt-fency-box.pt-style-3 .pt-fency-box-info .pt-fency-box-title {
    font-size: 32px;
    line-height: 40px;
}

.pt-fency-box.pt-style-3 .pt-fency-box-info .pt-fency-box-description {
    margin-top: 10px;
}

@media (max-width: 767px) {
    
    .pt-fency-box.pt-style-3 .pt-fency-box-info .pt-fency-box-title {
        font-size: 24px;
        line-height: 32px;
    }
}



/* ################################# */

/* Wow Image effects */

/* ################################# */


.pt-image-effect img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-img-round .pt-image-effect img {
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}


/*+++++++++ Image Effect Right  +++++++++*/

.img-ptkey-right {
    animation: img-ptkey-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-ptkey-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.pt-img-right .pt-image-effect {
    position: absolute;
    width: calc((100vw / 2) - 60px);
    right: calc((1300px - 100vw)/2 - 15px);
    top: -220px;
}

.pt-img-right .pt-image-effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

@media (max-width: 1400px) {

    .pt-img-right .pt-image-effect {
        right: -15px;
    }
}

@media (max-width: 1024px) {
    .pt-img-right .pt-image-effect {
        position: inherit;
        width: 100%;
    }
}

/*+++++++++ Image Effect Left +++++++++*/

.img-ptkey-left {
    animation: img-ptkey-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-ptkey-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.pt-img-left .pt-image-effect {
    position: absolute;
    width: calc((100vw / 2) - 60px);
    left: calc((1300px - 100vw)/2 - 15px);
    top: -220px;
}

.pt-img-left .pt-image-effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: var(--border-radius);
}

@media (max-width: 1300px) {
    .pt-img-left .pt-image-effect {

        left: -15px;
    }
}

@media (max-width: 1024px) {
    .pt-img-left .pt-image-effect {
        position: inherit;
        width: 100%;
    }
}

/*+++++++++ Image Effect Top +++++++++*/

.img-ptkey-top {
    animation: img-ptkey-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-ptkey-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

/*+++++++++ Image Effect Bottom +++++++++*/

.img-ptkey-bottom {
    animation: img-ptkey-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-ptkey-bottom {
    0% {
        transform: translateY(-5%);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}



/* ################################# */

/* Mailchimp Form */

/* ################################# */

#mc4wp-form-1 .mc4wp-form-fields {
    max-width: 650px;
    position: relative;
    margin: 0 auto;
    height: 70px;
}


#mc4wp-form-1 .mc4wp-form-fields input[type="email"] {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    background-color: var(--white-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

#mc4wp-form-1 .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 5px;

}


/* ################################# */

/* Parallax Img */

/* ################################# */

.parallax .layer img {
    width: auto;
    height: auto;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}


/* ################################# */

/* Map Box */

/* ################################# */

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

.pt-map-box.pt-style-1 .pt-map-box-list {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: max-content;
    transform: translate(-50%, -24px);
}
.pt-map-box.pt-style-1 .pt-map-box-list.pt-active  {
    z-index: 99;
}

.pt-map-box.pt-style-1 .pt-map-box-list:nth-child(2) {
    left: 17%;
    top: 34%;
}

.pt-map-box.pt-style-1 .pt-map-box-list:nth-child(3) {
    left: 38%;
    top: 7%;
}

.pt-map-box.pt-style-1 .pt-map-box-list:nth-child(4) {
    left: 31%;
    top: 74%;
}

.pt-map-box.pt-style-1 .pt-map-box-list:nth-child(5) {
    left: 52%;
    top: 62%;
}

.pt-map-box.pt-style-1 .pt-map-box-list:nth-child(6) {
    left: 72%;
    top: 26%;
}

.pt-map-box.pt-style-1 .pt-map-box-list:nth-child(7) {
    left: 82%;
    top: 46%;
}


.pt-map-box.pt-style-1 .pt-map-box-list .pt-map-icon {
    font-size: 24px;
    line-height: 1;
    color: var(--dark-color);
    transition: var(--transition);
}

.pt-map-box.pt-style-1 .pt-map-box-list.pt-active .pt-map-icon {
    color: var(--primary-color);
}

.pt-map-box.pt-style-1 .pt-map-box-list .pt-map-box-contain {
    display: grid;
    grid-template-columns: 110px 110px;
    gap: 15px;
    align-items: center;
    padding: 15px;
    background-color: var(--primary-color);
    width: auto;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    position: relative;
    margin-top: 15px;
    transform: scale(0);
    transition: var(--transition);
    transform-origin: 50% -15px;
}

.pt-map-box.pt-style-1 .pt-map-box-list.pt-active .pt-map-box-contain {
    transform: scale(1);
}

.pt-map-box.pt-style-1 .pt-map-box-list .pt-map-box-contain::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: 15px solid var(--primary-color);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.pt-map-box.pt-style-1 .pt-map-box-list .pt-map-box-contain .pt-map-media img {
    height: 80px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-map-box.pt-style-1 .pt-map-box-list .pt-map-box-contain .pt-map-box-info .pt-map-box-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
}

.pt-map-box.pt-style-1 .pt-map-box-list .pt-map-box-contain .pt-map-box-info .pt-map-box-description {
    margin-bottom: 0;
    color: var(--white-color);
}

@media (max-width: 767px){
    .pt-map-box.pt-style-1 .pt-map-box-list .pt-map-box-contain {
        grid-template-columns: 80px auto;
        gap: 10px;
        padding: 10px;
    }
}

@media (max-width: 479px){
    .pt-map-box.pt-style-1 .pt-map-box-list .pt-map-box-contain {
        grid-template-columns: 60px auto;
    }
}

/*===== Map box Style 2 =====*/


.pt-map-box.pt-style-2 .pt-map-box-inner {
    animation: imagemarqueeLeft 20s linear infinite;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    width: max-content;
    transform: translateX(0);
    position: relative;
    padding: 40px 0 0;
}

.pt-map-box.pt-style-2 .pt-map-box-inner:hover {
    animation-play-state: paused;
}


@keyframes imagemarqueeLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50%));
    }
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee {
    position: relative;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-media img {
    width: 1920px;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: center;
    width: max-content;
    gap: 15px;
    position: absolute;
    transform: translate(-50%, -100%);
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li:nth-child(1) {
    left: 5%;
    top: 26%;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li:nth-child(2) {
    left: 24%;
    top: 59%;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li:nth-child(3) {
    left: 51%;
    top: 78%;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li:nth-child(4) {
    left: 70%;
    top: 49%;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li:nth-child(5) {
    left: 90%;
    top: 42%;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li .pt-map-box-image {
    width: 90px;
    rotate: -4deg;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li .pt-map-box-title {
    font-size: 24px;
    line-height: 36px;
}

.pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li .pt-map-box-dot {
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 900px;
    -moz-border-radius: 900px;
    -webkit-border-radius: 900px;
    grid-column: 1 / span 2;
    display: inline-block;
}


@media (max-width: 767px) {

    .pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-media img {
        width: 1620px;
    }

    .pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li .pt-map-box-image {
        width: 85px;
    }

}

@media (max-width: 479px) {

    .pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-media img {
        width: 1200px;
    }

    .pt-map-box.pt-style-2 .pt-map-box-inner .pt-map-box-marquee .pt-map-box-items li .pt-map-box-image {
        width: 70px;
        rotate: -3deg;
    }

}





/* ################################# */

/* Form */

/* ################################# */

.pt-contact-form p {
    margin-bottom: 0;
}


/* ################################# */

/* Pagination */

/* ################################# */

.pt-pagination {
    margin-top: 45px;
}

.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: 41px;
    margin: 0 5px;
    color: var(--white-color);
    background-color: var(--dark-color);
    border: 2px solid var(--dark-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    align-content: center;
}

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



/* ################################# */

/* Team */

/* ################################# */

/*===== Team Style 1 =====*/
.pt-team.pt-style-1 .pt-team-img {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    z-index: 1;
}

.pt-team.pt-style-1 .pt-team-info {
    padding: 20px 0 0;
    text-align: center;
    transition: var(--transition);
}

.owl-item.center .pt-team.pt-style-1 .pt-team-info {
    transform: translateY(0);
}

.pt-team.pt-style-1 .pt-team-info .pt-member-name {
    font-size: 24px;
    line-height: 32px;
    transition: var(--transition);
}

.pt-team.pt-style-1 .pt-team-info a:hover .pt-member-name {
    color: var(--primary-color);
}

.pt-team.pt-style-1 .pt-team-info .pt-member-designation {
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: var(--primary-color);
    overflow: hidden;
}

.pt-team.pt-style-1 .pt-team-social {
    font-size: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 17px;
    visibility: visible;
    gap: 15px;
    width: 100%;
}

.pt-team.pt-style-1 .pt-team-social a {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 100%;
    color: var(--white-color);
    background: var(--dark-color);
    margin-bottom: 8px;
}

.pt-team.pt-style-1 .pt-team-social a {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.25s, transform 0.3s cubic-bezier(0.26, -0.14, 0, 1.01);
}

.pt-team.pt-style-1 .pt-team-social a:hover {
    background: var(--primary-color);
}

.pt-team.pt-style-1:hover .pt-team-social a {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    transition: var(--transition);
}

.pt-team.pt-style-1:hover .pt-team-social a:nth-child(2) {
    transition-delay: 0.2s;
}

.pt-team.pt-style-1:hover .pt-team-social a:nth-child(3) {
    transition-delay: 0.3s;
}

.pt-team.pt-style-1:hover .pt-team-social a:nth-child(4) {
    transition-delay: 0.4s;
}

.pt-team.pt-style-1:hover .pt-team-social a:nth-child(5) {
    transition-delay: 0.5s;
}

.pt-team.pt-style-1:hover .pt-team-social a:nth-child(6) {
    transition-delay: 0.6s;
}

.pt-team.pt-style-1:hover .pt-team-social a:nth-child(7) {
    transition-delay: 0.7s;
}

.pt-team.pt-style-1:hover .pt-team-social a:nth-child(8) {
    transition-delay: 0.8s;
}

.pt-team.pt-style-1 .pt-team-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.pt-team.pt-style-1:hover .pt-team-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


@media (max-width: 1023px) {


    .pt-team.pt-style-1 .pt-team-social a {
        opacity: 1;
        transform: translateX(0) translateZ(0);
        transition: var(--transition);
    }
}


/*===== Team Style 2 =====*/

.pt-team-list-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}


.pt-team.pt-style-2 .pt-team-img {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    z-index: 1;
}

.pt-team.pt-style-2 .pt-team-info {
    padding: 20px 0 0;
    text-align: center;
    transition: var(--transition);
}

.owl-item.center .pt-team.pt-style-2 .pt-team-info {
    transform: translateY(0);
}

.pt-team.pt-style-2 .pt-team-info .pt-member-name {
    font-size: 24px;
    line-height: 32px;
    transition: var(--transition);
}

.pt-team.pt-style-2 .pt-team-info a:hover .pt-member-name {
    color: var(--primary-color);
}

.pt-team.pt-style-2 .pt-team-info .pt-member-designation {
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: var(--primary-color);
    overflow: hidden;
}

.pt-team.pt-style-2 .pt-team-social {
    font-size: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 17px;
    visibility: visible;
    gap: 15px;
    width: 100%;
}

.pt-team.pt-style-2 .pt-team-social a {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 100%;
    color: var(--white-color);
    background: var(--dark-color);
    margin-bottom: 8px;
}

.pt-team.pt-style-2 .pt-team-social a {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.25s, transform 0.3s cubic-bezier(0.26, -0.14, 0, 1.01);
}

.pt-team.pt-style-2 .pt-team-social a:hover {
    background: var(--primary-color);
}

.pt-team.pt-style-2.pt-active .pt-team-social a {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    transition: var(--transition);
}

.pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(2) {
    transition-delay: 0.2s;
}

.pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(3) {
    transition-delay: 0.3s;
}

.pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(4) {
    transition-delay: 0.4s;
}

.pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(5) {
    transition-delay: 0.5s;
}

.pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(6) {
    transition-delay: 0.6s;
}

.pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(7) {
    transition-delay: 0.7s;
}

.pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(8) {
    transition-delay: 0.8s;
}

.pt-team.pt-style-2 .pt-team-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.pt-team.pt-style-2:hover .pt-team-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


@media (max-width: 1023px) {
    .pt-team-list-2 {
        grid-template-columns: 1fr 1fr;
    }

    .pt-team-list-2 .pt-team.pt-style-2 .pt-team-social a {
        opacity: 1;
        transform: translateX(0) translateZ(0);
        transition: var(--transition);
    }
}

@media (max-width: 767px) {
    .pt-team-list-2 {
        grid-template-columns: 1fr;
    }
}


/* ################################# */

/* FAQ */

/* ################################# */


/*+++++++++ Accordion Style-1  +++++++++*/

.pt-accordion-block.style-1 .pt-accordion-box {
    background: var(--white-color);
    margin-bottom: 30px;
    position: relative;
}

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

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

.pt-accordion-block.style-1 .pt-accordion-box .pt-ad-title .ad-title-text {
    font-size: 24px;
    line-height: 32px;
}

.pt-accordion-block.style-1 .pt-accordion-box .pt-ad-title i {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 1;
    color: var(--dark-color);
    font-size: 18px;
}

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

.pt-accordion-block.style-1 .pt-accordion-box.pt-active .pt-ad-title i {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0;
    color: var(--dark-color);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pt-accordion-block.style-1 .pt-accordion-box.pt-active .pt-ad-title i.inactive {
    opacity: 1;
    border-radius: var(--border-radius);
}

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

.pt-accordion-block.style-1 .pt-accordion-box .pt-accordion-details {
    padding: 15px 30px;
    border: 1px solid var(--grey-color);
    border-top: 0;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

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

.pt-accordion-block.style-1 .pt-accordion-box.pt-active .pt-ad-title {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

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


@media(max-width:767px) {

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


    .pt-accordion-block.style-1 .pt-accordion-box .pt-ad-title .ad-title-text {
        font-size: 20px;
        line-height: 28px;
    }

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

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

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


/* ################################# */

/* Progress Bar */

/* ################################# */

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

.pt-progressbar-style-1 {
    display: inline-block;
    width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content {
    margin-bottom: 30px;
    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: 8px;
}

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

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

.pt-progressbar-style-1 .progress-value {
    color: var(--primary-color);
    margin: 0;
    float: right;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    text-transform: capitalize;
}

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

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



/* ################################# */

/* Booking Search */

/* ################################# */


#search-box {
    padding: 0;
    margin: 0;
    width: 100%;
}

#search-box #search_form {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    padding: 15px 30px;
    z-index: 3;
}

#search-box #search_form .input-group {
    /* display: grid; */
    grid-template-columns: repeat(3, minmax(200px, 1fr)) auto;
    gap: 30px 45px;
    display: flex;
    flex-wrap: nowrap;
}

#search_form .input-group>div {
    border: none;
    margin: 0;
    padding: 5px 0 5px 45px;
    position: relative;
}

#search_form .input-group>div::before {
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--light-black);
}

#search_form .input-group>div:last-child::before {
    display: none;
}

#search_form .input-group>div.submit {
    padding: 0;
}


#search_form .input-group > div.submit button {
    line-height: 2;
}

#search_form .input-group>div>i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    color: var(--primary-color);
}

#search_form .input-group>div input {
    font-family: var(--title-fonts);
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 400;
    color: var(--dark-color);
    width: 120px !important;
}

#search_form .add_input_field .add_ids_title {
    padding: 0;
    width: 100%;
    position: initial;
    /* margin-right: 30px; */
    display: flex;
    align-items: center;
}

#search_form .search_guests_field > div,
#search_form .search_advanced_field > div {
    display: flex;
    align-items: center;
}

#search_form .search_guests_field  .search_guests_title {
    padding: 0;
}

#search_form .add_input_field .add_ids_title .add_ids_title_value,
#search_form .search_guests_field .search_guests_title,
#search_form .search_guests_field .search_guests_title_value {
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--dark-color);
    max-width: 125px;
    overflow: hidden;
}

#search_form .add_input_field .add_ids_title .add_ids_title_value+i {
    margin-left: 20px;
    display: inline-block;
    transform: none;
    position: relative;
    left: 0;
    top: 0;
}


#search_form .add_input_field .add_ids_title i {
    padding: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--dark-color);
}

#search_form .add_ids_title ul.add_ids_list {
    width: 100%;
    top: 100%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    border: none;
    transition: var(--transition);
    transition-property: height;
    height: 0;
    display: block;
}

#search_form .add_ids_title ul.add_ids_list.active {
    height: 250px;
    border: 1px solid var(--primary-color);
}

#search_form .add_ids_title ul.add_ids_list li {
    padding: 0 15px;
}

#search_form .add_input_field .add_ids_list .term_item[data-id="0"] {
    font-weight: 400;
    color: var(--dark-color);
}

#search_form .add_ids_title ul.add_ids_list::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
}

#search_form .add_ids_title ul.add_ids_list::-webkit-scrollbar-track {
    background-color: var(--grey-color);
    border-radius: 6px;
    margin: 5px 0;
}

#search_form .add_ids_title ul.add_ids_list::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 6px;
    margin: 5px 0;
}

#search_form .input-group input,
#search_form .input-group input:focus {
    padding: 0;
}

.daterangepicker {
    border: 1px solid var(--primary-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    margin-left: -45px;
}

.daterangepicker table.table-condensed {
    border: none;
}

.search_guests_select_wrapper {
    border: 1px solid var(--primary-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    left: 0;
    margin-left: 0;
    top: 100%;
}

.select_guests_value {
    font-weight: 400;
}

@media (max-width: 1023px) {

    #search-box #search_form .input-group {
        grid-template-columns: repeat(2, 1fr);
    }

    .btn-left #search_form .input-group > div.submit {
        text-align: left;
    }
}


@media (max-width: 979px) {

    #search-box #search_form .input-group {
        display: grid;  
        grid-template-columns: repeat(3, 1fr);
    }

    #search_form .input-group>div:nth-child(3)::before {
       display: none;
    }

    #search_form .input-group>div:last-child::before {
        display: block;
        right: inherit;
        left: 0;
        top: -20px;
        width: 100%;
        height: 1px;
    }

    #search_form .input-group>div.submit {
        grid-column: 1 / span 3;
    }
}



@media (max-width: 767px) {
    #search-box #search_form {
        padding: 30px;
    }

    #search-box #search_form .input-group {
        grid-template-columns: 1fr;
    }

    #search_form .input-group>div.submit {
        grid-column: inherit;
        margin-top: 15px;
    }

    #search_form .add_input_field .add_ids_title {
        justify-content: space-between;
    }

    #search_form .add_input_field .add_ids_title .add_ids_title_value,
    #search_form .search_guests_field .search_guests_title,
    #search_form .search_guests_field .search_guests_title_value {
        font-size: 18px;
        line-height: 26px;
    }

    #search_form .input-group>div input {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    #search_form .input-group>div::before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(100% + 15px);
        width: 100%;
        height: 1px;
    }

    
    #search_form .input-group>div:last-child::before {
        top: -30px;
    }

    .btn-left #search_form .input-group > div.submit {
        text-align: center;
    }
}

@media (max-width: 479px) {
    #search-box #search_form {
        padding: 15px;
    }
}

/* ################################# */

/* Booking Single */

/* ################################# */


/*----- Calendar ------*/

#av-cal .cal-week-name {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: var(--border-radius);
    padding: 12px 5px;
}

#av-cal .cal-month-bar {
    padding: 6px;
    background-color: var(--dark-color);
    border-radius: var(--border-radius);
    margin: 15px 0;
}

#av-cal .cal-dates-block {
    border-radius: var(--border-radius);
    border: 1px solid var(--primary-color);
}

#av-cal .cal-dates-block .cal-cell:first-child {
    border-top-left-radius: var(--border-radius);
}

#av-cal .cal-dates-block .cal-cell:nth-child(7) {
    border-top-right-radius: var(--border-radius);
}

#av-cal .cal-dates-block .cal-cell:nth-last-child(7) {
    border-bottom-left-radius: var(--border-radius);
}

#av-cal .cal-dates-block .cal-cell:nth-last-child(2) {
    border-bottom-right-radius: var(--border-radius);
}

#av-cal .cal-cell {
    min-height: 80px;
}

#av-cal .cal-cell.cal-cell-invisible {
    display: none;
}

#av-cal .cal-cell.cal-cell-empty,
#av-cal .cal-cell.cal-cell-disabled {
    background-color: var(--grey-color);
}

#av-cal .cal-cell.cal-cell-empty .cal-cell-date {
    color: var(--secondary-color);
}

#av-cal .cal-cell .cal-cell-date {
    color: var(--dark-color);
}

#av-cal .cal-cell.cal-cell-active.cal-cell-selected .cal-cell-date {
    color: var(--white-color);
}

#av-cal .cal-cell.cal-cell-active .cal-cell-pricefrom {
    color: var(--primary-color);
}

#av-cal .cal-cell.cal-cell-active.cal-cell-selected .cal-cell-pricefrom {
    color: var(--white-color);
}

#av-cal .cal-cell.cal-cell-active.cal-cell-selected,
#av-cal .cal-cell.cal-cell-disabled-first.cal-cell-selected {
    background-color: var(--primary-color);
}

/*----- Floating Calendar ------*/

.ui-widget.ui-widget-content {
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius);
}

.ui-datepicker .ui-datepicker-header {
    border-radius: var(--border-radius);
    background-color: var(--primary-color);
}

.ui-datepicker .ui-datepicker-title {
    font-family: var(--title-fonts);
    color: var(--white-color);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: none !important;
    color: var(--white-color);
}

/*----- Booking From  ------*/

.item_info_price {
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 1px solid var(--light-black);
}

.item_info_price > * {
    font-size: 18px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
}

.item_info_price .item_info_price_from {
    font-size: 18px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
}

#booking_form .booking-form-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-black);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

#booking_form .booking-form-block>div {
    flex-grow: 0;
    gap: 15px;
    width: 100%;
}

#booking_form .booking-form-block #booking-guests-result {
    flex-direction: column;
}

#booking_form #booking-guests-result .select_guests_block {
    width: 100%;
}

.booking-form-block .booking_form_input_label,
#booking_form .booking_form_input_label {
    flex-grow: inherit;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-size: 18px;
}

#booking_form .input_select_field.select_guests_block .currency_amount {
    font-size: 18px;
    color: var(--dark-color);
    font-family: var(--title-fonts);
}

#booking_form #booking_form_total .currency_amount {
    color: var(--dark-color);
    font-family: var(--title-fonts);
    font-weight: 700;
}

#booking_form #booking-guests-result {
    font-size: 16px;
}

.pt-block-booking-form  {
    padding: 30px;
    background-color: var(--grey-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-block-booking-form .babe_post_content_title {
    padding: 0;
}

#booking_form .booking-form-block.booking-date-block {
    display: block;
    position: relative;
}

#booking_form .booking-form-block.booking-date-block .booking_form_input_label {
    display: none;
}

#booking_form .booking-form-block.booking-date-block .booking-date{
    background-color: var(--white-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

#booking_form .booking-form-block.booking-date-block .booking-date i {
    position: absolute;
    top: 18px;
    left: 15px;
    color: var(--primary-color);
    font-size: 20px;
}

#booking_form .booking-form-block.booking-date-block .booking-date input {
    width: 100%;
    background-color: var(--white-color);
    padding-left: 45px;
}

#booking_form  .input_select_title {
    font-size: 16px;
}

#booking_form .input_select_field .input_select_input {
    background-color: var(--white-color);
}

#booking_form .submit_group {
    margin-bottom: 0;
    justify-content: start;
}

#booking_form  .submit_group button {
    margin: 0;
    font-family: var(--title-fonts);
    font-weight: 400;
    font-size: 18px;
}

#booking_form .booking_services_inner .list_service label {
    font-family: var(--title-fonts);
    color: var(--primary-color);
}

#booking_form .booking_services_inner .list_service h4 {
    margin-left: 5px;
}

#booking_form .booking_services_inner .list_service label input {
    height: inherit;
}

#booking_form .booking_services_inner .list_service .list_service_prices {
    font-size: 16px;
}

#booking_form  .submit_group button {
    margin-bottom: 0;
}

.type-to_book .pt-blog-contain>#av-cal,
.type-to_book .pt-blog-contain>.babe_post_content_title {
    display: none;
}


/*----- Checkout From  ------*/

#checkout_form_block .table_order_item_row_details td,
#checkout_form_block  table.table_order_item_row_details td {
    text-align: left;
    padding: 0;
}

#checkout_form_block  table.table_order_item_row_details td.order_item_info_title {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--title-fonts);
    font-weight: 700;
}

#checkout_form_block  table.table_order_item_row_details .order_item_info  {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 15px;
}

#checkout_form_block  table.table_order_item_row_details .order_item_info.order_item_info_title  {
    display: block;
}

#checkout_form_block  table.table_order_item_row_details .order_item_info .order_item_td_label {
    font-size: 18px;
    color: var(--dark-color);
    font-family: var(--title-fonts);
    font-weight: 700;
}

#checkout_form_block  table.table_order_item_row_details .order_item_info .order_item_td_value {
    font-size: 18px;
}

@media (max-width: 575px) {
    #checkout_form_block  table.table_order_item_row_details .order_item_info  {
        grid-template-columns: 1fr;
    }

}



/*----- Trip Info Box ------*/

.pt-trip-info-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 60px;
}

.pt-trip-info-box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    flex-basis: 50%;
}

.pt-trip-info-box .pt-trip-info-icon {
    font-size: 32px;
    line-height: 1;
    color: var(--primary-color);
    margin-top: 4px;
}

.pt-trip-info-box .pt-trip-details .pt-trip-info-title {
    font-size: 20px;
    line-height: 28px;
}

.pt-trip-info-box .pt-trip-details span,
.pt-trip-info-box .pt-trip-details span a {
    color: var(--secondary-color);
}

@media (max-width: 575px) {
    .pt-trip-info-list {
        grid-template-columns: 1fr;
    }
}

/*----- Tour Single ------*/

.babe_post_content_tab_content {
    border: none;
    border-top-color: transparent;
    border-radius: 0;
    padding: 0;
}

.babe_post_content_tab_titles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.babe_post_content_tab_titles .babe_post_content_tab_title {
    display: inline-block;
    padding: 10px 20px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    font-size: 16px;
    text-transform: uppercase;
    transition: var(--transition);
    color: var(--dark-color);
    background-color: var(--white-color);
    border: 1px solid var(--light-black);
    font-family: var(--title-fonts);
    font-weight: 600;
}

.tab_title.tab_active, .tab_title:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: var(--transition);
}

.type-to_book .pt-post-media img {
    aspect-ratio: 4/2;
    object-fit: cover;
}

.type-to_book .pt-post-meta {
    display: none;
}

.type-to_book .item_code {
    display: none;
}

.pt-blog-post .pt-blog-contain>.post-total-rating {
    display: none;
}

.pt-blog-post .pt-blog-contain>.item_info_price {
    display: none;
}

.type-to_book .post-total-rating {
    display: block;
    margin-top: 30px;
}

.type-to_book .item_info_price {
    display: block;
    margin-bottom: 0;
    border: 0;
}

.type-to_book.categories-tour .pt-booking-media img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.type-to_book .pt-booking-media img {
    object-fit: cover;
    aspect-ratio: 5 / 3;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.babe_post_content_title {
    text-align: left;
    margin-bottom: 15px;
}

/*----- Tour Single Releted Item ------*/

.babe_shortcode_block_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 0;
}

.babe_shortcode_block_inner .babe_all_items_item {
    padding: 30px;
    width: 100%;
    background-color: var(--grey-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.babe_shortcode_block_inner .babe_all_items_item .item_img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.babe_shortcode_block_inner .babe_all_items_item .related_item_text {
    flex-direction: column;
    gap: 5px;
}

.babe_shortcode_block_inner .babe_all_items_item .item_title a {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-weight: 700;
}

.babe_shortcode_block_inner .babe_all_items_item .item_title a:hover {
    color: var(--primary-color);
}

.babe_shortcode_block_inner .babe_all_items_item .post-total-rating {
    margin-top: 5px;
}

.babe_shortcode_block_inner .babe_all_items_item .item_info_price {
    display: block;
    align-self: flex-start;
}

.babe_shortcode_block_inner .babe_all_items_item .item_info_price .item_info_price_old {
    font-size: 16px;
}

.babe_all_items_item .item_description {
    font-size: 18px;
    line-height: 26px;
    border-top: 1px solid var(--light-black);
}

.babe_shortcode_block_inner .babe_all_items_item .item_info_price .item_info_price_new .currency_amount {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-fonts);
    color: var(--primary-color);
    font-weight: 700;
}

@media (max-width: 1199px) {
    .babe_shortcode_block_inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .babe_shortcode_block_inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 479px) {
    .babe_shortcode_block_inner .babe_all_items_item {
        padding: 30px 15px;
        
    }
}


/*----- Booking Checkout ------*/

#checkout_form_block h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}

#checkout_form_block .table_order_items_details  {
    margin-bottom: 30px;
}

#checkout_form_block .table_order_items_details > tbody > tr > td {
    vertical-align: top;
}

#checkout_form_block .table_order_items_details .order_item_row_image {
    padding: 30px;
}

#checkout_form_block .table_order_items_details .order_item_row_details {
    padding: 30px;
}

#checkout_form_block .table_order_items_details .order_item_row_price  {
    padding: 30px 8px;
}

#checkout_form_block .table_order_items_details .order_item_row_price .order_item_total_price  {
    text-align: right;
    padding: 0;
}

#checkout_form_block .table_order_items_details .order_item_row_price .order_item_total_price .currency_amount  {
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-weight: 400;
}

#checkout_form_block .table_order_items_details .order_items_row_total,
#checkout_form_blocktable .table_order_items_details td.order_items_row_total {
    background-color: transparent;
    vertical-align: middle;
    font-family: var(--title-fonts);
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 700;
}

#checkout_form_block .table_order_items_details .order_items_row_total_amount  {
    background-color: transparent;
    text-align: right;
    font-family: var(--title-fonts);
    font-size: 18px;
    color: var(--dark-color);
    padding: 8px;
    font-weight: 400;
}

#checkout_form_block .table_order_items_details .order_items_row_total_amount #order_items_row_paid_amount  {
    color: var(--primary-color);
}

.coupon-form-block {
    justify-content: start;
    padding: 15px 30px;
    align-items: center;
    gap: 15px;
    border-bottom: none;
    margin-bottom: 30px;
    background-color: transparent;
    border: 1px solid var(--light-black);
}

.coupon-form-block .coupon_form_input_label {
    font-size: 18px;
    line-height: 2;
    color: var(--secondary-color);
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.coupon-form-block > *  {
    margin-bottom: 0;
}

#coupon_input_field {
    background-color: var(--grey-color);
    padding: 0;
}

#coupon_form_submit, #remove_coupon_form_submit  {
    margin: 0 0 0 auto;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--title-fonts);
    transition: var(--transition);
}

#coupon_form_submit:hover, #remove_coupon_form_submit:hover  {
    background-color: var(--dark-color);
}

#checkout_form .input_group, #edit_user_profile .input_group {
    justify-content: start;
    gap: 20px 45px ;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 45px;
}

.checkout_form_input_label {
    position: initial;
    color: var(--secondary-color);
}

.checkout_form_input_field_focus .checkout_form_input_label, .checkout_form_input_field_content .checkout_form_input_label {
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
    line-height: initial;
    overflow: visible;
}

.checkout_form_input_underline {
    width: 0;
    height: 0;
}

#checkout_form .input_group > div,
#edit_user_profile .input_group > div {
    margin-bottom: 0;
    min-width: 290px;
}

#checkout_form .input_group > div input, #edit_user_profile .input_group > div input {
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
    background: var(--grey-color);
    border: none;
}

#checkout_form .additional_fields_group.input_group .input_select_field .input_select_wrapper i {
    top: 55px;
    right: 15px;
    left: inherit;
}

#checkout_form .additional_fields_group.input_group .age_group {
    text-align: left;
}

.checkout_select_block .checkout_select_title {
    display: block;
}

#checkout_form .select2-container {
    margin-top: 0;
    width: 100% !important;
    background-color: var(--grey-color);
    padding: 10px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

#checkout_form .select2-container span {
    line-height: 2;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow  {
    line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 8px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: var(--grey-color);
    border-radius: 6px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 6px
}

.select2-container--default .select2-results>.select2-results__options {
    scroll-behavior: smooth;
}

#checkout_form .amount_group {
    justify-content: space-between;
    
}

#checkout_form .amount_group .checkout_form_amount_label {
    font-family:  var(--title-fonts);
    color: var(--dark-color);
}

#checkout_form .amount_group .currency_amount {
    font-family:  var(--title-fonts);
    font-weight: 400;
    color: var(--primary-color);
}

#checkout_form .terms_group .checkout_form_terms_check {
    display: flex;
    margin-bottom: 8px;
}

#checkout_form .checkout_form_terms_details p {
    margin-bottom: 0;
}

#checkout_form .payment_method_title {
    font-family:  var(--title-fonts);
    color: var(--dark-color);
}

@media (max-width: 979px) {
   
    
    #coupon_form_submit  {
        margin: 0;
    }
}


@media (max-width: 767px) {
    #checkout_form .input_group, #edit_user_profile .input_group {
        grid-template-columns: 1fr; 
    }
    
    #checkout_form_block .table_order_items_details .order_item_row_image {
        padding: 15px;
    }
    
    #checkout_form_block .table_order_items_details .order_item_row_details {
        padding: 15px;
    }
    
    #checkout_form_block .table_order_items_details .order_item_row_price {
        padding: 15px 8px;
    }
    
    #checkout_form_block table.table_order_item_row_details .order_item_info .order_item_td_value {
        font-size: 16px;
    }

    .coupon-form-block {
        flex-direction: column;
        justify-content: start;
    }
}

/*----- Booking Confirmation ------*/

.table_order_items_details .order_item_row_image {
    padding: 30px;
}

.table_order_item_row_details td, table.table_order_item_row_details .order_item_info  {
    text-align: left;  
}

.table_order_item_total_price td, table.table_order_item_total_price td {
    padding: 30px 8px 30px 8px;
    text-align: right;
    vertical-align: top;
}

.table_order_items_details > tbody > tr > td {
    vertical-align: top;
}

.order_item_row_details {
    padding: 30px;
}

.order_item_row_details .order_item_info  {
    padding: 0;
}

.table_order_items_details td.order_item_info_title {
    font-size: 24px;
    font-family: var(--title-fonts);
    font-weight: 700;
    line-height: 28px;
}

.table_order_item_row_details .order_item_info.order_item_info_title {
    display: block;
}

.table_order_item_row_details .order_item_info {
    display: grid;
    grid-template-columns:  90px 1fr;
    gap: 3px 15px;
}

.order_item_td_label {
    font-weight: 700;
    font-family: var(--title-fonts);
    font-size: 18px;
    color: var(--dark-color);
}

.table_order_item_total_price td.order_item_total_price,
table.table_order_item_total_price td.order_item_total_price {
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
}

.table_order_items_details td.order_items_row_total {
    background-color: var(--transition);
    vertical-align: middle;
}

.order_items_row_total_label {
    color: var(--dark-color);
    font-weight: 700;
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
}

table td.order_items_row_total_amount {
    color: var(--dark-color);
    font-weight: 400;
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    padding: 10px;
    background-color: transparent;
    text-align: end;
}

table td.order_items_row_total_amount.order_items_row_due {
    color: var(--primary-color);
}


@media (max-width: 767px) {

    .table_order_items_details .order_item_row_image {
        padding: 15px;
    }

    .table_order_item_total_price td, table.table_order_item_total_price td {
        padding: 15px 8px 15px 8px;
    }
  
    .order_item_row_details {
        padding: 15px;
    }
}


@media (max-width: 575px) {

    .table_order_item_row_details .order_item_info {
        grid-template-columns: 1fr;
    }
}



/* ################################# */

/* Custom Css */

/* ################################# */

@media (max-width: 1679px) {
    
    .hide-1679 {
        display: none;
    }
}

@media (max-width: 1499px) {
    
    .hide-1499 {
        display: none;
    }
}

@media (max-width: 1599px) {
    
    .hide-1599 {
        display: none;
    }
}

@media (max-width: 1023px) {
    
    .order-1023-1 {
        order: 1;
    }
    
    .order-1023-2 {
        order: 2;
    }
    
    .order-1023-3 {
        order: 3;
    }
}


.pt-column-h-100,
.pt-column-h-100 .elementor-widget-container,
.pt-column-h-100 .elementor-widget-container div,
.pt-column-h-100 .elementor-widget-container img {
    height: 100%;
}


.dot {
    width: 15px;
    height: 15px;
    background-color: #3498db;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: followPath 5s infinite linear;
}

@keyframes followPath {
    0% {
        offset-distance: 0%;
    }
    100% {
        offset-distance: 100%;
    }
}

.dot {
    offset-path: path("M1 40c16.667-10.667 53.6-23.6 68 10 9.667 16 36.6 39.6 67 6 12-22 43.4-61 73-41 3.5 1.833 10.4 7.9 10 17.5 2.833 12.667 16.9 31.9 50.5 7.5 12.5-7.167 40.8-14 54 16 10.5 17 37.2 36.1 60-23.5 6-15.333 27.2-42.1 64-26.5 7.167 4.5 22 19.7 24 44.5 6.333 20 30.9 56.6 78.5 43 9.333-2.833 30.9-16.4 42.5-48 5.833-15 21.2-37.8 36-9 5.667 12.333 20.6 28.8 35-4 4-10 19.8-23.2 51 4 7.833 4.833 27.1 12.3 41.5 3.5 8.833-2.333 28.7-6.3 37.5-3.5");
    offset-rotate: 0deg;
}


/* ################################# */

/* Landing */

/* ################################# */

.pt-banner-landing .pt-section-title.text-center {
    padding: 0;
    margin-bottom: 0;
}

.pt-banner-landing .pt-section-title .pt-section-sub-title {
    display: none;
}

.pt-banner-landing .pt-section-title .pt-section-main-title {
    font-size: 74px;
    line-height: 82px;
    max-width: 1150px;
    margin: 0 auto;
}

.pt-landing-footer .pt-section-title .pt-section-main-title {
    font-size: 74px;
    line-height: 82px;
    max-width: 1150px;
    margin: 0 auto;
}

.pt-landing-footer .pt-section-title  {
    padding: 0;
}

@media (max-width: 1023px) {
    .pt-banner-landing .pt-section-title .pt-section-main-title {
        font-size: 64px;
        line-height: 72px;
    }

    
    .pt-landing-footer .pt-section-title .pt-section-main-title {
        font-size: 64px;
        line-height: 72px;
    }
}

@media (max-width: 767px) {
    .pt-banner-landing .pt-section-title .pt-section-main-title {
        font-size: 52px;
        line-height: 60px;
    }

    .pt-landing-footer .pt-section-title .pt-section-main-title {
        font-size: 52px;
        line-height: 60px;
    }
}

@media (max-width:575px) {
    .pt-banner-landing .pt-section-title .pt-section-main-title {
        font-size: 44px;
        line-height: 52px;
    }

    .pt-landing-footer .pt-section-title .pt-section-main-title{
        font-size: 44px;
        line-height: 52px;
    }
}

@media (max-width: 479px) {
    .pt-banner-landing .pt-section-title .pt-section-main-title {
        font-size: 40px;
        line-height: 48px;
    }

    .pt-landing-footer .pt-section-title .pt-section-main-title {
        font-size: 40px;
        line-height: 48px;
    }
}



/* ################################# */

/* Image Box */

/* ################################# */


/*+++++++++ Image Box Style-1 +++++++++*/


.pt-image-box.pt-style-1 {
    text-align: center;
    padding: 30px;
    background-color: var(--grey-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-image-box.pt-style-1 .pt-image-box-media img {
    width: 100%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.pt-image-box.pt-style-1:hover .pt-image-box-media img {
    transform: translateY(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.pt-image-box.pt-style-1 .pt-image-box-title {
    font-size: 32px;
    line-height: 40px;
    transition: var(--transition);
    margin-top: 30px;
}

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

@media(max-width:1023px) {

    .pt-image-box.pt-style-1 .pt-image-box-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media(max-width:767px) {

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

/* ################################# */

/* Marquee */

/* ################################# */

.pt-marquee.pt-style-1 {
    overflow: hidden;
}

.pt-marquee.pt-style-1 .pt-marquee-main {
    animation: imagemarquee 40s linear infinite;
    display: flex;
    gap: 30px;
    width: max-content;
    transform: translateX(0);
}

@keyframes imagemarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 15px));
    }
}

.pt-marquee.pt-style-1 .pt-marquee-main .pt-marquee-inner {
    display: flex;
    gap: 30px;
}

@media (max-width: 1023px) {
    
    .pt-marquee.pt-style-1 .pt-marquee-main .pt-marquee-inner img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    
    .pt-marquee.pt-style-1 .pt-marquee-main .pt-marquee-inner img {
        height: 300px;
    }
}