header.site-header .pbmit-header-button .pbmit-btn {
    letter-spacing: 1px;
    border-radius: 32px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #B3A08E;
    font-weight: 500;
}

.site-navigations ul.navigation > li > a {
    margin: 0 16px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0px;
}

.alt-hero-slide .container_main_slider {
    padding: 48px;
    border-radius: 20px;
    max-width: 830px;
}

.alt-hero-slide .container_main_slider .alt-hero-slide-title {
    font-size: 56px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 400;
}

.alt-hero-slide .container_main_slider .alt-hero-slide-text {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    margin-top: 16px;
    max-width: unset;
}

.alt-hero-slide .container_main_slider .alt-hero-slide-text p {
    margin-bottom: 0;
}

.alt-hero-slide .container_main_slider .alt-hero-slide-more-button {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 48px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 32px;
}

.alt-hero-slide-bottom-bar {
    display: flex;
    max-width: 830px;
    width: 100%;
    gap: 8px;
    margin-top: 8px;
    align-items: center;
    justify-content: start;
}

.alt-hero-slide-bottom-bar .hero-slide-button {
    margin-top: 0;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #373737;
    padding: 14.5px 32px;
    border-radius: 52px;
    background-color: #FFFFFF;
}

.alt-hero-slide-bottom-bar .alt-hero-slide-item {
    background-color: #918474;
    padding: 14.5px 24px;
    width: 100%;
    border-radius: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.alt-hero-slide-bottom-bar .alt-hero-slide-item .alt-hero-slide-item-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #FFFFFF;
}

.alt-hero-slide-bottom-bar .alt-hero-slide-item .alt-hero-slide-item-subtitle {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #FFFFFF;
}

.alt-hero-slide-bottom-bar .alt-hero-slide-items-wrapper {
    margin-top: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .alt-hero-slide .container_main_slider .alt-hero-slide-title  {
        font-size: 42px;
    }
    .alt-hero-slide .container_main_slider .alt-hero-slide-text {
        font-size: 16px;
    }
    .alt-hero-slide .container_main_slider {
        padding: 32px;
        max-width: none;
        width: 100%;
    }
    .alt-hero-slide-bottom-bar .alt-hero-slide-item .alt-hero-slide-item-title {
        font-size: 14px;
    }
    .alt-hero-slide-bottom-bar {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .alt-hero-slide .container_main_slider .alt-hero-slide-title  {
        font-size: 36px;
    }
    .alt-hero-slide-bottom-bar {
        flex-direction: column;
        align-items: start;
    }
    .alt-hero-slide-bottom-bar {
        order: 1;
    }
    .alt-hero-slide-bottom-bar .hero-slide-button {
        order: 2;
        width: 100%;
        text-align: center;
        border: #B9AA9B 1px solid;
    }
    .alt-hero-slide-bottom-bar .alt-hero-slide-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 20px;
        gap: 4px;
    }
}

@media (max-width: 601px) {
    .alt-hero-slide .container_main_slider .alt-hero-slide-title  {
        font-size: 30px;
    }
    .alt-hero-slide .container_main_slider {
        padding: 24px;
        border-radius: 24px;
    }
}

.alt-hero-slide-more-button .alt-hero-slide-more-button {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-left: 8px;
}

.about-sec .pbmit-heading-subheading {
    margin-bottom: 24px;
}

.about-sec .about-two-content {
    padding: 40px;
    border-radius: 20px;
    background-color: #F8F4F1;
}

.pbmit-heading-subheading .pbmit-subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 12px;
    text-transform: none;
}

.pbmit-heading-subheading .pbmit-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .pbmit-heading-subheading .pbmit-subtitle {
        font-size: 18px;
    }
    
    .pbmit-heading-subheading .pbmit-title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .pbmit-heading-subheading .pbmit-subtitle {
        font-size: 18px;
    }
    
    .pbmit-heading-subheading .pbmit-title {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .pbmit-heading-subheading .pbmit-subtitle {
        font-size: 16px;
    }
    
    .pbmit-heading-subheading .pbmit-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .pbmit-heading-subheading .pbmit-subtitle {
        font-size: 14px;
    }
    
    .pbmit-heading-subheading .pbmit-title {
        font-size: 28px;
    }
}

.about-sec .about-two-content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
    font-weight: 400;
}

.about-sec .about-two-first-img img {
    border-radius: 20px;
}

.about-sign-container {
    background-color: #E8DED4;
    padding: 20px;
    border-radius: 20px;
    margin-top: 8px;
}

