/*


*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> Button Core
==> Pagination
==> Error
==> Breadcrumb
==> Header
==> Footer
==> Blog Post
==> Section Title
==> Image Marquee
==> Isotope Portfolio
==> Portfolio
==> Form 
==> Service Box
==> Popup Animation 
==> Video Popup
==> Testimonial  
==> Progress Bar
==> Team box
==> OWL Carousel
==> Fancy Box
==> Job list
==> Image carousel
==> Faq
==> Tabs
==> Price Plan
==> Process Step
==> icon box
==> counter
==> accordian
==> Gallery
==> tags-link
==> Custom CSS 

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


/*================================================
Moz Selection
================================================*/
::-moz-selection {
     text-shadow: none;
     background: #79662f;
     color: #fff;
}

::-moz-selection {
     text-shadow: none;
     background: #79662f;
     color: #fff;
}
#slider-3-slide-19-layer-1{
	    font-size: 40px !important;
}
#slider-3-slide-17-layer-1{
	    font-size: 40px !important;
}
#slider-3-slide-18-layer-1{
	    font-size: 40px !important;
}
#slider-3-slide-17-layer-0{
	background-color: rgb(121 102 47) !important;
     color:#fff !important;
}
#slider-3-slide-18-layer-0{
	background-color: rgb(121 102 47) !important;
     color:#fff !important;
}
#slider-3-slide-19-layer-0{
	background-color: rgb(121 102 47) !important;
     color:#fff !important;
}
/*================================================
Fonts
================================================*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Figtree:ital,wght@0,300..900;1,300..900&amp;display=swap');


/*================================================
General
================================================*/


:root {
     --primary-color: #3F74FF;
     --primary-color-rgb: 63, 116, 255;
     --dark-color: #101010;
     --dark-color-rgb: 16, 16, 16;
     --secondary-color: #555555;
     --secondary-color-rgb: 85, 85, 85;
     --grey-color: #EFF3FF;
     --white-color: #ffffff;
     --white-color-rgb: 255, 255, 255;
     --body-fonts: "DM Sans", sans-serif;
     --title-fonts: "Figtree", sans-serif;
     --small-border-radius: 5px;
     --border-radius: 15px;
     --big-border-radius: 900px;
     --transition: all 0.5s ease-in-out;
     --border-color:#10101036;
}

body {
     background: #ffffff;
     font-family: var(--body-fonts);
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 1.8;
     color: #444;
     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: 25px;
     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;
}
img{
     width: 100%;
}
/*===== Container =====*/
.container {
     max-width: 1400px;
}

/*===== section =====*/
section,.pq-section-padding {
    padding: 40px 0;
    position: relative; 
}

@media(max-width: 1199px) {
    section,.pq-section-padding{
        padding: 90px 0;
    }
}

@media(max-width: 767px) {
    section,.pq-section-padding {
        padding: 40px 0;
    }
}

/*================================================
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: 150px;
}
/*================================================
Back to Top
================================================*/
.progress-wrap {
     position: fixed;
     right: 30px;
     bottom: 30px;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     border-radius: var(--big-border-radius);
     box-shadow: inset 0 0 0 2px rgba(var(--dark-color-rgb), .4);
     background: #ffffff;
     z-index: 10000;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

.progress-wrap.active-progress {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
}

.progress-wrap::after {
     position: absolute;
     font-family: 'themify';
     content: "\e660";
     text-align: center;
     line-height: 55px;
     font-size: 24px;
     color: var(--dark-color);
     left: 0;
     top: 0;
     height: 55px;
     width: 55px;
     cursor: pointer;
     display: block;
     z-index: 1;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

.progress-wrap:hover::after {
     color: #79662f;
}

.progress-wrap svg path {
     fill: none;
}

.progress-wrap svg.progress-circle path {
     stroke: #79662f;
     stroke-width: 4;
     box-sizing: border-box;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"],
.woocommerce a.button {
     padding: 12px 30px;
     font-family: var(--title-fonts);
     font-size: 16px;
     letter-spacing: 0.04em;
     background: #79662f;
     color: var(--white-color);
     text-transform: uppercase;
     display: inline-block;
     border: none;
     width: auto;
     height: auto;
     line-height: 2;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}


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

/*===== Button Flat =====*/
.pq-button.pq-button-flat {
     overflow: hidden;
     font-family: var(--body-fonts);
     line-height: 2;
     letter-spacing: 0.04em;
     font-size: 16px;
     padding: 12px 30px;
     position: relative;
     width: auto;
     height: auto;
     color: var(--white-color);
     vertical-align: middle;
     display: inline-block;
     text-decoration: none;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
     background: #79662f;
}

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

.pq-button.pq-button-flat .pq-button-text {
     transition: var(--transition);
}

.pq-button.pq-button-flat i {
     color: var(--white-color);
     font-size: 18px;
     margin-left: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
     transition: var(--transition);
}

.pq-button.pq-button-flat:hover i,
.pq-button.pq-button-flat:focus i {
     animation: pheasantBounce 1s infinite linear;
}

.sr7-btn i {
     font-size: 18px !important;
     margin-left: 5px !important;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
}

.sr7-btn:hover i {
     animation: pheasantBounce 1s infinite linear;
}

/*===== Button link =====*/
.pq-button.pq-button-link {
     display: flex;
     font-family: var(--body-fonts);
     line-height: 2;
     letter-spacing: 0.04em;
     font-size: 16px;
     align-items: center;
     text-decoration: none;
     transition: var(--transition);
}

.pq-button.pq-button-link i {
     font-size: 18px;
     margin-left: 5px;
     line-height: 1;
}

.pq-button.pq-button-link:hover i,
.pq-button.pq-button-link:focus i {
     animation: pheasantBounce 1s infinite linear;
}

    
/*===== Button outline =====*/
.pq-button.pq-button-outline {
     overflow: hidden;
     font-family: var(--body-fonts);
     border: 2px solid var(--dark-color);
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 0.04em;
     font-size: 16px;
     padding: 12px 30px;
     position: relative;
     width: auto;
     height: auto;
     color: var(--dark-color);
     vertical-align: middle;
     display: inline-block;
     text-decoration: none;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
}

.pq-button.pq-button-outline:hover {
     background: transparent;
     border: 2px solid #79662f;
     color: #79662f;
}

.pq-button.pq-button-outline i {
     color: var(--dark-color);
     font-size: 18px;
     margin-left: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
}

.pq-button.pq-button-outline:hover i,
.pq-button.pq-button-outline:focus i {
     animation: pheasantBounce 1s infinite linear;
     color: #79662f;
}

/*===== Button Rounded =====*/
.pq-button.pq-button-rounded {
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-size: 24px;
     border-radius: var(--big-border-radius);
     background: var(--dark-color);
     color: var(--white-color);
     text-align: center;
     transition: var(--transition);
}

.pq-button.pq-button-rounded:hover {
     background: #79662f;
     color: var(--white-color);
}

/*===== rev Button =====*/
.pq-button.pq-rev-btn:hover{
     background-color: var(--white-color);
     color: var(--dark-color);
}
.pq-button.pq-rev-btn:hover i{
     color: var(--dark-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;
     text-transform: uppercase;
     height: 45px;
     width: 45px;
     text-align: center;
     line-height: 45px;
     margin: 0 5px;
     color: var(--dark-color);
     background-color: var(--white-color);
     letter-spacing: 0.04em;
     border: 0 solid var(--grey-color);
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
     text-decoration: none;
}

.pq-pagination .page-numbers li .page-numbers:hover {
     color: var(--white-color);
     text-decoration: none;
     background-color: #79662f;
     border-color: #79662f;
     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: #79662f;
     border-color: #79662f;
     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 {
          margin-top: 0;
     }

     .pq-pagination .page-numbers li .next.page-numbers,
     .pq-pagination .page-numbers li .prev.page-numbers {
          width: auto;
          display: none;
     }
}

/*================================================
Error
================================================*/
.pq-error-block {
     text-align: center;
}

.pq-error-block .pq-errot-text {
     font-size: 420px;
     font-family: var(--title-fonts);
     color: #79662f;
     line-height: 0.8;
     margin-bottom: 30px;
     font-style: normal;
     text-transform: uppercase;
     font-weight: 600;
}

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

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

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

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

/*================================================
breadcrumb
================================================*/
.pq-breadcrumb-wrapper .pq-breadcrumb-style-1::before{
    content: "";
    opacity: 0.7;
    position: absolute;
    background-color: var(--dark-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.pq-breadcrumb-wrapper{
     position: relative;
     margin: 0px 30px 0 30px;
     border-radius: var(--border-radius) ;
     overflow:hidden;
}
.pq-breadcrumb-wrapper .pq-breadcrumb-style-1 {
     
     background-size: cover;
     background-position: center center;
    padding: 0px 0px 0px 0px !important;
    background: #79662f;
     position: relative;
}
.pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .pq-breadcrumb-title h1 {
     text-align: center;
     color: var(--white-color);
     font-size: 40px;
     line-height: 64px;

}
.pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .pq-breadcrumb-container ol{
     margin-bottom: 0;
}
.pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .pq-breadcrumb-container ol li{
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .breadcrumb-item a{
     color:var(--white-color);
     text-decoration: none;
}
.pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .breadcrumb{
     justify-content: center;
     text-transform: uppercase;
     margin-top: 20px;
     gap: 5px;
}
.pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .breadcrumb-item.active::before{
    content: "\e649";
    font-size: 12px;
    font-family: "themify";
    padding-right: 15px;
    color: var(--white-color);
    float: none;
}
.pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .breadcrumb-item.active{
     color: var(--white-color);
}

.pq-breadcrumb-wrapper .pq-breadcrumb-padding {
     padding: 50px 0 50px 0;
}
/*============= breadcrumb-responsive ==================*/

@media (max-width:1499px){
     .pq-breadcrumb-wrapper {
          margin: 0;
          border-radius: 0;
     }

     .pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .pq-breadcrumb-title h1 {
          font-size: 42px;
          line-height: 50px;
     }
}

@media (max-width:1023px){
     .pq-breadcrumb-wrapper .pq-breadcrumb-padding {
          padding: 40px 0 40px 0;
     }
     .pq-breadcrumb-wrapper .pq-breadcrumb-style-1 .pq-breadcrumb-title h1 {
          font-size: 30px;
          line-height: 38px;
     }
}


/*================================================
          header
================================================*/
.animated{
     animation-duration: 1.25s;
}
header#pq-header {
     position: relative;
     z-index: 99;
}
header#pq-header .pq-header-wrapper .navbar {
     padding: 0;
     justify-content: space-between;
}
header#pq-header .pq-header-wrapper .navbar .navbar-brand {
     padding: 0;
}
header#pq-header .pq-header-wrapper .navbar .navbar-brand img {
     height: 90px;
}

/* navbar-toggler - Button*/
header#pq-header .pq-header-wrapper .navbar-toggler {
     width: 60px;
     height: 60px;
     border-radius: 900px;
     background-color: #79662f;
     position: relative;
}
header#pq-header .pq-header-wrapper .navbar-toggler .pq-button-line {
     width: 35px;
     height: 3px;
     background-color: var(--grey-color);
     display: inline-block;
     position: relative;
     border-radius: 2px;
     top: -5px;
     right: 15px;
     transform: scaleX(1);
     transform-origin: right;
     transition: var(--transition);
}
header#pq-header .pq-header-wrapper .navbar-toggler:hover .pq-button-line {
     transform: scaleX(0.7);
}
header#pq-header .pq-header-wrapper .navbar-toggler .pq-button-line:after,
header#pq-header .pq-header-wrapper .navbar-toggler .pq-button-line::before {
     content: "";
     width: 35px;
     height: 3px;
     background-color: var(--grey-color);
     display: inline-block;
     border-radius: 2px;
     position: absolute;
     transform-origin: right;
     transition: var(--transition);
}
header#pq-header .pq-header-wrapper .navbar-toggler:hover .pq-button-line:after,
header#pq-header .pq-header-wrapper .navbar-toggler:hover .pq-button-line::before {
     transform: scaleX(1.3);
}
header#pq-header .pq-header-wrapper .navbar-toggler .pq-button-line:after {
     top: -8px;
     left: 0;
     transform: scaleX(0.7);
}
header#pq-header .pq-header-wrapper .navbar-toggler .pq-button-line::before {
     top: 8px;
     left: 0;
     transform: scaleX(0.6);
}

/*++++++ Toggle Button ++++++*/
.pq-toggle-button a {
     background-color: #79662f;
     width: 56px;
     height: 56px;
     line-height: 56px;
     align-content: center;
     text-align: center;
     border-radius: var(--big-border-radius);
     display: flex;
     align-items: center;
     justify-content: center;
}
.pq-toggle-button {
     background-color: #79662f;
     border-radius: 100%;
}
.pq-toggle-button a svg {
     width: 30px;
}
.pq-toggle-button a svg path {
     transform-origin: right;
     stroke-width: 1.5px;
     transition: var(--transition);
     fill: var(--white-color);
     stroke: var(--white-color);
}
.pq-toggle-button a svg path:nth-child(3) {
     transform: scaleX(0.7);
}
.pq-toggle-button a:hover svg path:nth-child(1) {
     transform: scaleX(1.5);
}
.pq-toggle-button a:hover svg path:nth-child(2) {
     transform: scaleX(0.6);
}
.pq-toggle-button a:hover svg path:nth-child(3) {
     transform: scaleX(1);
}

/* ---- header-Right ---- */

header#pq-header .pq-header-wrapper .navbar .pq-header-right .pq-header-contact .pq-icon {
     font-size: 18px;
     line-height: 56px;
     width: 56px;
     height: 56px;
     text-align: center;
     color: #79662f;
     background-color: #2683EF1f;
     border-radius: 100%;
     display: inline-block;
}
 
header#pq-header .pq-header-wrapper .navbar .pq-header-right .pq-header-contact .pq-contact-number {
     font-size: 16px;
     line-height: 2;
     font-weight: 400;
     font-family: var(--title-fonts);
     color: var(--white-color);
     text-align: center;
}
header#pq-header .pq-header-wrapper .navbar .pq-header-right .pq-btn-container {
     margin-top: 10px;
}

/*--- Header-right  Style - 1  ---- */

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .pq-header-right {
     display: flex;
     gap: 20px;
     align-items: center;
}

