/* Produkt Font */

@font-face {
    font-family: 'Produkt';
    src: url('../fonts/Produkt-Medium.eot');
    src: url('../fonts/Produkt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Produkt-Medium.woff2') format('woff2'),
        url('../fonts/Produkt-Medium.woff') format('woff'),
        url('../fonts/Produkt-Medium.ttf') format('truetype'),
        url('../fonts/Produkt-Medium.svg#Produkt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Produkt';
    src: url('../fonts/Produkt-Regular.eot');
    src: url('../fonts/Produkt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Produkt-Regular.woff2') format('woff2'),
        url('../fonts/Produkt-Regular.woff') format('woff'),
        url('../fonts/Produkt-Regular.ttf') format('truetype'),
        url('../fonts/Produkt-Regular.svg#Produkt-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Produkt';
    src: url('../fonts/Produkt-Light.eot');
    src: url('../fonts/Produkt-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Produkt-Light.woff2') format('woff2'),
        url('../fonts/Produkt-Light.woff') format('woff'),
        url('../fonts/Produkt-Light.ttf') format('truetype'),
        url('../fonts/Produkt-Light.svg#Produkt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Produkt';
    src: url('../fonts/Produkt-Semibold.eot');
    src: url('../fonts/Produkt-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Produkt-Semibold.woff2') format('woff2'),
        url('../fonts/Produkt-Semibold.woff') format('woff'),
        url('../fonts/Produkt-Semibold.ttf') format('truetype'),
        url('../fonts/Produkt-Semibold.svg#Produkt-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html {
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
    line-height: normal;
}

b,
strong {
    font-weight: 700;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    overflow-x: clip;
}

p {
    margin-bottom: 30px;
}

a {
    color: #000000;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

a:hover,
a:focus,
a:active {
    color: #F58F49;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
}

.mtb-120 {
    margin: 120px 0;
}

.mt-120 {
    margin-top: 120px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-120 {
    margin-bottom: 120px;
}

.ptb-120 {
    padding: 120px 0;
}


body {
    position: relative;
}

header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
    border-radius: 0 0 10px 10px;
}

header.sticky {
    padding: 15px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #123524;
}

header .navbar,
header .navbar-brand {
    padding: 0;
}

.home.wp-singular header > .navbar > .container > .navbar-brand img:first-child {
    display: none !important;
}

.home.wp-singular header .container>.navbar-brand img:nth-child(2) {
    position: static;
    opacity: 1;
}

.navbar-toggler {
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
}

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

.icon-bar {
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    display: block;
    border-radius: 20px;
}

.home.wp-singular .icon-bar {
    background: #FFFFFF;
}

.icon-bar+.icon-bar {
    margin-top: 5px;
}


.icon-bar:nth-child(2) {
    max-width: 75%;
}

.icon-bar:nth-child(3) {
    max-width: 50%;
}

.header-btn-inner {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home.wp-singular .header-btn .default-btn {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #123524;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
    border: none;
    overflow: hidden;
}

.home.wp-singular .header-btn .default-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #123524;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.home.wp-singular .header-btn .default-btn:hover::before {
    width: 100%;
}

.home.wp-singular .header-btn .default-btn:hover {
    color: #FFFFFF;
}

header .offcanvas {
    background-color: #F9FAEE !important;
    height: 800px !important;
    border-radius: 0 0 10px 10px;
}

header .offcanvas .offcanvas-header {
    padding: 20px 0px;
}

header .offcanvas .offcanvas-body {
    padding: 20px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .menu-item+.menu-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DFDFDF;
}

header .navbar-nav {
    flex-direction: column !important;
    min-width: 400px;
}

header .menu-item {
    text-align: center;
}

header .menu-item a {
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #919E2E;
}

header .menu-item a:hover,
header .menu-item.current-menu-item>a {
    color: #123524;
}

.offcanvas-header .header-btn .default-btn {
    background-color: #123524 !important;
    color: #FFFFFF !important;
}

.offcanvas-header .header-btn .default-btn::before {
    background-color: #BECC54 !important;
}

.offcanvas-header .header-btn .default-btn:hover {
    color: #123524 !important;
}

.offcanvas-header .header-btn-inner .navbar-toggler svg {
    max-width: 25px;
    max-height: 25px;
}

html body:has(.offcanvas.show) {
    padding-right: 0 !important;
}

/* Home Banner */

.par-hm-box {
    min-height: 800px;
    display: flex;
    align-items: center;
}

.hm-banner-desc h1,
.hm-banner-desc h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    color: #E2E2E2;
    margin-bottom: 20px;
}

.hm-banner-desc h1 b,
.hm-banner-desc h1 strong,
.hm-banner-desc h2 b,
.hm-banner-desc h2 strong {
    font-weight: 400;
    display: block;
}

.hm-banner-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 73%;
}

.default-btn {
    display: inline-block;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 18px;
    border-radius: 8px;
    background-color: #919E2E;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.default-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #123524;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.default-btn:hover::before {
    width: 100%;
}

.default-btn:hover {
    color: #FFFFFF;
}

/* Home Who we are */

.par-hm-offer .row+.row,
.par-hm-fac .row+.row,
.par-hm-testi .row+.row,
.par-ab-team .row+.row,
.par-ab-piloshophy .row+.row,
.par-pro-listing .row+.row,
.par-pro-details .row+.row {
    margin-top: 20px;
    row-gap: 30px;
}

.title h4 {
    display: inline-block;
    font-family: 'Produkt', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #123524;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.title h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    height: 1px;
    background: #123524;
}

.title h4::after {
    content: "";
    position: absolute;
    bottom: -3.4px;
    right: -33px;
    height: 22px;
    width: 35px;
    background-image: url("../images/title-design-element.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.title h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 20px;
}

.title.text-center h2 {
    margin-bottom: 10px;
}

.title h2 b,
.title h2 strong {
    color: #123524;
    font-weight: 800;
}

.title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #181818;
    margin-bottom: 30px;
}

.par-hm-who .title h2 {
    max-width: 80%;
}

.par-hm-who .title p {
    opacity: 0.7;
    margin-bottom: 20px;
}

/* Home What We Offer */

.pro-box {
padding: 0 68px 30px;
  text-align: center;
  min-height: 300px;
  transition: all ease-in-out 0.4s;
  display: flex;
  flex-direction: column;
}

.pro-box::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(190, 204, 84, 0.1);
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.pro-img img {
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.pro-box h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #04000B;
    margin-bottom: 17px;
    transition: all 0.4s ease-in-out;
}

.pro-box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #787878;
    margin-bottom: 17px;
    transition: all 0.4s ease-in-out;
    flex: 1;
}

.pro-box a {
    font-family: 'Red Hat Display';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    transition: all 0.4s ease-in-out;
}

.pro-box:hover a:hover,
.pro-box a:hover {
    color: #BECC54;
}

.pro-box:hover::after {
    background-color: #123524;
}

.pro-box:hover h3,
.pro-box:hover p,
.pro-box:hover a {
    color: #FFFFFF;
}

.swiper-scrollbar.custome-scrollbar {
    position: relative;
    margin: 50px auto 0;
    width: 500px;
    background-color: #BECC54;
    height: 5px;
}

.custome-scrollbar .swiper-scrollbar-drag {
    background-color: #123524;
}


/* Home Why us */

.why-list-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.why-list-img {
    min-width: 100px;
    min-height: 100px;
    border: 1px solid rgba(171, 181, 57, 0.2);
    box-shadow: 4px 4px 15px 0 rgba(145, 158, 46, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.why-list-desc h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #181818;
    margin-bottom: 12px;
}

.why-list-desc ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #6D6E71;
    padding-left: 26px;
    position: relative;
}

.why-list-desc ul li+li {
    margin-top: 10px;
}

.why-list-desc ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.37 8.41026C15.3659 9.00165 15.1289 9.5662 14.6995 9.99562L9.68964 15.0054C9.26595 15.4291 8.69567 15.6719 8.10428 15.6759C7.50152 15.6801 6.9459 15.4451 6.51663 15.0273C5.6526 14.1632 5.66238 12.7416 6.54411 11.8599L9.96224 8.44178L6.59082 5.07036C5.72679 4.20633 5.73657 2.78473 6.60693 1.90308C7.4943 1.027 8.9159 1.01722 9.77993 1.88125L14.7269 6.82826C15.1448 7.24615 15.3741 7.8075 15.37 8.41026Z' fill='%23919E2E'/%3E%3C/svg%3E%0A");
    background-size: 100%;
}

/* Home Facilities */

.par-hm-fac .title p,
.par-hm-testi .title p {
    max-width: 65%;
    margin: 0 auto 30px;
}

.fac-box {
    background-color: #D3DD89;
    border-radius: 100%;
    min-height: 306px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
}

.fac-box::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid #63A040;
    border-radius: 100%;
}

