
/*================================================
[  Table of contents  ]
==================================================
==> Fonts
==> Moz Selection
==> General
==> Loading
==> Back to Top
==> Button Core
==> Blog
==> Pagination
==> Error
==> Dummy data
==> OWL Carousel
==> Section Title
==> Breadcrumb
==> Header
==> Sidebar Menu
==> Footer
==> Gallery
==> Counter
==> Testimonial
==> Video Popup
==> Client
==> Portfoliobox
==> Isotope Portfolio
==> Team
==> Servicebox
==> Process Step
==> Background Images
==> Icon Box
==> Lists
==> Contact Forms
==> About
==> Image Box
==> Image Marquee
==> Card
==> Accordion
==> Timeline
==> Custom CSS

======================================
[ End table content ]
======================================*/

/*==================================================
[ Fonts ]
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Readex+Pro:wght@160..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Readex+Pro:wght@160..700&display=swap');
/*================================================
[ Moz Selection ]
================================================*/

:root {
    --primary-color: #BFA37C;
    --dark-color: #0c1315;
    --secondary-color: #666666;
    --grey-color: #F7F5F2;
    --white-color: #ffffff;
    --light-white: rgba(255, 255, 255, 0.1);
    --light-black: rgba(0, 0, 0, 0.1);
    --body-fonts: "Nunito Sans", sans-serif;
    --title-fonts: "Readex Pro", sans-serif;
    --transition-duration: all 0.5s ease-in-out;
}

::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

/*================================================
General
================================================*/

body {
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    color: var(--secondary-color);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-style: normal;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
}

h6 {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}

/*+++++++++ HTML Tags +++++++++*/

a,
.button {
    color: var(--dark-color);
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
    color: var(--primary-color);
    outline: none;
    text-decoration: none !important;
}

p {
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    background: var(--white-color);
    padding: 15px;
    border: 1px solid var(--grey-color);
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

b,
strong {
    font-weight: 600;
}

/*+++++++++ Lists (Nested) +++++++++*/

ol,
ul {
    padding-left: 25px;
    margin-bottom: 1em;
}

ol li {
    list-style: decimal;
}

ol ol {
    padding-left: 25px;
}

ul li {
    list-style: inherit;
}

/*+++++++++ Definition Lists +++++++++*/

dl dd {
    margin-bottom: 15px;
}

dl dd:last-child {
    margin-bottom: 0px;
}

/*+++++++++ Table +++++++++*/

table {
    border: 2px solid var(--grey-color);
    width: 100%;
    margin-bottom: 20px;
}

table td,
table th {
    border: 2px solid var(--grey-color);
    padding: 8px;
    text-align: center;
}

/*+++++++++ Input Textarea +++++++++*/

input,
input.form-control {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0 15px;
    height: 56px;
    line-height: 56px;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
    border-color: var(--primary-color);
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
    float: none;
    margin-right: 5px;
}

textarea {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 10px 15px;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

/*+++++++++ Select +++++++++*/

select,
select.form-control {
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 0 30px 0 15px;
    height: 51px;
    line-height: 48px;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px bottom 50%;
    background-size: 20px 20px;
}

/*+++++++++ Container +++++++++*/

.container {
    max-width: 1400px;
    position: relative;
}

section {
    padding: 130px 0;
    position: relative;
}

@media (max-width: 1199px) {
    section {
        padding: 90px 0px;
    }
}

@media (max-width: 767px) {
    section {
        padding: 60px 0px;
    }
}

/*================================================
Loading
================================================*/

#pq-loading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: var(--white-color);
}

#pq-loading img {
    height: 100px;
}

/*================================================
Back to Top
================================================*/

#back-to-top .top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0px;
    color: var(--white-color);
    background: var(--dark-color);
    z-index: 999;
    border: 1px solid var(--dark-color);
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
}

#back-to-top .top:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

/*==================================================
Button Core
==================================================*/

[type="button"],
[type="reset"],
[type="submit"] {
    padding: 12px 30px;
    font-family: var(--title-fonts);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    background: var(--primary-color);
    color: var(--white-color);
    text-transform: capitalize;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: var(--transition-duration);
    -moz-transition: var(--transition-duration);
    -ms-transition: var(--transition-duration);
    -o-transition: var(--transition-duration);
    -webkit-transition: var(--transition-duration);
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    color: var(--white-color);
}

.pq-button {
    position: relative;
    width: auto;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 12px 30px;
    line-height: 2;
    vertical-align: middle;
    border: none;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pq-button:hover,
.pq-button:focus {
    color: var(--white-color);
    background-color: var(--dark-color);
}

.pq-button .icon svg path {
    stroke-width: 0.2px;
    transition: var(--transition-duration);
}

/*+++++++++ Button link +++++++++*/

.pq-button.pq-button-link {
    padding: 0;
    background: transparent;
    color: var(--primary-color);
}

.pq-button.pq-button-link::before {
    content: "";
    position: absolute;
    top: 53%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 2px;
    transform: translateY(10px);
    transition: var(--transition-duration);
}

.pq-button.pq-button-link:hover::before {
    width: 100%;
    left: 0;
    background-color: var(--dark-color);
}

.pq-button.pq-button-link .pq-button-icon i {
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.pq-button.pq-button-link:hover .pq-button-icon i {
    color: var(--dark-color);
}

.pq-button.pq-button-link .pq-button-icon svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.pq-button.pq-button-link:hover .pq-button-icon svg path {
    fill: var(--dark-color);
    stroke: var(--dark-color);
}

.pq-button.pq-button-link:hover {
    color: var(--dark-color);
}

/*+++++++++ Button flat +++++++++*/

.pq-button.pq-button-flat {
    position: relative;
    width: auto;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 12px 30px;
    line-height: 2;
    vertical-align: middle;
    border: none;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}

.pq-button.pq-button-flat:hover {
    background-color: var(--dark-color);
}

.pq-bg-dark .pq-button.pq-button-flat:hover {
    background-color: var(--white-color);
    color: var(--dark-color);
}

.pq-btn-container .pq-button.pq-button-flat .pq-button-block {
    display: inline-block;
}

.pq-btn-container .pq-button.pq-button-flat .pq-button-block span {
    color: var(--white-color);
    text-transform: uppercase;
    margin-left: 5px;
    transition: var(--transition-duration);
}

.pq-bg-dark .pq-btn-container .pq-button.pq-button-flat:hover .pq-button-block span {
    color: var(--dark-color);
}

/*================================================
Blog
================================================*/

/*+++++++++ style-2 +++++++++*/

.pq-blog-post .pq-blog-post-media {
    margin-bottom: 30px;
}

.pq-blog-post .pq-blog-post-media .pq-blog-image {
    overflow: hidden;
    border-radius: 10px;
}

.pq-blog-post .pq-blog-post-media .pq-blog-image a img {
    scale: 1;
    transition: var(--transition-duration);
}

.pq-blog-post .pq-blog-post-media .pq-blog-image a:hover img {
    scale: 1.1;
}

.pq-blog-post .pg-blog-contain .pq-post-meta {
    margin-bottom: 15px;
}

.pq-blog-post .pg-blog-contain .pq-post-meta ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.pq-blog-post .pg-blog-contain .pq-post-meta ul li {
    list-style: none;
}

.pq-blog-post .pg-blog-contain .pq-post-meta ul li {
    display: inline-block;
    text-align: center;
    font-family: var(--title-fonts);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 2px 10px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.pq-blog-post .pg-blog-contain .pq-post-meta ul li a {
    color: var(--primary-color);
}

.pq-blog-post .pg-blog-contain .pq-blog-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

.pq-blog-slider.pq-style-2 .owl-nav {
    display: block;
    top: -90px;
    text-align: end;
}

.pq-blog-slider.pq-style-2 .owl-carousel .owl-nav button {
    margin: 0;
}

.pq-blog-slider.pq-style-2 .owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.pq-blog-slider.pq-style-2 .owl-carousel .owl-nav button.owl-next {
    margin-left: 5px;
}

@media(max-width:1023px) {
    .pq-blog-slider.pq-style-2 .owl-nav {
        display: none;
    }
}

/*+++++++++ style-3 +++++++++*/

.pq-blog-slider.pq-style-3 .owl-carousel .owl-nav button.owl-next {
    margin: 0;
}

.pq-blog-slider.pq-style-3 .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
}

.pq-blog-slider.pq-style-3 .owl-carousel .owl-nav button {
    background-color: transparent;
}

.pq-blog-slider.pq-style-3 .owl-carousel .owl-nav button i {
    font-size: 50px;
    line-height: 58px;
    color: var(--primary-color);
}

/*================================================
Pagination
================================================*/

.pq-pagination {
    margin-top: 15px;
}

.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 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
    color: var(--white-color);
    background-color: var(--dark-color);
    border: 2px solid var(--dark-color);
    border-radius: 10px;
}

.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(--primary-color);
    border-color: var(--primary-color);
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.pq-pagination .page-numbers li .next.page-numbers,
.pq-pagination .page-numbers li .prev.page-numbers {
    width: auto;
}

@media(max-width:767px) {
    .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-error-text {
    font-size: 420px;
    font-family: var(--title-fonts);
    color: var(--primary-color);
    line-height: 0.8;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.pq-error-block .pq-error-title {
    font-size: 36px;
    line-height: 44px;
}

@media(max-width:1023px) {
    .pq-error-block .pq-error-text {
        font-size: 320px;
    }
}

@media(max-width:767px) {
    .pq-error-block .pq-error-text {
        font-size: 200px;
    }
}

@media(max-width:479px) {
    .pq-error-block .pq-error-text {
        font-size: 130px;
    }
}

/*==================================================
Dummy data
==================================================*/

/*+++++++++ service single +++++++++*/

.sidebar .widget {
    padding: 30px;
    background-color: var(--grey-color);
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
}

.widget.widget_search {
    background-color: var(--primary-color);
}

.widget input {
    background-color: var(--white-color);
}

.widget .menu {
    padding: 0;
    margin: 0;
}

.widget .menu .menu-item {
    list-style: none;
}

.widget .menu .menu-item a {
    text-transform: uppercase;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--dark-color);
    background-color: var(--white-color);
    display: inline-block;
    padding: 20px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
}

.widget .menu .menu-item.current-menu-item a {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.widget .menu .menu-item a:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.widget .menu .menu-item:last-child a {
    margin-bottom: 0;
}

.widget .menu .menu-item a::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    right: 20px;
    left: auto;
    top: 24px;
    position: absolute;
    color: inherit;
    line-height: normal;
}

/*+++++++++ search +++++++++*/

.widget_search .wp-block-search__inside-wrapper {
    position: relative;
    display: flex;
}

.widget_search .wp-block-search__button {
    font-size: 0;
    padding: 0;
    line-height: 54px;
    height: 54px;
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    color: var(--primary-color);
}

.widget_search .wp-block-search__button::before {
    content: "\e610";
    font-family: 'themify';
    font-weight: 400;
    font-size: 20px;
}

/*+++++++++ Widget List +++++++++*/

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    margin-bottom: 10px;
}

.widget ul .cat-item a {
    color: var(--secondary-color);
    padding: 0 0 0 15px;
    position: relative;
}

.widget ul .cat-item a:hover {
    color: var(--primary-color);
}

.widget ul .cat-item a::before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-size: 10px;
    top: 6px;
    color: inherit;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 900;
}

/*+++++++++ Tags +++++++++*/

.wp-block-tag-cloud .tag-cloud-link {
    border-radius: 10px;
    font-size: 14px !important;
    background: var(--white-color);
    margin: 0 15px 15px 0;
    display: inline-block;
    color: var(--dark-color);
    padding: 5px 15px;
    transition: all 0.5s ease-in-out;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

blockquote {
    background: var(--white-color);
    padding: 30px;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 30px;
    position: relative;
}

.pq-blog-post blockquote:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 22px;
    bottom: 10px;
    font-size: 60px;
    opacity: 0.1;
    line-height: 68px;
    color: var(--primary-color);
}

blockquote cite {
    font-family: var(--title-fonts);
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
}

blockquote strong {
    font-family: var(--title-fonts);
    color: var(--primary-color);
    font-style: italic;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
}

/*================================================
OWL Carousel
================================================*/

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: inherit;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: var(--primary-color);
    padding: 0 !important;
    margin: 0 5px;
    border: none;
    border-radius: 100%;
    color: var(--white-color);
}

.owl-carousel .owl-nav button:hover {
    color: var(--white-color);
    background: var(--dark-color);
}

.pt-dark-bg .owl-carousel .owl-nav button:hover {
    color: var(--primary-color);
    background: var(--white-color);
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: -100px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: -100px;
}

/*+++++++++ Dots +++++++++*/

.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    line-height: normal;
    position: relative;
    width: 100%;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 15px;
    width: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    opacity: 1;
}

/*==================================================
Section Title
==================================================*/

.pq-section-title {
    margin-bottom: 30px;
}

.pq-section-title .pq-section-main-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.pq-section-title .pq-section-sub-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    overflow: hidden;
}

