/******************************

    00 - Home
    01 - Inner Page
		01 - Service Detail
        02 - Portfolio Detail
        03 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        04 - Team Member Detail
        05 - Contact Us
        06 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
    overflow: hidden;
}

/** Homepage 01 **/
.ihbox-section-one {
    padding: 25px 10px 100px 10px;
}

.who-we-are-one-leftbox {
    background-image: url(../images/homepage-1/bg/img-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
    position: relative;
}

.who-we-are-one-leftbox .fid-style-area {
    position: absolute;
    right: 0;
    width: auto;
    bottom: 0;
    max-width: 100%;
}

.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}

.pbmit-sticky-corner svg path {
    fill: var(--pbmit-light-color);
}

.pbmit-top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}

.who-we-are-one-content {
    padding: 70px 0px 60px 95px;
}

.service-bg-one {
    background-image: url(../images/homepage-1/bg/staticbox-bg-img.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-arrow,
.testimonial-arrow,
.service-arrow,
.team-arrow,
.product-arrow {
    position: absolute;
    right: 12px;
    bottom: 0;
}

.service-bg-one .swiper-button-next,
.service-bg-one .swiper-button-prev {
    color: var(--pbmit-white-color);
    border-color: var(--pbmit-white-color);
}

.service-bg-one .swiper-button-next:hover,
.service-bg-one .swiper-button-prev:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.client-area {
    padding: 80px 0 90px 0;
    border-top: 1px solid #404A3D1A;
}

.about-us-one-bg {
    background-image: url(../images/homepage-1/bg/img-03.jpeg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
}

.about-us-one-rightbox {
    background-image: url(../images/homepage-1/bg/img-04.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: var(--pbmit-global-color);
    padding: 45px 40px 30px 40px;
    border-radius: 30px;
}

.ihbox-style-5-bg {
    position: relative;
    background-image: url(../images/homepage-1/bg/icon-bg-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 100px 80px 85px;
    border-radius: 30px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.ihbox-style-5-bg .pbmit-ihbox-style-5 {
    position: relative;
    z-index: 1;
}

.ihbox-style-5-bg:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 30px;
    background-color: var(--pbmit-blackish-color);
    opacity: .5;
}

/** Homepage 02 **/
.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated {
    animation-duration: 2s;
}

.ihbox-two-bg {
    margin: -30px 20px 0 20px;
    padding: 70px 0px 40px 0px;
    border-radius: 0 0 30px 30px;
    background-color: var(--pbmit-global-color);
    background-image: url(../images/homepage-2/bg/bg-pattern-01.png);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.about-two-area {
    margin-top: 100px;
    border-radius: 30px;
    overflow: hidden;
    height: 73.8vh !important;
}

.about-two-area .sticky-img {
    border-radius: 30px;
}

.about-two-rightbox {
    padding: 80px 65px 0px 65px;
}

.about-two-innerbox {
    padding-left: 70px;
}

.about-two-innerbox .pbmit-ihbox-style-12 {
    margin-bottom: 30px;
}

.about-two-innerbox .sticky-inner-img {
    border-radius: 15px;
}

.service-two-slider {
    padding-bottom: 85px !important;
}

.service-two-slider .swiper-pagination-bullet-active,
.pbmit-testimonialbox-right .swiper-pagination-bullet-active {
    outline: none;
    width: 20px;
    height: 20px;
    background-color: var(--pbmit-global-color);
}

.pbmit-element-static-box-style-1 {
    background-image: url(../images/homepage-2/bg/staticbox-bg-img.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.appointment-two-area {
    border-radius: 30px;
    overflow: hidden;
}

.appointment-two-leftbox {
    padding: 50px 0 0 38px;
    position: relative;
}

.appointment-two-leftbox .ihbox-style-area {
    position: absolute;
    right: 86px;
    width: auto;
    top: 106px;
    max-width: 100%;
}

.appointment-two-mainbox {
    background-image: url(../images/homepage-2/bg/contact-bg-img.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 60px 65px 60px 0px;
}

.appointment-two-mainbox form .form-control {
    border: none;
    background-color: var(--pbmit-light-color);
}

/** Homepage 03 **/
.ihbox-section-three {
    border-bottom: 1px solid #404A3D1A;
    padding: 50px 0;
}

.about-us-three-imgbox img {
    -webkit-mask-image: url(../images/homepage-3/about-shape.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center left;
    -webkit-mask-repeat: no-repeat;
}

.about-us-three-content {
    padding: 75px 0px 0px 95px;
}

.tab-section-three {
    background-image: url(../images/homepage-3/bg/bg-pattern-01.png);
}


.testimonial-three .pbmit-testimonialbox-left {
    border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.testimonial-three .pbmit-testimonialbox-right {
    padding: 0 0 90px 70px;
}

.pbmit-testimonialbox-right .swiper-slider[data-dots="true"] {
    padding-bottom: 0;
}

.pbmit-testimonialbox-right .swiper-horizontal>.swiper-pagination-bullets {
    justify-content: end;
}

.ttml-three-arrow {
    justify-content: left;
}

.free-quote-section {
    background-image: url(../images/homepage-3/bg/bg-img-01.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 30px;
    overflow: hidden;
}

.free-quote-section .left-box {
    padding: 20px 0px 0px 40px;
}

.free-quote-section .right-box {
    padding: 100px 90px 100px 0px;
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Service Detail **/
.service-details .container>.row {
    flex-direction: row-reverse;
}

.service-sidebar .post-list {
    padding-top: 40px;
}

.service-sidebar .all-post-list ul li {
    position: relative;
    line-height: 26px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.service-sidebar .all-post-list ul li a {
    padding: 16px 60px 16px 25px;
    display: block;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: .5px;
    color: var(--pbmit-blackish-color);
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.service-sidebar .all-post-list ul li a:before {
    position: absolute;
    content: "\e8dd";
    left: inherit;
    right: 8px;
    font-size: 10px;
    font-family: 'pbminfotech-base-icons';
    top: 50%;
    z-index: 1;
    color: var(--pbmit-secondary-color);
    background-color: transparent;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: initial;
    transition: all 0.4s ease-in;
}

.service-sidebar .all-post-list ul li a:after {
    position: absolute;
    content: "";
    left: 0;
    font-size: 20px;
    top: 50%;
    width: 7px;
    height: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.service-sidebar .all-post-list ul li:hover a,
.service-sidebar .all-post-list ul li.post-active a {
    transform: translateX(1%);
    color: var(--pbmit-secondary-color);
}

.service-sidebar .all-post-list ul li:hover a:before,
.service-sidebar .all-post-list ul li.post-active a:before {
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-global-color);
}

.service-sidebar .widget:last-child {
    background-color: transparent;
}

.service-sidebar .widget.pbmit-download-content {
    padding: 0;
}

.sidebar .pbmit-download-content .widget-title {
    margin-left: 30px;
    margin-right: 30px;
}

.widget .download .item-download a {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 25px;
    background-color: var(--pbmit-white-color);
    border-radius: 40px;
}

.widget .download .item-download a .pbmit-download-content {
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.widget .download .item-download a .pbmit-download-content i {
    margin-right: 10px;
    font-size: 24px;
    color: var(--pbmit-secondary-color);
    transition: all 0.2s ease-in;
}

.widget .download .item-download .pbmit-download-item {
    font-size: 16px;
    line-height: 16px;
    padding: 18px 13px;
    border-radius: 50%;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
    transition: all 0.2s ease-in;
}

.widget .download .item-download a .pbmit-download-item i {
    font-size: 26px;
    vertical-align: middle;
}

.widget .download .item-download:last-child a {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    margin-bottom: 0;
}

.widget .download .item-download:last-child a .pbmit-download-content i {
    color: var(--pbmit-blackish-color);
    transition: all 0.3s ease-in-out;
}

.widget .download .item-download:last-child .pbmit-download-item {
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-white-color);
}

.widget .download .item-download a:hover {
    background-color: var(--pbmit-secondary-color);
    color: var(--pbmit-white-color);
}

.widget .download .item-download a:hover .pbmit-download-content i {
    color: var(--pbmit-white-color);
}

.widget .download .item-download a:hover .pbmit-download-item {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.widget .download .item-download:last-child a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.widget .download .item-download:last-child a:hover .pbmit-download-item {
    background-color: var(--pbmit-global-color);
}

.service-details .pbmit-service-feature-image img {
    margin-bottom: 50px;
    border-radius: 30px;
}

.service-details .pbmit-ihbox-style-9 .pbmit-ihbox-contents {
    margin: 30px 30px 0 0;
}

.service-details .pbmit-ihbox-style-9 .pbmit-heading-desc {
    padding: 10px 0 0 0;
}

.service-details .accordion {
    padding-top: 15px;
}

/** 02 - Portfolio Detail **/
.portfolio-single .pbmit-featured-img-wrapper {
    padding-bottom: 80px;
}

.portfolio-single .pbmit-featured-img-wrapper img {
    border-radius: 30px;
}

.pbmit-single-project-details-list {
    padding: 45px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: .5px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    color: var(--pbmit-secondary-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
    display: block;
}

.portfolio-single .pbmit-pf-entry-content {
    padding-left: 36px;
}

.portfolio-single .pbmit-heading .pbmit-title {
    margin-bottom: 20px;
}

.portfolio-single .pf-img-box img {
    border-radius: 20px;
}

.portfolio-single .pf-img-box .first-img {
    padding-right: 20px;
}

.portfolio-single .pf-img-box .second-img {
    padding-left: 20px;
}

.portfolio-single .pbmit-ihbox-style-9 .pbmit-heading-desc {
    padding: 10px 0 0 0;
}

.portfolio-single .pbmit-ihbox-style-9 .pbmit-ihbox-contents,
.portfolio-single .pbmit-miconheading-style-9 .pbmit-ihbox-contents {
    margin: 30px 30px 0 0;
}

.portfolio-single .navigation {
    margin-top: 50px;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

/** 03 - Blog Detail**/
.pbmit-element-posts-wrapper.row .pbmit-blog-style-1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

/** Sidebar Right**/
.sidebar .widget {
    border: none;
    padding: 30px;
    margin-bottom: 55px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget.widget-search {
    background-color: var(--pbmit-secondary-color);
}

.sidebar .widget .widget-title {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    width: auto;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    padding-left: 30px;
    padding-bottom: 0;
    text-transform: capitalize;
    color: var(--pbmit-blackish-color);
}

.sidebar .widget.widget-search .widget-title {
    color: var(--pbmit-white-color);
}

.sidebar .widget .widget-title:before {
    content: "\e89d";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    left: -3px;
    font-size: 12px;
    line-height: 22px;
    color: var(--pbmit-secondary-color);
    top: 50%;
    transform: translateX(0%) translateY(-70%);
}

.sidebar .widget.widget-search .widget-title:before {
    color: var(--pbmit-white-color);
}

.widget .search-form {
    position: relative;
}

.widget .search-form input {
    background-color: var(--pbmit-white-color);
    height: 65px;
    border: 0;
    padding: 0px 30px;
    padding-right: 80px;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    font-size: 15px;
    border-radius: 40px;
    display: block;
    width: 100%;
}

.widget .search-form .search-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
    font-size: 16px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    line-height: 58px;
    outline: none;
    background: var(--pbmit-global-color);
    color: var(--pbmit-secondary-color);
    transition: all .6s;
}

.widget .search-form .search-submit:hover {
    background-color: var(--pbmit-blackish-color);
}

.widget .search-form .search-submit:hover:after {
    color: var(--pbmit-white-color);
}

.widget .search-form .search-submit:after {
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e80d';
    right: 50%;
    top: 50%;
    font-size: 16px;
    color: var(--pbmit-blackish-color);
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}

.sidebar .widget-categories li {
    position: relative;
    line-height: 26px;
}

.sidebar .widget-categories .pbmit-cat-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .05);
}

.sidebar .widget-categories ul li:last-child .pbmit-cat-li {
    border-bottom: none;
}

.sidebar .widget-categories .pbmit-cat-li a {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    margin: 15px 0;
    font-weight: 500;
    color: rgba(24, 26, 23, .8);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: var(--pbmit-heading-typography-font-family);
}

.sidebar .widget-categories .pbmit-cat-li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 8px;
    width: 8px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    transition: all .25s ease-in-out;
}

.sidebar .widget-categories .pbmit-brackets {
    margin-left: 8px;
    transition: all .25s ease-in-out;
}

.sidebar .widget-categories .pbmit-cat-li:hover>a,
.sidebar .widget-categories .pbmit-cat-li:hover .pbmit-brackets {
    color: var(--pbmit-secondary-color);
}

.sidebar .widget-categories .pbmit-cat-li>a:hover:before {
    background-color: var(--pbmit-secondary-color);
}

.widget-recent-post .recent-post-list-li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.widget-recent-post .recent-post-list-li {
    display: flex !important;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    padding-bottom: 18px;
    line-height: 26px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.widget-recent-post .recent-post-list-li:last-child {
    border-bottom: none;
}

.widget-recent-post .recent-post-list-li>a {
    width: 91px;
    flex-shrink: 0;
    margin-right: 20px;
    display: inline-block;
}

.widget-recent-post .recent-post-list-li>a img {
    border-radius: 20px;
}

.widget-recent-post .pbmit-rpw-content {
    display: flex;
    flex-direction: column;
}

.widget-recent-post .pbmit-rpw-title a {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}

.widget-recent-post .pbmit-rpw-title a:hover {
    color: var(--pbmit-secondary-color);
}

.pbmit-rpw-content .pbmit-rpw-date a {
    color: var(--pbmit-secondary-color);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--pbmit-heading-typography-font-family);
}

.widget.pbmit-service-ad {
    padding: 0;
    background-image: url(../images/bg/ads-bg-img.jpg);
    background-size: cover;
    background-position: center center;
}

.widget.pbmit-service-ad .textwidget:before,
.widget.pbmit-service-ad .textwidget:after {
    content: "";
    display: table;
}

.widget.pbmit-service-ad .textwidget:after {
    clear: both;
}

.widget.pbmit-service-ad .pbmit-service-ads {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 80px 50px;
    border-radius: 30px;
}

.pbmit-service-ads .pbmit-ads-icon {
    padding-bottom: 20px;
}

.pbmit-service-ads .pbmit-ads-icon i {
    width: 85px;
    height: 85px;
    line-height: 85px;
    display: inline-block;
    border-radius: 100%;
    font-size: 35px;
    text-align: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-service-ads .pbmit-ads-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-desc {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 30px;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-desc i {
    font-size: 20px;
    padding-right: 5px;
    color: var(--pbmit-global-color);
}

.pbmit-service-ads .pbmit-btn {
    display: inline-flex;
}

.pbmit-service-ads .pbmit-btn:hover {
    background-color: var(--pbmit-blackish-color);
}

aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
    line-height: 30px;
    margin: 0 6px 12px 0;
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    border-radius: 20px;
}

aside.widget.widget-tag-cloud a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

/** Blog Classic **/
.site-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.post.blog-classic {
    margin-bottom: 60px;
    position: relative;
}

.post.blog-classic .pbmit-featured-wrapper img {
    border-radius: 30px;
}

.post.blog-classic:last-child {
    margin-bottom: 0px;
}

.post.blog-classic .pbmit-featured-img-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.post.blog-classic .pbmit-meta-cat {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.post.blog-classic .pbmit-meta-cat a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px;
    padding: 5px 15px 3px 15px;
    border-radius: 15px;
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-white-color);
}

.post.blog-classic .pbmit-meta-cat a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.blog-classic .pbmit-blog-classic-inner {
    background: 0 0;
    padding: 0;
    position: relative;
}

.pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
}

.pbmit-blog-meta-top.pbmit-blog-meta,
.pbmit-blog-meta-top.pbmit-blog-meta a {
    color: rgba(var(--pbmit-blackish-color-rgb), .8);
}

.pbmit-blog-meta-top.pbmit-blog-meta a:hover {
    color: var(--pbmit-secondary-color);
}

.pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 6px;
    font-size: 14px;
    text-transform: uppercase;
}

.pbmit-blog-meta-top .pbmit-meta i {
    margin-right: 2px;
    font-size: 20px;
    color: var(--pbmit-secondary-color);
}

.pbmit-blog-meta-top .pbmit-meta-comments {
    display: none;
}

.blog-classic .pbmit-post-title {
    margin-bottom: 25px;
    margin-top: 15px;
    font-size: 36px;
    padding-bottom: 25px;
    line-height: 42px;
    text-transform: none;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.2);
}

.blog-classic .pbmit-entry-content {
    margin-top: 20px;
}

.pbmit-blog-classic-inner .pbmit-btn {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .65px;
    padding: 21px 35px;
    text-transform: uppercase;
}

/** Blog Single **/
.blog-details .post.blog-classic {
    margin-bottom: 0;
    position: relative;
}

.blog-details .pbmit-featured-img-wrapper {
    position: relative;
}

.blog-details .pbmit-featured-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.blog-details .post.blog-classic .pbmit-blog-meta-top {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.1);
}

.pbmit-firstletter::first-letter {
    color: var(--pbmit-secondary-color);
    padding: 0;
    font-size: 52px;
    line-height: 48px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin-right: 8px;
}

.blog-details .pbmit-entry-content .pbmit-secondary-color,
.blog-details .pbmit-entry-content p u,
.pbmit-single-event-body-content .pbmit-secondary-color,
.pbmit-single-event-body-content p u,
.pbmit-service_content .pbmit-secondary-color,
.pbmit-service_content p u,
.pbmit-team-single .pbmit-secondary-color,
.pbmit-team-single p u,
.pbmit-pf-entry-content .pbmit-secondary-color {
    color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-entry-content blockquote {
    border: 0;
    padding: 40px 70px 40px 145px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400 !important;
    margin: 35px 0;
    position: relative;
    letter-spacing: 0px;
    border-radius: 30px;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.blog-details .pbmit-entry-content blockquote:before {
    content: '\e88e';
    font-family: "pbminfotech-base-icons";
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 45px;
    left: 45px;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}

.blog-details .pbmit-entry-content blockquote p {
    margin-bottom: 0;
}

.blog-details .pbmit-entry-content:after {
    clear: both;
    content: "";
    display: table;
}

.blog-details .pbmit-entry-content blockquote cite {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--pbmit-secondary-color);
    display: block;
    line-height: 24px;
    font-style: normal !important;
    margin-top: 15px;
    letter-spacing: .5px;
}

.blog-details .pbmit-entry-content blockquote cite:before {
    content: "-";
    margin-right: 5px;
}

.blog-details .pbmit-entry-content blockquote:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.blog-details .pbmit-entry-content .pbmit-block-columns {
    margin-bottom: 1.75em;
}

.blog-details .pbmit-entry-content .pbmit-block-columns img {
    margin-top: 15px;
    border-radius: 30px;
}

.blog-details .pbmit-entry-content .pbmit-block-column:first-child {
    padding: 0 22px 0 0;
}

.blog-details .pbmit-entry-content .pbmit-block-column:last-child {
    padding: 0 0 0 22px;
}

.blog-details .list-group .pbmit-icon-list-icon i {
    font-size: 15px;
    margin-right: 15px;
    color: var(--pbmit-secondary-color);
}

.blog-details .list-group {
    padding: 20px 0;
}

.blog-details .list-group .pbmit-icon-list-text {
    font-family: var(--pbmit-body-typography-font-family);
}

.blog-details .pbmit-blog-meta-bottom {
    margin-top: 35px;
}

.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a {
    background-color: var(--pbmit-white-color);
}

.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.blog-details .post-navigation {
    border-top: 1px solid rgba(24, 26, 23, 0.10);
    margin-top: 30px;
}

.post-navigation .nav-links {
    margin-top: 0;
    padding: 40px 0 8px;
    display: flex;
    align-items: normal;
    width: 100%;
}

.post-navigation .nav-previous {
    width: 50%;
    margin-right: auto !important;
    position: relative;
}

.post-navigation .nav-links a {
    display: block;
    text-align: left;
    width: 300px;
    transition: all 0.3s ease-in;
}

.post-navigation .nav-links a:hover .pbmit-post-nav-icon i,
.post-navigation .nav-links a:hover .pbmit-post-nav-head {
    color: var(--pbmit-secondary-color);
}

.post-navigation .pbmit-post-nav-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
    justify-content: flex-start;
}

.post-navigation .nav-links .pbmit-post-nav-icon i {
    font-size: 13px;
    color: #666;
    transition: all 0.3s ease-in;
}

.post-navigation .nav-links .pbmit-post-nav-head {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-left: 8px;
    transition: all 0.3s ease-in;
    color: #666;
    font-family: var(--pbmit-heading-typography-font-family);
}

.post-navigation .nav-links .pbmit-post-nav-wrapper {
    display: block;
    word-break: break-word;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}

.nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}

.post-navigation .nav-links .nav-title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: var(--pbmit-heading-typography-font-family);
}

.post-navigation .nav-next {
    width: 50%;
    text-align: right;
    margin-left: auto;
}

.post-navigation .nav-next a {
    display: block;
    text-align: right;
    margin-left: auto;
}

.nav-links .nav-next .pbmit-post-nav-wrapper {
    text-align: right;
}

.blog-details .pbmit-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 80px;
    background-color: var(--pbmit-secondary-color);
    background-position: center center;
    background-repeat: repeat;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
}

.blog-details .pbmit-author-image img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border: 4px solid var(--pbmit-global-color);
    display: block;
    overflow: hidden;
    margin-right: 40px;
    border-radius: 50%;
}

.blog-details .pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.blog-details .pbmit-author-content .pbmit-author-name {
    line-height: 26px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
}

.blog-details .pbmit-author-box a {
    color: var(--pbmit-white-color);
}

.blog-details .pbmit-author-content .pbmit-text {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: var(--pbmit-white-color);
}

.blog-details .comments-area {
    margin-top: 60px;
}

.blog-details .comments-area .comments-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 48px;
}

.blog-details .comment-list li:not(:last-child) .pbmit-comment {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}

.comment-list .pbmit-comment-avatar {
    float: left;
}

.comment-list .pbmit-comment-avatar img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
}

.blog-details .pbmit-comment-content {
    position: relative;
    padding: 0px 0px 30px 0;
    margin-left: 115px;
    min-height: 115px;
}

.blog-details .pbmit-comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pbmit-comment-content .pbmit-comment-author {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    color: #525252;
}

.pbmit-comment-author-inner {
    margin: 0 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--pbmit-secondary-color);
}

.pbmit-comment-author-inner a {
    color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-comment-date {
    display: block;
    font-size: 16px;
    margin: 0 0 0 30px;
    font-weight: 400;
    color: rgba(24, 26, 23, 0.8);
}

.blog-details .pbmit-comment-date a {
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.blog-details .pbmit-comment-content p {
    margin: 10px 0 18px;
}

.blog-details .pbmit-comment-content .reply a {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-secondary-color);
    padding: 2px 19px;
    border-radius: 30px;
    border: 1px solid var(--pbmit-secondary-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.blog-details .pbmit-comment-content .reply a::after {
    font-family: 'pbminfotech-base-icons';
    content: "\e8dd";
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    font-size: 11px;
    margin-left: 5px;
    font-weight: 500;
}

.blog-details .pbmit-comment-content .reply a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.comment-list .children {
    margin-left: 100px;
    padding-top: 8px;
}

.blog-details .comment-respond {
    background-color: var(--pbmit-white-color);
    padding: 60px 70px;
    border-radius: 30px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.blog-details .comment-respond .comment-reply-title {
    margin-bottom: 25px;
}

.blog-details .comment-form .comment-notes {
    font-size: 15px;
}

.blog-details .comment-respond .comment-form form textarea.form-control {
    color: var(--pbmit-blackish-color);
    line-height: normal;
    padding: 20px 12px;
}

.blog-details .comment-respond .comment-form .form-check {
    margin-top: 20px;
    margin-bottom: 25px;
}

.blog-details .comment-respond .comment-form .form-check label {
    font-size: 15px;
}

/** 04 - Team Member Detail **/
.pbmit-team-single-info {
    margin-bottom: 50px;
}

.team-single .pbmit-featured-wrapper {
    height: 600px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.team-single .pbmit-featured-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-single .pbmit-team-detail {
    position: relative;
    border-radius: 30px;
    margin-left: -40px;
    background: var(--pbmit-white-color);
    background-image: url(../images/team/team-detail-pattern.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.team-single .pbmit-team-detail .pbmit-team-des {
    padding: 30px;
}

.pbmit-team-des .pbmit-team-summary {
    margin-bottom: 35px;
}

.pbmit-team-des .pbmit-team-designation {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #999;
    letter-spacing: .5px;
    margin-bottom: 5px;
    padding-left: 15px;
}

.pbmit-team-des .pbmit-team-designation:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--pbmit-secondary-color);
    transform: translateX(0%) translateY(-50%);
}

.pbmit-team-des .pbmit-team-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
}

.pbmit-team-des .pbmit-short-description {
    margin-bottom: 20px;
}

.pbmit-team-des .pbmit-single-team-info {
    padding-bottom: 40px;
}

.pbmit-single-team-info li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--pbmit-blackish-color);
}

.pbmit-single-team-info li,
.pbmit-single-team-info li a {
    color: var(--pbmit-body-typography-color);
}

.pbmit-single-team-info li label {
    font-size: 16px;
    line-height: 22px;
    min-width: 120px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 10px;
    color: var(--pbmit-secondary-color);
}

.team-single .pbmit-social-links li {
    margin-bottom: 5px;
    margin-right: 6px;
}

.team-single .pbmit-social-links li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    background-color: transparent;
    color: var(--pbmit-secondary-color);
    border: 1px solid var(--pbmit-secondary-color);
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-single .pbmit-social-links li a:hover {
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-secondary-color);
}

.team-single .comment-respond {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 80px 80px 60px 80px;
    border-radius: 60px;
    background-color: var(--pbmit-white-color);
}

/** 05 - Contact Us **/
.contact-img-box {
    background-image: url(../images/bg/contact-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 30px 0px 0px 30px;
}

.contact-form-area {
    padding: 100px 75px 80px 75px;
    border-radius: 0px 30px 30px 0px;
    background-image: url(../images/bg/img-01.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.iframe-section iframe {
    height: 550px;
    max-width: 100%;
    width: 100%;
}

label.error {
    background: red;
    color: white;
    border-radius: 0px 0 10px 10px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    margin-right: 20%;
}

.message-status {
    margin-top: 30px;
}

.form-control.error {
    margin-bottom: 0 !important;
}

/**06 - Comment Form **/
.form-control {
    margin-bottom: 20px;
    font-size: 15px;
    height: 60px;
    line-height: normal;
    padding: 10px 20px;
    font-weight: 400;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

textarea.form-control {
    height: 130px;
    padding-top: 20px;
    resize: none;
}

.form-control:focus {
    border-color: rgba(var(--pbmit-blackish-color-rgb), .2);
}

.form-control:focus::placeholder {
    opacity: 1;
}

.banner-wrapper {
    position: relative;
    width: 99.5%;
    z-index: 1;
    margin: 5px auto;
}

.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    overflow: hidden;
    border-radius: 30px;
}


.pbmit-slider-content {
    position: relative !important;
    z-index: 10 !important;
}

.service-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    /* preserves aspect ratio, fills container */
    border-radius: 8px;
    /* optional: adds nice rounded corners */
}


/*=================================
  start  recent work section
 =================================*/
.recent-work-sec {
    width: 100%;
    height: auto;
    display: flex;
}

.recent-work-sec .section-title-item .section-title {
    margin-bottom: 40px;
}

.recent-work-sec .recent-folio-menu {
    text-align: center;
    margin-bottom: 30px;
}

.recent-work-sec .recent-folio-menu ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
}

.recent-work-sec .recent-folio-menu ul li:before {
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 20px;
    content: '';
    background: #e0e0e0;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    margin: auto;
}

.recent-work-sec .recent-folio-menu ul li.active {
    color: #d0345c;
}

.recent-work-sec .recent-folio-menu ul li.active:before {
    background: #d0345c;
}

.recent-work-sec .recent-folio-menu ul li:last-child:before {
    display: none;
}

.recent-work-sec .single-recent-work {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 60px; */
    height: 400px;
    /* total card height */
    display: flex;
    flex-direction: column;
}

.recent-work-sec .single-recent-work img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    flex-grow: 1;
    /* allow it to take up remaining space */
    object-fit: cover;
    transition: transform 0.5s ease;
}

.recent-work-sec .single-recent-work:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.recent-work-sec .single-recent-work .recet-work-footer h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    line-height: 30px;
    background: rgba(49, 147, 70, 0.6);
    /* #d0345c with 60% opacity */
    backdrop-filter: blur(4px);
    /* subtle glass effect */
    -webkit-backdrop-filter: blur(4px);

    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.recent-work-sec .load-more-btn {
    margin-top: 0;
}

.recent-work-sec.our-project-sec .recent-folio-menu ul li {
    color: #6d6d6d;
    padding: 0;
    margin: 0 16px;
}

.recent-work-sec.our-project-sec .recent-folio-menu ul li.active {
    border-bottom: 3px solid #d0345c;
}

.recent-work-sec.our-project-sec .recent-folio-menu ul li.active:before {
    background: #ededed;
}

.recent-work-sec.our-project-sec .recent-folio-menu ul li:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -15px;
}

.xs-portfolio-grid {
    margin-bottom: 80px;
}

.xs-portfolio-grid-item {
    max-width: 100%;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
}

.xs-portfolio-grid-item .single-project-content {
    position: absolute;
    left: 0px;
    bottom: -120%;
    right: 0px;
    text-align: center;
    margin: auto;
    background: rgba(16, 16, 16, 0.7);
    padding: 20px 20px 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.xs-portfolio-grid-item .single-project-content .xs-image-popup-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #d0345c;
    color: #FFFFFF;
    display: block;
    margin: auto;
    font-size: 20px;
    padding: 11px;
    margin-top: -43px;
    margin-bottom: 22px;
}

.xs-portfolio-grid-item .single-project-content .xs-single-title {
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
    padding-bottom: 17px;
}

.xs-portfolio-grid-item .single-project-content .xs-single-title:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    height: 1px;
    width: 75px;
    right: 0px;
    background: #d0345c;
    margin: auto;
}

.xs-portfolio-grid-item .single-project-content p {
    color: #ebebeb;
}

.xs-portfolio-grid-item:hover .single-project-content {
    opacity: 1;
    bottom: 0;
}

.xs-gallery-popup-item {
    position: relative;
    background: #FFFFFF;
    width: auto;
    margin: 20px auto;
}

.xs-popup-img img {
    width: 100%;
}

.xs-popup-content {
    position: relative;
    padding: 48px 0;
    margin: 0 27px;
}

.xs-popup-content .hidden-title {
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    font-size: 65px;
    font-weight: 700;
    color: #f7f7f7;
    line-height: 20px;
    text-transform: uppercase;
}

.xs-popup-content h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 33px;
}

.xs-popup-content h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #d0345c;
    width: 110px;
    height: 3px;
}

.xs-popup-content .xs-popup-left-content {
    border-right: 1px solid #eeeeee;
    padding-right: 15px;
}

.xs-popup-content .xs-popup-left-content li {
    display: block;
    position: relative;
    padding: 8px 0 8px 40px;
    border-bottom: 1px solid #eeeeee;
}

.xs-popup-content .xs-popup-left-content li i {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 18px;
    color: #d0345c;
}

.xs-popup-content .xs-popup-left-content li label,
.xs-popup-content .xs-popup-left-content li span {
    display: block;
    margin: 0;
}

.xs-popup-content .xs-popup-left-content li label {
    color: #282828;
    font-weight: 600;
}

.xs-popup-content .xs-popup-left-content li span {
    color: #6d6d6d;
}

.xs-popup-content .xs-popup-left-content li:last-of-type {
    border-bottom: none;
}

.xs-popup-content .xs-popup-right-content p,
.xs-popup-content .xs-popup-right-content blockquote {
    margin-bottom: 22px;
}

.xs-popup-content .xs-popup-right-content blockquote {
    color: #d0345c;
}

.xs-popup-content .xs-popup-right-content .xs-btn {
    margin-top: 30px;
}


.xs-btn {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    background: #d0345c;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #d0345c;
    border-radius: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
  }
  
  .xs-btn:hover,
  .xs-btn:focus {
    color: #FFFFFF;
    outline: none;
    background: #ce5d25;
    border-color: #d0345c;
  }
  
  .xs-btn.sm-btn {
    padding: 0 26px;
    line-height: 44px;
  }
  
  .xs-btn.fill {
    background: transparent;
    border-color: #f2f2f2;
    margin-left: 18px;
  }
  
  .xs-btn.fill:hover {
    background: #f4842a;
    border-color: #f4842a;
  }
  
  .xs-btn.xs-v2-btn {
    background: #d0345c;
    border-color: #d0345c;
    min-height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  
  .xs-btn.xs-v2-btn:hover {
    background: #ce5d25;
  }

  
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.service-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    height: auto;
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.service-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
    border-color: #007bff;
}

.service-card img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.service-content {
    padding: 15px 20px;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.service-description {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.service-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

.read-more-btn {
    background: #007bff;
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.read-more-btn:hover {
    background: #0056b3;
}
.project-details-box {
    padding-bottom: 30px;
    margin-top: 20px;
}

.project-details-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.project-details-table th,
.project-details-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #e2e2e2;
}

.project-details-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
}

.project-details-table tr:nth-child(even) {
    background-color: #fafafa;
}
