/*
Template: Wellora - Wellness and Spa Salon HTML Template
Author: peacefulqode.co.in
Version: 1.0
Design and Developed by: Peacefulqode

*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy data
==> OWL Carousel
==> Pagination
==> Error
==> Breadcrumb
==> Service Single
==> Header
==> Section Title
==> Isotope Portfolio
==> Portfolio
==> Service Box
==> Video Popup
==> Testimonial  
==> Progress Bar
==> Recent Post 
==> Team
==> Accordion
==> Price Plan
==> Cards
==> animation 
==> Custom Cursor Container
==> Blog
==> Image Gallary
==> Glass Effect
==> Before After Card
==> Process Card
==> Custom CSS 

======================================
[ End table content ]
======================================*/

/* ==========fonts =========*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');


/*================================================
Moz Selection
================================================*/

:root {
    --primary-color: #214442;
    --primary-color-rgb: 33, 68, 66;
    --dark-color: #51766A;
    --dark-color-rgb: 81, 118, 106;
    --secondary-color: #757474;
    --secondary-color-rgb: 117, 116, 116;
    --grey-color: #F4EFE9;
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;
    --body-fonts: "Jost", sans-serif;
    --title-fonts: "Marcellus", serif;
    --pq-border-radius: 20px;
    --big-border-radius: 900px;
    --transition: all 0.5s ease-in-out;
}

/*================================================
General
================================================*/
body {
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    /* ~24px → 28px */
    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;
    font-weight: 400;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: clamp(2.25rem, 1.5rem + 2vw, 3.5rem);
    /* 36px → 56px */
    line-height: 1.25;
    /* ~72px (multiple of 8) */
}

h2 {
    font-size: clamp(2rem, 1.3rem + 1.8vw, 3rem);
    /* 32px → 48px */
    line-height: 1.25;
    /* ~56px (multiple of 8) */
}

h3 {
    font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem);
    /* 28px → 40px */
    line-height: 1.3;
    /* ~48px (multiple of 8) */
}

h4 {
    font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem);
    /* 24px → 32px */
    line-height: 1.35;
    /* ~40px (multiple of 8) */
}

h5 {
    font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.75rem);
    /* 20px → 28px */
    line-height: 1.4;
    /* ~32px (multiple of 8) */
}

h6 {
    font-size: clamp(1.25rem, 0.8rem + 1vw, 1.5rem);
    /* 16px → 24px */
    line-height: 1.5;
    /* ~24px/32px (fits grid) */
}

/*===== HTML Tags =====*/
a,
.button {
    color: var(--dark-color);
    outline: none !important;
    text-decoration: none;
    transition: var(--transition);
}

a:focus,
a:hover {
    color: var(--primary-color);
    outline: none;
    text-decoration: none !important;
}

p {
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    background: var(--white-color);
    padding: 15px;
    border: 1px solid var(--grey-color);
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

b,
strong {
    font-weight: 600;
}

/*===== Lists (Nested) =====*/
ol,
ul {
    padding-left: 25px;
    margin-bottom: 1em;
}

ol li {
    list-style: none;
}

ol ol {
    padding-left: 25px;
}

ul li {
    list-style: none;
}

/*===== Definition Lists =====*/
dl dd {
    margin-bottom: 15px;
}

dl dd:last-child {
    margin-bottom: 0px;
}

/*===== Table =====*/
table {
    border: 2px solid var(--grey-color);
    width: 100%;
    margin-bottom: 20px;
}

table td,
table th {
    border: 2px solid var(--grey-color);
    padding: 8px;
    text-align: center;
}

/*===== Input Textarea =====*/
input,
input.form-control {
    background: var(--white-color);
    font-family: var(--body-fonts);
    border: 1px solid rgba(var(--dark-color-rgb), .2);
    color: var(--dark-color);
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 12px 30px;
    height: 56px;
    line-height: 56px;
    outline: none;
    border-radius: var(--pq-border-radius);
    transition: var(--transition);
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
    float: none;
    margin-right: 5px;
}

textarea,
.form-control {
    font-family: var(--body-fonts);
    /* background: var(--grey-color); */
    background: transparent;
    border: 1px solid rgba(var(--dark-color-rgb), .2);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 15px 25px;
    font-size: 16px;
    outline: none;
    -webkit-border-radius: var(--pq-border-radius);
    -moz-border-radius: var(--pq-border-radius);
    border-radius: var(--pq-border-radius);
    transition: var(--transition);
}

/*===== Select =====*/
select,
select.form-control {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0 25px;
    height: 54px;
    line-height: 54px;
    outline: none;
    border-radius: 900px;
    transition: var(--transition);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px bottom 50%;
    background-size: 20px 20px;
}

.container {
    max-width: 1400px;
    position: relative;
}

section {
    padding: 110px 0;
    position: relative;
    margin: 0 30px;
    border-radius: 20px;
}

@media(max-width:1499px) {
    section {
        margin: 0;
        border-radius: 0;
    }
}

@media(max-width:1099px) {
    section {
        padding: 60px 0;
    }
}

.pq-bg-grey {
    background-color: var(--grey-color);
    border: 0;
}

/*================================================
Loading
================================================*/
/* Fullscreen overlay */
#pq-loading {
    position: fixed;
    inset: 0;
    background: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Hide state */
#pq-loading.hide {
    opacity: 0;
    visibility: hidden;
}

/* Loader wrapper */
.pq-loader {
    position: relative;
    width: 150px;
    height: 150px;
}

/* Rotating half-half border */
.pq-loader-circle {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--primary-color);
    /* top half color */
    border-right-color: var(--grey-color);
    /* right half color */
    border-bottom-color: var(--primary-color);
    /* bottom half color */
    border-left-color: var(--grey-color);
    /* left half color */
    animation: spin 1.5s linear infinite;
}

/* Center logo */
.pq-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-width:767px) {
    .pq-loader img {
        position: absolute;
        transform: translate(-50%, -50%);
        max-width: 50px;
    }

    .pq-loader {
        position: relative;
        width: 120px;
        height: 120px;
    }
}

/*================================================
Back to Top
================================================*/
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: var(--big-border-radius);
    box-shadow: inset 0 0 0 2px rgba(var(--dark-color-rgb), .4);
    background: var(--grey-color);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: "\e660";
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    color: var(--dark-color);
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    color: var(--primary-color);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*================================================
Wordpress Core
================================================*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 0px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--grey-color);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"] {
    font-family: var(--title-fonts);
    font-size: 18px;
    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: 1.6;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

/*===== Button Flat =====*/

.pq-button {
    overflow: hidden;
    font-family: var(--title-fonts);
    line-height: 1.6;
    font-size: 18px;
    padding: 16px 30px;
    position: relative;
    width: auto;
    height: auto;
    color: var(--white-color);
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    background: var(--primary-color);
    text-decoration: none;
    border-radius: var(--big-border-radius);
    transition: var(--transition);
}

.pq-button:hover {
    color: var(--white-color);
}

.pq-button.pq-button-flat .pq-button-text {
    transition: var(--transition);

}

.pq-button.pq-button-flat i {
    max-width: 20px;
    height: 1em;
    line-height: 1.3;
    margin: 0 0 0 8px;
    transition: var(--transition);
}


@keyframes pq-text-animate {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.pq-button-text span {
    display: inline-block;
    opacity: 1;
    transition: var(--transition);
}

.pq-button.pq-button-flat .pq-button-text span {
    opacity: 1;
}

.pq-button.pq-button-flat:hover .pq-button-text span {
    animation: pq-text-animate 0.4s ease forwards;
    opacity: 1;
}

/*===== Button link =====*/

.pq-button.pq-button-link {
    display: inline-flex;
    font-family: var(--title-fonts);
    text-transform: capitalize;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 18px;
    align-items: center;
    position: relative;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.pq-button.pq-button-link .pq-button-text {
    position: relative;
    color: var(--primary-color);
}

.pq-button.pq-button-link .pq-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: all 0.7s ease-in-out;
}

.pq-button.pq-button-link:hover .pq-button-text::before {
    width: 100%;
}

.pq-button.pq-button-link .pq-button-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.pq-button.pq-button-link:hover .pq-button-text::after {
    width: 0;
}

/*===== Button outline =====*/

.pq-button.pq-button-outline {
    overflow: hidden;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 0.04em;
    font-size: 18px;
    padding: 4px 4px 4px 30px;
    position: relative;
    width: auto;
    height: auto;
    color: var(--dark-color);
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 2px solid var(--dark-color);
    gap: 10px;
    text-decoration: none;
    border-radius: var(--big-border-radius);
    transition: var(--transition);
}

.pq-button.pq-button-outline:hover {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.pq-button.pq-button-outline i {
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: var(--big-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: rotate(-45deg);
    transition: var(--transition);
}

.pq-button.pq-button-outline:hover i {
    transform: rotate(0deg);
}

/*===== Button Rounded =====*/

.pq-button.pq-button-rounded {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    border-radius: var(--big-border-radius);
    background: var(--dark-color);
    color: var(--white-color);
    text-align: center;
    transition: var(--transition);
}

.pq-button.pq-button-rounded:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*================================================
OWL Carousel
================================================*/
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-nav {
    position: relative;
    top: 0%;
    transform: translateY(0);
    margin: 0;
    width: 100%;
    display: flex;
    cursor: inherit;
    justify-content: center;
}

.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;
    padding: 0 !important;
    margin: 0 5px;
    border: none;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    background: var(--primary-color);
    color: var(--white-color);
    transition: var(--transition);
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.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(--white-color);
    background: var(--dark-color);
}

.owl-carousel .owl-nav button i::before {
    line-height: inherit;
}

/*===== 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: rgba(var(--dark-color-rgb), .08);
    border: 0 solid rgba(var(--dark-color-rgb), .08);
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 12px;
    width: 12px;
    transition: var(--transition-duration);
    -webkit-transition: var(--transition-duration);
    -o-transition: var(--transition-duration);
    -moz-transition: var(--transition-duration);
    -ms-transition: var(--transition-duration);
    cursor: pointer;
    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pt-border-radius);
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--dark-color);
    border-color: var(--dark-color);
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--dark-color);
    border-color: var(--dark-color);
    opacity: 1;
}

/*================================================
Pagination
================================================*/
.pq-pagination {
    margin-top: 30px;
}

.pq-pagination .page-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pq-pagination .page-numbers li:first-child .page-numbers {
    margin-left: 0;
}

.pq-pagination .page-numbers li .page-numbers {
    position: relative;
    display: block;
    padding: 0px 20px;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    margin: 0 5px;
    color: var(--dark-color);
    background-color: var(--grey-color);
    letter-spacing: 0.04em;
    border: 0 solid var(--grey-color);
    -webkit-border-radius: var(--big-border-radius);
    -moz-border-radius: var(--big-border-radius);
    border-radius: var(--big-border-radius);
    font-family: var(--title-fonts);
}

.pq-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;
}

.pq-pagination .page-numbers li .page-numbers:focus {
    box-shadow: none;
    outline: 0;
    z-index: 2;
}

.pq-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
    cursor: pointer
}

.pq-pagination .page-numbers li .page-numbers.current {
    color: var(--white-color);
    background: var(--dark-color);
    border-color: var(--dark-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;
}

.pq-pagination .page-numbers li .next.page-numbers,
.pq-pagination .page-numbers li .prev.page-numbers {
    width: auto;
}

.pq-blog-style-3-block .pq-pagination {
    margin-top: 60px;
}

@media(max-width:767px) {
    .pq-pagination {
        margin-top: 0;
    }

    .pq-blog-style-3-block .pq-pagination {
        margin-top: 30px;
    }

    .pq-pagination .page-numbers li .next.page-numbers,
    .pq-pagination .page-numbers li .prev.page-numbers {
        width: auto;
        display: none;
    }
}

/*================================================
Error
================================================*/
.pq-error-block {
    text-align: center;
}

.pq-error-block .pq-errot-text {
    font-size: 420px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    line-height: 0.8;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
}

@media(max-width:1023px) {
    .pq-error-block .pq-errot-text {
        font-size: 320px;
    }
}

@media(max-width:767px) {
    .pq-error-block .pq-errot-text {
        font-size: 200px;
    }

    .pq-error-block h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media(max-width:479px) {
    .pq-error-block .pq-errot-text {
        font-size: 130px;
    }
}

/*================================================
breadcrumb
================================================*/
.pq-breadcrumb-style-1 {
    background-image: url("../image/breadcrumb/1.jpg");
    border-radius: var(--pq-border-radius);
    padding: 160px 0;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: start;
    z-index: 1;
    overflow: hidden;
    margin: 0 30px;
    padding-top: 130px;
}

.pq-breadcrumb-style-1::before {
    content: "";
    opacity: 0;
    position: absolute;
    background-color: var(--dark-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pq-breadcrumb-style-1 .pq-breadcrumb-title h1 {
    font-size: clamp(2.25rem, 1.5rem + 3vw, 4.5rem);
    line-height: 1.6;
    color: var(--primary-color);
}

.pq-breadcrumb-style-1 .pq-breadcrumb-title,
.pq-breadcrumb-style-1 .pq-breadcrumb-container {
    width: 80%;
}

.pq-breadcrumb-style-1 .pq-breadcrumb-container .breadcrumb {
    display: inline-block;
    margin: 0;
}

.pq-breadcrumb-style-1 .pq-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.04em;
}

.pq-breadcrumb-style-1 .pq-breadcrumb-container .breadcrumb li a {
    color: var(--primary-color);
}

.pq-breadcrumb-style-1 .pq-breadcrumb-container .breadcrumb li a i {
    margin-right: 5px;
}

.pq-breadcrumb-container .breadcrumb li a>i {
    width: 30px;
    height: 30px;
    background: var(--white-color);
    border-radius: 100%;
    line-height: 30px;
    font-size: 14px;
    margin-right: 15px;
    color: var(--primary-color);
    display: none;
}

.pq-breadcrumb-style-1 .pq-breadcrumb-container .breadcrumb li.active {
    color: var(--primary-color);
}

.pq-breadcrumb-style-1 .pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e649";
    font-size: 12px;
    font-family: "themify";
    padding-right: 15px;
    color: var(--primary-color);
    float: none;
}

@media(max-width:1499px) {
    .pq-breadcrumb-style-1 {
        border-radius: 0;
        margin: 0;
    }

    .pq-breadcrumb-wrapper {
        padding: 0;
    }
}

@media(max-width:1023px) {
    .pq-breadcrumb-style-1 {
        padding: 90px 0 90px;
    }
}

@media(max-width:767px) {
    .pq-breadcrumb-style-1 .pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 10px;
        font-size: 12px;
    }

    .pq-breadcrumb-style-1 .pq-breadcrumb-title,
    .pq-breadcrumb-style-1 .pq-breadcrumb-container {
        width: 100%;
    }
}

/*================================================
service single
================================================*/
/*===== Single-page =====*/
.pq-Serene-Escape-block {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 45px;
}

.pq-serene-escape-block-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 30px;
    height: auto;
    align-self: start;
}

.pq-Serene-Escape-bottom-box {
    background-color: var(--grey-color);
    border-radius: var(--pq-border-radius);
    padding: 30px;
    text-align: center;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pq-Serene-Escape-bottom-box {
    animation: slideUp 0.5s ease-out forwards;
    animation-delay: 0.5s;
}

.pq-Serene-Escape-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pq-Serene-Escape-bottom-box .pq-serene-escape-title {
    color: var(--primary-color);
    font-size: 20px;
}

.pq-Serene-Escape-box-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: var(--pq-border-radius);
    padding: 15px;
    color: var(--white-color);
}

.pq-Serene-Escape-box-content .pq-Serene-Escape-number {
    color: var(--white-color);
}

.pq-Serene-Escape-box-content .pq-Serene-Escape-icon {
    color: var(--white-color);
}

.pq-Serene-Escape-img {
    border-radius: var(--pq-border-radius);
}

.pq-serene-escape-block-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pq-serene-escape-block-right .pq-serene-escape-img {
    border-radius: var(--pq-border-radius);
}

.pq-serene-escape-media {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: var(--pq-border-radius);
}

.pq-serene-escape-media img {
    transition: var(--transition);
    -webkit-transition: var(--transition);
    display: block;
    width: 100%;
}

.pq-serene-escape-media::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pq-serene-escape-media:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.pq-serene-escape-block-right .pq-serene-escape-box-center .pq-serene-escape-title {
    color: var(--primary-color);
    margin-bottom: 30px;
}

.pq-serene-escape-block-right .pq-serene-escape-container .pq-serene-escape-left-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pq-serene-escape-block-right .pq-serene-escape-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.pq-serene-escape-block-right .pq-serene-escape-container .pq-serene-escape-heading {
    color: var(--primary-color);
    font-size: 20px;
}

.pq-serene-escape-block-right .pq-serene-escape-icon {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.pq-serene-escape-block-right .pq-serene-escape-icon svg {
    height: 18px;
    width: 18px;
    fill: var(--dark-color);
}

.pq-serene-escape-container-bottom .pq-serene-escape-heading {
    color: var(--primary-color);
    margin-bottom: 20px;
}

.pq-serene-escape-heading .pq-serene-escape-title {
    color: var(--primary-color);
}

.pq-service-icon-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.pq-service-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pq-service-icon-box-icon {
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(var(--dark-color-rgb), .1);
}

.pq-serene-escape-block-right .pq-service-icon {
    font-size: 40px;
    padding: 15px 15px 0 15px;
    border-radius: 10px 10px 10px 10px;
    background-color: var(--dark-color);
    transition: background-color 0.3s ease;
}

.pq-serene-escape-list {
    padding-left: 0;
}

.pq-serene-escape-block-right .pq-service-icon i {
    color: var(--white-color);
}

.pq-service-icon-box-title {
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

@media(max-width:1099px) {
    .pq-Serene-Escape-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pq-serene-escape-block-left {
        position: static;
        top: auto;
    }
}

@media(max-width:979px) {
    .pq-serene-escape-block-right .pq-serene-escape-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media(max-width:767px) {
    .pq-service-icon-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .pq-serene-escape-block-right {
        gap: 10px;
    }

    .pq-service-icon-box-wrapper {
        gap: 5px;
    }

    .pq-service-icon-box-icon {
        padding-bottom: 10px;
    }

    .pq-serene-escape-block-right .pq-serene-escape-icon {
        margin-bottom: 10px;
    }
}

/*================================================
Header
================================================*/
/*===== Logo =====*/
header#pq-header .pq-bottom-header .navbar .navbar-brand {
    line-height: 80px;
    padding: 0;
}

header#pq-header .pq-bottom-header .navbar .navbar-brand img {
    height: 55px;
    max-width: 100%;
}

/*===== Header Navbar =====*/
header#pq-header .pq-bottom-header {
    min-height: 90px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

header#pq-header .pq-bottom-header .navbar {
    padding: 0;
}

