::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
    background: #563232;
    border-radius: 5px;
}

.section-padding {
    padding: 80px 0;
}

.header-inner-box .logo img {
    height: 65px;
}

.footer-area .footer-widget .logo img {
    height: 70px;
}

.footer-bottom .copyright {
    text-align: center;
}

.footer-bottom .copyright a {
    color: #DBB98F;
}

.footer-bottom .copyright a:hover {
    color: #fff;
}

.custom__funfacts-section .section-title {
    margin-bottom: 65px;
    text-align: center;
}

.footer-area {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.appointment-section.custom__appointment-section {
    padding-bottom: 250px;
}

.service-section.custom__service-section {
    padding: 65px 0;
}

.service-section.custom__service-section .single-service-item {
    margin-bottom: 0;
    padding: 30px 35px;
}

.service-section.custom__service-section .single-service-item p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #001327;
    font-family: 'Urbanist';
    margin-top: 25px;
}

.breadcrumb-area {
    height: 225px;
    margin: 0;
}

.breadcrumb-area .breadcrumb-title h1 {
    margin: 0;
}

.appointment-section.product_inquiry-section {
    padding-bottom: 200px;
}

.appointment-section.product_inquiry-section .appointment-inner {
    margin-top: 0;
}

#productInquiry__form button:hover {
    background: #563232;
    border-color: #563232;
    color: #fff;
}

#productInquiry__form button {
    width: 100%;
    border-radius: 5px;
}

.site-notifications {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    transform: translateY(120px);
    transition: all 0.3s;
}

.site-notifications .inner-notify {
    background: #fff;
    border-radius: 5px;
    border-left: 3px solid #219a00;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.site-notifications .inner-notify .message-container {}

.site-notifications .inner-notify .message-container p {
    margin: 0;
    padding-left: 10px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.site-notifications .inner-notify .svg-container svg.ft-green-tick {
    width: 30px;
    height: 30px;
}


/* @supports ((-webkit-animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards) or (animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards)) {} */

.site-notifications .inner-notify .svg-container .tick {
    stroke-opacity: 0;
    stroke-dasharray: 29px;
    stroke-dashoffset: 29px;
}

.site-notifications .inner-notify .svg-container .circle {
    fill-opacity: 0;
    stroke: #219a00;
    stroke-width: 16px;
    transform-origin: center;
    transform: scale(0);
}

.site-notifications.show .inner-notify .svg-container .circle {
    -webkit-animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
    animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
}

.site-notifications.show .inner-notify .svg-container .tick {
    -webkit-animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.site-notifications.show {
    transform: translateY(0);
}

@-webkit-keyframes grow {
    60% {
        transform: scale(0.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(0.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@keyframes grow {
    60% {
        transform: scale(0.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(0.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@-webkit-keyframes draw {
    0%,
    100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    0%,
    100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.site-notifications .inner-notify .svg-container svg.error circle.solid {
    stroke: #ddd;
}

.site-notifications .inner-notify .svg-container svg.error circle.animation {
    transition: stroke-dashoffset 200ms linear 260ms, stroke-dasharray 200ms linear 260ms;
    stroke: #f56060;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 2;
}

.site-notifications .inner-notify .svg-container svg.error line {
    stroke: #f56060;
}

.site-notifications .inner-notify .svg-container svg.error line {
    stroke-dashoffset: -50px;
    stroke-dasharray: 50px;
}

.site-notifications .inner-notify .svg-container svg.error line.left {
    transition: stroke-dashoffset 120ms linear 0ms;
}

.site-notifications .inner-notify .svg-container svg.error line.right {
    transition: stroke-dashoffset 120ms linear 160ms;
}

.site-notifications .inner-notify .svg-container svg.error {
    width: 25px;
    height: 25px;
}

.site-notifications .inner-notify.errors {
    border-color: #f56060;
}

.site-notifications.show .inner-notify .svg-container svg.error circle.animation {
    transition: stroke-dashoffset 200ms linear 260ms, stroke-dasharray 200ms linear 260ms;
    stroke-dasharray: 200, 0;
    stroke-dashoffset: 0;
}

.site-notifications.show .inner-notify .svg-container svg.error line.left {
    transition: stroke-dashoffset 120ms linear 520ms;
    stroke-dashoffset: 0;
}

.site-notifications.show .inner-notify .svg-container svg.error line.right {
    transition: stroke-dashoffset 120ms linear 700ms;
    stroke-dashoffset: 0;
}

.site-notifications .inner-notify.errors .svg-container.successsvg {
    display: none;
}

.site-notifications .inner-notify .svg-container.successsvg {
    display: block;
}

.site-notifications .inner-notify .svg-container.errorsvg {
    display: none;
}

.site-notifications .inner-notify.errors .svg-container.errorsvg {
    display: block;
}

.pragati_loader_logo img {
    width: 60px;
}

.about-list-item h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

.about-list-item p {
    margin-bottom: 20px;
}

.about-list-item ul li {
    width: 49%;
    margin-right: 0;
}

#quoteInquiry__form button {
    width: 100%;
    border-radius: 5px;
}

#contactInquiry__form button {
    width: 100%;
    border-radius: 5px;
}

.service-icon img {
    height: 60px;
}

.feature-service .feature-heading {
    margin-bottom: 25px;
}

.feature-service .feature-heading p {
    font-weight: 700;
    font-family: 'Urbanist';
    color: #001327;
    font-size: 24px;
}

.feature-service .single-feat-service .feature-content p.title {
    font-weight: 500;
    color: #563232;
    color: #dbb98f;
}

.contentbox-section {}

.contentbox-section .feature-service {
    display: flex;
    justify-content: space-between;
}

.contentbox-section .feature-service .single-feat-service {
    width: 24%;
    align-items: start;
    border: 1px dashed #ddd;
}

.contentbox-section .feature-service .single-feat-service .feature-content {
    padding: 0;
}

.contentbox-section .feature-service .single-feat-service:nth-child(even) {
    background: #f7f7f7;
}

.contentbox-section {
    padding-bottom: 80px;
}

.contentbox-section .feature-service .single-feat-service .feature-content p.title {
    font-size: 18px;
    color: #563232;
    margin-bottom: 15px;
}

.contentbox-section-2 {
    padding-bottom: 50px;
    padding-top: 65px;
}

.contentbox-section-2 .feature-service-1 {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentbox-section-2 .feature-service-1 .single-feat-service {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 15px 20px;
    align-items: start;
    background: #fff;
    border: 1px solid #eee;
}

.contentbox-section-2 .feature-service-1 .single-feat-service .feature-content {
    padding: 0;
}

.contentbox-section-2 .feature-service-1 .single-feat-service .feature-content p.title {
    font-size: 18px;
    color: #563232;
    margin-bottom: 7px;
    font-weight: 600;
    font-family: 'Urbanist';
    padding: 0;
}

.contentbox-section-2 .feature-service-1 .single-feat-service .feature-content p {
    padding-left: 15px;
}

.contentbox-section-3 {
    padding: 50px 0;
}

.contentbox-section-3 .sectionTitle {}

.contentbox-section-3 .sectionTitle p.title {
    font-family: 'Urbanist';
    font-size: 24px;
    font-weight: 600;
    color: #001327;
    margin-bottom: 15px;
}

.contentbox-section-3 .service-text-item {
    margin-top: 30px;
}

.contentbox-section-3 .sectionTitle p {
    margin-top: 10px;
}
.hero-img-wrap img {
    border-radius: 25px;
}
.about-img-wrap img {
    max-width: 80%;
}