.fac-box h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 0;
}

.par-hm-fac .row+.row .col-lg-3:nth-child(even) .fac-box {
    background-color: #BECC54;
}

.par-hm-fac .row+.row .col-lg-3:nth-child(even) .fac-box::after {
    right: 5px;
    left: -5px;
}

.par-fac-shap {
    position: absolute;
    bottom: -120px;
    left: -100px;
}

.par-fac-shap+.par-fac-shap {
    left: auto;
    right: -100px;
}

/* Home Testimonal */

.testi-box {
    padding: 40px 50px;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all ease-in-out 0.4s;
}

.testi-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #5E5E5E;
}

.test-author h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02px;
    color: #919E2E;
    margin-bottom: 8px;
}

.test-author p {
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.8px;
    color: #2F3524;
    opacity: 0.5;
    margin-bottom: 12px;
}

.testi-slider .swiper-slide {
    opacity: 0.5;
}

.testi-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.testi-slider .swiper-slide.swiper-slide-active .testi-box {
    border-color: rgba(0, 61, 122, 0.2);
}


/* Home Contact Us */

.cta-box {
    padding: 50px 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 10px 40px -10px rgba(109, 117, 143, 0.2);
}

.cta-box .title h4 {
    margin-bottom: 10px;
}

.cta-box .title h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #04000B;
    margin-bottom: 30px;
}