header#pq-header .pq-bottom-header .navbar .pq-menu-contain {
    display: inline-block;
    width: 100%;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav {
    float: none;
    justify-content: center;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li {
    position: relative;
    float: left;
    margin-right: 30px;
    color: #214442;
    line-height: 90px;
    font-weight: 400;
    font-family: var(--title-fonts);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:last-child {
    margin-right: 0;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li a {
    color: #214442;
    text-transform: capitalize;
    font-weight: 400;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li a:focus,
header#pq-header .pq-bottom-header .navbar .navbar-nav li a:hover,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover a {
    color: var(--primary-color);
}

/*===== Sub menu Bar =====*/
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu {
    display: none;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu {
    display: block;
    background: var(--white-color);
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    display: inline-block;
    width: 210px;
    z-index: 999;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}


header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li {
    line-height: 2;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    color: var(--secondary-color);
    transition: all 0.5s ease;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:first-child {
    border-radius: 15px 15px 0 0;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:last-child {
    border-radius: 0 0 15px 15px;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li i {
    margin-left: 5px;
    font-size: 14px;
    transition: all 0.5s ease;
    color: var(--primary-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .pq-submenu-icon,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-item .pq-submenu-icon {
    color: var(--primary-color)
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a {
    line-height: 2;
    text-transform: capitalize;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    color: #214442;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:first-child a {
    border-radius: 15px 15px 0 0;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:last-child a {
    border-radius: 0 0 15px 15px;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
    background: var(--primary-color);
    color: var(--white-color);
}

/*===== Navigation Sub Menu =====*/
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
    display: none;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    background: var(--white-color);
    padding-left: 0;
    display: inline-block;
    width: 200px;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pq-submenu-icon {
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 2;
    font-size: 12px;
    color: var(--white-color);
    transform: rotate(270deg);
    margin: 0;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pq-submenu-icon {
    color: var(--white-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
    color: var(--white-color);
}

/*===== Navigation searcha =====*/
header#pq-header .pq-menu-search-block {
    position: relative;
    margin-right: 20px;
}

header#pq-header .pq-menu-search-block a {
    color: var(--dark-color);
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #2144421A;
    text-align: center;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.navbar-expand-xl {
    justify-content: space-between;
}

header#pq-header .pq-bottom-header .pq-btn-container {
    margin-left: auto;
}

/*=====  Header Search =====*/

.pq-menu-search-block .offcanvas {
    position: fixed;
    z-index: 1050;
    background-color: var(--white-color) !important;
    padding: 45px;
    height: auto;
    bottom: inherit;
    transform: translateY(-100%) !important;
    transition: all 0.5s ease;
    overflow: hidden;
}

.fade {
    transition: opacity 0.5s linear;
}

.pq-menu-search-block .offcanvas.show {
    display: block;
    transform: translateY(0%) !important;
}

.pq-menu-search-block .offcanvas .btn-close {
    opacity: 1;
    background: none;
    color: var(--white-color);
    font-size: 0;
    position: absolute;
    right: -60px;
    line-height: normal;
    padding: 0;
    box-shadow: none;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-weight: 400;
}

.pq-menu-search-block .offcanvas .btn-close:before {
    font-size: 16px;
    content: "\e646";
    font-family: 'themify';
}

.pq-menu-search-block .offcanvas .btn-close:after {
    content: "";
    background: var(--dark-color);
    width: 54px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    border-radius: 100%;
    z-index: -1;
}

.pq-menu-search-block .offcanvas .btn-close:hover:after {
    background: var(--primary-color);
}

.pq-menu-search-block .offcanvas .btn-close:hover {
    color: var(--white-color);
}

.pq-menu-search-block .offcanvas .search-form {
    margin: 0 auto;
    width: 60%;
    position: relative;
}

.pq-menu-search-block .offcanvas .search-form label {
    display: block;
}

.pq-menu-search-block .offcanvas .search-form .search-field {
    border: none;
    color: var(--secondary-color);
    background: var(--grey-color);
    padding-left: 30px;
    margin: 0;
}

.pq-menu-search-block .offcanvas .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 20px;
    position: absolute;
    text-align: center;
    color: var(--dark-color);
    line-height: 54px;
    height: 54px;
    width: 54px;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pq-menu-search-block .offcanvas .search-form .search-submit:before {
    content: "\e610";
    font-family: 'themify';
    font-weight: 500;
}

.pq-menu-search-block .offcanvas .search-form #search-clear {
    display: none;
}

.pq-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pq-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pq-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pq-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.pq-menu-search-block .offcanvas .search-form .search-field:focus {
    color: var(--dark-color);
}

.pq-menu-search-block .offcanvas .search-form .search-submit {
    background: transparent;
    color: var(--dark-color) !important;
}

.pq-menu-search-block .offcanvas .search-form .search-submit:hover {
    color: var(--primary-color) !important;
}

@media(max-width:1199px) {
    .navbar-toggler {
        height: 60px;
        width: 60px;
    }

    /*===== Button Toggler =====*/
    .navbar-expand-xl .navbar-toggler {
        display: block;
    }

    .navbar-expand-xl .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    header#pq-header .pq-bottom-header .navbar-toggler {
        font-size: 20px;
        padding: 12px 18px;
        line-height: normal;
        float: right;
        outline: none;
        margin: 0 0 0 15px;
        color: var(--white-color);
        box-shadow: none;
        background: var(--dark-color);
    }

    header#pq-header .pq-bottom-header .navbar-toggler:hover {
        color: var(--white-color);
        background: var(--dark-color);
    }

    header#pq-header .pq-bottom-header .navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background: var(--white-color);
        max-height: 330px;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 999;
    }

    header#pq-header .pq-search-form {
        top: 57px;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav {
        width: 100%;
        display: inline-block;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li {
        width: 100%;
        display: inline-block;
        line-height: normal;
        position: relative;
        font-size: 16px;
        position: relative;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li a {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li i {
        margin-left: 0;
        opacity: 1;
        font-size: 12px;
        position: absolute;
        right: 15px;
        margin-top: 0;
        top: 15px;
        transform: none;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 0;
        background: var(--dark-color);
        box-shadow: none;
        display: inline-block;
        width: 100%;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
        background: var(--dark-color);
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pq-submenu-icon {
        opacity: 1;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 2;
        font-size: 12px;
        padding: 12px 30px;
        transform: none;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a {
        padding: 10px 30px;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li>a:hover,
    header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover>a {
        background: var(--primary-color);
        color: var(--white-color);
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
        background: var(--primary-color);
        color: var(--white-color);
    }

    header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a,
    header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li.current-menu-item>a {
        color: var(--dark-color);
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.pq-submenu-icon,
    header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover>.pq-submenu-icon {
        color: var(--white-color);
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        display: inline-block;
        width: 100%;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu>li>a {
        background: var(--white-color);
        color: var(--dark-color);
    }

    header#pq-header .pq-top-header .pq-header-contact ul li {
        padding: 10px 10px;
    }

    header#pq-header.pq-header-default .pq-shop-btn+.pq-btn-container {
        margin-left: 0;
    }

    header#pq-header.pq-header-default .pq-menu-search-block {
        margin-left: auto;
    }

    header#pq-header.pq-header-default .pq-toggle-btn {
        display: none;
    }

    header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li>a {
        padding-bottom: 15px;
    }

    header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li>a:before {
        display: none;
    }

    header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li>i {
        display: inline-block;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover>a {
        color: var(--dark-color);
    }

    header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li:hover>a {
        color: var(--white-color);
    }

    header#pq-header .pq-bottom-header .navbar-toggler:hover {
        background: var(--primary-color);
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:first-child a {
        border-radius: 0;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:last-child a {
        border-radius: 0;
    }
}

@media(max-width:1099px) {

    header#pq-header .pq-bottom-header .navbar .navbar-nav li {
        margin-right: 20px;
    }

    header#pq-header .pq-bottom-header {
        padding: 0;
    }
}

@media(max-width: 1023px) {

    header#pq-header .pq-btn-container {
        margin-left: auto;
    }
}

@media(max-width:767px) {

    header#pq-header .pq-bottom-header .navbar-toggler {
        margin: 0;
    }

    .navbar-brand {
        margin: 0;
    }

    header#pq-header .pq-btn-container {
        display: none;
    }
}

/*===== header-style-2 =====*/
header#pq-header.pq-header-style-2 {
    position: absolute;
    width: 100%;
    z-index: 99;
}

header#pq-header.pq-header-style-2 .pq-header-line {
    width: 100%;
    height: 1px;
    background-color: #2144421A;
    width: calc(100% - 60px);
    margin: 0 auto
}

header#pq-header.pq-header-style-2 .pq-btn-container {
    margin-top: 0;
}

@media(max-width:1199px) {
    header#pq-header.pq-header-style-2 .pq-menu-search-block {
        margin-right: 10px;
    }

    header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li:hover>a {
        color: var(--white-color);
    }

    header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li {
        margin-right: 9px;
    }

    header#pq-header.pq-header-style-2 .pq-menu-search-block {
        margin-left: auto;
    }

    header#pq-header.pq-header-style-2 .pq-btn-container {
        margin-left: 5px;
    }
}

@media(max-width:767px) {
    header#pq-header.pq-header-style-2 .pq-bottom-header .navbar-toggler {
        margin: 0;
    }

    header#pq-header.pq-header-style-2 .pq-menu-search-block {
        display: none;
    }
}

/*===== header-style-3 =====*/
header#pq-header.pq-header-style-3 {
    position: absolute;
    width: 100%;
    z-index: 99;
}

header#pq-header.pq-header-style-3 .pq-bottom-header {
    background-color: var(--primary-color);
    margin: 0 30px 0 30px;
    min-height: 100px;
    display: flex;
    align-items: center;
    border-radius: 20px 20px 0 0;

}

header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li a {
    color: var(--white-color);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li:hover .pq-submenu-icon,
header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li.current-menu-item .pq-submenu-icon {
    color: var(--white-color);
}

header#pq-header.pq-header-style-3 .pq-menu-search-block a {
    color: var(--dark-color);
    font-size: 18px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: var(--white-color);
    text-align: center;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

header#pq-header.pq-header-style-3 .pq-btn-container {
    margin-top: 0;
}

header#pq-header.pq-header-style-3 .pq-button {
    color: var(--primary-color);
    background-color: var(--white-color);
    margin-right: 20px;
}

header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li i {
    color: var(--white-color)
}

@media(max-width:1499px) {
    header#pq-header.pq-header-style-3 .pq-bottom-header {
        margin: 0;
        border-radius: 0;
    }
}

@media(max-width:1279px) {
    header#pq-header.pq-header-style-3 .pq-menu-search-block {
        margin-left: auto;
    }
}

@media(max-width:1199px) {
    header#pq-header.pq-header-style-3 .pq-button {
        margin-right: 20px;
    }

    header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li {
        margin-right: 5px;
    }

    header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li a {
        color: var(--dark-color);
    }

    header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li .pq-submenu-icon {
        color: var(--dark-color);
    }

    header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li:hover .pq-submenu-icon,
    header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li.current-menu-item .pq-submenu-icon {
        color: var(--primary-color);
    }

    header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav>li:hover>a {
        color: var(--white-color);
    }

    header#pq-header.pq-header-style-3 .pq-button {
        margin-right: 0;
    }
}

@media(max-width:1023px) {
    .pq-header-style-3 .navbar-toggler {
        background-color: var(--white-color);
        color: var(--primary-color);
    }

    header#pq-header.pq-header-style-3 .pq-btn-container {
        margin-left: 0;
    }
}

@media(max-width:767px) {
    header#pq-header.pq-header-style-3 .pq-menu-search-block {
        display: none;
    }

    .pq-header-style-3 .navbar-toggler {
        background-color: var(--primary-color);
        color: var(--white-color);

    }

    header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-brand img {
        height: 50px;
    }
}

/*===== header-style-4 =====*/
header#pq-header.pq-header-style-4 {
    width: 100%;
    z-index: 99;
}

header#pq-header.pq-header-style-4 .pq-header-line {
    width: 100%;
    height: 1px;
    background-color: #2144421A;
    width: calc(100% - 60px);
    margin: 0 auto
}

header#pq-header.pq-header-style-4 .pq-btn-container {
    margin-top: 0;
}

@media(max-width:1199px) {
    header#pq-header.pq-header-style-4 .pq-menu-search-block {
        margin-right: 10px;
    }

    header#pq-header.pq-header-style-4 .pq-bottom-header .navbar .navbar-nav li {
        margin-right: 9px;
    }

    header#pq-header.pq-header-style-4 .pq-bottom-header .navbar .navbar-brand img {
        height: 45px;
    }

    header#pq-header.pq-header-style-4 .pq-menu-search-block {
        margin-left: auto;
    }

    header#pq-header.pq-header-style-4 .pq-btn-container {
        margin-left: 5px;
    }
}

@media(max-width:767px) {
    header#pq-header.pq-header-style-4 .pq-bottom-header .navbar-toggler {
        margin: 0;
    }

    header#pq-header.pq-header-style-4 .pq-menu-search-block {
        display: none;
    }

    header#pq-header.pq-header-style-4 .pq-bottom-header .navbar .navbar-brand img {
        height: 55px;
    }
}

/*================================================
Section Title
================================================*/
.pq-section-title.text-center {
    max-width: 55%;
    width: 100%;
    margin: 0 auto;
}

.pq-section-title.text-center .pq-title .pq-title-subtitle {
    position: relative;
    display: inline-block;
}

.pq-section-title.text-center .pq-title .pq-title-heading {
    margin-bottom: 0;
}


.pq-section-title .pq-title .pq-title-heading {
    margin-bottom: 10px;
    color: var(--primary-color);
}

.pq-section-title .pq-title .pq-title-subtitle {
    position: relative;
}

.pq-section-title .pq-title .pq-title-subtitle span {
    text-transform: capitalize;
    color: var(--dark-color);
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    align-items: center;
    font-size: 18px;
    line-height: 1em;
}

.pq-section-title .pq-title .pq-title-subtitle img {
    position: absolute;
    top: -70px;
    left: 0;
}

.pq-section-title .pq-title .pq-title-description {
    font-size: 18px;
    line-height: 1.8;
    color: var(--secondary-color);
    margin: 0;
}

@media(max-width:1279px) {
    .pq-section-title.text-center {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .pq-section-title .pq-title .pq-title-subtitle img {
        display: none;
    }

    .pq-section-title.text-center {
        max-width: 100%;
    }
}

/*================================================
Isotope Portfolio
================================================*/
/*===== Portfolio Grid =====*/
.pq-grid {
    display: inline-block;
    width: 100%;
    float: left;
}

.pq-grid:after {
    content: '';
    display: block;
    clear: both;
}

.pq-grid .pq-col-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pq-grid .pq-col-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pq-grid .pq-col-4 {
    width: 33.33%;
    padding: 0 15px 30px;
}

@media(max-width:1199px) {
    .pq-grid .pq-col-3 {
        width: 33.333%;
    }
}

@media(max-width:1023px) {

    .pq-grid .pq-col-4,
    .pq-grid .pq-col-3 {
        width: 50%;
    }
}

@media(max-width:767px) {

    .pq-grid .pq-col-6,
    .pq-grid .pq-col-4,
    .pq-grid .pq-col-3 {
        width: 100%;
        padding: 0 0 30px;
    }
}

/*===== Portfolio Masonry =====*/
.pq-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pq-masonry .ipq-lg-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pq-masonry .ipq-lg-4 {
    width: 33.333%;
    padding: 0 15px 30px;
}

.pq-masonry .ipq-lg-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pq-masonry-item.visible_item {
    display: none !important;
}

.pq-grid-item.visible_item {
    display: none !important;
}

.pq-job-item.visible_item {
    display: none !important;
}

.pq-job-grid-item.visible_item {
    display: none !important;
}

@media(max-width:1199px) {
    .pq-masonry .ipq-lg-3 {
        width: 33.333%;
    }
}

@media(max-width:1023px) {

    .pq-masonry .ipq-lg-4,
    .pq-masonry .ipq-lg-3 {
        width: 50%;
    }
}

@media(max-width:767px) {

    .pq-masonry .ipq-lg-6,
    .pq-masonry .ipq-lg-4,
    .pq-masonry .ipq-lg-3 {
        width: 100%;
        padding: 0 0 30px;
    }
}

/*================================================
 Portfolio
================================================*/
.pq-hover-bellow {
    position: relative;
}

.pq-hover-bellow .pq-portfolio-img {
    overflow: hidden;
    border-radius: var(--pq-border-radius);
}

.pq-hover-bellow .pq-portfolio-img img {
    transition: var(--transition);
}

.pq-hover-bellow:hover .pq-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pq-hover-bellow .pq-potfolio-content {
    margin-top: 30px;
}

.pq-hover-bellow .pq-potfolio-content .pq-portfolio-category {
    color: var(--secondary-color);
}

.pq-hover-bellow .pq-potfolio-content .pq-portfolio-category a {
    color: var(--secondary-color);
}

.pq-hover-bellow .pq-potfolio-content .pq-portfolio-title a:hover {
    color: var(--dark-color);
}

.pq-hover-bellow .pq-potfolio-content .pq-button {
    margin-top: 15px;
}

/*===== Portfolio Fade =====*/
.pq-hover-fade {
    position: relative;
}

.pq-hover-fade .pq-portfolio-img {
    overflow: hidden;
    border-radius: var(--pq-border-radius);
    margin-bottom: 0;
}

.pq-hover-fade .pq-portfolio-img img {
    transition: var(--transition);
}

.pq-hover-fade:hover .pq-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pq-hover-fade .pq-potfolio-content {
    opacity: 0;
    max-width: unset;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    background: #063036;
    background: linear-gradient(0deg, rgba(6, 48, 54, 1) 20%, rgba(6, 48, 54, 0) 100%);
    will-change: opacity;
    border-radius: var(--pq-border-radius);
    transition: var(--transition);
}

.pq-hover-fade:hover .pq-potfolio-content {
    opacity: 1;
}

.pq-hover-fade .pq-potfolio-content .pq-portfolio-category {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--title-fonts);
    color: var(--white-color);
    margin-bottom: 5px;
}

.pq-hover-fade .pq-potfolio-content .pq-portfolio-category a {
    color: var(--primary-color);
}