/* ------ Header Style - 1  new ------ */
header#pq-header.pq-header-style-1 .pq-header-wrapper.pq-header-sticky,
header#pq-header.pq-header-style-2 .pq-header-wrapper.pq-header-sticky,
header#pq-header.pq-header-style-3  .pq-bottom-header.pq-header-sticky {
     position: fixed;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     background: var(--white-color);
     -webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-collapse {
     justify-content: center;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .pq-menu-contain {
     background-color: rgba(var(--white-color-rgb), 0.19);
     border-radius: var(--big-border-radius);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav {
     gap: 10px;
     justify-content: center;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item {
     position: relative;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item a {
     color: var(--dark-color);
     font-family: var(--body-fonts);
     font-size: 16px;
     line-height: 2;
     text-transform: uppercase;
     position: relative;
     z-index: 1;
     transition: var(--transition);
     text-decoration: none;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item.current-menu-item>a {
     color: #79662f;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item.current-menu-item {
     background-color: #79662f;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item.current-menu-item:first-child {
     border-radius: 10px 10px 0 0;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item.current-menu-item:last-child {
     border-radius: 0 0 10px 10px;
}
header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu>.menu-item a {
     color: var(--dark-color)  ;
}
header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu>.menu-item.current-menu-item > a {
     color: var(--white-color);
}
header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item:hover>a {
     color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item.current-menu-item a {
     color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item>a::before,
header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item.current-menu-item>a::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     background: #79662f;
     width: 0;
     height: 40px;
     z-index: -1;
     transform: translateY(-50%);
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
     transition: var(--transition);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item:hover>a::before {
     left: 0;
     width: 100%;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item.current-menu-item>a:before {
     width: 100%;
     left: 0;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item i {
     color: var(--white-color);
     margin-left: 6px;
     font-size: 12px;
     line-height: 20px;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item>.sub-menu .menu-item>i {
     display: inline-block;
     position: absolute;
     right: 15px;
     top: 18px;
     display: block;
     rotate: -90deg;
     transition: var(--transition);
     color: var(--dark-color);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item>.sub-menu .menu-item:hover>i,
header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item>.sub-menu .menu-item.current-menu-item>i {
     color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu {
     position: absolute;
     top: 100%;
     left: 0;
     width: 220px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     display: none;
     transition: var(--transition);
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);      
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item:hover>.sub-menu {
     display: block;
     list-style-type: none;
     padding-left: 0;
     margin-top: 5px;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item {
     line-height: 2;
     transition: var(--transition);
     list-style-type: none;
     padding-left: 0;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover {
     background-color: #79662f;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:first-child {
     border-radius: 15px 15px 0 0;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:last-child {
     border-radius: 0 0 15px 15px;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item a {
     font-size: 14px;
     width: 100%;
     display: inline-block;
     padding: 12px 15px;
     transition: var(--transition);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover>a {
     color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu {
     left: 100%;
     top: 0;
     padding-left: 0;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover>.sub-menu {
     display: block;
}

header#pq-header.pq-header-style-1 {
     background-color: transparent;
     border-radius: var(--border-radius) var(--border-radius) 0 0;
     position: absolute;
     width: 100%;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item a {
     padding: 0 15px;
     color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item a i {
     color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .pq-menu-contain {
     padding: 15px 20px;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item a {
     color: var(--dark-color);
}

header#pq-header .pq-header-wrapper .navbar .pq-header-right .pq-header-contact .pq-icon {
     background-color: var(--white-color);
}

.pq-header-wrapper .navbar .pq-header-right .pq-header-contact a {
     text-decoration: none;
}

header#pq-header .pq-header-wrapper .navbar .pq-header-right .pq-header-contact .pq-icon {
     line-height: 64px;
}

.pq-header-right .pq-menu-search-block a {
     text-decoration: none;
}

.pq-header-right .pq-menu-search-block a {
     height: 56px;
     width: 56px;
     text-align: center;
     line-height: 55px;
     background-color: var(--white-color);
     display: inline-block;
     border-radius: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
.pq-header-right .pq-header-contact a{
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 8px;
}
.pq-header-right .pq-menu-search-block a i {
     font-size: 18px;
}

.pq-menu-search-block .offcanvas .search-form .search-field {
     border: none;
     color: var(--secondary-color);
     background: var(--grey-color);
     padding-left: 30px;
     margin: 0;
     width: 100%;
     height: 54px;
     border-radius: var(--big-border-radius);
}
.pq-menu-search-block .offcanvas .search-form .search-field:focus-visible { 
     outline:1px solid #79662f;
}
.pq-header-wrapper {
     padding: 20px 60px;
     background-color: transparent;
     transition: 0s;
     border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15)
}

.pq-toggle-btn a {
     background-color: #79662f;
     width: 56px;
     height: 56px;
     line-height: 56px;
     align-content: center;
     text-align: center;
     border-radius: var(--big-border-radius);
     display: flex;
     align-items: center;
     justify-content: center;
}

.pq-toggle-btn a svg g:nth-child(1) {
     scale: 100%;
}

.pq-toggle-btn a svg g:nth-child(2) {
     transform: translateX(15px);
}

.pq-toggle-btn a svg g:last-child() {
     transform: translate(-15px);
}

.pq-menu-search-block .offcanvas .search-form .search-field:focus {
     border-color: #79662f;
}

header#pq-header.pq-header-style-1 .pq-header-wrapper.pq-header-sticky {
     margin-top: 0;
     background-color: var(--dark-color) ;
}

/*============ header style 1 responsive ============*/
@media(max-width:1499px) {
     .pq-header-wrapper .pq-header-right .pq-header-contact {
          display: none;
     }
}
@media(max-width:1399px) {
     .pq-header-wrapper {
     padding: 20px 45px;
     }
}
@media (max-width:1200px) {
     .pq-header-wrapper .pq-header-right .pq-toggle-button {
          display: none;
     }

      
     header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .pq-menu-contain {
          border-radius: var(--border-radius);
          margin-top: 15px;
          background-color: var(--secondary-color);
          padding: 20px 15px;
     }

     header#pq-header .pq-header-wrapper .navbar-toggler {
          position: absolute;
          top: 0;
          right: 0;
     }

     .pq-header-right .pq-menu-search-block {
          position: absolute;
          top: 5px;
          right: 275px;
     }
 

     .navbar-toggler:focus {
          box-shadow: none;
     }

     header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav>.menu-item:hover>.sub-menu {
          width: 100%;
     }

     header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu {
          position: relative;
     }

     header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item>.sub-menu .menu-item>i {
          right: auto;
          rotate: 0deg;
          left: 120px;
     }

     header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu {
          position: relative;
          left: 0;
          width: auto;
          padding-left: 0px;
          border-radius: 0;
          transition: var(--transition);
          padding-top: 15px;
     }

     header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item {
          padding-left: 15px;
     }

     header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover>.sub-menu {
          position: relative;
          transition: var(--transition);
     }

     header#pq-header.pq-header-style-1 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item {
          border-radius: 0;
     }

     .pq-header-wrapper {
          padding: 20px 15px;
     }
     .pq-header-wrapper .pq-header-right .pq-header-contact {
          display: block;
          display: block;
          position: absolute;
          top: 5px;
          right: 80px;
     }
}
@media (max-width:768px) {
     .pq-header-right .pq-menu-search-block {
          display: none;
     }
     .pq-header-wrapper .pq-header-right .pq-header-contact {
          display: none;
     }
}

@media (max-width:479px) {
     .pq-header-right .pq-menu-search-block {
          display: none;
     }
}


/*--- Header-right  Style - 2  ---- */

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar {
     justify-content: space-between;
}

/* Header Style - 2 */

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .pq-header-right {
     display: flex;
     gap: 20px;
     align-items: center;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar {
     justify-content: space-between;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .pq-menu-contain {
     width: auto;
     background-color: var(--white-color);
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav {
     gap: 10px;
     justify-content: center;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item {
     position: relative;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item a {
     color: var(--dark-color);
     font-family: var(--body-fonts);
     font-size: 16px;
     line-height: 2;
     text-transform: uppercase;
     position: relative;
     z-index: 1;
     padding: 0 10px;
     transition: var(--transition);
     text-decoration: none;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item.current-menu-item>a,
header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item.current-menu-item>a i {
     color: var(--white-color);
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item.current-menu-item {
     background-color: #79662f;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav>.menu-item:hover>a {
     color: var(--white-color);
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav>.menu-item>a::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateY(-50%);
     background: #79662f;
     width: 0;
     height: 40px;
     transition: var(--transition);
     z-index: -1;
     border-radius: var(--big-border-radius);
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav>.menu-item:hover>a::before {
     left: 0;
     width: 100%;
}
header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav>.menu-item.current-menu-item>i{
     color: var(--white-color);
}
header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav>.menu-item:hover i{
     color: var(--white-color);
}
header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav>.menu-item.current-menu-item>a:before {
     width: 100%;
     left: 0;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item i {
     color: var(--dark-color);
     margin-left: 6px;
     font-size: 12px;
     line-height: 20px;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item>.sub-menu .menu-item>i {
     display: inline-block;
     position: absolute;
     right: 15px;
     top: 18px;
     display: block;
     rotate: -90deg;
     transition: var(--transition);
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item>.sub-menu .menu-item:hover>i {
     color: var(--white-color);
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu {
     position: absolute;
     top: 100%;
     left: 0;
     width: 220px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     display: none;
     transition: var(--transition);
     border-radius: 10px;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item:hover>.sub-menu {
     display: block;
     list-style-type: none;
     padding-left: 0;
     margin-top: 5px;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item {
     line-height: 2;
     transition: var(--transition);
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover {
     background-color: #79662f;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:first-child {
     border-radius: 10px 10px 0 0;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:last-child {
     border-radius: 0 0 10px 10px;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item a {
     font-size: 14px;
     width: 100%;
     display: inline-block;
     padding: 12px 15px;
     transition: var(--transition);
}
header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item i{
     color: var(--dark-color);
}
header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover>a {
     color: var(--white-color);
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu {
     left: 100%;
     top: 0;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover>.sub-menu {
     display: block;
}

/* -----------------  header style 2  ---------------------------------- */

header.pq-header-style-2 .pq-header-wrapper{
     padding: 0;     
}
header.pq-header-style-2 .pq-header-wrapper .pq-menu-contain{
    padding: 15px 20px;
    border-radius: var(--big-border-radius);
    background-color: rgba(var(--white-color-rgb), 1);
}

header#pq-header.pq-header-style-2 .navbar-expand-xl .navbar-collapse {
     justify-content: center;
}

header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .pq-header-right .pq-header-contact .pq-contact-number {
     color: var(--dark-color);
}
    
header#pq-header.pq-header-style-2 .pq-header-wrapper{
     margin-top: 0;
     padding: 20px 0;
}
header#pq-header.pq-header-style-2 .pq-bottom-header.pq-header-sticky.pq-header-wrapper{
     padding: 0 0 ;
}
header#pq-header.pq-header-style-2 .pq-bottom-header.pq-header-sticky .navbar{
     margin: 15px 30px;      
}
header#pq-header.pq-header-style-2 .pq-bottom-header.pq-header-sticky .navbar .pq-header-contact .pq-icon{
     background-color: var(--grey-color);
}
header#pq-header.pq-header-style-2 .pq-header-right .pq-menu-search-block a {
     background-color: var(--white-color);
}
header#pq-header.pq-header-style-2 .pq-header-wrapper.pq-bottom-header.pq-header-sticky .pq-header-right .pq-menu-search-block .pq-search-button {
     background-color: var(--grey-color);
}
header#pq-header.pq-header-style-2 .pq-bottom-header.pq-header-sticky.pq-header-wrapper .pq-menu-contain{
     background-color: var(--white-color);
}
header#pq-header.pq-header-style-2 .pq-bottom-header.pq-header-sticky.pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu {
     background-color: var(--white-color);
}
/* -----------------  header style 2 responsive  ---------------------------------- */
@media(max-width:1200px) {
     header.pq-header-style-2 .pq-header-wrapper .pq-menu-contain {
          border-radius: var(--border-radius);
     }

     header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu {
          position: relative;
          width: 100%;
          border-radius: var(--border-radius);
          background-color: var(--grey-color);
     }

     header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu {
          position: relative;
          width: 100%;
          left: 0;
          border-radius: 0;
     }

     header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item {
          padding-left: 15px;
     }

     header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .navbar-nav .menu-item>.sub-menu .menu-item>i {
          right: auto;
          rotate: 0deg;
          left: 120px;
     }
     header#pq-header.pq-header-style-2 .pq-bottom-header.pq-header-sticky .navbar {
          margin: 15px;
     }
     header#pq-header.pq-header-style-2 .pq-header-wrapper .navbar .pq-menu-contain {
          margin-top: 15px;
          padding: 20px 15px;
     }
      
}


/* Bottom Header Style - 3 */
header#pq-header.pq-header-style-3 .pq-header-wrapper  {
     padding:0 ;
     margin-top: 0;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .pq-header-right {
     display: flex;
     gap: 20px;
     align-items: center;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar {
     margin: 0px 30px;
     justify-content: space-between;
     border-radius: 10px;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .pq-menu-contain {
     width: 100%;
     padding: 16px 20px;
     border-radius: var(--border-radius);
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav {
     gap: 10px;
     justify-content: center;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item {
     line-height: normal;
     position: relative;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item a {
     color: var(--dark-color);
     font-family: var(--body-fonts);
     font-size: 16px;
	    font-weight: 600;
     line-height: 2;
     position: relative;
     z-index: 1;
     padding: 0 10px;
     transition: var(--transition);
     text-decoration: none;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item.current-menu-item>a {
     color: #79662f;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item.current-menu-item {
     background-color: var(--white-color);
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav>.menu-item:hover>a {
     color: var(--dark-color);
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav>.menu-item>a::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateY(-50%);
     width: 0;
     height: 40px;
     transition: var(--transition);
     z-index: -1;
     border-radius: 10px;
     border-radius: var(--big-border-radius);
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav>.menu-item:hover>a::before {
     left: 0;
     width: 100%;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav>.menu-item.current-menu-item>a:before {
     width: 100%;
     left: 0;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item i {
     color: var(--dark-color);
     margin-left: 10px;
     font-size: 12px;
     line-height: 20px;
}
header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item:hover i {
     color: var(--white-color);
}
header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item>.sub-menu .menu-item>i {
     display: inline-block;
     position: absolute;
     right: 15px;
     top: 18px;
     display: block;
     rotate: -90deg;
     transition: var(--transition);
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item>.sub-menu .menu-item:hover>i {
     color: var(--dark-color);
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu {
     position: absolute;
     top:23px;
     left: 0;
     width: 220px;
     background-color: #585858;
     border-radius: var(--border-radius);
     display: none;
     transition: var(--transition);
     border-radius: 10px;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item:hover>.sub-menu {
     display: block;
     padding-left: 0;
     margin-top: 10px;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item {
     line-height: 2;
     transition: var(--transition);
     list-style-type: none;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover {
     background-color: #79662f;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item:first-child {
     border-radius: 10px 10px 0 0;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item:last-child {
     border-radius: 0 0 10px 10px;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item a {
     font-size: 14px;
     width: 100%;
     display: inline-block;
     padding: 12px 15px;
     transition: var(--transition);
     color:#fff;
}
header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item i{
     color:#fff;
}
header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover> i {
     color: var(--white-color);
}
header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover> a{
     color: var(--white-color);
}
header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu>.menu-item.current-menu-item {
     background-color: #79662f;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu>.menu-item.current-menu-item>a {
     color: var(--white-color);
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu {
     left: 100%;
     top: 0;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover>.sub-menu {
     display: block;
     margin-top: 0;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .pq-header-right .pq-search-button .pq-icon {
     width: 50px;
     height: 50px;
     font-size: 18px;
     line-height: 50px;
     text-align: center;
     background-color: var(--white-color);
     color: #79662f;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     border-radius: 100px;
     display: inline-block;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper  .pq-header-right .pq-header-contact .pq-contact-number{
     color: var(--dark-color);
}

/* -----------------  header sticky  ---------------------------------- */

header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky .pq-sticky-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky  {
     margin-bottom: 0;
}
header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky  .navbar {
     background-color: transparent;
     gap: 30px;
     padding: 0;
}
header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky .pq-sticky-header .pq-top-header.style-2 .pq-header-info {
     display: none;
}
header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky .navbar .navbar-nav>.menu-item a {
     color: var(--dark-color);
}
header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky .navbar .navbar-nav>.menu-item:hover>a {
     color: var(--white-color);
}
header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky .navbar .navbar-nav>.menu-item.current-menu-item>a {
     color: var(--white-color);
}

header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky  .navbar .navbar-nav>.menu-item>a::before {
     background-color: #79662f;
}

header#pq-header.pq-header-style-3 .pq-header-wrapper.pq-header-sticky .navbar .pq-menu-search-block a {
     background-color: #2683EF1f;
}


/* -----------------  header style 3  ---------------------------------- */

/* ------- top header -------- */
.pq-top-header.top-style-1 .top-header-row{
     display: flex;
     justify-content: space-between;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .1);
     padding: 8px 0;
}
.pq-top-header.top-style-1 .top-header-row .pq-header-contact ul {
     display: flex;
     gap: 30px;
     list-style-type: none;
     padding-left: 0;
     margin-bottom: 0;
}
.pq-top-header.top-style-1 .top-header-row .pq-header-contact ul li a{
     display: flex;
     gap: 8px;
     text-decoration: none;
     align-items: center;
}
.pq-top-header.top-style-1 .top-header-row .pq-header-contact ul li span{
     color: var(--dark-color);
}
.pq-top-header.top-style-1 .top-header-row .pq-header-contact ul li .pq-icon i{
    color: #79662f;
    width: 30px;
    height: 30px;
    line-height: 36px;
    display: inline-block;
    background: var(--white-color);
    text-align: center;
    border-radius: var(--big-border-radius);
}
.pq-top-header.top-style-1 .top-header-row .pq-header-social ul {
     list-style-type: none;
     display: flex;
     gap: 20px;
     margin-bottom: 0;
}
header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar .navbar-nav .menu-item.current-menu-item a,
header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar .navbar-nav .menu-item.current-menu-item a i{
     color: var(--dark-color);
}
header#pq-header.pq-header-style-3 .pq-bottom-header.pq-header-sticky {
     background-color: var(--white-color);
}
header#pq-header.pq-header-style-3 .pq-bottom-header.pq-header-sticky .navbar .pq-header-right .pq-menu-search-block a {
     background-color: var(--grey-color);
}
header#pq-header.pq-header-style-3 .pq-bottom-header.pq-header-sticky .navbar .pq-header-right .pq-header-contact .pq-icon {
     background-color: var(--grey-color);
}
/* -----------------  header style 3 - responsive  ---------------------------------- */
@media (max-width:1200px) {
     header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar .pq-menu-contain {
          background-color: var(--white-color);
          margin-top: 20px 15px;
          margin-top: 15px;
     }
     header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu {
          position: relative;
          background-color: #565656;
          width: 100%;
          top: 10px;
     }
     header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar .navbar-nav .menu-item>.sub-menu .menu-item>i {
        right: auto;
        rotate: 0deg;
        left: 120px;
    }
     header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover>.sub-menu {
        transition: var(--transition);
        left: 0;
        border-radius: 0;
        padding-top: 10px;
    }
    header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item{
      padding-left: 15px;
    } 
 
    header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar .navbar-nav .menu-item .sub-menu .menu-item:first-child {
     border-radius: 0;
    }
     header#pq-header.pq-header-style-3 .pq-header-wrapper .navbar {
          margin: 15px;
     }
}
@media (max-width:767px){
     .pq-top-header {
          display: none;
     }
}

/*============ offcanvas ============*/
/*++++++++++++++++ Header Search +++++++++++*/
.pq-menu-search-block .offcanvas {
     position: fixed;
     z-index: 1050;
     background-color: var(--white-color) !important;
     padding: 45px;
     height: auto;
     bottom: inherit;
     transform: translateY(-100%) !important;
     transition: all 0.5s ease;
     overflow: hidden;
}

.fade {
     transition: opacity 0.5s linear;
}

.pq-menu-search-block .offcanvas.show {
     display: block;
     transform: translateY(0%) !important;
}

.pq-menu-search-block .offcanvas .btn-close {
     opacity: 1;
     background: #79662f;
     color: var(--white-color);
     font-size: 0;
     position: absolute;
     right: -70px;
     padding: 0;
     box-shadow: none;
     width: 54px;
     height: 54px;
     line-height: 54px;
}

.pq-menu-search-block .offcanvas .btn-close:before {
     font-size: 18px;
     content: "\e646";
     font-family: 'themify';
}

.pq-menu-search-block .offcanvas .btn-close:after {
     content: "";
     width: 54px;
     height: 54px;
     line-height: 54px;
     position: absolute;
     left: 0;
     top: 0;
     transition: all 0.5s ease;
     z-index: -1;
}

.pq-menu-search-block .offcanvas .btn-close:hover {
     transform: rotate(180deg);
     transition: all 0.2s ease-in-out;
     color: var(--white-color);
     background-color: var(--dark-color);
}

.pq-menu-search-block .offcanvas .search-form {
     margin: 0 auto;
     width: 60%;
     position: relative;
}

.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-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);
     transition: var(--transition);
     border: #79662f;
}

.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: #79662f !important;
}

.pq-menu-search-block .offcanvas .search-form .search-submit:before {
     content: "\e610";
     font-family: 'themify';
     font-weight: 500;
}

.search-submit {
     background: #79662f;
     border: none;
     padding: 0;
     font-size: 20px;
     position: absolute;
     text-align: center;
     color: var(--white-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;
}

.search-submit:hover {
     background: var(--dark-color);
     outline: none;
}

.screen-reader-text {
     clip: rect(1px, 1px, 1px, 1px);
     position: absolute !important;
     white-space: nowrap;
     height: 0px;
     width: 1px;
     overflow: hidden;
}

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

/*---------   Top-Header Toggle - Button   ----------*/
header#pq-header .pq-top-header .navbar-toggler {
     width: 60px;
     height: 60px;
     border-radius: 900px;
     background-color: #79662f;
     position: relative;
}

header#pq-header .pq-top-header .navbar-toggler .pq-button-line {
     width: 35px;
     height: 3px;
     background-color: var(--grey-color);
     display: inline-block;
     position: relative;
     border-radius: 2px;
     top: -5px;
     right: 0;
     transform: scaleX(1);
     transform-origin: right;
     transition: var(--transition);
}

header#pq-header .pq-top-header .navbar-toggler:hover .pq-button-line {
     transform: scaleX(0.7);
}

header#pq-header .pq-top-header .navbar-toggler .pq-button-line:after,
header#pq-header .pq-top-header .navbar-toggler .pq-button-line::before {
     content: "";
     width: 35px;
     height: 3px;
     background-color: var(--grey-color);
     display: inline-block;
     border-radius: 2px;
     position: absolute;
     transform-origin: right;
     transition: var(--transition);
}

header#pq-header .pq-top-header .navbar-toggler:hover .pq-button-line:after,
header#pq-header .pq-top-header .navbar-toggler:hover .pq-button-line::before {
     transform: scaleX(1.3);
}

header#pq-header .pq-top-header .navbar-toggler .pq-button-line:after {
     top: -8px;
     left: 0;
     transform: scaleX(0.7);
}

header#pq-header .pq-top-header .navbar-toggler .pq-button-line::before {
     top: 8px;
     left: 0;
     transform: scaleX(0.6);
}

/*===== Header SideBar =====*/
.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;
     -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;
     -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-sidebar {
     right: 0px;
     opacity: 1;
}

.pq-sidebar {
     width: 410px;
     height: auto;
     background: var(--white-color);
     opacity: 0;
     display: block;
     position: fixed;
     top: 50%;
     right: -100%;     
     z-index: 101;
     transform: translateY(-50%);
     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: var(--border-radius);
     margin-right: 30px;
}

.pq-sidebar .pq-close-btn .pq-close {
     position: absolute;
     top: 40px;
     right: 30px;
     background: #79662f;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     color: var(--dark-color);
     font-size: 20px;
     z-index: 110px;
}

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

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

.pq-sidebar-header .pq-sidebar-logo {
     height: 100px;
     width: auto;
     margin-bottom: 30px;
}

.pq-sidebar h4.pq-sidebar-heading {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 15px;
}

.pq-sidebar h4.pq-sidebar-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 15px;
}

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

.pq-sidebar .pq-sidebar-contact .pq-contact-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 10px;
}

.pq-sidebar ul {
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 5px;
}

.pq-sidebar ul li {
     list-style: none;
     margin: 0;
     display: flex;
     gap: 15px;
     color: var(--dark-color);
}

.pq-sidebar-contact li a {
     color: var(--dark-color);
     display: flex;
     align-items: center;
     gap: 15px;
}

.pq-sidebar-contact li i {
     height: 18px;
     line-height: 1;
     display: inline-block;
}

.pq-sidebar-social ul {
     display: inline-block;
     width: 100%;
}

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

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

.pq-sidebar-social ul li a {
     background: var(--dark-color);
     color: var(--white-color);
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 100%;
     display: inline-block;
     text-align: center;
     position: relative;
}

.pq-sidebar-social ul li a:hover {
     background: #79662f;
     color: var(--white-color);
     transition: var(--transition);
}

.pq-sidebar .widget {
     background: transparent;
     padding: 0;
     border: none;
     margin-bottom: 45px;
}

.pq-sidebar .widget .wp-block-image {
     margin-bottom: 0;
}

.pq-sidebar .widget img {
     margin-bottom: 0 !important;
     border-radius: var(--border-radius);
}

.pq-sidebar .pq-close-btn .pq-close {
     text-decoration: none;
     border-radius: 100%;
     color: var(--white-color);
     height: 50px;
     width: 50px;
}

.pq-sidebar .pq-close-btn .pq-close i {
     line-height: 50px;
}

.pq-sidebar .pq-close-btn:hover .pq-close {
     transform: rotate(180deg);
     transition: .3s ease-in-out;
}

.pq-sidebar .pq-sidebar-contact .pq-contact li a {
     text-decoration: none;
}

.pq-sidebar .pq-sidebar-contact .pq-contact li .pq-icon i {
     color: #79662f;
     font-size: 18px;
}

.pq-sidebar .pq-sidebar-contact .pq-contact li a .fas.fa-phone-alt {
     rotate: 90deg;
}

/*============ side-bar responsive ============*/
@media(max-width:1023px) {
     .pq-sidebar {
          display: none;
     }
}

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

/*===== Footer Background =====*/
footer#pq-footer .pq-footer-style-1 {
     background: var(--dark-color);
     margin: 0 30px 30px;
     border-radius: var(--border-radius);
     overflow: hidden;
}

footer#pq-footer .pq-footer-style-1 .widget {
     margin-bottom: 0;
}
footer#pq-footer .pq-footer-style-1 .widget p{
     margin-bottom: 30px;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-top-block {
     display: grid;
     grid-template-columns: 330px 2fr;
     gap: 60px;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-top-block img {
     height: 75px;
     object-fit: cover;
     width: auto;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-top{
     padding-top: 40px;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-top-list {
     display: grid;
     grid-template-columns: 1fr 2fr;
     gap: 30px;
     align-items: center;
     margin-bottom: 45PX;
     padding-bottom: 45px;
     border-bottom: 1px solid rgba(var(--white-color-rgb), 0.12);
}

footer#pq-footer .pq-footer-style-1 .pq-footer-top-list .pq-footer-logo-discription h2 {
     color: var(--white-color);
     font-size: 32px;
     line-height: 40px;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-form {
     position: relative;
     display: flex;
     background-color: var(--white-color);
     border-radius: var(--big-border-radius);
}
footer#pq-footer .pq-footer-style-1 .pq-footer-form input {
     height: 65px;
     border-color: transparent;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-form input.submit:hover  {
     background: var(--grey-color);
    color: var(--dark-color);
}
footer#pq-footer .pq-footer-style-1 .pq-footer-form input:nth-child(1){
     border-radius: var(--big-border-radius);
     width: 100%;
     padding-left: 30px;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-form input:nth-child(1):focus-visible{
     outline: none;
}
/* == Footer Bottom === */
footer#pq-footer .pq-footer-style-1 .pq-footer-bottom-list {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     margin-bottom: 0px;
}
footer#pq-footer .pq-footer-style-1 .widget .footer-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--white-color);
     margin-bottom: 15px;
}
footer#pq-footer .pq-footer-style-1 p {
     color: var(--white-color);
}
footer#pq-footer .pq-footer-style-1 .pq-footer-social ul {
     display: flex;
     gap: 15px;
     align-items: center;
     margin: 0;
     padding: 0;
     list-style: none;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li {
     margin: 0;
     padding: 0;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a {
     height: 45px;
     width: 45px;
     line-height: 45px;
     text-align: center;
     background-color: var(--grey-color);
     color: #79662f;
     display: inline-block;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
     padding: 0;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a:hover {
     background-color: var(--white-color);
     color: var(--dark-color);
}
footer#pq-footer .pq-footer-style-1 .menu-footer-menu-container ul.menu {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px 60px;
     margin-bottom: 0;
}
footer#pq-footer .pq-footer-style-1 #menu-footer-service-menu  {
     margin-bottom: 0;
}
footer#pq-footer .pq-footer-style-1 .menu-footer-service-menu-container ul.menu li {
     margin-bottom: 10px;
}
footer#pq-footer .pq-footer-style-1 .menu-footer-menu-container ul.menu .menu-item{
     list-style-type: none;
}
footer#pq-footer .pq-footer-style-1 .menu-footer-service-menu-container ul.menu li {
     list-style-type: none;
}
footer#pq-footer .pq-footer-style-1 .menu-footer-service-menu-container ul.menu li:last-child {
     margin-bottom: 0;
}

footer#pq-footer .pq-footer-style-1 .widget .menu-footer-menu-container ul.menu li a,
footer#pq-footer .pq-footer-style-1 .menu-footer-service-menu-container ul.menu li a {
     padding: 0;
     color: var(--white-color);
     transition: var(--transition);
     list-style-type: none;
     text-decoration: none;
}

footer#pq-footer .pq-footer-style-1 .widget .menu-footer-menu-container ul.menu li a:hover,
footer#pq-footer .pq-footer-style-1 .menu-footer-service-menu-container ul.menu li a:hover {
     margin-left: 10px;
     color: #79662f;
     transition: var(--transition);
}

footer#pq-footer .pq-footer-style-1 .widget .menu-footer-menu-container ul.menu li a::before,
footer#pq-footer .pq-footer-style-1 .menu-footer-service-menu-container ul.menu li a::before {
     background-color: #79662f;
     width: 10px;
     height: 2px;
     content: "";
     position: absolute;
     margin-top: 12px;
     margin-left: -30px;
}

footer#pq-footer .pq-footer-style-1 .pq-contact {
     list-style: none;
     padding: 0;
     margin: 0; 
}

footer#pq-footer .pq-footer-style-1 .pq-contact li {
     display: flex;
     gap: 15px;
     align-items: baseline;
     color: var(--white-color);
     margin-bottom: 10px;
}

footer#pq-footer .pq-footer-style-1 .pq-contact li:last-child {
     margin-bottom: 0;
}

footer#pq-footer .pq-footer-style-1 .pq-contact li a {
     padding: 0;
     color: var(--white-color);
     text-decoration: none;
}
footer#pq-footer .pq-footer-style-1 .pq-contact li a:hover{
     color: #79662f;
     transition: var(--transition);
}
footer#pq-footer .pq-footer-style-1 .pq-contact li .pq-icon {
     font-size: 16px;
     line-height: 24px;
}

footer#pq-footer .pq-footer-style-1 .pq-contact li .pq-icon i:before {
     line-height: inherit;
}

footer#pq-footer .pq-footer-style-1 .pq-copyright-footer {
     border-top: 1px solid rgba(var(--white-color-rgb), 0.12);
     padding: 0;
}

footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright-footer-inner {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     align-items: center;
     gap: 15px;
     padding: 10px 0;
}

footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright {
     text-align: center;
     display: inline-block;
     width: auto;
}

footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright-footer-inner ul {
     padding: 0;
     margin: 0;
     display: flex;
     gap: 15px;
     list-style: none;
}

footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright-footer-inner ul li {
     padding-right: 15px;
     border-right: 1px solid rgba(var(--white-color-rgb), 0.3);
}

footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright-footer-inner ul li:last-child {
     border-right: none;
     padding-right: 0;
}

footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright-footer-inner ul li a {
     color: var(--white-color);
     text-decoration: none;
     transition: var(--transition);
}
footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright-footer-inner ul li a:hover{
     color:#79662f;
     transition: var(--transition);
}

footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright {
     text-align: center;
     display: inline-block;
     width: auto;
     border-top: 2px solid var(--light-white);
     color: var(--white-color);
}

@media (max-width: 979px) {
     footer#pq-footer .pq-footer-style-1 .pq-copyright-footer .pq-copyright-footer-inner {
          flex-direction: column-reverse;
          justify-content: center;
     }
}

@media (max-width: 1499px) {
     footer#pq-footer .pq-footer-style-1 {
          margin: 0;
          border-radius: 0;
     }
}

@media (max-width: 1279px) {
     footer#pq-footer .pq-footer-style-1 .pq-footer-top-block {
          grid-template-columns: 1fr 3fr;
          gap: 45px;
          margin-bottom: 45px;
          padding-bottom: 45px;
          border-bottom: 1px solid rgba(var(--white-color-rgb), 0.12);
     }

     footer#pq-footer .pq-footer-style-1 .pq-footer-top-list {
          grid-template-columns: 1fr 1.5fr;
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0;
     }

     footer#pq-footer .pq-footer-style-1 .pq-footer-bottom-list {
          grid-template-columns: 1fr 1fr;
          gap: 30px 60px;
     }

     footer#pq-footer .pq-footer-style-1 .pq-footer-top-list .pq-footer-logo-discription h2 {
          color: var(--white-color);
          font-size: 28px;
          line-height: 36px;
     }
}

@media (max-width:1099px) {
     footer#pq-footer .pq-footer-style-1 .pq-footer-top-block {
          grid-template-columns: 1fr;
          gap: 30px;
     }
}

@media (max-width: 767px) {

     footer#pq-footer .pq-footer-style-1 .pq-footer-top-list {
          display: inline-block;
          width: 100%;
     }
 
     footer#pq-footer .pq-footer-style-1 .pq-footer-top-list .pq-footer-logo-discription h2 {
          margin-bottom: 15px;
     }

     footer#pq-footer .pq-footer-style-1 .pq-footer-bottom-list {
          grid-template-columns: 1fr;
          gap: 30px
     }

     footer#pq-footer .pq-footer-style-1 .widget .footer-title {
          font-size: 26px;
          line-height: 34px;
          margin-bottom: 15px;
     }
}

@media (max-width: 576px) {
     footer#pq-footer .pq-footer-style-1 .menu-footer-menu-container ul.menu {
          grid-template-columns: 1fr;
          gap: 10px;
     }

     footer#pq-footer .pq-footer-style-1 .pq-footer-top-block img {
          height: 60px;
     }

     footer#pq-footer .pq-footer-style-1 .pq-footer-form {
          display: block;
          background-color: transparent;
     }

     footer#pq-footer .pq-footer-style-1 .pq-footer-form input.submit {
          margin-top: 15px;
     }

}

/*================================================
          Blog Post
================================================*/
.single-post .pq-blog-post,
.pq-blog .owl-carousel .pq-blog-post {
     margin-bottom: 0;
}

.pq-blog-post {
     display: inline-block;
     width: 100%;
     border-radius: var(--border-radius);
}

/*===== Blog Image =====*/
.pq-blog-post .pq-post-media {
     overflow: hidden;
     position: relative;
     border-radius: 15px 15px 0px 0px;
}

.pq-blog-post .pq-post-media img {
     transition: var(--transition);
     border-radius: 15px 15px 0px 0px;
     -webkit-transition: var(--transition);
}

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

.pq-blog-post .pq-post-media .pq-post-date {
     position: absolute;
     left: 30px;
     bottom: 30px;
     background: #79662f;
     padding: 5px 10px;
     border-radius: var(--small-border-radius);
     color: var(--white-color);
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
}

.pq-blog-post .pq-post-media .pq-post-date a {
     color: var(--white-color);
     text-decoration: none;
}

/*===== Blog Meta =====*/
.pq-blog-post .pq-post-meta {
     margin-bottom: 10px;
}

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

.pq-blog-post .pq-post-meta ul li {
     display: inline-block;
     text-align: center;
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: #79662f;
     letter-spacing: 0.04em;
}
.pq-blog-post .pq-post-meta ul li a{
     text-decoration: none;
}

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

.pq-blog-post .pq-blog-contain .pq-post-meta .pq-post-date a {
     color: var(--secondary-color);
     transition: var(--transition);
}

.pq-blog-post .pq-blog-contain .pq-post-meta .pq-post-date:hover {
     color: #79662f;
}

/*===== Blog contain =====*/
.pq-blog-post .pq-blog-contain {
     padding: 30px;
     background-color: var(--white-color);
     border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.pq-blog-post .pq-blog-contain .pq-blog-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}
.pq-blog-post .pq-blog-contain .pq-blog-title  a{
     text-decoration: none;
}
.pq-blog-post .pq-blog-contain .pq-button{
     margin-top: 30px;
}
.pq-blog-post .pq-blog-contain .pq-btn-container {
     margin-top: 15px;
}

@media(max-width:575px) {
     .pq-blog-post .pq-blog-contain .pq-blog-title {
          font-size: 24px;
          line-height: 32px;
     }

     .pq-blog-post .pq-blog-contain {
          padding: 20px;
     }
}

/*===== Blog 1 Column =====*/
.pq-blog.pq-blog-col-1 {
     display: grid;
     grid-template-columns: 1fr;
     gap: 45px 30px;
}

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

/*===== Blog 2 Column =====*/
.pq-blog.pq-blog-col-2 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 45px 30px;
}

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

@media(max-width:767px) {
     .pq-blog.pq-blog-col-2 {
          grid-template-columns: 1fr;
     }
}

/*===== Blog 3 Column =====*/
.pq-blog.pq-blog-col-3 {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 45px 30px;
}

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

@media(max-width:1023px) {
     .pq-blog.pq-blog-col-3 {
          grid-template-columns: 1fr 1fr;
     }
}

@media(max-width:767px) {
     .pq-blog.pq-blog-col-3 {
          grid-template-columns: 1fr;
     }
}

/*===== Blog-list =====*/
.pq-blog-post.pq-list {
     position: relative;
     display: grid;
     grid-template-columns: 1fr 2fr;
     align-items: center;
     padding: 30px;
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
     gap: 30px;
     background-color: var(--grey-color);
     border: 1px solid transparent;
     transition: var(--transition);
     margin-bottom: 30px;
}

.pq-blog-post.pq-list:last-child {
     margin-bottom: 0;
}

.pq-blog-post.pq-list .pq-post-media img {
     height: 150px;
     object-fit: cover;
}

.pq-blog-post.pq-list .pq-post-media {
     border-radius: var(--border-radius);
}

.pq-blog-post.pq-list .pq-blog-contain {
     padding: 0;
     background-color: none;
     margin-bottom: 0;
}

.pq-blog-post.pq-list .pq-blog-contain .pq-blog-title {
     font-size: 24px;
     line-height: 32px;
     transition: var(--transition);
}

.pq-blog-post.pq-list.pq-active .pq-blog-contain .pq-blog-title {
     color: #79662f;
}

.pq-blog-post.pq-list .pq-btn-container {
     margin-top: 0;
}

.pq-blog-post.pq-list .pq-button {
     position: absolute;
     top: 20px;
     right: 30px;
     transition: var(--transition);
}

.pq-blog-post.pq-list.pq-active .pq-button {
     transform: rotate(-32deg);
     background: #79662f;
}

@media(max-width:1279px) {
     .pq-blog-post.pq-list .pq-button {
          position: relative;
          top: inherit;
          right: inherit;
     }
}

@media(max-width:1023px) {
     .pq-blog-post.pq-list .pq-button {
          position: absolute;
          top: 20px;
          right: 30px;
     }
}

@media(max-width:767px) {
     .pq-blog-post.pq-list .pq-button {
          position: relative;
          top: inherit;
          right: inherit;
          margin-top: 20px;
     }
}