.cta-form .row {
    row-gap: 15px;
}

.cta-form .forminator-input,
.cta-form .forminator-textarea {
    width: 100%;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #6C757D !important;
    padding: 16px 20px !important;
    outline: none !important;
    background-color: #F8F8F8 !important;
    border: none !important;
    border-radius: 4px !important;
}

.cta-form .forminator-button {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800 !important;
    font-size: 17px !important;
    line-height: 29px !important;
    text-transform: capitalize !important;
    color: #FFFFFF !important;
    background-color: #919E2E !important;
    padding: 11px 24px 11px 56px !important;
    border-radius: 7px !important;
    outline: none !important;
    border: none !important;
    position: relative !important;
    z-index: 0 !important;
    overflow: hidden !important;
}

.cta-form .forminator-button::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #123524;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.cta-form .forminator-button:hover::after {
    width: 100%;
}

.header-btn .default-btn:hover {
    color: #FFFFFF !important;
}

.cta-form .forminator-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1533 0.390625C17.751 0.0390625 18.5244 0.53125 18.3838 1.23438L15.8525 16.4219C15.7822 16.9844 15.1846 17.3008 14.6924 17.0898L10.333 15.2266L8.08301 17.9688C7.59082 18.5664 6.60645 18.25 6.60645 17.4062V14.5586L15.0439 4.25781C15.2197 4.04688 14.9385 3.80078 14.7627 3.97656L4.67285 12.8711L0.911133 11.2891C0.27832 11.043 0.208008 10.1289 0.84082 9.77734L17.1533 0.390625Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    background-repeat: no-repeat;
}

.par-cta .title p {
    font-weight: 500;
}

.cta-details-list li {
    display: flex;
    align-items: center;
    column-gap: 22px;
}

.cta-details-list li+li {
    margin-top: 30px;
}

.cta-icon {
    min-height: 50px;
    min-width: 50px;
    background-color: #123524;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-details h3 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 6px;
}

.cta-details a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: rgba(51, 51, 51, 0.8);
    transition: all 0.4s ease-in-out;
}
.cta-details a span {
display: block;}
.cta-details a:hover {
    color: #BECC54;
}

.cta-details {
    max-width: 50%;
}

.cta-details-list li:nth-child(3) {
    align-items: flex-start;
}

.par-cta-shap {
    position: absolute;
    bottom: -120px;
    right: -80px;
}

/* Footer */

footer {
    padding: 68px 0 50px;
    z-index: 0;
}

footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(119, 116, 56, 0.1);
    z-index: -1;
}

.f-desc p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 0.7;
    margin: 20px 0 0;
}

.f-c-link li {
    display: flex;
    align-items: center;
    column-gap: 22px;
}

.f-c-link li+li {
    margin-top: 20px;
}

.f-c-link .cta-icon {
    background-color: #BECC54;
}

.f-c-link .cta-details h3 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.f-c-link .cta-details a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.f-c-link .cta-details a span {
	display: block;
}

.f-c-link .cta-details a:hover {
    color: #BECC54;
}

.f-c-link .cta-details {
    max-width: 100%;
}

.f-loca {
    align-items: flex-start !important;
}

.f-main-link {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid rgba(217, 217, 217, 0.2);
}

.f-links {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

.f-links li a {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
}

.f-links li a:hover {
    color: #BECC54;
    opacity: 1;
}

.f-social-link {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 12px;
}

.f-social-link li a {
    min-height: 35px;
    min-width: 35px;
    border: 1px solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.4s;
}

.f-social-link li a:hover {
    background-color: #BECC54;
    border-color: #BECC54;
}

.f-social-link li a svg path {
    transition: all ease-in-out 0.4s;
}

.f-social-link li a:hover svg path {
    fill: #123524;
}

/* Inner Pages */

.wp-theme-parmanand header .container>.navbar-brand {
    position: relative;
}

.wp-theme-parmanand header .container>.navbar-brand img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.wp-theme-parmanand header.sticky .container>.navbar-brand img:nth-child(1) {
    opacity: 0;
}

.wp-theme-parmanand header.sticky .container>.navbar-brand img:nth-child(2) {
    opacity: 1;
}

.wp-theme-parmanand .header-btn .default-btn {
    background-color: #123524;
    color: #FFFFFF;
}

.wp-theme-parmanand header.sticky .navbar>.container .header-btn .default-btn {
    background-color: #FFFFFF;
    color: #123524;
}

.wp-theme-parmanand .icon-bar {
    background-color: #123524;
}

.wp-theme-parmanand header.sticky .icon-bar {
    background-color: #FFFFFF;
}

.par-inner-banner {
    min-height: 602px;
    display: flex;
    align-items: center;
}

.inner-desc h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 66px;
    color: #000000;
    margin-bottom: 20px;
}

