/*
Template: Seoweb - SEO And Digital Marketing 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
==> Header Sidebar
==> Breadcrumb
==> Footer
==> Blog
==> Blog Sidebar
==> Recent Post
==> Blog Single Post
==> isotope Portfolio
==> Portfolio Box
==> Wow Image effects
==> Service Box
==> Process Step
==> Moving gallery
==> Pricing Plan
==> Testimonial
==> Image Marquee
==> Client
==> OWL Carousel
==> Team
==> FAQ
==> Banner
==> Mailchip
==> Image Animation
==> Popup Animation
==> Progress Bar
==> Pagination
==> Service Single
==> Up-down Marquee
==> Image Box 


=======================================
[ End table content ]
======================================*/

/* ################################# */

/* Moz Selectio */

/* ################################# */

:root {
	--primary-color: #FF7F49;
	--dark-color: #292929;
	--secondary-color: #666666;
	--grey-color: #FBF0EB;
	--white-color: #ffffff;
    --light-white: #ffffff17;
    --light-black: #0000001F;
    --gradient-grey: linear-gradient(180deg, #FBF0EB 0%, #ffffff 100%);
	--body-fonts: "Satoshi";
	--title-fonts: "Syne", serif;
	--border-radius: 10px;
	--big--border-radius: 20px;
	--transition: all 0.5s ease-in-out;
	--box-shadow: 4px 4px 0px 0px var(--dark-color);
}


/* ################################# */

/* General */

/* ################################# */

body {
	background: var(--white-color);
	font-family: var(--body-fonts);
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	color: var(--secondary-color);
	overflow-x: hidden;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-fonts);
	color: var(--dark-color);
	font-style: normal;
	text-transform: capitalize;
	font-weight: 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: 130px 0;
	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 90px 90px 90px;
	-moz-border-radius: 90px 90px 90px 90px;
	-webkit-border-radius: 90px 90px 90px 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;
    font-weight: 400;
    letter-spacing: 0.04em;
    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: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    -webkit-transition: var(--transition);
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    color: var(--white-color);
    background: var(--dark-color);
}

.pt-button {
    position: relative;
    width: auto;
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 2;
    text-transform: capitalize;
    vertical-align: middle;
    border: none;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.pt-button .pt-button-block {
    display: flex;
    text-align: center;
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    -webkit-transition: var(--transition);
}

.pt-button .pt-button-block .pt-button-text {
    background: var(--primary-color);
    padding: 10px 30px;
    display: inline-block;
    color: var(--white-color);
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    -webkit-transition: var(--transition);
    z-index: 1;
    border: 1px solid var(--dark-color);
}  

.pt-button:hover .pt-button-block .pt-button-text,
.pt-button:focus .pt-button-block .pt-button-text {
    color: var(--white-color);
    background-color: var(--dark-color);
}

.pt-button:hover .pt-button-block .pt-button-text {
    transform: translateX(56px);

}   

.pt-button .pt-button-block .pt-icon {
    background: var(--primary-color);
    display: inline-block;
    width: 58px;
    height: 58px;
    font-size: 18px;
    text-align: center;
    line-height: 58px;
    align-content: center;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    -webkit-transition: var(--transition);
    border: 1px solid var(--dark-color);
}

.pt-button:hover .pt-button-block .pt-icon,
.pt-button:focus .pt-button-block .pt-icon {
    color: var(--white-color);
    background-color: var(--dark-color);
    opacity: 0;
}

.pt-button .pt-button-block .pt-icon-hover {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary-color);
    color: white;
    display: inline-block;
    width: 56px;
    height: 56px;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    align-content: center;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    -webkit-transition: var(--transition);
    opacity: 0;
    border: 1px solid var(--dark-color);
}

.pt-button:hover .pt-button-block .pt-icon-hover,
.pt-button:focus .pt-button-block .pt-icon-hover {
    color: var(--white-color);
    background-color: var(--dark-color);
    opacity: 1;
}


.pt-button:hover .pt-button-block .pt-button-text,
.pt-button:focus .pt-button-block .pt-button-text,
.pt-button:hover .pt-button-block .pt-icon,
.pt-button:focus .pt-button-block .pt-icon {
    color: var(--white-color);
    background-color: var(--dark-color);
}

.pt-button .pt-icon svg path {
    stroke-width: 0.2px;
    transition: var(--transition);
}

/*===== Button link =====*/

.pt-button.pt-button-link {
    overflow: visible;
}

.pt-button.pt-button-link .pt-button-block {
    gap: 4px;
}

.pt-button.pt-button-link .pt-button-block .pt-button-text,
.pt-button.pt-button-link .pt-button-block .pt-icon {
    padding: 0;
    background: transparent;
    color: var(--primary-color);
	border: none;
}

.pt-button.pt-button-link:hover .pt-button-block .pt-button-text {
    transform: none;
}

.pt-button.pt-button-link .pt-button-block .pt-icon {
    width: auto;
    height: auto;
    margin-left: 5px;
    line-height: 1;
    border-radius: 0;
    opacity: 1;
}

.pt-button.pt-button-link .pt-button-block .pt-icon-hover {
    display: none;
}

.pt-button.pt-button-link .pt-icon svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

.pt-button.pt-button-link:hover .pt-button-block .pt-button-text,
.pt-button.pt-button-link:hover .pt-button-block .pt-icon {
    color: var(--dark-color);
    background-color: transparent;
}

.pt-button.pt-button-link:hover .pt-button-block .pt-icon {
    rotate: 45deg;
}

.pt-button.pt-button-link:hover .pt-icon svg path {
    fill: var(--dark-color);
    stroke: var(--dark-color);
}

/*===== Button outline =====*/

.pt-button.pt-button-outline .pt-button-block .pt-button-text {
    padding: 10px 28px;
}

.pt-button.pt-button-outline .pt-button-block .pt-button-text,
.pt-button.pt-button-outline .pt-button-block .pt-icon, 
.pt-button.pt-button-outline .pt-button-block .pt-icon-hover {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.pt-button.pt-button-outline .pt-button-block .pt-icon path,
.pt-button.pt-button-outline .pt-button-block .pt-icon-hover path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

.pt-button.pt-button-outline:hover .pt-button-block .pt-button-text,
.pt-button.pt-button-outline:hover .pt-button-block .pt-icon,
.pt-button.pt-button-outline:hover .pt-button-block .pt-icon-hover {
    background-color: transparent;
    color: var(--dark-color);
    border: 2px solid var(--dark-color);
}

.pt-button.pt-button-outline:hover .pt-button-block .pt-icon path,
.pt-button.pt-button-outline:hover .pt-button-block .pt-icon-hover path {
    fill: var(--dark-color);
    stroke: var(--dark-color);
}

/*===== Button icon =====*/

.pt-button .pt-button-block .pt-icon svg,
.pt-button .pt-button-block .pt-icon-hover svg {
    margin-top: -2px;
    width: 16px;
}


/* ################################# */

/* Section Title */

/* ################################# */

.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-section-title.text-center {
    padding: 0 15em;
    margin-bottom: 60px;
}

.pt-bg-dark .pt-section-title .pt-section-main-title {
    color: var(--white-color);
}

.pt-section-title .pt-section-main-title .pt-title-ul {
    position: relative;
	display: inline-block;
	z-index: 1;
}

.pt-section-title .pt-section-main-title .pt-title-ul::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 12px;
    background-color: #FFBEF2;
    z-index: -1;
	transition: var(--transition);
}

.pt-section-title .pt-section-main-title[data-scroll="in"] .pt-title-ul::before {
    width: 100%;
}


.pt-section-title .pt-section-main-title+.pt-section-description {
    margin-top: 15px;
    margin-bottom: 30px;
}

.pt-bg-dark  .pt-section-title .pt-section-main-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: 480px) {
    .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 {
    margin: 0;
}

header .navbar-brand img {
    height: 50px;
}

@media(max-width: 767px) {
    header .navbar-brand img {
        height: 40px;
    }
}

/*++++++ Header Nav ++++++*/

#pt-header .pt-bottom-header .pt-container-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
    justify-content: center;
}

#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box,
#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 35px;
}

#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner,
#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    transform-origin: center;
    transition: var(--transition);
}

#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#pt-header .pt-bottom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    transform-origin: right;
    transition: var(--transition);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner {
    transform: scaleX(0.7);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before {
    transform: scaleX(1.5);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    transform: scaleX(0.9);
}

#mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-1 .mega-toggle-animated-inner {
    transform: scaleX(1);
}

#mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-1 .mega-toggle-animated-inner::before {
    transform: scaleX(0.7);
}

#mega-menu-wrap-primary .mega-menu-toggle:hover .mega-toggle-block-1 .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;
}


/*++++++ 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;
}

/*++++++ 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 {
    border-bottom: 1px solid var(--light-black);
}

header.pt-header-style-1 .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);
}

header.pt-header-style-1 #mega-menu-wrap-primary {
    padding: 0px 15px;
}

header.pt-header-style-1 #mega-menu-wrap-primary::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    border: 1px solid var(--light-black);
    background-color: var(--white-color);
    width: 100%;
    height: 64px;
    transform: translateY(-50%);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

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;
}

header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 34px;
    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-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 {
    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 a svg {
    height: 24px;
}

header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon a svg path {
    fill: var(--dark-color);
}

header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-shop-btn .pt-icon {
    font-size: 18px;
    text-align: center;
    color: var(--dark-color);
    display: inline-block;
    position: relative;
}


@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%;
    }
}


@media(max-width:1199px) {

    #pt-header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn {
        display: none;
    }

    header.pt-header-style-1 .pt-bottom-header .pt-middle-menu {
        order: 99;
    }

    header.pt-header-style-1 .pt-bottom-header .pt-header-right {
        margin-left: auto;
    }

    header.pt-header-style-1 .pt-container-wrapper {
        padding: 15px 0;
        position: relative;
    }

    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-menu-item>a.mega-menu-link:hover {
        color: var(--white-color);
        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 {
        margin-right: 0;
    }

    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 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn {
        display: none;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary::before {
        display: none;
    }

    header.pt-header-style-1 #mega-menu-wrap-primary {
        padding: 0;
    }

}

@media(max-width: 782px) {

    .admin-bar header.pt-header-style-1 {
        top: 46px;
    }
}

@media(max-width: 767px) {

    #pt-header.pt-header-style-1 .pt-bottom-header {
        background-color: var(--white-color);
    }


    #pt-header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper {
        padding-left: 0;
        padding-right: 0;
    }


    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;
    }

    header.pt-header-style-1 .pt-header-right .pt-header-icon .pt-btn-container  {
        display: none;
    }
}

@media(max-width: 575px) {

    #pt-header .pt-bottom-header .pt-container-wrapper {
        gap: 15px;
    }
}

/*++++++ 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 {
    border-bottom: 1px solid var(--light-white);
}

header.pt-header-style-2 .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);
}

header.pt-header-style-2 #mega-menu-wrap-primary {
    padding: 0px 15px;
}

header.pt-header-style-2 #mega-menu-wrap-primary::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    border: 1px solid var(--light-black);
    width: 100%;
    height: 64px;
    transform: translateY(-50%);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-color: var(--white-color);
}

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;
}

header.pt-header-style-2 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 34px;
    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-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 {
    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 a svg {
    height: 24px;
}

header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon a svg path {
    fill: var(--dark-color);
}

header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-btn-container .pt-button:hover .pt-button-block .pt-button-text,
header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-btn-container .pt-button:hover .pt-button-block .pt-icon-hover  {
    background-color: var(--white-color);
    color: var(--dark-color);
}

header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-shop-btn .pt-icon {
    font-size: 18px;
    text-align: center;
    color: var(--white-color);
    display: inline-block;
    position: relative;
}


@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%;
    }
}


@media(max-width:1199px) {

    #pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn {
        display: none;
    }

    header.pt-header-style-2 .pt-bottom-header .pt-middle-menu {
        order: 99;
    }

    header.pt-header-style-2 .pt-bottom-header .pt-header-right {
        margin-left: auto;
    }

    header.pt-header-style-2 .pt-container-wrapper {
        padding: 15px 0;
        position: relative;
    }

    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-menu-item>a.mega-menu-link:hover {
        color: var(--white-color);
        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 {
        margin-right: 0;
    }

    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 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn {
        display: none;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary::before {
        display: none;
    }

    header.pt-header-style-2 #mega-menu-wrap-primary {
        padding: 0;
    }

}


@media(max-width: 782px) {

    .admin-bar header.pt-header-style-2 {
        top: 46px;
    }
}

@media(max-width: 767px) {

    #pt-header.pt-header-style-2 .pt-bottom-header {
        background-color: var(--white-color);
    }


    #pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper {
        padding-left: 0;
        padding-right: 0;
    }


    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;
    }

    header.pt-header-style-2 .pt-header-right .pt-header-icon .pt-btn-container  {
        display: none;
    }
}

@media(max-width: 575px) {

    #pt-header .pt-bottom-header .pt-container-wrapper {
        gap: 15px;
    }
}


/*+++++ Offcanvas search +++++*/