@media(max-width:575px) {
     .pq-blog-post.pq-list {
          display: block;
          padding: 0;
     }

     .pq-blog-post.pq-list .pq-post-media img {
          height: 100%;
     }

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

/*===== single Post css =====*/
.single-post .pq-blog-post {
     margin-bottom: 0;
}

.pq-blog-post {
     display: inline-block;
     width: 100%;
}

.pq-single-post-bottom-holder {
     margin: 45px 0;
     padding: 15px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     border-bottom: 1px solid #79662f;
     border-top: 1px solid #79662f;
}

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

.pq-single-post-bottom-holder .pq-single-post-tags-title {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 600;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: inline-block;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li {
     margin: 0 0 0 8px;
     padding: 0;
     list-style: none;
     display: inline-block;
     vertical-align: middle;
}

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

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li a:hover {
     border-color: #79662f;
     background: #79662f;
     color: var(--white-color);
}

/*===== Blog Single Post - Social Media =====*/
.pq-single-post-bottom-holder .pq-single-post-social-title {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 600;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: inline-flex;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li {
     margin: 0 0 0 8px;
     padding: 0;
     list-style: none;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li a {
     width: 50px;
     height: 50px;
     background: var(--white-color);
     color: var(--dark-color);
     display: inline-block;
     text-align: center;
     line-height: 50px;
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li a:hover {
     background: #79662f;
     color: var(--white-color);
     transition: var(--transition);
}

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

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

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

.pq-single-post-usernav .pq-user-info .pq-user-title {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 5px;
}

.pq-single-post-usernav .pq-user-info .pq-user-sub-title {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     letter-spacing: 0.04em;
     color: #79662f;
}

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

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

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

.single-post .owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title {
     font-size: 22px;
     line-height: 30px;
}

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

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

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

     .pq-comment-area .comment-reply-title {
          font-size: 28px;
          line-height: 36px;

     }
}

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

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

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

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

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

/*===== Single Project =====*/
.pq-single-post-navigation {
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     padding: 45px 30px;
     margin-bottom: 0;
     background: var(--white-color);
     -webkit-border-radius: var(--border-radius);
     -moz-border-radius: var(--border-radius);
     border-radius: var(--border-radius);
}

.single-post .pq-single-post-navigation {
     margin-bottom: 40px;
     margin-top: 30px;
}

.pq-single-post-navigation .pq-single-post-nav {
     position: relative;
     padding-left: 75px;
     display: inline-block;
     cursor: pointer;
     text-decoration: none;
}

.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;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -webkit-border-radius: var(--big-border-radius);
     -moz-border-radius: var(--big-border-radius);
     border-radius: var(--big-border-radius);
}

.pq-single-post-navigation .pq-single-post-nav.pq-next {
     padding-left: 0;
     padding-right: 75px;
     text-align: right;     
}

.pq-single-post-navigation .pq-single-post-nav.pq-next:before {
     content: "\f054";
     right: 0;
     left: inherit;
}

.pq-single-post-navigation .pq-single-post-nav-title h4 {
     font-size: 24px;
     line-height: 32px;
}

.pq-single-post-nav-label {
     color: var(--dark-color);
     font-family: var(--title-fonts);
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     transition: var(--transition);
     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: #79662f;
}

.pq-single-post-navigation .pq-single-post-nav:hover:before {
     background: #79662f;
}

.pq-single-post-navigation {
          margin-top: 60px;
     }

@media(max-width:767px) {
     .pq-single-post-navigation {
          padding: 45px 15px;
     }

     .pq-single-post-navigation .pq-single-post-nav-title h4 {
          font-size: 20px;
          line-height: 28px;
     }

     .pq-single-post-navigation+h2+.pq-masonry {
          margin-left: 0;
     }
     .pq-single-post-navigation {
          margin-top: 45px;
     }
}

@media(max-width:479px) {
     .pq-single-post-navigation {
          display: block;
     }

     .pq-single-post-navigation .pq-single-post-nav.pq-next {
          margin-top: 45px;
          display: block;
     }
}


/*=======================      Blog 1 Columns  custom  ========================*/

.pq-blog-1-column-page-wrapper {
     display:grid;
     grid-template-columns: 6.7fr 3.3fr;
     gap: 30px;
}

.pq-blog-1-column-page-wrapper .pq-wrapper-right-div .pq-wrapper-right-div-wrapper{
     display: grid;
     grid-template-columns: 1fr;
     gap: 30px;
}

.pq-blog-1-column-page-wrapper .pq-recent-post-div {
     padding: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius );
     display: flex;
     flex-direction: column;
     gap: 30px;
}
.pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-title{
    font-size: 24px;
    line-height: 32px;
    
}
.pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post{
     display: grid;
     grid-template-columns: 2.5fr 7.5fr;
     gap: 15px;
     align-items: center;
}
.pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post .pq-recent-post-media{
     height: 100%;
}
.pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post .pq-recent-post-media img{
     border-radius: var(--border-radius);
     height:90px;
     width: 90px;
     object-fit: cover;
}
.pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post a{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}
.pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post-info{
     padding-right: 10px;
}
.pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post .pq-post-date{
     margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
}
.pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post .pq-post-date i{
     margin-right: 15px;
     
}

@media (max-width:1279px) {
     .pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post-info {
          padding-right: 0px;
     }
}

@media (max-width:1023px) {
     .pq-blog-1-column-page-wrapper {
          grid-template-columns: 1fr;
          gap: 45px;
     }
     .pq-blog-1-column-page-wrapper .pq-wrapper-right-div{
          grid-column: 1;
          grid-row: 1;
     }
     .pq-blog-1-column-page-wrapper .pq-wrapper-left-div{
          grid-column: 1;
          grid-row: 2;
     }
     .pq-blog-1-column-page-wrapper .pq-recent-post-div .pq-recent-post {
          display: flex;
          gap: 15px;
     }
     .pq-contact-now-div{
          width: 60%;
     }    
}

@media (max-width:767px) {
      .pq-blog-1-column-page-wrapper {
          grid-template-columns: 1fr;
      }
     .pq-contact-now-div img {
          max-height: 100%;
     }
     .pq-contact-now-div{
          width: 80%;
     }
}
@media (max-width:479px) {
 
     .pq-contact-now-div{
          width: 100%;
     }
}


/*====================  blog col 2  custom  ===================*/

.pq-blog-2-column-page .pq-blog-2-column-page-wrapper{
     display: grid;
     grid-template-columns: 1fr ;
     gap: 60px;
}
.pq-blog-2-column-page .pq-pagination {
     margin-top: 60px;
}

@media (max-width:767px) {
     .pq-blog-2-column-page .pq-pagination {
          margin-top: 45px;
     }
}

/*================================================
left sidebar custom
================================================*/
.pq-left-sidebar-page .pq-blog-1-column-page-wrapper .pq-wrapper-left-div{
     grid-column: 2;
     grid-row: 1;
}
.pq-left-sidebar-page .pq-blog-1-column-page-wrapper .pq-wrapper-right-div{
     grid-column: 1;
     grid-row: 1;
}
.pq-left-sidebar-page .pq-blog-1-column-page-wrapper {
     grid-template-columns: 3.3fr 6.7fr;
}
@media (max-width:1023px) {
     .pq-left-sidebar-page .pq-blog-1-column-page-wrapper {
          grid-template-columns: 1fr;
          gap: 45px;
     }
     .pq-left-sidebar-page .pq-blog-1-column-page-wrapper .pq-wrapper-left-div {
          grid-column: 1;
          grid-row: 1;
     }
     .pq-left-sidebar-page .pq-blog-1-column-page-wrapper .pq-wrapper-right-div {
          grid-column: 1;
          grid-row: 2;
     }
}

/*===========================    blog-single-page (strength-proper-business-in-your-path) - //  custom  //    ====================================*/

.blog-single-page .pq-list-image-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 30px;
}
.blog-single-page .pq-list-image-wrapper img{
     border-radius: var(--border-radius);
}
.blog-single-page .pq-list-image-wrapper .pq-icon-list {
    align-items: baseline;
}
.blog-single-page .pq-list-image-wrapper .pq-icon-list-wrapper{
     margin: 0;
}

.blog-single-page .pq-single-post-navigation{
     margin: 0;
}

/*===== single Post css =====*/
.single-post .pq-blog-post {
     margin-bottom: 0;
}

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

.pq-single-post-bottom-holder {
     margin:  0;
     padding: 15px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     align-content: center;
     border-bottom: 1px solid #79662f;
     border-top: 1px solid #79662f;
}

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

.pq-single-post-bottom-holder .pq-single-post-tags-title {
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 600;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: inline-block;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li {
     margin: 0 0 0 8px;
     padding: 0;
     list-style: none;
     display: inline-block;
     vertical-align: middle;
}

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

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li a:hover {
     border-color: #79662f;
     background: #79662f;
     color: var(--white-color);
}
@media (max-width: 1023px) {
     .blog-single-page  .pq-blog-1-column-page-wrapper .pq-wrapper-left-div{
          grid-row: 1;
     }
     .blog-single-page  .pq-blog-1-column-page-wrapper .pq-wrapper-right-div{
          grid-row: 2;
     }
}
@media (max-width:479px){
     .pq-single-post-bottom-holder {
          display: grid;
          grid-template-columns: 1fr;
     }
}

/*================================================
     Section Title
================================================*/
.pq-section-title.text-center {
     padding: 0 14em;
     margin-bottom: 60px;
}

.pq-section-title.text-center .pq-title .pq-title-subtitle {
     justify-content: center;
}

.pq-section-title .pq-title .pq-title-subtitle {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: #fff;
     font-family: var(--title-fonts);
     display: inline-block;
     letter-spacing: 0.04em;
     margin-bottom: 10px;
     align-items: center;
     background: var(--white-color);
     padding: 4px 12px;
     border-radius: var(--small-border-radius);
}

.pq-section-title .pq-title .pq-title-heading {
     font-size: 29px;
     line-height: 64px;
     color: var(--dark-color);
     display: block;
}

.pq-section-title .pq-title .pq-service-box-description {
     margin-top: 10px;
     color: var(--secondary-color);
}

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

@media (max-width:1023px) {
     .pq-section-title.text-center {
          margin-bottom: 45px;
     }

     .pq-section-title .pq-title .pq-title-heading {
          font-size: 44px;
          line-height: 52px;
     }
}

@media (max-width:767px) {
     .pq-section-title.text-center {
          margin-bottom: 30px;
     }

     .pq-section-title .pq-title .pq-title-heading {
          font-size: 32px;
          line-height: 40px;
     }
}

@media (max-width:397px) {
     .pq-section-title .pq-title .pq-title-heading {
          font-size: 28px;
          line-height: 36px;
     }
}

/*================================================
          Image Marquee
================================================*/
.pq-img-marquee-main.scroll .pq-marquee-top {
     transform: rotate(355deg) translate(0, 50%);
     z-index: 2;
     position: relative;
}

.pq-img-marquee-main .pq-img-marquee.top {
     overflow: hidden;
     white-space: nowrap;
     display: flex;
     gap: 45px;
     width: max-content;
     transform: translateX(-5%);
     background-color: #79662f;
     padding: 20px 0;
}

.pq-img-marquee-main .pq-img-marquee ul {
     display: inline-flex;
     gap: 45px;
     margin-bottom: 0;
     padding: 0;
}

.pq-img-marquee-main .pq-img-marquee .marquee-img-content-items li {
     display: inline-flex;
     gap: 45px;
     position: relative;
     align-items: center;
}

.pq-img-marquee-main .pq-img-marquee .marquee-img-content-items li i {
     font-size: 24px;
     line-height: 1;
     color: var(--white-color);
}

.pq-img-marquee-main .pq-img-marquee .marquee-img-content-items li h5.pq-marquee-title {
     color: var(--white-color);
}
.pq-img-marquee-main{
     border-radius: var(--border-radius) var(--border-radius) 0 0;
}


/*============ client voices marquee ==============*/
.pq-video-popup .pq-img-marquee-main.marquee{
     margin-top: -70px;
     border-radius: 0 0 var(--border-radius) var(--border-radius);
     overflow: hidden;
}
.pq-client-voices-section-wrapper .pq-img-marquee.top {
     background-color: var(--dark-color);
}

/*============= video-popup-index-2 marquee ==========*/

.pq-simplified-solutions-section .pq-img-marquee-main .pq-img-marquee.top {
     background-color: var(--dark-color);
}

/*===========   aboutus page marquee ================*/
.pq-aboutus-section .pq-img-marquee-main   {
     border-radius: 0;
     margin-top: 75px;
}
/*===========   aboutus page marquee responsive ================*/
@media (max-width:1023px){
    
     .pq-aboutus-section .pq-img-marquee-main   {
          border-radius: 0;
          margin-top: 60px;
     }
}
@media (max-width:767px) {
 
     .pq-aboutus-section .pq-img-marquee-main   {
          border-radius: 0;
          margin-top: 45px;
     }
}


/*================================================
       Isotope Portfolio
 ================================================*/
 
.pq-masonry .pq-portfolio-box .pq-portfolio-info {
  text-transform: uppercase;
  margin-top: 15px;
}
.pq-masonry .pq-portfolio-box .pq-portfolio-img {
  overflow: hidden;
  scale: 1;
}
.pq-masonry .pq-portfolio-box:hover .pq-portfolio-img img {
  scale: 1.06;
  transition: all .5s ease-in-out;
}
.pq-masonry .pq-portfolio-box .pq-portfolio-info .pq-portfolio-tag a {
  color: var(--dark-color);
}
.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: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style: none;
  color: var(--dark-color);
  display: inline-block;
  cursor: pointer;
  padding: 12px 30px;
  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: #79662f;
  color: var(--white-color);
  border-radius: var(--big-border-radius);
}
.pq-filters .pq-filter-button-group .pq-filter-btn{
     font-size: 16px;
     line-height: 24px;
}

.pq-filters .pq-filter-button-group ul li:hover {
  color: var(--dark-color);
}
.pq-grid {
  width: 100%;
}
.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: 30px;
  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;
}
/*===== Portfolio Masonry =====*/
.pq-masonry {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
.pq-masonry .ipt-lg-6 {
     width: 50%;
     padding: 0 15px 30px;
}

.pq-masonry .ipt-lg-4 {
     width: 33.333%;
     padding: 0 15px 30px;
}

.pq-masonry .ipt-lg-3 {
     width: 25%;
     padding: 0 15px 30px;
}

.pq-masonry-item.visible_item {
     display: none !important;
}

.pq-grid-item.visible_item {
     display: none !important;
}

.pq-job-item.visible_item {
     display: none !important;
}

.pq-job-grid-item.visible_item {
     display: none !important;
}

.masonry-col-2 .pq-filters,
.masonry-col-3 .pq-filters,
.masonry-col-4 .pq-filters,
.infinite-scroll .pq-filters{
     display: none;
}
@media(max-width:1199px) {
     .pq-masonry .ipt-lg-3 {
          width: 33.333%;
     }
}

@media(max-width:1023px) {

     .pq-masonry .ipt-lg-4,
     .pq-masonry .ipt-lg-3 {
          width: 50%;
     }
}

@media(max-width:767px) {

     .pq-masonry .ipt-lg-6,
     .pq-masonry .ipt-lg-4,
     .pq-masonry .ipt-lg-3 {
          width: 100%;
          padding: 0 0 30px;
     }
}

/*================================================
     Portfolio
================================================*/
.pq-hover-below {
     position: relative;
}

.pq-hover-below .pq-portfolio-img {
     overflow: hidden;
     border-radius: var(--border-radius);
}

.pq-hover-below .pq-portfolio-img img {
     transition: var(--transition);
}

.pq-hover-below:hover .pq-portfolio-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pq-hover-below .pq-potfolio-content {
     margin-top: 30px;
}

.pq-hover-below .pq-potfolio-content .pq-portfolio-category {
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     font-weight: 400;
     text-transform: uppercase;
     color: #79662f;
}
.pq-hover-below .pq-potfolio-content .pq-portfolio-category a {
  text-decoration: none;   
}
.pq-hover-below .pq-potfolio-content .pq-button {
     margin-top: 15px;
}

/*===== Portfolio Fade =====*/
.pq-hover-fade {
     position: relative;
}

.pq-hover-fade .pq-portfolio-img {
     overflow: hidden;
     border-radius: var(--border-radius);
     margin-bottom: 0;
}

.pq-hover-fade .pq-portfolio-img img {
     transition: var(--transition);
}

.pq-hover-fade:hover .pq-portfolio-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pq-hover-fade .pq-potfolio-content {
     opacity: 0;
     max-width: unset;
     position: absolute;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     padding: 30px;
     background: rgba(var(--primary-color-rgb), .9);
     will-change: opacity;
     border-radius: var(--border-radius);
     transition: var(--transition);
     transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
}

.pq-hover-fade:hover .pq-potfolio-content {
     opacity: 1;
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pq-hover-fade .pq-potfolio-content .pq-portfolio-category {
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--white-color);
     margin-bottom: 5px;
}

.pq-hover-fade .pq-potfolio-content .pq-portfolio-category a,
.pq-hover-fade .pq-potfolio-content .pq-portfolio-title a {
     color: var(--white-color);
     text-decoration: none;
}


.pq-hover-fade .pq-potfolio-content .pq-button-rounded {
     position: absolute;
     top: 30px;
     right: 30px;
     z-index: 1;
     transition: var(--transition);
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     text-decoration: none;
}

.pq-hover-fade:hover .pq-potfolio-content .pq-button-rounded {
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pq-hover-fade .pq-post-link {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 9;
     text-decoration: none;
}

/*===== Portfolio Slide =====*/
.pq-hover-slide {
     position: relative;
     border-radius: var(--border-radius);
     overflow: hidden;
}

.pq-hover-slide .pq-portfolio-img {
     overflow: hidden;
     position: relative;
     border-radius: var(--border-radius);
}

.pq-hover-slide .pq-portfolio-img img {
     transition: var(--transition);
}

.pq-hover-slide:hover .pq-portfolio-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pq-hover-slide .pq-potfolio-content {
     position: absolute;
     left: 30px;
     right: 30px;
     bottom: 30px;
     background: var(--white-color);
     padding: 30px;
     border-radius: var(--border-radius);
     transition: var(--transition);
     transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
     opacity: 0;
     z-index: 9;
     -webkit-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
     -moz-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
     box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
}

.pq-hover-slide:hover .pq-potfolio-content {
     opacity: 1;
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
}

.pq-hover-slide .pq-potfolio-content .pq-portfolio-category {
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     font-weight: 400;
     text-transform: uppercase;
     color: var(--white-color);
     margin-bottom: 5px;
}
.pq-hover-slide .pq-potfolio-content .pq-portfolio-category  a{
     text-decoration: none;
}
.pq-potfolio-content .pq-portfolio-title {
     font-size: 28px;
     line-height: 36px;
}
.pq-potfolio-content .pq-portfolio-title a {
     text-decoration: none;
}

.pq-potfolio-content .pq-button {
     margin-top: 15px;
}

@media(max-width:1199px) {
     .pq-hover-slide .pq-potfolio-content {
          left: 15px;
          right: 15px;
          bottom: 15px;
     }
}

@media(max-width:767px) {
     .pq-hover-slide .pq-potfolio-content {
          opacity: 1;
          transform: scale(1);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
     }

     .pq-hover-slide .pq-potfolio-content .pq-portfolio-title {
          font-size: 24px;
          line-height: 32px;
     }
}

/*===== Portfolio Load More Button =====*/
.pq-loadmore-button {
     margin:  0 0 0 0;
     display: inline-block;
     width: 100%;
}

/*===== Portfolio End Message =====*/
.pq-end-meassge {
     color: #79662f;
     text-align: center;
     background: var(--grey-color);
     padding: 10px;
     text-transform: uppercase;
     font-family: var(--body-fonts);
     font-size: 18px;
     line-height: 26px;
     font-weight: 600;
     letter-spacing: 0.04em;
     border-radius: var(--border-radius);
     display: none;
}

.visible {
     display: block;
}

/*===== Portfolio Loader Icon =====*/
#pq-loaderIcon {
     display: none;
     text-align: center;
     margin: 20px auto;
}

.pq-dots {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 30px;
}

.pq-dot {
     width: 12px;
     height: 12px;
     background-color: #333;
     border-radius: 50%;
     animation: bounce 1.4s infinite ease-in-out both;
}

.pq-dot:nth-child(1) {
     animation-delay: -0.32s;
}

.pq-dot:nth-child(2) {
     animation-delay: -0.16s;
}

@keyframes bounce {

     0%,
     80%,
     100% {
          transform: scale(0);
     }

     40% {
          transform: scale(1);
     }
}

/*===== Portfolio Slider Owl-nav =====*/
.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav {
     max-width: 1400px;
     margin-top: 60px;
     position: relative;
     display: flex;
     align-items: center;
}
.pq-project-highlights-section  .pq-portfoliobox-carousel.index-1 .owl-stage-outer{
     margin-right: -290px;
}
.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav::before,
.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav::after {
     content: "";
     flex: 1;
     border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.4);
}

.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::before {
     margin-right: 15px;
}

.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::after {
     margin-left: 15px;
}
.pq-portfoliobox-slider .owl-carousel .owl-stage-outer {
     margin-right: -270px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
     background-color: var(--dark-color);
     border-radius: 100%;
     color: var(--white-color);
     outline: none;
     text-align: center;
     text-indent: inherit;
     cursor: pointer;
     position: relative;
     font-size: 24px;
     width: 65px;
     height: 64px;
     line-height: 65px;
     background: var(--dark-color);
     padding: 0 !important;
     margin: 0 5px;
     border: none;
     color: var(--white-color);
     border-radius: 100%;
}
.pq-project-highlights-section{
     overflow: hidden;
}
.pq-project-highlights-section .owl-carousel .owl-nav{
     display: flex;
     justify-content: center;
     margin-top: 60px;
     position: relative;
     background-color: var(--grey-color);
}
.pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::before{
     content: "";
     background-color: #79662f;
     opacity: .4;
     height: 1px;
     position: absolute;
     width: 43%;
     bottom: 50%;
     left: 0;
}
.pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::after{
     content: "";
     background-color: #79662f;
     opacity: .4;
     height: 1px;
     position: absolute;
     width: 43%;
     bottom: 50%;
     right: 0;
}
.pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-dots{
     display: none;
}
/*===== Portfolio Slider Owl-nav - responsive=====*/

@media(max-width:1279px) {
     .pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::after,
     .pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::before{
          width: 40%;
     }
}

@media(max-width:1023px) {
     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-carousel .owl-dots {
          display: none;
     }
}

@media(max-width:767px) {
     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav {
          margin-top: 30px;
     }

     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::before {
          margin-right: 10px;
     }

     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::after {
          margin-left: 10px;
     }
     .pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::after,
     .pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::before{
          width: 32%;
     }
     .pq-project-highlights-section  .pq-portfoliobox-carousel.index-1 .owl-stage-outer{
          margin-right: 0px;
     }
}
@media(max-width:479px){
     .pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::after,
     .pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::before{
          width: 25%;
     }
}
@media(max-width:397px) {
     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::before {
          margin-right: 0;
     }

     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::after {
          margin-left: 0;
     }
     .pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::after,
     .pq-project-highlights-section .pq-carousel-div .pq-portfoliobox-carousel .owl-nav::before{
          width: 20%;
     }
}

/*===== Portfolio Grid =====*/
.pq-grid {
     display: inline-block;
     width: 100%;
     float: left;
}

.pq-grid:after {
     content: '';
     display: block;
     clear: both;
}

.pq-grid .pq-col-3 {
     width: 25%;
     padding: 0 15px 30px;
}

.pq-grid .pq-col-6 {
     width: 50%;
     padding: 0 15px 30px;
}

.pq-grid .pq-col-4 {
     width: 33.33%;
     padding: 0 15px 30px;
}

@media(max-width:1199px) {
     .pq-grid .pq-col-3 {
          width: 33.333%;
     }
}

@media(max-width:1023px) {

     .pq-grid .pq-col-4,
     .pq-grid .pq-col-3 {
          width: 50%;
     }
}

@media(max-width:767px) {

     .pq-grid .pq-col-6,
     .pq-grid .pq-col-4,
     .pq-grid .pq-col-3 {
          width: 100%;
          padding: 0 0 30px;
     }
}



/*================================================
    form 
================================================*/

/*====== contact form index-1 ======*/