.pq-section-title .pq-section-sub-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-right: -100%;
    margin-left: 45px;
    margin-bottom: 5px;
}

.pq-bg-dark .pq-section-title .pq-section-main-title {
    color: var(--white-color);
}

.pq-bg-dark .pq-section-title .pq-section-sub-title::after {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1023px) {
    .pq-section-title .pq-section-main-title {
        font-size: 44px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .pq-section-title .pq-section-main-title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    .pq-section-title .pq-section-main-title {
        font-size: 36px;
        line-height: 44px;
    }
}

/*================================================
Breadcrumb
================================================*/

.pq-breadcrumb-style-1 {
    color: var(--white-color);
    background-image: url(../image/breadcrumb/breadcrumb-1.png);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 130px 0;
    margin: 0;
}

.pq-breadcrumb .pq-breadcrumb-title {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 15px;
    color: var(--white-color);
}

.pq-breadcrumb .pq-breadcrumb-container {
    display: flex;
    padding: 0;
    margin: 0;
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item {
    list-style: none;
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: var(--white-color);
    text-align: center;
    color: var(--primary-color);
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item a span {
    color: var(--white-color);
    transition: var(--transition-duration)
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item a:hover span {
    color: var(--primary-color);
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item.active {
    margin-left: 20px;
    color: var(--primary-color);
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item.active::before {
    content: "\f125";
    font-size: 12px;
    font-family: "Ionicons";
    padding-right: 15px;
    color: var(--white-color);
    float: none;
}

@media(max-width:1023px) {
    .pq-breadcrumb .pq-breadcrumb-title {
        font-size: 42px;
        line-height: 50px;
    }
}

@media(max-width:767px) {
    .pq-breadcrumb .pq-breadcrumb-title {
        font-size: 34px;
        line-height: 42px;
    }
}

@media(max-width:479px) {
    .pq-breadcrumb .pq-breadcrumb-title {
        font-size: 30px;
        line-height: 38px;
    }
}

/*================================================
Header
================================================*/

.pq-header {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

header .navbar {
    padding: 0;
}

header .navbar-collapse {
    justify-content: center;
}

header .pq-bottom-header.pq-header-sticky {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.animated {
    animation-duration: 1.25s;
}

.fadeInDown {
    animation-name: fadeInDown;
    transition: all 0.5s ease-in-out;
}

/*+++++++++ Header Logo +++++++++*/

header .navbar-brand img {
    height: 70px;
}

/*+++++++++ header collapse +++++++++*/

header .pq-menu-contain .pq-main-menu {
    display: flex;
    padding: 0;
    margin: 0;
}

header .pq-menu-contain .pq-main-menu .menu-item {
    margin-right: 30px;
    list-style: none;
    position: relative;
}

header .pq-menu-contain .pq-main-menu .menu-item:last-child {
    margin-right: 0;
}

header .pq-menu-contain .pq-main-menu .menu-item>a {
    font-family: var(--body-fonts);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 100px;
    padding: 10px 15px;
    border-radius: 10px;
    transition: var(--transition-duration);
}

header .pq-menu-contain .pq-main-menu .menu-item i {
    display: none;
}

header .pq-menu-contain .pq-main-menu .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    z-index: 1;
    display: none;
    width: 250px;
    box-shadow: 0px 0px 20px 0px rgba(26, 26, 26, 0.1);
    padding: 0;
    border-radius: 10px;
}

header .pq-menu-contain .pq-main-menu .menu-item:hover>.sub-menu {
    display: block;
}

header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item {
    list-style: none;
    margin: 0;
}

header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item a {
    font-family: var(--title-fonts);
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

header .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item {
    transition: var(--transition-duration);
}

header .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item a {
    color: var(--dark-color);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding: 16px 20px;
    width: 100%;
    font-family: var(--body-fonts);
}

header .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
}

/*+++++++++ header icon +++++++++*/

.pq-header .pq-bottom-header .pq-header-right .pq-header-icon ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.pq-header .pq-bottom-header .pq-header-right .pq-header-icon ul li {
    list-style: none;
}

.pq-header .pq-bottom-header .pq-header-right .pq-header-icon ul li a i {
    font-size: 24px;
    line-height: 32px;
}

.pq-header .pq-bottom-header .pq-header-right .pq-header-icon ul li:nth-child(2) {
    padding-left: 30px;
}

.pq-header .pq-bottom-header a svg path {
    transform-origin: right;
    transition: all 0.3s ease-in-out;
}

.pq-header .pq-bottom-header .pq-toggle-btn a svg path:nth-child(3) {
    transform: scaleX(0.7);
}

.pq-header .pq-bottom-header .pq-toggle-btn a:hover svg path:nth-child(1) {
    transform: scaleX(1.5);
}

.pq-header .pq-bottom-header .pq-toggle-btn a:hover svg path:nth-child(2) {
    transform: scaleX(0.6);
}

.pq-header .pq-bottom-header .pq-toggle-btn a:hover svg path:nth-child(3) {
    transform: scaleX(1);
}

/*+++++++++ Header Top Bar +++++++++*/

.pq-top-header .pq-top-1-header {
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
}

.pq-top-header .pq-top-1-header .pq-header-contact ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.pq-top-header .pq-top-1-header .pq-header-contact ul li {
    list-style: none;
    color: var(--white-color);
    padding: 10px 0;
}

.pq-top-header .pq-top-1-header .pq-header-contact ul li a {
    color: var(--white-color);
}

.pq-top-header .pq-top-1-header .pq-header-contact ul li a span {
    margin-left: 8px;
}

.pq-top-header .pq-top-1-header .pq-header-social ul {
    display: flex;
    gap: 30px;
    margin: 0;
}

.pq-top-header .pq-top-1-header .pq-header-social ul li {
    list-style: none;
    padding: 10px 0;
}

.pq-top-header .pq-top-1-header .pq-header-social ul li a i {
    color: var(--white-color);
    transition: var(--transition-duration);
}

.pq-top-header .pq-top-1-header .pq-header-social ul li a:hover i {
    color: var(--dark-color);
}

@media (max-width: 979px) {
    .pq-top-header .pq-top-1-header {
        display: none;
    }
}

/*+++++++++ Navigation search +++++++++*/

.pq-header .pq-menu-search-block {
    position: relative;
    margin: 0 0 0 30px;
}

.pq-header .pq-menu-search-block a {
    color: var(--dark-color);
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.pq-header .pq-menu-search-block a svg {
    width: 24px;
    height: auto;
}

.pq-header .pq-search-form {
    position: absolute;
    top: 67px;
    right: -30px;
    width: 350px;
    padding: 15px;
    z-index: 999;
    display: none;
    background: var(--white-color);
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
}

.pq-header .pq-button:hover .pq-button-line-left {
    width: calc(15px - 1px);
}

/*+++++++++ 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;
}

.pq-menu-search-block .offcanvas.show {
    display: block;
    transform: translateY(0%) !important;
}

.pq-menu-search-block .offcanvas .btn-close {
    display: inline-block;
    position: absolute;
    right: -60px;
    padding: 0;
    margin-left: 30px;
    box-shadow: none;
    width: 55px;
    height: 55px;
    font-weight: 400;
    background-color: var(--primary-color);
    opacity: 1;
    border-radius: 10px;
}

.pq-menu-search-block .offcanvas .btn-close:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
}

.pq-menu-search-block .offcanvas .btn-close:before {
    font-size: 20px;
    content: "\e646";
    font-family: 'themify';
}

.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;
    -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;
}

.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;
}

/*+++++++++ Header Style 1 +++++++++*/

.pq-header.pq-style-1 .pq-menu-contain .pq-main-menu .menu-item {
    margin-right: 20px;
}

.pq-header.pq-style-1 .pq-top-header {
    background-color: var(--primary-color);
}

.pq-header.pq-style-1 .pq-bottom-header {
    padding: 0 45px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pq-header.pq-style-1 .pq-bottom-header.pq-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: var(--dark-color) !important;
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item>a {
    color: var(--white-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu>.menu-item:hover>a {
    background-color: var(--primary-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item.current-menu-item>a {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item {
    transition: all 0.3s ease-in-out
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:first-child {
    border-radius: 10px 10px 0 0;
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:last-child {
    border-radius: 0 0 10px 10px;
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover {
    background-color: var(--primary-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item.current-menu-item {
    background-color: var(--primary-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover a {
    color: var(--white-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item.current-menu-item a {
    color: var(--white-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    color: var(--dark-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover a {
    color: var(--white-color);
}

.pq-header.pq-style-1 .pq-bottom-header .pq-header-right .pq-header-icon ul li a i {
    color: var(--white-color);
}

/*+++++++++ Header Style 2 +++++++++*/

.pq-header.pq-style-2 .pq-bottom-header {
    background-color: var(--white-color);
}

.pq-header.pq-style-2 .pq-bottom-header.pq-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: var(--white-color) !important;
}

.pq-header.pq-style-2 .pq-menu-contain .pq-main-menu .menu-item {
    margin-right: 30px;
}

.pq-header.pq-style-2 .pq-menu-contain .pq-main-menu .menu-item a {
    color: var(--dark-color);
    padding: 0;
}

.pq-header.pq-style-2 .pq-menu-contain .pq-main-menu>.menu-item:hover>a {
    color: var(--primary-color);
}

.pq-header.pq-style-2 .pq-menu-contain .pq-main-menu>.menu-item>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 2px;
    transform: translateY(10px);
    transition: var(--transition-duration);
}

.pq-header.pq-style-2 .pq-menu-contain .pq-main-menu .menu-item a:hover:before {
    width: 100%;
    left: 0;
}

.pq-header.pq-style-2 .pq-menu-contain .pq-main-menu .menu-item.current-menu-item a {
    color: var(--primary-color);
}

.pq-header.pq-style-2 .pq-menu-contain .pq-main-menu .menu-item.current-menu-item>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--primary-color);
    width: 100%;
    height: 2px;
    transform: translateY(10px);
    transition: var(--transition-duration);
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover {
    background-color: var(--primary-color);
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover:first-child {
    border-radius: 10px 10px 0 0;
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover:last-child {
    border-radius: 0 0 10px 10px;
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item.current-menu-item {
    background-color: var(--primary-color);
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item.current-menu-item:first-child {
    border-radius: 10px 10px 0 0;
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item.current-menu-item:last-child {
    border-radius: 0 0 10px 10px;
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover a {
    color: var(--white-color);
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item.current-menu-item>a {
    color: var(--white-color);
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    color: var(--dark-color);
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover a {
    color: var(--white-color);
}

.pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item .sub-menu .menu-item.current-menu-item>a {
    color: var(--white-color);
}

.pq-header.pq-style-2 .pq-bottom-header .pq-header-right .pq-header-icon ul li a i {
    color: var(--dark-color);
}

.pq-header.pq-grid.style-2 .pq-bottom-header .navbar .navbar-toggler {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 14px;
    margin: 0 0 0 15px;
    border-radius: 0;
    background-color: var(--dark-color);
}

/*+++++++++ Header Style 3 +++++++++*/

.pq-header.pq-style-3 .pq-bottom-header.pq-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: var(--white-color) !important;
}

.pq-header.pq-style-3 .pq-bottom-header.pq-header-sticky .navbar {
    position: relative;
    width: 100%;
    top: 0;
}

.pq-header.pq-style-3 .pq-menu-contain .pq-main-menu .menu-item a {
    color: var(--dark-color);
    padding: 0;
}

.pq-header.pq-style-3 .pq-menu-contain .pq-main-menu>.menu-item:hover>a {
    color: var(--primary-color);
}

.pq-header.pq-style-3 .pq-menu-contain .pq-main-menu>.menu-item>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    width: 0;
    height: 2px;
    transform: translateY(10px);
    transition: var(--transition-duration);
}

.pq-header.pq-style-3 .pq-menu-contain .pq-main-menu .menu-item a:hover:before {
    width: 100%;
    left: 0;
}

.pq-header.pq-style-3 .pq-menu-contain .pq-main-menu .menu-item.current-menu-item a {
    color: var(--primary-color);
}

.pq-header.pq-style-3 .pq-menu-contain .pq-main-menu .menu-item.current-menu-item>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--primary-color);
    width: 100%;
    height: 2px;
    transform: translateY(10px);
    transition: var(--transition-duration);
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:first-child {
    border-radius: 10px 10px 0 0;
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:last-child {
    border-radius: 0 0 10px 10px;
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover {
    background-color: var(--primary-color);
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover:first-child {
    border-radius: 10px 10px 0 0;
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover:last-child {
    border-radius: 0 0 10px 10px;
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item.current-menu-item {
    background-color: var(--primary-color);
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item:hover a {
    color: var(--white-color);
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu>.menu-item.current-menu-item a {
    color: var(--white-color);
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    color: var(--dark-color);
}

.pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover a {
    color: var(--white-color);
}

.pq-header.pq-style-3 .pq-top-header {
    position: relative;
}

.pq-header.pq-style-3 .pq-top-header::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: var(--primary-color);
    z-index: 10;
}

.pq-header.pq-style-3 .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: var(--white-color);
    width: 100%;
    border-radius: 10px;
    padding: 0 30px;
    z-index: 10;
}

@media(max-width:1024px) {
    header .navbar {
        padding: 15px 0;
    }
    .pq-header.pq-style-1 .pq-bottom-header {
        padding: 0;
    }
}

@media(max-width:1023px) {
    header .pq-menu-contain {
        position: absolute;
        top: 100%;
        left: 0;
        display: inline-block;
        background-color: var(--white-color);
        z-index: 100;
        width: 100%;
    }
    header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    header .pq-menu-contain .pq-main-menu {
        display: block;
    }
    header .pq-menu-contain .pq-main-menu .menu-item {
        margin: 0;
        margin-bottom: 5px;
    }
    header .pq-menu-contain .pq-main-menu .menu-item a {
        line-height: 80px;
        width: 100%;
        display: inline-block;
        padding: 0 20px;
        border-radius: 0;
    }
    header .pq-menu-contain .pq-main-menu .menu-item i {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    header .pq-menu-contain .pq-main-menu .menu-item i {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
        color: var(--dark-color);
        transition: all 0.3s ease-in-out;
        line-height: 30px;
    }
    header .pq-menu-contain .pq-main-menu .menu-item:hover i {
        color: var(--white-color);
    }
    header .pq-menu-contain .pq-main-menu .menu-item.current-menu-item i {
        color: var(--white-color);
    }
    header .pq-menu-contain .pq-main-menu .menu-item .sub-menu {
        position: relative;
        display: none;
    }
    header .pq-menu-contain .pq-main-menu .menu-item:hover .sub-menu {
        display: block;
        width: 100%;
    }
    .pq-header .pq-bottom-header .pq-header-right .pq-header-icon ul .pq-toggle-btn {
        display: none;
    }
    header .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item .sub-menu {
        display: none;
    }
    header .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item .sub-menu .menu-item:hover>.sub-menu {
        position: relative;
        top: 100%;
        left: 0;
        border-radius: 0;
        display: block;
    }
}

@media(max-width:397px) {
    .pq-header .pq-bottom-header .pq-header-right .pq-header-icon ul .pq-menu-search-block {
        display: none;
    }
}

/*+++++ Header Style 1 +++++*/

@media(max-width:1023px) {
    .pq-header.pq-style-1 .pq-menu-contain .pq-main-menu .menu-item {
        margin-right: 0;
    }
    .pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item>a {
        color: var(--dark-color);
        transition: all 0.3s ease-in-out;
        border-radius: 0;
        padding: 0 20px;
    }
    .pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item:hover>a {
        color: var(--white-color);
    }
    .pq-header.pq-style-1 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item.current-menu-item>a {
        color: var(--white-color);
    }
    .pq-header.pq-style-1 .pq-bottom-header .pq-header-right .pq-header-icon ul .pq-toggel-btn {
        display: none;
    }
    .pq-header .pq-bottom-header .pq-header-right {
        margin-left: auto;
    }
    .pq-header .pq-bottom-header .navbar-toggler {
        background-color: var(--primary-color);
        padding: 0;
    }
    .pq-header .pq-bottom-header .navbar-toggler {
        color: var(--white-color);
        font-size: 20px;
        line-height: 28px;
        padding: 6px 14px;
        margin: 0 0 0 15px;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    header .navbar-brand img {
        height: 40px;
    }
}

@media(max-width:479px) {
    .pq-header.pq-style-1 .pq-bottom-header .pq-header-right .pq-header-icon ul li a i {
        display: none;
    }
}

/*+++++ Header Style 2 +++++*/

@media(max-width:1023px) {
    .pq-header.pq-style-2 .pq-menu-contain .pq-main-menu .menu-item {
        margin-right: 0;
    }
}

@media(max-width:1023px) {
    .pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item>a {
        color: var(--dark-color);
        transition: all 0.3s ease-in-out;
        border-radius: 0;
        padding: 0 20px;
    }
    .pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item:hover>a {
        color: var(--white-color);
        background-color: var(--primary-color);
    }
    .pq-header.pq-style-2 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item.current-menu-item>a {
        color: var(--white-color);
        background-color: var(--primary-color);
    }
    .pq-header.pq-style-2 .pq-menu-contain .pq-main-menu .menu-item.current-menu-item>a::before {
        display: none;
    }
    .pq-header.pq-style-2 .pq-bottom-header .pq-header-right .pq-header-icon ul .pq-toggel-btn {
        display: none;
    }
}

/*+++++ Header Style 3 +++++*/

@media(max-width:1099px) {
    .pq-header.pq-style-3 .navbar {
        padding: 0 20px;
    }
}

@media(max-width:1023px) {
    .pq-header.pq-style-3 .navbar {
        border-radius: 0;
    }
    .pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item>a {
        color: var(--dark-color);
        transition: all 0.3s ease-in-out;
        border-radius: 0;
        padding: 0 20px;
    }
    .pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item:hover>a {
        color: var(--white-color);
        background-color: var(--primary-color);
    }
    .pq-header.pq-style-3 .pq-bottom-header .pq-menu-contain .pq-main-menu .menu-item.current-menu-item>a {
        color: var(--white-color);
        background-color: var(--primary-color);
    }
    .pq-header.pq-style-3 .pq-menu-contain .pq-main-menu .menu-item.current-menu-item>a::before {
        display: none;
    }
}

/*================================================
Sidebar Menu
================================================*/

.pq-background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    z-index: 100;
    opacity: 0.8;
    display: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pq-siderbar-open .pq-background-overlay {
    display: block;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pq-siderbar {
    width: 410px;
    background: var(--white-color);
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 101;
    transition: all 0.5s ease-in-out;
}

.pq-siderbar .pq-close-btn a {
    position: absolute;
    right: 100%;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--white-color);
    top: 90px;
    font-size: 24px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.pq-siderbar .pq-close-btn:hover a {
    background-color: var(--dark-color);
}

.pq-siderbar-open .pq-siderbar {
    right: 0;
    opacity: 1;
}

.pq-siderbar .pq-siderbar-block {
    padding: 75px 30px 30px 30px;
    height: 100%;
}

.pq-siderbar .pq-siderbar-block .pq-siderbar-header img {
    height: 70px;
    margin-bottom: 30px;
    margin-top:-25px;
}

.pq-siderbar .pq-siderbar-block .pq-siderbar-content .pq-sidebar-heading {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
}

.pq-siderbar-block .pq-siderbar-contact {
    margin-top: 45px;
    margin-bottom: 30px;
}

.pq-siderbar-block .pq-siderbar-contact .pq-siderbar-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
}

.pq-siderbar-block .pq-siderbar-contact .pq-contact {
    padding: 0;
    margin: 0;
}

.pq-siderbar-block .pq-siderbar-contact .pq-contact li {
    list-style: none;
    margin-bottom: 10px;
}

.pq-siderbar-block .pq-siderbar-contact .pq-contact li i {
    color: var(--primary-color);
    line-height: 2;
}

.pq-siderbar-block .pq-siderbar-contact .pq-contact li span {
    margin-left: 15px;
}

.pq-siderbar-block .pq-sidebar-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.pq-siderbar-block .pq-sidebar-social ul li {
    list-style: none;
}

.pq-siderbar-block .pq-sidebar-social ul li a i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background-color: var(--grey-color);
    text-align: center;
    transition: var(--transition-duration);
}

.pq-siderbar-block .pq-sidebar-social ul li a:hover i {
    background-color: var(--primary-color);
    color: var(--grey-color);
}

@media (max-width: 979px) {
    .pq-siderbar {
        display: none;
    }
}

/*================================================
Footer
================================================*/

.pq-footer .pq-footer-top {
    padding: 60px 0 0;
}

.pq-footer-top-widget {
    display: grid;
    grid-template-columns: 2fr 1fr 5fr;
    gap: 45px;
    margin-bottom: 30px;
}

/*+++++++++  Footer Logo +++++++++*/

.pq-footer .pq-footer-top .pq-footer-top-widget .widget img {
    height: 60px;
    margin-bottom: 20px;
}

/*+++++++++  Footer social +++++++++*/

.pq-footer .pq-footer-top .pq-footer-top-widget .widget {
    margin-bottom: 45px;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .widget .pq-footer-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .widget .pq-footer-social ul li {
    list-style: none;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .widget .pq-footer-social ul li a {
    color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: inline-block;
    background-color: var(--primary-color);
    text-align: center;
    transition: var(--transition-duration);
}

.pq-footer .pq-footer-top .pq-footer-top-widget .widget .pq-footer-social ul li a:hover {
    color: var(--primary-color);
    background-color: var(--white-color);
}

/*+++++++++  Footer menu-block +++++++++*/

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-menu-block .pq-footer-title {
    color: var(--white-color);
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-menu-block .pq-footer-list {
    padding: 0;
    margin: 0;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-menu-block .pq-footer-list .pq-footer-list-item {
    list-style: none;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-menu-block .pq-footer-list .pq-footer-list-item a {
    color: var(--white-color);
    position: relative;
    padding: 5px 0 5px 20px;
    display: inline-block;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-menu-block .pq-footer-list .pq-footer-list-item a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: var(--primary-color);
}

/*+++++++++  Footer contact-block +++++++++*/

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-contact-block .pq-footer-title {
    color: var(--white-color);
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-contact-block .pq-contact {
    padding: 0;
    margin: 0;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-contact-block li {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
}

.pq-footer .pq-footer-top .pq-footer-top-widget .pq-contact-block li span {
    color: var(--white-color);
}

/*+++++++++ Footer Copyright +++++++++*/

.pq-footer .pq-copyright-footer {
    padding: 15px 0;
    background-color: var(--primary-color);
}

.pq-footer .pq-copyright-footer .pq-copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: var(--white-color);
}

@media(max-width:1099px) {
    .pq-footer-top-widget {
        grid-template-columns: 2fr 1fr;
        gap: 30px;
    }
}

@media(max-width:767px) {
    .pq-footer-top-widget {
        grid-template-columns: 1fr;
    }
    .pq-footer .pq-footer-top .pq-footer-top-widget .widget {
        margin-bottom: 15px;
    }
}

/*+++++++++ Footer recent post +++++++++*/

.widget-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
}

.pq-footer-recent-post {
    display: flex;
    margin-bottom: 30px;
}

.pq-footer-recent-post .pq-footer-recent-post-media {
    margin-right: 15px;
}

.pq-footer-recent-post .pq-footer-recent-post-media img {
    width: 160px;
    border-radius: 10px;
    height: 90px;
    object-fit: cover;
}

.pq-footer-recent-post .pq-footer-recent-post-info h6 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}

.pq-footer-recent-post .pq-footer-recent-post-info .pq-post-date {
    font-family: var(--title-fonts);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
}

/*================================================
Gallery
================================================*/

.slide-show .gallery.style-1 {
    display: flex;
}

.mfp-wrap .mfp-close {
    padding: 0;
    top: -50px;
    right: 0;
    opacity: 1;
    height: 50px;
    width: 50px;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    position: absolute;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 0;
}

.mfp-gallery .mfp-close {
    top: -10px;
    cursor: pointer !important;
}

.mfp-gallery .mfp-arrow {
    position: absolute;
}

.mfp-arrow-right {
    right: 100px;
}

.mfp-wrap .mfp-close:hover {
    background: var(--primary-color);
}

.mfp-wrap .mfp-close:focus {
    outline: none;
}

/*================================================
Counter
================================================*/

.pq-counter-item {
    display: flex;
    gap: 30px;
}

.pq-counter.pq-style-1 .pq-counter-info .pq-counter-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.pq-bg-dark .pq-counter.pq-style-1 .pq-counter-info .pq-counter-title {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.pq-counter.pq-style-1 .pq-counter-info .pq-count {
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    font-family: var(--title-fonts);
}

.pq-bg-dark .pq-counter.pq-style-1 .pq-counter-info .pq-count {
    color: var(--white-color);
}

.pq-counter.pq-style-1 .pq-counter-info .pq-count-number {
    display: flex;
    align-items: center;
}

.pq-counter.pq-style-1 .pq-counter-info .pq-counter-prefix-icon {
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    color: var(--dark-color);
    font-family: var(--title-fonts);
}

.pq-bg-dark .pq-counter.pq-style-1 .pq-counter-info .pq-counter-prefix-icon {
    color: var(--white-color);
}

@media(max-width:767px) {
    .pq-counter-item {
        flex-direction: column;
    }
}

/*================================================
Testimonial
================================================*/

/*+++++++++ Testimonial Style-1  +++++++++*/

.pq-testimonial-slider.pq-style-1 .owl-carousel .owl-nav {
    display: block;
    top: -90px;
    text-align: end;
}

.pq-testimonial-slider.pq-style-1 .owl-carousel .owl-nav button {
    margin: 0;
}

.pq-testimonial-slider.pq-style-1 .owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.pq-testimonial-slider.pq-style-1 .owl-carousel .owl-nav button.owl-next {
    margin-left: 5px;
}

.pq-testimonial-box.pq-style-1 {
    display: grid;
    grid-template-columns: 3fr 9fr;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-img img {
    border-radius: 10px 40px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-info {
    margin-left: 75px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-description {
    font-size: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-style: italic;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-bottom {
    display: flex;
    justify-content: space-between;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-bottom .pq-testimonial-meta .pq-testimonial-meta-title {
    font-size: 28px;
    margin-bottom: 5px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-bottom .pq-testimonial-meta .pq-testimonial-meta-designation {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    overflow: hidden;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-bottom .pq-testimonial-quote {
    font-size: 75px;
    color: var(--primary-color);
    line-height: 1;
}

@media(max-width:1023px) {
    .pq-testimonial-slider.pq-style-1 .owl-carousel .owl-nav {
        display: none;
    }
    .pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-description {
        font-size: 22px;
        line-height: 40px;
    }
    .pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-bottom .pq-testimonial-quote {
        font-size: 64px;
    }
}

@media (max-width: 767px) {
    .pq-testimonial-box.pq-style-1 {
        display: block;
    }
    .pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-img img {
        width: 500px;
        margin: 0 auto;
    }
    .pq-testimonial-box.pq-style-1 .pq-testimonial-info {
        margin-left: 0;
        margin-top: 30px;
    }
    .pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-description {
        font-size: 20px;
        line-height: 36px;
    }
    .pq-testimonial-box.pq-style-1 .pq-testimonial-info .pq-testimonial-bottom .pq-testimonial-quote {
        font-size: 56px;
    }
}

/*+++++++++ Testimonial Style-2 +++++++++*/

.pq-testimonial-box.pq-style-2 {
    position: relative;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-star {
    display: flex;
    margin-bottom: 15px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-star i {
    color: #FFB82F;
    margin-right: 5px;
    font-size: 22px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-quote {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.1);
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-info .pq-testimonial-description {
    font-size: 22px;
    line-height: 34px;
    border-bottom: 1px solid var(--light-black);
    font-style: italic;
    color: var(--white-color);
    padding: 0;
    padding-right: 10px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-media {
    display: flex;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-media .pq-testimonial-media-img img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 20px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-media .pq-testimonial-media-meta .pq-testmonial-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
    color: var(--white-color);
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-media .pq-testimonial-media-meta .pq-testmonial-designation {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pq-testimonial-box-slider.pq-style-2 {
    position: relative;
}

.pq-testimonial-box-slider.pq-style-2 .owl-nav {
    position: absolute;
    display: flex;
    justify-content: end;
    top: 100%;
    bottom: -170px;
    right: 110px;
}

@media(max-width:1099px) {
    .pq-testimonial-box.pq-style-2 .pq-testimonial-quote {
        top: -30px;
    }
}

@media(max-width:767px) {
    .pq-testimonial-box-slider.pq-style-2 .owl-nav {
        display: none;
    }
}

/*+++++++++ Testimonial Style-3 +++++++++*/

.pq-testimonial-box-slider.pq-style-3 .owl-carousel .owl-nav {
    display: block;
    top: -90px;
    text-align: end;
}

.pq-testimonial-box-slider.pq-style-3 .owl-carousel .owl-nav button {
    margin: 0;
}

.pq-testimonial-box-slider.pq-style-3 .owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.pq-testimonial-box-slider.pq-style-3 .owl-carousel .owl-nav button.owl-next {
    margin-left: 5px;
}

.pq-testimonial-content .pq-testimoial-star-icons i {
    color: #FFB82F;
    font-size: 18px;
    line-height: 26px;
}

.pq-testimonial-content .pq-media {
    text-align: end;
}

.pq-testimonial-content .pq-media img {
    width: 130px;
}

.pq-testimonial-box-slider.pq-style-3 {
    border-left: 1px solid #0000001A;
    padding-left: 45px;
}

.pq-testimonial-box.pq-style-3 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 45px;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-media img {
    border-radius: 10px 40px;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-info .pq-testimonial-quote {
    width: 56px;
    height: 56px;
    background-color: var(--grey-color);
    text-align: center;
    border-radius: 100%;
    margin-bottom: 15px;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-info .pq-testimonial-quote i {
    color: var(--primary-color);
    font-size: 22px;
    line-height: 64px;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-info .pq-testimonial-description {
    font-size: 22px;
    line-height: 34px;
    font-style: italic;
    margin-bottom: 30px;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-info .pq-testimonial-meta {
    display: flex;
    align-items: center;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-info .pq-testimonial-meta .pq-testmonial-title {
    font-size: 28px;
    line-height: 36px;
    margin-right: 15px;
    color: var(--dark-color);
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-info .pq-testimonial-meta .pq-testmonial-designation {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
    display: inline-block;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media(max-width:1023px) {
    .pq-testimonial-box-slider.pq-style-3 .owl-carousel .owl-nav {
        display: none;
    }
    .pq-testimonial-content .pq-media {
        display: none;
    }
    .pq-testimonial-box-slider.pq-style-3 {
        padding: 0;
        margin-top: 30px;
        border-left: none;
    }
}

@media(max-width:767px) {
    .pq-testimonial-box.pq-style-3 {
        grid-template-columns: 1fr;
    }
    .pq-testimonial-box.pq-style-3 .pq-testimonial-info .pq-testimonial-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .pq-testimonial-box.pq-style-3 .pq-testimonial-info .pq-testimonial-meta .pq-testmonial-designation {
        padding-left: 0;
        border: none;
    }
}

/*================================================
Video Popup
================================================*/

.pq-video-popup-bg-img-1 {
    background-color: var(--dark-color);
    border-radius: 10px 60px 10px 60px;
    position: relative;
}

.pq-video-popup-bg-img-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/video/h1-video-bg-001.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 60px 10px 60px;
    opacity: 0.5;
}

.pq-popup-video-block.pq-popup-style-1 .pq-video-icon {
    text-align: center;
    padding: 240px 0;
    position: relative;
}

.pq-popup-video-block.pq-popup-style-1 .pq-video-icon a {
    color: var(--white-color);
    font-size: 22px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    border: 2px solid var(--white-color);
    border-radius: 100%;
    position: relative;
}

.pq-popup-video-block.pq-popup-style-1 .pq-video-icon a:hover::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 3px dashed var(--white-color);
    animation: spin 2s linear infinite;
}

.pq-popup-video-block.pq-popup-style-1 .pq-video-icon a:hover::after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 3px dashed var(--white-color);
    animation: spin 2s linear infinite;
    animation-delay: 1s;
}

@keyframes spin {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: scale(1.5) rotate(90deg);
        opacity: 0;
    }
}

@media (max-width: 1099px) {
    .pq-popup-video-block.pq-popup-style-1 .pq-video-icon {
        padding: 150px 0px 150px 0px;
    }
    .pq-popup-video-block.pq-popup-style-1 .pq-video-icon a {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .pq-popup-video-block.pq-popup-style-1 .pq-video-icon a:hover::after {
        left: -15px;
        top: -15px;
    }
    .pq-popup-video-block.pq-popup-style-1 .pq-video-icon a:hover::before {
        left: -17px;
        top: -13px;
    }
}

@media (max-width: 767px) {
    .pq-popup-video-block.pq-popup-style-1 .pq-video-icon {
        padding: 120px 0px 120px 0px;
    }
    .pq-popup-video-block.pq-popup-style-1 .pq-video-icon a {
        font-size: 20px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .pq-popup-video-block.pq-popup-style-1 .pq-video-icon a:hover::after {
        left: -20px;
        top: -20px;
        width: 140px;
        height: 144px;
    }
    .pq-popup-video-block.pq-popup-style-1 .pq-video-icon a:hover::before {
        left: -15px;
        top: -15px;
        width: 130px;
        height: 130px;
    }
}

/*================================================
Client
================================================*/

/*+++++++++ Client Style-1 +++++++++*/

.pq-clint-box-slider.pq-style-1 .owl-nav {
    display: none;
}

.pq-client-box.pq-style-1 {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px 40px;
    transition: all 0.3s ease-in-out;
}

.pq-client-box.pq-style-1.pq-border {
    border-radius: 0;
}

.pq-client-box.pq-style-1:hover {
    border: 1px solid var(--primary-color);
}

.pq-client-box.pq-style-1 a {
    display: block;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.pq-client-box.pq-style-1 a img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.pq-client-box.pq-style-1 a .pq-clint-img {
    position: relative;
    transform: translateY(0%);
    transition: all 0.3s ease-in-out;
}

.pq-client-box.pq-style-1 a:hover .pq-clint-img {
    transform: translatey(150%);
}

.pq-client-box.pq-style-1 a .pq-clint-hover-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -150%);
    transition: all 0.3s ease-in-out;
}

.pq-client-box.pq-style-1 a:hover .pq-clint-hover-img {
    transform: translate(-50%, 0%);
}

/*================================================
Portfoliobox
================================================*/

.pq-portfolio-box.pq-style-1.pq-hover-fade {
    position: relative;
}

.pq-portfolio-box.pq-style-1.pq-hover-fade::before {
    content: "";
    background-color: var(--dark-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: var(--transition-duration);
    border-radius: 10px;
    z-index: 1;
}

.pq-portfolio-box.pq-style-1.pq-hover-fade:hover:before {
    opacity: 0.9;
}

.pq-portfolio-box.pq-style-1.pq-hover-fade .pq-portfolio-img {
    border-radius: 10px;
    overflow: hidden;
}

.pq-portfolio-box.pq-style-1.pq-hover-fade .pq-portfolio-img img {
    scale: 1;
    transition: var(--transition-duration);
}

.pq-portfolio-box.pq-style-1.pq-hover-fade:hover .pq-portfolio-img img {
    scale: 1.1;
}

.pq-portfolio-box.pq-style-1.pq-hover-fade .pq-portfolio-info {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    opacity: 0;
    transition: var(--transition-duration);
}

.pq-portfolio-box.pq-style-1.pq-hover-fade:hover .pq-portfolio-info {
    opacity: 1;
    transform: translateY(0);
}

.pq-portfolio-box.pq-style-1.pq-hover-fade .pq-portfolio-info .pq-portfolio-title {
    color: var(--white-color);
}

.pq-portfolio-box.pq-style-1.pq-hover-fade .pq-portfolio-info .pq-portfolio-tag a {
    font-family: var(--title-fonts);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pq-portfolio-box.pq-style-1.pq-hover-bellow .pq-portfolio-img img {
    border-radius: 10px;
}

.pq-portfolio-box.pq-style-1.pq-hover-bellow .pq-portfolio-info {
    padding-top: 20px;
}

.pq-portfolio-box.pq-style-1.pq-hover-bellow .pq-portfolio-info .pq-portfolio-tag a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    overflow: hidden;
}

.pq-portfolio-box.pq-style-1.pq-hover-slide {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.pq-portfolio-box.pq-style-1.pq-hover-slide .pq-portfolio-img img {
    scale: 1;
    transition: var(--transition-duration)
}

.pq-portfolio-box.pq-style-1.pq-hover-slide:hover .pq-portfolio-img img {
    scale: 1.1;
}

.pq-portfolio-box.pq-style-1.pq-hover-slide .pq-portfolio-info {
    background-color: var(--white-color);
    position: absolute;
    bottom: 40px;
    left: -14px;
    border-radius: 10px 40px;
    padding: 30px;
    transform: translateX(-290px);
    transition: var(--transition-duration);
}

.pq-portfolio-box.pq-style-1.pq-hover-slide:hover .pq-portfolio-info {
    transform: translateX(0px);
    left: 30px;
}

.pq-portfolio-box.pq-style-1.pq-hover-slide .pq-portfolio-info .pq-portfolio-tag a {
    font-family: var(--title-fonts);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
}

/*+++++++++ single project css +++++++++*/

.pq-single-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 45px 30px;
    margin-bottom: 0;
    background: var(--grey-color);
    border-radius: 10px;
}

.single-post .pq-single-post-navigation {
    margin-bottom: 40px;
}

.pq-single-post-navigation .pq-single-post-nav {
    position: relative;
    padding-left: 75px;
    display: inline-block;
    cursor: pointer;
}

.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(--dark-color);
    text-align: center;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.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: 22px;
    line-height: 30px;
}

.pq-single-post-nav-label {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--title-fonts);
    letter-spacing: 0.04em;
}

.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(--primary-color);
}

.pq-single-post-navigation .pq-single-post-nav:hover:before {
    background: var(--primary-color);
}

@media(max-width:767px) {
    .pq-single-post-navigation {
        padding: 45px 15px;
    }
    .pq-single-post-navigation .pq-single-post-nav-title h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .pq-single-post-navigation+h2+.pq-masonry {
        margin-left: 0;
    }
}

@media(max-width:576px) {
    .pq-single-post-navigation {
        display: block;
    }
    .pq-single-post-navigation .pq-single-post-nav.pq--next {
        margin-top: 15px;
        display: block;
    }
}

/*+++++++++ Portfoliobox Nav +++++++++*/

.pq-portfolio-info-box {
    background-color: var(--grey-color);
    padding: 45px;
    border-radius: 10px;
}

.pq-portfolio-info-box .pq-portfoli-info {
    margin: 0;
    padding: 0;
}

.pq-portfolio-info-box .pq-portfoli-info li {
    list-style: none;
    border-bottom: 1px solid #0000001A;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.pq-portfolio-info-box .pq-portfoli-info li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.pq-portfolio-info-box .pq-portfoli-info li .pq-portfolio-info-title {
    font-size: 24px;
    line-height: 32px;
}

.pq-portfolio-info-box .pq-portfoli-info li .pq-portfolio-info-description {
    margin: 0;
}

.pq-portfolio-info-box .pq-portfoli-info li .pq-portfolio-social-list {
    margin-top: 15px;
}

.pq-portfolio-info-box .pq-portfoli-info li .pq-portfolio-social-list a i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 50%;
    margin-right: 5px;
}

.pq-portfolio-info-box .pq-portfoli-info li .pq-portfolio-social-list .pq-icon-facebook i {
    color: var(--white-color);
    background-color: #3b5998;
}

.pq-portfolio-info-box .pq-portfoli-info li .pq-portfolio-social-list .pq-icon-twitter i {
    color: var(--white-color);
    background-color: #1da1f2;
}

.pq-portfolio-info-box .pq-portfoli-info li .pq-portfolio-social-list .pq-icon-youtube i {
    color: var(--white-color);
    background-color: #cd201f;
}

/*================================================
isotope Portfolio
================================================*/

.pq-grid-item.visible_item,
.pq-masonry-item.visible_item {
    display: none;
}

.pq-filters .pq-filter-button-group ul {
    margin: 0 0 45px;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pq-filters .pq-filter-button-group ul li {
    font-family: var(--title-fonts);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    list-style: none;
    color: var(--dark-color);
    display: inline-block;
    cursor: pointer;
    padding: 12px 20px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pq-filters .pq-filter-button-group ul li:last-child {
    margin-right: 0;
}

.pq-filters .pq-filter-button-group ul li.active,
.pq-filters .pq-filter-button-group ul li.active:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 10px;
}

.pq-filters .pq-filter-button-group ul li:hover {
    color: var(--dark-color);
}

.pq-grid {
    display: block;
    width: 100%;
    float: left;
}

.pq-grid:after {
    content: '';
    display: block;
    clear: both;
}

.pq-col-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pq-col-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pq-col-4 {
    width: 33.33%;
    padding: 0 15px 30px;
}

.pq-grid.no-padding .pq-grid-item,
.pq-masonry.no-padding .pq-masonry-item {
    padding: 0;
}

.pq-btn-load-container {
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

.pq-btn-load-container a.pq-button {
    cursor: pointer;
}

.pq-grid.style-2 .pq-portfoliobox-1 .pq-portfolio-img {
    overflow: hidden;
}

.pq-grid.style-2 .pq-portfoliobox-1 .pq-portfolio-info {
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent;
    padding-left: 0;
    padding-bottom: 0;
    opacity: 1;
}

.pq-grid.style-2 .pq-portfoliobox-1 a.pq-portfolio-icon-bg {
    display: none;
}

.pq-grid.style-2 .pq-grid-item:nth-child(1) .pq-portfoliobox-1 {
    margin-top: 60px;
}

.pq-grid.style-2 .pq-col-6 {
    padding: 0 30px 45px;
    padding-bottom: 45px;
}

/*+++++++++ 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-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pq-masonry .ipq-lg-4 {
    width: 33.333%;
    padding: 0 15px 30px;
}

.pq-masonry.no-padding .ipq-lg-6,
.pq-masonry.no-padding .ipq-lg-3 {
    padding: 0;
}

.pq-masonry.no-padding .pq-portfoliobox-1,
.pq-masonry.no-padding .pq-portfoliobox-1 .pq-portfolio-img img {
    border-radius: 0;
}

/*+++++++++ layout 2 +++++++++*/

.pq-masonry .ipq-lg-4 {
    width: 33.333%;
    padding: 0 15px 30px;
}

.pq-masonry .ipq-lg-8 {
    width: 66.666%;
    padding: 0 15px 30px;
}

.pq-masonry .ipq-lg-12 {
    width: 100%;
    padding: 0 15px 30px;
}

@media(max-width:1365px) {
    .pq-col-3 {
        width: 33.33%;
    }
    .pq-masonry .ipq-lg-6 {
        width: 50%;
    }
    .pq-masonry .ipq-lg-3 {
        width: 33.33%;
    }
    .pq-masonry .ipq-lg-4 {
        width: 50%;
    }
    .pq-masonry .ipq-lg-8 {
        width: 50%;
    }
    .pq-filters .pq-filter-button-group ul li {
        margin-right: 10px;
    }
    .pq-col-3,
    .pq-col-4,
    .pq-masonry .ipq-lg-3 {
        width: 50%;
    }
}

@media(max-width:767px) {
    .pq-filters .pq-filter-button-group ul li {
        margin-right: 0;
        font-size: 14px;
        padding: 5px 15px;
    }
    .pq-col-6,
    .pq-col-4,
    .pq-col-3,
    .pq-masonry .ipq-lg-3,
    .pq-masonry .ipq-lg-6 {
        width: 100%;
        padding: 0 0 30px;
    }
    .pq-masonry .ipq-lg-4 {
        width: 100%;
        padding: 0 0 30px;
    }
    .pq-masonry .ipq-lg-8 {
        width: 100%;
    }
    .pq-grid.style-2 .pq-grid-item:nth-child(1) .pq-portfoliobox-1 {
        margin-top: 0;
    }
    .pq-grid.style-2 .pq-col-6 {
        padding: 0 0 30px;
    }
}

@media(max-width:479px) {
    .pq-filters .pq-filter-button-group ul li {
        margin-bottom: 15px;
    }
}

.pq-grid-item {
    float: left;
}

/*+++++++++ single project css +++++++++*/

.pq-single-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 45px 30px;
    margin-bottom: 0;
    background: var(--grey-color);
    border-radius: 10px;
}

.single-post .pq-single-post-navigation {
    margin-bottom: 40px;
}

.pq-single-post-navigation .pq-single-post-nav {
    position: relative;
    padding-left: 75px;
    display: inline-block;
    cursor: pointer;
}

.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(--dark-color);
    text-align: center;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.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: 22px;
    line-height: 30px;
}

.pq-single-post-nav-label {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--title-fonts);
    letter-spacing: 0.04em;
    transition: var(--transition-duration);
}

.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(--primary-color);
}

.pq-single-post-navigation .pq-single-post-nav:hover:before {
    background: var(--primary-color);
}

@media(max-width:767px) {
    .pq-single-post-navigation {
        padding: 45px 15px;
    }
    .pq-single-post-navigation .pq-single-post-nav-title h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .pq-single-post-navigation+h2+.pq-masonry {
        margin-left: 0;
    }
}

@media(max-width:576px) {
    .pq-single-post-navigation {
        display: block;
    }
    .pq-single-post-navigation .pq-single-post-nav.pq--next {
        margin-top: 15px;
        display: block;
    }
}

/*================================================
Team
================================================*/

/*+++++++++ style-1 +++++++++*/

.pq-team-box.pq-style-1 .pq-team-box-info .pq-team-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px 40px;
}

.pq-team-box.pq-style-1 .pq-team-box-info .pq-team-img img {
    transition: all 0.5s ease-in-out;
    scale: 1;
    display: block;
}

.pq-team-box.pq-style-1 .pq-team-box-info:hover .pq-team-img img {
    scale: 1.05;
}

.pq-team-box.pq-style-1 .pq-team-box-info .pq-team-info {
    padding-top: 20px;
}

.pq-team-box.pq-style-1 .pq-team-box-info .pq-team-info .pq-team-designation {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    overflow: hidden;
}

.pq-team-box.pq-style-1 .pq-team-box-info .pq-team-img .pq-team-social {
    font-size: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    width: 40px;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 25px;
    bottom: 17px;
    visibility: visible;
    opacity: 0;
}

.pq-team-box.pq-style-1:hover .pq-team-box-info .pq-team-img .pq-team-social {
    opacity: 1;
}

.pq-team-box.pq-style-1 .pq-team-box-info .pq-team-img .pq-team-social a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 100%;
    color: var(--white-color);
    background: var(--dark-color);
    margin-bottom: 8px;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
}

.pq-team-box.pq-style-1:hover .pq-team-box-info .pq-team-img .pq-team-social a {
    transform: translateY(0);
}

.pq-team-box.pq-style-1 .pq-team-box-info .pq-team-img .pq-team-social a:hover {
    background-color: var(--primary-color);
}

/*================================================
Servicebox
================================================*/

/*+++++++++ Style 1 +++++++++*/

.pq-service-box.pq-style-1 {
    display: grid;
    grid-template-columns: 1fr 5fr 4fr 1fr;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 0;
}

.pq-service-box.pq-style-1 .pq-service-box-icon i {
    font-size: 100px;
    line-height: 1;
    color: var(--white-color);
    margin-right: 30px;
    transition: var(--transition-duration);
}

.pq-service-box.pq-style-1.pq-hover-item.pq-active .pq-service-box-icon i {
    color: var(--primary-color);
}

.pq-service-box.pq-style-1 .pq-service-box-content .pq-service-box-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--white-color);
    transition: var(--transition-duration);
}

.pq-service-box.pq-style-1.pq-hover-item.pq-active .pq-service-box-content .pq-service-box-title {
    color: var(--primary-color);
}

.pq-service-box.pq-style-1 .pq-service-box-content .pq-service-box-description {
    color: var(--white-color);
    margin: 0;
}

.pq-service-box.pq-style-1 .pq-service-media {
    position: relative;
}

.pq-service-box.pq-style-1 .pq-service-media img {
    width: 300px;
    border-radius: 10px 40px 10px 40px;
    position: absolute;
    top: -150px;
    left: 110px;
    opacity: 0;
    transition: var(--transition-duration);
}

.pq-service-box.pq-style-1.pq-hover-item.pq-active .pq-service-media img {
    opacity: 1;
    transform: rotate(18deg);
}

.pq-service-box.pq-style-1 .pq-icon-btn-container {
    text-align: end;
}

.pq-service-box.pq-style-1 .pq-icon-btn-container a i {
    color: var(--white-color);
    font-size: 36px;
    transition: var(--transition-duration);
}

.pq-service-box.pq-style-1 .pq-icon-btn-container a:hover i {
    color: var(--primary-color);
}

@media(max-width:1279px) {
    .pq-service-box.pq-style-1 .pq-service-media img {
        top: -130px;
        left: 30px;
        width: 250px;
    }
}

@media (max-width: 1023px) {
    .pq-service-box.pq-style-1 .pq-service-box-icon i {
        font-size: 90px;
    }
    .pq-service-box.pq-style-1 .pq-service-box-content .pq-service-box-title {
        font-size: 28px;
        line-height: 36px;
    }
    .pq-service-box.pq-style-1 .pq-service-media img {
        top: -130px;
        left: 60px;
        width: 250px;
    }
}

@media (max-width: 980px) {
    .pq-service-box.pq-style-1 .pq-service-box-icon i {
        font-size: 75px;
    }
    .pq-service-box.pq-style-1 .pq-service-media img {
        top: -120px;
        left: 40px;
        width: 200px;
    }
}

@media (max-width: 767px) {
    .pq-service-box.pq-style-1 {
        padding: 30px 0;
    }
    .pq-service-box.pq-style-1 .pq-service-box-icon i {
        font-size: 64px;
    }
    .pq-service-box.pq-style-1 .pq-service-box-content .pq-service-box-title {
        font-size: 26px;
        line-height: 32px;
    }
    .pq-service-box.pq-style-1 .pq-service-media img {
        top: -100px;
        left: 20px;
        width: 180px;
    }
}

@media (max-width: 575px) {
    .pq-service-box.pq-style-1 {
        display: block;
    }
    .pq-service-box.pq-style-1 .pq-service-box-icon i {
        margin-bottom: 15px;
    }
    .pq-service-box.pq-style-1 .pq-service-media {
        display: none;
    }
    .pq-service-box.pq-style-1 .pq-icon-btn-container {
        text-align: start;
    }
}

/*+++++++++ Style 2 +++++++++*/

.pq-service-slider.pq-slider-2 .pq-img {
    border-radius: 10px 40px;
}

.pq-service-slider.pq-slider-2 .pq-dimond {
    position: absolute;
    top: 387px;
    left: -100px;
    z-index: 1;
}

.pq-service-slider.pq-slider-2 .pq-service-box-media {
    height: 100%;
}

.pq-service-box.pq-style-2 {
    padding: 30px;
    margin-bottom: 30px;
    background-color: var(--grey-color);
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.pq-service-box.pq-style-2 .pq-service-box-top {
    display: flex;
}

.pq-service-box.pq-style-2 .pq-service-box-top .pq-service-icon i {
    font-size: 56px;
    line-height: 46px;
    color: var(--primary-color);
    padding-right: 15px;
}

.pq-service-box.pq-style-2 .pq-service-box-top .pq-service-box-title {
    font-size: 26px;
    line-height: 34px;
    color: var(--dark-color);
}

.pq-service-box.pq-style-2 .pq-service-box-description {
    overflow: hidden;
    height: 0;
    margin: 0;
}

.pq-service-slider.pq-slider-2 .slick-slide.slick-current.slick-active .pq-service-box.pq-style-2 {
    background-color: var(--primary-color);
}

.pq-service-slider.pq-slider-2 .slick-slide.slick-current.slick-active .pq-service-box.pq-style-2 .pq-service-box-top .pq-service-icon i {
    color: var(--white-color);
}

.pq-service-slider.pq-slider-2 .slick-slide.slick-current.slick-active .pq-service-box.pq-style-2 .pq-service-box-top .pq-service-box-title {
    color: var(--white-color);
}

.pq-service-slider.pq-slider-2 .slick-slide.slick-current.slick-active .pq-service-box.pq-style-2 .pq-service-box-description {
    color: var(--white-color);
    height: 90px;
}

.pq-service-slider.pq-slider-2 .slick-slider-main .slick-track .slick-slide {
    margin: 0 !important;
}

.pq-service-slider.pq-slider-2 .slick-slider-thumb .slick-track {
    width: 100% !important;
    transform: none !important;
}

.pq-service-slider.pq-slider-2 .slick-slider-thumb .slick-track .slick-slide {
    width: 100% !important;
    margin: 0 !important;
}

@media(max-width:1099px) {
    .pq-service-slider.pq-slider-2 .pq-dimond {
        display: none;
    }
}

@media (max-width: 575px) {
    .pq-service-box.pq-style-2 .pq-service-box-top .pq-service-icon i {
        font-size: 36px;
        line-height: 44px;
    }
    .pq-service-box.pq-style-2 .pq-service-box-top .pq-service-box-title {
        font-size: 26px;
        line-height: 36px;
    }
}

/*+++++++++ Style 3 +++++++++*/

.pq-service-box-slider.pq-style-3 .owl-carousel .owl-nav {
    display: block;
    top: -138px;
    text-align: end;
}

.pq-service-box-slider.pq-style-3 .owl-carousel .owl-nav button {
    margin: 0;
}

.pq-service-box-slider.pq-style-3 .owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.pq-service-box-slider.pq-style-3 .owl-carousel .owl-nav button.owl-next {
    margin-left: 5px;
}

.pq-service-box.pq-style-3 .pq-service-box-media {
    overflow: hidden;
    border-radius: 10px;
}

.pq-service-box.pq-style-3 .pq-service-box-media img {
    transform: scale(1.05);
    transition: var(--transition-duration);
}

.pq-service-box.pq-style-3:hover .pq-service-box-media img {
    border-radius: 10px 40px;
    transform: scale(1);
}

.pq-service-box.pq-style-3 .pq-service-box-content {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: var(--grey-color);
    border-radius: 10px 40px;
    width: calc(100% - 60px);
    margin: -70px auto 0;
    position: relative;
    transition: var(--transition-duration);
}

.pq-service-box.pq-style-3:hover .pq-service-box-content {
    transform: translateY(calc(-50% - 30px));
}

.pq-service-box.pq-style-3 .pq-service-box-content .pq-service-ion {
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 10px;
}

.pq-service-box.pq-style-3 .pq-service-box-content .pq-service-ion i {
    font-size: 50px;
    line-height: 80px;
}

.pq-service-box.pq-style-3 .pq-service-box-content .pq-service-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--dark-color);
    font-weight: 600;
    margin-left: 15px;
}

@media(max-width:1023px) {
    .pq-service-box-slider.pq-style-3 .owl-carousel .owl-nav {
        top: -90px;
    }
}

@media(max-width:767px) {
    .pq-service-box-slider.pq-style-3 .owl-carousel .owl-nav {
        display: none;
    }
}

@media (max-width: 479px) {
    .pq-service-box.pq-style-3 .pq-service-box-content {
        width: calc(100% - 30px);
        padding: 20px;
    }
}

/*================================================
Process Step
================================================*/

/*+++++++++ Style 1 +++++++++*/

.pq-process-step.pq-style-1:last-child::before {
    border-bottom: none;
}

.pq-process-step.pq-style-1 {
    position: relative;
}

.pq-process-step.pq-style-1::before {
    content: "";
    border-bottom: 1px dashed #000;
    position: absolute;
    top: 100%;
    left: 223px;
    width: 933px;
}

.pq-process-step.pq-style-1 .pq-process-step-content {
    background-color: #F7F5F2;
    border-radius: 10px 40px;
    padding: 75px 45px;
    text-align: center;
    position: relative;
}

.pq-process-step.pq-style-1 .pq-process-step-content .pq-process-step-title {
    font-size: 36px;
    line-height: 44px;
}

.pq-process-step.pq-style-1 .pq-process-step-content .pq-process-step-border {
    width: 72px;
    height: 2px;
    background-color: var(--primary-color);
    text-align: center;
    margin: 1px 0;
    display: inline-block;
}

.pq-process-step.pq-style-1 .pq-process-step-content .pq-process-stpe-description {
    margin: 0;
}

.pq-process-step.pq-style-1 .pq-process-line {
    padding-left: 50%;
    height: 50px;
}

.pq-process-step.pq-style-1 .pq-process-1-step-media {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
    text-align: center;
    align-items: center;
}

.pq-process-step.pq-style-1 .pq-process-1-step-media .pq-process-step-image .pq-image-1 {
    width: 841px;
}

.pq-process-step.pq-style-1 .pq-process-1-step-media .pq-process-step-image .pq-image-2 {
    width: 206px;
}

.pq-process-step.pq-style-1 .pq-process-1-step-media .pq-process-step-image .pq-image-3 {
    width: 233px;
}

.pq-process-step.pq-style-1 .pq-process-1-step-media .pq-process-step-image .pq-image-title {
    margin-top: 30px;
}

.pq-process-step.pq-style-1 .pq-process-2-step-media {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 45px;
    text-align: center;
}

.pq-process-step.pq-style-1 .pq-process-2-step-media .pq-process-step-image img {
    width: 100px;
}

.pq-process-step.pq-style-1 .pq-process-2-step-media .pq-process-step-image .pq-image-title {
    margin-top: 26px;
}

.pq-process-step.pq-style-1 .pq-process-3-step-media {
    text-align: center;
}

.pq-process-step.pq-style-1 .pq-process-3-step-media .pq-process-step-image .pq-image-1 {
    height: 300px;
    margin-bottom: 30px;
}

.pq-process-step.pq-style-1 .pq-process-3-step-media .pq-process-step-image .pq-image-2 {
    height: 110px;
    margin-bottom: 15px;
}

.pq-process-step.pq-style-1 .pq-process-4-step-media {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px;
    justify-content: space-around;
}

.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-1 {
    height: 180px;
}

.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-2 {
    height: 160px;
}

.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-3 {
    height: 140px;
}

.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-4 {
    height: 120px;
}

.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-5 {
    height: 100px;
}

.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-6 {
    height: 80px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-7 {
    height: 75px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-8 {
    height: 70px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-9 {
    height: 65px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-10 {
    height: 60px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-11 {
    height: 55px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-12 {
    height: 50px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-13 {
    height: 45px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-14 {
    height: 40px;
}
.pq-process-step.pq-style-1 .pq-process-4-step-media .pq-process-step-image .pq-image-title {
    margin-top: 30px;
}

@media(max-width:1399px) {
    .pq-process-step.pq-style-1::before {
        left: 218px;
        width: 908px;
    }
    .pq-process-step.pq-style-1 .pq-process-line {
        height: 40px;
    }
}

@media(max-width:1365px) {
    .pq-process-step.pq-style-1::before {
        left: 203px;
        width: 853px;
    }
}

@media(max-width:1279px) {
    .pq-process-step.pq-style-1::before {
        left: 188px;
        width: 784px;
    }
}

@media(max-width:1199px) {
    .pq-process-step.pq-style-1::before {
        display: none;
    }
    .pq-process-step.pq-style-1 .pq-process-line {
        display: none;
    }
}

@media(max-width:1099px) {
    .pq-process-step.pq-style-1 .pq-process-1-step-media .pq-process-step-image .pq-image-1 {
        width: 250px;
    }
}

@media(max-width:1023px) {
    .pq-process-step.pq-style-1 .pq-process-step-content {
        padding: 60px;
    }
}

@media(max-width:767px) {
    .pq-process-step.pq-style-1 .pq-process-1-step-media {
        grid-template-columns: 1fr;
    }
    .pq-process-step.pq-style-1 .pq-process-2-step-media {
        grid-template-columns: 1fr;
        margin: 40px 0;
    }
}

/*+++++++++ Style 2 +++++++++*/

.pq-process-step.pq-style-2 {
    display: grid;
    grid-template-columns: 1fr 16fr;
    position: relative;
    margin-bottom: 45px;
}

.pq-process-step.pq-style-2:last-child {
    margin-bottom: 0;
}

.pq-process-step.pq-style-2 .pq-process-media {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    padding: 15px;
    background-color: var(--light-white);
    transition: var(--transition-duration);
}

.pq-process-step.pq-style-2.pq-active .pq-process-media {
    background-color: var(--white-color);
}

.pq-process-step.pq-style-2 .pq-process-media::before {
    content: "";
    position: absolute;
    top: 85px;
    left: 34px;
    height: calc(100% - 55px);
    width: 8px;
    border-radius: 4px;
    background-color: var(--light-white);
}

.pq-process-step.pq-style-2 .pq-process-media::after {
    content: "";
    position: absolute;
    top: 85px;
    left: 34px;
    height: 0;
    width: 8px;
    border-radius: 4px;
    background-color: var(--white-color);
    transition: var(--transition-duration);
}

.pq-process-step.pq-style-2.pq-active .pq-process-media::after {
    height: calc(100% - 55px);
}

.pq-process-step.pq-style-2:last-child .pq-process-media::before {
    height: calc(100% - 85px);
}

.pq-process-step.pq-style-2.pq-active:last-child .pq-process-media::after {
    height: calc(100% - 85px);
}

.pq-process-step.pq-style-2 .pq-process-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 45px;
}

.pq-process-step.pq-style-2 .pq-process-content .pq-process-title {
    font-size: 28px;
    line-height: 36px;
    color: var(--white-color);
    margin-bottom: 15px;
}

.pq-process-step.pq-style-2 .pq-process-content .pq-process-description {
    color: var(--white-color);
}

.pq-process-step.pq-style-2 .pq-process-image {
    margin-left: 45px;
}

.pq-process-step.pq-style-2 .pq-process-image img {
    border-radius: 10px 40px;
}

@media(max-width:1023px) {
    .pq-process-step.pq-style-2 .pq-process-content {
        grid-template-columns: 1fr;
    }
    .pq-process-step.pq-style-2 .pq-process-image {
        margin-left: 0;
    }
}

@media(max-width:767px) {
    .pq-process-step.pq-style-2 .pq-process-content {
        margin-left: 30px;
    }
}

@media(max-width:479px) {
    .pq-process-step.pq-style-2 .pq-process-media {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .pq-process-step.pq-style-2 .pq-process-media::before {
        top: 70px;
        left: 26px;
    }
    .pq-process-step.pq-style-2 .pq-process-media::after {
        top: 70px;
        left: 26px;
    }
    .pq-last-process-step .pq-process-step.pq-style-2 .pq-process-media::before,
    .pq-last-process-step .pq-process-step.pq-style-2:hover .pq-process-media::after {
        height: calc(100% - 70px);
    }
}

/*+++++++++ Style 3 +++++++++*/

.pq-process-step.pq-style-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.pq-process-step.pq-style-3:nth-child(even) {
    text-align: end;
}

.pq-process-step.pq-style-3:nth-child(even) .pq-process-step-content {
    padding-right: 45px;
}

.pq-process-step.pq-style-3:nth-child(odd) .pq-process-step-content {
    padding-left: 45px;
}

.pq-process-step.pq-style-3 .pq-process-step-content .pq-process-content-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 8px;
}

.pq-process-step.pq-style-3:nth-child(odd) .pq-process-step-content .pq-process-content-description {
    padding-right: 162px;
    margin: 0;
}

.pq-process-step.pq-style-3:nth-child(even) .pq-process-step-content .pq-process-content-description {
    padding-left: 162px;
    margin: 0;
}

@media(max-width:1099px) {
    .pq-process-step.pq-style-3:nth-child(odd) .pq-process-step-content .pq-process-content-description {
        padding-right: 0;
    }
    .pq-process-step.pq-style-3:nth-child(even) .pq-process-step-content .pq-process-content-description {
        padding-left: 0;
    }
}

@media (max-width: 1023px) {
    .pq-process-step.pq-style-3:nth-child(even) .pq-process-step-content {
        padding-right: 0px;
    }
    .pq-process-step.pq-style-3:nth-child(odd) .pq-process-step-content {
        padding-left: 0px;
    }
    .pq-process-step.pq-style-3 .pq-process-step-content .pq-process-content-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media(max-width:799px) {
    .pq-process-step.pq-style-3 {
        grid-template-columns: 1fr;
        align-items: center;
    }
    .pq-process-step.pq-style-3:nth-child(even) {
        direction: rtl;
    }
    .pq-process-step.pq-style-3 .pq-process-step-content {
        margin-top: 30px;
    }
    .pq-process-step.pq-style-3:nth-child(even) .pq-process-step-content {
        padding-right: 0;
        grid-row-start: 2;
    }
    .pq-process-step.pq-style-3 .pq-process-step-content .pq-process-content-title {
        font-size: 28px;
        line-height: 36px;
    }
}

/*================================================
Background Images
================================================*/

.pq-bg-image-1 {
    background-image: url(../image/testimonial/style-2/h2-testimonial-bg-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pq-bg-image-2 {
    background-image: url(../image/about-us/h3-aabout-001-1024x864.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 938px;
    height: 738px;
    position: absolute;
    top: 0;
    margin-top: -130px;
}

@media(max-width:1499px) {
    .pq-bg-image-2 {
        width: 708px;
        height: 714px;
        margin-top: -130px;
    }
}

@media(max-width:1099px) {
    .pq-bg-image-2 {
        position: relative;
        width: 100%;
        height: 600px;
        margin: 0;
    }
}

@media(max-width:767px) {
    .pq-bg-image-2 {
        height: 300px;
    }
}

/*================================================
Icon Box
================================================*/

/*+++++++++ style-1 +++++++++*/

.pq-icon-box-item.style-1 {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.pq-icon-box.pq-style-1 {
    padding: 30px 15px;
    background-color: var(--grey-color);
    border-radius: 10px;
    text-align: center;
    width: 250px;
}

.pq-icon-box.pq-style-1 .pq-icon-box-icon i {
    font-size: 64px;
    line-height: 72px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.pq-icon-box.pq-style-1 .pq-icon-box-description {
    margin: 0;
}

.pq-icon-box-hading-title {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin: 30px 0;
}

.pq-service .pq-dimond-img {
    position: absolute;
    width: 17%;
    left: 0;
    bottom: 0px;
    transform: rotatey(180deg);
}

@media(max-width:767px) {
    .pq-service .pq-dimond-img {
        display: none;
    }
}

/*+++++++++ style-2 +++++++++*/

.pq-icon-box-items {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 30px;
}

.pq-icon-box-items .pq-icon-box-item:first-child {
    padding-right: 75px;
}

.pq-icon-box-items .pq-icon-box-item:last-child {
    padding-left: 75px;
}

.pq-icon-box.pq-style-2 {
    display: flex;
    gap: 30px;
}

.pq-icon-box.pq-style-2 .pq-icon-box-icon i {
    color: var(--primary-color);
    font-size: 64px;
    line-height: 72px;
}

.pq-icon-box.pq-style-2 .pq-icon-box-content .pq-icon-box-content-title {
    font-size: 28px;
    line-height: 36px;
    color: var(--white-color);
}

.pq-icon-box.pq-style-2 .pq-icon-box-content .pq-icon-box-content-description {
    color: var(--white-color);
}

.pq-icon-box-media {
    background-color: var(--white-color);
    width: 100%;
    height: 100%;
    border-radius: 10px 40px;
}

.pq-icon-box-item .pq-icon-box-media img {
    position: absolute;
    width: 354px;
    left: 519px;
    top: 90px;
}

@media(max-width:1399px) {
    .pq-icon-box-items {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .pq-icon-box-items .pq-icon-box-item:first-child {
        padding-right: 0px;
    }
    .pq-icon-box-items .pq-icon-box-item:last-child {
        padding-left: 0px;
    }
    .pq-icon-box-media {
        display: none;
    }
}

@media(max-width:767px) {
    .pq-icon-box.pq-style-2 {
        flex-direction: column;
        gap: 15px;
    }
}

/*+++++++++ style-3 +++++++++*/

.pq-icon-box.pq-style-3 {
    padding: 60px;
    background-color: var(--white-color);
    border-radius: 10px;
    text-align: center;
    height: 310px;
}

.pq-icon-box.pq-style-3 .pq-icon-box-icon i {
    font-size: 60px;
    line-height: 68px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.pq-icon-box.pq-style-3 .pq-icon-box-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

.pq-icon-box.pq-style-3 .pq-icon-box-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

@media(max-width:1099px) {
    .pq-icon-box.pq-style-3 {
        padding: 38px;
    }
}

/*==================================================
Lists
==================================================*/

.pq-list {
    padding: 0;
    margin-bottom: 15px;
}

.pq-list .pq-list-item {
    list-style: none;
}

.pq-list .pq-list-item i {
    color: var(--primary-color);
    text-align: center;
    position: absolute;
}

.pq-list .pq-list-item span {
    padding-left: 24px;
    display: inline-block;
}

/*================================================
Contact Forms
================================================*/

.pq-contact-item {
    display: flex;
    gap: 90px;
}

.pq-contact-item .pq-contact-list {
    padding: 0;
    margin: 0;
}

.pq-contact-item .pq-contact-list .pq-contact-list-item {
    list-style: none;
    margin-bottom: 8px;
}

.pq-contact-item .pq-contact-list .pq-contact-list-item i {
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color);
    margin-right: 5px;
}

.pq-contact-item .pq-contact-list .pq-contact-list-item .pq-contact-list-item-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--dark-color);
}

.pq-contact-image img {
    width: 170px;
    transform: rotatez(20deg);
    margin-top: 35px;
    margin-left: 20px;
}

@media(max-width:1099px) {
    .pq-contact-item {
        gap: 45px;
    }
}

@media(max-width:979px) {
    .pq-contact-item {
        gap: 90px;
    }
    .pq-contact-image img {
        display: none;
    }
}

@media(max-width:397px) {
    .pq-contact-item {
        gap: 45px;
    }
}

/*+++++++++ form Style-1 +++++++++*/

.pq-form-box.pq-style-1 .pq-form {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: baseline;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}

.pq-form-box.pq-style-1 .pq-form:hover {
    border-bottom: 1px solid var(--primary-color);
}

.pq-form-box.pq-style-1 .pq-form input {
    width: 100%;
    border: 0;
    background-color: var(--white-color);
}

.pq-form-box.pq-style-1 .pq-form textarea {
    width: 100%;
    border: 0;
    padding: 10px;
    height: 100px;
    background-color: var(--white-color);
}

.pq-form-box.pq-style-1 .pq-btn-container .pq-button {
    display: inline-block;
    margin-top: 15px;
}

/*==================================================
About
==================================================*/

.pq-about-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.pq-main-title-block {
    position: relative;
}

.pq-btn-container.pq-end {
    position: absolute;
    right: 0;
    top: 0;
}

.about-us {
    position: relative;
}

.pq-about-media .pq-img {
    border-radius: 10px 60px 10px 60px;
    width: 100%;
}

.pq-about-media .pq-dimond {
    position: absolute;
    bottom: 100px;
    right: -89px;
    width: 180px;
}

.pq-about-us-media img {
    border-radius: 10px 40px 10px 40px;
}

.pq-about-us-3-media .pq-3-dimond {
    position: absolute;
    top: 42%;
    left: 600px;
    z-index: 1;
}

.pq-about-us-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #0000001A;
    margin-bottom: 20px;
    margin-right: 130px;
}

.pq-about-media {
    position: relative;
}

.pq-about-media .pq-about-1-img {
    width: 75%;
    border-radius: 10px 60px;
}

.pq-about-media .pq-about-2-img {
    width: 60%;
    border-radius: 10px 60px;
    position: absolute;
    top: 170px;
    right: 0;
}

@media(max-width:1365px) {
    .pq-about-us-3-media .pq-3-dimond {
        left: 583px;
    }
}

@media(max-width:1279px) {
    .pq-about-us-3-media .pq-3-dimond {
        left: 488px;
    }
}

@media(max-width:1099px) {
    .pq-about-us-3-media .pq-3-dimond {
        display: none;
    }
}

@media (max-width: 1199px) {
    .pq-about-media .pq-dimond {
        display: none;
    }
    .pq-about-media .pq-about-1-img {
        width: 100%;
        border-radius: 10px 60px;
    }
    .pq-about-media .pq-about-2-img {
        display: none;
    }
}

@media(max-width:992px) {
    .pq-btn-container.pq-end {
        position: relative;
    }
}

@media (max-width: 767px) {
    .pq-about-us-media .pq-image-2 {
        display: none;
    }
    .pq-about-us-title {
        margin-right: 0;
    }
}

/*================================================
Image Box
================================================*/

/*+++++++++ Style 1 +++++++++*/

.pq-image-box.pq-style-1 {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.pq-image-box.pq-style-1 .pq-image-box-image img {
    border-radius: 10%;
    width: 100px;
}

.pq-image-box.pq-style-1 .pq-image-box-content .pq-image-box-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 34px;
}

.pq-image-box.pq-style-1 .pq-image-box-content .pq-image-box-descripton {
    margin: 0;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: var(--title-fonts);
}

/*+++++++++ Style-2  +++++++++*/

.pq-image-box-slider.pq-style-2 .owl-nav {
    display: block;
    top: -100px;
    text-align: end;
}

.pq-image-box-slider.pq-style-2 .owl-carousel .owl-nav button {
    margin: 0;
}

.pq-image-box-slider.pq-style-2 .owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.pq-image-box-slider.pq-style-2 .owl-carousel .owl-nav button.owl-next {
    margin-left: 5px;
}

.pq-image-box.pq-style-2 a .pq-image-box-media {
    background-color: var(--grey-color);
    padding: 60px;
    border-radius: 10px 40px;
}

.pq-image-box.pq-style-2 a .pq-image-box-media img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.pq-image-box.pq-style-2 a .pq-image-box-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
    text-align: center;
}

@media(max-width:1023px) {
    .pq-image-box-slider.pq-style-2 .owl-nav {
        display: none;
    }
}

/*+++++++++ Style 3 +++++++++*/

.pq-image-box.pq-style-3 a {
    display: flex;
    padding: 15px 45px;
    align-items: center;
    background-color: var(--grey-color);
    border-radius: 10px 40px;
    transition: var(--transition-duration);
}

.pq-image-box.pq-style-3 a:hover {
    background-color: var(--primary-color);
}

.pq-image-box.pq-style-3 a .pq-image-box-media img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
}

.pq-image-box.pq-style-3 a .pq-image-box-title {
    font-size: 28px;
    line-height: 36px;
    transition: var(--transition-duration);
}

.pq-image-box.pq-style-3 a:hover .pq-image-box-title {
    color: var(--white-color);
}

@media(max-width:479px) {
    .pq-image-box.pq-style-3 a {
        padding: 15px 30px;
    }
}

/*+++++++++ Style 4 +++++++++*/

.pq-image-box-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.pq-image-box.pq-style-4 {
    padding: 48px;
    background-color: var(--grey-color);
    border-radius: 10px 40px 10px 60px;
    text-align: center;
}

.pq-image-box.pq-style-4 img {
    width: 70%;
    margin-bottom: 26px;
}

.pq-image-box.pq-style-4 .pq-image-box-content {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--title-fonts);
    color: var(--dark-color);
}

.pq-image-box.pq-style-4 .pq-image-box-content span {
    display: block;
}

@media(max-width:1023px) {
    .pq-image-box-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:767px) {
    .pq-image-box-items {
        grid-template-columns: 1fr;
    }
}

/*================================================
Image Marquee
================================================*/

.pq-img-marquee-main {
    position: relative;
    height: 80px;
    margin-bottom: 90px;
}

.pq-img-marquee {
    width: 350%;
    position: absolute;
    animation: imagemarqueeLeft 40s linear infinite;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.pq-img-marquee ul {
    display: inline-block;
    margin-right: 25px;
}

.marquee-img-content-items {
    padding: 0;
    margin: 0;
}

.marquee-img-content-items li {
    display: inline-flex;
    margin-right: 30px;
    position: relative;
    align-items: center;
}

.marquee-img-content-items li img {
    margin-right: 30px;
    height: 60px;
}

.marquee-img-content-items li:last-child {
    margin-right: 0;
}

h5.pq-marquee-title {
    color: var(--white-color);
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    text-transform: capitalize;
}

@keyframes imagemarqueeLeft {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@media(max-width:767px) {
    .pq-img-marquee-main {
        height: 63px;
        margin-bottom: 30px;
    }
    .marquee-img-content-items li img {
        height: 48px;
    }
    h5.pq-marquee-title {
        font-size: 48px;
        line-height: 56px;
    }
}

@media(max-width:575px) {
    .pq-img-marquee-main {
        height: 55px;
    }
    .pq-img-marquee {
        width: 445%;
    }
    .marquee-img-content-items li img {
        height: 40px;
    }
    h5.pq-marquee-title {
        font-size: 40px;
        line-height: 48px;
    }
}

/*================================================
Card
================================================*/

/*+++++++++ Card Style-1  +++++++++*/

.pq-card.pq-style-1 {
    position: sticky;
    top: 130px;
}

.pq-card.pq-style-1 .pq-card-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: var(--white-color);
    border-radius: 10px;
    align-items: center;
}

.pq-card.pq-style-1 .pq-crad-media {
    height: 100%;
}

.pq-card.pq-style-1 .pq-crad-media img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    height: 100%;
}

.pq-card.pq-style-1 .pq-card-content {
    padding: 30px 30px 30px 60px;
}

.pq-card.pq-style-1 .pq-card-content .pq-card-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
}

.pq-card.pq-style-1 .pq-btn-container:hover .pq-button.pq-button-flat {
    background-color: var(--dark-color);
}

.pq-card.pq-style-1 .pq-btn-container:hover .pq-button.pq-button-flat .pq-button-block span {
    color: var(--white-color);
}

.pq-card.pq-style-1 .pq-btn-container .pq-button.pq-button-flat svg path {
    fill: var(--white-color);
    transition: var(--transition-duration);
}

.pq-card.pq-style-1 .pq-btn-container:hover .pq-button.pq-button-flat svg path {
    fill: var(--white-color);
}

@media(max-width:1023px) {
    .pq-card.pq-style-1 {
        position: static;
    }
    .pq-card.pq-style-1 .pq-card-inner {
        grid-template-columns: 1fr;
        scale: 1 !important;
        filter: none !important;
    }
    .pq-card.pq-style-1 .pq-crad-media img {
        border-radius: 10px 10px 0 0;
    }
    .pq-card.pq-style-1 .pq-card-content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .pq-card.pq-style-1 .pq-crad-media img {
        aspect-ratio: 16 / 9;
    }
    .pq-card.pq-style-1 .pq-card-content .pq-card-title {
        font-size: 32px;
        line-height: 40px;
    }
}

/*================================================
Accordion
================================================*/

/*+++++++++ style-1 +++++++++*/

.pq-accordion-box.pq-style-1 {
    padding: 30px;
    background-color: var(--grey-color);
    border-radius: 10px 40px;
    margin-bottom: 30px;
    position: relative;
}

.pq-accordion-box.pq-style-1:last-child {
    margin-bottom: 0;
}

.pq-accordion-box.pq-style-1 .pq-ad-list {
    display: flex;
    column-gap: 30px;
}

.pq-accordion-box.pq-style-1 .pq-items .pq-accordion-image-1 {
    border-radius: 10px;
}

.pq-accordion-box.pq-style-1 .pq-items .ad-title-text {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
}

.pq-accordion-box.pq-style-1 .pq-active-button {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.pq-accordion-box.pq-style-1 .pq-ad-list .pq-ad-media {
    display: none;
}

.pq-accordion-box.pq-style-1 .pq-ad-list .pq-accordion-box-info .pq-accordion-title-text {
    padding-right: 10px;
    font-size: 28px;
    line-height: 36px;
}

.pq-accordion-box.pq-style-1 .pq-ad-list .pq-accordion-box-info .pq-accordion-box-description {
    display: none;
}

.pq-accordion-box.pq-style-1.pq-ad-list-active .pq-active-button {
    display: none !important;
}

@media(max-width:1023px) {
    .pq-accordion-box.style-1 .pq-ad-list {
        flex-direction: column-reverse;
    }
}

@media (max-width: 979px) {
    .pq-accordion-box.pq-style-1 .pq-ad-list {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .pq-accordion-box.style-1 .pq-items .ad-title-text {
        font-size: 24px;
        line-height: 32px;
    }
}

@media(max-width:397px) {
    .pq-accordion-box.style-1 {
        padding: 15px;
    }
}

/*+++++++++ style-2 +++++++++*/

.pq-accordion-box.pq-style-2 {
    background-color: var(--grey-color);
    border-radius: 10px 40px;
    padding: 30px;
    margin-bottom: 30px;
}

.pq-accordion-box.pq-style-2 .pq-accordion-title {
    display: flex;
    position: relative;
}

.pq-accordion-box.pq-style-2 .pq-accordion-title .pq-accordion-title-text {
    font-size: 28px;
    line-height: 36px;
    padding-right: 30px;
}

.pq-accordion-box.pq-style-2 .pq-accordion-title i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 38px;
}

.pq-accordion-box.pq-style-2 .pq-accordion-title i.inactive {
    opacity: 0;
}

.pq-accordion-box.pq-style-2.pq-active .pq-accordion-title i.inactive {
    opacity: 1;
    color: var(--primary-color);
}

.pq-accordion-box.pq-style-2 .pq-accordion-title i.active {
    opacity: 1;
}

.pq-accordion-box.pq-style-2.pq-active .pq-accordion-title i.active {
    opacity: 0;
}

.pq-accordion-box.pq-style-2 .pq-accordion-details {
    display: none;
    margin-top: 10px;
}

@media (max-width: 379px) {
    .pq-accordion-box.pq-style-2 .pq-accordion-title .pq-accordion-title-text {
        font-size: 22px;
        line-height: 30px;
    }
}

/*================================================
Timeline
================================================*/

.swiper-container-wrapper--timeline .swiper-pagination-custom {
    position: relative;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 100%;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title span {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--title-fonts);
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title span {
    color: var(--primary-color);
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: var(--grey-color);
    border-radius: 100%;
    content: "";
    transition: 0.5s all ease-in-out;
    z-index: 1;
}

.pq-bg-gray .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    background: var(--dark-color);
}

.pq-bg-grey .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    background: var(--dark-color);
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    background: var(--primary-color);
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    position: relative;
    background-color: var(--grey-color);
    height: 2px;
    border-bottom: 1px solid var(--grey-color);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 90px;
}

.pq-bg-gray .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    background-color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color);
}

.pq-bg-grey .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    background-color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color);
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid var(--grey-color);
}

.pq-bg-gray .swiper-container-wrapper--timeline .swiper-pagination-progressbar::before {
    border-right: 8px solid var(--dark-color);
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--grey-color);
}

.pq-bg-gray .swiper-container-wrapper--timeline .swiper-pagination-progressbar::after {
    border-left: 8px solid var(--dark-color);
}

.pq-bg-grey .swiper-container-wrapper--timeline .swiper-pagination-progressbar::after {
    border-left: 8px solid var(--dark-color);
}

.swiper-container-wrapper--timeline .swiper-button-prev,
.swiper-container-wrapper--timeline .swiper-container-rtl .swiper-button-next {
    background-image: none;
}

.swiper-container-wrapper--timeline .swiper-button-next,
.swiper-container-wrapper--timeline .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

.swiper-container-wrapper--timeline .swiper-button-next:after,
.swiper-container-wrapper--timeline .swiper-button-prev:after {
    font-size: 16px;
    color: var(--white-color);
    z-index: 2;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: 75px;
    left: inherit;
}

.swiper-container-wrapper--timeline .swiper-button-next,
.swiper-container-wrapper--timeline .swiper-button-prev {
    position: absolute;
    top: 32px;
    width: 50px;
    font-weight: 600;
    height: 44px;
}

.pq-swiper-timeline .swiper-button-prev:before,
.pq-swiper-timeline .swiper-button-next:before {
    content: "";
    width: 56px;
    position: absolute;
    height: 56px;
    background: var(--primary-color);
    border-radius: 100%;
    transition: var(--transition-duration);
}

.pq-swiper-timeline .swiper-button-prev:hover:before,
.pq-swiper-timeline .swiper-button-next:hover:before {
    background: var(--dark-color);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
}

.swiper-container-wrapper--timeline .swiper-slide {
    display: flex;
    background: var(--grey-colors);
    min-height: 300px;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pq-timeline-info {
    padding-left: 30px;
    padding-right: 30px;
}

.pq-timeline-info .pq-year-text {
    display: block;
    font-family: var(--title-fonts);
    font-weight: 600;
    color: var(--primary-color);
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
}

.pq-timeline-title {
    font-size: 36px;
    line-height: 42px;
    z-index: 9;
    color: var(--dark-color);
    margin-bottom: 10px;
    position: relative;
}

.pq-timeline-content .pq-timeline-img img {
    width: 100%;
    border-radius: 10px 40px;
}

.pq-swiper-timeline .pq-swiper-timeline-list {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    border-bottom: 2px solid var(--grey-color);
    padding-bottom: 17px;
}

.pq-swiper-timeline .pq-swiper-timeline-list .pq-swiper-timeline-list-item {
    list-style: none;
    position: relative;
}

.pq-swiper-timeline .pq-swiper-timeline-list .pq-swiper-timeline-list-item span {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--title-fonts);
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.pq-swiper-timeline .pq-swiper-timeline-list .pq-swiper-timeline-list-item span::after {
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: var(--grey-color);
    border-radius: 100%;
    content: "";
    transition: 0.5s all ease-in-out;
    z-index: 1;
}

.pq-timeline-image img {
    border-radius: 10px 40px;
}

.pq-timeline-info .pq-timeline-info-year-title {
    display: inline-block;
    font-family: var(--title-fonts);
    font-weight: 600;
    color: var(--primary-color);
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
}

.pq-timeline .pq-dimond-img {
    position: absolute;
    width: 17%;
    right: 0;
    bottom: 0px;
}

@media(max-width:1023px) {
    .swiper-container-wrapper--timeline .swiper-button-next,
    .swiper-container-wrapper--timeline .swiper-button-prev {
        display: none;
    }
    .pq-swiper-timeline {
        margin-bottom: 0;
    }
    .pq-timeline-info {
        padding-left: 0;
        padding-right: 0;
    }
    .pq-timeline-info .pq-year-text {
        font-size: 32px;
        line-height: 40px;
    }
    .pq-timeline-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 799px) {
    .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
        margin-bottom: 70px;
    }
    .pq-timeline-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 479px) {
    .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
        margin-bottom: 50px;
    }
    .pq-timeline-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media(max-width:397px) {
    .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title span {
        font-size: 18px;
        line-height: 26px;
    }
}

/*================================================
Custom CSS
================================================*/

.pq-bg-dark {
    background-color: var(--dark-color);
}

.pq-bg-gray {
    background-color: var(--grey-color);
}

.pq-bg-primary {
    background-color: var(--primary-color);
}

.pq-text-white {
    color: var(--white-color);
}

@media (max-width: 767px) {
    .pq-media-signature {
        width: 200px;
    }
}

#chartdiv {
    height: 400px;
}

@media (max-width: 767px) {
    #chartdiv {
        height: 300px;
    }
}

.pt-230 {
    padding-top: 230px;
}

.pq-clint.pq-mb {
    margin-bottom: -126px;
    z-index: 1;
}

.pq-clint.pq-p {
    padding: 0;
}

@media(max-width:1023px) {
    .pt-230 {
        padding-top: 90px;
    }
    .pq-clint.pq-mb {
        margin-bottom: 0;
        z-index: 1;
    }
    .pq-clint.pq-p {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .pt-230 {
        padding-top: 60px;
    }
    .pq-clint.pq-p {
        padding: 60px 0;
    }
}

.pq-image-gallery img {
    border-radius: 10px;
}

.pq-bg-gradient {
    background: linear-gradient(90deg, rgba(191, 163, 124, 1) 50%, rgba(12, 19, 21, 1) 50%);
}

.pq-working-box .pq-working-box-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.pq-working-box .pq-working-box-info .pq-working-box-content span {
    color: var(--white-color);
}

.pq-working-box .pq-working-box-info .pq-working-box-content .working-box-content-title {
    font-size: 32px;
    line-height: 40px;
    color: var(--white-color);
}

.pq-working-box .pq-working-box-info .pq-working-box-media img {
    width: 160px;
}

.pq-working-main-title {
    padding: 42px 30px;
}

.pq-working-main-title .pq-working-title {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
}

@media (max-width: 1024px) {
    .pq-working-main-title .pq-working-title {
        font-size: 34px;
        line-height: 42px;
    }
}

@media(max-width:799px) {
    .pq-bg-gradient {
        background: none;
    }
    .pq-working-box .pq-working-box-info {
        background-color: var(--primary-color);
        padding: 30px;
    }
    .pq-working-main-title {
        background-color: var(--dark-color);
    }
}

@media (max-width: 767px) {
    .pq-working-main-title {
        padding: 42px 10px;
    }
    .pq-working-main-title .pq-working-title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(max-width:397px) {
    .pq-working-box .pq-working-box-info {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

.pq-dimond-img {
    position: absolute;
    width: 17%;
    right: 0;
    bottom: 0px;
}

@media(max-width:1023px) {
    .pq-dimond-img {
        display: none;
    }
}

.portfolio-single .pq-title {
    font-family: "Barlow Condensed", Sans-serif;
    text-transform: uppercase;
}

.pq-img {
    border-radius: 10px;
}

.pq-map iframe {
    width: 100%;
    border-radius: 10px;
}