.pq-hover-fade .pq-potfolio-content .pq-portfolio-title a {
    color: var(--white-color);
}

.pq-hover-fade .pq-potfolio-content .pq-button-rounded {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    transition: var(--transition);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    background-color: var(--primary-color);
}

.pq-hover-fade:hover .pq-potfolio-content .pq-button-rounded {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.pq-hover-fade .pq-potfolio-content .pq-button-rounded i {
    color: var(--dark-color);
}

.pq-hover-fade .pq-potfolio-content .pq-button-rounded i::before {
    line-height: inherit;
}

.pq-hover-fade:hover .pq-potfolio-content .pq-button-rounded i {
    color: var(--dark-color);
}

.pq-hover-fade .pq-post-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/*===== Portfolio Slide =====*/
.pq-hover-slide {
    position: relative;
    border-radius: var(--pq-border-radius);
    overflow: hidden;
}

.pq-hover-slide .pq-portfolio-img {
    overflow: hidden;
    position: relative;
    border-radius: var(--pq-border-radius);
}

.pq-hover-slide .pq-portfolio-img img {
    transition: var(--transition);
}

.pq-hover-slide:hover .pq-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pq-hover-slide .pq-potfolio-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(var(--primary-color-rgb), .7);
    backdrop-filter: blur(20px);
    padding: 30px;
    border-radius: var(--pq-border-radius);
    transition: var(--transition);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    opacity: 0;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
}