.pq-contact-form.pq-style-1 input{
     width: 100%;
     padding: 12px 30px;
     border-radius: var(--big-border-radius);    
     margin-bottom: 30px;
     border: none;
     z-index: 1;
}
.pq-contact-form.pq-style-1 input::placeholder,
.pq-contact-form.pq-style-1 textarea::placeholder{
     color: var(--secondary-color);
     text-transform: capitalize;
}
.pq-contact-form.pq-style-1 input:focus-visible{
     outline: 2px solid #79662f;
     transition: var(--transition);
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.pq-contact-form.pq-style-1 .form-group p{
     margin-bottom: 0;
     color: var(--white-color);
}
.pq-contact-form{
     margin-top: 30px;
     z-index: 1;
}
.pq-contact-form select {
     width: 100%;
     padding: 12px 30px;
     border-radius: var(--big-border-radius);
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     position: relative;
     color:var(--secondary-color);
}
.pq-contact-form select:focus-visible{
     outline: 1px solid #79662f;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
     transition: var(--transition);
}
 
.pq-contact-form textarea:focus-visible{
     outline: 1px solid #79662f;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
     transition: var(--transition);
}
.pq-contact-form textarea{
     border-radius: var(--border-radius);
     width: 100%;
     height: 150px;
     padding: 12px 30px;
}

.pq-contact-form .pq-button-container {
     margin-top: 30px;
}

.pq-contact-form select option,
.pq-contact-form select option::-ms-value{
     color: var(--secondary-color);
}
.pq-contact-form .pq-button.pq-button-flat:hover,
.pq-contact-form .pq-button.pq-button-flat:focus {
    background: var(--white-color);
    color: var(--dark-color);
}
.pq-contact-form .pq-button.pq-button-flat:hover i,
.pq-contact-form .pq-button.pq-button-flat:focus i{
     color: var(--dark-color);
}

/*====== contect form responsive ======*/
@media (max-width:1400px){
     .pq-contact-form select{
          margin-bottom: 30px;
     }
}
@media (max-width:1200px){
 
.pq-career-growth-section-wrapper .pq-wrapper-left-div {
     padding: 60px 15px;
}
}

@media (max-width:1023px) {
     .pq-career-growth-section-wrapper {
          grid-template-columns: 1fr;
          gap: 30px;
     }
     .pq-career-growth-section {
          margin: 0 0px;
     }
}
@media (max-width:768px) {
     .pq-career-growth-section-wrapper .pq-wrapper-left-div {
          padding: 30px;
     }
}


/*==========   contact form - team details page ===========*/

.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form {
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     padding: 30px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form .pq-title{
     margin-bottom: 30px;
     font-size: 28px;
    line-height: 36px
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form input,
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form select,
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form textarea{
     background-color: var(--grey-color);
}


.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form input:focus-visible,
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form select:focus-visible,
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form textarea:focus-visible{
     outline: 1px solid #79662f;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
     transition: var(--transition);
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form input,
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form select,
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form textarea{
     outline: none;
     border: none;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form textarea{
     margin-top: 30px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form select option,
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form select{
     color: var(--secondary-color);
}

@media (max-width:1400px) {
     .pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form textarea {
          margin-top: 0;
     }
}

@media (max-width:479px) {
     .pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-contact-form {
          padding: 30px 15px;
     }
}

/*==============  massage us /contact us form - contact us page =================*/
.pq-massage-us-section .pq-contact-form{
     margin-top: 0;
     background-color: var(--grey-color);
     padding: 60px 45px;
     border-radius: var(--border-radius);
}

.pq-massage-us-section .pq-contact-form .pq-title{
     margin-bottom: 30px;
}
.pq-massage-us-section .pq-contact-form select{
     margin-bottom: 30px;
     border-color: transparent;
     color: var(--secondary-color);
}
.pq-massage-us-section .pq-contact-form textarea{
     border-color: transparent;
}
.pq-massage-us-section .pq-contact-form .pq-button-container{
     margin-top: 45px;
} 
.pq-massage-us-section .pq-contact-form .pq-button-container .pq-button:hover,
.pq-massage-us-section .pq-contact-form .pq-button-container .pq-button:focus{
     background-color: var(--dark-color);
     color: var(--white-color);
}
.pq-massage-us-section .pq-contact-form .pq-button-container .pq-button:hover i,
.pq-massage-us-section .pq-contact-form .pq-button-container .pq-button:focus i{
     color: var(--white-color);
}
 
/*===================   input search form    ===================*/
.pq-input-search-form {
     display: grid;
     position: relative;
     width: 100%;           
     align-items: center;
}

.pq-input-search-form  .pq-button{
     background-color: var(--white-color);
     border-radius: var(--big-border-radius) ;        
     padding: 10px 15px;
     border: none;
     text-decoration: none;
     position: absolute;
     right: 5px;
     width: 54px;
     height: 54px;
     display: flex;
     align-items: center;
}
.pq-input-search-form  .pq-button i{
     color: var(--dark-color);
     font-size: 20px;
}

.pq-input-search-form  input{
     border: none;
     border-radius: var(--big-border-radius) ;
     padding:15px 20px;
     transition: var(--transition);
}

.pq-input-search-form  input:focus-visible{
     outline: 1px solid #79662f;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
     transition: var(--transition);
} 
.pq-blog-1-column-page-wrapper .pq-wrapper-right-div .pq-input-div{
     padding: 30px;
     background-color: #79662f;
     border-radius: var(--border-radius);
}
.pq-contact-now-div{
     padding: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}
.pq-contact-now-div img{
     border-radius: var(--border-radius);
}

/*===========================================================
   blog-single-page-comment-form
=============================================================*/

.blog-single-page .pq-contact-form .pq-title-discription{
     margin-bottom: 30px;
     margin-top: 5px;
}
.blog-single-page .pq-contact-form textarea {
     border: none;
} 
.blog-single-page .pq-contact-form {
     margin-top: 0;
}
.blog-single-page .pq-contact-form input,
.blog-single-page .pq-contact-form textarea{
     border:1px solid transparent;
     transition: var(--transition);
}
.blog-single-page .pq-contact-form input:hover,
.blog-single-page .pq-contact-form textarea:hover{ 
     border:1px solid rgba(var(--primary-color-rgb), .9);
     transition: var(--transition);
}
.blog-single-page .pq-blog-contain .pq-title a{
     text-decoration: none;
}
.blog-single-page .pq-blog-contain .pq-title{
     padding-top: 15px;     
}
.blog-single-page .pq-post-meta{
     margin-bottom: 0;
}
 

.blog-single-page .pq-blog-contain .pq-list-image-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 30px;
     align-items: center;
     margin: 30px 0 15px 0;
}
.blog-single-page .pq-blog-contain .pq-progressbar-box .pq-title{
     padding-bottom: 15px;
}
.blog-single-page .pq-blog-contain .pq-progressbar-box .pq-progressbar-content:last-child{
     margin-bottom: 30px;
}
@media(max-width:767px){
     .blog-single-page .pq-blog-contain .pq-list-image-wrapper {
          display: grid;
          grid-template-columns: 1fr;
     }
}




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

/*=====  Service-Box Style 1  =====*/
.pq-service-box-1 {
     background: #79662f;
     padding: 30px;
     border-radius: var(--border-radius);
     display: grid;
     gap: 30px;
     grid-template-columns: 190px 3fr;
     align-items: center;
     position: relative;
     transition: var(--transition);
}

.pq-service-box-1:hover {
     background-color: #79662f;
}
.pq-service-box-1 .pq-service-box-media {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.pq-service-box-1 .pq-service-box-media img {
     transform: scale(1);
     width: 100%;
     transition: var(--transition);
}

.pq-service-box-1:hover .pq-service-box-media img {
     transform: scale(1.1);
}

.pq-service-box-1 .pq-service-box-info .pq-service-box-number {
     position: absolute;
     right: 30px;
     top: 30px;
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 32px;
     line-height: 40px;
     color: rgba(var(--dark-color-rgb), .2);
     transition: var(--transition);
}

.pq-service-box-1:hover .pq-service-box-info .pq-service-box-number {
     color: rgba(var(--white-color-rgb), 1);

}

.pq-service-box-1 .pq-service-box-info .pq-service-box-title {
     margin-bottom: 5px;
     transition: var(--transition);
}

.pq-service-box-1:hover .pq-service-box-info .pq-service-box-title {
     color: var(--white-color);
}

.pq-service-box-1 .pq-service-box-description {
     margin-bottom: 20px;
     transition: var(--transition);
}

.pq-service-box-1:hover .pq-service-box-description {
     color: var(--white-color);
}

.pq-service-box-1:hover .pq-button.pq-button-link {
     color: var(--white-color);
     transition: var(--transition);
}

@media(max-width:1279px) {
     .pq-service-box-1 {
          gap: 20px;
          grid-template-columns: 165px 3fr;
     }
}

@media(max-width:1099px) {
     .pq-service-box-1 {
          gap: 15px;
          padding: 20px 15px;
          grid-template-columns: 160px 3fr;
     }

     .pq-service-box-1 .pq-service-box-info .pq-service-box-number {
          position: absolute;
          right: 15px;
          top: 20px;
     }
}

@media(max-width:1023px) {
     .pq-service-box-1 {
          gap: 30px;
          padding: 30px;
          grid-template-columns: 1.2fr 3fr;
     }

     .pq-service-box-1 .pq-service-box-info .pq-service-box-number {
          position: absolute;
          right: 30px;
          top: 30px;
     }
}

@media(max-width:767px) {
     .pq-service-box-1 {
          grid-template-columns: 1fr;
          padding: 20px 15px 30px;
     }

     .pq-service-box-1 .pq-service-box-info .pq-service-box-number {
          position: absolute;
          right: 30px;
          top: 25px;
          color: rgba(var(--dark-color-rgb), .5);
     }

     .pq-service-box-1 .pq-service-box-info .pq-service-box-title {
          font-size: 22px;
          line-height: 34px;
     }
}

@media(max-width:397px) {
     .pq-service-box-1 {
          gap: 20px;
     }
}

/*=====  Service-Box Style 2  =====*/
.pq-service-box-2 {
     position: relative;
     overflow: hidden;
     padding: 45px 30px;
     background-color: var(--grey-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pq-service-box-2:hover {
     background-color: #79662f;
}

.pq-service-box-2 .pq-service-box-media {
     position: absolute;
     top: 0;
     right: -248px;
     opacity: 1;
     visibility: hidden;
     transition: 0.6s;
     width: 50%;
}

.pq-service-box-2:hover .pq-service-box-media {
     visibility: visible;
     opacity: 1;
     right: 0;
}

.pq-service-box-2 .pq-service-box-top {
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .2);
     transition: var(--transition);
}

.pq-service-box-2:hover .pq-service-box-top {
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid rgba(var(--white-color-rgb), .2);
}

.pq-service-box-2 .pq-service-box-top .pq-service-sub-title {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     letter-spacing: 0.04em;
     color: #79662f;
     margin-bottom: 5px;
     transition: var(--transition);
     display: inline-block;
     width: 100%;
}

.pq-service-box-2 .pq-service-box-top .pq-service-box-title {
     font-size: 28px;
     line-height: 36px;
     transition: var(--transition);
}

.pq-service-box-2 .pq-service-box-bottom .pq-service-box-icon {
     height: 110px;
     width: 110px;
     line-height: 110px;
     font-size: 45px;
     text-align: center;
     background-color: var(--white-color);
     color: #79662f;
     transition: var(--transition);
     border-radius: var(--big-border-radius);
     position: relative;
     margin-bottom: 30px;
}

.pq-service-box-2 .pq-service-box-bottom .pq-service-box-icon i:before {
     line-height: inherit;
}

.pq-service-box-2 .pq-service-box-bottom .pq-service-box-number {
     height: 60px;
     width: 60px;
     line-height: 60px;
     font-size: 24px;
     text-align: center;
     background-color: #79662f;
     color: var(--white-color);
     border-radius: var(--big-border-radius);
     display: inline-block;
     position: absolute;
     top: 20px;
     right: -45px;
     transition: var(--transition);
     font-family: var(--title-fonts);
     font-weight: 600;
}

.pq-service-box-2:hover .pq-service-box-bottom .pq-service-box-number {
     background-color: var(--dark-color);
}

.pq-service-box-2 .pq-service-box-description {
     transition: var(--transition);

}

.pq-service-box-2:hover .pq-service-box-top .pq-service-sub-title,
.pq-service-box-2:hover .pq-service-box-top .pq-service-box-title,
.pq-service-box-2:hover .pq-service-box-description,
.pq-service-box-2:hover .pq-button.pq-button-link {
     color: var(--white-color);
}


.pq-service-box-2:hover .pq-service-box-bottom .pq-service-box-icon {
     animation: gelatine 0.5s;
}

/*  === Icon animation ===  */

.gelatine {
     animation: gelatine 0.5s infinite;
}

@keyframes gelatine {

     from,
     to {
          transform: scale(1, 1);
     }

     25% {
          transform: scale(0.9, 1.1);
     }

     50% {
          transform: scale(1.1, 0.9);
     }

     75% {
          transform: scale(0.95, 1.05);
     }
}

@media(max-width:1279px) {
     .pq-service-box-2 {
          padding: 45px 20px;
     }
}

@media(max-width:1023px) {
     .pq-service-box-2 {
          padding: 45px 30px;
     }
}

@media(max-width:767px) {
     .pq-service-box-2 {
          padding: 45px 20px;
     }

     .pq-service-box-2 .pq-service-box-top {
          margin-bottom: 30px;
          padding-bottom: 20px;
     }

     .pq-service-box-2 .pq-service-box-bottom .pq-service-box-icon {
          height: 90px;
          width: 90px;
          line-height: 90px;
          font-size: 32px;
          margin-bottom: 20px;

     }

     .pq-service-box-2 .pq-service-box-bottom .pq-service-box-number {
          height: 50px;
          width: 50px;
          line-height: 50px;
          font-size: 18px;
          right: -30px;
     }
}

@media(max-width:397px) {
     .pq-service-box-2 .pq-service-box-top .pq-service-box-title {
          font-size: 26px;
          line-height: 34px;
     }
}

/*=====  Service-Box Style 4  =====*/
.pq-service-box-style-4 {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}

.pq-service-box-style-4 .pq-service-box-img {
     position: absolute;
     top: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 100%;
}

.pq-service-box-style-4 .pq-service-box-img img {
     transition: var(--transition);
     object-fit: cover;
     height: 100%;
     width: 100%;
}

.pq-service-box-style-4:hover .pq-service-box-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pq-service-box-style-4 .pq-service-box-info {
     margin: 190px 30px 30px 30px;
     padding-top: 20px;
     position: relative;
     display: inline-block;
     max-width: 70%;
     border-top: 1px solid rgba(var(--white-color-rgb), 0.5)
}
.pq-service-box-style-4 .pq-service-box-info .pq-service-box-title {
     font-size: 28px;
     line-height: 36px;
     color: var(--white-color);
     margin-bottom: 10px;
     transition: var(--transition);
     margin-top: 15px;
}
.pq-service-box-style-4 .pq-service-box-info .pq-service-box-description{
     color: var(--secondary-color);
}
.pq-service-box-style-4 .pq-service-box-info .pq-service-box-number{
     color: #79662f;
     font-size: 24px;
     line-height: 32px;
}
.pq-service-box-style-4 .pq-service-box-info .pq-service-box-title:hover a {
     color: var(--white-color);
}
@media (max-width:1279px) {
     .pq-service-box-style-4 .pq-service-box-info {
          max-width: 100%;
     }

     .pq-service-box-style-4 .pq-service-box-info .pq-service-box-title {
          font-size: 24px;
          line-height: 32px;
     }
}
@media (max-width: 479px) {
     .pq-service-box-style-4 .pq-service-box-info {
          margin: 30px 15px 0px 15px;
     }
}
/*=====  Service-Box Style 5  =====*/

.pq-service-box.pq-style-5 {
     position: relative;
     transition: var(--transition);
}
.pq-service-box.pq-style-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 20px;
    box-shadow: inset 0 -7em 50px -30px rgb(16 16 16), 0 0 0 2px transparent;
    z-index: 1;
    border-radius: var(--border-radius);
    transition: var(--transition);
}
.pq-service-box.pq-style-5:hover::before {
    box-shadow: inset 0 -20em 160px -90px rgb(16 16 16), 0 0 0 2px transparent;
}
.pq-service-box.pq-style-5 .pq-service-box-img {
     position: relative;
     overflow: hidden;
     border-radius: var(--border-radius);
}
.pq-service-box.pq-style-5 .pq-service-box-img img {
     transition: var(--transition);
     transform: scale(1);
}
.pq-service-box.pq-style-5:hover .pq-service-box-img img {
     transform: scale(1.1);
}
.pq-service-box.pq-style-5 .pq-service-box-info {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0 30px;
    transform: translateY(210px);
    z-index: 99;
     transition: var(--transition);
}
.pq-service-box.pq-style-5:hover .pq-service-box-info { 
     transform: translateY(30px);
}
.pq-service-box.pq-style-5 .pq-service-box-info .pq-service-box-title {
     font-size: 30px;
     line-height: 38px;
     margin-bottom: 20px;
     color: var(--white-color);
     transition: var(--transition);
}
.pq-service-box.pq-style-5:hover .pq-service-box-info .pq-service-box-title {
     margin-bottom: 10px;
}
.pq-service-box.pq-style-5 .pq-service-box-info .pq-service-box-description {
     transition: var(--transition);
     color: var(--white-color);
     margin-bottom: 30px;
     display: inline-block; 
}
.pq-service-box.pq-style-5 .pq-service-box-info .pq-button.pq-button-rounded {
     display: block;
     background-color: #79662f;
     color: var(--white-color);
     text-decoration: none;
}
@media (max-width: 767px) {
     .pq-service-box.pq-style-5 .pq-service-box-info {
          padding: 0 15px;
          transform: translateY(245px);
     }

     .pq-service-box.pq-style-5 .pq-service-box-info .pq-service-box-title {
          font-size: 28px;
          line-height: 36px;
     }
}

/*=====  Service-Box Slick  =====*/
#pq-slick-slider {
     background-color: var(--white-color);
     padding: 45px 30px 100px;
     border-radius: var(--border-radius);
     position: relative;

}

.pq-service-box-4 .pq-service-box-info .pq-service-box-number {
     font-size: 24px;
     line-height: 32px;
     color: #79662f;
     margin-bottom: 20px;
     font-family: var(--title-fonts);
}

.pq-service-box-4 .pq-service-box-info .pq-service-box-title {
     font-size: 26px;
     line-height: 34px;
     color: var(--dark-color);
     margin-bottom: 10px;
}

#pq-slick-slider .slick-arrow {
     color: var(--white-color);
}

#pq-slick-slider .slick-prev.slick-arrow,
#pq-slick-slider .slick-next.slick-arrow {
     border: none;
     font-size: 26px;
     height: 60px;
     width: 60px;
     line-height: 60px;
     text-align: center;
     padding: 0;
     background-color: #79662f;
     transition: var(--transition);
}

#pq-slick-slider .slick-prev.slick-arrow {
     position: absolute;
     top: auto;
     bottom: 0;
      left: 45px;
}

#pq-slick-slider .slick-next.slick-arrow {
     position: absolute;
     top: auto;
     bottom: 0;
     left: 115px;
}

#pq-slick-slider .slick-prev:before,
#pq-slick-slider .slick-next:before {
     content: none;
}

@media (max-width:1279px) {
     #pq-slick-slider {
          padding: 45px 15px 100px;
     }
      #pq-slick-slider .slick-next.slick-arrow {
          left: 100px;
     }
      #pq-slick-slider .slick-prev.slick-arrow {
          left: 30px;
     }
}
@media (max-width:767px) {

     #pq-slick-slider .slick-prev.slick-arrow {
          left: 30px;
     }
     #pq-slick-slider {
          padding: 45px 15px 90px;
     }

     #pq-slick-slider .slick-next.slick-arrow {
          left: 100px;
     }
}

/*============   service box , owl-carousel - Why Choose Us - section ===============*/


.pq-why-choose-us-section .pq-service-box-carousel .pq-service-box-style-4{
     border-radius: var(--border-radius);
} 
.pq-why-choose-us-section .pq-service-box-carousel .item{
     border-radius: var(--border-radius);
}
.pq-why-choose-us-section .pq-service-box-carousel .item .pq-service-box-style-4:first-child{
     margin-bottom: 20px;
}
.pq-why-choose-us-section .pq-service-box-carousel{
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}
.pq-why-choose-us-section .pq-section-right-div {
     padding: 30px 30px 30px 30px;
}
.pq-why-choose-us-section .pq-carousel-div-wrapper .owl-carousel{
     overflow: hidden;
     padding: 30px ;
}

.pq-why-choose-us-section .pq-service-box-carousel .owl-carousel .owl-nav button.owl-next,
.pq-why-choose-us-section .pq-service-box-carousel .owl-carousel .owl-nav button.owl-prev {
     background-color: #79662f;
}
.pq-why-choose-us-section .pq-carousel-div-wrapper .owl-carousel .owl-nav{
     margin-top: 15px;
     justify-content: start;
}
.pq-why-choose-us-section  .pq-service-box-carousel .pq-service-box-style-4 .pq-service-box-info{
     margin: 0;
}
.pq-why-choose-us-section  .pq-service-box-carousel .pq-service-box-style-4 .pq-service-box-info .pq-service-box-title{
     color:var(--dark-color);
}
.pq-why-choose-us-section  .pq-service-box-carousel .pq-service-box-style-4 .pq-service-box-info {
     max-width: 89%;
     padding-top: 0;
}

.pq-why-choose-us-section .row{
     align-items: center;
}

/*=========== service box , owl-carousel - Why Choose Us - section-responsive ================*/

@media (max-width:1400px) {
     .pq-why-choose-us-section .pq-section-right-div {
          padding: 0px 30px 60px 30px;
     }
}

@media (max-width:1023px) {
     .pq-why-choose-us-section .pq-carousel-div-wrapper .owl-carousel .owl-dots{
          display: none;
     }     
}
@media (max-width:479px) {
     .pq-why-choose-us-section .pq-carousel-div-wrapper .owl-carousel {
          padding: 30px 15px;
     }
}

/*===========   index-3 -hr- outsourcing // servicebox-style-4 //   ===========*/

.pq-service-box-section-index3{
     margin: 0 30px;
     margin-top: 30px;
}
.pq-banner-section-index-3 .pq-button:hover{
     background-color: var(--white-color);
     color: var(--dark-color);
}
.pq-banner-section-index-3 .pq-button:hover i{
     color:var(--dark-color);
}
.pq-service-box-section-index3 .pq-servicebox-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap:  30px;
}
.pq-service-box-section-index3 .pq-servicebox-wrapper .pq-button-container .pq-button{
     color: var(--white-color);
}
.pq-service-box-section-index3 .pq-servicebox-wrapper .pq-button-container .pq-button:hover{
     color: #79662f;
}
.pq-service-box-section-index3 .pq-servicebox-wrapper .pq-button-container .pq-button.mid-btn:hover{
     color: var(--dark-color);
}
/*===========  index-3 -hr- outsourcing // servicebox-style-4 // - responsive ===========*/

 

@media (max-width:1200px) {
     .pq-service-box-section-index3 .pq-servicebox-wrapper {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 30px;
     }
     .pq-service-box-section-index3 .pq-servicebox-wrapper .pq-service-box-style-4:nth-child(3){
          grid-column: span 2;
     }
}

@media (max-width:1023px) {
     .pq-service-box-section-index3 {
          margin: 0 15px;
          margin-top: 30px;
     }
}

@media (max-width:767px) {
     .pq-service-box-section-index3 .pq-servicebox-wrapper {
          display: grid;
          grid-template-columns: 1fr;
          gap: 30px;
     }
     .pq-service-box-section-index3 .pq-servicebox-wrapper .pq-service-box-style-4:nth-child(3){
          grid-column: auto;
     }
 
}

/*================  Service Box - index-2 // smart support section =====================*/

.pq-smart-support-section .pq-servicebox-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr ;
     gap: 30px;
}
.pq-smart-support-section .pq-smart-support-section-wrapper .pq-wrapper-left-div .pq-section-title.text-left{
     position: sticky;
     top: 130px;
}
.pq-smart-support-section .pq-section-title .pq-title .pq-title-subtitle {
     background: var(--grey-color);
}

/*============ Service Box - index-2 responsive //smart support section ==============*/

@media (max-width:1279px){
     .pq-smart-support-section .pq-servicebox-wrapper{
          grid-template-columns: 1fr 1fr;
     }
}
@media (max-width:1023px){
     .pq-smart-support-section .pq-smart-support-section-wrapper {
          grid-template-columns: 1fr;
     }
     .pq-smart-support-section .pq-servicebox-wrapper{
          grid-template-columns: 1fr 1fr;
     }
     .pq-smart-support-section{
          margin-left: 15px;
          margin-right: 15px;
     }
}

@media (max-width:767px){
     .pq-smart-support-section .pq-servicebox-wrapper{
          grid-template-columns: 1fr;
     }
}

/*================================================
          Popup Animation 
================================================*/
.pq-popup-animation.pq-style-1 .pq-popup-inner {
     width: 130px;
     height: 130px;
     position: relative;
     background: #79662f;
     padding: 0;
     -webkit-border-radius: 900px;
     -moz-border-radius: 900px;
     border-radius: 900px;
     overflow: hidden;
}

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

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

.pq-popup-animation.pq-style-1 .pq-popup-content i {
     font-size: 28px;
     line-height: 36px;
}

.pq-popup-animation.pq-style-1 .pq-popup-content span {
     display: block;
     font-size: 18px;
     line-height: 26px;
}

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

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

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

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

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

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

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

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

@media (max-width:767px) {
     .pq-popup-animation.pq-style-1 img {
          width: 136px;
          height: 136px;
     }
}



/*================================================
     Video Popup 
================================================*/

.pq-video-popup {
     position: relative;
     overflow: hidden;
     margin: 0 15px;
}

.pq-video-popup .pq-video-popup-img img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     border-radius: var(--border-radius);
}