.inner-desc h1 b,
.inner-desc h1 strong {
    color: #919E2E;
}

.inner-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}

.inner-desc .default-btn {
    color: #000000;
}

.inner-desc .default-btn:hover {
    color: #FFFFFF;
}

.par-inner-banner .inner-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-template .title h2 {
    font-weight: 500;
}

/* About Us */

.ab-inner-banner .inner-desc h1 {
    max-width: 90%;
}

.par-client-logo {
    margin-top: 50px;
}

.client-logo-main {
    display: flex;
    column-gap: 30px;
    animation: scroll linear infinite 30s;
}

.client-box {
    min-height: 100px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #919E2E;
    border-radius: 5px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-230px * 9));
    }
}

.par-ab-about .title p {
    margin-bottom: 6px;
}

.par-ab-about .title p+p {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #2D4440;
    opacity: 0.7;
    margin-bottom: 30px;
}

.par-ab-team .title p {
    max-width: 48%;
    margin: 0 auto 30px;
}

.par-ab-team .title p b,
.par-ab-team .title p strong {
    font-weight: 700;
    color: #123524;
}

.team-box {
    padding: 15px;
    background-color: #F9FAEE;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    column-gap: 34px;
    transition: all 0.4s ease-in-out;
}

.team-desc h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.team-desc h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.team-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #787878;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.team-box:hover {
    background-color: #123524;
}

.team-box:hover h3,
.team-box:hover h5 {
    color: #FFFFFF;
}

.team-box:hover p {
    color: #D2CFCF;
}

.par-ab-vision .title p {
    max-width: 65%;
    margin: 0 auto 30px;
}

.par-ab-vision {
    min-height: 522px;
}

.par-ab-piloshophy .title.text-center h2 {
    margin-bottom: 30px;
}

.par-ab-piloshophy .row+.row .col-lg-3:nth-child(odd) {
    margin-top: 50px;
}

.pilo-box {
    padding: 60px 15px;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    background: #F9FAEE;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.pilo-box h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    margin: 20px 0;
    transition: all 0.4s ease-in-out;
}

.pilo-box P {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #181818;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.pilo-box .pilo-icon svg path {
    transition: all 0.4s ease-in-out;
}

.pilo-box:hover {
    background: #123524;
}

.pilo-box:hover .pilo-icon svg path {
    fill: #FFFFFF;
}

.pilo-box:hover h3,
.pilo-box:hover p {
    color: #FFFFFF;
}


/* Product Details Page */

.pro-details-tabs .pro-item {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #123524;
    padding: 22px;
    border: 2px solid #123524;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.pro-details-tabs .pro-item.active,
.pro-details-tabs .pro-item:hover {
    font-weight: 800;
    color: #FFFFFF;
    background-color: #123524;
}


.pro-details-desc h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 10px;
}

.pro-details-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.pro-details-desc h5 {
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    color: #333333;
    margin-bottom: 15px;
}

.pro-details-desc ul {
    margin-bottom: 50px;
}

.pro-details-desc ul:has(li:nth-child(6)) {
    column-count: 2;
}

.pro-details-desc ul li {
    padding-left: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    position: relative;
}

.pro-details-desc ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_370_743)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6533 0C5.75879 0 0.15332 5.60547 0.15332 12.5C0.15332 19.3945 5.75879 25 12.6533 25C19.5479 25 25.1533 19.3945 25.1533 12.5C25.1533 5.60547 19.5479 0 12.6533 0Z' fill='%23919E2E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6978 8.28613C19.0005 8.58887 19.0005 9.08691 18.6978 9.38965L11.3735 16.7139C11.2222 16.8652 11.022 16.9434 10.8218 16.9434C10.6216 16.9434 10.4214 16.8652 10.27 16.7139L6.60791 13.0518C6.30518 12.749 6.30518 12.251 6.60791 11.9482C6.91064 11.6455 7.40869 11.6455 7.71143 11.9482L10.8218 15.0586L17.5942 8.28613C17.897 7.97852 18.395 7.97852 18.6978 8.28613Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_370_743'%3E%3Crect width='25' height='25' fill='white' transform='translate(0.15332)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
}

.pro-details-desc ul li+li {
    margin-top: 20px;
}

.pro-details {
    display: none;
    flex-direction: column;
    row-gap: 120px;
}

.pro-details .row:nth-child(even) {
    flex-direction: row-reverse;
}

/* Service Page */

.par-ser-process .title p {
    max-width: 73%;
    margin: 0 auto 20px;
    opacity: 0.7;
}

.par-ser-process .row+.row,
.cta-dtails .row+.row {
    margin-top: 120px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    gap: 30px 50px;
}

.process-box h3 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 40px;
    text-align: end;
}

.process-box .process-icon {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    background-color: #F9FAEE;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    position: relative;
}