.admin-bar .pt-search-button .offcanvas {
    top: 32px;
}

.pt-search-button .offcanvas {
    padding: 45px;
    height: auto;
    bottom: inherit;
    transition: all 0.5s ease;
}

.pt-search-button .offcanvas .btn-close {
    opacity: 1;
    background: none;
    color: var(--white-color);
    font-size: 0;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    line-height: normal;
    padding: 0;
    box-shadow: none;
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.pt-search-button .offcanvas .btn-close:before {
    content: "\e646";
    font-family: "themify";
    font-size: 18px;
}

.pt-search-button .offcanvas .btn-close:after {
    content: "";
    background: var(--primary-color);
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    z-index: -1;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-search-button .offcanvas .btn-close:hover:after {
    background: var(--dark-color);
}

.pt-search-button .offcanvas .btn-close:hover {
    color: var(--white-color);
}

.pt-search-button .offcanvas .search-form {
    margin: 0 auto;
    width: 60%;
}

.pt-search-button .offcanvas .search-form .search-field {
    border: none;
    color: var(--secondary-color);
    background: var(--grey-color);
    padding-left: 30px;
}

.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.pt-search-button .offcanvas .search-form .search-field:focus {
    color: var(--dark-color);
}

.pt-search-button .offcanvas .search-form .search-submit {
    background: transparent;
    color: var(--secondary-color) !important;
}

.pt-search-button .offcanvas .search-form .search-submit::before {
    content: "\e610";
    font-family: 'themify';
    font-weight: 400;
    font-size: 20px;
}

.pt-search-button .offcanvas .search-form .search-submit:hover {
    color: var(--dark-color) !important;
}

@media(max-width: 782px) {

    .admin-bar .pt-search-button .offcanvas {
        top: 46px;
    }
}




/*===== Navigation Shop =====*/

.pt-shop-btn .dropdown-toggle::after {
	display: none;
}

.pt-cart-button {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.pt-shop-btn .pt-cart>a {
	color: var(--dark-color);
	position: relative;
	line-height: 90px;
	padding: 0 0 0;
	font-size: 22px;
	transform: rotateY(180deg);
}

.pt-cart-button .basket-item-count {
	font-size: 10px;
	font-weight: 600;
	background: var(--primary-color);
	color: var(--white-color);
	position: absolute;
	bottom: 5px;
	right: -5px;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 90px;
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
	display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
	display: block;
}


.pt-shop-btn ul.product_list_widget {
	margin: 0;
	padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
	float: right;
	right: 0;
	top: 0;
	left: inherit;
	bottom: 0;
	margin: auto 0;
	font-size: 30px;
	text-align: center;
	position: absolute;
}

.dropdown-menu-mini-cart,
.dropdown-menu[data-bs-popper] {
	right: -3%;
	width: 330px;
	left: inherit;
	border: none;
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	padding: 20px;
	top: 90px;
	border-radius: 0;
	margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
	margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
	font-weight: 600;
	text-transform: capitalize;
	font-family: var(--title-fonts);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
	float: right;
}

.pt-shop-btn p {
	margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
	line-height: 0.8;
	color: var(--dark-color) !important;
	font-weight: 400;
	height: 1em;
	width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
	color: var(--primary-color) !important;
	background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a,
.pt-shop-btn .pt-cart ul.product_list_widget li a {
	display: block;
	text-transform: capitalize;
	font-weight: 600;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	padding-right: 30px;
	line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
	color: var(--primary-color);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
	font-weight: 400;
	padding: 0;
}


/*+++++++++ 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: 14px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a i,
header#pt-header .pt-top-header .pt-header-contact ul li i {
    color: var(--primary-color);
}

header#pt-header .pt-top-header .pt-header-contact ul li svg {
    width: 18px;
    height: 18px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a:hover {
    color: var(--primary-color);
    background: transparent;
}

/*++++ 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: 48px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    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 a svg {
    width: 18px;
    height: 18px;
}

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:991px) {

    header#pt-header.pt-header-style-1 .pt-top-header {
        display: none;
    }
}


/*+++++++++ Header Style-1 Top Bar  +++++++++*/

header#pt-header.pt-header-style-1 .pt-top-header {
    padding: 0 45px;
}

@media(max-width:1400px) {

    header#pt-header.pt-header-style-1 .pt-top-header {
        padding: 0;
    }
}

@media(max-width:991px) {

    header#pt-header.pt-header-style-1 .pt-top-header {
        display: none;
    }
}


/*+++++++++ Header Style-2 Top Bar  +++++++++*/

header#pt-header.pt-header-style-2 .pt-top-header {
    padding: 0 45px;
}

@media(max-width:1400px) {

    header#pt-header.pt-header-style-2 .pt-top-header {
        padding: 0;
    }
}

@media(max-width:991px) {

    header#pt-header.pt-header-style-2 .pt-top-header {
        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(--dark-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(--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);
}


header.pt-header-landing #mega-menu-wrap-landing {
    padding: 0px 15px;
}

header.pt-header-landing #mega-menu-wrap-landing::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    border: 1px solid var(--light-black);
    width: 100%;
    height: 64px;
    transform: translateY(-50%);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-color: var(--white-color);
}

header.pt-header-landing #mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item {
    margin-right: 30px;
    font-family: var(--title-fonts);
    font-weight: 400;
}

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);
    margin-right: 0;
    padding: 0 15px;
    z-index: 1;
}

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: 34px;
    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;
}

header.pt-header-landing .pt-header-right .pt-header-icon .pt-btn-container .pt-button:hover .pt-button-block .pt-button-text,
header.pt-header-landing .pt-header-right .pt-header-icon .pt-btn-container .pt-button:hover .pt-button-block .pt-icon-hover  {
    background-color: var(--white-color);
    color: var(--dark-color);
}

.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: 1199px) {

    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;
    }

    header.pt-header-landing #mega-menu-wrap-landing {
        padding: 0;
    }
    
    header.pt-header-landing #mega-menu-wrap-landing::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 Sidebar  */

/* ################################# */


/*++++++ Header SideBar  Icon ++++++*/

header.pt-header-landing .pt-container-wrapper .pt-header-right .pt-header-icon>ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