.pq-hover-slide:hover .pq-potfolio-content {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.pq-hover-slide .pq-potfolio-content .pq-portfolio-category a {

    text-transform: capitalize;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
}

.pq-potfolio-content .pq-portfolio-title {
    color: var(--white-color);
}

.pq-potfolio-content .pq-portfolio-title a:hover {
    color: var(--white-color);
}

.pq-potfolio-content .pq-button {
    margin-top: 15px;
}

@media(max-width:1199px) {
    .pq-hover-slide .pq-potfolio-content {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
}

@media(max-width:767px) {
    .pq-hover-slide .pq-potfolio-content {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    .pq-hover-slide .pq-potfolio-content .pq-portfolio-title {
        font-size: 24px;
        line-height: 32px;
    }
}

/*===== Portfolio Load More Button =====*/
.pq-loadmore-button {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

.pq-loadmore-button .pq-button.pq-button-flat {
    background-color: var(--dark-color);
    color: var(--white-color);
    transition: var(--transition);
}

.pq-loadmore-button .pq-button.pq-button-flat i {
    color: var(--white-color);
    transition: var(--transition);
    display: none;
}

.pq-loadmore-button .pq-button.pq-button-flat:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}


/*===== Portfolio End Message =====*/
.pq-end-meassge {
    color: var(--dark-color);
    text-align: center;
    background: var(--grey-color);
    padding: 10px;
    text-transform: uppercase;
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    border-radius: var(--pq-border-radius);
    display: none;
}

.visible {
    display: block;
}

/*===== Portfolio Loader Icon =====*/
#pq-loaderIcon {
    display: none;
    text-align: center;
    margin: 20px auto;
}

.pq-dots {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.pq-dot {
    width: 12px;
    height: 12px;
    background-color: #333;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out both;
}

.pq-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.pq-dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/*================================================
Service Box
================================================*/
.our-service {
    background-color: var(--grey-color);
    position: relative;
    padding-top: 110px;
}

.pq-service-block {
    margin-top: 80px;
}

.pq-service-list-style-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.pq-service-box.pq-style-1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -70px;
}

.pq-service-list-style-1 {
    animation-delay: 0.5s;
}

.pq-service-box.pq-style-1:nth-child(odd) .pq-service-box-media img {
    mask-image: url(../image/service/style-1/mask/1.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}

.pq-service-box.pq-style-1:nth-child(even) .pq-service-box-media img {
    mask-image: url(../image/service/style-1/mask/2.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}

.pq-service-box.pq-style-1 .pq-service-box-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.pq-service-box.pq-style-1 .pq-service-content {
    margin-top: -70px;
    position: relative;
}

.pq-service-box.pq-style-1 .pq-service-content .pq-service-title {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.pq-service-box.pq-style-1 .pq-service-content .pq-service-description {
    margin-bottom: 0;
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-fonts);
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.pq-service-box.pq-style-1 .pq-service-content .pq-btn-container {
    margin-top: 10px;
}

.pq-service-vector-one,
.pq-service-vector-two {
    position: absolute;
}

.pq-service-vector-one {
    top: -93px;
    left: -86px;
}

.pq-service-vector-two {
    bottom: 15px;
    right: 15px;
}

.pq-service-sub-title-img {
    position: absolute;
    top: -70px;
    left: 630px;
}

.pq-service-box-title .pq-service-box-img {
    width: 450px;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
}

.pq-service-box-title .pq-service-box-title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pq-service-box.pq-style-1 .pq-service-box-media .pq-service-box-title {
    font-family: var(--title-fonts);
    font-weight: 400;
    color: var(--primary-color);
    text-align: center;
}

.pq-service-box.pq-style-1 .pq-service-box-media .pq-service-box-description {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: var(--title-fonts);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
}

.pq-service-box.pq-style-1 .pq-service-box-media.pq-service-button {
    position: relative;
    display: flex;
    font-family: var(--title-fonts);
    text-transform: capitalize;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 18px;
    align-items: center;
}

.pq-service-box.pq-style-1 .pq-service-box-media .pq-service-box-description {
    width: auto;
    margin: 0px;
    padding: 0%;
}

@media(max-width:1499px) {

    .pq-service-vector-one,
    .pq-service-vector-two {
        display: none;
    }

    .our-service {
        border-radius: 0px;
    }
}

@media(max-width:1099px) {
    .our-service {
        padding-top: 60px;
    }
}

@media(max-width:1023px) {
    .pq-service-box .pq-style-1 .pq-service-box-media img {
        width: 100%;
    }

    .pq-service-box.pq-style-1 .pq-service-box-media .pq-service-box-description {
        margin-bottom: 5px;
    }

    .pq-service-box-title .pq-service-box-title img {
        width: 50%;
        height: 50%;
        object-fit: cover;
    }
}

/*===== service-style-2 =====*/
.our-service-style-2 {
    overflow: hidden;
}

.our-service-style-2 .pq-section-title {
    margin-bottom: 80px;
    position: relative;
}

.pq-service-block-style-2 {
    margin-right: -17%;
}

@keyframes slideLeft {
    from {
        transform: translateX(100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.pq-service-block-style-2 {
    animation: slideLeft 0.5s ease-out forwards;
    animation-delay: 0.5s;
}

.pq-service-block-style-2 .pq-service-box-media {
    position: relative;
    border-radius: var(--big-border-radius);
}

.pq-service-block-style-2 .pq-service-box-media img {
    height: 560px;
    width: 100%;
    object-fit: cover;
    border-radius: 500px;
    transition: var(--transition);
}

.pq-service-block-style-2 .pq-service-info {
    opacity: 0;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 30px;
    border-radius: 500px;
    background: linear-gradient(0deg, rgba(33, 68, 66, 1) 5%, rgba(81, 118, 106, 0) 100%);
    transition: var(--transition);
}

.pq-service-block-style-2 .pq-service-title {
    color: var(--white-color);
    transform: translateY(50px);
    opacity: 0;
    transition: var(--transition);
    margin-bottom: 15px;
}

.pq-service-block-style-2 .pq-btn-container {
    background-color: var(--grey-color);
    border-radius: 50%;
    padding: 14px 16px 8px 16px;
    transform: translateY(50px);
    opacity: 0;
    transition: var(--transition);
    max-width: 100%;
}

.pq-service-box:hover .pq-service-info {
    opacity: 1;
}

.pq-service-box:hover .pq-service-title {
    transform: translateY(0);
    opacity: 1;
}

.pq-service-box:hover .pq-btn-container {
    transform: translateY(0);
    opacity: 1;
}

.pq-service-block-style-2 .pq-service-box-media img {
    transform: scale(1);
}

.our-service-style-2 .pq-button-content .pq-button {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 52px;
    font-size: 24px;
    justify-content: center;
    padding: 0;
}

.our-service-style-2 .pq-button-content .pq-button i {
    line-height: 3;
    display: inherit;
}

.our-service-style-2 .pq-service-block-style-2 .owl-nav {
    position: absolute;
    top: -37%;
    right: 12.4%;
    width: auto;
}

@media(max-width:1999px) {
    .pq-service-block-style-2 {
        margin-right: -16%;
    }
}

@media(max-width:1699px) {
    .pq-service-block-style-2 {
        margin-right: -9%;
    }
}

@media(max-width:1679px) {
    .pq-service-block-style-2 {
        margin-right: -6%;
    }
}

@media(max-width:1499px) {
    .pq-service-block-style-2 {
        margin-right: 0%;
    }

    .our-service-style-2 {
        border-radius: 0;
    }
}

@media(max-width:1399px) {
    .pq-service-block-style-2 {
        margin-right: -1%;
    }
}

@media(max-width:1099px) {
    .our-service-style-2 .pq-section-title {
        margin-bottom: 40px;
    }
}

/*===== service-style-3 =====*/
.our-service-style-3 .pq-service-box-slider .pq-style-3 {
    margin-top: 80px;
}

.our-service-style-3 .pq-service-details {
    position: relative;
    background: var(--white-color);
    border-radius: var(--pq-border-radius);
    padding: 45px;
    transition: var(--transition);
    overflow: hidden;
    z-index: 2;
    transform: rotateY(0deg);
    backface-visibility: hidden;
    position: relative;
}

.our-service-style-3 .pq-service-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--dark-color-rgb), .2);
}

.our-service-style-3 .pq-service-box .pq-service-icon {
    font-size: 48px;
    line-height: 1;
    color: var(--dark-color);
}

.our-service-style-3 .pq-service-bottom-description {
    margin-top: 60px;
}

.our-service-style-3 .pq-service-bottom-title {
    color: var(--primary-color);
}

.our-service-style-3 .pq-service-style-3-vector-one {
    position: absolute;
    bottom: 2%;
    right: 2%;
}

.our-service-style-3 .owl-carousel .owl-nav {
    justify-content: space-between;
    top: 50%;
    position: absolute;
}

.our-service-style-3 .owl-carousel .owl-nav .owl-prev {
    justify-content: space-between;
    top: 50%;
    position: absolute;
}

.our-service-style-3 .owl-carousel .owl-nav .owl-prev {
    margin-left: -100px;
    position: sticky;
}

.our-service-style-3 .owl-carousel .owl-nav .owl-next {
    margin-right: -100px;
    position: sticky;
}

@media(max-width:1679px) {
    .our-service-style-3 .owl-carousel .owl-nav .owl-next {
        margin-right: -60px;
    }

    .our-service-style-3 .owl-carousel .owl-nav .owl-prev {
        margin-left: -60px;
    }
}

@media(max-width:1499px) {
    .our-service-style-3 {
        border-radius: 0;
    }

    .pq-service-style-3-vector-one {
        display: none;
    }

    .owl-nav {
        display: none;
    }
}

@media(max-width:1099px) {
    .our-service-style-3 .pq-service-box-slider .pq-style-3 {
        margin-top: 40px;
    }
}

@media(max-width:767px) {
    .our-service-style-3 .pq-service-bottom-description {
        margin-top: 40px;
    }

    .our-service-style-3 .pq-service-details {
        padding: 30px;
    }

    .our-service-style-3 .pq-service-title {
        font-size: 20px;
    }
}

/*===== service-style-4 =====*/
.service-style-4 {
    position: relative;
}

.service-style-4 .pq-service-style-4-vector-one {
    position: absolute;
    top: -6%;
    left: -5%;
}

.service-style-4 .pq-service-block-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 80px;
}

.service-style-4 .pq-service-box-style-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.service-style-4 .pq-service-box-style-4 .pq-service-box-img {
    border-radius: var(--pq-border-radius);
}

.service-style-4 .pq-service-box-media {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.service-style-4 .pq-service-box-img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.service-style-4 .pq-service-box-media::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
}

.service-style-4 .pq-service-box-media:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background: transparent;
}

.service-style-4 .pq-service-bottom-description {
    margin-top: 60px;
}

.service-style-4 .pq-service-bottom-description .pq-service-bottom-title {
    color: var(--primary-color);
}

@media(max-width:1499px) {
    .service-style-4 {
        border-radius: 0;
    }

    .service-style-4 .pq-service-style-4-vector-one {
        display: none;
    }
}

@media(max-width:1099px) {
    .service-style-4 .pq-service-block-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .service-style-4 .pq-service-block-info {
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .service-style-4 .pq-service-block-info {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-style-4 .pq-service-bottom-description {
        margin-top: 30px;
    }
}

/*===== service-style-5 =====*/
.our-service-style-5 {
    position: relative;
}

.pq-service-style-5-vector-one {
    position: absolute;
    top: -12%;
    left: -5%;
    z-index: 1;
}

.pq-service-style-5-vector-two {
    position: absolute;
    bottom: -3%;
    right: 0%;
    width: 12%;
}

@media(max-width:1499px) {

    .pq-service-style-5-vector-one,
    .pq-service-style-5-vector-two {
        display: none;
    }
}

/*================================================
video-popup
================================================*/
.video-popup {
    padding: 0px;
    position: relative;
}

.pq-video-popup .pq-video-popup-img {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    position: relative;
}

.pq-video-popup .pq-video-popup-icon {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: var(--big-border-radius);
    backdrop-filter: blur(20px);
    display: inline-block;
    background: rgba(var(--primary-color-rgb), .6);
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pq-video-popup .pq-video-popup-icon a {
    color: var(--white-color);
}

@media(max-width:1499px) {
    .pq-video-popup .pq-video-popup-img {
        border-radius: 0px;
    }
}

@media(max-width:767px) {
    .pq-video-popup .pq-video-popup-img {
        height: 250px;
        object-fit: cover;
    }
}

.pq-video-popup-img-bottom {
    height: 250px;
    object-fit: cover;
}

/*===== video-style-2 =====*/
.pq-video-popup-vector-one {
    position: absolute;
    top: -20%;
    right: -6%;
}

.pq-video-popup-img-one {
    border-radius: var(--pq-border-radius);
    width: 100%;
}

@media(max-width:1699px) {
    .pq-video-popup-vector-one {
        display: none;
    }
}

@media(max-width:1498px) {
    .pq-video-popup-img-one {
        border-radius: 0;
    }
}

@media(max-width:767px) {
    .pq-video-popup-img-one {
        height: 250px;
        object-fit: cover;
    }
}

/*================================================
testimonial
================================================*/
.testimonial {
    background-color: var(--primary-color);
}

.pq-testimonial-vector-one {
    position: absolute;
    left: 0px;
    bottom: -30px;
}

.testimonial .pq-section-title .pq-title-subtitle span {
    color: var(--white-color);
}

.testimonial .pq-section-title .pq-title-heading {
    color: var(--white-color);
}

.pq-testimonial-icon-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.pq-testimonial-icon-container {
    animation-delay: 0.5s;
}

.pq-testimonial-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pq-testimonial-icon img {
    width: 50px;
}

.pq-testimonial-icon-container .pq-testimonial-title {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--title-fonts);
}

.pq-testimonial-icon-container .pq-testimonial-number {
    color: var(--white-color);
    margin-right: 10px;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--title-fonts);
}

.pq-testimonial-icon-container .pq-testimonial-icon-wrapper {
    display: inline-flex;
    gap: 6px;
}

.pq-testimonial-icon-container .pq-testimonial-icon-wrapper i {
    color: #ffc107;
    font-size: 14px;
}

.pq-testimonial-icon-container .pq-testimonial-divider {
    width: 1px;
    height: 70px;
    background-color: var(--dark-color);
}

.pq-testimonial-icon-container .pq-testimonial-media img {
    width: 54px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -15px;
}

.pq-testimonial-media img:first-child {
    margin-left: 0;
}

.pq-testimonial-counter {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    text-align: center;
    line-height: 3;
    background: var(--dark-color);
    color: var(--white-color);
    align-items: center;
    border-radius: var(--big-border-radius);
    font-size: 18px;
    font-weight: 400;
    margin-left: -15px;
}

.contact-style-2 .pq-testimonial-counter {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    text-align: center;
    line-height: 2;
    background: var(--dark-color);
    color: var(--white-color);
    align-items: center;
    border-radius: var(--big-border-radius);
    font-size: 18px;
    font-weight: 400;
    margin-left: -15px;
}

.pq-testimonial-slider-1 {
    margin-top: 80px;
}

.pq-testimonial-slider-1 {
    animation-delay: 0.5s;
}

.pq-testimonial-box.pq-style-1 {
    background: var(--grey-color);
    padding: 30px;
    border-radius: var(--pq-border-radius);
    position: relative;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-img {
    position: absolute;
    top: 10px;
    right: 35px;
    width: 170px;
    height: 170px;
    opacity: 1;
    z-index: 1;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-author-img img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-content .pq-testimonial-star {
    margin-bottom: 10px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-content .pq-testimonial-star i {
    margin-right: 5px;
    font-size: 18px;
    color: var(--dark-color);
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-content .pq-testimonial-star i:last-child {
    margin-right: 0;
}

.pq-testimonial-description {
    margin: 0;
}

@media(max-width:1699px) {
    .pq-contact-vector-one {
        display: none;
    }
}

@media(max-width:1499px) {
    .testimonial {
        border-radius: 0px;
    }

    .pq-testimonial-vector-one {
        display: none;
    }
}

@media(max-width:1279px) {
    .pq-testimonial-icon-container {
        margin-top: 20px;
        justify-content: left;
    }

    .pq-testimonial-counter {
        width: 55px;
        height: 55px;
        line-height: 3;
    }
}

@media(max-width:1099px) {
    .pq-testimonial-slider-1 {
        margin-top: 40px;
    }

    .pq-testimonial-box.pq-style-1 .pq-testimonial-content .pq-testimonial-star i {
        margin-right: 5px;
    }

    .pq-testimonial-box.pq-style-1 .pq-testimonial-media {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .pq-testimonial-divider {
        display: none;
    }

    .pq-testimonial-icon-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/*===== testimonial-style-2 =====*/
.testimonial-style-2 .pq-testimonial-main-block {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 45px;
}

.testimonial-style-2 .pq-testimonial-box-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonial-style-2 .pq-testimonial-icon-container {
    display: flex;
    justify-content: left;
    margin-top: 50px;
}

.testimonial-style-2 .pq-testimonial-rating {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50px;
    padding: 10px 25px 10px 10px;
}

.testimonial-style-2 .pq-rating-info {
    color: var(--white-color);
}

.testimonial-style-2 .pq-testimonial-title {
    display: block;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.testimonial-style-2 .pq-testimonial-number {
    font-size: 22px;
    font-weight: 400;
}

.testimonial-style-2 .pq-testimonial-icon-wrapper i {
    color: #ffc107;
    margin-right: 2px;
}

.testimonial-style-2 .pq-testimonial-box-list-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.testimonial-style-2 .pq-testimonial-box.pq-style-2 {
    background: var(--grey-color);
    padding: 40px 30px;
    border-radius: var(--pq-border-radius);
    position: relative;
}

.testimonial-style-2 .pq-testimonial-box.pq-style-2 .pq-testimonial-content .pq-testimonial-star {
    margin-bottom: 10px;
    color: var(--dark-color);
    display: flex;
    gap: 5px;
}

.testimonial-style-2 .pq-testimonial-box.pq-style-2 .pq-testimonial-media {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 1;
    margin-top: 45px;
}

.testimonial-style-2 .pq-testimonial-box.pq-style-2 .pq-testimonial-media .pq-testimonial-author-img img {
    width: 82px;
    height: 82px;
    border-radius: var(--big-border-radius);
    object-fit: cover;
}

.testimonial-style-2 .pq-testimonial-box-list:last-child {
    margin-top: 60px;
}

@media(max-width:1099px) {
    .testimonial-style-2 .pq-testimonial-main-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .testimonial-style-2 .pq-testimonial-icon-container {
        margin-top: 40px;
    }
}

@media(max-width:1023px) {
    .testimonial-style-2 .pq-testimonial-icon-container {
        display: flex;
        justify-content: left;
        margin: 40px 0 40px 0;
    }
}

@media(max-width:767px) {
    .testimonial-style-2 .pq-testimonial-box-list-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .testimonial-style-2 .pq-testimonial-main-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .testimonial-style-2 .pq-testimonial-box.pq-style-2 {
        padding: 20px 15px;
    }

    .testimonial-style-2 .pq-testimonial-box.pq-style-2 .pq-testimonial-media {
        margin-top: 30px;
    }
}

/*===== testimonial-style-3 =====*/
.testimonial-style-3 {
    position: relative;
}

.testimonial-style-3 .pq-testimonial-style-3-vector-one {
    position: absolute;
    top: 0px;
    left: 5px;
}

.testimonial-style-3 .pq-testimonial-style-3-vector-two {
    position: absolute;
    bottom: 1%;
    right: 1%;
}

.testimonial-style-3 .pq-testimonial-style-3-box {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.testimonial-style-3 .pq-testimonial-slider-1 {
    animation-delay: 0.5s;
}

.testimonial-style-3 .pq-testimonial-slider-1 {
    margin-top: 0;
}

.testimonial-style-3 .pq-testimonial-box.pq-style-1 {
    background-color: var(--white-color);
    margin-top: 0;
}

.testimonial-style-3 .pq-testimonial-bottom-media-info {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.testimonial-style-3 .pq-testimonial-medias img {
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -15px;
}

.testimonial-style-3 .pq-testimonial-counter {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    text-align: center;
    background: var(--dark-color);
    color: var(--white-color);
    align-items: center;
    border-radius: var(--big-border-radius);
    font-size: 18px;
    font-weight: 400;
    margin-left: -15px;
    line-height: 2;
}

.testimonial-style-3 .pq-testimonial-bottom-media-title {
    color: var(--primary-color);
}

@media(max-width:1499px) {
    .testimonial-style-3 {
        border-radius: 0;
    }

    .testimonial-style-3 .pq-testimonial-style-3-vector-one,
    .testimonial-style-3 .pq-testimonial-style-3-vector-two {
        display: none;
    }
}

@media(max-width:1099px) {
    .testimonial-style-3 .pq-testimonial-style-3-box {
        gap: 40px;
    }
}

@media(max-width:767px) {
    .testimonial-style-3 .pq-testimonial-bottom-media-info {
        display: flex;
        flex-direction: column;
    }
}

/*===== testimonial-style-4 =====*/
.testimonial-style-4 {
    position: relative;
}

.testimonial-style-4 .pq-testimonial-icon-container .pq-testimonial-title {
    color: var(--primary-color);
}

.testimonial-style-4 .pq-testimonial-icon-container .pq-testimonial-number {
    color: var(--primary-color);
}

.pq-testimonial-style-4-vector-one {
    position: absolute;
    bottom: -1%;
    right: -4%;
}

/*================================================
process
================================================*/
.process .pq-process-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.pq-process-grid-box .pq-process-img {
    width: 100%;
    border-radius: var(--pq-border-radius);
    position: relative;
}

.pq-process-grid-box .pq-process-vector-one {
    position: absolute;
    bottom: 12%;
    left: -8%;
}

.pq-process-box-list {
    margin-top: 40px;
}

.pq-process-step.pq-style-1 {
    display: grid;
    grid-template-columns: 1fr 16fr;
    position: relative;
    margin-bottom: 45px;
    align-items: center;
}

.pq-process-step.pq-style-1:last-child {
    margin-bottom: 0;
}

.pq-process-step.pq-style-1 .pq-process-media {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    background-color: var(--dark-color);
    color: var(--white-color);
    transition: var(--transition);
    font-family: var(--title-fonts);
    font-size: 26px;
}

.pq-process-step.pq-style-1.pq-active .pq-process-media {
    background-color: var(--primary-color);
}

.pq-process-step.pq-style-1 .pq-process-media::before {
    content: "";
    position: absolute;
    top: 89px;
    left: 36px;
    height: calc(100% - 35px);
    width: 3px;
    border-radius: var(--big-border-radius);
    background-color: var(--grey-color);
}

.pq-process-step.pq-style-1:last-child .pq-process-media::before {
    content: none;
}

.pq-process-step.pq-style-1 .pq-process-media::after {
    content: "";
    position: absolute;
    top: 89px;
    left: 36px;
    height: 0;
    width: 3px;
    border-radius: var(--big-border-radius);
    background-color: var(--primary-color);
    transition: var(--transition);
}

.pq-process-step.pq-style-1:last-child .pq-process-media::after {
    content: none;
}

.pq-process-step.pq-style-1.pq-active .pq-process-media::after {
    height: calc(100% - 35px);
}

.pq-process-step.pq-style-1 .pq-process-content {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 30px;
}

.pq-process-step.pq-style-1 .pq-process-content .pq-process-title {
    margin-bottom: 10px;
    color: var(--primary-color);
}

.pq-process-step.pq-style-1 .pq-process-content .pq-process-description {
    margin-bottom: 0;
}

@media(max-width:1499px) {

    .pq-process-grid-box .pq-process-vector-one {
        display: none;
    }
}

@media(max-width:1099px) {
    .process .pq-process-grid-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pq-process-grid-box .pq-process-img {
        width: 80%;
        height: 90%;
        margin-left: 7%;
    }

    .pq-process-box-list {
        margin-top: 40px;
    }
}

@media(max-width:767px) {
    .pq-process-step.pq-style-1 .pq-process-media {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .pq-process-grid-box .pq-process-img {
        width: 100%;
        height: 90%;
        margin-left: 0;
    }

    .pq-process-step.pq-style-1 {
        align-items: start;
    }

    .pq-process-step.pq-style-1 .pq-process-content {
        margin-left: 30px;
    }

    .pq-process-step.pq-style-1 .pq-process-media::before {
        top: 79px;
    }

    .pq-process-step.pq-style-1 .pq-process-media::after {
        top: 79px;
    }
}

@media(max-width:479px) {
    .pq-process-step.pq-style-1 .pq-process-media {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .pq-process-step.pq-style-1 .pq-process-media::before {
        top: 67px;
        left: 26px;
    }

    .pq-process-step.pq-style-1 .pq-process-media::after {
        top: 67px;
        left: 26px;
    }

    .pq-last-process-step .pq-process-step.pq-style-1 .pq-process-media::before,
    .pq-last-process-step .pq-process-step.pq-style-1:hover .pq-process-media::after {
        height: calc(100% - 70px);
    }
}

/*===== process-style-2 =====*/
.process-style-2 .pq-process-grid-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.process-style-2 .pq-process-box-info {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    gap: 40px;
}

.process-style-2 .pq-progressbar-box-style-2 {
    display: inline-block;
    width: 100%;
}

.process-style-2 .pq-progressbar-box-style-2 .pq-progressbar-content {
    margin-bottom: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.process-style-2 .pq-progressbar-box-style-2 .pq-progress-title {
    margin: 0;
    font-family: var(--title-fonts);
    color: var(--primary-color);
    font-size: 20px;
    line-height: 28px;
}

.process-style-2 .pq-progressbar-box-style-2 .pq-progress-value {
    color: var(--primary-color);
    margin: 0;
    float: right;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.process-style-2 .pq-progressbar-box-style-2 .pq-progress-bar {
    width: 100%;
    padding: 0;
    background: var(--grey-color);
    float: left;
    margin-top: 5px;
    border-radius: var(--pq-border-radius);
}

.process-style-2 .pq-progressbar-box-style-2 .pq-progress-bar span {
    height: 8px;
    background: var(--primary-color);
    float: left;
    border-radius: var(--pq-border-radius);
}

.process-style-2 .pq-process-grid-box .pq-process-style-2-img {
    border-radius: 100% 100% 100% 100%;
}

.process-style-2 .pq-process-media {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.process-style-2 .pq-process-style-2-img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.process-style-2 .pq-process-media::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
}

.process-style-2 .pq-process-media:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background: transparent;
}

@media(max-width:1499px) {
    .process-style-2 {
        margin: 0;
    }
}

@media(max-width:1099px) {
    .process-style-2 .pq-process-grid-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .process-style-2 .pq-process-style-2-img {
        width: 80%;
        height: 80%;
    }
}

/*================================================
    Recent post
================================================*/
.pq-widget_block {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
    background: var(--grey-color);
    border-radius: var(--pq-border-radius);
}

.pq-widget_block:last-child {
    margin-bottom: 0;
}

.pq-wp-block-heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
    color: var(--primary-color);
}

.wp-block-search {
    position: relative;
}

.wp-block-search .wp-block-search__button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--primary-color);
    background-color: transparent;
}

.wp-block-search .wp-block-search__button:before {
    content: "\e610";
    font-family: 'themify';
    font-weight: 400;
    font-size: 20px;
}

.wp-block-search-inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.wp-block-tag-cloud a:nth-child(-n+3) {
    display: inline-block;
    margin-bottom: 20px;
}

.wp-block-tag-cloud {
    margin-bottom: 0;
}

.wp-block-tag-cloud a:nth-child(n+4):nth-child(-n+5) {
    padding: 6px 16px;
}

.pq-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pq-widget-recent-post:last-child .pq-recent-post {
    margin-bottom: 0;
}

.pq-recent-post .pq-recent-post-media {
    margin-right: 15px;
}

.pq-recent-post .pq-recent-post-media img {
    width: 90px;
    height: 90px;
    border-radius: var(--pq-border-radius);
    object-fit: cover;
}

.pq-recent-post .pq-recent-post-info {
    flex: 1;
    align-self: center;
}

.pq-recent-post .pq-recent-post-info h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: var(--primary-color);
}

.pq-recent-post .pq-recent-post-info .pq-post-date {
    font-family: var(--body-fonts);
    color: var(--dark-color);
    font-size: 16px;
}

.wp-block-tag-cloud .tag-cloud-link {
    font-family: var(--title-fonts);
    font-size: 18px;
    text-transform: capitalize;
    background: var(--primary-color);
    letter-spacing: 0.04em;
    margin: 0 10px 10px 0;
    color: var(--white-color);
    padding: 4px 16px;
    border: 0px solid var(--grey-color);
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.widget_tag_cloud .tag-cloud-link:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
    border-color: var(--primary-color);
    background: var(--dark-color);
    color: var(--white-color);
}

.widget_nav_menu {
    background: var(--grey-color);
    padding: 30px;
    border-radius: 25px;
}

.widget_nav_menu .widget-title {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 25px;
    font-weight: 500;
}

.widget_nav_menu ul.menu {
    margin: 0;
    padding: 0;
}

.widget_nav_menu ul.menu li {
    list-style: none;
    margin-bottom: 18px;
}

.widget_nav_menu ul.menu li a {
    display: block;
    width: 100%;
    padding: 18px 22px;
    background: var(--white-color);
    border-radius: 20px;
    color: var(--dark-color);
    text-decoration: none;
    position: relative;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    font-size: 18px;
    font-family: var(--body-fonts);
}

.widget_nav_menu ul.menu li a::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.widget_nav_menu ul.menu li.current-menu-item a,
.widget_nav_menu ul.menu li.current_page_item a {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--dark-color);
}

.widget_nav_menu ul.menu li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.widget_nav_menu ul.menu li:last-child {
    margin-bottom: 0;
}

@media(max-width:767px) {
    .widget_nav_menu {
        padding: 15px;
    }

    .widget_nav_menu ul.menu li a {
        padding: 15px 20px;
    }
}

@media(max-width:767px) {
    .pq-widget_block {
        padding: 15px;
    }

    .pq-wp-block-heading {
        margin-bottom: 10px;
    }

    .pq-recent-post {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        align-items: start;
    }
}

/*================================================
    Team
================================================*/
.pq-our-team-vector-one,
.pq-our-team-vector-two {
    position: absolute;
}

.pq-our-team-vector-one {
    top: 30px;
    right: 10px;
}

.pq-our-team-vector-one.pq-buttom-right {
    animation: top-right 5s ease-in-out infinite;
}

@keyframes top-right {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.pq-our-team-vector-two {
    bottom: 0px;
    left: 0px;
}

.our-team .pq-btn-container {
    text-align: end;
}

.pq-our-team-main-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 80px;
}

.pq-our-team-main-block {
    animation-delay: 0.5s;
}

.pq-our-team-info.pq-style-1 .pq-our-team-img-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: var(--grey-color);
    margin: 0px auto;
    overflow: hidden;
    border-radius: 500px;
    padding: 40px 0px 0px;
    transition: var(--transition);
    margin-bottom: 30px;
}

.pq-our-team-info.pq-style-1:hover .pq-our-team-img-box {
    background-color: var(--dark-color);
}

.pq-our-team-info.pq-style-1 .pq-our-team-img-box .pq-our-team-icon-social {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    z-index: 9;
    opacity: 1;
    padding: 0px;
    margin: 0px;
    gap: 10px;
    list-style: none;
    transition: var(--transition);
    opacity: 0;
}

.pq-our-team-info.pq-style-1:hover .pq-our-team-img-box .pq-our-team-icon-social {
    opacity: 1;
}

.pq-our-team-info.pq-style-1 .pq-our-team-img-box .pq-our-team-icon-social li {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
}

.pq-our-team-info.pq-style-1:hover .pq-our-team-img-box .pq-our-team-icon-social li {
    animation: ec-social-fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pq-our-team-info.pq-style-1:hover .pq-our-team-img-box .pq-our-team-icon-social li:nth-child(1) {
    animation-delay: 0.08s;
}

.pq-our-team-info.pq-style-1:hover .pq-our-team-img-box .pq-our-team-icon-social li:nth-child(2) {
    animation-delay: 0.16s;
}

.pq-our-team-info.pq-style-1:hover .pq-our-team-img-box .pq-our-team-icon-social li:nth-child(3) {
    animation-delay: 0.24s;
}

.pq-our-team-info.pq-style-1:hover .pq-our-team-img-box .pq-our-team-icon-social li:nth-child(4) {
    animation-delay: 0.32s;
}

@keyframes ec-social-fade-in {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.pq-our-team-info.pq-style-1 .pq-our-team-img-box .pq-our-team-icon-social i {
    background: var(--primary-color);
    color: var(--white-color);
    width: 38px;
    height: 38px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--big-border-radius);
    font-size: 18px;
    transition: var(--transition);
}

.pq-our-team-info.pq-style-1 .pq-our-team-section .pq-our-team-member-name {
    margin-bottom: 5PX;
    font-size: 24px;
    color: var(--primary-color);
}

.pq-our-team-info.pq-style-1 .pq-our-team-member-profession {
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--secondary-color);
    border-radius: var(--big-border-radius);
    justify-content: center;
}

@media(max-width:1499px) {

    .pq-our-team-vector-one,
    .pq-our-team-vector-two {
        display: none;
    }
}

@media(max-width:1099px) {
    .pq-our-team-main-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
    }

    .pq-service-list-style-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:767px) {
    .our-team .pq-btn-container {
        text-align: start;
        margin-top: 30px;
    }

    .pq-service-list-style-1 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pq-testimonial-box.pq-style-1 {
        padding: 15px;
    }

    .pq-our-team-main-block {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/*===== team-style-2 =====*/
.our-team-style-2 .pq-team-box-style-2-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.our-team-style-2 .pq-team-box-style-2-block {
    animation-delay: 0.5s;
}

.our-team-style-2 .pq-team-box-style-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.our-team-style-2 .pq-team-media {
    position: relative;
    width: 330px;
    height: 350px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    transition: var(--transition);
    background: var(--grey-color);
    padding-top: 20px;
}

.our-team-style-2 .pq-team-media img {
    width: auto;
    height: 350px;
    object-fit: cover;
    transition: var(--transition);
}

.our-team-style-2 .pq-team-info {
    position: absolute;
    inset: 0;
    background-color: rgba(var(--primary-color-rgb), 0.9);
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(0);
    transition: var(--transition);
    border-radius: 50%;
}

.our-team-style-2 .pq-team-name {
    color: var(--white-color);
}

.our-team-style-2 .pq-team-info .pq-team-social {
    display: flex;
    gap: 10px;
    list-style: none;
}

.our-team-style-2 .pq-team-info .pq-team-designation {
    margin-bottom: 10px;
}

.our-team-style-2 ul.pq-team-social {
    margin: 0;
    padding: 0;
}

.our-team-style-2 .pq-team-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--primary-color);
    transition: var(--transition);
    font-size: 15px;
}

.our-team-style-2 .pq-team-media:hover .pq-team-info {
    transform: scale(1);
    opacity: 1;
}

.our-team-style-2 .pq-our-team-style-1-vector-one {
    position: absolute;
    top: -7%;
    left: -2%;
}

.pq-our-team-style-2-vector-one {
    display: none;
}

.our-team-style-2 .pq-team-box-style-2-block:first-child {
    margin-top: 80px;
}

@media(max-width:1499px) {
    .our-team-style-2 .pq-our-team-style-1-vector-one {
        display: none;
    }
}

@media(max-width:1279px) {
    .our-team-style-2 .pq-team-box-style-2-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:1099px) {
    .our-team-style-2 .pq-team-box-style-2-block:first-child {
        margin-top: 40px;
    }
}

@media(max-width:767px) {
    .our-team-style-2 .pq-team-box-style-2-block {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/*===== team-style-3 =====*/
.team-style-3 .pq-team-style-3-box-block {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 45px;
}

.team-style-3 .pq-team-style-3-box-left {
    background-color: var(--dark-color);
    border-radius: var(--pq-border-radius);
    padding: 30px 30px 0 30px;
    align-items: center;
    height: 53%;
    position: sticky;
    top: 30px;
    height: auto;
    align-self: start;
}

.team-style-3 .pq-team-style-3-box-media {
    background-color: var(--grey-color);
    border-radius: var(--pq-border-radius);
    text-align: center;
    margin-bottom: 30px;
}

.team-style-3 .pq-team-icon-box-wrapper {
    display: flex;
    gap: 10px;
}

.team-style-3 .pq-team-icon {
    background-color: var(--white-color);
    color: var(--primary-color);
    padding: 12px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    display: inline-block;
}

.team-style-3 .pq-team-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    fill: var(--primary-color);
}

.team-style-3 .pq-team-icon-box-title {
    color: var(--white-color);
}

.team-style-3 .pq-team-icon-box-description {
    color: var(--white-color);
}

.team-style-3 .pq-team-style-3-box-right .pq-team-box-title {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 10px;
}

.team-style-3 .pq-team-style-3-box-right .pq-team-box-container {
    display: flex;
    gap: 10px;
}

.team-style-3 .pq-team-style-3-box-right .pq-team-heading {
    color: var(--primary-color);
}

.team-style-3 .pq-team-style-3-box-right .pq-team-main-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-style-3 .pq-team-style-5-box {
    border-radius: var(--pq-border-radius);
    padding: 30px;
}

.team-style-3 .pq-team-skill-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background-color: var(--grey-color);
    border-radius: var(--pq-border-radius);
    padding: 30px 30px 0 30px;
    margin: 30px 0 20px 0;
}

.team-style-3 .pq-team-title {
    color: var(--primary-color);
    margin-bottom: 20px;
}

.team-style-3.pq-skills-section {
    background: var(--white-color);
    padding: 40px;
    border-radius: 20px;
}

.team-style-3 .pq-title {
    margin-bottom: 15px;
    color: var(--primary-color);
}

.team-style-3 .pq-skill-box {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.team-style-3.pq-skill-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.team-style-3 .pq-progress-bar {
    height: 8px;
    background: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
}

.team-style-3 .pq-progress-bar span {
    display: block;
    height: 100%;
    background: var(--primary-color);
    border-radius: 10px;
}

.team-style-3 .pq-journey-list {
    list-style: none;
    padding: 0;
}

.team-style-3 .pq-journey-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.team-style-3 .pq-journey-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 500;
}

@media(max-width:1099px) {
    .team-style-3 .pq-team-style-3-box-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .team-style-3 .pq-team-style-3-box-left {
        position: static;
        top: auto;
    }
}

@media(max-width:767px) {
    .team-style-3 .pq-team-style-3-box-right .pq-team-box-container {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .team-style-3 .pq-team-style-3-box-left {
        padding: 15px 15px 0 15px;
    }

    .team-style-3 .pq-team-skill-box {
        display: grid;
        grid-template-columns: 1fr;
        padding: 15px 15px 0 15px;
    }

    .contact-form .row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .team-style-3 .pq-team-style-3-box-right .pq-team-box-title {
        font-size: 32px;
    }

    .team-style-3 .pq-team-style-5-box {
        padding: 15px;
    }
}

/*================================================
accordion
================================================*/
.pq-accordion-box.pq-style-1 {
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.pq-bg-dark .pq-accordion-box.pq-style-1 {
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.pq-accordion-box.pq-style-1 .pq-accordion-info .pq-accordion-title {
    font-size: 24px;
    line-height: 28px;
    padding-right: 15px;
    color: var(--primary-color);
}

.pq-bg-dark .pq-accordion-box.pq-style-1 .pq-accordion-info .pq-accordion-title {
    color: var(--white-color);
}

.pq-accordion-box.pq-style-1.pq-active .pq-accordion-info .pq-accordion-title {
    color: var(--dark-color);
}

.pq-bg-dark .pq-accordion-box.pq-style-1.pq-active .pq-accordion-info .pq-accordion-title {
    color: var(--dark-color);
}

.pq-accordion-box.pq-style-1 .pq-accordion-info i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: var(--dark-color);
}

.pq-bg-dark .pq-accordion-box.pq-style-1 .pq-accordion-info i {
    color: var(--white-color);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
}

.pq-accordion-box.pq-style-1.pq-active .pq-accordion-info i.active {
    opacity: 0;
}

.pq-accordion-box.pq-style-1.pq-active .pq-accordion-info i.inactive {
    opacity: 1;
}

.pq-accordion-box.pq-style-1 .pq-accordion-details p {
    margin-top: 10px;
    margin-bottom: 0;
}

.pq-accordian-img {
    border-radius: 10px;
}

.pq-faqs-vector-one {
    position: absolute;
    bottom: 0%;
    left: 0%;
}

@media(max-width:1499px) {
    .pq-faqs-vector-one {
        display: none;
    }
}

@media(max-width:1099px) {
    .faqs .pq-faqs-box-info {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .faqs .pq-faqs-box-content {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .pq-accordion-box.pq-style-1 .pq-accordion-info .pq-accordion-title {
        font-size: 20px;
    }
}

/*===== accordion-style-2 =====*/
.pq-accordion-block .pq-accordion-box.pq-style-2 {
    border: 1px solid #001B381A;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}

.pq-accordion-block .pq-accordion-box.pq-style-2:last-child {
    margin-bottom: 0;
}

.pq-accordion-block .pq-accordion-box.pq-style-2.pq-active {
    background-color: var(--dark-color);
}

.pq-accordion-block .pq-accordion-box.pq-style-2 .pq-accordion-info .pq-accordion-title {
    font-size: 20px;
    line-height: 28px;
    padding-right: 30px;
    color: var(--primary-color);
}

.pq-accordion-block .pq-accordion-box.pq-style-2.pq-active .pq-accordion-info .pq-accordion-title {
    color: var(--white-color);
    border-bottom: 1px solid #d5d8dc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pq-accordion-block .pq-accordion-box.pq-style-2.pq-active .pq-accordion-details p {
    color: var(--white-color);
}

.pq-accordion-block .pq-accordion-box.pq-style-2.pq-active .pq-accordion-info i {
    color: var(--white-color);
}

.pq-accordion-box.pq-style-2 .pq-accordion-info i {
    color: var(--dark-color);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
}

.pq-accordion-box.pq-style-2.pq-active .pq-accordion-info i {
    color: var(--white-color);
    position: absolute;
    top: 20px;
    right: 20px;
}

.pq-accordion-box.pq-style-2.pq-active .pq-accordion-info i.active {
    opacity: 0;
}

.pq-accordion-box.pq-style-2.pq-active .pq-accordion-info i.inactive {
    opacity: 1;
}

.pq-accordion-box.pq-style-2 .pq-accordion-details p {
    margin-top: 10px;
    margin-bottom: 0;
}

.pq-accordian-img {
    border-radius: 10px;
}

/*===== accordion-style-3 =====*/
.pq-accordion-block-grid .pq-accordion-box.pq-style-2.pq-active {
    background-color: var(--primary-color);
}

/*================================================
Price Plan
================================================*/
.pq-pricing-vector {
    position: absolute;
    top: 0px;
    left: -30px;
    width: auto;
}

.pq-pricing-list-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 90px;
    margin-top: 80px;
}

.pq-price-plan.pq-style-1 {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
    padding-bottom: 40px;
}

.pq-price-plan.pq-style-1 .pq-price-icon {
    font-size: 58px;
    line-height: 1;
    color: var(--dark-color);
}

.pq-price-plan.pq-style-1 .pq-price-content {
    flex: 1;
    position: relative;
}

.pq-price-plan.pq-style-1 .pq-price-content .pq-price-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.pq-price-plan.pq-style-1 .pq-price-content .pq-price-heading .pq-price-title {
    color: var(--primary-color);
}

.pq-price-plan.pq-style-1 .pq-price-content .pq-price-heading .pq-price-line {
    flex: 1;
    height: 1px;
    background: var(--grey-color);
}

.pq-bg-grey .pq-price-plan.pq-style-1 .pq-price-content .pq-price-heading .pq-price-line {
    background: rgba(var(--dark-color-rgb), .2);
}

.pq-price-plan.pq-style-1 .pq-price-content .pq-price-heading .pq-price-value {
    font-size: 28px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
}

.pq-price-plan.pq-style-1 .pq-price-content .pq-price-description {
    margin: 0;
    max-width: 400px;
}

.pq-price-plan.pq-style-1 .pq-price-content .pq-price-img {
    position: absolute;
    top: 0;
    right: 110px;
}

.pq-price-plan.pq-style-1 .pq-price-content .pq-price-img img {
    border-radius: 100px;
    height: 140px;
    transform: rotate(20deg);
    scale: 0;
    transition: var(--transition);
}

.pq-price-plan.pq-style-1:hover .pq-price-content .pq-price-img img {
    scale: 1;
}

@media(max-width:1499px) {
    .pq-pricing-vector {
        display: none;
    }
}

@media(max-width:1099px) {
    .pq-pricing-list-1 {
        margin-top: 40px;
    }
}

@media(max-width:1024px) {
    .pq-pricing-list-1 {
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {
    .pq-price-plan.pq-style-1 {
        flex-direction: column;
    }

    .pq-price-plan.pq-style-1:last-child {
        padding-bottom: 0;
    }

    .pq-price-plan.pq-style-1:last-child .pq-price-content .pq-price-img {
        top: -50px;
    }
}

@media(max-width:479px) {
    .pq-price-plan.pq-style-1 .pq-price-content .pq-price-img {
        right: 80px;
    }
}

/*================================================
card
================================================*/

.pq-cards {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 30px 0;
    margin-top: 80px;
}

.pq-cards .pq-card.pq-style-1 {
    position: sticky;
    top: 130px;
}

.pq-card.pq-style-1 .pq-card-inner {
    display: grid;
    gap: 60px;
    grid-template-columns: 1.9fr 1fr;
    overflow: hidden;
    align-items: center;
}

.pq-card.pq-style-1 .pq-card-inner .pq-card-image {
    border-radius: var(--pq-border-radius);
}

.pq-card.pq-style-1 .images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: var(--pq-border-radius);
    width: 100%;
    max-width: 100% !important;
}

.pq-card.pq-style-1 .images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    width: 100% !important;
}

.pq-card.pq-style-1 .images-compare-after {
    pointer-events: none;
    width: 100% !important;
}

.pq-card.pq-style-1 .images-compare-before img,
.pq-card.pq-style-1 .images-compare-after img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.pq-card.pq-style-1 .images-compare-separator {
    position: absolute;
    background: var(--secondary-color);
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0;
    top: 0;
}

.pq-card.pq-style-1 .images-compare-handle {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -22px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    z-index: 9;
    background: var(--primary-color);
    cursor: pointer;
}

.pq-card.pq-style-1 .images-compare-left-arrow,
.pq-card.pq-style-1 .images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.pq-card.pq-style-1 .images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.pq-card.pq-style-1 .images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.pq-card.pq-style-1 .pq-images-label {
    font-family: var(--title-fonts);
    text-transform: capitalize;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: var(--white-color);
    background: var(--dark-color);
    padding: 4px 12px;
    border-radius: var(--big-border-radius);
    pointer-events: none;
    display: none;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
}

.pq-card.pq-style-1 .images-compare-container .pq-images-label {
    display: inherit;
}

.pq-card.pq-style-1 .images-compare-before .pq-images-label {
    left: 20px;
}

.pq-card.pq-style-1 .images-compare-after .pq-images-label {
    left: auto;
    right: 20px;
}

.pq-cards .pq-card.pq-style-1 .pq-card-content {
    height: 100%;
    background-color: var(--dark-color);
    padding: 90px 30px 30px 30px;
    border-radius: var(--pq-border-radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.pq-cards .pq-card.pq-style-1:nth-child(even) .pq-card-content {
    background-color: var(--primary-color);
}

.pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-icon i {
    color: var(--white-color);
    font-size: 68px;
    line-height: 1;
}

.pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-icon span {
    color: var(--white-color);
    opacity: 0.1;
    position: absolute;
    top: 40px;
    right: 40px;
    font-family: var(--title-fonts);
    font-size: 92px;
    line-height: 1;
}

.pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-main .pq-card-title {
    color: var(--white-color);
    margin: 30px 0 10px;
}

.pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-main .pq-card-description {
    color: var(--white-color);
}

.pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-main .pq-button.pq-button-link .pq-button-text {
    color: var(--white-color);
}

.pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-main .pq-button.pq-button-link .pq-button-text::before {
    background: var(--white-color);
}

.pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-main .pq-button.pq-button-link .pq-button-text::after {
    background: var(--white-color);
}

@media(max-width:1499px) {
    .card {
        border-radius: 0;
    }
}

@media(max-width:1099px) {
    .pq-card.pq-style-1 .pq-card-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pq-cards {
        margin-top: 40px;
    }
}

@media(max-width:799px) {
    .pq-cards .pq-card.pq-style-1 .pq-card-content {
        padding: 30px;
    }
}

@media(max-width:767px) {
    .pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-main .pq-card-title {
        margin: 20px 0 10px;
    }

    .pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-icon span {
        top: 20px;
        right: 40px;
        font-size: 82px;
    }
}

@media(max-width:397px) {
    .pq-cards .pq-card.pq-style-1 .pq-card-content .pq-card-icon span {
        font-size: 68px;
        right: 20px;
    }
}

/*================================================
animathion
================================================*/
.animated {
    animation-duration: 1.25s;
}

.pq-animation-button {
    width: 160px;
    height: 160px;
    border-radius: var(--big-border-radius);
    background-color: var(--primary-color);
    position: absolute;
    top: -16%;
    right: 0;
}

.pq-animation-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    font-size: 28px;
    line-height: 90px;
    z-index: 1;
    border-radius: 900px;
    text-align: center;
}

.pq-about-inner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    animation: text-animation 10s linear infinite;
}

@keyframes text-animation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-us-style-2 .pq-animation-button {
    width: 190px;
    height: 190px;
    border-radius: var(--big-border-radius);
    background-color: var(--primary-color);
    position: relative;
    position: absolute;
    top: 61%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.about-us-style-2 .pq-animation-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    font-size: 28px;
    line-height: 90px;
    z-index: 1;
    border-radius: 900px;
    text-align: center;
}

.about-us-style-2 .pq-about-inner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    animation: text-animation 10s linear infinite;
}

@keyframes text-animation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-us-style-4 .pq-animation-button {
    width: 150px;
    height: 150px;
    border-radius: var(--big-border-radius);
    background-color: var(--primary-color);
    position: relative;
    position: absolute;
    top: 0%;
    right: 0%;
}

.about-us-style-4 .pq-animation-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    font-size: 28px;
    line-height: 90px;
    z-index: 1;
    border-radius: 900px;
    text-align: center;
}

.about-us-style-4 .pq-about-inner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    animation: text-animation 10s linear infinite;
}

@keyframes text-animation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*================================================
Custom Cursor Container
================================================*/
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    transition: all .3s ease-in-out;
}

/*===== Dots =====*/
.cursor .cursor-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.cursor .cursor-ring {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.cursor svg {
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
}

.cursor .ring-bg {
    stroke: var(--secondary-color);
    stroke-width: 2;
}

.cursor .ring-progress {
    stroke: var(--primary-color);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    transition: stroke-dashoffset 0.2s linear;
}

/*================================================
blog
================================================*/
.blog {
    background-color: var(--grey-color);
    border-radius: 20px 20px 0 0;
}

.blog .pq-blog-content {
    margin-top: 80px;
}

.single-post .pq-blog-post,
.pq-blog .owl-carousel .pq-blog-post {
    margin-bottom: 0;
}

.pq-blog-post {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

/*===== Blog Image =====*/
.pq-blog-post .pq-post-media {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: var(--pq-border-radius);
}

.pq-blog-post .pq-post-media img {
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.pq-blog-post .pq-post-media .pq-blog-image {
    position: relative;
    overflow: hidden;
}

.pq-blog-post .pq-post-media .pq-blog-image::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pq-blog-post:hover .pq-post-media .pq-blog-image::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

/*===== Blog contain =====*/
.pq-blog-post .pq-post-category {
    margin-bottom: 8px;
}

.pq-blog-post .pq-blog-contain .pq-blog-title {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pq-blog-post .pq-blog-contain .pq-btn-container {
    margin-top: 15px;
}

/*===== Blog Meta =====*/
.pq-blog-post .pq-post-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pq-blog-post .pq-post-meta ul li {
    display: inline-block;
    text-align: center;
}

.pq-blog-post .pq-post-meta ul li a {
    color: var(--primary-color);
}

.pq-blog-post .pq-post-meta ul li:last-child {
    margin-right: 0;
}

.pq-blog-post .pq-post-meta ul .pq-post-date a {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    color: var(--secondary-color);
    transition: var(--transition);
}

@media(max-width:1499px) {
    .blog {
        border-radius: 0px;
    }
}

@media(max-width:1099px) {
    .blog .pq-blog-content {
        margin-top: 40px;
    }
}

/*===== Blog-stylr-2 =====*/
.blog-style-2 .pq-blog-box-block {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    gap: 30px;
}

.blog-style-2 .pq-blog {
    margin-top: 80px;
}

.blog-style-2 .pq-blog-col-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-style-2 .pq-blog-post {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}

.blog-style-2 .pq-blog-post .pq-post-media {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: var(--pt-border-radius);
}

.blog-style-2 .pq-blog-post .pq-post-media .pq-blog-image {
    position: relative;
    overflow: hidden;
}

.blog-style-2 .pq-blog-post .pq-post-media .pq-blog-image::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.blog-style-2 .pq-blog-post:hover .pq-post-media .pq-blog-image::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.blog-style-2 .pq-blog-grid-image img {
    border: none;
    border-radius: var(--pq-border-radius);
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.blog-style-2 .pq-blog-post .pq-post-category {
    margin-bottom: 8px;
}

.blog-style-2 .pq-blog-post .pq-blog-contain .pq-blog-title {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-style-2 .pq-blog-excerpt {
    margin-bottom: 8px;
}

.blog-style-2 .pq-blog-contain .pq-post-meta {
    margin-bottom: 25px;
}

.blog-style-2 .pq-blog-contain .pq-post-meta:last-child {
    margin-bottom: 0px;
}

.blog-style-2 .pq-blog-post .pq-post-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-style-2 .pq-blog-post .pq-post-meta ul li {
    display: inline-block;
    text-align: center;
}

.blog-style-2 .pq-blog-post .pq-post-meta ul .pq-post-date a {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    color: var(--secondary-color);
    transition: var(--transition);
}

.blog-style-2 .pq-blog-post .pq-post-meta ul li:last-child {
    margin-right: 0;
}

@media(max-width:1099px) {
    .blog-style-2 .pq-blog-box-block {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .blog-style-2 .pq-blog {
        margin-top: 40px;
    }
}

@media(max-width:479px) {
    .pq-page-numbers {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: right;
    }
}

/*===== Blog-style-3 =====*/
.blog-style-3 .pq-blog-col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-style-3 .pq-blog-post {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}

.blog-style-3 .pq-blog-post .pq-post-media {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: var(--pq-border-radius);
}

.blog-style-3 .pq-blog-post .pq-post-media .pq-blog-image {
    position: relative;
    overflow: hidden;
}

.blog-style-3 .pq-blog-post .pq-post-media .pq-blog-image::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.blog-style-3 .pq-blog-post:hover .pq-post-media .pq-blog-image::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.blog-style-3 .pq-blog-post .pq-post-category {
    margin-bottom: 8px;
}

.blog-style-3 .pq-blog-post .pq-blog-contain .pq-blog-title {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.blog-style-3 .pq-blog-post .pq-post-meta ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-style-3 .pq-blog-post .pq-post-meta ul li {
    display: inline-block;
    text-align: center;
}

@media(max-width:1099px) {
    .blog-style-3 .pq-blog-col-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media(max-width:767px) {
    .blog-style-3 .pq-blog-col-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

/*===== Blog-style-4 =====*/
.blog-style-4 .pq-blog-box-block {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    gap: 30px;
}

.blog-style-4 .pq-blog-col-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

blockquote {
    background: var(--primary-color);
    padding: 30px;
    border-left: 0px solid var(--dark-color);
    position: relative;
    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pq-border-radius);
    color: var(--white-color);
    margin-bottom: 30px;
}

blockquote strong {
    font-family: var(--title-fonts);
    font-size: 20px;
    line-height: 1;
    color: var(--white-color);
    font-style: italic;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    letter-spacing: 0.04em;
}

.pq-blog-post .pq-blog-center-description blockquote:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 22px;
    bottom: 10px;
    font-size: 80px;
    opacity: 1;
    line-height: 68px;
    color: var(--white-color);
}

.blog-style-4 .pq-blog-center-description .pq-blog-des-box-one {
    color: var(--white-color);
}

.pq-blog-post .pq-blog-contain .pq-blog-des-box-one:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 22px;
    bottom: 10px;
    font-size: 60px;
    opacity: 1;
    line-height: 68px;
    color: var(--white-color);
}

.blog-style-4 .pq-blog-heading {
    color: var(--white-color);
    font-family: var(--title-fonts);
}

.blog-style-4 .pq-blog-title {
    color: var(--primary-color);
    font-size: 40px;
    margin-bottom: 10px;
}

.blog-style-4 .pq-blog-box-block-grid .pq-blog-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.blog-style-4 .pq-blog-box-block-grid .pq-blog-img {
    border-radius: var(--pq-border-radius);
    width: 100%;
    height: 70%;
    object-fit: cover;
}

/*===== Blog-page-1 =====*/
.pq-single-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 30px;
    margin-bottom: 0;
    background: var(--grey-color);
    -webkit-border-radius: var(--pq-border-radius);
    -moz-border-radius: var(--pq-border-radius);
    border-radius: var(--pq-border-radius);
}

.single-post .pq-single-post-navigation {
    margin-bottom: 40px;
    margin-top: 30px;
}

.pq-single-post-navigation .pq-single-post-nav {
    position: relative;
    padding-left: 75px;
    display: inline-block;
    cursor: pointer;
}

.pq-single-post-navigation a:hover {
    color: var(--dark-color);
}

.pq-single-post-navigation .pq-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(--primary-color);
    text-align: center;
    transition: all 0.5s ease-in-out;
    border-radius: var(--big-border-radius);
}

.pq-single-post-navigation .pq-single-post-nav.pq--next {
    padding-left: 0;
    padding-right: 75px;
    text-align: right;
}

.pq-single-post-navigation .pq-single-post-nav.pq--next:before {
    content: "\f054";
    right: 0;
    left: inherit;
}

.pq-single-post-navigation .pq-single-post-nav-title h4 {
    font-size: 24px;
    line-height: 32px;
}

.pq-single-post-nav-label {
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    transition: var(--transition);
}

.pq-single-post-navigation+h2+.pq-masonry {
    margin-left: -15px;
    margin-top: 30px;
}

.pq-single-post-navigation .pq-single-post-nav:hover .pq-single-post-nav-label {
    color: var(--dark-color);
}

.pq-single-post-navigation .pq-single-post-nav:hover:before {
    background: var(--primary-color);
}

.single-post .pq-blog-post {
    margin-bottom: 0;
}

.pq-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 rgba(var(--dark-color-rgb), .2);
    border-top: 1px solid rgba(var(--dark-color-rgb), .2);
}

.pq-single-post-bottom-holder .pq-single-post-tags {
    display: flex;
    align-items: center;
}

.pq-single-post-bottom-holder .pq-single-post-tags-title {
    font-family: var(--title-fonts);
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

.pq-single-post-shortcode-list {
    display: flex;
    gap: 10px;
}

.pq-facebook-share {
    background-color: var(--grey-color);
    padding: 15px;
    border-radius: 50%;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li a {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    background: var(--grey-color);
    margin: 0;
    display: inline-block;
    float: left;
    color: var(--primary-color);
    padding: 4px 16px;
    letter-spacing: 0.04em;
    border: 1px solid var(--grey-color);
    transition: all 0.5s ease-in-out;
    border-radius: var(--big-border-radius);
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
}

.pq-single-post-bottom-holder .pq-single-post-social-title {
    font-family: var(--title-fonts);
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li a {
    width: 50px;
    height: 50px;
    background: var(--grey-color);
    color: var(--primary-color);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: var(--big-border-radius);
    -moz-border-radius: var(--big-border-radius);
    border-radius: var(--big-border-radius);
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pq-single-post-usernav .pq-user {
    background: var(--grey-color);
    padding: 30px;
    display: flex;
    align-items: flex-start;
    border-radius: var(--pq-border-radius);
}

.pq-single-post-usernav .pq-user .pq-user-media {
    margin-right: 30px;
}

.pq-single-post-usernav .pq-user .pq-user-media img {
    width: 180px;
    border-radius: var(--pq-border-radius);
    border: 1px solid rgba(var(--dark-color-rgb), .2);
}

.pq-single-post-usernav .pq-user-info .pq-user-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.pq-single-post-usernav .pq-user-info .pq-user-sub-title {
    text-transform: capitalize;
    letter-spacing: 0.04em;
    color: var(--dark-color);
}

.pq-single-post-usernav .pq-user-description {
    margin-bottom: 0;
    margin-top: 10px;
}

.pq-blog.pq-single-post {
    padding: 0 30px 45px;
}

.pq-blog.pq-single-post h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
}

.comment-respond {
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

.pq-comment-area .comments-title,
.comment-respond .comment-reply-title {
    padding-top: 30px;
    position: relative;
    margin: 0;
    padding-bottom: 0;
    color: var(--primary-color);
}

.comment-respond .comment-reply-title a {
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 60%;
    margin-left: 30px;
}

.comment-respond .comment-reply-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.commentlist .comment {
    margin-top: 30px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0;
    list-style: none;
}

.commentlist .pq-comment-info {
    padding: 30px;
    border: 1px solid rgba(var(--dark-color-rgb), .2);
    position: relative;
    background: var(--white-color);
    -webkit-border-radius: var(--pq-border-radius);
    -moz-border-radius: var(--pq-border-radius);
    border-radius: var(--pq-border-radius);
}

.commentlist ol.children {
    padding-left: 60px;
}

.commentlist .pq-comment-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}

.commentlist .pq-comment-avatar {
    padding-right: 15px;
}

.commentlist .pq-comment-avatar img {
    -webkit-border-radius: var(--big--pq-border-radius);
    -moz-border-radius: var(--big--pq-border-radius);
    border-radius: var(--big--pq-border-radius);
    transition: var(--transition);
}

.commentlist .pq-comment-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.commentlist .pq-comment-box .title:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.commentlist .comment-content p {
    margin: 0;
}

.commentlist .pq-comment-info .reply a {
    position: absolute;
    right: 30px;
    top: 30px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.commentlist .pq-comment-info .reply a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.no-comments,
.comment-awaiting-moderation {
    font-style: italic;
    margin: 15px 0;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    padding: 0;
    margin: 0 0 30px;
}

.comment-respond .comment-form-comment {
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    float: left;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    float: left;
    width: 31%;
    display: inline-block;
    margin: 0 15px 30px 0 !important;
}

.comment-respond .comment-form-url {
    margin-right: 0;
}

.comment-respond .form-submit {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    float: left;
}

.commentlist .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 31.52%;
    float: left;
}

ol.commentlist .pingback,
ol.commentlist .trackback {
    margin-left: 25px;
}

@media(max-width:1099px) {
    .blog-style-4 .pq-blog-box-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

@media(max-width:767px) {
    .blog-style-4 .pq-blog-box-block-grid .pq-blog-media {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pq-single-post-navigation {
        padding: 45px 15px;
        display: block;
    }

    .pq-single-post-bottom-holder {
        margin: 30px 0;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .pq-single-post-usernav .pq-user {
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-style-4 .pq-blog-title {
        font-size: 30px;
    }
}

/*================================================
Gallery
================================================*/
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pq-gallery-img img {
    border-radius: var(--pq-border-radius);
    width: 100%;
    height: 340px;
    object-fit: cover;
}

@media(max-width:1099px) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media(max-width:767px) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/*================================================
Banner
================================================*/
.pq-page-top-block {
    position: relative;
}

.banner {
    position: relative;
}

.pq-banner-vector-one,
.pq-banner-vector-two,
.pq-banner-vector-three,
.pq-banner-vector-four {
    position: absolute;
}

.pq-banner-vector-one {
    top: 3px;
    left: 0;
}

.pq-banner-vector-two {
    top: -5%;
    right: -1%;
}

.pq-banner-vector-three {
    left: 4%;
    bottom: -6%;
}

.pq-banner-vector-three.pq-top-left {
    animation: top-left 5s ease-in-out infinite;
}

@keyframes top-left {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.pq-banner-vector-four {
    right: 0;
    bottom: 0;
}

.pq-banner-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
}

.pq-banner-grid .pq-banner-grid-block .pq-section-title .pq-title .pq-title-heading {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 0;
}

.pq-banner-grid .pq-banner-grid-block .pq-btn-container {
    margin-top: 30px;
}

.pq-banner-bottom-block {
    margin-top: 30px;
    position: relative;
}

.pq-banner-bottom-block .pq-banner-back-line {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 18%;
}

.pq-banner-image-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    gap: 20px;
    margin-bottom: -180px;
}

.pq-banner-image-grid .pq-banner-image-grid-block {
    position: relative;
}

.pq-banner-image-grid .pq-banner-image-grid-block img {
    text-align: center;
}

.pq-banner-image-grid .pq-banner-image-grid-block-left:first-child img,
.pq-banner-image-grid .pq-banner-image-grid-block-left:last-child img {
    border-radius: 250px;
    width: 340px;
}

.pq-banner-image-grid-block-left {
    position: relative;
}

.pq-banner-image-grid-block-left img {
    animation-delay: 0.5s;
}

.pq-banner-image-grid-block-center img {
    animation-delay: 0.5s;
}

@media (max-width: 1699px) {

    .pq-banner-vector-one,
    .pq-banner-vector-two {
        display: none;
    }
}

@media(max-width:1499px) {
    .banner {
        position: relative;
        margin: 0px;
        border-radius: 0px;
    }

    .pq-banner-vector-three,
    .pq-banner-vector-four {
        display: none;
    }
}

@media(max-width:1365px) {

    .pq-banner-image-grid .pq-banner-image-grid-block-left:first-child img,
    .pq-banner-image-grid .pq-banner-image-grid-block-left:last-child img {
        border-radius: 250px;
        width: 270px;
    }

    .banner .pq-animation-button {
        top: 26%;
        right: -5%;
    }
}

@media(max-width:1279px) {
    .pq-banner-image-grid .pq-banner-image-grid-block-left img {
        width: 200px;
    }

    .pq-animation-button {
        top: 20%;
        right: -3%;
    }

    .pq-banner-grid .pq-banner-grid-block .pq-section-title .pq-title .pq-title-heading {
        font-size: 44px;
        line-height: 60px;
        margin-bottom: 0;
    }

    .banner .pq-animation-button {
        display: none;
    }
}

@media(max-width:1099px) {
    .banner {
        padding: 60px 0;
    }

    .pq-banner-grid-block-img {
        display: none;
    }

    .pq-banner-grid {
        grid-template-columns: 1fr;
    }

    .pq-banner-grid .pq-banner-grid-block:last-child {
        display: none;
    }

    .banner .pq-animation-button {
        display: none;
    }

    .pq-banner-image-grid {
        margin-bottom: -80px;
    }
}

@media(max-width:1023px) {

    .pq-banner-image-grid .pq-banner-image-grid-block-left:first-child img,
    .pq-banner-image-grid .pq-banner-image-grid-block-left:last-child img {
        border-radius: 200px;
        width: 250px;
    }
}

@media(max-width:979px) {

    .pq-banner-image-grid .pq-banner-image-grid-block-left:first-child img,
    .pq-banner-image-grid .pq-banner-image-grid-block-left:last-child img {
        border-radius: 100px;
        width: 200px;
        margin-top: -50px;
    }

    .pq-banner-grid-block-img {
        display: block;
    }

    .pq-banner-image-grid .pq-banner-image-grid-block:first-child {
        text-align: start;
    }

    .pq-banner-image-grid .pq-banner-image-grid-block:last-child {
        text-align: end;
    }
}

@media(max-width:799px) {

    .pq-banner-image-grid .pq-banner-image-grid-block-left:first-child img,
    .pq-banner-image-grid .pq-banner-image-grid-block-left:last-child img {
        display: none;
    }

    .pq-banner-image-grid {
        margin-bottom: -110px;
    }

    .pq-banner-image-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {
    .banner {
        padding-bottom: 60px;
    }

    .pq-banner-grid .pq-banner-grid-block .pq-section-title .pq-title .pq-title-heading {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .pq-banner-image-grid .pq-banner-image-grid-block-left:first-child img,
    .pq-banner-image-grid .pq-banner-image-grid-block-left:last-child img {
        width: 120px;
        margin-top: -50px;
    }
}

/*===== banner-style-2 =====*/
.banner-style-2 {
    background-image: url(../image/banner/home-2/back-img.jpg);
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 30px;
    background-attachment: fixed;
    padding-top: 260px;
}

.pq-banner-grid-style-2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

.pq-banner-style-1-vector-one {
    position: absolute;
    top: 170px;
    left: 140px;
    height: 20%;
}

.banner-style-2 .pq-banner-bottom-block {
    margin-top: 90px;
    display: flex;
    gap: 40px;
}

.pq-banner-bottom-block .pq-banner-icon-box-info {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.pq-banner-bottom-block .pq-banner-icon-box-info i {
    font-size: 50px;
    line-height: 1;
}

.banner-style-2 .pq-btn-container {
    margin-top: 40px;
}

.pq-banner-bottom-block .pq-banner-icon-box-info span {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--title-fonts);
    color: var(--primary-color);
    margin-left: 5px;
}

@media(max-width:1499px) {
    .banner-style-2 {
        border-radius: 0;
        padding-top: 200px;
        margin-top: 0;
    }

    .pq-banner-style-1-vector-one {
        display: none;
    }
}

@media(max-width:1099px) {
    .pq-banner-grid-style-2 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .banner-style-2 .pq-banner-bottom-block {
        margin-top: 40px;
    }
}

@media(max-width:767px) {
    .banner-style-2 {
        padding-top: 160px;
    }

    .pq-banner-grid-style-2 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .banner-style-2 .pq-banner-bottom-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 40px;
    }
}

/*===== banner-style-3 =====*/
.banner-style-3 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding-top: 300px;
    padding-bottom: 200px;
    margin-top: 30px;
}

.banner-style-3 .swiper {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.banner-style-3 .swiper .slide-bg-one {
    background-image: url('../image/banner/home-3/banner-img-3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-style-3 .swiper .slide-bg-two {
    background-image: url('../image/banner/home-3/banner-img-3-3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-style-3 .swiper .slide-bg-three {
    background-image: url('../image/banner/home-3/banner-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-slide {
    position: relative;
    opacity: 0 !important;
}

.swiper-slide-active {
    opacity: 1 !important;
}

/* Background always starts zoomed */
.slide-bg-one,
.slide-bg-two,
.slide-bg-three {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0;
    transform: scale(1);
    transition: transform 5s ease;
}

.swiper-slide-active .slide-bg-one,
.swiper-slide-active .slide-bg-two,
.swiper-slide-active .slide-bg-three {
    transform: scale(1.05);
}

.banner-style-3 .pq-btn-container {
    margin-top: 40px;
}

.banner-style-3 .pq-banner-grid .pq-banner-grid-block .pq-section-title .pq-title .pq-title-heading {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 0;
}

.banner-style-3 .pq-section-title .pq-title .pq-title-subtitle span {
    color: var(--white-color);
}

.banner-style-3 .pq-section-title .pq-title .pq-title-heading {
    color: var(--white-color);
}

.banner-style-3 .pq-button {
    color: var(--primary-color);
    background-color: var(--white-color);
}

@media(max-width:1499px) {
    .banner-style-3 {
        margin: 0;
        border-radius: 0;
    }
}

@media(max-width:1279px) {
    .banner-style-3 {
        padding-top: 160px;
        padding-bottom: 60px;
    }
}

@media(max-width:1099px) {
    .about-us-style-3 .pq-about-grid-block-info {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media(max-width:1023px) {
    .banner-style-3 .pq-banner-grid-style-2 {
        display: grid;
        grid-template-columns: 1.2fr;
    }

    .banner-style-3 {
        padding-bottom: 60px;
    }
}

@media(max-width:767px) {
    .banner-style-3 {
        padding-top: 165px;
    }

    .banner-style-3 .pq-btn-container {
        margin-top: 30px;
    }
}

/*================================================
about-us
================================================*/
.about-us {
    padding: 110px 0px 110px;
    margin: 0px 30px 0px 30px;
}

.pq-about-grid-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.pq-about-grid .pq-about-media {
    position: relative;
}

.pq-about-grid .pq-about-media .pq-about-img-one {
    border-radius: 500px;
}

.pq-about-grid .pq-about-media .pq-about-img-two {
    position: absolute;
    border-style: solid;
    border-width: 10px;
    border-color: var(--white-color);
    border-radius: 500px;
    z-index: 2;
    bottom: 13%;
    right: 0%;
}

.pq-about-grid .pq-about-media .pq-about-img-two {
    animation-delay: 0.5s;
}

.pq-about-subtitle-img {
    position: absolute;
    top: -60px;
    left: 790px;
}

.pq-about-info .pq-title-subtitle span {
    font-size: 18px;
    color: var(--secondary-color);
}

.pq-about-info {
    padding-top: 32px;
}

.pq-about-info .pq-about-description {
    font-size: 18px;
    color: var(--secondary-color);
    line-height: 1.8;
    max-width: 650px;
    margin: 0;
    margin-bottom: 40px;
}

.pq-about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.pq-about-list {
    animation-delay: 0.5s;
}

.pq-about-list li {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color);
}

.pq-about-list li i {
    color: var(--primary-color);
    font-size: 18px;
    margin-right: 10px;
}

.about-us .pq-btn-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

.about-us .pq-btn-container {
    animation-delay: 0.5s;
}

.pq-about-call-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 400;
}

.pq-about-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 72px;
    height: 72px;
    display: inline-block;
    color: var(--white-color);
    text-align: center;
    background: var(--dark-color);
    border-radius: 50%;
}

.pq-about-icon i {
    font-size: 28px;
    line-height: 80px;
}

.pq-about-call-title {
    font-size: 18px;
    font-weight: 400;
}

.pq-about-call-number {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: "Marcellus", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 34px;
}

.pq-back-vector {
    position: absolute;
    right: -30px;
    bottom: 0;
}

@media(max-width:1499px) {
    .pq-back-vector {
        display: none;
    }

    .pq-about-grid-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    .about-us {
        margin: 0px;
    }
}

@media(max-width:1365px) {
    .pq-about-grid .pq-about-media .pq-about-img-one {
        height: 80%;
    }

    .pq-about-grid .pq-about-media .pq-about-img-two {
        position: absolute;
        width: 290px;
        bottom: 30%;
        right: -3%;
    }
}

@media(max-width:1279px) {
    .pq-about-grid-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pq-about-grid .pq-about-media .pq-about-img-one {
        max-width: 100%;
        height: 100%;
        position: relative;
    }

    .pq-about-grid .pq-about-media .pq-about-img-two {
        position: absolute;
        width: 30%;
        bottom: 10%;
        right: 25%;
    }

    .pq-about-info .pq-about-description {
        max-width: 100%;
    }
}

@media(max-width:1099px) {
    .pq-about-grid .pq-about-media .pq-about-img-two {
        width: 35%;
        bottom: 10%;
        right: 0%;
    }
}

@media(max-width:979px) {
    .pq-about-grid .pq-about-media .pq-about-img-one {
        height: 100%;
        position: relative;
    }

    .pq-about-grid .pq-about-media .pq-about-img-two {
        position: absolute;
        width: 40%;
        bottom: 10%;
        right: -1%;
    }
}

@media(max-width:767px) {
    .pq-about-grid .pq-about-media .pq-about-img-one {
        width: 80%;
        height: 100%;
        position: relative;
    }

    .pq-about-grid .pq-about-media .pq-about-img-two {
        position: absolute;
        width: 40%;
        bottom: 3%;
        border-width: 2px;
    }

    .about-us .pq-btn-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        gap: 20px;
        margin-top: 0;
    }

    .pq-about-info {
        padding-top: 0;
    }

    .pq-about-info .pq-about-description {
        margin-bottom: 20px;
    }

    .pq-about-icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .pq-about-list {
        margin-bottom: 30px
    }

    .about-us {
        padding: 45px 0px 45px;
    }
}

/*===== about-style-2 =====*/
.pq-about-style-2-grid-block {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
}

.pq-about-style-2-grid-block .pq-about-media {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 20px;
}

.pq-about-style-2-grid-block .pq-about-media-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pq-about-grid .pq-about-media .pq-about-style-2-img-one {
    border-radius: 500px;
}

.pq-about-grid .pq-about-media .pq-about-style-2-img-two {
    width: 100%;
    border-radius: 200px;
}

.pq-about-grid .pq-about-media .pq-about-style-2-img-three {
    border-radius: 200px;
}

.pq-about-grid-block-info .pq-counter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 60px;
}

.pq-about-grid-block-info .pq-counter-grid {
    animation-delay: 0.5s;
}

.about-us-style-2 .pq-btn-container {
    animation-delay: 0.5s;
}

.pq-about-grid-block-info .pq-counter-grid .pq-counter.pq-style-1 .pq-counter-info .pq-count-number {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pq-about-grid-block-info .pq-counter-grid .pq-count {
    font-size: 56px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.pq-about-grid-block-info .pq-counter-grid .pq-counter-prefix-icon {
    font-size: 56px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.pq-about-grid-block-info .pq-counter-grid p {
    margin-bottom: 0;
}

.pq-back-buttom-vector {
    position: absolute;
    bottom: 0px;
    right: -30px;
}

.pq-about-vector-three {
    position: absolute;
    left: 0;
    top: -50px;
}

.pq-about-vector-three.pq-top-left {
    animation: top-left 5s ease-in-out infinite;
}

@keyframes top-left {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@media(max-width:1499px) {

    .about-us-style-2 {
        margin: 0;
    }

    .pq-about-vector-three {
        display: none;
    }

    .pq-back-buttom-vector {
        display: none;
    }
}

@media(max-width:1099px) {
    .pq-about-style-2-grid-block {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pq-about-style-2-grid-block .pq-about-media {
        max-width: 80%;
    }

    .about-us-style-2 .pq-animation-button {
        top: 69%;
    }
}

@media(max-width:979px) {
    .pq-about-style-2-grid-block .pq-about-media {
        max-width: 100%;
    }

    .our-service-style-2 .pq-button-content {
        display: none;
    }
}

@media(max-width:767px) {
    .about-us-style-2 .pq-animation-button {
        width: 140px;
        height: 140px;
    }

    .pq-about-grid .pq-about-media .pq-about-style-2-img-three {
        height: 106px;
    }

    .pq-about-grid-block-info .pq-counter-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
    }

    .pq-counter-grid-block {
        margin-bottom: 20px;
    }
}

@media(max-width:479px) {
    .pq-about-grid .pq-about-media .pq-about-style-2-img-two {
        height: 255px;
    }

    .about-us-style-2 .pq-animation-button {
        width: 100px;
        height: 100px;
    }

    .pq-about-grid .pq-about-media .pq-about-style-2-img-three {
        height: 81px;
    }

    .about-us-style-2 .pq-animation-button {
        top: 58%;
    }

    .pq-about-grid-block-info .pq-counter-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pq-about-grid-block-info .pq-counter-grid {
        margin-bottom: 10px;
    }
}

/*===== about-style-3 =====*/
.about-us-style-3 .pq-about-grid-block-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-us-style-3 .pq-about-info {
    padding-top: 0;
}

.about-us-style-3 .pq-video-popup-img-bottom {
    border-radius: 500px;
    position: relative;
    height: 100%;
}

.about-us-style-3 .pq-about-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-us-style-3 .pq-about-bottom-media {
    position: relative;
}

.about-us-style-3 .pq-about-vector-img-one {
    position: absolute;
    right: -12%;
    top: -30%;
    z-index: 1;
}

.pq-about-style-3-vector-two,
.pq-about-style-3-vector-three {
    position: absolute;
}

.pq-about-style-3-vector-two {
    top: -30%;
    left: -21%;
    z-index: 1;
}

.pq-about-style-3-vector-three {
    top: -20%;
    right: -15%;
    z-index: 1;
}

.pq-about-style-3-vector-three.pq-top-left {
    animation: top-left 5s ease-in-out infinite;
}

@keyframes top-left {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@media(max-width:1699px) {
    .pq-about-style-3-vector-three {
        display: none;
    }
}

@media(max-width:1679px) {
    .pq-about-style-3-vector-two {
        display: none;
    }
}

@media(max-width:1499px) {
    .about-us-style-3 {
        margin: 0;
    }

    .pq-about-style-3-vector-three {
        display: none;
    }

    .about-us-style-3 .pq-about-vector-img-one {
        display: none;
    }
}

@media(max-width:1023px) {
    .about-us-style-3 .pq-about-grid-block-info {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {
    .about-us-style-3 .pq-about-grid {
        gap: 30px;
    }
}

/*===== about-style-4 =====*/
.about-us-style-4 .pq-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.about-us-style-4 .pq-about-grid-block-left .pq-about-style-4-img-one {
    border-radius: 100% 100% 100% 100%;
    position: relative;
}

.pq-about-media {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.pq-about-style-4-img-one {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.about-us-style-4 .pq-about-media::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
}

.about-us-style-4 .pq-about-media:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background: transparent;
}

.about-us-style-4 .pq-about-grid-block-right {
    padding-top: 32px;
}

.about-us-style-4 .pq-about-grid-block-right .pq-about-list-icon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-us-style-4 .pq-about-list {
    margin: 0;
}

.about-us-style-4 .pq-btn-container {
    margin-top: 30px;
}

@media(max-width:1099px) {
    .about-us-style-4 .pq-about-grid {
        display: flex;
        flex-direction: column-reverse;
        gap: 45px;
    }

    .pq-about-style-4-img-one {
        width: 80%;
        height: 80%;
    }

    .about-us-style-4 .pq-animation-button {
        top: 0%;
        right: 25%;
    }
}

@media(max-width:767px) {
    .about-us-style-4 .pq-about-grid-block-right .pq-about-list-icon {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-us-style-4 .pq-animation-button {
        width: 100px;
        height: 100px;
        top: 0;
        right: 0;
    }

    .about-us-style-4 .pq-about-grid-block-right {
        padding-top: 0;
    }

    .about-us-style-4 .pq-btn-container {
        margin-top: 10px;
    }
}

/*===== about-style-5 =====*/
.about-us-style-5 {
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
}

.pq-back-style-5-vector {
    position: absolute;
    left: 0%;
    bottom: -4%;
}

.about-us-style-5 .pq-about-grid .pq-about-media .pq-about-img-two {
    border-color: var(--primary-color);
}

.about-us-style-5 .pq-section-title .pq-title .pq-title-subtitle span {
    color: var(--white-color);
}

.about-us-style-5 .pq-section-title .pq-title .pq-title-heading {
    color: var(--white-color);
}

.about-us-style-5 .pq-about-info .pq-about-description {
    color: var(--white-color);
}

.about-us-style-5 .pq-about-list li i {
    color: var(--white-color);
}

.about-us-style-5 .pq-about-list li {
    color: var(--white-color);
}

.about-us-style-5 .pq-button {
    background-color: var(--white-color);
}

.about-us-style-5 .pq-button.pq-button-flat .pq-button-text {
    color: var(--primary-color);
}

.about-us-style-5 .pq-btn-container {
    display: flex;
    gap: 30px;
}

.about-us-style-5 .pq-about-call-title {
    color: var(--white-color);
}

.about-us-style-5 .pq-about-call-number {
    color: var(--white-color);
}

/*================================================
contact
================================================*/
section.contact {
    overflow: hidden;
}

.contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/contact/map-2.png");
    background-repeat: no-repeat;
    background-position: -25px 82%;
}

@media(max-width:1366px) {
    .contact:before {
        background-position: -45px 82%;
    }
}

@media(max-width:1099px) {
    .contact:before {
        display: none;
    }
}

.pq-contact-vector-one {
    position: absolute;
    right: -80px;
    bottom: -40px;
}

.pq-contact-box-info .pq-contact-title {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: var(--title-fonts);
    margin-bottom: 20px;
    color: var(--primary-color);
    width: 400;
}

.contact .pq-contact-box {
    margin-top: 80px;
}

.pq-contact-box .pq-contact-box-info {
    padding-top: 32pxx;
}

.pq-contact-box-info .pq-contact-description {
    font-size: 18px;
    width: 400;
    font-family: var(--title-fonts);
    margin-bottom: 20px;
    color: var(--secondary-color);
    max-width: 70%;
    text-align: left;
    line-height: 30px;
}

.pq-contact-box .pq-contact-box-info {
    animation-delay: 0.5s;
}

.pq-contact-box-info .pq-contact-number {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 15px;
    text-decoration: underline;
}

.pq-contact-icon-social {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.pq-contact-box-info .pq-contact-icon-social i {
    background: var(--primary-color);
    color: var(--white-color);
    width: 38px;
    height: 38px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: var(--big-border-radius);
    font-size: 18px;
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 20px;
}

.full {
    grid-column: 1 / -1;
}

.btn-box {
    grid-column: 1 / -1;
}

.pq-form-box {
    position: relative;
}

.pq-form-box i {
    position: absolute;
    left: 0;
    top: 15px;
    color: #757474;
}

.pq-form-box svg {
    position: absolute;
    left: 0;
    top: 15px;
    fill: #757474;
    height: 18px;
}

.pq-form-box input,
.pq-form-box textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 16px 30px;
    background: transparent;
    outline: none;
    border-radius: 0;
}

.pq-form-box textarea {
    height: 120px;
}

.pq-submit-btn {
    padding: 14px 40px;
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: 40px;
    font-size: 17px;
}

@media(max-width:1279px) {
    .contact .pq-contact-box .pq-contact-box-info {
        margin-bottom: 20px;
    }
}

@media(max-width:1279px) {
    .contact .pq-contact-box-info .pq-contact-description {
        max-width: 100%;
    }
}

@media(max-width:1099px) {
    .contact .pq-contact-box {
        margin-top: 40px;
    }
}

@media(max-width:1699px) {
    .pq-contact-vector-one {
        display: none;
    }
}

@media(max-width:767px) {
    .pq-contact-box-info .pq-contact-number {
        font-size: 20px;
    }

    .form-container {
        margin-top: 0px;
    }
}

/*===== contact-style-2 =====*/
.contact-style-2 .pq-contact-box-list {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1.8fr;
    gap: 20px;
}

.contact-style-2 .pq-contact-box-list {
    animation-delay: 0.3s;
}

.contact-style-2 .pq-contact-main-grid-block-left {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 20px;
}

.contact-style-2 .pq-contact-main-grid-block-right {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 20px;
}

.contact-style-2 .pq-contact-box-list .pq-contact-hours-box {
    background-color: var(--primary-color);
    border-radius: var(--pq-border-radius);
    max-width: 100%;
    height: 100%;
    position: relative;
    padding: 110px 30px 30px 30px;
}

.contact-style-2 .pq-contact-box-list .pq-contact-hours-icon {
    font-size: 64px;
    color: var(--white-color);
}

.contact-style-2 .pq-contact-box-list .pq-contact-hours-list {
    color: var(--white-color);
}

.contact-style-2 .pq-contact-box-list .pq-contact-hours-list-num {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    font-family: var(--body-fonts);
}

.contact-style-2 .pq-contact-box-list .pq-contact-hours-list-num:first-of-type {
    margin-bottom: 20px;
}

.contact-style-2 .pq-contact-media-box {
    position: relative;
    overflow: hidden;
    border-radius: 500px;
    margin-top: auto;
}

.contact-style-2 .pq-contact-media-img {
    width: 100%;
    height: 247px;
    object-fit: cover;
    border-radius: 500px;
    transition: var(--transition);
}

.contact-style-2 .pq-contact-media-box::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.contact-style-2 .pq-contact-media-box:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.pq-contact-icon-main-wapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.pq-contact-icon-container-wapper {
    background-color: var(--grey-color);
    border-radius: 20px;
    max-width: 100%;
    padding: 15px;
    overflow: hidden;
}

.pq-contact-icon img {
    width: 30%;
}

.pq-contact-icon-container .pq-contact-title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--title-fonts);
}

.pq-contact-icon-container .pq-contact-number {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--title-fonts);
}

.pq-contact-icon-container .pq-contact-icon-wrapper {
    display: inline-flex;
    gap: 4px;
}

.pq-contact-icon-container .pq-google-icon svg {
    height: 56px;
}

.pq-contact-icon-container .pq-contact-icon-wrapper i {
    color: #ffc107;
    font-size: 14px;
}

.pq-contact-icon-container .pq-contact-divider {
    width: 100%;
    height: 1px;
    background: #2144421A;
    margin-bottom: 10px;
    margin-top: 15px;
}

.pq-contact-icon-container .pq-contact-media {
    padding: 10px;
}

.pq-contact-icon-container .pq-contact-media img {
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -15px;
}

.pq-contact-media img:first-child {
    margin-left: 0;
}

.pq-contact-counter {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    text-align: center;
    line-height: 3;
    background: var(--dark-color);
    color: var(--white-color);
    align-items: center;
    border-radius: var(--big-border-radius);
    font-size: 18px;
    font-weight: 400;
    margin-left: -15px;
}

.contact-style-2 .pq-contact-info-box {
    background-color: var(--dark-color);
    border-radius: 20px;
    max-width: 100%;
    height: 100%;
    padding: 30px 30px 0 30px;
    position: relative;
}

.contact-style-2 .pq-contact-info {
    display: flex;
}

.contact-style-2 .pq-contact-info-title {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.contact-style-2 .pq-contact-media-icon-box {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: var(--dark-color);
    text-align: center;
    background: var(--white-color);
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-style-2 .pq-contact-media-icon-box i {
    font-size: 20px;
    line-height: 80px;
    line-height: 3;
}

.contact-style-2 .pq-contact-vector-one-img {
    position: absolute;
    top: -20%;
    right: -36%;
}

.contact-style-2 .pq-contact-vector-two-img {
    position: absolute;
    top: -30%;
    right: -20%;
    z-index: -1;

}

.contact-style-2 .pq-contact-bottom-media-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    justify-content: center;
}

.contact-style-2 .pq-contact-bottom-media-info {
    animation-delay: 0.5s;
}

.contact-style-2 .pq-contact-bottom-img {
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -15px;
}

.contact-style-2 .pq-contact-vector-img-one {
    position: absolute;
    top: -6%;
    right: 1%;
}

.pq-contact-vector-img-one.pq-buttom-right {
    animation: top-right 5s ease-in-out infinite;
}

@keyframes top-right {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@media(max-width:1499px) {
    .contact-style-2 {
        margin: 0;
    }

    .contact-style-2 .pq-contact-vector-one-img,
    .contact-style-2 .pq-contact-vector-two-img,
    .pq-contact-vector-img-one.pq-buttom-right {
        display: none;
    }
}

@media(max-width:1399px) {
    .pq-contact-icon-container .pq-contact-title {
        font-size: 21px;
    }
}

@media(max-width:1365px) {
    .pq-contact-icon-container .pq-contact-title {
        font-size: 18px;
    }
}

@media(max-width:1099px) {
    .contact-style-2 .pq-contact-box-list {
        display: grid;
        grid-template-columns: 1.8fr;
        gap: 20px;
        padding: 30px 0 0 0;
    }

    .contact-style-2 .pq-contact-box-list .pq-contact-media-img {
        max-width: 100%;
        border-radius: 500px;
        height: 100%;
        width: 100%;
    }

    .contact-style-2 .pq-contact-media-icon-box i {
        line-height: 3;
    }

    .contact-style-2 .pq-contact-media-icon-box {
        width: 50px;
        height: 50px;
        margin-left: auto;
    }

    .contact-style-2 .pq-contact-info-media {
        text-align: center;
    }

    .pq-contact-icon-container .pq-contact-media {
        justify-content: center;
    }

    .pq-contact-icon-container .pq-contact-rating {
        justify-content: center;
    }
}

@media(max-width:767px) {
    .contact-style-2 .pq-contact-main-grid-block-left {
        display: grid;
        grid-template-columns: 1.8fr;
    }

    .contact-style-2 .pq-contact-main-grid-block-right {
        display: grid;
        grid-template-columns: 1.8fr;
    }

    .contact-style-2 .pq-title {
        margin-bottom: 40px;
    }

    .contact-style-2 .pq-contact-bottom-media-info {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .contact-style-2 .pq-contact-box-list .pq-contact-hours-box {
        padding: 15px;
    }

    .contact-style-2 .pq-contact-info-title {
        max-width: 90%;
    }

    .contact-style-2 .pq-contact-info-media {
        text-align: center;
    }

    .pq-contact-icon-container .pq-contact-media {
        justify-content: center;
    }

    .pq-contact-icon-container .pq-contact-rating {
        justify-content: center;
    }

    .contact-style-2 .pq-contact-info-box {
        padding: 15px 15px 0 15px;
    }
}

/*===== contact-style-3 =====*/
.contact-style-3 {
    display: flex;
    min-height: 500px;
    background: linear-gradient(to left,
            #214442 57%,
            transparent 46%),
        url(../image/contact/home-3/back-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-style-3 .container {
    margin-left: 20%;
}

.contact-style-3 .pq-contact-grid-block .pq-contact-box {
    display: flex;
    align-items: center;
}

.pq-contact-from-block {
    display: flex;
    flex-direction: column;
}

.contact-style-3 .pq-section-title .pq-title .pq-title-heading {
    font-size: 46px;
    line-height: 56px;
}

.contact-style-3 .pq-contact-grid-block {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 45px;
}

.contact-style-3 .pq-contact-from-block {
    background-color: var(--grey-color);
    border-radius: var(--pq-border-radius);
    padding: 70px 30px 30px 30px;
}

.contact-style-3 .pq-contact-box .pq-contact-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: var(--white-color);
}

.contact-style-3 .pq-contact-box .pq-contact-description {
    width: 82%;
    max-width: 100%;
    color: var(--white-color);
    margin-bottom: 30px;
}

.contact-style-3 .pq-contact-box .pq-contact-number {
    font-size: 32px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 30px;
}

.contact-style-3 .pq-contact-box-info .pq-contact-icon-social i {
    background-color: var(--white-color);
    color: var(--primary-color);
    padding: 23px;
    font-size: 23px;
}

@media(max-width:1699px) {
    .contact-style-3 .container {
        margin-left: 18%;
    }
}

@media(max-width:1499px) {
    .contact-style-3 .container {
        margin-left: 10%;
    }

    .contact-style-3 {
        border-radius: 0;
    }
}

@media(max-width:1279px) {
    .contact-style-3 .container {
        margin-left: 7%;
    }
}

@media(max-width:1099px) {
    .contact-style-3 .pq-contact-grid-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-style-3 .container {
        margin-left: 0%;
    }

    .contact-style-3 {
        background: linear-gradient(to left,
                #214442 100%,
                transparent 46%),
            url(../image/contact/home-3/back-1.jpg);
        ;
    }
}

@media(max-width:979px) {
    .form-container {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {
    .about-us-style-3 .pq-about-grid-block-info {
        display: grid;
        grid-template-columns: 1fr;
    }

    .contact-style-3 .pq-contact-from-block {
        padding: 30px 15px 15px 15px;
    }

    .contact-style-3 .pq-section-title .pq-title .pq-title-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .form-container {
        gap: 20px;
    }

    .contact-style-3 .pq-contact-box .pq-contact-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .contact-style-3 .pq-contact-box .pq-contact-description {
        width: 100%;
    }

    .contact-style-3 .pq-contact-box .pq-contact-number {
        font-size: 26px;
        line-height: 34px;
    }

    .contact-style-3 .pq-contact-box-info .pq-contact-icon-social i {
        font-size: 20px;
        padding: 5px;
    }
}

/*===== contact-style-4 =====*/
/* .contact-style-4{
    padding-top: 140px;
} */
.contact-style-4 .pq-contact-box-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.contact-style-4 .pq-contact-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #2144421A;
    border-radius: var(--pq-border-radius);
    padding: 45px 30px;
}

.contact-style-4 .pq-contact-icon-box-icon {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
}

.contact-style-4 .pq-contact-icon {
    color: var(--primary-color);
    display: inline-block;
    font-size: 50px;
    line-height: 1;
}

.contact-style-4 .pq-contact-icon-box-content {
    max-width: 100%;
}

.contact-style-4 .pq-contact-icon-box-title {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.contact-style-4 .pq-contact-icon-box-description {
    margin-bottom: 0px;
}

@media(max-width:1099px) {
    .contact-style-4 .pq-contact-box-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media(max-width:767px) {
    .contact-style-4 .pq-contact-icon-box-wrapper {
        padding: 30px 20px;
    }

    .contact-style-4 .pq-contact-icon {
        font-size: 45px;
    }
}

/*===== contact-style-5 =====*/
.contact-style-5 {
    border-radius: 20px 20px 0 0;
}

.contact-style-5 .pq-contact-style-5-box-block {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 45px;
}

.contact-style-5 .pq-contact-style-5-grid-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.pq-contact-style-5-box {
    border-radius: var(--pq-border-radius);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-section {
    background: var(--white-color);
    padding: 50px 0;
}

.contact-form .row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-group.full {
    width: 100%;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 25px;
    background: var(--white-color);
    font-size: 16px;
    outline: none;
}

.contact-form textarea {
    height: 150px;
    resize: none;
}

.form-btn {
    text-align: center;
    margin-top: 20px;
}

.form-btn button {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 50px;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 18px;
    cursor: pointer;
}

.contact-style-5 iframe {
    height: 500px;
    width: 100%;
    border-radius: var(--pq-border-radius);
}

.contact-style-5 .pq-contact-media {
    margin-top: auto;
}

@media(max-width:1499px) {
    .contact-style-5 {
        border-radius: 0;
    }
}

@media(max-width:1099px) {
    .pq-contact-style-5-box {
        padding: 0;
    }

    .contact-style-5 .pq-contact-style-5-box-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

@media(max-width:767px) {
    .contact-style-4 .pq-contact-box-block {
        display: grid;
        grid-template-columns: 1fr;
    }

    .contact-style-5 .pq-contact-style-5-grid-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

/*================================================
faqs
================================================*/
.faqs {
    position: relative;
}

.faqs .pq-faqs-box-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.faqs .pq-faqs-box-content {
    background-color: var(--grey-color);
    border-radius: 20px;
    max-width: 75%;
    margin-top: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: var(--pq-border-radius);
}

.faqs .pq-faqs-box-content {
    animation-delay: 0.5s;
}

.faqs .pq-faqs-content-info {
    background-color: var(--primary-color);
    padding: 20px;
}

.faqs .pq-faqs-box-title {
    font-weight: 400;
    line-height: 32px;
    color: var(--white-color);

}

.faqs .pq-faqs-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.pq-faqs-col {
    flex: 1;
    text-align: center;
}

.faqs .pq-faqs-info-heading {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.faqs .pq-faqs-info-number,
.faqs .pq-faqs-info-mail {
    font-size: 18px;
    font-weight: 400;
}

.faqs .pq-faqs-info-number a {
    text-decoration: underline;
    color: var(--primary-color);
}

.faqs .pq-faqs-info-mail a {
    text-decoration: underline;
    color: var(--dark-color);
}

.faqs .pq-faqs-info-divider {
    width: 1px;
    height: 90px;
    background: var(--dark-color);
    margin-right: 10px;
}

.pq-accordian-box-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.pq-form-box-style-1.style-1 {
    background-color: var(--primary-color);
}

@media(max-width:1099px) {
    .faqs .pq-faqs-box-content {
        margin-top: 40px;
    }

    .faqs .pq-faqs-box-info {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media(max-width:767px) {
    .faqs .pq-faqs-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 15px 20px;
    }

    .faqs .pq-faqs-info-divider {
        display: none;
    }

    .faqs .pq-faqs-box-content {
        margin-bottom: 0;
    }

    .faqs .pq-faqs-content-info {
        padding: 18px;
    }

}

/*================================================
    background image
================================================*/
.pq-background-img {
    padding: 0 30px;
    min-height: 650px;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    transition: opacity .5s .2s;
    opacity: 1;
}

.pq-background-img-inner {
    overflow: hidden;
    display: flex;
    width: 100%;
    gap: 15px;
}

.pq-background-img-bg {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: var(--pq-border-radius);
}

.pq-background-img-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
    z-index: 5;
    flex: 1;
    height: 100%;
    transition: var(--transition);
    cursor: pointer;
    overflow: hidden;
}

.pq-background-img .pq-background-img-item.pq-active {
    flex: 3;
    transition: var(--transition);
}

.pq-background-img-item:nth-child(1) .pq-background-img-bg {
    background-image: url(../image/background/image-1.jpg);
}

.pq-background-img-item:nth-child(2) .pq-background-img-bg {
    background-image: url(../image/background/image-2.jpg);
}

.pq-background-img-item:nth-child(3) .pq-background-img-bg {
    background-image: url(../image/background/image-3.jpg);
}

.pq-background-img-item:nth-child(4) .pq-background-img-bg {
    background-image: url(../image/background/image-4.jpg);
}

.pq-background-img-inner:hover .pq-background-img-item {
    flex: 0.8;
}

.pq-background-img-inner .pq-background-img-item:hover {
    flex: 2;
}

@media(max-width:1499px) {
    .background {
        padding: 15px;
    }
}

@media(max-width:767px) {
    .pq-background-img-inner {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .pq-background-img {
        padding: 0 15px;
    }
}

/*================================================
pure-glow
================================================*/
.pq-pure-glow-grid-block {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 45px;
    margin-bottom: 80px;
}

.pq-pure-glow-inner-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pure-glow .pq-project-info {
    background: var(--grey-color);
    padding: 30px;
    border-radius: 20px;
}

.pure-glow .pq-title {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.pure-glow .pq-info-box {
    background: var(--white-color);
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}

.pure-glow .pq-label {
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--title-fonts);
}

.pq-pure-glow-inner-box-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pq-pure-glow-inner-box-left .pq-pure-glow-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pq-pure-glow-inner-box-left .pq-pure-glow-img {
    border-radius: var(--pq-border-radius);
}

.pq-pure-glow-inner-box-left .pq-pure-glow-media {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: var(--pq-border-radius);
}

.pq-pure-glow-inner-box-left .pq-pure-glow-media img {
    width: 100%;
    display: block;
    transition: 0.5s ease;
}

.pq-pure-glow-inner-box-left .pq-pure-glow-media::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
}

.pq-pure-glow-inner-box-left .pq-pure-glow-media:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background: transparent;
}

.pq-pure-glow-grid-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pq-pure-glow-grid-container .pq-pure-glow-icon-box-wrapper {
    display: flex;
    gap: 20px;
}

.pq-pure-glow-grid-container .pq-pure-glow-icon-box-wrapper:first-child {
    border-bottom: 1px solid #001B381A;
}

.pq-pure-glow-grid-container .pq-pure-glow-icon {
    color: var(--dark-color);
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
}

.pq-pure-glow-grid-container .pq-pure-glow-icon i {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    margin-top: 10px;
}

.pq-pure-glow-grid-container .pq-pure-glow-icon-box-title {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.pq-pure-glow-box .pq-pure-glow-title {
    color: var(--primary-color);
}

.pq-pure-glow-main-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pq-pure-glow-main-box .pq-pure-glow-bottom-block {
    background-color: var(--grey-color);
    border-radius: var(--pq-border-radius);
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pq-pure-glow-main-box .pq-pure-glow-bottom-block .pq-pure-glow-bottom-grid-box {
    display: flex;
    gap: 20px;
}

.pq-pure-glow-main-box .pq-count-number {
    display: flex;
}

.pq-pure-glow-main-box .pq-count-number h2 {
    color: var(--primary-color);
}

.pq-pure-glow-main-box .pq-count-number h3 {
    color: var(--primary-color);
    font-size: 48px;
}

.pq-pure-glow-main-box .pq-pure-icon-wrapper {
    margin-left: auto;
}

.pq-pure-glow-main-box .pq-pure-icon-wrapper .pq-pure-icon {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 10px 15px 0 15px;
    font-size: 30px;
    color: var(--white-color);
    transition: background-color 0.3s ease;
}

.pq-pure-glow-main-box .pq-pure-icon-wrapper .pq-pure-icon:hover {
    background-color: var(--dark-color);
}

.pq-pure-glow-main-box .pq-pure-glow-icon-list-item {
    display: flex;
    gap: 10px;
}

.pq-pure-glow-main-box .pq-pure-glow-icon-list-icon svg {
    height: 18px;
    width: 18px;
    fill: var(--dark-color);
}

.pq-pure-glow-main-box .pq-pure-glow-icon-list-items {
    padding: 0;
    margin: 0;
}

@media(max-width:1099px) {
    .pq-pure-glow-grid-block {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {
    .pq-pure-glow-grid-container {
        display: flex;
    }

    .pq-pure-glow-grid-container .pq-pure-glow-icon-box-wrapper {
        display: flex;
        flex-direction: column;
    }

    .pq-pure-glow-main-box {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pq-pure-glow-main-box .pq-count-number h2 {
        color: var(--primary-color);
        font-size: 48px;
    }

    .pure-glow .pq-project-info {
        padding: 15px;
    }

    .pq-Serene-Escape-bottom-box {
        padding: 15px;
    }
}

@media(max-width:379px) {
    .pq-pure-glow-main-box .pq-pure-glow-bottom-block {
        padding: 30px 15px;
    }

    .pure-glow .pq-info-box {
        padding: 15px;
        flex-wrap: wrap;
    }
}


/*================================================
footer
================================================*/
.footer {
    background-color: var(--primary-color);
    padding-top: 130px;
    border-radius: 0 0 20px 20px;
    margin: 0 30px 30px 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
}

.pq-footer-about .pq-footer-about-img {
    max-height: 60px;
    margin-bottom: 10px;
}

.pq-footer-about .pq-footer-about-description {
    color: var(--white-color);
    margin-top: 20px;
    max-width: 100%;
}

.pq-footer-social ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pq-footer-social ul li a {
    width: 55px;
    height: 55px;
    background: var(--dark-color);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.pq-footer-social ul li a:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.pq-footer-links {
    margin-left: 70px;
}

.pq-footer-links .pq-footer-links-heading {
    color: var(--white-color);
    margin-bottom: 20px;
}

.pq-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pq-footer-links ul li a {
    color: var(--white-color);
    text-decoration: none;
    display: block;
    line-height: 2;
}

.pq-footer-links ul li a:hover {
    color: var(--dark-color);
    opacity: 1;
}

.pq-footer-contact {
    margin-left: 40px;
}

.pq-footer-contact .pq-footer-contact-title {
    color: var(--white-color);
    margin-bottom: 20px;
}

.pq-footer-contact .pq-footer-contact-heading {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 5px;
}

.pq-footer-contact .pq-footer-contact-subtitle {
    color: var(--white-color);
}

.pq-footer-contact .pq-footer-contact-description {
    color: var(--white-color);
}

.pq-footer-hours {
    margin-left: 30px;
}

.pq-footer-hours .pq-footer-hours-title {
    color: var(--white-color);
    margin-bottom: 20px;
}

.pq-footer-hours-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.pq-footer-hours-list ul li {
    text-align: left;
}

.pq-footer-hours-list ul li span {
    color: var(--white-color);
}

.pq-footer-line {
    height: 1px;
    background: var(--dark-color);
    margin: 70px 20px 0 20px;
}

.pq-footer-bottom {
    text-align: center;
    padding: 30px 0;
}

.pq-footer-bottom .pq-footer-bottom-description {
    color: var(--white-color);
    font-size: 18px;
    margin: 0;
}

@media(max-width:1499px) {
    .footer {
        border-radius: 0px;
        margin: 0;
    }
}

@media(max-width:1365px) {
    .footer {
        padding-top: 110px;
    }
}

@media(max-width:1099px) {
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer {
        padding-top: 90px;
    }

    .pq-footer-contact {
        margin-left: 0px;
    }

    .pq-footer-hours {
        margin-left: 70px;
    }
}

/* @media(max-width:799px) {
    .pq-footer-line {
        width: 98%;
    }
} */

@media(max-width:767px) {
    .pq-footer-links {
        margin-left: 0px;
    }

    .pq-footer-hours {
        margin-left: 0px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .footer {
        padding-top: 45px;
    }

    .pq-footer-line {
        margin: 20px 20px 0 20px;
    }
}

/*===== footer-style-2 =====*/
.footer-style-2 {
    background-color: var(--primary-color);
    padding-top: 130px;
    border-radius: var(--pq-border-radius);
    margin: 0 30px 30px 30px;
}

@media(max-width:1499px) {
    .footer-style-2 {
        border-radius: 0;
        margin: 0;
    }
}

@media(max-width:1099px) {
    .footer-style-2 {
        padding: 60px 0 0 0;
    }
}