.about-sign-container .pbmit-ihbox-headingicon {
    gap: 12px;
}

.about-sign-container .pbmit-ihbox-heading h2 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 6px;
}

.about-sign-container .pbmit-ihbox-subheading h4 {
    font-size: 12px;
    line-height: 130%;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-sec .about-two-content {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .about-two-first-img {
        margin-top: 16px;
    }
    .about-two-first-img img {
        width: 100%;
    }
}

@media (max-width: 601px) {
    .about-sec .about-two-content {
        padding: 20px;
    }
}

.new-swiper-items .pbmit-service-style-2 {
    border-radius: 20px;
    overflow: hidden;
    background-color: #060504;
}

.new-swiper-items .pbminfotech-post-item {
    position: relative;
    height: 224px;
}

.new-swiper-items .pbmit-featured-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.new-swiper-items .pbmit-featured-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.new-swiper-items .pbminfotech-box-content {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 8px;
    left: 8px;
    background-color: #FFFFFF;
    padding: 12px 16px;
    border-radius: 16px;
}

.new-swiper-items .pbminfotech-box-content .pbmit-service-title {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
}

.new-swiper-items .pbminfotech-box-content .pbmit-service-title::after {
    display: none;
}

.new_swiper_arrow_big .swiper-button-next, .new_swiper_arrow_big .swiper-button-prev {
    height: 48px;
    width: 48px;
    background-color: #B9AA9B;
    border-radius: 24px;
    top: -24px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #FFFFFF !important;
}

.pbmit-heading-subheading.text-center {
    margin-bottom: 40px;
}

body .pbmit-bg-color-light {
    background-color: #E8DED4;
}

.service-section-two {
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
}

.swiper-pagination-bullet {
    background-color: #B9AA9B;
    height: 8px;
    width: 8px;
}

.swiper-pagination-bullet-active {
    background-color: #373737;
    height: 8px;
    width: 8px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.pbmit-tab-style-1 .nav-item a {
    font-weight: 500;
}

.pbmit-tab-style-1 .nav-item a.active {
    font-weight: 500;
    border-bottom: 2px solid #B9AA9B;
}

.pbmit-tab-style-1 .content-wrapper {
    border-radius: 20px;
    padding: 40px;
    background-color: #F8F4F1;
}

.pbmit-tab-style-1 .content-wrapper h3 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pbmit-tab-style-1 .content-wrapper p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
}

.pbmit-tab-style-1 .content-wrapper .hero-slide-button {
    padding: 14.5px 32px;
    background-color: #373737;
    border-radius: 32px;
    margin-top: 0;
}

.pbmit-tab-style-1 .single-image-wrapper img {
    border-radius: 20px;
    width: 100%;
}

@media (max-width: 991px) {
    .pbmit-tab-style-1 .content-wrapper {
        padding: 32px;
    }
}

@media (max-width: 601px) {
    .pbmit-tab-style-1 .content-wrapper {
        padding: 20px;
    }
}

.team-section-two {
    background-color: #F8F4F0 !important;
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
}

.pbmit-team-style-2 .pbmit-featured-wrapper img {
    border: 10px solid #E8DED4;
    width: 100%;
}

.pbmit-team-style-2 .pbminfotech-box-content .pbmit-team-title {
    margin-bottom: 16px;
}

.pbmit-team-style-2 .pbminfotech-box-team-position {
    font-size: 14px;
    font-weight: 500;
    text-transform: unset;
    letter-spacing: 0px;
    margin-bottom: 16px;
    line-height: 130%;
}

.pbmit-team-style-2 .pbminfotech-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-section .fancybox {
    border-radius: 20px;
    overflow: hidden;
}

.safe-section-container {
    padding: 40px;
    background-color: #F8F4F1;
    border-radius: 20px;
}

.safe-section-container .pbmit-heading-subheading {
    margin-bottom: 24px;
}

.about-two-first-img img {
    border-radius: 20px;
}

.consult-sec {
    position: relative;
}

.consult-sec-dimmer {
    position: absolute;
    background-color: #45392FB2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.consult-sec-inner {
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 60%;
    grid-template-rows: 220px 48px;
    gap: 8px;
}

.consult-sec-left-text-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    background-color: #B5A18C;
    border-radius: 32px;
    padding: 40px 40px 32px 40px;
    height: 100%;
}

.consult-sec-left-text-card .pbmit-heading-subheading, .consult-sec-left-text-card .pbmit-heading-subheading .pbmit-title {
    margin-bottom: 0;
    color: #FFFFFF;
}