header .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn a {
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    align-content: center;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

header .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn a svg {
    width: 35px;
}

header .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn a svg path {
    transform-origin: right;
    stroke-width: 0.8px;
    transition: var(--transition);
    fill: var(--white-color);
    stroke: var(--white-color);
}

header .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn a svg path:nth-child(3) {
    transform: scaleX(0.7);
}

header .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn a:hover svg path:nth-child(1) {
    transform: scaleX(1.5);
}

header .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn a:hover svg path:nth-child(2) {
    transform: scaleX(0.6);
}

header .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon .pt-toggle-btn a:hover svg path:nth-child(3) {
    transform: scaleX(1);
}

/*++++++ Header SideBar ++++++*/

.pt-background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    z-index: 100;
    opacity: 0.8;
    display: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-background-overlay {
    display: block;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-sidebar {
    right: 0;
    opacity: 1;
}

.pt-siderbar-open .pt-sidebar {
    right: 0;
    opacity: 1;
}

.admin-bar .pt-sidebar {
    top: 32px;
}

.pt-sidebar {
    width: 410px;
    background: var(--white-color);
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 101;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-sidebar .pt-close-btn .pt-close {
    position: absolute;
    right: 100%;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--white-color);
    top: 90px;
    font-size: 24px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.pt-sidebar .pt-close-btn .pt-close:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.pt-sidebar-block {
    padding: 60px 30px 30px 30px;
    height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
    height: 50px;
    margin-bottom: 30px;
}

.pt-sidebar h4.pt-sidebar-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

.pt-sidebar h4.pt-sidebar-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.pt-sidebar .pt-sidebar-contact {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.pt-sidebar .pt-sidebar-contact .pt-contact-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
}

.pt-sidebar ul {
    margin: 0;
    padding: 0;
}

.pt-sidebar ul li {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
}

.pt-sidebar ul li:last-child {
    margin-bottom: 0;
}

.pt-sidebar ul li a {
    color: var(--dark-color);
}

.pt-sidebar-contact li {
    display: flex;
    align-items: center;
}

.pt-sidebar-contact li i {
    line-height: 2;
    color: var(--primary-color);
}

.pt-sidebar-contact li span {
    margin-left: 15px;
    flex: 1;
}

.pt-sidebar-contact ul li a {
    color: var(--secondary-color);
}

.pt-sidebar-contact ul li a:hover {
    color: var(--dark-color);
}

.pt-sidebar-social ul {
    display: inline-block;
    width: 100%;
}

.pt-sidebar-social ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}

.pt-sidebar-social ul li:last-child {
    margin-right: 0;
}

.pt-sidebar-social ul li a {
    background: var(--grey-color);
    color: var(--dark-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.pt-sidebar-social ul li a svg path {
    fill: var(--dark-color);
    transition: var(--transition);
}

.pt-sidebar-social ul li a:hover  svg path{
    fill: var(--white-color);
}


.pt-sidebar-social ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-sidebar .widget {
    background: transparent;
    padding: 0;
    border: none;
    margin-bottom: 45px;
}

.pt-sidebar .widget .wp-block-image {
    margin-bottom: 0;
    border-radius: var(--border-radius);
}

.pt-sidebar .widget img {
    border-radius: var(--border-radius);
}

@media(max-width:1023px) {
    .pt-sidebar {
        display: none;
    }
}



/*================================================
Breadcrum
================================================*/

.pt-breadcrumb-style-1 {
    padding: 130px 0;
    position: relative;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}


.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 li {
    list-style-type: none;
    margin-right: 15px;
    padding-left: 0;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li.active {
    color: var(--white-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a {
    color: var(--white-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a i {
    margin-right: 5px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a:hover {
    color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e649";
    font-size: 12px;
    font-family: "themify";
    padding-right: 15px;
    color: var(--white-color);
    float: none;
}

.pt-breadcrumb-style-1 .pt-img-marquee-main {
    margin-top: 50px;
    margin-bottom: -130px;
    width: 100vw;
    position: relative;
    left: calc(((-100vw + 1400px) / 2) - 0.75rem);
    overflow: hidden;
    padding: 85px 0;
}


.pt-breadcrumb-style-1 .pt-img-marquee-main .pt-marquee-top .pt-img-marquee {
    transform: translateX(-20%);
}


@media(max-width:1399px) {

    .pt-breadcrumb-style-1 .pt-img-marquee-main {
        left: -0.75rem;
    }
}

@media(max-width:1199px) {
    .pt-breadcrumb-style-1 .pt-img-marquee-main {
        padding: 55px 0;
    }
}

@media(max-width:1023px) {

    .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .pt-breadcrumb-style-1 .pt-img-marquee-main {
        padding: 45px 0;
    }
}

@media(max-width:767px) {
    .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 10px;
        font-size: 12px;
    }

    .pt-breadcrumb-style-1 .pt-img-marquee-main {
        padding: 35px 0;
    }
}

@media(max-width:479px) {
    .pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .pt-breadcrumb-style-1 .pt-img-marquee-main {
        padding: 25px 0;
    }
}


/* ################################# */

/* 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: 60px 0; */
    position: relative;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 140px;
    width: 100%;
    height: 1px;
    background-color: var(--light-white);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top::after {
    content: "";
    position: absolute;
    left: 0;
    top: 140px;
    width: 60px;
    height: 1px;
    background-color: var(--white-color);
    animation: left-to-right 10s linear infinite;
    box-shadow: 0 0 5px #FF7F49, 0 0 10px #FF7F49, 0 0 15px #FF7F49, 0 0 20px #FF7F49;
}

@keyframes left-to-right {

    0% {
        transform: translateX(-200px);
        opacity: 1;
    }

    100% {
        transform: translateX(calc(100vw + 300px) );
        opacity: 0.5;
    }
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer:after {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    width: 60px;
    height: 1px;
    background-color: var(--white-color);
    animation: right-to-left 10s linear infinite;
    box-shadow: 0 0 5px #FF7F49, 0 0 10px #FF7F49, 0 0 15px #FF7F49, 0 0 20px #FF7F49;
}

@keyframes right-to-left {

    0% {
        transform: translateX(200px);
        opacity: 1;
    }

    100% {
        transform: translateX(calc(-100vw - 300px));
        opacity: 0.5;
    }
}

/*===== Footer column  =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget {
    display: grid;
    grid-template-columns: 5fr 2fr 2fr;
    gap: 0 60px;
    position: relative;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget>div {
    border-right: 1px solid var(--light-white);
    position: relative;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget>div:last-child {
    border-right: none;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget>div>.widget {
    padding: 0 60px 60px 0;
    border-radius: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget>div:last-child>.widget {
    padding: 0 0 60px 0;
}


/*===== 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: 26px;
    position: relative;
    line-height: 34px;
    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: 26px;
    position: relative;
    line-height: 34px;
    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;
}

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: 5px 0 5px 20px;
    position: relative;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget ul.menu li a::before {
    font-family: flaticon_seoweb !important;
    content: "\f128";
    position: absolute;
    top: -35px;
    left: 0;
    width: 0;
    height: 0;
    color: var(--primary-color);
}

/*===== 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;
    margin-top: 20px;
}

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: 10px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-social ul li a {
    background: var(--white-color);
    color: var(--dark-color);
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .pt-footer-social ul li a:hover {
    background: var(--primary-color);
    color: var(--white-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 Copyright =====*/

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
    background: var(--dark-color);
    padding: 0;
    border-top: 1px solid var(--light-white);
    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:1199px) {

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget {
        gap: 0 45px;
    }

	footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget>div>.widget {
        padding: 0 45px 45px 0;
        border-radius: 0;
    }
}

@media (max-width:991px) {

    footer#pt-footer .pt-footer-style-1 .pt-footer-top::before {
        display: none;
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-top::after {
        display: none;
    }

	footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget {
		grid-template-columns: 3fr 3fr;
	}

	footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-1 {
		grid-column: 1 / span 2;
	}	

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget>div:first-child {
        border-right: none;
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-1::before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: 0;
        width: 100vw;
        height: 1px;
        background-color: var(--light-white);
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-1 .widget{
		padding-right: 0;
	}	

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .widget .footer-title  {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget>div:last-child>.widget {
        padding: 0 0 45px 0;
    }

}

@media (max-width: 575px) {

	footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget {
		grid-template-columns: 1fr;
	}

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-1 {
		grid-column: 1;
	}	

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-2 {
        border-right: none;
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-2::before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: 0;
        width: 100vw;
        height: 1px;
        background-color: var(--light-white);
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-top-widget .pt-footer-column-2 .widget{
		padding-right: 0;
	}	

}


/*================================================
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: 22px;
    line-height: 30px;
    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: 22px;
    line-height: 30px;
}

@media(max-width:767px) {
    .pt-single-post-bottom-holder {
        display: block;
    }

    .pt-single-post-social-share {
        margin-bottom: 30px;
    }

    .pt-single-post-usernav .pt-user {
        align-items: flex-start;
        padding: 15px;
    }

}

@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);
}

.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;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-black);
}

.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 auto 4fr;
    align-items: center;
    padding: 45px 0;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    gap: 90px;
    border: 1px solid transparent;
    transition: var(--transition);
    margin-bottom: 0;
}

.pt-blog-post.pt-list.pt-active {
    border: 1px solid var(--dark-color);
    background-color: var(--primary-color);
}

.pt-blog-post.pt-list .pt-post-media {
    margin: 0;
}

.pt-blog-post.pt-list .pt-post-media img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin-left: 0;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.pt-blog-post.pt-list:hover .pt-post-media img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.pt-blog-post.pt-list.pt-active .pt-post-media img {
    margin-left: 30px;
}

.pt-blog-post.pt-list .pt-post-meta ul {
    margin: 0;
    padding: 0;
}

.pt-blog-post.pt-list .pt-post-meta ul li a {
    padding: 0;
    list-style: none;
    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);
    transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-post-meta ul li a {
    color: var(--white-color);
}

.pt-blog-post.pt-list .pt-post-date a {
    margin-top: 8px;
    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);
    transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-post-date a {
    color: var(--white-color);
}

.pt-blog-post.pt-list .pt-blog-contain .pt-blog-title {
    padding: 0;
    margin: 0;
    border: none;
}

.pt-blog-post.pt-list .pt-blog-contain .pt-blog-title a {
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    margin-right: 30px;
    transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-blog-contain .pt-blog-title a {
    color: var(--white-color);
}


.pt-blog-1-list .pt-pagination {
    margin-top: 30px;
}

@media (max-width: 1023px) {

    .pt-blog-post.pt-list {
        grid-template-columns: 1fr 2fr;
        gap: 0 30px;
        padding: 45px 30px;
    }

    .pt-blog-post.pt-list .pt-post-media img {
        height: auto;
    }

    .pt-blog-post.pt-list.pt-active .pt-post-media img {
        margin-left: 0;
    }

    .pt-blog-post.pt-list .pt-post-media {
        grid-row: 1 / span 2;
        grid-column: 1 ;
    }

    .pt-blog-post.pt-list .pt-post-meta ul {
        display: inline-block;
        margin-right: 10px;
    }

    .pt-blog-post.pt-list .pt-post-date{
        display: inline-block;
    }

    .pt-blog-post.pt-list .pt-blog-contain .pt-blog-title a {
        margin-right: 0;
    }
}


@media (max-width: 767px) { 
    .pt-blog-post.pt-list {
        border: 1px solid var(--dark-color);
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 30px;
        margin-bottom: 30px;
    }

    .pt-blog-post.pt-list.pt-active {
        background-color: transparent;
    }

    .pt-blog-post.pt-list:last-child {
        margin-bottom: 0;
    }

    .pt-blog-post.pt-list .pt-post-media img {
        height: auto;
    }

    .pt-blog-post.pt-list.pt-active .pt-post-media img {
        margin-left: 0;
    }

    .pt-blog-post.pt-list .pt-post-media {
        grid-row: 1 / span 2;
        grid-column: 1 ;
    }

    .pt-blog-post.pt-list .pt-post-meta ul {
        display: inline-block;
        margin-right: 10px;
    }

    .pt-blog-post.pt-list .pt-post-date{
        display: inline-block;
    }

    .pt-blog-post.pt-list.pt-active .pt-post-meta ul li a {
        color: var(--primary-color);
    }
    
    .pt-blog-post.pt-list.pt-active .pt-post-date a {
        color: var(--primary-color);
    }

    .pt-blog-post.pt-list.pt-active .pt-blog-contain .pt-blog-title a {
        color: var(--dark-color);
    }

    .pt-blog-post.pt-list .pt-blog-contain .pt-blog-title a {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 479px) { 
    .pt-blog-post.pt-list {
        padding: 15px;
    }

    .pt-blog-post.pt-list .pt-blog-contain .pt-blog-title a {
        font-size: 26px;
        line-height: 32px;
    }
}



/* ################################# */

/* 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(--dark-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: 22px;
    line-height: 30px;
}

@media(max-width:767px) {
    .pt-single-post-bottom-holder {
        display: block;
   }

    .pt-single-post-social-share {
        margin-bottom: 30px;
   }

    .pt-single-post-usernav .pt-user {
        align-items: flex-start;
        padding: 15px;
   }

}

@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;
   }

}

/* ################################# */

/* isotope Portfolio */

/* ################################# */

.pt-grid-item.visible_item,
.pt-masonry-item.visible_item {
    display: none;
}

.pt-filters .pt-filter-button-group ul {
    margin: 0 0 45px;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    list-style: none;
    color: var(--dark-color);
    display: inline-block;
    cursor: pointer;
    padding: 12px 20px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-filters .pt-filter-button-group ul li:last-child {
    margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
    background: var(--primary-color);
    color: var(--white-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-filters .pt-filter-button-group ul li:hover {
    color: var(--dark-color);
}

.pt-grid {
    display: inline-block;
    width: 100%;
    float: left;
}

.pt-grid:after {
    content: '';
    display: block;
    clear: both;
}

.pt-col-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-col-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-col-4 {
    width: 33.33%;
    padding: 0 15px 30px;
}

.pt-grid.no-padding .pt-grid-item,
.pt-masonry.no-padding .pt-masonry-item {
    padding: 0;
}

.pt-btn-load-container {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.pt-btn-load-container a.pt-button {
    cursor: pointer;
}

.pt-grid.style-2 .pt-portfoliobox-1 .pt-portfolio-img {
    overflow: hidden;
}

.pt-grid.style-2 .pt-portfoliobox-1 .pt-portfolio-info {
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent;
    padding-left: 0;
    padding-bottom: 0;
    opacity: 1;
}

.pt-grid.style-2 .pt-portfoliobox-1 a.pt-portfolio-icon-bg {
    display: none;
}

.pt-grid.style-2 .pt-grid-item:nth-child(1) .pt-portfoliobox-1 {
    margin-top: 60px;
}

.pt-grid.style-2 .pt-col-6 {
    padding: 0 30px 45px;
    padding-bottom: 45px;
}

/*=========*/
.pt-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pt-masonry .ipt-lg-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-4 {
    width: 33.333%;
    padding: 0 15px 30px;
}

.pt-masonry.no-padding .ipt-lg-6,
.pt-masonry.no-padding .ipt-lg-3 {
    padding: 0;
}

.pt-masonry.no-padding .pt-portfoliobox-1,
.pt-masonry.no-padding .pt-portfoliobox-1 .pt-portfolio-img img {
    border-radius: 0;
}

/* layout 2 */

.pt-masonry .ipt-lg-4 {
    width: 33.333%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-8 {
    width: 66.666%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-12 {
    width: 100%;
    padding: 0 15px 30px;
}


@media(max-width:1365px) {
    .pt-col-3 {
        width: 33.33%;
    }

    .pt-masonry .ipt-lg-6 {
        width: 50%;
    }

    .pt-masonry .ipt-lg-3 {
        width: 33.33%;
    }

    .pt-masonry .ipt-lg-4 {
        width: 50%;
    }

    .pt-masonry .ipt-lg-8 {
        width: 50%;
    }

    .pt-filters .pt-filter-button-group ul li {
        margin-right: 10px;
    }

    .pt-col-3,
    .pt-col-4,
    .pt-masonry .ipt-lg-3 {
        width: 50%;
    }
}

@media(max-width:767px) {
    .pt-filters .pt-filter-button-group ul li {
        margin-right: 0;
        font-size: 14px;
        padding: 5px 15px;
    }

    .pt-col-6,
    .pt-col-4,
    .pt-col-3,
    .pt-masonry .ipt-lg-3,
    .pt-masonry .ipt-lg-6 {
        width: 100%;
        padding: 0 0 30px;
    }

    .pt-masonry .ipt-lg-4 {
        width: 100%;
        padding: 0 0 30px;
    }

    .pt-masonry .ipt-lg-8 {
        width: 100%;
    }

    .pt-grid.style-2 .pt-grid-item:nth-child(1) .pt-portfoliobox-1 {
        margin-top: 0;
    }

    .pt-grid.style-2 .pt-col-6 {
        padding: 0 0 30px;
    }


}

@media(max-width:479px) {
    .pt-filters .pt-filter-button-group ul li {
        margin-bottom: 15px;
    }
}

.pt-grid-item {
    float: left;
}

/* 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: 600;
    content: "\f053";
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font-size: 20px;
    color: var(--white-color);
    background: var(--dark-color);
    text-align: center;
    transition: all 0.5s ease-in-out;
    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: 22px;
    line-height: 30px;
}

.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;
    }
}



/* ################################# */

/* Portfolio Box */

/* ################################# */

.pt-portfoliobox-1 {
    overflow: hidden;
    position: relative;
}

.pt-portfoliobox-1 .pt-portfolio-img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-portfoliobox-1 .pt-portfolio-img img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pt-portfoliobox-1:hover .pt-portfolio-img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-portfoliobox-1 .pt-portfolio-img span.pt-portfolio-tag {
    display: none;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-style-1-tag {
    line-height: 1;
    margin-bottom: 5px;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-style-1-tag a {
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: var(--primary-color);
}

/*===== Portfoliobox Hover Slide  =====*/

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1;
    -moz-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -webkit-transition: transform 0.4s 0s ease-in-out;
    -moz-transition: transform 0.4s 0s ease-in-out;
    -o-transition: transform 0.4s 0s ease-in-out;
    transition: transform 0.4s 0s ease-in-out;
    padding: 30px;
    background-color: var(--white-color);
    border-radius: var(--border-radius);
}

.pt-portfoliobox-1.pt-hover-slide:hover .pt-portfolio-info {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    left: 30px;
}

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info h5 a {
    color: var(--dark-color);
    font-size: 24px;
    line-height: 32px;
}

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info h5 a:hover {
    color: var(--primary-color);
}

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info .pt-portfolio-style-1-tag {
    margin-bottom: 0;
}

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info .pt-portfolio-style-1-tag a {
    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);
    display: inline-block;
    margin-bottom: 10px;
}


/*===== Portfoliobox Hover below  =====*/

.pt-portfoliobox-1.pt-hover-bellow .pt-portfolio-info {
	margin-top: 15px;
}

/*===== Portfoliobox Hover fade  =====*/
.pt-portfoliobox-1.pt-hover-fade {
    text-align: center;
}

.pt-portfoliobox-1.pt-hover-fade:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: var(--dark-color);
    z-index: 1;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-portfoliobox-1.pt-hover-fade:hover:before {
    opacity: 0.9;
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    opacity: 0;
    -moz-transform: translate(0px, 30px);
    -webkit-transform: translate(0px, 30px);
    -o-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    -webkit-transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info h5 {
    margin-bottom: 5px;
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info h5 a,
.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info .pt-portfolio-style-1-title a {
    color: var(--white-color);
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info .pt-portfolio-style-1-tag a {
    color: var(--primary-color);
}

.pt-portfoliobox-1.pt-hover-fade:hover .pt-portfolio-info {
    opacity: 1;
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.pt-portfoliobox-1.pt-hover-fade .pt-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info .pt-btn-container a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--primary-color);
    text-transform: uppercase;
}

@media (max-width:479px) {

    .pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info {
        padding: 15px;
        margin-right: 15px;
    }

    .pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info .pt-portfolio-style-1-title a {
        font-size: 28px;
        line-height: 36px;
    }

    .pt-portfoliobox-1.pt-hover-slide:hover .pt-portfolio-info {
        left: 15px;
    }
}


/*===== Portfoliobox zigzag  =====*/

.pt-grid.two-column-zigzag  {
    height: auto !important;
}

.pt-grid.two-column-zigzag .pt-grid-item {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
}

.pt-grid.two-column-zigzag .pt-grid-item:nth-child(1),
.pt-grid.two-column-zigzag .pt-grid-item:nth-child(5),
.pt-grid.two-column-zigzag .pt-grid-item:nth-child(9) {
    width: 45%;
}

.pt-grid.two-column-zigzag .pt-grid-item:nth-child(2),
.pt-grid.two-column-zigzag .pt-grid-item:nth-child(6),
.pt-grid.two-column-zigzag .pt-grid-item:nth-child(10) {
    width: 55%;
}

.pt-grid.two-column-zigzag .pt-grid-item:nth-child(3),
.pt-grid.two-column-zigzag .pt-grid-item:nth-child(7) {
    width: 60%;
}

.pt-grid.two-column-zigzag .pt-grid-item:nth-child(4),
.pt-grid.two-column-zigzag .pt-grid-item:nth-child(8) {
    width: 40%;
}

.pt-grid.two-column-zigzag .pt-grid-item:nth-child(odd) {
    padding-left: 0px;
    padding-right: 45px;
}

.pt-grid.two-column-zigzag .pt-grid-item:nth-child(even) {
    padding-right: 0px;
    padding-left: 45px;
}

.pt-grid.two-column-zigzag .pt-grid-item {
    padding-bottom: 60px;
}

.pt-grid.two-column-zigzag .pt-grid-item:last-child,
.pt-grid.two-column-zigzag .pt-grid-item:nth-child(3) {
    padding-bottom: 0;
}


@media (max-width:1023px) {

    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(odd) {
        padding-right: 15px;
    }

    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(even) {
        padding-left: 15px;
    }

    .pt-grid.two-column-zigzag .pt-grid-item {
        padding-bottom: 45px;
    }

}

@media (max-width:767px) {

    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(2) {
        margin-top: 0;
    }

    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(odd),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(even) {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 30px;
    }

    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(1),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(2),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(3),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(4),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(5),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(6),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(7),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(8),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(9),
    .pt-grid.two-column-zigzag .pt-grid-item:nth-child(10) {
        width: 100%;
    }
}

@media (max-width:479px) {

    .pt-portfoliobox-1.pt-hover-bellow .pt-portfolio-info h5 a {
        font-size: 16px;
        line-height: 24px;
    }
}


/*===== Portfolio Slide =====*/

.pt-background-img {
	min-height: 650px;
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	transition: opacity .5s .2s;
	opacity: 1;
}

.pt-background-img-inner {
	overflow: hidden;
	display: flex;
	width: 100%;
    gap : 15px;
}

.pt-background-img-bg {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 100%;

}

.pt-background-img-item {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 0;
	z-index: 5;
	flex: 1;
	height: 100%;
	transition: 0.5s;
	cursor: pointer;
}

.pt-background-img .pt-background-img-item.pt-active {
	flex: 3;
	transition: 0.5s;
}

.pt-background-link {
	padding: 0;
	position: absolute;
	left: 40px;
	top: 40px;
	opacity: 0;
	transition: 0.5 ease;
}

.pt-background-img-item.pt-active .pt-background-link {
	opacity: 1;
}

.pt-background-img-number {
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	font-family: var(--title-fonts);
	color: var(--white-color);
}

.pt-background-link a.pt-background-img-number:hover {
	color: var(--white-color);
}

.pt-background-img-info {
	position: absolute;
	left: -40px;
	bottom: 130px;
	right: 0;
	display: block;
	opacity: 0;
	transition: all 0.8s ease;
	cursor: text;
}

.pt-background-img .pt-background-img-item.pt-active .pt-background-img-info {
	opacity: 1;
	left: 60px;
	width: 50%;
	transition: all 0.8s ease;
}

.pt-background-img-info .pt-background-img-title {
	margin-bottom: 13px;
}

.pt-background-img-info .pt-background-img-title a {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	padding: 10px 15px;
	font-family: var(--title-fonts);
	text-transform: capitalize;
	color: var(--dark-color);
	transition: all 0.5s ease;
	position: relative;
	z-index: 2;
	background: var(--white-color);
}

.pt-background-img-info span {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.04;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--white-color);
	position: relative;
	z-index: 2;
	background: var(--primary-color);
}

@media(max-width: 1024px) {
	.pt-background-img .pt-background-img-item.pt-active .pt-background-img-info {
		width: auto;
	}

}


@media(max-width: 767px) {

	.pt-background-img .pt-background-img-item.pt-active .pt-background-img-info {

		left: 30px;
		bottom: 25px;
	}

}

@media(max-width: 676px) {
	.pt-background-img .pt-background-img-title a {
		font-size: 18px;
		line-height: 26px;

	}

	.pt-background-img-info span {
		font-size: 14px;
		line-height: 22px;
	}

	.pt-background-img-info .pt-background-img-title {
		margin-bottom: 10px;
	}

}

@media(max-width: 479px) {

	.pt-background-img .pt-background-img-title a {
		font-size: 14px;
		line-height: 22px;
	}

	.pt-background-img-info span {
		font-size: 12px;
		line-height: 20px;
	}

	.pt-background-img-info .pt-background-img-title a {
		padding: 10px;
	}

	.pt-background-img .pt-background-img-item.pt-active .pt-background-img-info {
		left: 15px;
	}

	.pt-background-img .pt-background-img-item.pt-active {
		flex: 4;
	}

}


/* ################################# */

/* 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-box-shadow .pt-image-effect img {
	box-shadow: var(--box-shadow);
    margin: 0 5px 5px 0;
    border: 1px solid var(--dark-color);
    width: calc(100% - 5px);
}


/*+++++++++ 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;
    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;
	}
	
}

/* ################################# */

/* Service Box */

/* ################################# */

/*+++++++++ Service Box Style - 1 +++++++++*/ 


.pt-service-box-1-list {
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.pt-service-box.pt-style-1 {
	padding: 45px 30px;
	overflow: hidden;
	position: relative;
	transition: var(--transition);
	border: 1px solid var(--dark-color);
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);
}

.pt-service-box.pt-style-1.pt-active {
    background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pt-service-box.pt-style-1::before {
    content: "";
	position: absolute;
	top: 30px;
	right: -90px;
	width: 180px;
	height: 180px;
	border-radius: 900px;
	background-color: #FF7F491F;
	transition: var(--transition);
}

.pt-service-box.pt-style-1.pt-active::before {
    background-color: #FFFFFF1F;
}

.pt-service-box.pt-style-1 .pt-service-box-icon {
    font-size: 90px;
	line-height: 1;
	color: var(--primary-color);
	transition: var(--transition);
}

.pt-service-box.pt-style-1.pt-active .pt-service-box-icon {
    color: var(--white-color);
}

.pt-service-box.pt-style-1 .pt-service-box-title {
    font-size: 28px;
	line-height: 36px;
	transition: var(--transition);
	margin-top: 30px;
}

.pt-service-box.pt-style-1.pt-active .pt-service-box-title {
    color: var(--white-color);
}

.pt-service-box.pt-style-1 .pt-service-box-description {
    margin-top: 15px;
	margin-bottom: 0;
	transition: var(--transition);
}

.pt-service-box.pt-style-1.pt-active .pt-service-box-description {
    color: var(--white-color);
}

.pt-service-box.pt-style-1 .pt-btn-container {
    margin-top: 30px;
}

.pt-service-box.pt-style-1.pt-active .pt-btn-container .pt-button.pt-button-link .pt-button-block .pt-button-text, 
.pt-service-box.pt-style-1.pt-active .pt-btn-container .pt-button.pt-button-link .pt-button-block .pt-icon {
    color: var(--white-color);
}



@media (max-width: 767px) {
    .pt-service-box-1-list {
        grid-template-columns: 1fr;
    }
    
    .pt-service-box.pt-style-1 {
        padding: 30px;
    }    
}


/*+++++++++ Service Box Style - 2 +++++++++*/ 


.pt-service-box-2-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.pt-service-box.pt-style-2 .pt-service-box-number  {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    font-size: 24px;
    line-height: 50px;
    background-color: #FFEC91;
    border: 1px solid var(--dark-color);
    text-align: center;
    margin-bottom: 15px;
}
    
.pt-service-box.pt-style-2:nth-child(even) .pt-service-box-number {
    background-color: #9AF6FF;
}

.pt-service-box.pt-style-2 .pt-service-box-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

.pt-service-box.pt-style-2 .pt-service-box-description {
    margin-bottom: 0;
}

.pt-service-box.pt-style-2 .pt-btn-container {
    margin-top: 15px;
}


@media (max-width: 767px) {
    
    .pt-service-box-2-list {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

@media (max-width: 479px) {
    
    .pt-service-box.pt-style-2 .pt-service-box-title {
        font-size: 24px;
        line-height: 32px;
    }
}


/*+++++++++ Service Box Style - 3 +++++++++*/ 

.sticky-panel-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px 0;
}

.pt-service-box.pt-style-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 700px;
    align-items: center;
    border: 1px solid var(--dark-color);
    background-image: var(--gradient-grey);
    padding: 60px 45px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    margin-right: 60px;
}

.pt-service-box.pt-style-3 .pt-service-content .pt-service-box-number  {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    font-size: 24px;
    line-height: 50px;
    background-color: #FFEC91;
    border: 1px solid var(--dark-color);
    text-align: center;
    margin-bottom: 15px;
}
    
.pt-service-box.pt-style-3:nth-child(even) .pt-service-content .pt-service-box-number {
    background-color: #9AF6FF;
}

.pt-service-box.pt-style-3 .pt-service-content .pt-service-box-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

.pt-service-box.pt-style-3 .pt-service-content .pt-service-box-description {
    margin-bottom: 0;
}

.pt-service-box.pt-style-3 .pt-service-content .pt-btn-container {
    margin-top: 30px;
}
/* 
.pt-service-box.pt-style-3 .pt-service-box-media {
    text-align: center;
} */



@media (max-width: 1023px) {
    
    .sticky-panel-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .pt-service-box.pt-style-3 {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) { 
    .pt-service-box.pt-style-3 {
        padding: 45px 30px;
    }
}

@media (max-width: 575px) {
    
    .pt-service-box.pt-style-3 {
        grid-template-columns: 1fr ;
        gap: 30px;
    }
}

@media (max-width: 479px) { 
    .pt-service-box.pt-style-3 {
        padding: 30px;
    }
}

@media (max-width: 379px) { 
    
    .pt-service-box.pt-style-3 .pt-service-content .pt-service-box-title {
        font-size: 26px;
        line-height: 34px;
    }
}
    

/*+++++++++ Service Box Style - 4 +++++++++*/ 

.pt-service-box-4-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--dark-color);
}

.pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(1),
.pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(2),
.pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(3) {
    border-bottom: 1px solid var(--light-black);
}

.pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(2),
.pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(5) {
    border-left: 1px solid var(--light-black);
    border-right: 1px solid var(--light-black);
}

.pt-service-box.pt-style-4 {
    padding: 45px;
    background-color: var(--white-color);
    overflow: hidden;
    position: relative;
    transition: var(--transition);
}

.pt-bg-gray .pt-service-box.pt-style-4 {
    background-color: var(--grey-color);
}

.pt-service-box.pt-style-4.pt-active {
    background-color: var(--primary-color);
}

.pt-service-box.pt-style-4 .pt-service-box-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
    transition: var(--transition);
}

.pt-service-box.pt-style-4.pt-active .pt-service-box-title {
    color: var(--white-color);
}

.pt-service-box.pt-style-4 .pt-service-box-description {
    margin-bottom: 30px;
    transition: var(--transition);
}

.pt-service-box.pt-style-4.pt-active .pt-service-box-description {
    color: var(--white-color);
}

.pt-service-box.pt-style-4 .pt-service-box-icon {
    font-size: 64px;
    line-height: 1;
    color: var(--primary-color);
    position: relative;
    transition: var(--transition);
    z-index: 1;
}

.pt-service-box.pt-style-4 .pt-service-box-icon::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: var(--grey-color);
    z-index: -1 ;
}

.pt-service-box.pt-style-4.pt-active .pt-service-box-icon {
    opacity: 0;
}

.pt-service-box.pt-style-4 .pt-btn-container {
    position: absolute;
    bottom: -80px;
    transition: var(--transition); 
}

.pt-service-box.pt-style-4.pt-active .pt-btn-container {
    bottom: 45px;
}

.pt-service-box.pt-style-4 .pt-btn-container .pt-button .pt-button-block .pt-icon,
.pt-service-box.pt-style-4 .pt-btn-container .pt-button .pt-button-block .pt-icon-hover, 
.pt-service-box.pt-style-4 .pt-btn-container .pt-button .pt-button-block .pt-button-text {
    color: var(--primary-color);
    background: var(--white-color);

}

@media(max-width: 1199px) {
    .pt-service-box-4-list {
        grid-template-columns: 1fr 1fr;
    }

    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(1),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(2),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(3),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(4) {
        border-bottom: 1px solid var(--light-black);
    }

    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(1),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(3),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(5) {
        border-right: 1px solid var(--light-black);
    }

    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(2){
        border-right: none;
        border-left: none;
    }

    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(5){
        border-left: none;
    }
}

@media(max-width: 1023px) {

    .pt-service-box.pt-style-4 .pt-btn-container {
        bottom: 45px;
    }

    .pt-service-box.pt-style-4 .pt-service-box-icon {
        opacity: 0;
    }
}

@media(max-width:767px) {
    .pt-service-box.pt-style-4 {
        padding: 30px;
    }

    .pt-service-box-4-list {
        grid-template-columns: 1fr;
    }

    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(1),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(2),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(3),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(4),
    .pt-service-box-4-list .pt-service-box.pt-style-4:nth-child(5) {
        border-bottom: 1px solid var(--light-black);
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .pt-service-box-4-list .pt-service-box.pt-style-4:last-child {
        border-bottom: none;
    }
}



/* ################################# */

/* Process Step  */

/* ################################# */

/*+++++++++ Process Step  Style - 1 +++++++++*/ 

.pt-process-step-1-list {
    display: flex;
    justify-content: space-between;
    margin-top: -110px;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.pt-process-step-1-list .pt-process-step.pt-style-1:nth-child(even)  {
    margin-top: 150px;
    flex-direction: column-reverse;
}

.pt-process-step.pt-style-1  {
    padding: 15px;
	background-color: var(--grey-color);
	border: 1px solid var(--dark-color);
	box-shadow: var(--box-shadow);
	-webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
	display: flex;
    gap: 30px;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.pt-process-step.pt-style-1 .pt-process-top {
    display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 15px;
}

.pt-process-step.pt-style-1 .pt-process-top .pt-process-number  {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
	font-size: 24px;
	line-height: 64px;
	background-color: #FFE5F9;
	border: 1px solid var(--dark-color);
	text-align: center;
}

.pt-process-step-1-list .pt-process-step.pt-style-1:nth-child(even) .pt-process-top .pt-process-number  {
	background-color: #FFEC91;
}

.pt-process-step.pt-style-1 .pt-process-top .pt-process-title {
    font-size: 26px;
	line-height: 34px;
}

.pt-process-step.pt-style-1 .pt-process-media img {
    width: 275px;
	-webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-process-step.pt-style-1 .pt-process-before-img  {
    position: absolute;
    width: 75%;
    height: auto;
    z-index: -1;
}

.pt-process-step.pt-style-1:nth-child(odd) .pt-process-before-img  {
    left: 100%;
    top: 50%;
}

.pt-process-step.pt-style-1:nth-child(even) .pt-process-before-img  {
    left: 100%;
    bottom: 20%;
}

@media(max-width: 1399px) {
    .pt-process-step.pt-style-1 .pt-process-before-img  {
        transform: translateX(calc((((100vw - (307px * 3))  / 2 ) - 100%) / 2));
    }
}

@media(max-width:1279px) {
    .pt-process-step-1-list {
        margin-top: 0;
    }
}

@media(max-width:1099px) {
    .pt-process-step.pt-style-1 .pt-process-before-img  {
        display: none;
    }
    
    .pt-process-step-1-list .pt-process-step.pt-style-1:nth-child(even)  {
        margin-top: 0;
    }

}

@media(max-width:1023px) {

    .pt-process-step-1-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .pt-process-step-1-list .pt-process-step.pt-style-1:nth-child(even)  {
        flex-direction: column;
        margin-top: 0;
    }
    
    .pt-process-step.pt-style-1 .pt-process-media img {
        width: auto;
    }

    .pt-process-step.pt-style-1 .pt-process-before-img {
        display: none;
    }
    
}

@media(max-width:767px) {
    .pt-process-step-1-list {
        grid-template-columns: 1fr;
    }
}

/*+++++++++ Process Step  Style - 2 +++++++++*/ 

.pt-process-step-2-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.pt-process-step-2-list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--light-black);
    z-index: 0;
}

.pt-process-step.pt-style-2 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 50px;
    align-items: center;
    margin: 0 90px;
    position: relative;
}

.pt-process-step.pt-style-2 .pt-process-media img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    border: 1px solid var(--dark-color);
}

.pt-process-step.pt-style-2 .pt-process-number  {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
	font-size: 24px;
	line-height: 64px;
	background-color: #FFE5F9;
	border: 1px solid var(--dark-color);
	text-align: center;
}

.pt-process-step-2-list .pt-process-step.pt-style-2:nth-child(even) .pt-process-number  {
	background-color: #FFEC91;
}

.pt-process-step-2-list .pt-process-step.pt-style-2:nth-child(even) .pt-process-media  {
	grid-column: 3;
    grid-row: 1;
}

.pt-process-step-2-list .pt-process-step.pt-style-2:nth-child(even) .pt-process-content  {
	grid-column: 1;
    grid-row: 1;
}

.pt-process-step.pt-style-2 .pt-process-content .pt-process-title {
    font-size: 36px;
	line-height: 44px;
}

.pt-process-step.pt-style-2 .pt-process-content .pt-process-description {
    margin-top: 15px;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    
    .pt-process-step.pt-style-2 {
        margin: 0;
    }
}   

@media (max-width: 979px) {

    .pt-process-step-2-list::before {
        left: 32px;
    }

    .pt-process-step.pt-style-2 {
        grid-template-columns: 1fr auto;
        gap: 30px;
        align-items: start;
    }

    .pt-process-step.pt-style-2 {
        margin: 0;
    }

    .pt-process-step-2-list .pt-process-step.pt-style-2:nth-child(even) .pt-process-media  {
        grid-column: 2;
        grid-row: 1;
    }
    
    .pt-process-step-2-list .pt-process-step.pt-style-2:nth-child(even) .pt-process-content  {
        grid-column: 2;
        grid-row: 2;
    }

    .pt-process-step-2-list .pt-process-step.pt-style-2 .pt-process-number  {
        grid-column: 1;
        grid-row: 1;
    }

    .pt-process-step-2-list .pt-process-step.pt-style-2 .pt-process-content  {
        grid-column: 2;
        grid-row: 2;
    }
    
}   

@media (max-width: 479px) {
    .pt-process-step.pt-style-2 {
        display: flex;
        flex-direction: column;
    }

    .pt-process-step-2-list .pt-process-step.pt-style-2 .pt-process-number  {
        order: -1;
    }

    .pt-process-step-2-list::before {
        display: none;
    }

    .pt-process-step.pt-style-2 .pt-process-content .pt-process-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 379px) {

    .pt-process-step.pt-style-2 .pt-process-content .pt-process-title {
        font-size: 28px;
        line-height: 36px;
    }
}


/*================================================
Moving Gallery
================================================*/

.pt-moving-scroll .pt-moving-scroll-list {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    clear: both;
    /* transform: none !important; */
}

.pt-moving-scroll li {
    width: 450px;
    box-sizing: border-box;
    list-style: none;
}

.pt-moving-scroll li img {
    height: auto;
    margin: 0px;
}


@media (max-width: 1023px) {
    
    .pt-moving-scroll li {
        width: 400px;
    }
    
}

@media (max-width: 767px) {
    
    .pt-moving-scroll li {
        width: 350px;
    }
    
}

@media (max-width: 379px) {
    
    .pt-moving-scroll li {
        width: 300px;
    }
    
}

@media (max-width: 320px) {
    
    .pt-moving-scroll li {
        width: 280px;
    }
    
}


/*+++++++++ Portfolio +++++++++*/ 

.pt-moving-scroll li.pt-portfoliobox-1:nth-child(odd) .pt-portfolio-img img {
    height: 380px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
    
    .pt-moving-scroll li.pt-portfoliobox-1:nth-child(odd) .pt-portfolio-img img {
        height: 350px;
    }
    
}

@media (max-width: 767px) {
    
    .pt-moving-scroll li.pt-portfoliobox-1:nth-child(odd) .pt-portfolio-img img {
        height: 280px;
    }
    
}

@media (max-width: 379px) {
    
    .pt-moving-scroll li.pt-portfoliobox-1:nth-child(odd) .pt-portfolio-img img {
        height: 300px;
    }
    
}

@media (max-width: 320px) {
    
    .pt-moving-scroll li.pt-portfoliobox-1:nth-child(odd) .pt-portfolio-img img {
        height: 280px;
    }
    
}

    
/* ################################# */

/* Pricing Plan  */

/* ################################# */

/*+++++++++ Pricing Plan   Style - 1 +++++++++*/ 

.pt-pricing-plan.pt-style-1 {
    padding: 45px;
    border: 1px solid var(--dark-color);
    box-shadow: var(--box-shadow);
    background-image: var(--gradient-grey);
    text-align: center;
    transition: var(--transition);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-pricing-plan.pt-style-1.pt-active {
    background-color: var(--primary-color);
    background-image: none;
}

.pt-pricing-plan.pt-style-1 .pt-pricing-title {
    font-size: 28px;
    line-height: 36px;
    transition: var(--transition);
}

.pt-pricing-plan.pt-style-1.pt-active .pt-pricing-title {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-1 .pt-price {
    margin-top: 15px;
}

.pt-pricing-plan.pt-style-1 .pt-price .pt-amount{
    font-size: 44px;
    line-height: 52px;
    color: var(--primary-color);
    transition: var(--transition);
    font-weight: 700;
}

.pt-pricing-plan.pt-style-1.pt-active .pt-price .pt-amount {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-1 .pt-price .price-month {
    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-pricing-plan.pt-style-1.pt-active .pt-price .price-month {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-1 .pt-pricing-media img {
    width: 160px;
    margin-top: 30px;
}

.pt-pricing-plan.pt-style-1 .pt-list-info {
    margin: 30px 0 0 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.pt-pricing-plan.pt-style-1 .pt-list-info .pt-list-item {
    margin-bottom: 10px;
    transition: var(--transition);
}

.pt-pricing-plan.pt-style-1 .pt-list-info .pt-list-item:last-child {
    margin-bottom: 0;
}

.pt-pricing-plan.pt-style-1.pt-active .pt-list-info .pt-list-item {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-1 .pt-list-info .pt-list-item i {
    font-size: 18px;
    margin-right: 8px;
    color: var(--primary-color);
    transition: var(--primary-color);
    transform: var(--transition);
}

.pt-pricing-plan.pt-style-1.pt-active .pt-list-info .pt-list-item i {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-1 .pt-btn-container {
    margin-top: 30px;
}

.pt-pricing-plan.pt-style-1.pt-active .pt-btn-container .pt-button.pt-button-flat .pt-button-block .pt-button-text,
.pt-pricing-plan.pt-style-1.pt-active .pt-btn-container .pt-button.pt-button-flat .pt-button-block .pt-icon {
    background: var(--dark-color);
}

.pt-pricing-plan.pt-style-1.pt-active .pt-btn-container .pt-button:hover .pt-button-block .pt-button-text,
.pt-pricing-plan.pt-style-1.pt-active .pt-btn-container .pt-button:hover .pt-button-block .pt-icon-hover {
    background: var(--white-color);
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
}


@media (max-width: 767px) {
    .pt-pricing-plan.pt-style-1 {
        padding: 30px;
    }
}

@media (max-width: 479px) {
    .pt-pricing-plan.pt-style-1 .pt-price .pt-amount{
        font-size: 44px;
        line-height: 52px;
    }

    .pt-pricing-plan.pt-style-1 .pt-pricing-media img {
        width: 140px;
    }
}

/*+++++++++ Pricing Plan   Style - 2 +++++++++*/ 

.pt-pricing-plan.pt-style-2 {
    padding: 45px;
    border: 1px solid var(--dark-color);
    background-image: var(--gradient-grey);
    transition: var(--transition);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-pricing-plan.pt-style-2.pt-active {
    background-color: var(--primary-color);
    background-image: none;
}

.pt-pricing-plan.pt-style-2 .pt-pricing-description{
    margin: 15px 0;
}

.pt-pricing-plan.pt-style-2.pt-active .pt-pricing-description{
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-2 .pt-pricing-title {
    font-size: 36px;
    line-height: 44px;
    transition: var(--transition);
}

.pt-pricing-plan.pt-style-2.pt-active .pt-pricing-title {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-2 .pt-price {
    margin-top: 15px;
}

.pt-pricing-plan.pt-style-2 .pt-price .pt-amount{
    font-size: 48px;
    line-height: 56px;
    color: var(--primary-color);
    transition: var(--transition);
    font-weight: 700;
    font-family: var(--title-fonts);
}

.pt-pricing-plan.pt-style-2.pt-active .pt-price .pt-amount {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-2 .pt-price .price-month {
    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-pricing-plan.pt-style-2.pt-active .pt-price .price-month {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-2 .pt-price .pt-amount-sale{
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color);
    transition: var(--transition);
    font-weight: 400;
    font-family: var(--title-fonts);
    text-decoration: line-through;
    margin-left: 15px;
}

.pt-pricing-plan.pt-style-2.pt-active .pt-price .pt-amount-sale {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-2 .pt-pricing-media  {
    position: absolute;
    right: 45px;
    top: 45px;
    display: inline-block;
    height: auto;
}

.pt-pricing-plan.pt-style-2 .pt-pricing-media img {
    width: 110px;
}

.pt-pricing-plan.pt-style-2 .pt-list-info {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    text-align: left;
}

.pt-pricing-plan.pt-style-2 .pt-list-info .pt-list-item {
    transition: var(--transition);
}

.pt-pricing-plan.pt-style-2.pt-active .pt-list-info .pt-list-item {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-2 .pt-list-info .pt-list-item i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--primary-color);
    transition: var(--primary-color);
    transform: var(--transition);
}

.pt-pricing-plan.pt-style-2.pt-active .pt-list-info .pt-list-item i {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-2 .pt-btn-container {
    margin-top: 30px;
}

.pt-pricing-plan.pt-style-2.pt-active .pt-btn-container .pt-button .pt-button-block .pt-button-text,
.pt-pricing-plan.pt-style-2.pt-active .pt-btn-container .pt-button .pt-button-block .pt-icon {
    color: var(--white-color);
}

.pt-pricing-plan.pt-style-2.pt-active .pt-btn-container .pt-button:hover .pt-button-block .pt-button-text,
.pt-pricing-plan.pt-style-2.pt-active .pt-btn-container .pt-button:hover .pt-button-block .pt-icon {
    color: var(--dark-color);
}

@media (max-width: 767px) {
    .pt-pricing-plan.pt-style-2 {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .pt-pricing-plan.pt-style-2 .pt-pricing-media {
        position: inherit;
        margin-top: 15px;
    }

    .pt-pricing-plan.pt-style-2 .pt-list-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 479px) {
    .pt-pricing-plan.pt-style-2 .pt-price .pt-amount{
        font-size: 44px;
        line-height: 52px;
    }
}

@media (max-width: 379px) {
    .pt-pricing-plan.pt-style-2 .pt-price .pt-amount{
        font-size: 40px;
        line-height: 48px;
    }

    .pt-pricing-plan.pt-style-2 .pt-pricing-media img {
        width: 100px;
    }
}

    
/* ################################# */

/* Testimonial */

/* ################################# */


/*+++++++++ Testimonial  Style - 1 +++++++++*/ 

.pt-testimonial-box-slider-1 .slick-slider-thumb {
    margin-bottom: 45px;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track {
    width: 100% !important;
    transform: inherit !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}

.pt-testimonial-box-slider-1 .slick-slide {
    margin: 0;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide {
    width: auto !important;
    transition: var(--transition);
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide:nth-child(even) {
    margin-top: 45px;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide:last-child {
    margin-bottom: 0;
}


.pt-testimonial-box-slider-1 .slick-slider-main .slick-arrow {
    display: none !important;
}

.pt-testimonial-box-slider-1 .slick-track:before,
.pt-testimonial-box-slider-1 .slick-track:after {
    display: none;
}

.pt-testimonial-box-slider-1 .pt-testimonial-media .pt-testimonial-author-img img {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: var(--transition);
    object-fit: cover;
}

.pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide.slick-current .pt-testimonial-media .pt-testimonial-author-img img {
    padding: 10px;
    border: 2px solid var(--primary-color);
    
}

.pt-testimonial-box.pt-style-1 {
    padding: 60px;
    border: 1px solid var(--dark-color);
    box-shadow: var(--box-shadow);
    background-color: var(--white-color);
    text-align: center;
    transition: var(--transition);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    position: relative;
    text-align: center;
    margin: 0 4px 4px 0;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-author-details .pt-testimonial-author-name {
    font-size: 34px;
    line-height: 42px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-author-details .pt-testimonial-author-designation {
    margin-top: 8px;
    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-testimonial-box.pt-style-1 .pt-testimonial-description {
    font-size: 22px;
    line-height: 40px;
    margin: 30px auto 0;
    max-width: 1030px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-star {
    margin-top: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-star i {
    font-size: 20px;
    line-height: 1;
    color: #FFC700;
    margin-right: 5px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-floating-img-1 {
    position: absolute;
    left: 45px;
    top: 60px;
    width: 70px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-floating-img-2 {
    position: absolute;
    right: 45px;
    bottom: 45px;
    width: 70px;
}


@media (max-width: 1099px) {
    .pt-testimonial-box-slider-1 .pt-testimonial-media .pt-testimonial-author-img img {
        width: 140px;
        height: 140px;
    }
    
    .pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .pt-testimonial-box-slider-1 .pt-testimonial-media .pt-testimonial-author-img img {
        width: 120px;
        height: 120px;
    }
    
    .pt-testimonial-box.pt-style-1 {
        padding: 45px;
    }
}

@media (max-width: 767px) {
    
    .pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide:nth-child(even) {
        margin-top: 0;
    }
    
    .pt-testimonial-box-slider-1 .slick-slider-thumb {
        margin-bottom: 30px;
    }
    
    .pt-testimonial-box.pt-style-1 .pt-testimonial-description {
        font-size: 20px;
        line-height: 36px;
        margin-top: 15px;
    }
    
    .pt-testimonial-box.pt-style-1 .pt-testimonial-floating-img-1,
    .pt-testimonial-box.pt-style-1 .pt-testimonial-floating-img-2 {
        display: none;
    }
    
    .pt-testimonial-box.pt-style-1 {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .pt-testimonial-box.pt-style-1 .pt-testimonial-description {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 479px) {
    
    .pt-testimonial-box-slider-1 .pt-testimonial-media .pt-testimonial-author-img img {
        width: 100px;
        height: 100px;
    }
    
    .pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track {
        gap: 15px;
    }
    
    .pt-testimonial-box-slider-1 .slick-slider-thumb .slick-track .slick-slide.slick-current .pt-testimonial-media .pt-testimonial-author-img img {
        padding: 5px;
    }
    
}

@media (max-width: 379px) {
    
    .pt-testimonial-box-slider-1 .pt-testimonial-media .pt-testimonial-author-img img {
        width: 80px;
        height: 80px;
    }
    
    .pt-testimonial-box.pt-style-1 {
        padding: 15px;
    }
}

/*+++++++++ Testimonial  Style - 2 +++++++++*/ 


.pt-testimonial-box.pt-style-2 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 45px;
}

.pt-testimonial-box.pt-style-2 .pt-quote {
    font-size: 90px;
    line-height: 1;
    color: var(--primary-color);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-description {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 0;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star {
    margin-top: 30px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star i {
    font-size: 20px;
    line-height: 1;
    color: #FFC700;
    margin-right: 5px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-author-details {
    margin-top: 15px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-author-details .pt-testimonial-author-name {
    font-size: 30px;
    line-height: 38px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-author-details .pt-testimonial-author-designation {
    margin-top: 8px;
    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-testimonial-box-slider-2 .owl-carousel .owl-dots {
    width: auto;
    display: inline-block;
    position: absolute;
    left: 135px;
}


@media (max-width: 767px) {
    .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-description {
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .pt-testimonial-box.pt-style-2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pt-testimonial-box.pt-style-2 .pt-quote {
        font-size: 75px;
        line-height: 1;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-author-details .pt-testimonial-author-name {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 479px) {
    .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-description {
        font-size: 18px;
        line-height: 32px;
    }
}



/* ################################# */

/* Image Marquee */

/* ################################# */


.pt-img-marquee-main.scroll .pt-marquee-top {
    transform: rotate(355deg) translate(0, 50%);
    z-index: 2;
    position: relative;
}

.pt-img-marquee-main.marquee .pt-marquee-top {
    transform: rotate(355deg) translate(0, 0);
    z-index: 2;
    position: relative;
}

.pt-img-marquee-main .pt-img-marquee.top {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 45px;
    width: max-content;
    transform: translateX(-5%);
    background-color: var(--primary-color);
}

.pt-img-marquee-main .pt-marquee-bottom {
    transform: rotate(5deg) translate(0, -50%);
    z-index: 1;
    position: relative;
}

.pt-img-marquee-main .pt-img-marquee.bottom {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 45px;
    width: max-content;
    transform: translateX(-55%);
    background-color: #FBF0EB;
    border: 1px solid var(--dark-color);
}

.pt-img-marquee-main .pt-img-marquee ul {
    display: inline-flex;
    gap: 45px;
    margin-bottom: 0;
    padding: 0;
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li {
    display: inline-flex;
    gap: 45px;
    position: relative;
    align-items: center;
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li i {
    font-size: 40px;
    line-height: 1;
    color: var(--dark-color);
}


.pt-img-marquee-main .pt-img-marquee.top .marquee-img-content-items li i {
    animation: rotateRight 5s linear infinite;
}

@keyframes rotateRight {
    0% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(0deg);
    }
}

.pt-img-marquee-main .pt-img-marquee.bottom .marquee-img-content-items li i {
    animation: rotateLeft 5s linear infinite;
}

@keyframes rotateLeft {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

.pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
}

@media(max-width:1023px) {
    
    .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
        font-size: 22px;
        line-height: 72px;
    }
    
    .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li i {
        font-size: 36px;
    }
}

@media(max-width:768px) {
    
    .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
        font-size: 20px;
        line-height: 64px;
    }
    
    .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li i {
        font-size: 32px;
    }
}

@media(max-width:575px) {
    
    .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li h5.pt-marquee-title {
        font-size: 18px;
        line-height: 56px;
    }
    
    .pt-img-marquee-main .pt-img-marquee .marquee-img-content-items li i {
        font-size: 28px;
    }
}


/* ################################# */

/* Client */

/* ################################# */


/*+++++++++ Client Style-1  +++++++++*/

.pt-client-box.pt-style-1 {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--light-black);
    width: 240px;
    height: 160px;
    transition: var(--transition);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    margin: 0 auto;
}

.pt-client-box.pt-style-1:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.pt-client-box.pt-style-1 a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pt-client-box.pt-style-1 .pt-client-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0.6;
}

.pt-client-box.pt-style-1 .pt-client-hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    display: block;
    transition: var(--transition);
    opacity: 0;
}

.pt-client-box.pt-style-1 a:hover .pt-client-hover-img {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.pt-client-box.pt-style-1 img {
    width: 120px;
    height: auto;
}



/* ################################# */

/* 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;
}


/* ################################# */

/* Team */

/* ################################# */
    
/*===== Team Style 1 =====*/

.pt-team-slider-1 .owl-item {
    scale: 0.8;
    transition: var(--transition);
}

.pt-team-slider-1 .owl-item.center {
    scale: 1;
    transition: var(--transition);
}

.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;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--dark-color);
    margin-right: 5px;
}

.pt-team.pt-style-1 .pt-team-info {
    padding: 20px 0 0;
    text-align: center;
    transform: translateY(-90px);
    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: 28px;
    line-height: 36px;
    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: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    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);
}

.owl-item.center .pt-team.pt-style-1 .pt-team-social a {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    transition: var(--transition);
}

.owl-item.center .pt-team.pt-style-1 .pt-team-social a:nth-child(2) {
    transition-delay: 0.2s;
}

.owl-item.center .pt-team.pt-style-1 .pt-team-social a:nth-child(3) {
    transition-delay: 0.3s;
}

.owl-item.center .pt-team.pt-style-1 .pt-team-social a:nth-child(4) {
    transition-delay: 0.4s;
}

.owl-item.center .pt-team.pt-style-1 .pt-team-social a:nth-child(5) {
    transition-delay: 0.5s;
}

.owl-item.center .pt-team.pt-style-1 .pt-team-social a:nth-child(6) {
    transition-delay: 0.6s;
}

.owl-item.center .pt-team.pt-style-1 .pt-team-social a:nth-child(7) {
    transition-delay: 0.7s;
}

.owl-item.center .pt-team.pt-style-1 .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);
}

.pt-team-slider-1 .owl-nav {
    transform: translateY(calc(-50% - 45px)) translateX(-50%);
    left: 50%;
    width: 280px;
}


@media (max-width: 1399px) {
    .pt-team-slider-1 .owl-nav {
        width: 18%;
    }
}

@media (max-width: 1022px) {
    
    .pt-team-slider-1 .owl-item {
        scale: 1;
    }
    
    .pt-team-slider-1 .owl-nav {
        display: none;
    }
    
    .pt-team.pt-style-1 .pt-team-info {
        transform: translateY(0);
    }
    
    .pt-team.pt-style-1 .pt-team-social a {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
}

@media (max-width: 767px) {
    .pt-team.pt-style-1 .pt-team-info .pt-member-name {
        font-size: 26px;
        line-height: 34px;
    }
    
}

/*===== 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;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--dark-color);
    margin-right: 5px;
}

.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: 28px;
    line-height: 36px;
    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: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    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-list-2 .pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(2) {
    transition-delay: 0.2s;
}

.pt-team-list-2 .pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(3) {
    transition-delay: 0.3s;
}

.pt-team-list-2 .pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(4) {
    transition-delay: 0.4s;
}

.pt-team-list-2 .pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(5) {
    transition-delay: 0.5s;
}

.pt-team-list-2 .pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(6) {
    transition-delay: 0.6s;
}

.pt-team-list-2 .pt-team.pt-style-2.pt-active .pt-team-social a:nth-child(7) {
    transition-delay: 0.7s;
}

.pt-team-list-2 .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);
}

.pt-team-slider-1 .owl-nav {
    transform: translateY(calc(-50% - 45px)) translateX(-50%);
    left: 50%;
    width: 280px;
}


@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;
    } 
 
    .pt-team.pt-style-2 .pt-team-info .pt-member-name {
        font-size: 26px;
        line-height: 34px;
    }
}


/* ################################# */

/* FAQ */

/* ################################# */


.pt-accordion-block.style-1 .pt-accordion-box {
    background-image: var(--gradient-grey);
	margin-bottom: 30px;
	position: relative;
    padding: 30px;
    border: 1px solid var(--dark-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-accordion-block.style-1 .pt-accordion-box:last-child {
    margin-bottom: 0;
}

.pt-accordion-block.style-1 .pt-accordion-box .pt-ad-title {
    font-size: 26px;
    line-height: 34px;
	cursor: pointer;
}

.pt-accordion-block.style-1 .pt-accordion-box .pt-ad-title .ad-title-text {
    font-size: 16px;
	line-height: 2;
}

.pt-accordion-block.style-1 .pt-accordion-box .pt-ad-title i {
    position: absolute;
	top: 24px;
	right: 30px;
	opacity: 1;
	color: var(--dark-color);
}

.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 {
    position: absolute;
	top: 24px;
	right: 30px;
	opacity: 0;
	color: var(--dark-color);
}

.pt-accordion-block.style-1 .pt-accordion-box.pt-active .pt-ad-title i.inactive {
    opacity: 1;
}

.pt-accordion-block.style-1 .pt-accordion-box.pt-active .pt-ad-title i {
    color: var(--dark-color);
}


.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 .ad-title-text {
    color: var(--dark-color);
}


/* ################################# */

/* Banner */

/* ################################# */


/*===== Banner Title Home Page 1 =====*/

.pt-banner.pt-style-1 .pt-title-ul {
    position: relative;
    display: inline-block;
}

.pt-banner.pt-style-1 .pt-title-ul::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: #FFBEF2;
    z-index: -1;
	transition: var(--transition);
}


/*===== Banner Title =====*/

.pt-banner .pt-section-title .pt-section-main-title .pt-title-ul::before {
    bottom: 10px;
}

/*===== Banner home Page 3 =====*/

.pt-banner.pt-style-3 .pt-section-title .pt-section-main-title  {
    font-size: 72px;
    line-height: 80px;
}


@media (max-width: 1023px) {
    .pt-banner-3 .pt-image-effect img {
        height: 500px;
        object-fit: cover;
    }

    .pt-banner.pt-style-3 .pt-section-title .pt-section-main-title  {
        font-size: 60px;
        line-height: 68px;
    }
}


@media (max-width: 767px) {
    .pt-banner.pt-style-3 .pt-section-title .pt-section-main-title  {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (max-width: 575px) {
    .pt-banner.pt-style-3 .pt-section-title .pt-section-main-title  {
        font-size: 44px;
        line-height: 52px;
    }
}

@media (max-width: 479px) {
    .pt-banner.pt-style-3 .pt-section-title .pt-section-main-title  {
        font-size: 40px;
        line-height: 48px;
    }

    .pt-banner-3 .pt-image-effect img {
        height: 350px;
    }
}

@media (max-width: 379px) {
    .pt-banner.pt-style-3 .pt-section-title .pt-section-main-title  {
        font-size: 36px;
        line-height: 44px;
    }

    .pt-banner-3 .pt-image-effect img {
        height: 300px;
    }
}


/* ################################# */

/* Mailchip */

/* ################################# */

/*===== Banner Form =====*/


.pt-banner-form {
    max-width: 500px;
}

.pt-banner-form .mc4wp-form-fields {
    display: inline-block;
    width: 100%;
    position: relative;
    color: var(--white-color);
}

.pt-banner-form .mc4wp-form-fields input {
    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;
    padding: 0 20px;
    height: 66px;
}

.pt-banner-form input.submit {
    border: transparent;
    width: auto;
    height: 54px;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 9;
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 2;
    text-transform: capitalize;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 0 30px;
}

.pt-banner-form .mc4wp-form-fields svg {
    display: none;
}


.pt-banner-form .mc4wp-form-fields .pt-radio-button {
    margin-bottom: 0;
}

.pt-banner-form .mc4wp-response {
    display: none;
}

.pt-banner-form input[type="radio"],
.pt-banner-form input[type="checkbox"] {
    width: auto;
    height: auto;
    float: none;
    margin-right: 5px;
}

/*===== CTA Form =====*/

.pt-cta .pt-section-title {
    margin-bottom: 30px;
}

.pt-cta-form {
    max-width: 800px;
}

.pt-cta-form .mc4wp-form-fields {
    display: inline-block;
    width: 100%;
    position: relative;
    color: var(--white-color);
}

.pt-cta-form .mc4wp-form-fields input {
    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;
    padding: 0 20px;
    height: 66px;
}

.pt-cta-form input.submit {
    border: transparent;
    width: auto;
    height: 54px;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 9;
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 2;
    text-transform: capitalize;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 0 30px;
}

.pt-cta-form input.submit:hover {
    color: var(--white-color);
    background-color: var(--dark-color);
}

.pt-cta-form .mc4wp-form-fields svg {
    display: none;
}


.pt-cta-form .mc4wp-form-fields .pt-radio-button {
    margin-bottom: 0;
}

.pt-cta-form .mc4wp-response {
    display: none;
}

.pt-cta-form input[type="radio"],
.pt-cta-form input[type="checkbox"] {
    width: auto;
    height: auto;
    float: none;
    margin-right: 5px;
}



/* ################################# */

/* Image Animation */

/* ################################# */

.pt-image-animation {
    display: inline-block;
}

.pt-image-animation.pt-up-down {
    animation: up-down 7s ease-in-out infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(0px);
    }
    
    50% {
        transform: translateY(20px);
    }
}

.pt-image-animation.pt-left-right {
    animation: left-right 7s ease-in-out infinite;
}

@keyframes left-right {
    0% {
        transform: translateX(0px);
    }
    
    50% {
        transform: translateX(20px);
    }
}

.pt-image-animation.pt-top-left {
    animation: top-left 7s ease-in-out infinite;
}

@keyframes top-left {
    0% {
        transform: translate(0, 0);
    }
    
    50% {
        transform: translate(-20px, -20px);
    }
}

.pt-image-animation.pt-top-right {
    animation: top-right 7s ease-in-out infinite;
}

@keyframes top-right {
    0% {
        transform: translate(0, 0);
    }
    
    50% {
        transform: translate(20px, -20px);
    }
}

.pt-image-animation.pt-cw-rotation {
    animation: cw-rotation 5s linear infinite;
}

@keyframes cw-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pt-image-animation.pt-ccw-rotation {
    animation: ccw-rotation 5s linear infinite;
}

@keyframes ccw-rotation {
    0% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(0deg);
    }
}



/* ################################# */

/* Popup Animation  */

/* ################################# */


.pt-popup-animation.pt-style-1 .pt-popup-inner {
    width: 150px;
    height: 150px;
    position: relative;
    background: var(--primary-color);
    padding: 0;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    overflow: hidden;
}

.pt-popup-animation.pt-style-1 a {
    color: var(--white-color);
    display: block;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-popup-animation.pt-style-1 .pt-popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 28px;
    font-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: 28px;
    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: 30px;
    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: 160px;
        height: 160px;
    }

    .pt-popup-animation.pt-style-1 img {
        width: 136px;
        height: 136px;
    }
}

/* ################################# */

/* 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);
}

/* ################################# */

/* Pagination */

/* ################################# */

.pt-pagination {
    margin-top: 15px;
}

.pt-pagination .page-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
    margin-left: 0;
}

.pt-pagination .page-numbers li .page-numbers {
    position: relative;
    display: block;
    padding: 0px 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
    color: var(--white-color);
    background-color: var(--dark-color);
    border: 2px solid var(--dark-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-pagination .page-numbers li .page-numbers:hover {
    color: var(--white-color);
    text-decoration: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
    box-shadow: none;
    outline: 0;
    z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
    cursor: pointer
}

.pt-pagination .page-numbers li .page-numbers.current {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
    width: auto;
}

@media(max-width:767px) {

    .pt-pagination .page-numbers li .next.page-numbers,
    .pt-pagination .page-numbers li .prev.page-numbers {
        width: auto;
        display: none;
    }
}


/* ################################# */

/* Service Single */

/* ################################# */


[data-widget_type="sidebar.default"] .widget .menu-our-services-container {
	background: var(--grey-color);
	border: none;
	box-shadow: none;
}

[data-widget_type="sidebar.default"] .widget .menu-our-services-container .menu {
    margin: 0;
	padding: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-our-services-container .menu li {
    margin: 0 0 10px;
}

[data-widget_type="sidebar.default"] .widget .menu-our-services-container .menu li:last-child {
    margin: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-our-services-container .menu li a {
    padding: 20px;
	border: none;
	background: var(--white-color);
	display: inline-block;
	width: 100%;
	position: relative;
	font-family: var(--title-fonts);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--dark-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

[data-widget_type="sidebar.default"] .widget .menu-our-services-container .menu li a:before {
    content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px;
	right: 20px;
	left: auto;
	top: 24px;
	position: absolute;
	color: inherit;
	line-height: normal;
}

[data-widget_type="sidebar.default"] .widget .menu-our-services-container .menu li a:hover,
[data-widget_type="sidebar.default"] .widget .menu-our-services-container .menu li.current_page_item a {
    background: var(--primary-color);
	color: var(--white-color);
}



/* ################################# */

/* Up-down Marquee */

/* ################################# */

/*====== Up-down marquee Style-1 =====*/

.pt-updown-marquee.pt-style-1 {
    display: flex;
    gap: 30px;
    height: 800px;
    width: calc((1400px / 2 ) + ((100vw - 1400px) / 2) - 45px);
}

.pt-updown-marquee.pt-style-1 .pt-marquee {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.pt-updown-marquee.pt-style-1 .pt-marquee img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    
}

.pt-updown-marquee.pt-style-1 .pt-marquee.up-marquee {
    animation: slideup 20s linear infinite;
    animation-duration: 20s;
    transform: translateY(-100%);

}

.pt-updown-marquee.pt-style-1 .pt-marquee.down-marquee {
    animation: slidedown 20s linear infinite;
    animation-duration: 20s;
}


@keyframes slideup {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

@keyframes slidedown {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-100%);
	}
}

@media (max-width: 1400px) {
    .pt-updown-marquee.pt-style-1 {
        width: calc((100vw / 2 ) - 30px);
    }
}

/*====== Up-down marquee Style-2 =====*/

.pt-updown-marquee.pt-style-2 {
    display: flex;
    gap: 30px;
    width: 100vw;
    flex-direction: column;
    rotate: 355deg;
}

.pt-updown-marquee.pt-style-2 .pt-marquee {
    display: flex;
    gap: 30px;
}

.pt-updown-marquee.pt-style-2 .pt-marquee img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    width: 500px;
    border: 1px solid var(--dark-color);
}

.pt-updown-marquee.pt-style-2 .pt-marquee.up-marquee {
    animation: slideleft 20s linear infinite;
    transform: translateY(-100%);
}

.pt-updown-marquee.pt-style-2 .pt-marquee.down-marquee {
    animation: slideright 20s linear infinite;
}

@keyframes slideleft {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}
}

@keyframes slideright {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

@media (max-width: 1400px) {
    .pt-updown-marquee.pt-style-2 {
        width: calc((100vw / 2 ) - 30px);
    }
}

@media (max-width: 1023px) {

    .pt-updown-marquee.pt-style-2 .pt-marquee.up-marquee {
        animation: slideleft 15s linear infinite;
    }
    
    .pt-updown-marquee.pt-style-2 .pt-marquee.down-marquee {
        animation: slideright 15s linear infinite;
    }
}

@media (max-width: 767px) {

    .pt-updown-marquee.pt-style-2 .pt-marquee.up-marquee {
        animation: slideleft 10s linear infinite;
    }
    
    .pt-updown-marquee.pt-style-2 .pt-marquee.down-marquee {
        animation: slideright 10s linear infinite;
    }
}


/* ################################# */

/* Image Box */

/* ################################# */


/*+++++++++ Image Box Style-1 +++++++++*/


.pt-image-box.pt-style-1 {
    text-align: center;
    padding: 30px;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--dark-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 {
    height: 100%;
    width: auto;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    border: 1px solid var(--light-black);
    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: 28px;
        line-height: 36px;
    }
}

@media(max-width:767px) {

    .pt-image-box.pt-style-1 .pt-image-box-title {
        font-size: 24px;
        line-height: 32px;
    }
}


/*+++++++++ Image Box Style-2 +++++++++*/


.pt-image-box-list-2  {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.pt-image-box.pt-style-2 {
    width: 200px;
    height: 200px;
    background-color: var(--grey-color);
    border: 1px solid var(--dark-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px; 
    text-align: center;
    align-content: center;
    padding: 15px;
}

.pt-image-box.pt-style-2 .pt-image-box-media img {
    width: 54px;
    height: 54px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius); 
}

.pt-image-box.pt-style-2 .pt-image-box-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
}