.pq-video-popup .pq-popup-animation {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.pq-video-popup .pq-video-popup-img img{
     border-radius: var(--border-radius);
}




@media (max-width: 1023px) {
     .pq-client-voices-section .pq-video-popup {
          margin-top: -300px;
     }
}
@media(max-width:767px) {
     .pq-video-popup .pq-video-popup-img img {
          height: 330px;
     }

     .pq-video-popup .pq-popup-animation.pq-style-1 .pq-popup-inner {
          width: 90px;
          height: 90px;
     }
}

.mfp-wrap .mfp-close {
     padding: 0;
     top: -50px;
     right: 0;
     font-size: 32px;
     opacity: 1;
     height: 50px;
     width: 50px;
     line-height: 50px;
     text-align: center;
     font-family: var(--title-fonts);
     color: var(--white-color);
     background-color: #79662f;
     position: absolute;
     letter-spacing: 0;
     font-weight: 200;
}
.mfp-wrap .mfp-close:hover {
     background: #79662f;
}

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


/*============= video-popup-index-2 ==========*/


.pq-simplified-solutions-section .pq-video-popup{
     margin-top: 45px;
}

/*===============  client-voices video popup   =================*/

.pq-client-voices-section .pq-video-popup{
     margin-top: -410px;
}
@media (max-width: 767px) {
     .pq-client-voices-section .pq-video-popup {
          margin-top: -270px;
     }
}

/*============  Simplified Solutions video popup responsive  ============*/
@media (max-width:1023px){
 
     .pq-simplified-solutions-section-wrapper .pq-video-popup{
          margin-left: 0;
          margin-right: 0;
     }
}




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

/*=====  Testimonial-box Style 1  =====*/
.pq-moving-scroll .pq-moving-scroll-list {
     display: inline-flex;
     align-items: center;
     margin: 0;
     padding: 0;
     clear: both;
     gap: 45px;
}

.pq-moving-scroll .pq-testimonial-box.pq-style-1 {
     width: 35vw;
     box-sizing: border-box;
     list-style: none;
     overflow: hidden;
     position: relative;
}

.pq-testimonial-box.pq-style-1 {
     background: var(--white-color);
     padding: 45px 30px;
     border-radius: var(--border-radius);
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-content .pq-testimonial-star {
     color: #FFC700;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-content .pq-testimonial-star i {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 5px;
     margin-bottom: 15px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media {
     display: grid;
     grid-template-columns: 100px 1fr auto;
     gap: 30px;
     align-items: center;
     border-top: 2px solid rgba(var(--dark-color-rgb), .1);
     padding-top: 30px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-author-img {
     border-radius: var(--big-border-radius);
     overflow: hidden;
     object-fit: cover;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-author-details .pq-testimonial-author-name {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-author-details .pq-testimonial-author-designation {
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     color: #79662f;
}

.pq-testimonial-box.pq-style-1 .pq-quote {
     color: #79662f;
     font-size: 64px;
     line-height: 72px;
     color: rgba(var(--primary-color-rgb), 1);
     margin-left: auto;
}

.pq-testimonial-box-slider.pq-style-1 .owl-dots {
     bottom: 80px;
     position: absolute;
     margin-top: 0;
     right: 45px;
     display: inline-block;
     text-align: end;
}

.pq-testimonial-box-slider.pq-style-1 .owl-carousel .owl-dots .owl-dot {
     background-color: transparent;
     border: 1px solid var(--dark-color);
}

.pq-testimonial-box-slider.pq-style-1 .owl-carousel .owl-dots .owl-dot.active {
     background-color: #79662f;
     border-color: #79662f;
}

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

     .pq-testimonial-box-slider.pq-style-1 .owl-dots {
          bottom: 30px;
          right: 30px;
     }
     .pq-moving-scroll .pq-testimonial-box.pq-style-1 {
          width: 40vw;
     }
}

@media (max-width:1099px) {
     .pq-moving-scroll .pq-testimonial-box.pq-style-1 {
          width: 45vw;
     }
}

@media (max-width:1023px) {
     .pq-moving-scroll .pq-testimonial-box.pq-style-1 {
          width: 60vw;
     }
}

@media (max-width:767px) {
     .pq-testimonial-box.pq-style-1 .pq-testimonial-media {
          grid-template-columns: 100px 1fr;
          gap: 20px;
     }

     .pq-moving-scroll li {
          width: 100vw;
     }

     .pq-moving-scroll .pq-moving-scroll-list {
          flex-wrap: wrap;
          flex-direction: column;
          margin: 0 15px;
     }

     .pq-moving-scroll .pq-testimonial-box.pq-style-1 {
          width: 100%;
     }

     .pq-testimonial-box.pq-style-1 .pq-quote {
          display: none;
     }
}

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

     .pq-testimonial-box.pq-style-1 .pq-testimonial-media {
          grid-template-columns: 75px 1fr;
          gap: 15px;
     }

     .pq-testimonial-box-slider.pq-style-1 .owl-dots {
          bottom: 30px;
          right: 0;
          text-align: center;
     }

     .pq-testimonial-box-slider.pq-style-1 .owl-dots {
          right: 0;
          text-align: center;
     }
}

/*=====  Testimonial-box Style 2  =====*/
.pq-testimonial-box-style-2 {
     background: var(--grey-color);
     padding: 30px;
     border-radius: var(--border-radius);
     display: grid;
     gap: 30px;
     overflow: hidden;
     grid-template-columns: auto 2fr;
     position: relative;
}

.pq-testimonial-box-style-2 .pq-testimonial-box-img {
     overflow: hidden;
     width: 85px;
     height: 85px;
     object-fit: cover;
     border-radius: var(--big-border-radius);
}

.pq-testimonial-box-style-2 .pq-quote {
     font-size: 80px;
     line-height: 88px;
     color: rgba(var(--primary-color-rgb), .1);
     position: absolute;
     bottom: 15px;
     transform: rotate(180deg);
     left: 30px;
}

.pq-testimonial-box-style-2 .pq-testimonial-box-info .pq-testimonial-box-star {
     margin-bottom: 15px;
     color: #f0ad4e;
     font-size: 16px;
     line-height: 1.3;
     letter-spacing: 1px;
}

.pq-testimonial-box-style-2 .pq-testimonial-box-info .pq-testimonial-description {
     margin-bottom: 20px;
}

.pq-testimonial-box-style-2 .pq-testimonial-box-info .pq-testimonial-box-title {
     margin-bottom: 5px;
}

.pq-testimonial-box-style-2 .pq-testimonial-box-info .pq-testimonial-box-designation {
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     position: relative;
     text-transform: uppercase;
     color: #79662f;
     letter-spacing: 0.04em;
}

@media (max-width: 1199px) {
     .pq-testimonial-box-style-2 {
          grid-template-columns: 0.3fr 2fr;
     }
}

@media (max-width: 767px) {
     .pq-testimonial-box-style-2 {
          grid-template-columns: 1fr;
     }

     .pq-testimonial-box-style-2 .pq-testimonial-top {
          display: flex;
          justify-content: space-between;
     }

     .pq-testimonial-box-style-2 .pq-quote {
          position: relative;
          bottom: inherit;
          left: inherit;
          font-size: 56px;
          line-height: 64px;
     }
}

@media (max-width: 1199px) {
     .pq-testimonial-box-style-2 {
          padding: 30px 15px;
     }
}

/*================================================
          Progressbar
 ================================================*/
/*++++++++++ Progressbar +++++++++++++*/
.pq-progress-div{
  padding: 130px 45px 130px 15px;
}
.pq-progress-bar-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
/*---ProgressBar-style-1------*/
.pq-progressbar-style-1 .pq-progressbar-content {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.pq-progressbar-style-1 .pq-progressbar-content:last-child {
  margin-bottom: 0;
}
.team-single .pq-progressbar-style-1 .pq-progressbar-content:last-child{
  margin-bottom: 60px;
}
.pq-progressbar-style-1 .progress-title {
  font-size: 18px;
  line-height: 26px;
  font-family: var(--title-fonts);
  color: var(--dark-color);
  font-weight: 500;
}
.pq-progressbar-style-1 .progress-value {
  color: #79662f;
  margin: 0;
  float: right;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--title-fonts);
}
.pq-progressbar-style-1 .pq-progress-bar {
  width: 100%;
  padding: 0;
  background: var(--grey-color);
  float: left;
  margin-top: 5px;
  border-radius: var(--border-radius);
}
.pq-progressbar-style-1 .pq-progress-bar span {
  height: 8px;
  background: #79662f;
  float: left;
  border-radius: var(--border-radius);
}

/*+++++++++++++++ Progressbar style 2 ++++++++++++++++++++*/
.pq-progressbar-style-2 .pq-progress-bar {
  border: 1px solid var(--grey-color);
  padding: 3px;
  background: none;
}
.sonny_progressbar {
	margin-bottom: 20px;
}
.sonny_progressbar p.title {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 5px 0;
}
.sonny_progressbar .bar-container {
	position: relative;
	height: 40px;
}
.sonny_progressbar .bar-container.shadow {
	-moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
	box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
}
.sonny_progressbar .backgroundBar {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.sonny_progressbar .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.sonny_progressbar .targetBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-animation: Animation 2s infinite ease-in-out;
	-moz-animation: Animation 2s infinite ease-in-out;
	animation: Animation 2s infinite ease-in-out;
}
.sonny_progressbar .targetBar.loader {
	-webkit-animation: AnimationB 4s infinite ease-in-out;
	-moz-animation: AnimationB 4s infinite ease-in-out;
	animation: AnimationB 4s infinite ease-in-out;
}
.sonny_progressbar .bar-container.border .bar, .sonny_progressbar .bar-container.border .targetBar, .sonny_progressbar .bar-container.border .backgroundBar {
	border-bottom: 3px solid rgba(0,0,0,.2);
}
.sonny_progressbar .progress-percent {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	position: absolute;
	right: 15px;
}

@keyframes Animation {
  0%   { opacity:.4; }
  50%   { opacity:1; }
  100% { opacity:.4; }
}
@-moz-keyframes Animation{
  0%   { opacity:.4; }
  50%   { opacity:1; }
  100% { opacity:.4; }
}
@-webkit-keyframes Animation{
  0%   { opacity:.4; }
  50%   { opacity:1; }
  100% { opacity:.4; }
}
@keyframes AnimationB {
  0%   { opacity:.01; }
  50%   { opacity:.1; }
  100% { opacity:.01; }
}
@-moz-keyframes AnimationB {
  0%   { opacity:.01; }
  50%   { opacity:.1; }
  100% { opacity:.01; }
}
@-webkit-keyframes AnimationB {
  0%   { opacity:.01; }
  50%   { opacity:.1; }
  100% { opacity:.01; }
}

/*============= team detail page progressbar  ==============*/

.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-skills-wrapper .pq-progressbar-div{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-progressbar-box{
     margin-top:0px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-progressbar-box h4{
     margin-bottom: 15px;
}
/*============= team detail page progressbar responsive ==============*/
@media (max-width:767px){
     .pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-skills-wrapper .pq-progressbar-div {
               grid-template-columns: 1fr;
               gap: 45px;
     }
}


/*================================================
          Team box
================================================*/

/*=====  Team box Style 1  =====*/
.team-box-style-1 {
     background: var(--grey-color);
     padding: 45px 20px 0;
     border-radius: var(--border-radius);
     text-align: center;
     margin-bottom: 125px;
     transform: var(--transition);
}

.team-box-slider-1 .owl-item.active.center .team-box-style-1 {
     background: #79662f;
}

.team-box-style-1 .team-box-info {
     margin-bottom: 20px;
}

.team-box-style-1 .team-box-info .team-box-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     transition: none;
}

.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-title a,
.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-categorie a {
     color: var(--white-color);
     transition: none;
}

.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-title a:hover,
.team-box-slider-1 .owl-item.active.center .team-box-style-1 .team-box-info .team-box-categorie a:hover {
     color: var(--white-color)
}

.team-box-style-1 .team-box-info .team-box-categorie {
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     position: relative;
     text-transform: uppercase;
     color: #79662f;
     letter-spacing: 0.04em;
}

.team-box-style-1 .team-box-img {
     position: relative;
     display: inline-block;
     width: 100%;
     overflow: hidden;
     margin-bottom: -100px;
     border-radius: var(--border-radius);
}

.team-box-style-1 .team-box-img img {
     transition: var(--transition);
}

.owl-item.center .team-box-style-1 .team-box-img img,
.team-box-style-1:hover .team-box-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.team-box-style-1 {
     background: var(--grey-color);
}

.team-box-slider-1 .owl-nav {
     display: none;
}
.team-box-info .team-box-title a{
     text-decoration: none;
}
.team-box-info .team-box-categorie a{
     text-decoration: none;
}
.team-box-slider-1  .owl-carousel .owl-dots  {
     display: block;
}

/*===== Share =====*/
.team-box-style-1 .menu {
     z-index: 9;
     position: fixed;
     padding: 0;
     margin: 0;
     bottom: 0;
     list-style-type: none;
     left: 50%;
     transform: translateX(-50%);
}

.team-box-style-1 .menu .share>i {
     height: 70px;
     width: 70px;
     font-size: 25px;
     text-align: center;
     line-height: 70px;
     background-color: var(--dark-color);
     color: var(--white-color);
     border-radius: var(--big-border-radius);
     cursor: pointer;
}

.owl-item.active.center .team-box-style-1 .menu .share>i,
.team-box-style-1 .menu .share:hover>i {
     background: #79662f;
}

.team-box-style-1 .menu .submenu {
     list-style-type: none;
     padding: 8px 20px;
     margin: 0;
     background: var(--white-color);
     position: absolute;
     top: -30px;
     opacity: 0;
     display: flex;
     align-items: center;
     gap: 15px;
     border-radius: var(--border-radius);
     left: 50%;
     transform: translateX(-50%);
     transition: var(--transition);
}

.team-box-style-1 .menu .submenu li a {
     color: var(--dark-color);
     font-size: 18px;
     line-height: 26px;
}

.team-box-style-1 .menu .submenu li a:hover {
     color: #79662f;
}

.owl-item.center .team-box-style-1 .menu .share .submenu,
.team-box-style-1 .menu .share:hover .submenu {
     top: -60px;
     opacity: 1;
}

@media (max-width:767px) {
     .team-box-style-1 {
          padding: 30px 20px 0;
          margin-bottom: 108px;
     }

     .team-box-style-1 .menu .share>i {
          height: 55px;
          width: 55px;
          font-size: 22px;
          line-height: 55px;
     }

     .team-box-style-1 .team-box-img {
          margin-bottom: -90px;
     }

     .team-box-style-1 .team-box-info .team-box-title {
          font-size: 26px;
          line-height: 34px;
          margin-bottom: 0;
     }
}

/*===== Team Box Style 3 =====*/
.team-box-style-3 {
     background: var(--white-color);
     padding: 45px 20px 0;
     border-radius: var(--border-radius);
     text-align: center;
     margin-bottom: 125px;
     position: relative;
     transition: var(--transition);
}

.team-box-style-3:hover {
     background: #79662f;
}

.team-box-style-3 .team-box-info {
     margin-bottom: 20px;
}

.team-box-style-3 .team-box-info .team-box-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     transition: none;
     transition: var(--transition);
}

.team-box-style-3:hover .team-box-info .team-box-title a,
.team-box-style-3:hover .team-box-info .team-box-categorie a {
     color: var(--white-color);
     transition: none;
}

.team-box-style-3:hover .team-box-info .team-box-title a,
.team-box-style-3:hover .team-box-info .team-box-categorie a {
     color: var(--white-color)
}

.team-box-style-3 .team-box-info .team-box-categorie {
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     position: relative;
     text-transform: uppercase;
     color: #79662f;
     letter-spacing: 0.04em;
     transition: var(--transition);
}

.team-box-style-3 .team-box-img {
     display: inline-block;
     width: 100%;
     overflow: hidden;
     margin-bottom: -100px;
     border-radius: var(--border-radius);
}

.team-box-style-3 .team-box-img img {
     transition: var(--transition);
     width: 100%;
}

.owl-item.center .team-box-style-3 .team-box-img img,
.team-box-style-3:hover .team-box-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}

.pt-bg-gray .team-box-style-3 {
     background: var(--grey-color);
}

.team-box-slider-1 .owl-nav {
     display: none;
}

/*===== Share =====*/

.team-box-style-3 .menu {
     z-index: 9;
     position: absolute;
     padding: 0;
     margin: 0;
     bottom: -125px;
     list-style-type: none;
     left: 50%;
     transform: translateX(-50%);
}

.team-box-style-3 .menu .share>i {
     height: 70px;
     width: 70px;
     font-size: 25px;
     text-align: center;
     line-height: 70px;
     background-color: var(--dark-color);
     color: var(--white-color);
     border-radius: var(--big-border-radius);
     cursor: pointer;
}

.team-box-style-3:hover .menu .share>i,
.team-box-style-3 .menu .share:hover>i {
     background: #79662f;
}

.team-box-style-3 .menu .submenu {
     list-style-type: none;
     padding: 8px 20px;
     margin: 0;
     background: var(--white-color);
     position: absolute;
     top: -30px;
     opacity: 0;
     display: flex;
     align-items: center;
     gap: 15px;
     border-radius: var(--border-radius);
     left: 50%;
     transform: translateX(-50%);
     transition: var(--transition);
}

.team-box-style-3 .menu .submenu li a {
     color: var(--dark-color);
     font-size: 18px;
     line-height: 26px;
}

.team-box-style-3 .menu .submenu li a:hover {
     color: #79662f;
}

.team-box-style-3:hover .menu .share .submenu,
.team-box-style-3 .menu .share:hover .submenu {
     top: -60px;
     opacity: 1;
}


@media (max-width:767px) {
     .team-box-style-3 {
          padding: 30px 20px 0;
          margin-bottom: 108px;

     }

     .team-box-style-3 .menu {
          bottom: -115px;
     }

     .team-box-style-3 .team-box-img {
          margin-bottom: -90px;
     }

     .team-box-style-3 .team-box-info .team-box-title {
          font-size: 26px;
          line-height: 34px;
          margin-bottom: 0;
     }
}

@media (max-width:397px) {
     .team-box-style-3 .menu {
          bottom: -110px;
     }

     .team-box-style-3 .menu .share>i {
          height: 60px;
          width: 60px;
          font-size: 22px;
          line-height: 60px;
     }
}

/*================================================
          OWL Carousel
================================================*/
.owl-carousel .owl-nav.disabled {
     display: none;
}

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

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

.owl-carousel .owl-nav button.owl-prev {
     transform: rotate(180deg) translate(0px, 0px);
}

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

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

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

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

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

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

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

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

.owl-carousel .owl-dots .owl-dot:hover {
     background: #79662f;
     border-color: #79662f;
     opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
     background: #79662f;
     border-color: #79662f;
     opacity: 1;
}

/*================  owl carousel index-2 banner ===============*/

.pq-index-2-banner-slider{
     margin-top: 60px;
     position: relative;
}
.pq-index-2-banner-slider .item img{
     border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.pq-index-2-banner-slider .owl-carousel .owl-dots {
     display: none;
}
.pq-index-2-banner-slider .owl-carousel .owl-nav{
     display: block;
}
.pq-index-2-banner-slider .owl-carousel .owl-nav .owl-prev{
     background-color: var(--white-color);
     position: absolute;
     top: 320px;
     right: 60px;
     height: 54px;
     width: 54px;
     line-height: normal;
     display: flex;
     align-items: center;
     justify-content: center;
}
.pq-index-2-banner-slider .owl-carousel .owl-nav .owl-next i,
.pq-index-2-banner-slider .owl-carousel .owl-nav .owl-prev i{
     color: #79662f;
     line-height: normal;
     height: 24px;
     transition: var(--transition);
}
.pq-index-2-banner-slider .owl-carousel .owl-nav .owl-next:hover i,
.pq-index-2-banner-slider .owl-carousel .owl-nav .owl-prev:hover i {
     color: var(--white-color);
     transition: var(--transition);
}
.pq-index-2-banner-slider .owl-carousel .owl-nav .owl-next:hover,
.pq-index-2-banner-slider .owl-carousel .owl-nav .owl-prev:hover{
     background-color: var(--dark-color);
     transition: var(--transition);
}
.pq-index-2-banner-slider .owl-carousel .owl-nav .owl-next{
     background-color: var(--white-color);
     position: absolute;
     top: 250px;
     right: 60px;
     height: 54px;
     width: 54px;
     line-height: normal;
     display: flex;
     align-items: center;
     justify-content: center;
}
.pq-index-2-banner-slider .owl-carousel{
     display: flex;
     flex-direction: row-reverse;
}
/*================  owl carousel index-2 banner -responsive ===============*/

@media (max-width:1499px) {
     .pq-index-2-banner-slider .owl-carousel .owl-nav .owl-prev {
          top: 20%;
          right: 45px;
     }

     .pq-index-2-banner-slider .owl-carousel .owl-nav .owl-next {
          top: 40%;
          right: 45px;
     }

     .pq-banner-index-2 .pq-title-wrapper {
          grid-template-columns: 2fr 1fr;
          display: grid;
          gap: 60px;
          align-items: center;
     }

     .pq-banner-index-2 .pq-title-wrapper .pq-title {
          width: 80%;
     }
}
@media (max-width:1279px){
     .pq-index-2-banner-slider .owl-carousel .owl-nav .owl-prev {
          top: 20%;
          right: 30px;
     }
     .pq-index-2-banner-slider .owl-carousel .owl-nav .owl-next {
          top: 40%;
          right: 30px;
     }
     .pq-index-2-banner-slider .owl-carousel .owl-nav {
          display: none;
     }
     .pq-index-2-banner-slider .owl-carousel {
          display: block;
     }
     .pq-index-2-banner-slider .owl-carousel .owl-dots {
          position: absolute;
          display: block;
          bottom: 15px;
     }
}

 

@media (max-width:767px) {
 

     .pq-index-2-banner-slider .owl-carousel .owl-nav {
          display: none;
     }
     .pq-index-2-banner-slider .item img {
          border-radius: 0;
          height: 350px;
          object-fit: cover;
     }
     .pq-index-2-banner-slider {
          margin-top: 30px;
     }
 
}
 

/*===== Portfolio Slider Owl-nav =====*/

.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav {
     max-width: 1400px;
     margin-top: 60px;
     position: relative;
     display: flex;
     align-items: center;
}

.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav::before,
.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav::after {
     content: "";
     flex: 1;
     border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.4);
}

.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::before {
     margin-right: 15px;
}

.pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::after {
     margin-left: 15px;
}

/*===== Portfolio Slider Owl-nav // responsive =====*/

@media(max-width:1023px) {
     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-carousel .owl-dots {
          display: none;
     }
}

@media(max-width:767px) {
     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav {
          margin-top: 30px;
     }

     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::before {
          margin-right: 10px;
     }

     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::after {
          margin-left: 10px;
     }
}

@media(max-width:397px) {
     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::before {
          margin-right: 0;
     }

     .pq-portfoliobox-slider.center-owl-carousel.pq-style-1 .owl-nav:not(:empty)::after {
          margin-left: 0;
     }
}

/*================================================
          Fancy Box
================================================*/

/*===== Fancy Box Style 2 =====*/
.pq-fancybox-box-style-2 {
     position: relative;
     padding: 45px 30px 30px;
     border-radius: var(--border-radius);
     margin-top: 20px;
     background-color: var(--white-color);
     transition: var(--transition);
     transform: scale(1);
}

.pq-fancybox-box-style-2:hover {
     background-color: #79662f;
     transform: translateY(-8px) scale(1.02);
}

.pq-fancybox-box-style-2 .pq-fancybox-box-number {
     top: -20px;
     right: 30px;
     background: #79662f;
     padding: 12px 14px;
     position: absolute;
     font-family: var(--title-fonts);
     font-weight: 600;
     font-size: 20px;
     line-height: 28px;
     color: var(--white-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pq-fancybox-box-style-2:hover .pq-fancybox-box-number {
     background: var(--white-color);
     color: #79662f;
}

.pq-fancybox-box-style-2 .pq-fancybox-box-icon {
     color: #79662f;
     font-size: 72px;
     line-height: 80px;
     margin-bottom: 20px;
     transition: var(--transition);
}

.pq-fancybox-box-style-2 .pq-fancybox-box-icon i::before {
     line-height: inherit;
}

.pq-fancybox-box-style-2:hover .pq-fancybox-box-icon {
     color: var(--white-color);
}


.pq-fancybox-box-style-2 .pq-fancy-box_title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 15px;
     transition: var(--transition);
}

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

.pq-fancybox-box-style-2 .pq-fancy-box-description {
     transition: var(--transition);
}

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

.pq-fancybox-box-style-2:hover .pq-button.pq-button-link {
     color: var(--white-color);
}

.pq-step-top-success-section-wrapper .pq-fancybox-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     gap: 30px;
     align-items: center;
}

.pq-step-top-success-section-wrapper .pq-fancybox-wrapper .pq-fancybox-box-style-2:nth-child(even){
     margin-top: 120px;
}

/*==================      Fancybox - step to success - responsive      =========================*/

@media (max-width: 1279px) {
     .pq-step-top-success-section-wrapper .pq-fancybox-wrapper {
          grid-template-columns: 1fr 1fr;
     }
     .pq-step-top-success-section-wrapper .pq-fancybox-wrapper .pq-fancybox-box-style-2:nth-child(even){
          margin-top: 20px;
     }
}
@media (max-width: 767px) {
     .pq-fancybox-box-style-2 h6 {
          font-size: 24px;
          line-height: 34px;
     }
     .pq-step-top-success-section-wrapper .pq-fancybox-wrapper {
          grid-template-columns: 1fr;
     }
}
@media (max-width: 479px) {
     .pq-fancybox-box-style-2 {
          padding: 30px 15px;
     }
}

/*================================================
          Job list
================================================*/
.pq-job-list .pq-job-item {
     margin-bottom: 30px;
     transition: var(--transition);
     display: inline-block;
     width: 100%;
}

.pq-job-list .pq-job-item:last-child {
     margin-bottom: 0;
}

.pq-job-1 .job-card {
     padding: 30px 45px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pq-job-list .pq-job-item.pq-active .pq-job-1 .job-card {
     background-color: #79662f;
     transition: var(--transition);
}

.job-card .job-header {
     display: flex;
     gap: 15px;
     align-items: center;
     margin-bottom: 15px;
     transition: var(--transition);
}

.pq-job-list .pq-job-item.pq-active .job-card .job-header {
     color: var(--white-color);
     transition: var(--transition);
}

.job-card .job-header .pq-job-media a .job-icon-image img {
     width: 32px;
     border-radius: var(--big-border-radius);
}

.job-card .job-header .pq-job-media a .job-icon {
     font-size: 16px;
     line-height: 32px;
     width: 32px;
     text-align: center;
     color: var(--white-color);
     background: #79662f;
     height: 32px;
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pq-job-list .pq-job-item.pq-active .job-card .job-header .pq-job-media a .job-icon {
     background-color: var(--white-color);
     color: var(--dark-color);
}

.pq-job-list .pq-job-item .job-card .job-header .pq-jobs-compnay-name .pq-company-name {
     font-size: 18px;
     line-height: 36px;
     color: var(--secondary-color);
     transition: var(--transition);
}

.pq-job-list .pq-job-item.pq-active .job-card .job-header .pq-jobs-compnay-name .pq-company-name {
     color: var(--white-color);
     transition: var(--transition);
}

.job-card .job-detail-list {
     display: flex;
     gap: 30px;
     justify-content: space-between;
}

.job-card .job-detail-list .job-info .job-title {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 20px;
     display: inline-block;
     transition: var(--transition);
}

.pq-job-list .pq-job-item.pq-active .job-card .job-detail-list .job-info .job-title {
     color: var(--white-color);
     transition: var(--transition);
}

.pq-job-list .pq-job-item  .job-card .job-detail-list .job-info .job-title  a{
     text-decoration: none;
}

.pq-job-list .pq-job-item.pq-active .job-card .job-detail-list .job-info .job-title:hover a {
     color: var(--white-color);
     transition: var(--transition);
}

.job-card .job-detail-list .job-info .job-categories-list {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     flex-wrap: wrap;
     gap: 15px;
     justify-content: start;
}

.job-card .job-detail-list .job-info .job-categories-list li {
     font-size: 18px;
     line-height: 26px;
     padding: 5px 15px;
     border: 1px solid rgba(var(--dark-color-rgb), .1);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pq-job-list .pq-job-item.pq-active .job-card .job-detail-list .job-info .job-categories-list li {
     color: var(--white-color);
     border: 1px solid rgba(var(--white-color-rgb), .2);
}

.pq-job-list .pq-job-item.pq-active .job-card .job-detail-list .job-info .job-categories-list li a {
     color: var(--white-color);
     text-decoration: none;
     transition: var(--transition);
}

.job-card .job-detail-list .job-salary-location .salary {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 5px;
     transition: var(--transition);
}

.pq-job-list .pq-job-item.pq-active .job-card .job-detail-list .job-salary-location,
.pq-job-list .pq-job-item.pq-active .job-card .job-detail-list .job-salary-location .salary {
     color: var(--white-color);
     transition: var(--transition);
}

.job-card .job-detail-list .job-salary-location {
     transition: var(--transition);
}

.job-card .job-header a {
     text-decoration: none;
}
.job-card .job-detail-list a{
     text-decoration: none;
}
@media (max-width: 1023px) {
     .pq-job-1 .job-card {
          padding: 30px;
     }

     .job-card .job-detail-list .job-info .job-title {
          font-size: 28px;
          line-height: 36px;
          margin-bottom: 15px;
     }

     .job-card .job-detail-list .job-salary-location .salary {
          font-size: 24px;
          line-height: 32px;
     }
}

@media (max-width:767px) {
     .pq-job-1 .job-card {
          padding: 30px 15px
     }

     .job-card .job-detail-list {
          flex-direction: column;
          gap: 20px;
     }
}

@media (max-width:397px) {
     .job-card .job-detail-list .job-info .job-title {
          font-size: 24px;
          line-height: 32px;
     }

     .job-card .job-detail-list .job-salary-location .salary {
          font-size: 22px;
          line-height: 30px;
     }

     .job-card .job-detail-list .job-info .job-categories-list {
          gap: 10px;
     }
}
/* ========== Job Style - 2 ========== */

.pq-job-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 30px;
}

.pq-job-post-item {
     padding: 30px;
     border-radius: 5px;
     position: relative;
     background: var(--white-color);
     border-radius: var(--border-radius);
     transition: var(--transition);
}

.pq-job-style-2 .pq-job-post-item:hover {
     transform: translateY(-10px);

}

.pq-job-post-item .pq-job-header {
     display: flex;
     align-items: center;
     gap: 15px;
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .1);
}

.pq-job-post-item .pq-job-header .pq-job-media .job-icon-image img {
     border-radius: var(--border-radius);
     width: 70px;
}

.pq-job-post-item .pq-job-header .pq-job-media a .job-icon {
     font-size: 26px;
     height: 70px;
     width: 70px;
     line-height: 70px;
     text-align: center;
     background: var(--grey-color);
     color: var(--dark-color);
     border-radius: var(--border-radius);
     display: inline-block;
}

.pq-job-post-item .pq-job-header .pq-jobs-compnay-name .pq-company-name {
     font-size: 18px;
     line-height: 26px;
     font-weight: 600;
     color: var(--dark-color);
}
.pq-job-post-item .pq-job-header .pq-jobs-compnay-name a {
     text-decoration: none;
}

.pq-job-post-item .pq-job-salary {
     font-size: 18px;
     line-height: 26px;
     letter-spacing: 0.04em;
     color: #79662f;
}

.pq-job-post-item .pq-job-category a {
     text-decoration: none;
}
.pq-job-post-item .pq-job-category {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 5px;
}

.pq-job-post-item .pq-job-type {
     position: absolute;
     right: 0;
     top: 10px;
     background-color: #79662f;
     color: var(--white-color);
     padding: 2px 10px;
     border-radius: 15px 0 0 15px;
     font-size: 12px;
     line-height: 20px;
     letter-spacing: 0.04em;
}

.pq-job-post-item .pq-job-time {
     margin-top: 30px;
     display: inline-block;
}


@media (max-width: 1099px) {
     .pq-job-grid {
          grid-template-columns: 1fr 1fr;
     }
}

@media (max-width: 767px) {
     .pq-job-grid {
          grid-template-columns: 1fr;
     }
}

/*============ Featured Jobs ===============*/
.pq-featured-jobs-section .pq-jobs-div-wrapper{
     display: grid;
     grid-template-columns: 1fr;
     gap: 30px;
}


/*================================================
          image carousel
================================================*/

/*=============  Image-carousel client voices ==================*/
.pq-img-carousel .pq-img-box-item {
     text-align: center;
     align-items: center;
     display: flex;
     flex-direction: column;
     gap: 15px;
     padding: 0 10px;
}

.pq-img-carousel .pq-img-box-item .pq-img {
     width: 110px;
}

.pq-img-carousel .pq-img-box-item .pq-img-box-title {
     color: var(--white-color);
}

.pq-img-carousel.style-1 .owl-dots {
     display: none;
}

/*===========  leadership journey img-carousel ============*/

.pq-leadership-journey-section .pq-img-carousel.leadership-journey .pq-img-box-item .pq-img {
     width: 100%;
     border-radius: var(--border-radius);
}
.pq-leadership-journey-section .pq-img-carousel.leadership-journey .pq-img-box-item{
     padding: 0;
}

.pq-leadership-journey-section .pq-carousel-div-wrapper.leadership-journey{
     margin-top: 30px;
}

/*=====================   award img-carousel client voices  ========================*/

.pq-img-carousel .item .pq-award-wrapper img{
     width: 100%;
}
.pq-img-carousel .owl-carousel .owl-stage-outer{
     margin-right: 0;
}

@media (max-width:1023px){
    .pq-img-carousel .owl-carousel .owl-nav{
          display: none;
    } 
}

/*================================================
          faq  
 ================================================*/

 .pq-quick-answer-section.faq-page .pq-quick-answer-section-wrapper .pq-wrapper-left-div {
     background-color: var(--grey-color);
     padding: 0;
     align-items: start;
 }
 .pq-quick-answer-section.faq-page .pq-quick-answer-section-wrapper .pq-wrapper-left-div::before{
     display: none
 }
 .pq-quick-answer-section.faq-page .pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-section-title .pq-title .pq-title-subtitle {
     background-color: var(--white-color);
 }
.pq-quick-answer-section.faq-page .pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-section-title .pq-title .pq-title-heading{
     color: var(--dark-color);
}
.pq-quick-answer-section.faq-page .pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-section-title .pq-title .pq-service-box-description{
     color: var(--secondary-color);
}
.pq-quick-answer-section.faq-page .pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-image-box img{
     border-radius: var(--border-radius);
}
.pq-quick-answer-section.faq-page .pq-quick-answer-section-wrapper{
     gap: 60px;
     grid-template-columns: 1fr 1fr;
}

@media (max-width: 1023px) {
     .pq-quick-answer-section.faq-page .pq-quick-answer-section-wrapper{
          grid-template-columns: 1fr;
     }
}

/*================================================
          Tabs
================================================*/

/*===== pq-tabs-1=====*/
.pq-tabs-1 {
     background: var(--white-color);
     padding: 45px;
     border-radius: var(--border-radius);
     position: relative;
}

.pq-tabs-1 .nav-tabs {
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .15);
     padding-bottom: 15px;
}

.pq-tabs-1 .nav-tabs .nav-item {
     border: none;
     position: relative;
     flex: 1;
     font-size: 22px;
     line-height: 30px;
     font-weight: 600;
     font-family: var(--title-fonts);
     transition: none;
     padding: 0;
}

.pq-tabs-1 .nav-tabs .nav-item:last-child {
     margin-right: 0;
}

.pq-tabs-1 .nav-tabs .nav-item span {
     display: inline-block;
     width: 100%;
     color: var(--dark-color);
     font-family: var(--title-fonts);
}

.pq-tabs-1 .nav-tabs .nav-item.active span {
     position: relative;
}

.pq-tabs-1 .nav-tabs .nav-item.active span::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 2px;
     background: #79662f;
     left: 0;
     bottom: -15px;
}

.pq-tabs-1 .nav-tabs .nav-item.active:after {
     opacity: 1;
     border-top-color: #79662f;
}

.pq-tabs-1 .pq-tab-info {
     padding-right: 30px;
     position: relative;
}

.pq-tabs-1 .tab-content {
     position: relative;
     margin-top: 45px;
     background: var(--white-color);
     border-radius: var(--border-radius);
}

.pq-tabs-1 .pq-tab-main-image img {
     border-radius: var(--border-radius);
     width: 100%;
}

.pq-tabs-1 .pq-tabs-subtitle {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: #79662f;
     overflow: hidden;
}

.pq-tabs-1 .pq-tabs-icon {
     margin-bottom: 15px;
}

.pq-tabs-1 .pq-tabs-icon i {
     color: #E9B500;
     margin-right: 10px;
     font-size: 16px;
     line-height: 24px;
}

.pq-tabs-1 .pq-tabs-icon i:last-child {
     margin-right: 0;
}

.pq-tabs-1 .pq-tab-price {
     font-size: 24px;
     line-height: 32px;
     color: #79662f;
     margin-bottom: 10px;
}

.pq-tabs-1 .pq-tabs-title {
     margin-bottom: 20px;
     font-size: 28px;
     line-height: 36px;
     text-transform: capitalize;
}

.pq-tabs-1 .pq-tabs-description {
     padding-bottom: 30px;
     margin-bottom: 30px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .15);
}

.pq-tabs-1 .pq-tab-info .pq-title-list {
     padding: 0;
     margin: 0;
     list-style: none;
}

.pq-tabs-1 .pq-tab-info .pq-button {
     margin-top: 45px;
}

.pq-tabs-1 .pq-tab-info .pq-title-list li {
     font-size: 18px;
     line-height: 26px;
     color: var(--dark-color);
     margin-bottom: 15px;
     display: flex;
     align-items: center;
     gap: 10px;
}

.pq-tabs-1 .pq-tab-info .pq-title-list li:last-child {
     margin-bottom: 0;
}

.pq-tabs-1 .pq-tab-info .pq-title-list li i {
     color: #79662f;
     font-size: 18px;
     line-height: 26px;
}

.pq-tabs-1 .pq-tab-info .pq-tab-img {
     position: absolute;
     right: 50px;
     bottom: 8px;
}

.pq-tabs-1 .pq-tabs-img img {
     position: absolute;
     width: 180px;
     left: 29%;
     top: 60px;
}

.pq-tab-info .pq-button.pq-button-flat {
     padding: 12px 45px;
}

@media(max-width:1023px) {

     .pq-tabs-1 {
          padding: 30px;
     }

     .pq-tabs-1 .nav-tabs {
          display: grid;
          grid-template-columns: auto auto auto auto;
     }

     .pq-tabs-1 .nav-tabs .nav-item.active span {
          color: #79662f;
     }
}

@media(max-width:991px) {

     .pq-tabs-1 .pq-tabs-img img {
          left: 65%;
          top: 37px;
     }

}

@media(max-width:767px) {

     .pq-tabs-1 .nav-tabs {
          display: grid;
          grid-template-columns: auto auto;
          gap: 20px 15px;
     }

     .pq-tabs-1 .nav-tabs .nav-item:after,
     .pq-tabs-1 .pq-tab-img-info::before {
          display: none;
     }

     .pq-tabs-1 .nav-tabs .nav-item {
          padding: 15px;
          margin: 0;
          border-radius: var(--border-radius);
          background-color: var(--grey-color);
     }


     .pq-tabs-1 .nav-tabs .nav-item.active {
          background-color: #79662f;
     }

     .pq-tabs-1 .nav-tabs .nav-item.active span {
          color: var(--white-color);
     }

     .pq-tabs-1 .nav-tabs .nav-item.active span::before {
          content: none;
     }

     .pq-tabs-1 .tab-content {
          padding: 0;
     }

     .pq-tabs-1 .tab-content .pq-tab-info h2 {
          font-size: 32px;
          line-height: 40px;
     }

     .pq-tabs-border .pq-tabs-1 .nav-tabs {
          border: none;
     }

     .pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item {
          width: 50%;
     }

     .pq-tabs-1 .pq-tabs-img img {
          display: none;
     }

     .pq-tabs-1 .pq-tab-info {
          padding-right: 0;
     }

     .pq-tabs-1 .pq-tab-info .pq-tab-img {
          display: none;
     }

     .pq-tabs-1 .pq-tabs-title {
          font-size: 24px;
          line-height: 32px;
     }

     .pq-tabs-1 .pq-tab-info .pq-title-list li {
          align-items: flex-start;
     }

}


@media(max-width:576px) {
     .pq-tabs-1 .nav-tabs {
          grid-template-columns: auto;
          gap: 20px;
     }

     .pq-tabs-1 .nav-tabs {
          padding-bottom: 45px;
     }
}

@media(max-width:397px) {

     .pq-tabs-1 {
          padding: 30px 15px;
     }

     .pq-tabs-border .pq-tabs-1 .nav-tabs {
          display: block;
     }

     .pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item {
          width: 100%;
     }

     .pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item span {
          font-size: 16px;
          line-height: 24px;
     }

     .pq-tabs-1 .nav-tabs .nav-item.active span::before {
          display: none;
     }
}



/*================================================
           Price Plan 
================================================*/

/*================  Compare Plans- Price Plan  ================*/

.pq-compare-plans-section{
     padding-top: 0;
}

.pq-price-plan.pq-style-1 {
     background: var(--white-color);
     padding: 60px 45px;
     border-radius: var(--border-radius);
}

.pq-price-plan.pq-style-1 .pq-price-list {
     padding: 0;
     margin: 20px 0 30px;
     display: flex;
     gap: 10px;
     flex-direction: column;
}

.pq-price-plan.pq-style-1 .pq-price-list li {
     display: flex;
     gap: 15px;
     align-items: center;
}

.pq-price-plan.pq-style-1 .pq-price-title {
     font-size: 32px;
     line-height: 40px;
}

.pq-price-plan.pq-style-1 .pq-price-sub-title {
     color: #79662f;
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.04em;
     text-transform: uppercase;
     margin-top: 5px;
     display: inline-block;
     width: 100%;
}

.pq-price-plan.pq-style-1 .pq-price {
     text-transform: uppercase;
     padding-top: 20px;
     border-top: 1px solid rgba(var(--dark-color-rgb), .2);
     margin-top: 15px;
}

.pq-price-plan.pq-style-1 .pq-price-month {
     letter-spacing: 0.04em;
     text-transform: uppercase;
}

.pq-price-plan.pq-style-1 .pq-amount {
     font-size: 48px;
     color: var(--dark-color);
     line-height: 56px;
     font-weight: 600;
}

.pq-price-plan.pq-style-1.pq-active {
     background: #79662f;
     color: var(--white-color);
}

.pq-price-plan.pq-style-1.pq-active .pq-price-title,
.pq-price-plan.pq-style-1.pq-active .pq-price-sub-title,
.pq-price-plan.pq-style-1.pq-active .pq-amount {
     color: var(--white-color);
}

.pq-price-plan.pq-style-1.pq-active .pq-price {
     border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pq-compare-plans-section .pq-compare-plans-section-wrapper .pq-pricing-plan-wrapper{
     display: grid;
     grid-template-columns: 1fr;
     gap: 30px;
}

.pq-compare-plans-section.our-services-page .pq-price-plan.pq-style-1.pq-active .pq-button{
     background-color: var(--dark-color);
     color: var(--white-color);
     transition: var(--transition);
}
.pq-compare-plans-section.our-services-page .pq-price-plan.pq-style-1.pq-active .pq-button:hover{
     background-color: var(--white-color);
}
.pq-compare-plans-section.our-services-page .pq-price-plan.pq-style-1.pq-active .pq-button i{
     color: var(--white-color);
     transition: var(--transition);
}

.pq-compare-plans-section.our-services-page .pq-price-plan.pq-style-1.pq-active .pq-button:hover i,
.pq-compare-plans-section.our-services-page .pq-price-plan.pq-style-1.pq-active .pq-button:hover{
     color: var(--dark-color);
}

.pq-compare-plans-section.our-services-page .pq-compare-plans-section-wrapper .pq-pricing-plan-wrapper{
     grid-template-columns: 1fr 1fr 1fr;
     display: grid;
}

@media(max-width:1199px) {
     .pq-price-plan.pq-style-1 {
          padding: 60px 30px;
     }
}

@media(max-width:1023px){
     .pq-compare-plans-section.our-services-page .pq-compare-plans-section-wrapper .pq-pricing-plan-wrapper {
          grid-template-columns: 1fr 1fr;
     }
     .pq-compare-plans-section.our-services-page .pq-compare-plans-section-wrapper .pq-pricing-plan-wrapper div:last-child{
          grid-column: span 2;
     }
}

@media (max-width:767px) {
     .pq-price-plan.pq-style-1 .pq-price-title {
          font-size: 28px;
          line-height: 36px;
     }
     .pq-price-plan.pq-style-1 .pq-amount {
          font-size: 28px;
          line-height: 36px;
     }
     .pq-compare-plans-section.our-services-page .pq-compare-plans-section-wrapper .pq-pricing-plan-wrapper {
          grid-template-columns: 1fr;
     }
     .pq-compare-plans-section.our-services-page .pq-compare-plans-section-wrapper .pq-pricing-plan-wrapper div:last-child{
          grid-column: span 1;
     }
}
@media (max-width:397px) {
     .pq-price-plan.pq-style-1 {
          padding: 30px 15px;
     }
}

/*=========== Pricing Box Style-2 ===========*/

.pricing-box-style-2 {
     position: relative;
     display: grid;
     grid-template-columns: 0.6fr 1.2fr 5fr 0.6fr;
     gap: 30px;
     align-items: center;
     overflow: inherit;
     background: var(--white-color);
     border-radius: var(--border-radius);
     padding: 45px 30px;
     justify-items: center;
}

.pricing-box-style-2 .pricing-box-icon {
     font-size: 72px;
     line-height: 80px;
     color: #79662f;
}

.pricing-box-style-2 .pricing-box-price .pricing-box-price-designation {
     font-weight: 400;
     font-size: 18px;
     line-height: 26px;
     position: relative;
     text-transform: uppercase;
     color: #79662f;
     letter-spacing: 0.04em;
     margin-bottom: 5px;
     display: block;
}

.pricing-box-style-2 .pricing-box-price-title {
     font-size: 40px;
     line-height: 48px;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-title {
     font-size: 32px;
     line-height: 40px;
     margin-bottom: 15px;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-list {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px 30px;
     margin: 0;
     padding: 0;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-list li {
     display: flex;
     gap: 10px;
     align-content: center;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-list li i {
     color: #79662f;
}

.pricing-box-style-2 .pricing-box-info .pricing-box-list li p {
     margin-bottom: 0;
}

.pricing-box-style-2 .pq-button.pq-button-rounded {
     font-size: 24px;
     width: 60px;
     height: 60px;
     text-align: center;
     line-height: 60px;
     background-color: #79662f;
     color: var(--white-color);
     text-decoration: none;
}

.pricing-box-style-2 .pq-button.pq-button-rounded:hover {
     background-color: var(--dark-color);
     color: var(--white-color);
}

.pricing-box-style-2.pq-active .pq-button.pq-button-rounded {
     background-color: var(--white-color);
     color: #79662f;
}

.pricing-box-style-2.pq-active {
     background: #79662f;
}

.pricing-box-style-2.pq-active .pricing-box-icon,
.pricing-box-style-2.pq-active .pricing-box-price .pricing-box-price-designation,
.pricing-box-style-2.pq-active .pricing-box-price-title,
.pricing-box-style-2.pq-active .pricing-box-info .pricing-box-title,
.pricing-box-style-2.pq-active .pricing-box-info .pricing-box-list li,
.pricing-box-style-2.pq-active .pricing-box-info .pricing-box-list li i {
     color: var(--white-color);
}


@media (max-width: 1199px) {
     .pricing-box-style-2 .pricing-box-info .pricing-box-list {
          display: flex;
          flex-direction: column;
          gap: 10px;
     }
}

@media (max-width: 1023px) {
     

}

@media (max-width: 767px) {
     .pricing-box-style-2 .pricing-box-info .pricing-box-title {
          font-size: 28px;
          line-height: 36px;
     }
     .pricing-box-style-2 {
          display: flex;
          flex-direction: column;
          gap: 15px;
          align-items: flex-start;
     }
}

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

     .pricing-box-style-2 .pricing-box-info .pricing-box-title {
          font-size: 24px;
          line-height: 32px;
     }
}


/*============  pricing plan page   ============*/

.pq-proven-results-section.pricing-plan-page{
     background-color: #79662f;
     padding-top: 130px;
     position: relative;
     z-index: 1;
}
.pq-proven-results-section.pricing-plan-page::before{
     width: 100%;
     height: 100%;
     background-image: url("../image/pricing-plan/pattern_01-1-scaled.webp");
     content: "";
     height: 100%;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background-size: cover;
     z-index: -1;
}

.pq-proven-results-section.pricing-plan-page .pq-section-title .pq-title .pq-title-heading {
     color: var(--white-color);
}
.pq-proven-results-section.pricing-plan-page .pq-wrapper-right-div {
     color: var(--white-color);
}

.pq-proven-results-section.pricing-plan-page .pq-wrapper-right-div .pq-counter-wrapper .pq-counter-style-1 .pq-counter {
     color: var(--white-color);
}

.pq-proven-results-section.pricing-plan-page .pq-wrapper-right-div .pq-counter-wrapper .pq-counter-style-1 .pq-counter-title {
     color: var(--white-color);
     border-top: 1px solid rgba(var(--white-color-rgb), .15)
}

.pq-compare-plans-section.our-services-page.pricing-plan-page{
     padding-top: 130px;
}
.pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper{
     grid-template-columns: 1fr;
     gap: 0;
}
.pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-top-div,
.pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-bottom-div{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
}
.pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-top-div{
     align-items: center;
}
.pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-top-div p{
     color:var(--white-color);
}    
.pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-bottom-div .pq-counter-wrapper .pq-counter,
.pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-bottom-div .pq-counter-wrapper .pq-counter-title {
     color: var(--white-color);   
}
.pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-bottom-div .pq-counter-wrapper .pq-counter-title {
     border-top: 1px solid rgba(var(--white-color-rgb), .15);
}

@media (max-width: 1199px) {
     .pq-compare-plans-section.our-services-page.pricing-plan-page,
     .pq-proven-results-section.pricing-plan-page {
          padding-top: 90px;
     }
}
@media (max-width: 1023px) {

     .pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-top-div,
     .pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-bottom-div {
          display: grid;
          grid-template-columns: 1fr  ;
          gap: 15px;
     }
     .pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-bottom-div .pq-image-box-wrapper {
          margin-top: 0;
     }
}
@media (max-width: 767px) {
     .pq-compare-plans-section.our-services-page.pricing-plan-page,
     .pq-proven-results-section.pricing-plan-page {
          padding-top: 60px;
     }
     .pq-proven-results-section.pricing-plan-page .pq-proven-results-section-wrapper .pq-wrapper-bottom-div .pq-image-box-wrapper {
          grid-template-columns: 1fr;
     }
}

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

/*=========== Process Step Style-2 ===========*/
.pq-process-step.pq-style-2 .pq-process-number {
     font-size: 32px;
     line-height: 40px;
     color: #79662f;
     transition: var(--transition);
}

.pq-process-step.pq-style-2:hover .pq-process-number {
     color: var(--dark-color);
}

.pq-process-step.pq-style-2 .pq-process-content {
     margin-top: 60px;
     position: relative;
}

.pq-process-step.pq-style-2 .pq-process-content:before {
     content: "";
     position: absolute;
     top: -30px;
     left: 0;
     transform: translateY(-50%);
     width: 15px;
     height: 15px;
     background: var(--dark-color);
     border-radius: var(--big-border-radius);
}

.pq-process-step.pq-style-2 .pq-process-content .pq-process-title {
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 5px;
     color: var(--dark-color);
}

.pq-process-step.pq-style-2 .pq-process-content .pq-process-description {
     margin-bottom: 0;
}

.pq-process-step-slider.pq-style-2 {
     position: relative;
}

.pq-process-step-slider.pq-style-2:before {
     position: absolute;
     content: "";
     width: 100vw;
     height: 1px;
     background: rgba(var(--dark-color-rgb), .2);
     left: calc(((1300px - 100vw) / 2) + 30px);
     top: 70px;
}

.pq-process-step-slider.pq-style-2 .owl-dots {
     display: none;
}

@media (max-width:1400px) {
     .pq-process-step-slider.pq-style-2:before {
          left: -15px;
     }
}

@media (max-width:767px) {
     .pq-process-step.pq-style-2 .pq-process-number {
          font-size: 24px;
          line-height: 32px;
     }

     .pq-process-step.pq-style-2 .pq-process-content:before {
          top: -20px;
     }
}

/*===================   process-box - about us page  ================*/

.pq-step-to-success-section-about-us .pq-process-box-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     gap: 30px;
     padding: 0 0;
}
.pq-process-box{
     padding:45px 30px;
     background-color:var(--white-color);
     border-radius: var(--border-radius);
}
.pq-process-box .pq-icon-box-wrapper{
     display: flex;
     gap: 15px;
     align-items: center;
     justify-content: start;
}
.pq-process-box .pq-icon-box-wrapper i {
     font-size: 56px;
     line-height: normal;
     color: #79662f;
}
.pq-process-box .pq-icon-box-wrapper .pq-icon-box-title{
     color: var(--dark-color);
     font-size: 20px;
     line-height: 28px;
     font-weight: 600;
     padding-bottom: 20px;
}
.pq-process-box .pq-process-box-heading{
     font-size: 24px;
     line-height: 32px;
     padding-top: 15px;
     border-top: 1px solid rgba(var(--dark-color-rgb), .15);
}
.pq-process-box .pq-process-discription{
     margin-bottom: 0;
     margin-top: 15px;
}



/*===============   process-box-responsive - about us page      ===================*/

@media (max-width:1399px){
     .pq-step-to-success-section-about-us .pq-process-box-wrapper{
          grid-template-columns: 1fr 1fr;
          padding: 0 15px;
     }
}

@media (max-width:1023px){
     .pq-step-to-success-section-about-us .pq-process-box-wrapper .pq-icon-box-wrapper {
          flex-direction: row;
          justify-content: start;
     }
     .pq-step-to-success-section-about-us .pq-process-box-wrapper{
          padding: 0 15px;
     }
}

@media (max-width:767px){
     .pq-step-to-success-section-about-us .pq-process-box-wrapper{
          grid-template-columns: 1fr ;
          padding: 0 15px;
     }
}
@media (max-width:479px){
     .pq-step-to-success-section-about-us .pq-process-box-wrapper{
          padding: 0;
     }    
}




/*================================================
          icon box
================================================*/

/*============  expert-support-section   =================*/

/*===== icon-box ======*/
.pq-icon-box .pq-icon{
     font-size: 48px;
     color: #79662f;
}
.pq-icon-box-wrapper .pq-icon-box{
     display: flex;
     gap: 15px;
     line-height: 48px;
     align-items: end;
}
.pq-icon-box-wrapper .pq-icon-box .pq-icon-box-content h3{
     font-size: 22px;
     line-height: 30px;
}
.pq-icon-box-wrapper{
     display: flex;
     gap: 30px;
     line-height: 48px;
}
/*=====  icon responsive  ======*/
@media (max-width:1365px){
     .pq-icon-box-wrapper .pq-icon-box {
          align-items: center;
     }
}
@media (max-width:1279px){
     .pq-icon-box-wrapper .pq-icon-box {
          align-items: center;
     }
     .pq-icon-box-wrapper {
          justify-content: space-around;
     }
}
@media (max-width:1023px){
     .pq-icon-box-wrapper {
          justify-content: space-around;
     }
}
@media (max-width:768px) {
     .pq-icon-box-wrapper {
          display: flex;
          flex-direction: column;
          gap: 30px;
          line-height: 48px;
     }
}
/*====================   team-details-page    =================*/

.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper{
     margin-top: 0;
     display: grid;
     grid-template-columns: 1fr;
     margin-top: 30px;
     gap: 20px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper .pq-icon-box a{
     text-decoration: none;
     display: flex;
     gap: 15px;
     align-items: center;
}
.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper .pq-icon-box-icon{
     background-color: var(--white-color);
     border-radius: var(--big-border-radius);
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 15px;
}

.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper .pq-icon-box-icon i {
     font-size: 18px;
     color: #79662f;
}
.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper .icon-box-description{
     font-size: 16px;
     line-height: 24px;
     color: var(--white-color);
     margin: 0;
}

.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper .icon-box-title{
     margin: 0;
     line-height: normal;
     color: var(--white-color);
     font-size: 18px;
     line-height: 24px;
}

/*============ team-details-page icon box - responsive  =============*/

@media (max-width:1023px){
 
     .pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper {
          grid-template-columns: 1fr 1fr;
     }
}

@media (max-width:767px){
 
     .pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper {
          grid-template-columns: 1fr ;
     }
 
}
@media (max-width:479px){
 
     .pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-icon-box-wrapper {
          margin-top: 15px;
     }
}
 
/*===================      leadership journey  icon box      ================*/

.pq-leadership-journey-section-wrapper .pq-icon-box-wrapper .pq-icon svg{
     height: 20px;
     width: 20px;
     fill:var(--white-color)
}
.pq-leadership-journey-section-wrapper .pq-icon-box-wrapper .pq-icon i {
     font-size: 20px;    
     color: var(--white-color);
     line-height: 28px;
     padding-top: 5px;
}
.pq-leadership-journey-section-wrapper .pq-icon-box-wrapper .pq-icon{
     background-color: #79662f;
     height: 50px;
     width: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: var(--big-border-radius);
}
.pq-leadership-journey-section-wrapper .pq-icon-box-wrapper{
     display: block;
     padding: 0px 20px;
     background-color: var(--white-color);
     border-radius: 0 0 var(--border-radius) 0;
}
.pq-leadership-journey-section-wrapper .pq-icon-box-wrapper .pq-icon-box{
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .08);
     padding:20px 0;
}
.pq-leadership-journey-section-wrapper .pq-icon-box-wrapper .pq-icon-box:last-child{
     border-bottom: none;
}
.pq-leadership-journey-section-wrapper .pq-icon-box-wrapper .pq-icon-box-info .pq-discription{
     line-height: normal;
     margin-bottom: 0;
     font-size: 16px;
     line-height: 24px;
     text-transform: capitalize;
}
.pq-leadership-journey-section-wrapper .pq-icon-box-wrapper .pq-icon-box-info .pq-icon-box-title{
     font-size: 18px;
     line-height: 26px;
     text-transform: capitalize;
}
 


/*=====================    contact us page - icon box     ===================*/

.iconbox-contact-us-page-wrapper .pq-icon-box-wrapper .pq-icon-box{
     display: grid;
     grid-template-columns: 1fr;
     gap: 5px;
     line-height: normal;
     background-color: #e8e8e8;
     padding: 45px 30px;
     border-radius: var(--border-radius);
	    text-align: center;
}
.iconbox-contact-us-page-wrapper .pq-icon-box-wrapper .pq-icon-box-content .pq-icon-box-discription{
     margin-bottom: 0;
     color:var(--secondary-color);
     padding-top: 15px;
}
.iconbox-contact-us-page-wrapper .pq-icon-box-wrapper .pq-icon{
     font-size: 60px;
}
.iconbox-contact-us-page-wrapper .pq-icon-box-wrapper .pq-icon i{
        text-align: center;
}
.iconbox-contact-us-page-wrapper .pq-icon-box-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 30px;
}
.iconbox-contact-us-page-wrapper .pq-icon-box-wrapper .pq-button:hover{
     color: var(--dark-color);
}

@media (max-width:1023px){
     .iconbox-contact-us-page-wrapper .pq-icon-box-wrapper {
          grid-template-columns: 1fr 1fr;          
     }
     .iconbox-contact-us-page-wrapper .pq-icon-box-wrapper .pq-icon-box:last-child{
          grid-column: span 2;
     }
}
@media (max-width:767px){
     .iconbox-contact-us-page-wrapper .pq-icon-box-wrapper {
          grid-template-columns: 1fr ;          
     }
     .iconbox-contact-us-page-wrapper .pq-icon-box-wrapper .pq-icon-box:last-child{
          grid-column: span 1;
     }
     .iconbox-contact-us-page-wrapper .pq-icon-box-wrapper .pq-icon-box {
          padding: 30px 15px;
     }
}

/*=======================================================
               counter 
=========================================================*/

/*=================   expert-support-section  counter  ====================*/

.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-counter span{
     font-size: 70px;
     line-height: 78px;
     color: #79662f;
     font-weight: 600;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-counter-title{
     text-transform: uppercase;
     font-size: 16px;
     line-height: 24px;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 .pq-pettern-block .pq-counter-wrapper .pq-counter,
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 .pq-pettern-block .pq-counter-wrapper .pq-counter-title {
     display: flex;
     justify-content: end;
}
/*=================   expert-support-section  resonsive  ====================*/

@media (max-width:768px) {
     .pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-counter span {
          font-size: 48px;
          line-height: 56px;
     }
}

/*==================   counter (proven-results)   ====================*/

.pq-counter-wrapper .pq-counter-style-1 .pq-counter{
     font-size: 69px;
     color: var(--dark-color);
     line-height: normal;
     font-weight: 600;
}
.pq-counter-wrapper .pq-counter-style-1 .pq-counter-title{
     color: #79662f;
     text-transform: uppercase;
     border-top: 1px solid rgba(var(--dark-color-rgb), .08);
     padding-top: 15px;
}
.pq-proven-results-section-wrapper .pq-counter-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;  
     margin-top: 30px;   
}
/*======== proven-results -resonsive ========*/

@media (max-width:479px) {
    .pq-proven-results-section-wrapper .pq-counter-wrapper {
     grid-template-columns: 1fr;
    }
    .pq-proven-results-section-wrapper .pq-counter-wrapper .pq-counter{
     text-align: center;
    }
    .pq-proven-results-section-wrapper .pq-counter-wrapper .pq-counter-title{
     text-align: center;
    }
}
/*======== banner index-2 counter ========*/

.pq-banner-index-2 .pq-title-wrapper .pq-review-box .pq-review-box-wrapper .pq-counter-style-1 .pq-counter {
     font-size: 52px;
     line-height: 60px;
     color:var(--white-color);
}
.pq-banner-index-2 .pq-review-box .pq-review-box-wrapper .pq-counter-title{
     color: var(--white-color);
     font-size: 19px;
     line-height: 2.8;
} 
.pq-banner-index-2 .pq-review-box .pq-review-box-discription{
     color: var(--white-color);
     margin-top: 10px;
}
.pq-banner-index-2 .pq-counter-wrapper .pq-counter-style-1 .pq-counter  {
     font-family: var(--title-fonts);
     display: flex;
}
/*======== genuine-reviews-section counter ========*/

.pq-genuine-reviews-section .pq-review-box .pq-counter-suffix,
.pq-genuine-reviews-section .pq-review-box .pq-counter-title{
     color: var(--white-color);
}
.pq-genuine-reviews-section .pq-review-box .pq-count,
.pq-genuine-reviews-section .pq-review-box .pq-counter-suffix{
     font-size: 48px;
     line-height: 56px;
}
.pq-genuine-reviews-section .pq-section-right-div-wrapper .pq-counter-wrapper .pq-counter-style-1 .pq-counter {
     display: flex;
}

/*======== our-service-slider-section counter ========*/

.pq-our-service-slider-section .pq-counter-div-wrapper .pq-count,
.pq-our-service-slider-section .pq-counter-div-wrapper .pq-counter-title,
.pq-our-service-slider-section .pq-counter-div-wrapper .pq-counter-suffix{
     color:var(--white-color);
}
.pq-our-service-slider-section .pq-counter-div-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     gap: 45px;
}
.pq-our-service-slider-section .pq-counter-div-wrapper .pq-counter{
     border-bottom: 1px solid rgba(var(--white-color-rgb), .15);
}
.pq-our-service-slider-section .pq-counter-div-wrapper .pq-counter-title{
     margin-top: 15px;
     text-transform: uppercase;
}

/*================================================
          accordian
================================================*/
.pq-accordion-box {
     margin-bottom: 20px;
     position: relative;
     border-radius: var(--border-radius);
     background-color: var(--white-color);
}

.pq-accordion-box:last-child {
     margin-bottom: 0;
}

.pq-accordion-box.pq-active:last-child {
     margin-bottom: 0;
}

.pq-accordion-box .pq-ad-title {
     padding: 20px;
}

.pq-accordion-box.pq-active .pq-ad-title {
     background-color: #79662f;
     border-radius: 15px 15px 0 0;
}

.pq-accordion-box .pq-ad-number {
     font-size: 20px;
     line-height: 28px;
     font-family: var(--title-fonts);
     color: var(--dark-color);
     font-weight: 700;
}

.pq-accordion-box.pq-active .pq-ad-title .pq-ad-number {
     color: var(--white-color);
}

.pq-accordion-box .ad-title-text {
     font-size: 20px;
     line-height: 28px;
     margin-right: 60px;
}

.pq-accordion-box.pq-active .pq-ad-title .ad-title-text {
     color: var(--white-color);
}

.pq-accordion-box .ad-title-text i {
     width: 35px;
     height: 35px;
     background-color: var(--grey-color);
     color: var(--dark-color);
     font-size: 16px;
     line-height: 35px;
     font-weight: 700;
     text-align: center;
     position: absolute;
     right: 20px;
     top: 16px;
     border-radius: var(--big-border-radius);
     display: inline-block;
}

.pq-accordion-box.pq-active .ad-title-text i {
     background-color: var(--grey-color);
}

.pq-accordion-box .ad-title-text i.inactive {
     display: none;
}

.pq-accordion-box.pq-active .ad-title-text i.inactive {
     display: inline-block;
}

.pq-accordion-box .pq-accordion-details {
     padding: 15px 60px 30px 20px;
}

.pq-accordion-box .pq-accordion-details .pq-detail-text {
     margin-bottom: 0;
}

@media (max-width: 767px) {

     .pq-accordion-box .ad-title-text i {
          right: 20px;
          top: 20px;
     }

     .pq-accordion-box .pq-accordion-details {
          padding: 15px 20px 30px 20px;
     }
}

@media (max-width: 479px) {
     .pq-accordion-box .ad-title-text i {
          width: 35px;
          height: 35px;
          line-height: 35px;
     }
}

@media (max-width: 397px) {
     .pq-accordion-box {
          margin-bottom: 30px;
     }

     .pq-accordion-box .ad-title-text {
          font-size: 18px;
          line-height: 26px;
     }
}

/*================================================
	Gallery  
================================================*/
.pq-gallery-div .pq-title h2{
     font-size: 24px;
     line-height: 32px;
     margin-bottom: 15px;
}
.pq-gallery-div {
     padding: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}
.pq-gallery-div .pq-gallery-image-wrapper{
     grid-template-columns: 1fr 1fr 1fr;
     gap: 15px;
     display: grid;
}
.pq-gallery-div .pq-gallery-image-wrapper .pq-gallery-image-div{
     height: 100%;

}
.pq-gallery-div .pq-gallery-image-wrapper .pq-gallery-image-div img{
     height: 100%;
     object-fit: cover;
     border-radius: 10px;
}
.mfp-wrap .mfp-close:hover{
     background-color: transparent;
     color: #79662f;
}
.mfp-wrap .mfp-close {
     font-size: 32px;
     top: -10px;
     height: 40px;
     width: 40px;
     line-height: 32px;
     background-color: transparent;
     color: var(--grey-color);
}
.mfp-arrow .mfp-arrow-right::before{
     border-left: none;
}
.mfp-arrow .mfp-arrow-left::before{
     border-right: none;
}
.mfp-arrow .mfp-arrow-right{
  right: 0px;
  left: auto ;
  background: transparent;

}
.mfp-arrow .mfp-arrow-left{
  left: 0px;
  right: auto;
  background: transparent;
}
img.mfp-img {
     padding:  0;
}
.mfp-wrap .mfp-close {
     top: -45px;
}

@media (max-width:479px){
     .pq-gallery-div .pq-gallery-image-wrapper {
          grid-template-columns: 1fr 1fr;
     }
}

/*================================================
     tags-link
================================================*/

.pq-tags-div .pq-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--dark-color);
    text-transform: capitalize;
    margin-bottom: 30px;
}
.pq-tags-wrapper .pq-tag{
     background-color: var(--dark-color);
     width: fit-content;
     padding: 4px 16px;
     text-transform: uppercase;
     border-radius: 10px;
}
.pq-tags-wrapper .pq-tag a{
     text-decoration: none;
     color: var(--white-color);
}
.pq-tags-wrapper {
     display: flex;
     flex-wrap: wrap;     
     gap: 15px;
     width: 80%;
}

.pq-tags-div{
     padding: 30px ;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}
.pq-tags-div .pq-tag:hover{
     color:var(--white-color);
     background-color: #79662f;
     transition: var(--transition);
}

@media (max-width:1279px){
     .pq-tags-wrapper {
          width: 100%;
     }
}


/*================================================
      //     custom css      //
================================================*/


/*================================================
banner-section-index 1
================================================*/

.pq-banner-section.index-1{
     border-radius: var(--border-radius);
     margin: 0 30px;
     overflow: hidden;
     margin-top: 30px;
}
@media(max-width:1499px) {
     .pq-banner-section.index-1 {
          margin: 0 0px;
          border-radius: 0;
     }
}

/*================================================
expert-support-section
================================================*/

.pq-expert-support-section-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section{
     display: flex;
     flex-direction: column;
     gap: 30px;
     position: relative;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row1 img{
     border-radius: var(--border-radius);
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2{
     display: flex;
     gap: 30px;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 img{
     border-radius: var(--border-radius);
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 .pq-pettern-block .pq-pettern-block-wrapper{
     padding: 30px;
     display: flex;
     flex-direction: column;
     height: 100%;
     justify-content: space-between;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 .pq-pettern-block .pq-pettern-block-wrapper h2{
     font-size: 24px;
     line-height: 32px;
     width: 80%;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 .pq-pettern-block  {
     background-color: var(--white-color);
     position: relative;
     border-radius: var(--border-radius);
     z-index: 1;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 .pq-pettern-block::before{
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: url(../image/index1-hr-agency/expert-support/pattern_s_001-1.webp);
     object-fit: cover;
     background-repeat: no-repeat;
     background-position: top left;
     background-size: 60% auto;
     z-index: -1;
}
/*===== blue-circle ======*/
.pq-blue-circle{
     background-color: #79662f;
     border-radius: 100%;
     position: absolute;
     align-items: center;
     text-align: center;
     width: 150px;
     height: 150px;
     line-height: 150px;
     padding: 30px 0 ;
     left: 40%;
     top: 40%;
     z-index: 2;
}
.pq-blue-circle .pq-circle-heading{
     font-size: 28px;
     line-height: 36px;
     color: var(--white-color);
}
.pq-blue-circle .pq-circle-discription{
     font-size: 18px;
     line-height: 26px;
     color: var(--white-color);
         margin-top: 15px;
}
.pq-icon-list-wrapper .pq-icon-list{
     list-style-type: none;
     display: flex;
     gap: 10px;
     align-items: center;
     padding-bottom: calc(15px/2);
} 
.pq-icon-list-wrapper .pq-icon-list svg{
     height: 18px;
     fill: #79662f;
}
.pq-icon-list-wrapper{
     padding-left: 0;
     margin-top: 30px;
}
.pq-icon-list-wrapper .pq-icon-list-discription{
     font-size: 16px;
     line-height: normal;
     color: var(--dark-color);
}
.pq-expert-support-section  .pq-wrapper-right-section .pq-section-title .pq-title {
     border-bottom:  1px solid var(--border-color) ;
     padding-bottom: 15px;
     margin-bottom: 45px;
}
.pq-expert-support-section .pq-wrapper-right-section .pq-button-container{
     margin-top: 30px;
}

/*================================================
expert-support-section- responsive
================================================*/

@media (max-width:1279px){
     .pq-expert-support-section-wrapper{
          grid-template-columns: 1fr;
     }
}
@media (max-width:1023px){

     .pq-blue-circle {
          top: 40%;
          left: 40%;
     }
}
@media (max-width:767px) {
     .pq-blue-circle {
          top: 35%;
          left: 35%;
     }
     .pq-expert-support-section .pq-wrapper-right-section .pq-icon-list-wrapper .pq-icon-list {
          align-items: baseline;
     }
      
}
@media (max-width:479px) {
     .pq-blue-circle {
        display: none;
    }
     .pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 {
          flex-direction: column;
     }
}

/*================================================
pq-expert-guidence-section 
================================================*/

.pq-expert-guidence-section{
     background-color: var(--white-color);
     margin: 0 30px;
     border-radius: var(--border-radius);
     display: flex;
     flex-direction: column;
     gap:55px;
     padding-top: 0;
}
.pq-expert-guidence-section-wrapper {
     display: grid;
     grid-template-columns: 9fr 11fr;
     gap: 60px;
}
.pq-expert-guidence-section-wrapper .pq-wrapper-right-section .pq-servicebox-wrapper{
     display: flex;
     flex-direction: column;
     gap: 30px;
}
.pq-expert-guidence-section-wrapper .pq-wrapper-left-section .pq-section-title{
     position: sticky;
     top: 130px;
}
.pq-expert-guidence-section .pq-section-title .pq-title .pq-title-subtitle {
     background-color: #575757;
}
/*=====  expert-guidence-section responsive =====*/
@media (max-width:1279px){
     .pq-expert-guidence-section-wrapper{
          grid-template-columns: 1fr;
     }
}

@media (max-width:1200px){
     .pq-expert-guidence-section{
          margin:0 15px;
     }
}
@media (max-width:1023px){

     .pq-expert-guidence-section{
          margin: 0 15px;
          gap: 90px;
     }
}
@media (max-width:767px){
     .pq-expert-guidence-section{
          gap: 60px;
 
     }
}

/*================================================
Career Growth
================================================*/
.pq-career-growth-section {
     margin: 0 30px;
     padding-top: 0;
}
.pq-career-growth-section-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 30px;
}

.pq-career-growth-section-wrapper .pq-wrapper-left-div{
     background-color: var(--dark-color);
     padding: 60px;
     position: relative;
     z-index: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     z-index: 1;
}
.pq-career-growth-section-wrapper .pq-wrapper-left-div,
.pq-career-growth-section-wrapper .pq-wrapper-right-div{
     border-radius: var(--border-radius);
     overflow: hidden;
}
.pq-career-growth-section-wrapper .pq-wrapper-right-div img{
     border-radius: var(--border-radius);
}
.pq-career-growth-section-wrapper .pq-wrapper-left-div::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/index1-hr-agency/career-growth/pattern_01-1-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center center;
    z-index: -1;    
}
.pq-career-growth-section-wrapper .pq-wrapper-left-div .pq-section-title.text-left .pq-title-heading{
     color: var(--white-color);
}
.pq-proven-results-section.index-1 .pq-proven-results-section-wrapper{
     grid-template-columns: 1fr;
     gap: 0;
}
.pq-proven-results-section.index-1 .pq-proven-results-section-wrapper .pq-wrapper-top-div,
.pq-proven-results-section.index-1 .pq-proven-results-section-wrapper .pq-wrapper-bottom-div{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
}
.pq-proven-results-section.index-1 .pq-proven-results-section-wrapper .pq-wrapper-top-div p{
     margin-bottom: 0;
}

.pq-proven-results-section.index-1 .pq-proven-results-section-wrapper .pq-wrapper-top-div{
     align-items: center;
}


@media (max-width:1499px) {
     .pq-career-growth-section-wrapper .pq-wrapper-left-div {
          background-color: var(--dark-color);
          padding: 45px 30px;
     }
}
 
@media (max-width:1400px){
     .pq-contact-form select{
          margin-bottom: 30px;
     }
}
@media (max-width:1279px) {
     .pq-career-growth-section-wrapper {
          align-items: baseline;
     }
}

@media (max-width:1200px) {

     .pq-career-growth-section-wrapper .pq-wrapper-left-div {
          padding: 60px 30px;
     }
     .pq-career-growth-section-wrapper {
          display: grid;
          grid-template-columns: 1fr;
     }
}

@media (max-width:1023px) {
     .pq-career-growth-section-wrapper {
          grid-template-columns: 1fr;
          gap: 30px;
     }

     .pq-career-growth-section {
          margin: 0 0px;
     }

     .pq-client-voices-section .pq-video-popup {
          margin-top: -280px;
     }

     .pq-career-growth-section-wrapper .pq-wrapper-left-div,
     .pq-career-growth-section-wrapper .pq-wrapper-right-div,
     .pq-career-growth-section-wrapper .pq-wrapper-right-div img {
          border-radius: 0;
     }
     .pq-proven-results-section.index-1 .pq-proven-results-section-wrapper .pq-wrapper-top-div,
     .pq-proven-results-section.index-1 .pq-proven-results-section-wrapper .pq-wrapper-bottom-div {
          grid-template-columns: 1fr ;
          gap: 10px;
     }
     .pq-proven-results-section.index-1 .pq-proven-results-section-wrapper .pq-wrapper-bottom-div .pq-image-box-wrapper{
          margin-top: 30px;
     }
}
@media (max-width:768px) {
     .pq-career-growth-section-wrapper .pq-wrapper-left-div {
          padding: 30px;
     }
}
/*================================================
proven-results
================================================*/
.pq-proven-results-section{
     padding-top: 0;
}
.pq-proven-results-section-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
 
}

.pq-proven-results-section-wrapper .pq-image-box-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 30px;
     margin-top: 45px;
}
.pq-proven-results-section-wrapper .pq-image-box-wrapper img{
     border-radius: var(--border-radius);
}
@media (max-width:1023px) {
     .pq-proven-results-section-wrapper {
          grid-template-columns: 1fr;
     }
}

@media (max-width:379px) {
.pq-proven-results-section-wrapper .pq-image-box-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 45px;
     }
}
/*================================================
client voices 
================================================*/
.pq-client-voices-section{
     margin: 0 30px;
     border-radius: var(--border-radius);
     background-color: #79662f;
     margin-top: 280px;
     position: relative;
     z-index: 1;
}

.pq-client-voices-section::before{
     content: "";
     top: 0;
     left: 0;
     position: absolute;
     background-image: url(../image/index1-hr-agency/client-voices/background_mg_001-scaled-1.webp);
     height: 100%;
     width: 100%;
     opacity: .03;
     z-index: -1;
}

.pq-client-voices-section .pq-section-title .pq-title .pq-title-heading {
     color: var(--white-color);
}
.pq-client-voices-section .pq-section-title{
     padding-top: 130px;
}

@media (max-width:1199px){
     .pq-client-voices-section{
          margin-top: 320px;
     }
     .pq-client-voices-section .pq-section-title {
          padding: 0 30px;
          padding-top: 90px;
     }
     
     .pq-client-voices-section{
          margin-left: 0;
          margin-right: 0;
          border-radius: 0;
     }
}
@media (max-width: 1023px) {

     .pq-client-voices-section {
          margin-top: 200px;
    }
}
 
@media (max-width: 767px) {
      
     .pq-client-voices-section {
        margin-top: 215px;
    }
     .pq-client-voices-section .pq-section-title {
          padding-top: 60px;
     }
}
@media (max-width: 479px) {
     .pq-client-voices-section {
        margin-top: 200px;
    } 
}


/*========== award carousel client voices ==============*/

.pq-client-voices-section .pq-award-carousel-title .pq-title-heading{
     color:var(--white-color);
     font-weight: 400;
     letter-spacing: .1em;
}
.pq-client-voices-section .pq-award-carousel-title{
     margin: 90px 0 60px 0;
     position: relative;
}
.pq-client-voices-section .pq-award-carousel-title::before{
     border-bottom: 1px solid rgba(var(--white-color-rgb), .2);
     position: absolute;
     top: 50%;
     left: 0;
     width: 35%;
     content: "";
}
.pq-client-voices-section .pq-award-carousel-title::after{
     border-bottom: 1px solid rgba(var(--white-color-rgb), .2);
     position: absolute;
     top: 50%;
     right: 0;
     width: 35%;
     content: "";
}

/*========== award carousel client voices responsive ==============*/
@media (max-width:1023px){
     .pq-client-voices-section .pq-award-carousel-title::after,
     .pq-client-voices-section .pq-award-carousel-title::before{
          width: 30%;
     }
}
@media (max-width:767px){
     .pq-client-voices-section .pq-award-carousel-title::after,
     .pq-client-voices-section .pq-award-carousel-title::before{
          display: none;
     }
}
 

/*========== award carousel client voices ==============*/
.pq-growth-guide-section.index-1 .pq-img-carousel .owl-carousel .pq-blog-post {
     margin-bottom: 0;
}

/*=============================================== 
             index-2 staffing agency 
 ===============================================*/

/*================================================
banner - index 2
================================================*/
.pq-banner-index-2{
     background-color: #79662f;
     margin: 0 30px;
     border-radius: var(--border-radius);
     padding-bottom: 0;
     overflow: hidden;
     position: relative;
     z-index: 1;
}
.pq-banner-index-2::before{
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-image: url(../image/index-2-staffing-agency/banner/pattern_01-1-scaled.webp);
     background-size: cover;
     z-index: -1;
}
.pq-banner-index-2 .pq-title-wrapper{
     grid-template-columns: 7fr 3fr;
     display: grid;
     gap: 60px;
     align-items: center;
}
.pq-banner-index-2 .pq-title-wrapper .pq-button{
     background-color: var(--white-color);
     color: #79662f;
     margin-top: 0px;
}
.pq-banner-index-2 .pq-title-wrapper .pq-button:hover{
     background-color: var(--dark-color);
     color:var(--white-color);
     transition: var(--transition);
}
.pq-banner-index-2 .pq-title-wrapper .pq-button:hover i{
     color: var(--white-color);
     transition: var(--transition);
}
.pq-banner-index-2 .pq-title-wrapper .pq-button-container{
     margin-top: 45px;
}
.pq-banner-index-2 .pq-title-wrapper .pq-button i{
     color: #79662f;
}
.pq-banner-index-2 .pq-title-wrapper .pq-title{
     width: 70%;
}

.pq-banner-index-2 .pq-title-wrapper .pq-title .pq-title-heading{
     color: var(--white-color);
     font-size: 64px;
     line-height: 72px;
}
.pq-banner-index-2 .pq-title-wrapper .pq-review-box .pq-review-box-wrapper{
     display: flex;     
     gap: 30px;
     align-items: center;
}
.pq-banner-index-2 .pq-title-wrapper .pq-review-box .pq-review-box-wrapper img{
     width: 160px;
}

/*=============  banner title index-2 ==========*/

@media (max-width: 1499px) {
    .pq-banner-index-2 .pq-title-wrapper {
        grid-template-columns: 2fr 1fr;
        display: grid;
        gap: 60px;
        align-items: center;
    }
}

@media (max-width: 1279px) {
    .pq-banner-index-2 .pq-title-wrapper {
        grid-template-columns: 1.9fr 1.1fr;
        gap: 60px;

    }
}

@media (max-width:1023px) {
     .pq-banner-index-2 .pq-title-wrapper {
          grid-template-columns: 1fr 1fr;
          display: grid;
          gap: 60px;
     }
     .pq-banner-index-2 .pq-title-wrapper .pq-title .pq-title-heading {
          font-size: 44px;
          line-height: 52px;
     }
     .pq-banner-index-2 .pq-title-wrapper .pq-title {
          width: 100%;
     }
}

@media (max-width:767px) {
     .pq-banner-index-2 .pq-title-wrapper {
          grid-template-columns: 1fr;
          display: grid;
          gap: 45px;
     }
     .pq-banner-index-2 .pq-title-wrapper .pq-review-box .pq-review-box-wrapper {
          display: flex;
     }

     .pq-banner-index-2 .pq-title-wrapper .pq-review-box .pq-review-box-wrapper img {
          width: 180px;
     }

     .pq-banner-index-2 .pq-review-box .pq-review-box-discription {
          margin-top: 5px;
     }
     .pq-banner-index-2 {
          margin: 0;
          border-radius: 0;
     }
     .pq-banner-index-2 .pq-title-wrapper .pq-title .pq-title-heading{
          font-size: 32px;
          line-height: 40px;
     }
     .pq-banner-index-2 .pq-title-wrapper .pq-review-box .pq-review-box-wrapper {
          gap: 30px;
     }
}
@media (max-width:479px) {
     .pq-banner-index-2 .pq-title-wrapper .pq-review-box .pq-review-box-wrapper img {
          width: 150px;
     }
}
@media (max-width:397px) {
     .pq-banner-index-2 .pq-title-wrapper .pq-title .pq-title-heading{
          font-size: 28px;
          line-height: 36px;
     }
}



/*================================================
Simplified Solutions
================================================*/
.pq-title-div-wrapper{
     display: grid;
     grid-template-columns: 3fr 7fr;
     gap: 60px;
}
.pq-simplified-solutions-section-wrapper .pq-title-div-wrapper .pq-section-title p{
     margin-bottom: 0;
}

.pq-simplified-solutions-section-wrapper .pq-icon-list-box{
     display: grid;
     grid-template-columns: 3fr 2fr;
     align-items: center;
}
.pq-simplified-solutions-section-wrapper .pq-icon-list-box .pq-button-container{
     align-items: start;
}


/*============  Simplified Solutions responsive  ============*/
@media (max-width:1279px){
     .pq-simplified-solutions-section-wrapper .pq-icon-list-box {
          grid-template-columns: 1fr;
     }
}

@media (max-width:1023px){
     .pq-title-div-wrapper {
          grid-template-columns: 1fr;
          gap: 0px;
     }
     .pq-simplified-solutions-section-wrapper .pq-icon-list-wrapper {
          margin-top: 15px;
     }
     
     .pq-simplified-solutions-section-wrapper .pq-video-popup{
          margin-left: 0;
          margin-right: 0;
     }
}
/*================================================
Smart Support 
================================================*/
.pq-smart-support-section{
     margin: 0 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}
.pq-smart-support-section .pq-smart-support-section-wrapper{
     grid-template-columns: 3fr 7fr;
     gap: 60px;
     display: grid;
}
@media (max-width:1499px){
     .pq-smart-support-section{
          margin: 0;
          border-radius: 0;
     }
}    
@media (max-width:1279px){
     .pq-smart-support-section .pq-smart-support-section-wrapper {
          grid-template-columns: 1fr;
     }
 
}

/*================================================
Why Choose Us
================================================*/

.pq-why-choose-us-section{
     background-color: #79662f;
     margin: 30px 30px 0 30px ;
     padding:  0;
     border-radius: var(--border-radius);
}
.pq-why-choose-us-section .pq-button{
     background-color: var(--white-color);
     color: #79662f;
     margin-top: 15px;
}
.pq-why-choose-us-section .pq-button:hover{
     background-color: var(--dark-color);
     color: var(--white-color);
}
.pq-why-choose-us-section  .pq-button:hover i{
     color: var(--white-color);
}
.pq-why-choose-us-section .pq-button i{
     color: #79662f;
}
.pq-why-choose-us-section .pq-section-center-div .pq-title-heading,
.pq-why-choose-us-section .pq-section-center-div .pq-title-description {
     color: var(--white-color) ;
}
.pq-why-choose-us-section .pq-section-center-div .pq-title-heading{
     margin-bottom: 15px;
}
.pq-why-choose-us-section .pq-image-div img{
     margin-top: -60px;
     width: 104%;
}
.pq-why-choose-us-section .pq-image-div{
     padding-left: 30px;
}
.pq-why-choose-us-section .pq-section-left-div{
     height: 100%;
}
.pq-why-choose-us-section .pq-section-center-div{
     padding: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100%;
}
.pq-why-choose-us-section .pq-image-div{
     display: flex;
     justify-content: center;
     align-items: flex-end;
     height: 100%;
}
.pq-white-bg{
     background-color: var(--white-color);
}

/*================================================
Why Choose Us - responsive
================================================*/
@media (max-width:1399px){
     .pq-why-choose-us-section .pq-image-div img{
          width: 100%;
     }
}
@media (max-width:1200px){
     .pq-why-choose-us-section .pq-image-div img{
          width: auto;
          max-height: 550px;
          margin-top: 0;
     }
     .pq-why-choose-us-section .pq-image-div{
          padding-left: 0;
          padding-top: 90px;
     }
     .pq-why-choose-us-section .pq-section-center-div {
          padding-bottom: 0px;
          padding-left: 15px;
          padding-right: 15px;
          margin-top: 45px;
     }
     .pq-why-choose-us-section .pq-section-right-div {
          padding: 0px 15px 90px 15px !important;
     }
     .pq-why-choose-us-section{
          margin: 0 15px;
     }
 
}
@media (max-width:1023px){
     .pq-why-choose-us-section .pq-image-div img{
          padding-left: 30px;
     }
}
@media (max-width:767px){
     .pq-why-choose-us-section .pq-image-div{
          padding-top: 60px;
     }
     .pq-why-choose-us-section .pq-section-right-div {
          padding:45px 0px 60px 0px !important;
     }
     .pq-why-choose-us-section .pq-section-center-div {
          padding-left: 0;
          padding-right: 0;
          margin-top: 30px;
     }
     .pq-why-choose-us-section .pq-image-div img{
          padding-left: 0px;
     }
     .pq-why-choose-us-section .pq-image-div {
        padding-top: 30px;
     }
     
}
@media (max-width:479px){
     .pq-why-choose-us-section .pq-image-div img{
          width: auto;
          max-height: 350px;
          margin-top: 0;
     }
}


/*================================================
our Team
================================================*/
.pq-our-team-section{
     background: var(--white-color);
}

.pq-our-team-section .pq-section-title .pq-title .pq-title-subtitle{
     background: var(--grey-color);
}


/*================================================
genuine-reviews 
================================================*/
.pq-genuine-reviews-section .pq-review-box{
     background-color: #79662f;
     border-radius: var(--border-radius);
     padding:45px 30px;
     width: 45%;
     position: absolute;
     bottom: 30px;
     right: 30px;
}
.pq-genuine-reviews-section .pq-review-box .pq-review-box-image-div img{
     width: 80%;
}
.pq-genuine-reviews-section .pq-review-box .pq-review-box-image-div{
     margin: 30px 0 60px 0;
     position: relative;
}
.pq-genuine-reviews-section .pq-review-box .pq-review-box-image-div::after{
     position: absolute;
     height: 1px;
     width: 100%;
     background-color: var(--white-color);
     opacity: .2;
     content: "";
     bottom: -30px;
     left: 0;
}
.pq-genuine-reviews-section .pq-review-box .pq-customer-count{
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
}
.pq-genuine-reviews-section .pq-review-box .pq-count{
     color: var(--white-color);
}

.pq-genuine-reviews-section .pq-section-right-div-wrapper{
     position: relative;
     border-radius: var(--border-radius);
     overflow: hidden;
     height: 100%;
}
.pq-genuine-reviews-section .pq-section-right-div-wrapper::before{
     content: "";
     height: 100%;
     width: 100%;
     background-image: url("../image/index-2-staffing-agency/genuine-reviews/testimonial_bg_01.webp");
     position: absolute;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
}

 
/*================================================
genuine-reviews - responsive
================================================*/
@media (max-width:1399px){

     .pq-genuine-reviews-section .pq-review-box {
          width: auto;
     }
     .pq-genuine-reviews-section .owl-nav{
          display: none;
     }
}
@media (max-width:991px){
     .pq-genuine-reviews-section .pq-section-right-div-wrapper {
          margin-top: 30px; 
     }
     .pq-genuine-reviews-section .pq-section-right-div-wrapper {
          height: 480px;          
     }
}
@media (max-width:479px){
     .pq-genuine-reviews-section .pq-review-box {
          width: 80% !important;
     }
}

/*==========================================================
          //  index-3 -hr- outsourcing     //
============================================================*/

.pq-banner-section-index-3{
     padding-top: 0;
     margin: 0 30px;
     overflow: hidden;
     border-radius: var(--border-radius);
}

@media (max-width: 1499px) {
     .pq-banner-section-index-3{
          margin: 0 ;
          border-radius: 0;
     }
}
/*================================================
our sevices
================================================*/

.pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-wrapper-left-section{
     grid-column: 2;
     grid-row: 1;
}
.pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-wrapper-right-section{
     grid-column: 1;
     grid-row: 1;
}
.pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-icon-list-box{
     display: grid;
     grid-template-columns: 1fr 3fr;
     gap: 30px;
     align-items: center;
}
.pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-icon-list-box img{
     border-radius: var(--border-radius);
}

/*================================================
our sevices - responsive
================================================*/
@media (max-width:1279px) {
     .pq-expert-support-section.pq-index-3-our-services-section .pq-expert-support-section-wrapper {
          grid-template-columns: 1fr ;
     }
          .pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-wrapper-left-section {
          grid-column: 1;
          grid-row: 1;
     }

     .pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-wrapper-right-section{
          grid-column: 1;
          grid-row: 2;
     }
     .pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-icon-list-box {
          grid-template-columns: 1fr 3fr;
     }
}
 
@media (max-width:479px) {
     .pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-icon-list-box {
          grid-template-columns: 1fr ;
     }
     .pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-icon-list-box ul{
          margin: 0;
     }
     .pq-index-3-our-services-section .pq-expert-support-section-wrapper .pq-icon-list-box ul li:last-child{
          padding-bottom: 0;
     }
}

/*================================================
pq-our-service-slider-section 
================================================*/
.pq-our-service-slider-section{
     background-color: #79662f;
     margin: 0 30px;
     border-radius: var(--border-radius);
     position: relative;
     overflow: hidden;
     z-index: 1;
}
.pq-our-service-slider-section::before{
     content: "";
     height: 100%;
     width: 100%;
     position: absolute;
     background-image: url("../image/index-3-hr-out-sourcing/our-services/background_mg_001-scaled-1.webp");
     opacity: .03;
     background-position: center center;
     top: 0;
     left: 0;
     z-index: -1;
}
.pq-expert-support-section-wrapper .pq-wrapper-left-section .pq-wrapper-left-section-row2 .pq-pettern-block::before {
     background-image: url("../image/index-3-hr-out-sourcing/our-services/pattern_s_001-1.webp");
}
.pq-our-service-slider-section .pq-title-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     align-items: center;
}
.pq-our-service-slider-section .pq-title-wrapper .pq-section-title .pq-title-heading{
     color: var(--white-color);
}
.pq-our-service-slider-section .pq-title-wrapper .pq-button-container {
     display: flex;
     justify-content: end;
}
.pq-our-service-slider-section .pq-title-wrapper .pq-button-container .pq-button{
     background-color: var(--white-color);
     color: #79662f;
}
.pq-our-service-slider-section .pq-title-wrapper .pq-button-container .pq-button:hover{
     background-color: var(--dark-color);
     color: var(--white-color);
}
.pq-our-service-slider-section .pq-title-wrapper .pq-button-container .pq-button:hover i{
     color: var(--white-color);
} 
.pq-our-service-slider-section .pq-title-wrapper .pq-button-container .pq-button i{
     color: #79662f;
}

.pq-our-service-slider-section .service-box-style-5-slider {
     margin-right: -250px;
}

.pq-our-service-slider-section .pq-section-wrapper{
     display: flex;
     flex-direction: column;
     gap: 60px;
}

/*========================  pq-our-service-slider-section-wrapper-responsive  ==========================*/
@media (max-width:1279px) {
     .pq-our-service-slider-section{
          margin: 0 15px;
     }
}

@media (max-width:1200px) {
     .pq-our-service-slider-section .pq-section-wrapper {
          gap: 45px;
          padding: 0 15px;
     }
     .pq-our-service-slider-section .pq-title-wrapper {
          grid-template-columns: 2fr 1fr;
     }
}

@media (max-width:1023px) {
     .pq-our-service-slider-section {
          margin: 0 15px;
     }
     .pq-our-service-slider-section .pq-section-wrapper {
          padding: 0 ;
     }
     .pq-our-service-slider-section .service-box-style-5-slider .owl-nav {
          display: none;
     }
     .pq-our-service-slider-section .service-box-style-5-slider {
          margin-right: 0;
     }
     .pq-our-service-slider-section .pq-counter-div-wrapper {
          grid-template-columns: 1fr 1fr;
          column-gap: 60px;
     }
     .pq-our-service-slider-section .owl-carousel .owl-dots .owl-dot{
          background-color: var(--white-color);
     }
     .pq-our-service-slider-section .owl-carousel .owl-dots .owl-dot.active {
          background: var(--secondary-color);
     }
}
@media (max-width:767px) {
 
     .pq-our-service-slider-section .pq-title-wrapper {
          grid-template-columns:  1fr;
          gap: 30px;
     }
     .pq-our-service-slider-section .pq-title-wrapper .pq-button-container {
          justify-content: start;
     }
     .pq-our-service-slider-section .owl-carousel .owl-dots .owl-dot.active {
          background: var(--secondary-color);
     }
}
@media (max-width:479px) {
     .pq-our-service-slider-section .pq-counter-div-wrapper {
          grid-template-columns: 1fr;
          gap: 30px;
          text-align: center;
     }
     
     
}

/*================================================
why-choose-us-index-3
================================================*/
.pq-why-choose-us-index-3 .pq-section-left-div{
     background-color: var(--dark-color);
     padding-left: 45px;
     padding-right: 45px;
     position: relative;
     z-index: 1;
}
.pq-why-choose-us-index-3 .pq-section-left-div::before{
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     position: absolute;
     background-image: url("../image/index-3-hr-out-sourcing/why-choose-us/background_mg_001-scaled-1.webp");
     opacity: .03;
     background-size: cover;
     background-repeat: no-repeat;
     z-index: -1;
}
.pq-why-choose-us-index-3{
     margin: 0 30px;
     padding-top: 0;
}
.pq-why-choose-us-index-3 .pq-why-choose-us-section-wrapper{
     display: grid;
     grid-template-columns: 4.5fr 5.5fr; 
     border-radius: var(--border-radius);
     overflow: hidden;
}
.pq-why-choose-us-index-3 .pq-section-left-div .pq-title-heading,
.pq-why-choose-us-index-3 .pq-section-left-div .pq-service-box-description {
     color: var(--white-color);
}
.pq-why-choose-us-index-3 .pq-icon-list-wrapper .pq-icon-list i,
.pq-why-choose-us-index-3 .pq-icon-list-wrapper .pq-icon-list .pq-icon-list-discription{
     color: var(--white-color);
}
.pq-why-choose-us-index-3 .pq-icon-list-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     column-gap: 30px;
}
.pq-why-choose-us-index-3 .pq-icon-list-wrapper li{
     align-items: baseline;
}
.pq-why-choose-us-index-3 .pq-section-left-div .pq-button-container {
     margin-top: 30px;
}
.pq-why-choose-us-index-3 .pq-section-left-div .pq-button.pq-button-flat:hover{
     background-color: var(--white-color);
     color: #79662f;
}
.pq-why-choose-us-index-3 .pq-section-left-div .pq-button.pq-button-flat:hover i{
     color: #79662f;
}
.pq-why-choose-us-index-3 .pq-section-right-div{
     height: 100%;
}
.pq-why-choose-us-index-3 .pq-section-right-div img{
     height: 100%;
     width: 100%;
     object-fit: cover;
}
/*===================  why-choose-us-index-3 - responsive   =================*/
@media (max-width:1279px){
     .pq-why-choose-us-index-3 .pq-icon-list-wrapper {
          grid-template-columns: 1fr;
     }
     .pq-why-choose-us-index-3 .pq-why-choose-us-section-wrapper {
          grid-template-columns: 1fr;
     }
     .pq-why-choose-us-index-3{
          margin:0 15px;
     }
     .pq-why-choose-us-index-3 .container-fluid{
          padding: 0;
     }
     .pq-why-choose-us-index-3 .pq-icon-list-wrapper {
          grid-template-columns: 1fr 1fr;
     }
     .pq-why-choose-us-index-3 .pq-section-left-div {
          padding-left: 30px;
          padding-right: 30px;
     }
}

@media (max-width:1023px){

}

@media (max-width:767px){
     .pq-why-choose-us-index-3 .pq-icon-list-wrapper {
          grid-template-columns: 1fr;
     }

}


/*================================================
positive impression
================================================*/
.pq-positive-impression-section{
     background-color: var(--white-color);
}

.pq-positive-impression-section-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
}
.pq-positive-impression-section-wrapper .pq-wrapper-left-div .pq-button-container{
     margin: 30px 0;
}
.pq-positive-impression-section-wrapper .pq-wrapper-left-div .pq-image-div {
     border-radius: var(--border-radius);
     overflow: hidden;
 
}
.pq-positive-impression-section .pq-title .pq-title-subtitle{
     background-color: var(--grey-color);
}
.pq-positive-impression-section-wrapper .pq-wrapper-right-div .pq-testimonial-wrapper{
     display: grid;
     grid-template-columns: 1fr;
     gap: 30px;
}