.consult-sec-left-text-card .consult-sec-label {
    color: #FFFFFF;
    padding: 3px 14px;
    border: #FFFFFF 1px solid;
    border-radius: 24px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
}

.consult-sec-image {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.consult-sec-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 0%;
    border-radius: 32px;
}

.consult-sec-inner .about-us-two-btn .pbmit-btn {
    width: 100%;
    padding: 14.5px 20px;
    text-transform: none;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    outline: none;
    border: none;
    background-color: #FFFFFF;
    border-radius: 52px;
    color: #373737;
}

@media (max-width: 767px) {
    .consult-sec-inner {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }
    .consult-sec-image {
        grid-row: unset;
        grid-column: span 1;
        order: 3;
        aspect-ratio: 779 / 267;

    }
    .consult-sec-inner .about-us-two-btn {
        margin-top: 0;
        margin-bottom: 0;
    }
    .consult-sec-left-text-card .consult-sec-label {
        margin-bottom: 16px;
    }
}

.testimonial-section-two {
    background-image: none !important;
    background-position: unset !important;
    background-repeat: unset !important;
}

.testimonial-section-two .pbminfotech-post-item {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 24px;
}

.testimonial-section-two .pbmit-testimonial-style-2 {
    background-color: #F8F4F1;
    border-radius: 20px;
    padding: 40px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-img img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 32px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-content {
    margin: 0;
}

.pbmit-testimonial-style-2 blockquote {
    display: block;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: unset;
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 0;
}

.pbmit-testimonial-style-2 blockquote p {
    margin: 0;
}

.page-content_service .pbmit-bg-color-light {
    background-color: #F8F4F0;
}


.pbmit-title-bar-wrapper {
    margin-bottom: 0;
}
.pbmit-title-bar-content-inner {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}
.pbmit-title-bar-content {
    padding: 24px 0 40px;
}

.pbmit-title-bar-content .pbmit-tbar-title {
    font-size: 40px;
    line-height: 110%;
    font-weight: 500;
    color: #373737 !important;
    background-color: #FFFFFF;
    padding: 24px;
    text-transform: uppercase;
}

.pbmit-title-bar-wrapper:before {
    background-color: #20191380;
}

.pbmit-title-bar-content-inner .pbmit-breadcrumb-inner.new_style_pod_h1 {
    padding: 12px 24px;
    border-radius: 40px;
    background-color: #918474;
    color: #fff !important;
}

.pbmit-title-bar-content-inner .pbmit-breadcrumb .pbmit-breadcrumb-inner.new_style_pod_h1, .pbmit-title-bar-content-inner .pbmit-breadcrumb .pbmit-breadcrumb-inner.new_style_pod_h1 a, .pbmit-title-bar-content-inner .pbmit-breadcrumb .pbmit-breadcrumb-inner.new_style_pod_h1 span {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #fff !important;
}

.pbmit-title-bar-content-inner .pbmit-breadcrumb .current-item, .pbmit-title-bar-content-inner .pbmit-breadcrumb .sep {
    opacity: 0.6 !important;
    color: #FFF !important;
}

.pbmit-service-style-2 {
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}
.pbmit-service-style-2 .pbminfotech-post-item {
    height: 100%;
}
.pbmit-service-style-2 .pbmit-featured-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pbmit-service-style-2 .pbmit-featured-wrapper a {
    height: 100%;
    width: 100%;
    display: block;
}

.pbmit-service-style-2 .pbmit-featured-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pbmit-service-style-2 .pbminfotech-box-content {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
}

.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner .pbmit-service-title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-bottom: 8px;

    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner .pbmit-service-title::after {
    left: 40px;
    background: #37558E4D;
    width: 45px;
}

.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner br {
    display: none;
}

.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner .pbmit-service-content p {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1021px) {
    .header_img {
        display: none;
    }
}

.new_service .hero-text-card {
    background-color: #A79887;
    padding: 48px 48px 40px 48px;
    border-radius: 20px;
}

.new_service .hero-text-card .hero-title {
    font-size: 56px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}

.new_service .hero-text-card .hero-subtitle {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 8px;
}

.new_service .hero-text-card .tiles-container {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.new_service .tile {
    padding-left: 18px;
}
.new_service .tile::before {
    width: 4px;
    background-color: #FFFFFF;
}
.new_service .tile .tile-label {
    font-size: 24px;
    line-height: 110%;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}
.new_service .tile .tile-text {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    font-weight: 400;
}

.new_service .hero-text-card .hero-consult-button {
    font-size: 16px;
    line-height: 120%;
    text-transform: none;
    padding: 14.5px 32px;
    color: #373737;
    background-color: #FFFFFF;
    border-radius: 32px;
    margin-top: 32px;
}

.new_service .hero-img-wrapper {
    border-radius: 20px;
}

@media (max-width: 1200px) {
    .new_service .hero-text-card .hero-title {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .new_service .hero-text-card .hero-title {
        font-size: 46px;
    }
    .new_service .hero-text-card {
        padding: 32px;
        margin-bottom: 16px;
    }
    .new_service .tile .tile-label {
        font-size: 22px;
    }
    .new_service .tile .tile-text {
        font-size: 16px;
    }
    .new_service .hero-text-card .hero-consult-button {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .new_service .hero-text-card .tiles-container {
        gap: 16px;
        display: flex;
    }
}

.post-text-card {
    padding: 40px;
    border-radius: 20px;
    background-color: #F8F4F1;
    margin-bottom: 32px;
}

.post-text-card h2, .new_service h2.title {
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 70%;
}

.post-text-card p {
    margin-top: 24px;   
    font-size: 16px;
    line-height: 150%;
    max-width: 70%;

} 

@media (max-width: 991px) {
    .post-text-card h2, .new_service h2.title  {
        font-size: 42px;
    }
    .post-text-card {
        padding: 32px;
    }
    .post-text-card h2, .post-text-card p {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .post-text-card h2, .new_service h2.title  {
        font-size: 36px;
    }
}

@media (max-width: 601px) {
    .post-text-card h2, .new_service h2.title  {
        font-size: 30px;
    }
}

.about-text-container {
    padding: 40px;
    border-radius: 20px;
    background-color: #F8F4F1;
    gap: 0 !important;
}

.about-text-container h2.title {
    width: 100%;
    max-width: none;
    margin-bottom: 12px;
}

.about-text-container .text {
    margin-bottom: 8px;
}

.about-text-container .text:last-child {
    margin-bottom: 0;
    margin-top: 8px;
}

.about-text-container .about-highlighted-text {
    background-color: #E8DED4;
    border-radius: 12px;
    padding: 14.5px 16px;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .about-text-container {
        margin-bottom: 16px;
    }
}

.about-img-wrapper {
    border-radius: 20px !important;
}

.how-to.how-to_light, .how-to.how-to_light .about-text-container .about-highlighted-text {
    background-color: #F8F4F0;
}

.how-to.how-to_light .about-text-container {
    background-color: #E8DED4;
}

.q-and-a-text-card {
    padding: 40px !important;
    border-radius: 20px;
    background-color: #F8F4F1;
}

.q-and-a-text-card h2.title {
    margin-bottom: 32px;
}

.q-and-a-text-card .accordion-button {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    color: #373737;
    padding: 0 0 8px 0;
}

.q-and-a-text-card .accordion-button.collapsed {
    padding-bottom: 16px;
}

.q-and-a-text-card .accordion-header {
    border-bottom: none !important;
    margin-bottom: 0;
}

.q-and-a-text-card .accordion-item {
    border-bottom: 1px solid #D9D1C9;
}

.q-and-a-text-card .accordion-body {
    padding: 0 0 16px 0;
}

.accordion-items-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.new_service .questions-form-n-img {
    border-radius: 32px;
}

.new_service .price-list-card {
    background-color: #F8F4F1;
}

.accordion-button:not(.collapsed)::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('/netcat_template/template/main/assets/images/arrow-up-icon.svg');
    background-size: contain;
}

.accordion-button.collapsed::after {
    transform: rotate(180deg);
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('/netcat_template/template/main/assets/images/arrow-up-icon.svg');
    background-size: contain;
}

.breadcrumbs-wrapper {
    margin-top: 0;
    margin-bottom: 16px;
}

.pbmit-breadcrumb-inner.new_style_pod_h1 {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: #6C6C6C !important;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pbmit-breadcrumb-inner.new_style_pod_h1 span {
    color: #6C6C6C !important;
    font-weight: 400 !important;
}

.pbmit-breadcrumb-inner.new_style_pod_h1 .current-item {
    color: #D9D1C9;
}

footer.footer.site-footer {
    background-color: #373737;
    background-image: none;
}

.site-footer .pbmit-footer-bottom:before {
    background-color: transparent;
}