.process-box .process-icon::after {
    content: "";
    position: absolute;
    top: -32px;
    right: -38px;
    width: 85px;
    height: 95px;
    background-image: url("data:image/svg+xml,%3Csvg width='86' height='96' viewBox='0 0 86 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.97141 9.37695H3V23.0488H35.9557C46.9804 23.0488 55.9508 30.9157 55.9508 40.5861V89.377H73V85.8937H59.9222V40.5861C59.9222 28.9947 49.1706 19.5655 35.9557 19.5655H6.97141V9.37695Z' fill='%23919E2E'/%3E%3Cpath d='M5.688 0.5C8.55325 0.5 10.876 2.82273 10.876 5.68799C10.876 8.55324 8.55325 10.876 5.688 10.876C2.82274 10.876 0.5 8.55324 0.5 5.68799C0.5 2.82273 2.82274 0.5 5.688 0.5Z' fill='%23919E2E'/%3E%3Cpath d='M5.688 -3.05176e-05C2.552 -3.05176e-05 0 2.55196 0 5.68796C0 8.82496 2.552 11.377 5.688 11.377C8.824 11.377 11.376 8.82496 11.376 5.68796C11.376 2.55196 8.824 -3.05176e-05 5.688 -3.05176e-05ZM5.688 10.377C3.103 10.377 1 8.27396 1 5.68796C1 3.10296 3.103 0.999969 5.688 0.999969C8.273 0.999969 10.376 3.10396 10.376 5.68796C10.376 8.27396 8.273 10.377 5.688 10.377Z' fill='%23919E2E'/%3E%3Cpath d='M84.2334 87.102L71.4004 94.511V79.693L84.2334 87.102L71.4004 94.511V79.693L84.2334 87.102Z' fill='%23919E2E'/%3E%3Cpath d='M70.9004 78.827V95.377L85.2334 87.102L70.9004 78.827ZM71.9004 93.645V80.56L83.2334 87.102L71.9004 93.645Z' fill='%23919E2E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
}

.process-box:nth-child(2),
.process-box:nth-child(4),
.process-box:nth-child(7),
.process-box:nth-child(9) {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 70px;
}

.process-box:nth-child(2) h3,
.process-box:nth-child(4) h3,
.process-box:nth-child(7) h3,
.process-box:nth-child(9) h3 {
    margin-bottom: 0;
    margin-top: 40px;
}

.process-box:nth-child(2) .process-icon::after,
.process-box:nth-child(4) .process-icon::after,
.process-box:nth-child(7) .process-icon::after,
.process-box:nth-child(9) .process-icon::after {
    transform: rotateX(180deg);
    bottom: -32px;
    top: auto;
    right: -38px;
}

.process-grid .process-box:nth-child(5) .process-icon::after {
    width: 59px;
    height: 270px;
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 60 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.97141 9.51791H3V23.3953H35.9557C46.9803 23.3953 55.9508 31.3805 55.9508 41.1963V90.7209L59.9222 90.7209V87.1853V41.1963C59.9222 29.4306 49.1706 19.8597 35.9557 19.8597H6.97141V9.51791Z' fill='%23919E2E'/%3E%3Cpath d='M5.688 0.507545C8.55325 0.507545 10.876 2.86521 10.876 5.77355C10.876 8.68189 8.55325 11.0396 5.688 11.0396C2.82274 11.0396 0.5 8.68189 0.5 5.77355C0.5 2.86521 2.82274 0.507545 5.688 0.507545Z' fill='%23919E2E'/%3E%3Cpath d='M5.688 3.02524e-05C2.552 3.02524e-05 0 2.59039 0 5.77355C0 8.95772 2.552 11.5481 5.688 11.5481C8.824 11.5481 11.376 8.95772 11.376 5.77355C11.376 2.59039 8.824 3.02524e-05 5.688 3.02524e-05ZM5.688 10.5331C3.103 10.5331 1 8.39844 1 5.77355C1 3.14968 3.103 1.01507 5.688 1.01507C8.273 1.01507 10.376 3.15069 10.376 5.77355C10.376 8.39844 8.273 10.5331 5.688 10.5331Z' fill='%23919E2E'/%3E%3Cpath d='M9.19777 256.093H5.40137V242.827H36.9049C47.4437 242.827 56.0189 235.193 56.0189 225.81V178.468L56.013 90.3384H59.8094L59.8153 181.848V225.81C59.8153 237.057 49.5375 246.207 36.9049 246.207H9.19777V256.093Z' fill='%23919E2E'/%3E%3Cpath d='M7.92138 269.03L15.0039 256.578L0.838863 256.578L7.92138 269.03L15.0039 256.578L0.838863 256.578L7.92138 269.03Z' fill='%23919E2E'/%3E%3Cpath d='M0.0113127 256.093L15.832 256.093L7.92167 270L0.0113127 256.093ZM14.1764 257.063L1.66795 257.063L7.92167 268.059L14.1764 257.063Z' fill='%23919E2E'/%3E%3C/svg%3E%0A");
    right: -14px;
}

/* .process-grid .process-box:nth-child(6) {
    flex-direction: column;
    margin-top: 0;
} */

.process-grid .process-box:nth-child(6) h3,
.process-grid .process-box:nth-child(7) h3,
.process-grid .process-box:nth-child(8) h3,
.process-grid .process-box:nth-child(9) h3,
.process-grid .process-box:nth-child(10) h3 {
    text-align: left;
}

.process-grid .process-box:nth-child(6) .process-icon::after,
.process-grid .process-box:nth-child(7) .process-icon::after,
.process-grid .process-box:nth-child(8) .process-icon::after,
.process-grid .process-box:nth-child(9) .process-icon::after,
.process-grid .process-box:nth-child(10) .process-icon::after {
    transform: rotateY(180deg);
    right: auto;
    left: -38px;
}

.process-grid .process-box:nth-child(7) .process-icon::after,
.process-grid .process-box:nth-child(9) .process-icon::after {
    transform: rotateY(180deg) rotateX(180deg);
}

.process-grid .process-box:nth-child(6) .process-icon::after {
    height: 25px;
    width: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='25' viewBox='0 0 12 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10.3778H4.02859V24.0496H8V10.3778Z' fill='%23919E2E'/%3E%3Cpath d='M6 0C2.6863 0 0 2.68628 0 6C0 9.31372 2.6863 12 6 12C9.31371 12 12 9.31372 12 6C12 2.68628 9.31371 0 6 0Z' fill='%23919E2E'/%3E%3C/svg%3E%0A");
    left: 38px;
    top: -33px;
}

.process-grid .process-box:nth-child(6) .process-icon::before {
    content: "";
    position: absolute;
    top: -13px;
    left: -12px;
    right: -12px;
    bottom: -13px;
    border: 4px solid #919E2E;
    border-radius: 20px;
}

/* Blog Listing Page */

.par-blog-listing .row {
    row-gap: 30px;
}

.blog-img a {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.blog-img a img {
    width: 100%;
}

.blog-desc h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    color: #333333;
    margin-bottom: 10px;
}

.blog-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

/* Contact Us Page */

.cta-details-box {
    padding: 20px 25px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    background: #F9FAEE;
    text-align: center;
    height: 100%;
}


.cta-details-box h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #919E2E;
    margin: 15px 0;
}