/*=====================  positive impression - responsive   =====================*/
@media (max-width:1279px) {
     .pq-positive-impression-section-wrapper {
          display: grid;
          grid-template-columns: 1fr ;
          gap: 60px;
     }
}

/*================================================
quick answer
================================================*/

.pq-quick-answer-section .pq-quick-answer-section-wrapper{
     display: grid;
     grid-template-columns: 4fr 6fr;
     gap: 30px;
}
.pq-quick-answer-section-wrapper .pq-wrapper-left-div{
     background-color: #79662f;
     padding: 45px;
     border-radius: var(--border-radius);
     position: relative;
     display: flex;
     justify-content: center;
     position: relative;
     z-index: 1;
     flex-direction: column;
     
}
.pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-button{
     margin-top: 10px;
}
.pq-quick-answer-section-wrapper .pq-wrapper-left-div::before{
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     position: absolute;
     background-image: url(../image/index-3-hr-out-sourcing/quick-answer/pattern_01.webp);
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center right;
     z-index: -1;
}
.pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-title-heading,
.pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-service-box-description{
     color: var(--white-color);
}
.pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-button {
     background-color: var(--white-color);
     color: #79662f;
}
.pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-button i{
     color: #79662f;
}
.pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-button:hover{
     color: var(--white-color);
     background-color: var(--dark-color);
}
.pq-quick-answer-section-wrapper .pq-wrapper-left-div .pq-button:hover i{
     color: var(--white-color);
}

/*======== quick answer - responsive ========*/
@media (max-width:1279px){
     .pq-quick-answer-section .pq-quick-answer-section-wrapper {
          grid-template-columns: 1fr;
     }
     .pq-quick-answer-section-wrapper .pq-wrapper-left-div {
          padding: 45px 30px;
     }
}
@media (max-width:767px){
     .pq-quick-answer-section-wrapper .pq-wrapper-left-div {
          padding: 30px 15px;
     }
}

/*================================================
  aboutus - page 
================================================*/

.pq-aboutus-section .pq-aboutus-section-wrapper{
     display: grid;
     grid-template-columns: 1fr;
     gap: 60px;
}
.pq-aboutus-section .pq-widget-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 30px;
}

.pq-aboutus-section .pq-widget-wrapper .pq-widget-image-div{
     border-radius: var(--border-radius);
     overflow: hidden;
}
.pq-aboutus-section .pq-widget-wrapper .pq-widget-image-div img{
     border-radius: var(--border-radius);
     min-height: 100%;
     object-fit: cover;
}
.pq-aboutus-section .pq-widget-wrapper .pq-widget-container .pq-image-div img{
     width:180px;
}
.pq-aboutus-section .pq-widget-wrapper .pq-widget-container{
     padding: 45px;
     background-color: #79662f;
     position: relative;
     border-radius: var(--border-radius);
     z-index: 1;
     display: flex;
     flex-direction: column;
     gap: 30px;
     justify-content: center;
}
.pq-aboutus-section .pq-widget-wrapper .pq-widget-container .pq-image-box-title,
.pq-aboutus-section .pq-widget-wrapper .pq-image-box-description {
     color: var(--white-color);
     padding-top: 15px;
}
.pq-aboutus-section .pq-widget-wrapper .pq-widget-container::before{
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     background-image: url(../image/about-us/about-us/pattern_01.webp);
     height: 100%;
     width: 100%;
     background-size: cover;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: right;
     z-index: -1;
}
.pq-aboutus-section .pq-widget-wrapper .pq-button{
     text-decoration: none;
     background-color: var(--white-color);
     color: #79662f;
}
.pq-aboutus-section .pq-widget-wrapper .pq-button:hover{
     color: var(--white-color);
     background-color: var(--dark-color);
}
.pq-aboutus-section .pq-widget-wrapper .pq-widget-container .pq-image-box-description{
     margin-bottom: 0;
}
.pq-growth-guid-section-index-3.about-us-page{
     padding-top: 0;
}