.cta-details-box a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    transition: all 0.4s ease-in-out;
}

.cta-details-box a b {
    display: block;
}

.cta-details-box a:hover {
    color: #BECC54;
}

.cta-add-img iframe {
    border-radius: 10px;
}

.who-img img,
.why-img img,
.about-img img {
    width: 100%;
}

.par-pro-details .row+.row {
    margin-top: 0;
}

@media screen and (max-width: 1399px) {
    .par-hm-box {
        min-height: 700px;
    }

    .pro-box {
        padding: 0 30px 20px;
    }

    .fac-box {
        min-height: 275px;
    }

    .par-hm-who .title h2 {
        max-width: 100%;
    }

    .par-hm-fac .title p,
    .par-hm-testi .title p {
        max-width: 75%;
    }

    .par-ser-process .title p {
        max-width: 85%;
    }
}

@media screen and (max-width: 1199px) {
    .mtb-120 {
        margin: 90px 0;
    }

    .mt-120 {
        margin-top: 90px;
    }

    .mb-120 {
        margin-bottom: 90px;
    }

    .ptb-120 {
        padding: 90px 0;
    }

    .pro-box {
        padding: 0 20px 20px;
    }

    .fac-box {
        padding: 0 30px;
        min-height: 216px;
    }

    .fac-box h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .par-hm-fac .title p,
    .par-hm-testi .title p {
        max-width: 100%;
    }

    .cta-details {
        max-width: 100%;
    }

    .f-links {
        column-gap: 30px;
    }

    .hm-banner-desc h1,
    .hm-banner-desc h2,
    .inner-desc h1 {
        font-size: 40px;
        line-height: 56px;
    }

    .inner-desc h1 {
        margin-bottom: 10px;
    }

    .ab-inner-banner .inner-desc h1 {
        max-width: 100%;
    }

    .par-ab-team .title p {
        max-width: 100%;
    }

    .team-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .team-desc {
        text-align: center;
    }

    .par-ab-vision {
        min-height: 500px;
        background-size: 100% !important;
        background-position: bottom !important;
    }

    .title h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .title p {
        font-size: 16px;
        line-height: 28px;
    }

    .header-btn-inner {
        column-gap: 30px;
    }

    .header-btn .default-btn {
        font-size: 16px !important;
        line-height: 22px !important;
        padding: 10px 20px !important;
    }

    .why-list-desc h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .why-list-desc ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .testi-box p {
        font-size: 16px;
        line-height: 28px;
    }

    .test-author h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .test-author p {
        font-size: 14px;
        line-height: 26px;
    }

    .cta-details h3 {
        font-size: 18px;
        line-height: 17px;
    }

    .cta-details a {
        font-size: 16px;
        line-height: 23px;
    }

    .f-desc p {
        font-size: 16px;
        line-height: 26px;
    }

    .par-ser-process .title p {
        max-width: 100%;
    }

    .par-ser-process .row+.row,
    .cta-dtails .row+.row {
        margin-top: 90px;
    }

    .process-box h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .process-box:nth-child(2),
    .process-box:nth-child(4),
    .process-box:nth-child(7),
    .process-box:nth-child(9) {
        padding-top: 66px;
    }

    .process-box .process-icon {
        min-height: 150px;
    }

    .process-box .process-icon img {
        max-width: 50px;
        max-height: 50px;
    }

    .default-btn {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px;
    }
    .pro-details-desc h3 {
    font-size: 26px;
    line-height: 36px;
}
.pro-details-desc h5 {
    font-size: 20px;
    line-height: 28px;
}
.pro-details-desc ul li+li {
    margin-top: 10px;
}
.pro-details-desc ul {
    margin-bottom: 30px;
}
.pro-details {
    row-gap: 90px;
}
.cta-details-box {
    padding: 20px;
}
.cta-details-box h2 {
    font-size: 26px;
    line-height: 32px;
}
.cta-details-box a {
    font-size: 16px;
    line-height: 26px;
}
}