/*=========== aboutus -responsive ============*/

@media (max-width:1023px){
     .pq-aboutus-section .pq-widget-wrapper {
          grid-template-columns: 1fr 1fr;
           
     }    
   
}
@media (max-width:767px) {
     .pq-aboutus-section .pq-widget-wrapper {
          grid-template-columns: 1fr;
     }

     .pq-aboutus-section .pq-widget-wrapper .pq-widget-container {
          padding: 45px 30px;
     }
     .pq-aboutus-section .pq-widget-wrapper .pq-widget-image-div img {
          border-radius: var(--border-radius);
          min-height: 100%;
          object-fit: cover;
          max-height: 380px;
     }
}
@media (max-width:479px){
 
     .pq-aboutus-section .pq-widget-wrapper .pq-widget-container {
          padding: 30px 15px;
     }
}

/*================================================
  step to success
================================================*/
.pq-step-to-success-section-about-us{
     background-color: #79662f;
     margin: 0 30px;
     border-radius: var(--border-radius);
     position: relative;
     z-index: 1;
}
.pq-step-to-success-section-about-us::before{
     content: "";
     top:0;
     left: 0;
     height: 100%;
     width: 100%;
     position: absolute;
     background-image: url("../image/about-us/step-to-success/pattern_01-1-scaled.webp");
     background-size: cover;
     z-index: -1;
}
.pq-step-to-success-section-about-us .pq-title .pq-title-heading{
     color: var(--white-color);
}
@media (max-width: 1200px) {
    .pq-step-to-success-section-about-us {
        margin: 0 15px;
    }
}
/*================================================
  .pq-genuine-reviews
================================================*/

.pq-genuine-reviews-section.about-us .pq-section-right-div-wrapper::before {
     background-image: url(../image/about-us/genuine-reviews/testimonial_bg_01.webp);
}

/*================================================
  our services page
================================================*/

.pq-growth-guid-section-index-3.our-services-page{
     padding-top: 0;
}

/*================================================
  Affordable Solutions - our services 
================================================*/

.pq-service-page-section .pq-service-page-section-wrapper{
     display: grid;
     grid-template-columns: 3.3fr 6.7fr;
     gap: 45px;
}
.pq-service-page-section .pq-service-page-section-wrapper .pq-wrapper-left-div .pq-nav-menu-2{
     background-color: var(--white-color);
     padding:30px;
     border-radius: var(--border-radius);
}
.pq-service-page-section .pq-service-page-section-wrapper .pq-menu-title{    
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
}
.pq-service-page-section-wrapper .pq-nav-menu-2 .pq-menu-item-wrapper .pq-menu-item{
     list-style-type: none;
     margin-top: 10px;
}
.pq-service-page-section-wrapper .pq-nav-menu-2 .pq-menu-item-wrapper .pq-menu-item a {
     text-decoration: none;
     padding: 20px 30px;
     background-color: var(--grey-color);
     border-radius: var(--border-radius);
     display: block;
     font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--dark-color);
    position: relative;
}
.pq-service-page-section-wrapper .pq-nav-menu-2 .pq-menu-item-wrapper .pq-menu-item a::before{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    right: 20px;
    left: auto;
    top: 24px;
    position: absolute;
    color: inherit;
    line-height: normal;
}
.pq-service-page-section-wrapper .pq-nav-menu-2 .pq-menu-item-wrapper .pq-menu-item a:hover,
.pq-service-page-section-wrapper .pq-nav-menu-2 .pq-menu-item-wrapper .pq-menu-item.current-menu-item a{
     background-color: #79662f;
     color: var(--white-color);
}
.pq-service-page-section-wrapper .pq-nav-menu-2 .pq-menu-item-wrapper{
     padding-left: 0;
}
.pq-service-page-section-wrapper .pq-item-download a .pq-file-icon i{
     font-size: 24px;
}
.pq-service-page-section-wrapper .pq-item-download{
     padding: 20px;
     margin-top: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}
.pq-service-page-section-wrapper .pq-item-download a{
     display: flex;
     gap: 15px;
     text-decoration: none;
     align-items: center;
     text-transform: uppercase;
     color: var(--dark-color);
}
.pq-service-page-section-wrapper .pq-item-download a:hover{
     color: #79662f; 
     transition: var(--transition);    
}
.pq-service-page-section-wrapper .pq-item-download a .pq-download-icon-right{
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 100%;
    background-color: var(--dark-color);
    color: var(--white-color);
    margin-left: auto;
    text-align: center;
    display: flex;
    transition: var(--transition);
    align-items: center;
    justify-content: center;
}
.pq-service-page-section-wrapper .pq-item-download a .pq-download-icon-right i{
     display: flex;
}
.pq-service-page-section-wrapper .pq-item-download a .pq-file-icon{
     color: #79662f;
}
.pq-service-page-section-wrapper .pq-item-download a:hover .pq-download-icon-right{
     background-color: #79662f;
}
.pq-service-page-section-wrapper .pq-wrapper-left-div .pq-image-block img{
     border-radius: var(--border-radius);
}
.pq-service-page-section-wrapper .pq-wrapper-left-div .pq-image-block{
     padding: 30px;
     border-radius: var(--border-radius);
     margin-top: 30px;
     background-color: var(--white-color);
}
.pq-service-page-section-wrapper .pq-wrapper-right-div  .pq-image-div img{
     border-radius: var(--border-radius);
}
.pq-service-page-section-wrapper .pq-wrapper-right-div{
     display: flex;
     flex-direction: column;
     gap: 30px;
}
.pq-service-page-section-wrapper .pq-wrapper-right-div .pq-title{
     margin-bottom: 10px;
}
.pq-service-page-section-wrapper .pq-wrapper-right-div .pq-title{
     font-size: 32px;
     line-height: 40px;
     text-transform: capitalize;
}
.pq-service-page-section-wrapper .pq-wrapper-right-div .pq-icon-list-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     column-gap: 30px;
     row-gap: 5px;
     margin-top: 15px;
}
.pq-service-page-section-wrapper .pq-wrapper-right-div .pq-icon-list-wrapper .pq-icon-list .pq-icon-list-discription{
     color: var(--secondary-color);
}

.pq-service-page-section-wrapper .pq-wrapper-right-div .pq-image-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 30px;
}
.pq-service-page-section-wrapper .pq-wrapper-right-div .pq-accordion-block{
     margin-top: 20px;
}
.pq-service-page-section-wrapper .pq-wrapper-right-div .pq-discription p:nth-child(2){
     margin-bottom: 0;
}

/*===============  Affordable Solutions - our services - responsive  ====================*/

@media (max-width:1200px){
     .pq-service-page-section .pq-service-page-section-wrapper {
          gap: 45px;
     }
}

@media (max-width:1023px){
     .pq-service-page-section .pq-service-page-section-wrapper {
         grid-template-columns: 1fr;
     }
     .pq-service-page-section .pq-service-page-section-wrapper .pq-wrapper-right-div{
          grid-row: 1;
     }
     .pq-service-page-section .pq-service-page-section-wrapper .pq-wrapper-left-div{
          grid-row: 2;
     }
}

@media (max-width:767px){
      .pq-service-page-section-wrapper .pq-wrapper-right-div .pq-icon-list-wrapper {
          grid-template-columns: 1fr;
      }
}
@media (max-width:379px){
     .pq-service-page-section-wrapper .pq-wrapper-right-div .pq-image-wrapper {
          grid-template-columns: 1fr;
     }
}
/*================================================
  our-process-page
================================================*/

/*================   skill-match-section responsive ===============*/

@media (max-width:1023px){
     .pq-skill-match-section .pq-process-step-slider .owl-nav{
          display: none;
     }
}

@media (max-width: 767px) {
     .pq-skill-match-section .pq-process-step.pq-style-2 .pq-process-content:before {
        top: -22px;
    }
}

/*================================================
  our-team-page
================================================*/
.pq-our-team-page-section .pq-our-team-page-section-wrapper  .pq-team-box-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 30px;
}
@media (max-width:1023px) {
     .pq-our-team-page-section .pq-our-team-page-section-wrapper .pq-team-box-wrapper {
          grid-template-columns: 1fr 1fr;
     }
}

@media (max-width:479px) {
     .pq-our-team-page-section .pq-our-team-page-section-wrapper .pq-team-box-wrapper {
          grid-template-columns: 1fr ;
     }
}

/*================================================
  team-details-page
================================================*/

.pq-team-details-page-section .pq-team-details-page-section-wrapper{
     grid-template-columns: 3fr 6fr;
     display: grid;
     gap: 30px;
}
.pq-team-details-page-section .pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-info-wrapper{
     padding: 30px;
     background-color: #79662f;
     border-radius: var(--border-radius);
}
.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-image-box img{
     border-radius: var(--border-radius);
}
.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-team-designation{
     margin-top: 30px;
     color: var(--white-color);
}


.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-socials-wrapper{
     display: flex;
     gap: 15px;
     margin-top: 45px;
}
 
.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-socials-wrapper .pq-social-box{
     background-color: var(--white-color);
     padding: 12px  14px;
     border-radius: 10px;
     text-decoration: none;
     color: var(--dark-color);
     transition: var(--transition);
}
.pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-socials-wrapper .pq-social-box:hover{
     background-color: var(--dark-color);
     color:var(--white-color);
     transition: var(--transition);
}

.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-qualification-list ul .title {
     color: var(--dark-color);
     font-weight: 600;
     list-style-type: none;
     padding-top: 5px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-qualification-list ul{
     padding-left: 0;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-qualification-list ul .title .discription{
     color: var(--secondary-color);
     font-weight: normal;
}

.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-skills-wrapper{
     background-color: var(--white-color);
     padding: 30px;
     border-radius: var(--border-radius);
     margin-top: 30px;
}

.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-icon-list-wrapper{
     margin-top: 15px;
     margin-bottom: 0;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-icon-list-box .pq-icon-list-wrapper .pq-icon-list{
     padding-bottom: 15px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-icon-list-box .pq-icon-list-wrapper .pq-icon-list:last-child{
     padding-bottom: 0;
}

.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-challenges-div{
     margin-top: 30px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-challenges-div .pq-title{
    margin-bottom: 15px;
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div  .pq-contact-form .pq-button:hover{
     background-color: var(--dark-color);
     color: var(--white-color);
}
.pq-team-details-page-section-wrapper .pq-wrapper-right-div  .pq-contact-form .pq-button:hover i{
     color:var(--white-color);
}

/*============ team-details-page- responsive  =============*/

@media (max-width:1023px){
     .pq-team-details-page-section .pq-team-details-page-section-wrapper {
          grid-template-columns: 1fr;
     }
}

@media (max-width:479px){
 
     .pq-team-details-page-section .pq-team-details-page-section-wrapper .pq-wrapper-left-div .pq-info-wrapper {
          padding: 30px 15px;
     }
 
     .pq-team-details-page-section-wrapper .pq-wrapper-right-div .pq-skills-wrapper{
          padding: 30px 15px;
     }
}
 
/*================================================
          diversity-inclusion-manager- page
================================================*/

.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper{
     display: grid;
     grid-template-columns: 8fr 4fr;
     gap: 30px;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-left-div .pq-job-post img{
     border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-left-div{
     background-color: var(--white-color);
     border-radius: var(--border-radius);
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain{
     padding: 30px;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain .pq-job-meta .job-listing-meta{
     display: flex;
     gap: 30px;
     flex-wrap: wrap;
     list-style-type: none;
     padding-left: 0;
     align-items: center;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain .job-type{
     background-color: #79662f;
     color:  var(--white-color);
     border-radius: 10px;
     padding: 2px 10px;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain .pq-job-meta i{
     color: #79662f;
     margin-right: 5px;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain .pq-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 5px;
    margin-top: 30px;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain .pricing-box-list{
     padding-left: 0;
     list-style-type: none;
     padding-top: 15px;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain .pricing-box-list li {
     margin-bottom: 15px;
     line-height: normal;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain .pricing-box-list i{
     margin-right: 10px;
     color: #79662f;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain .pricing-box-list span{
     color: var(--dark-color);
}

.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-recent-job-div{
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     border: 1px solid rgba(var(--dark-color-rgb), .08);
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-title-div{
     background-color: var(--dark-color);
     border-radius: var(--border-radius) var(--border-radius) 0 0 ; 
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-title-div .pq-title{
     color:var(--white-color);
     padding:20px 30px;
     font-size: 28px;
     line-height: 36px;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post{
     display: flex;
     gap: 15px;
     padding: 20px;
     border-bottom: 1px solid rgba(var(--dark-color-rgb), .08);
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post:last-child{
     border: none;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post a{
     text-decoration: none;
     transition: var(--transition);
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post:hover .pq-title a{
     color:#79662f;
}
 
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post .job-icon-image img{
     border-radius: var(--border-radius);
     transition: var(--transition);
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post .job-icon-image{
     border-radius: var(--border-radius);
     transition: var(--transition);
     overflow: hidden;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post:hover .job-icon-image img{
     transform: scale(1.1);
     transition: var(--transition);
}

.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post p{
     margin: 0;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-job-post h6{
     text-overflow: ellipsis;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     overflow: hidden;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-get-in-touch-div{
     padding: 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
     margin-top: 30px;
}
.pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-get-in-touch-div img{
     border-radius: var(--border-radius);
}

.pq-job-setion.diversity-inclusion-manager-page .pq-single-post-navigation a{
     text-decoration: none
}
 
/*=============== diversity-inclusion-manager- page-responsive =================*/
@media (max-width:1023px){
     .pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper {
          grid-template-columns: 1fr;
     }
     .pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-get-in-touch-div {
          width: 60%;
     }
}
@media (max-width:767px){
     .pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-job-contain {
          padding: 30px 15px;
     }
     .pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-get-in-touch-div{
          padding: 30px 15px;
     }     
}
@media (max-width:479px){
     .pq-job-setion.diversity-inclusion-manager-page .pq-job-section-wrapper .pq-wrapper-right-div .pq-get-in-touch-div {
          width: 100%;
     }
}

/*================================================
     leadership journey
================================================*/
.pq-leadership-journey-section{
     margin: 0 15px;
}

.pq-leadership-journey-section-wrapper {
     padding-top: 150px;
     position: relative;
     z-index: 1;
     display: grid;
     grid-template-columns: 8fr 3fr;
}
.pq-leadership-journey-section-wrapper::before{
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-image: url(../image/leadership-journey/portfolio-bg_img-1.webp);
     content: "";
     position: absolute;
     border-radius: var(--border-radius);
     z-index: -1;
     background-size: cover;
     background-repeat: no-repeat;
}
.pq-leadership-journey-section-wrapper .pq-project-info-box-title-div{
     background-color: #79662f;
     border-radius: var(--border-radius) 0 0 0;
}
.pq-leadership-journey-section-wrapper .pq-project-info-box-title-div .pq-title{
    font-size: 28px;
    line-height: 36px;
    color:var(--white-color);
    padding: 20px 30px;
} 
.pq-leadership-journey-section .pq-discription-list-wrapper-div .discription-list{
     padding-left: 0;
     display: grid;
     grid-template-columns: 1fr 1fr;
     column-gap: 60px;
     margin-bottom: 0;
}
.pq-leadership-journey-section .pq-discription-list-wrapper-div .discription-list li{
     list-style: none;
     padding: 10px 0;
     display: flex;
     gap: 10px;
     align-items: baseline;
}
.pq-leadership-journey-section .pq-discription-list-wrapper-div .discription-list i{
     color: #79662f;
     margin-right: 5px;
}
.pq-leadership-journey-section .pq-image-box.project-info-box img {
     display: none;
}
.pq-leadership-journey-section .pq-title{
     padding-top: 45px;
     padding-bottom: 15px;
}
@media (max-width:1279px){
     .pq-leadership-journey-section-wrapper {
          grid-template-columns: 3fr 2fr;
     }
}
@media (max-width:767px) {
     .pq-leadership-journey-section-wrapper {
          grid-template-columns: 1fr;
          gap: 30px;
     }

     .pq-leadership-journey-section .pq-image-box.project-info-box img {
          border-radius: var(--border-radius);
          display: block;
     }

     .pq-leadership-journey-section-wrapper::before {
          position: relative;
     }

     .pq-leadership-journey-section-wrapper {
          padding-top: 0;
     }

     .pq-leadership-journey-section .pq-discription-list-wrapper-div .discription-list {
          grid-template-columns: 1fr;
     }
     .pq-leadership-journey-section-wrapper .pq-icon-box-wrapper {
          border-radius: 0 0 var(--border-radius) var(--border-radius);
     }

     .pq-leadership-journey-section-wrapper .pq-project-info-box-title-div {
          background-color: #79662f;
          border-radius: var(--border-radius) var(--border-radius) 0 0;
     }
}

@media (max-width: 479px) {
     .pq-single-post-navigation.leadership-journey-section .pq-single-post-nav.pq-next {
        margin-top: 0px;
        right: auto;
        
    }
     .pq-single-post-navigation.leadership-journey-section .pq-single-post-nav.pq-next {
          text-align: left;
          padding-left: 0;
    }
     .pq-single-post-navigation.leadership-journey-section .pq-single-post-nav:before {
          left:150px;
    }
}

/*===========================================================
   contact us page
=============================================================*/

.pq-massage-us-section{
     margin:0 30px;
     background-color: var(--white-color);
     border-radius: var(--border-radius);
 }
.pq-massage-us-section .pq-massage-us-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap:45px;
}
 
.pq-massage-us-section .pq-massage-us-wrapper .pq-title-subtitle{
     background-color: var(--grey-color);
}
.pq-massage-us-section .pq-massage-us-wrapper .pq-image-box img{
     width: 100%;
     border-radius: var(--border-radius);
}
.pq-massage-us-section .pq-massage-us-wrapper .pq-image-box{
     margin-top: 15px;
}

.pq-map iframe{
      width: 100%;
      height: 500px;
      border-radius: var(--border-radius);
}

 
 /*===================    contact us page - responsive     =========================*/

@media(max-width:1023px) {
     .pq-massage-us-section .pq-massage-us-wrapper {
          grid-template-columns: 1fr;
     }

     .pq-massage-us-section {
          margin: 0px;
          padding-left: 15px;
          padding-right: 15px;
          border-radius: 0;
     }

}

@media(max-width:767px) {

     .pq-massage-us-section {
          margin: 0px;
          padding-left: 15px;
          padding-right: 15px;
          border-radius: 0;
     }
     .pq-massage-us-section .container{
          padding: 0;
     }
     .pq-massage-us-section .pq-contact-form {
          padding: 30px;
     }
     .pq-map iframe{
      width: 100%;
      height: 350px;
      border-radius: var(--border-radius);
}
}