@media screen and (max-width: 991px) {
    .mtb-120 {
        margin: 70px 0;
    }

    .mt-120 {
        margin-top: 70px;
    }

    .mb-120 {
        margin-bottom: 70px;
    }

    .ptb-120 {
        padding: 70px 0;
    }

    .par-hm-box {
        min-height: 600px;
    }

    header .offcanvas .offcanvas-body {
        align-items: start;
    }

    header.sticky {
        padding: 10px 0;
    }

    .mtb-120 {
        margin: 60px 0;
    }

    .ptb-120 {
        padding: 60px 0;
    }

    .who-img img,
    .why-img img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .hm-banner-desc p {
        max-width: 100%;
    }

    .row {
        row-gap: 30px;
    }

    .pro-box {
        padding: 0 20px 30px;
       min-height: 295px;
    }

    .par-hm-fac .col-lg-3 {
        width: 50%;
    }

    .fac-box {
        padding: 30px;
        min-height: 340px;
    }

    footer::after {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        background-color: #123524;
    }

    .par-cta-shap {
        position: absolute;
        bottom: -100px;
        right: -40px;
        width: 100px;
    }

    .par-inner-banner {
        min-height: 500px;
    }

    .par-inner-banner .inner-img {
        width: 30%;
    }

    .par-inner-banner .inner-img img {
        width: 100%;
    }

    .par-ab-piloshophy .row+.row .col-lg-3:nth-child(2n+1) {
        margin-top: 0;
    }

    .pro-details-tabs .pro-item {
        font-size: 20px;
        padding: 15px;
    }

    .title h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .pro-box:hover .pro-img img {
        min-height: auto;
    }

    .why-list-desc h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .cta-form .forminator-button {
        width: fit-content !important;
    }

    .f-links,
    .f-social-link {
        justify-content: center;
    }

    .par-ser-process .row+.row,
    .cta-dtails .row+.row {
        margin-top: 70px;
    }

    .process-grid {
        gap: 20px 30px;
    }

    .process-box .process-icon::after {
        top: -19px;
        right: -24px;
        width: 55px;
        height: 75px;
    }

    .process-box:nth-child(2),
    .process-box:nth-child(4),
    .process-box:nth-child(7),
    .process-box:nth-child(9) {
        padding-top: 40px;
    }

    .process-box:nth-child(2) .process-icon::after,
    .process-box:nth-child(4) .process-icon::after,
    .process-box:nth-child(7) .process-icon::after,
    .process-box:nth-child(9) .process-icon::after {
        bottom: -19px;
        right: -24px;
    }

    .process-box .process-icon {
        min-height: 105px;
    }

    .process-box h3 {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .process-box:nth-child(2) h3,
    .process-box:nth-child(4) h3,
    .process-box:nth-child(7) h3,
    .process-box:nth-child(9) h3 {
        margin-top: 20px;
    }

    .process-grid .process-box:nth-child(5) .process-icon::after {
        width: 31px;
        height: 168px;
        right: -8px;
        top: -17px;
    }

    .process-grid .process-box:nth-child(6) .process-icon::after,
    .process-grid .process-box:nth-child(7) .process-icon::after,
    .process-grid .process-box:nth-child(8) .process-icon::after,
    .process-grid .process-box:nth-child(9) .process-icon::after,
    .process-grid .process-box:nth-child(10) .process-icon::after {
        left: -24px;
    }

    .process-grid .process-box:nth-child(6) .process-icon::before {
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
    }

    .process-grid .process-box:nth-child(6) .process-icon::after {
        height: 31px;
        width: 8px;
        left: 16px;
        top: -24px;
        border: 3px solid #919E2E;
    }

    .cta-box .title h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .pro-details-img {
        text-align: center;
    }
    .pro-details-img img {
        width: auto;
    }
    .pro-details {
    row-gap: 70px;
}
}

@media screen and (max-width: 767px) {
    .mtb-120 {
        margin: 50px 0;
    }

    .mt-120 {
        margin-top: 50px;
    }

    .mt-70 {
        margin-top: 50px;
    }

    .mb-120 {
        margin-bottom: 50px;
    }

    .ptb-120 {
        padding: 50px 0;
    }

    header .navbar-nav {
        min-width: 100%;
    }

    header .menu-item a {
        font-size: 20px;
        line-height: 30px;
    }

    header .menu-item+.menu-item {
        margin-top: 10px;
        padding-top: 10px;
    }

    .par-hm-box {
        min-height: 500px;
        position: relative;
    }

    .hm-banner-desc {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 30px;
        text-align: center;
    }

    .hm-banner-desc h1,
    .hm-banner-desc h2,
    .inner-desc h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .hm-banner-desc p {
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    .title h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .pro-img img {
        margin-bottom: 15px;
    }

    .why-list-box {
        margin-top: 30px;
        flex-direction: column;
        align-items: start;
    }

    .why-list-desc {
        width: 100%;
    }

    .fac-box {
        padding: 30px;
        min-height: 175px;
    }

    .testi-box {
        padding: 30px;
    }

    .swiper-scrollbar.custome-scrollbar {
        width: 240px;
        overflow: hidden;
    }

    .f-links {
        column-gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
    .f-main-link .row {
        row-gap: 20px;
    }

    .f-social-link {
        justify-content: center;
    }

    footer {
        padding: 50px 0 30px;
    }

    .par-inner-banner .inner-img {
        width: 75%;
    }

    .team-img {
        width: 100%;
    }

    .team-img img {
        width: 100%;
    }

    .par-ab-vision {
        min-height: 550px;
    }

    .par-ab-vision .title p {
        max-width: 100%;
    }

    .pilo-box {
        padding: 30px;
    }

    .par-hm-offer .row+.row,
    .par-hm-fac .row+.row,
    .par-hm-testi .row+.row,
    .par-ab-team .row+.row,
    .par-ab-piloshophy .row+.row,
    .par-pro-listing .row+.row,
    .par-pro-details .row+.row {
        margin-top: 0;
    }

    .pilo-box h3 {
        font-size: 25px;
        line-height: 35px;
        margin: 10px 0;
    }

    .pro-details-desc ul {
        column-count: 1;
    }

    .why-list-desc h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .why-list-img {
        min-width: 80px;
        min-height: 80px;
    }

    .why-list-img img {
        max-width: 40px;
        max-height: 40px;
    }

    .why-list-desc h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .why-list-desc ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .fac-box h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-box {
        padding: 30px;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .process-box .process-icon::after {
        display: none;
    }

    .process-box .process-icon {
        min-height: 150px;
    }

    .process-box:nth-child(2),
    .process-box:nth-child(4),
    .process-box:nth-child(7),
    .process-box:nth-child(9) {
        flex-direction: column;
    }

    .process-box:nth-child(2),
    .process-box:nth-child(4),
    .process-box:nth-child(7),
    .process-box:nth-child(9) {
        padding-top: 0;
    }

    .process-box:nth-child(2) h3,
    .process-box:nth-child(4) h3,
    .process-box:nth-child(7) h3,
    .process-box:nth-child(9) h3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .process-box h3 {
        text-align: left !important;
        margin-bottom: 10px !important;
        font-size: 14px;
        line-height: 20px;
    }

    .process-grid .process-box:nth-child(6) .process-icon::before {
        display: none;
    }

    .par-ser-process .row+.row,
    .cta-dtails .row+.row {
        margin-top: 50px;
    }

    .process-grid .process-box:nth-child(6) {
        order: 10;
    }

    .process-grid .process-box:nth-child(7) {
        order: 9;
    }

    .process-grid .process-box:nth-child(8) {
        order: 8;
    }

    .process-grid .process-box:nth-child(9) {
        order: 7;
    }

    .cta-box .title h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
        .pro-box h3 {
    font-size: 16px;
    line-height: 20px;
}
    .pro-box a {
    font-size: 16px;
    line-height: 22px;
}
    .pro-details-img img {
        width: 100%;
    }
    .pro-details-desc h3 {
    font-size: 22px;
    line-height: 32px;
}
.pro-details-desc h5 {
    font-size: 18px;
    line-height: 26px;
}
.pro-details {
    row-gap: 50px;
}
.cta-details-box h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.navbar-brand img {
    max-width: 55px;
}
.f-logo a img {
    max-width: 75px;
}
.header-btn-inner {
    column-gap: 20px;
}
.header-btn .default-btn {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 8px 15px !important;
}
.client-logo-main {
    column-gap: 15px;
}
.client-box {
    min-height: 80px;
    min-width: 140px;
}
.client-box img {
    max-width: 110px;
    max-height: 60px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-155px * 9));
    }
    
}
.blog-desc h3 { 
    font-size: 18px;
    line-height: 24px;
}
}