/*--------------------- Copyright (c) 2020 ----------------------- 
[Master Stylesheet] 
Project: Painting
Version: 1.0.0 
Author: Kamleshyadav
 ------------------------------------------------------------------- 
[Table of contents] 
	1. Global CSS Start
	2. Comman CSS Start
    3. Preloader CSS Start
    4. Header CSS Start
    5. Banner CSS Start
    6. Call To Action CSS Start
    7. About CSS Start
    8. Counter CSS Start
    9. Service CSS Start
    10. Quote CSS Start
    11. FAQ's CSS Start
    12. Testimonial CSS Start
    13. Steps CSS Start
    14. Call To Action Second CSS Start
    15. Blog CSS Start
    16. Contact CSS Start
    17. Footer CSS Start
    18. Responsive CSS Start

-------------------------------------------------------------------*/

/********************************************************
    1. Global CSS Start
********************************************************/
body {
    color: var(--main-txt-color);
    background: var(--main-bg-color);
}

a,
a:hover,
a:focus {
    color: var(--main-link-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-link-color);
}

/********************************************************
    2. Comman CSS Start
********************************************************/
.pnt_btn {
    min-width: 170px;
    padding: 0 15px;
    height: 50px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background:#f26522;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.pnt_btn:hover {
    color: var(--main-bg-color);
    background: #222328;
}

a.pnt_btn.pnt-pnt:hover {
    background-color: #222328;
}

a.pnt_btn.submitForm:hover {
    background-color: #222328;
}

.pnt_btn,
.pnt_btn:focus,
.pnt_btn:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a#scroll {
    background:#f26522;
    color: var(--main-bg-color);
}

.pnt_title {
    font-size: 20px;
    font-weight: 500;
    color:#f26522;
    margin-bottom: 10px;
    position: relative;

}

.white {
    color: var(--main-bg-color);
}

.pnt_subHeading {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.pnt_icon_bg {
    /* background: -webkit-linear-gradient(top, var(--main-paint-color1), var(--main-paint-color2));
    width: 70px;
    height: 70px;
    display: inline-block;
    border: none;
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.pnt_icon_bg svg {
    fill: var(--main-bg-color);
    width: 30px;
}

.pnt_heading h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 30px;
}

.response {
    position: unset;
    margin: 4px 0 11px;
    color: white;
}

/********************************************************
    3. Preloader CSS Start
********************************************************/
.preloader_active .preloader_holder {
    background-color: var(--main-bg-color);
}

.preloader_active .preloader_holder .preloader span {
    box-shadow: 0px 0px 0px 0px var(--main-paint-color);
}

@-webkit-keyframes loadingCircles {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--main-paint-color);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--main-paint-color);
    }
}

@-moz-keyframes loadingCircles {
    0% {
        -moz-transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--main-paint-color);
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--main-paint-color);
    }
}

@keyframes loadingCircles {
    0% {
        transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--main-paint-color);
    }

    100% {
        transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--main-paint-color);
    }
}

.preloader_open:before,
.preloader_open:after {
    background-color: var(--main-bg-color);
}

/********************************************************
    4. Header CSS Start
********************************************************/
.pnt_header_top {
    padding: 12px 0 0;
    background: var(--main-paint-color);
    color: var(--main-bg-color);
}

.pnt_header_info ul {
    display: flex;
    flex-wrap: wrap;
}

.pnt_header_icon svg {
    width: 20px;
    fill: var(--main-bg-color);
}

.pnt_header_info ul li {
    margin-bottom: 12px;
    margin-left: 30px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

.pnt_header_info_left ul li:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    height: 28px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 1px;
}

.pnt_header_info_left ul li:first-child:before {
    content: unset;
}

.pnt_header_info ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.pnt_header_info ul li a {
    color: var(--main-bg-color);
}

.pnt_header_icon {
    margin-right: 6px;
}
/*.pnt_logo {*/
/*    width: 100px;*/
/*}*/
.pnt_header_wrapper {
    padding: 10px 50px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    max-width: 1170px;
    border-radius: 60px;
    width: 100%;
    background-color: #ffffff;
}

.searchBox {
    background:#f26522;
}
.up-arrow{
    font-size: 26px;
    margin-top: 10px;
}

span.pnt_icon_bg img {
    padding: 23px;
    border-radius: 20% 20% 20% 20%;
    background: #f52a85;
}

span.pnt_icon_bg.pnt-services01 img {
    background-color: #f5962a;
}

span.pnt_icon_bg.pnt-services02 img {
    background-color: #1ecbea;
}

span.pnt_icon_bg.pnt-services03 img {
    background-color: #1ec651;
}

span.pnt_icon_bg.pnt-services04 img {
    background-color: #cc2af5;
}

span.pnt_icon_bg.pnt-services05 img {
    background-color: #f93b51;
}

.counter_item.text-center.counter_item02.about-counter_item01:before {
    display: none;
}

span.pnt_icon_bg01 img {
    margin-bottom: 18px;
}

/********************************************************
    5. Banner CSS Start
********************************************************/
/* .pnt_banner_wrapper {
    position: relative;
    background: url(../images/features-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 360px 90px 350px;
} */

.pnt_banner_wrapper{
    position: relative;
    width: 100%;
}

.pnt_banner_wrapper .carousel-item {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.pnt_banner_wrapper .carousel-item::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #49494d49;
}

.pnt_banner_wrapper .carousel-item:nth-child(1) {
    background-image: url('../img/backgrounds/1a.jpg');
}

.pnt_banner_wrapper .carousel-item:nth-child(2) {
    background-image: url('../img/backgrounds/2a.jpg');
}

.pnt_banner_wrapper .carousel-item:nth-child(3) {
    background-image: url('../img/backgrounds/3a.jpg');
}
.pnt_banner_wrapper .carousel-item:nth-child(4){
    background-image: url(../img/backgrounds/4a.jpg);
}
.pnt_banner_text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 70%;
    padding-left: 100px;
    padding-top: 100px;
}
.pnt_banner_text h6 {
    /* color:#f26522; */
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    text-shadow: 1px 1px 1px rgba(242, 101, 34, 1);
}

.pnt_banner_text h2 {
    font-size: 62px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}

.pnt_banner_text .pnt_btn {
    margin-top: 15px;
}

/********************************************************
    6. Call To Action CSS Start
********************************************************/
.pnt_action_section {
    background: var(--main-bg-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 50px 30px 41px 30px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
}

.pnt_action_section.center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    padding: 60px 30px 51px 30px;
}

.pnt_action_section,
.pnt_action_section:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pnt_action_section h3 {
    font-weight: 700;
    font-size: 28px;
    padding: 0 0 14px;
    margin: 25px 0 14px;
    position: relative;
}

/* .pnt_callToAction_wrapper {
    margin-top: -155px;
} */
.pnt_action_section h3:before,
.pnt_action_section h3:after {
    content: "";
    background: var(--main-paint-color);
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.pnt_action_section h3:before {
    width: 150px;
    bottom: 6px;
}

.pnt_action_section h3:after {
    width: 105px;
    bottom: 0;
}

/********************************************************
    7. About CSS Start
********************************************************/
.pnt_about_section {
    padding: 80px 50px 80px 40px;
    position: relative;
    overflow: hidden;
}

.pnt_about_section::before {
    position: absolute;
    content: url(../images/one1.png);
    right: -45px;
    bottom: 0px;
}
.pnt_about_section::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 250px; 
    background-image: url(../img/about/banner_img.png);
    background-size: contain; 
    background-position: top right; 
    background-repeat: no-repeat; 
    content: "";
    z-index: -1;
}
    /* .style-img{
        position: relative;
        background-image: url(../img/backgrounds/masking_2.png);
        width: 100%;
        height:100%;
        background-repeat: no-repeat;
        background-position: center  center;
    } */
/* .style-img::before{
    content: "";
    position: absolute;
    background-image: url(../img/about/scp-img-interior-painting.jpeg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center  center;
} */
/* .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }
   */
.pnt_about_section.reveal::after{
    transform: translateY(-100%);
    opacity: 0;
    transition: 1s all ease;
   }
.pnt_about_section.reveal.active::after{
    transform: translateY(0);
    opacity: 1;
   }
.pnt_about_section.reveal::before{
    transform: translateX(100%);
    opacity: 0;
    transition-delay: 2.5s;
    transition: 1s all ease;
    
}
.pnt_about_section.reveal.active::before{
    transform: translateX(0);
    opacity: 1;
}
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.pnt_about_detail h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 410px;
    line-height: 1.1;
    width: 100%;
    color: #f26522;
}

.pnt_about_detail h2 span {
    font-weight: 300;
    color: var(--main-link-color);
}

.pnt_about_detail ul li {
    padding-left: 90px;
    position: relative;
    margin-bottom: 21px;
}

.pnt_about_detail ul li:first-child {
    margin: 31px 0 21px 0;
}

.pnt_about_detail ul li .pnt_icon_bg {
    position: absolute;
    left: 0;
    top: 0;
}

.pnt_about_img {
    position: relative;
}

.pnt-immer-img {
    position: absolute;
    top: 84px;
    right: 26px;
}

.pnt-before-img {
    position: absolute;
    bottom: -26px;
    right: 134px;
    z-index: -1;
}

/* .pnt_about_img {
    background: url(../images/about_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
} */
/* .pnt_about_section .row {
    align-items: flex-end;
} */
a.pnt_btn.pnt-pnt {
    background-color:#f26522;
    color: #ffffff;
}

.pnt_about_detail p {
    max-width: 530px;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.5;
}

.pnt_about_detail {
    padding: 0px 0px 0px 0px;
}

.pnt_about_detail ul {
    margin-bottom: 50px;
    display: inline-block;
}

.pnt_about_detail .pnt_subHeading {
    line-height: 22px;
    margin-bottom: 4px;
}

/********************************************************
    8. Counter CSS Start
********************************************************/
.pnt_counter_wrapper {
    /* background: url(../images/counter_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding: 80px 0 50px; */
    background: #faf7f3;
}

/* .pnt_counter_wrapper:before {
    content: "";
    position: absolute;
    background: #faf7f3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

.counter_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    /* padding: 20px; */
}

.pnt_counter_icon img {
    height: 40px;
}

.counter_item {
    /* margin-bottom: 22px; */
    /* margin-bottom: 22px; */
    background-color: #f52a85;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 20px 20px 20px 20px;
    padding: 35px 20px 35px 20px;
    position: relative;
}

.counter_item h3{
    margin-bottom: 15px;
    color: #ffffff;
}

.counter_item02 {
    position: relative;
}

.counter_item02::before {
    content: url(../images/dots_orange.png);
    position: absolute;
    bottom: -60px;
    left: -100px;
}

.counter_item.text-center.counter_item02 {
    background-color: #f5962a;
}

.counter_item.text-center.counter_item01 {
    background-color: #1ecbea;
}

.counter_item.text-center.counter_item03 {
    background-color: #1ec651;
}
.counter_item.text-center.counter_item04 {
    background-color: #3d1ec6;
}
.counter_item.text-center.counter_item05 {
    background-color: #e71414;
}

/* .pnt-count-text h2 {
    color: #ffffff;
} */
.pnt_heading.pnt-count-text p {
    margin-bottom: 27px;
    max-width: 420px;
    width: 100%;
    position: relative;
}

.about-one__shape-two {
    position: absolute;
    left: 2%;
    bottom: 20%;
    animation: rotated 10s infinite linear;
    z-index: -1;
}
.about-page-img img {
    border-radius: 20px 100px;
    transition: border-radius 0.5s ease;
}
.about-page-img img:hover {
    border-radius: 100px 20px;
}
.about-page-img{
    border-radius: 20px 100px;
    transition: border-radius 0.5s ease;
    position: relative;
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}
.about-page-img:hover {
    border-radius: 100px 20px;
}

.about-page-img:hover::before {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.about-page-img::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 175%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

@keyframes rotated{
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pnt_heading.pnt-count-text {
    padding-top: 63px;
}

.pnt_heading.pnt-count-text h2 {
    max-width: 430px;
    width: 100%;
    margin-bottom: 17px;
    position: relative;
}

.counter_item h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--main-bg-color);
}

.counter_item p {
    font-size: 18px;
    color: var(--main-bg-color);
}

.pnt_counter_icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
    line-height: 96px;
    border: 3px solid var(--main-gym-text);
    border-radius: 50%;
    margin-bottom: 16px;
    display: block;
    cursor: text;
}

.pnt_counter_icon:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--main-bg-color);
    background: transparent;
    left: -3px;
    top: -3px;
}

.pnt_counter_icon:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--main-bg-color);
}

.pnt_counter_icon.pnt_counter_one:after {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
    clip: rect(0px 85px 150px 0px);
}

.pnt_counter_icon.pnt_counter_one:before {
    left: -6px;
    top: 40px;
}

.pnt_counter_icon.pnt_counter_two:after {
    -webkit-transform: rotate(-176deg);
    -moz-transform: rotate(-176deg);
    -ms-transform: rotate(-176deg);
    -o-transform: rotate(-176deg);
    transform: rotate(-176deg);
    clip: rect(0px 60px 150px 0px);
}

.pnt_counter_icon.pnt_counter_two:before {
    left: 26px;
    bottom: -3px;
}

.pnt_counter_icon.pnt_counter_three:after {
    -webkit-transform: rotate(-122deg);
    -moz-transform: rotate(-122deg);
    -ms-transform: rotate(-122deg);
    -o-transform: rotate(-122deg);
    transform: rotate(-122deg);
    clip: rect(0px 95px 150px 0px);
}

.pnt_counter_icon.pnt_counter_three:before {
    left: 5px;
    top: 10px;
}

.pnt_counter_icon.pnt_counter_four:after {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    clip: rect(0px 91px 150px 0px);
}

.pnt_counter_icon.pnt_counter_four:before {
    left: -3px;
    top: 26px;
}

/********************************************************
    9. Service CSS Start
********************************************************/
.pnt_services_section {
    padding: 75px 0 35px;
    position: relative;
    background-color: #faf7f3;
    overflow: hidden;
}

.pnt_services_section:before {
    position: absolute;
    content: url(../images/Paint-Splash.H03.2k.png);
    right: 0;
    top: 0;
}

.pnt_services {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    padding: 45px 30px 35px 30px;
    box-shadow: 0px 0px 10px 0px rgb(217 26 93 / 10%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FBE8EE;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
}
.pnt_services_section  .row > div:nth-child(1) .pnt_services{
    background-color: #f52a85;
}
.pnt_services_section  .row > div:nth-child(2) .pnt_services{
    background-color: #1ecbea;
}
.pnt_services_section  .row > div:nth-child(3) .pnt_services{
    background-color: #1ec651;
}


.pnt_services_section .pnt_icon_bg {
    border-radius: 50% 50% 0% 50%;
    margin-bottom: 12px;
}

.pnt_services p {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.5;
}

.pnt_readMoreBtn {
    color:#ffffff;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.pnt_readMoreBtn:before {
    content: "";
    position: absolute;
    bottom: 5px;
    background:#ffffff;
    width: 100%;
    height: 1px;
    opacity: .6;
}

/********************************************************
    10. Quote CSS Start
********************************************************/
.pnt_quote_wrapper {
    /* background: url(../images/quote_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    background-color:#f26522;
    position: relative;
    width: 100%;
    padding: 70px 0 0;
}

input::placeholder {
    color: #ffffff;
}

textarea::placeholder {
    color: #ffffff;
}

.pnt_quote_wrapper:before {
    content: url(../images/map.png);
    position: absolute;
    /* background: rgba(0, 0, 0, 0.85); */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

a.pnt_btn.submitForm {
    background-color: white;
    color:#f26522;
}
/* button.pnt_btn.submitForm {
    background: white !important;
    color: #f26522 !important;
    border: none !important;
}
button.pnt_btn.submitForm:hover {
    background-color: #222328 !important;
} */
.pnt_quote_wrapper .row {
    align-items: flex-end;
}

.pnt_quote_form {
    /* padding-bottom: 11px; */
    position:relative;
    z-index:9;
}

.pnt_field_inner {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: transparent;
    height: 50px;
    padding: 0 15px;
    color: var(--main-bg-color);
}

textarea.pnt_field_inner {
    height: 130px;
    padding: 12px 15px;
    margin-bottom: 21px;
}

.pnt_field_inner:focus {
    border-color: var(--main-bg-color);
}

.pnt_field_inner,
.pnt_field_inner:focus {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/********************************************************
    11. FAQ's CSS Start
********************************************************/
.pnt_faq_wrapper {
    padding: 67px 0 37px;
}

.pnt_faqs_section a {
    position: relative;
    display: flex;
}

.pnt_faqs_section a:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.60);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
}

.video_icon svg {
    width: 18px;
    fill: var(--main-bg-color);
}

.video_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background-image: -webkit-linear-gradient(top,#f26522, #e68562);
    border-radius: 100%;
    text-align: center;
    margin-left: 30px;
    animation: shadow-pulse 2s infinite;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video_icon svg {
    width: 18px;
    fill: var(--main-bg-color);
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(252 141 101);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(55, 183, 218, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
}

.pnt_faq_wrapper .row {
    align-items: center;
}

.pnt_faqs_question .pnt_heading h2 {
    margin-bottom: 32px;
}

.faq_list li {
    padding: 0 0 11px;
    border-bottom: 1px solid var(--main-border-color);
    margin-bottom: 15px;
}

.faq_list li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.faq_list li>div {
    padding: 3px 0 0px 20px;
}

.faq_list li a {
    display: inline-block;
    padding: 0 15px 0 20px;
    position: relative;
}

.faq_list li a h3 {
    font-size: 20px;
    font-weight: normal;
}

.faq_list li a i {
    position: absolute;
    left: 0;
    width: 20px;
    top: 2px;
    font-weight: 700;
}

.faq_list li a.collapsed h3 {
    color: var(--main-link-color);
}

.faq_list li a h3 {
    color:#f26522;
}

.faq_list li a i:before {
    content: "\f107";
    color:#f26522;
}

.pnt_faqs_section img {
    border-radius: 25px;
}

.faq_list li a.collapsed i:before {
    content: "\f105";
    color: var(--main-link-color);
}

/********************************************************
    12. Testimonial CSS Start
********************************************************/
.pnt_testimonial_wrapper {
    /* background: url(../images/testimonial_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
    width: 100%;
    padding: 70px 0 130px;
    background-color: #f2f3f6;
}

.pnt_testimonial_wrapper::before {
    position: absolute;
    content: url(../images/Paint-Splash.H03.2k.png);
    left: 0;
    top: 560px;
}

/* .pnt_testimonial_wrapper:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
} */
.pnt_testimonials_section {
    padding: 0 30px;
    position: relative;
}

.pnt_testimonials_section:before {
    position: absolute;
    content: "";
    background: #faf7f3;
    left: 0;
    right: 0;
    bottom: 20px;
    top: 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}

.pnt_testimonials_section .swiper-container {
    margin: 0 0 -50px;
}

.pnt_testimonial_section {
    padding: 0 60px;
}

.pnt_testimonial_inner {
    background: #faf7f3;
    padding: 50px 50px 41px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    display: inline-block;
}

.pnt_client_img {
    width: 80px;
    margin: auto;
    height: 80px;
    position: relative;
    z-index: 0;
}

.pnt_client_img:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 102px;
    height: 54px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    background:#f26522;
    z-index: -1;
}

.pnt_client_img img {
    width: 80px;
    object-fit: fill;
    height: 80px;
    border: none;
    border-radius: 100%;
}

.pnt_testimonial_button {
    position: absolute;
    top: 80px;
    z-index: 1;
    width: 170px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pnt_testimonial_button>div {
    width: 50px;
    font-size: 22px;
    position: absolute;
    cursor: pointer;
    opacity: .6;
}

.pnt_testimonial_button>div:before {
    content: "";
    position: absolute;
    background: var(--main-txt-color);
    width: 18px;
    height: 2px;
    top: 11px;
    opacity: .6;
}

.testTwoButtonPrev {
    left: 0;
}

.testTwoButtonNext {
    right: 0;
    text-align: right;
}

.testTwoButtonNext:before {
    right: 1px;
}

.pnt_testimonial_button>div:hover {
    color:#f26522;
    opacity: 1;
}

.pnt_testimonial_button>div:hover:before {
    background:#f26522;
    width: 30px;
    opacity: 1;
}

.pnt_client_quote h4 {
    margin: 10px 0 15px;
    font-weight: 700;
    font-size: 20px;
    color: #fb8359;
}

.testTwoButtonPrev:hover {
    left: -15px;
}

.testTwoButtonNext:hover {
    right: -15px;
}

.pnt_testimonial_button,
.pnt_testimonial_button:hover,
.pnt_testimonial_button>div:hover,
.pnt_testimonial_button>div,
.pnt_testimonial_button>div:hover:before,
.pnt_testimonial_button>div:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/********************************************************
    13. Steps CSS Start
********************************************************/
.pnt_steps_wrapper {
    padding: 75px 0px 59px;
        position: relative;
        overflow: hidden;
}

.pnt_steps_section {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}

.pnt_steps_section:before {
    position: absolute;
    content: "";
    background: var(--main-bg-color);
    right: 20px;
    left: 20px;
    top: 0;
    bottom: 0;
    z-index: -1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.pnt_steps_section:hover:before {
    top: 20px;
    bottom: 20px;
}

.pnt_steps {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background: var(--main-bg-color);
    padding: 50px 20px 45px;
    margin: 0 -20px;
}

.pnt_step_count {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    background: url(../images/step_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.pnt_step_count .pnt_step_name {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-paint-color);
    display: block;
}

.pnt_step_count .pnt_step_counting {
    font-size: 52px;
    line-height: 50px;
    color: var(--main-paint-color);
    font-weight: 900;
    display: block;
}

.pnt_steps p {
    margin: 3px 0 5px;
}

.pnt_steps_section:hover:before,
.pnt_steps_section:hover,
.pnt_steps_section:before,
.pnt_steps_section {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/********************************************************
    14. Call To Action Second CSS Start
********************************************************/
.pnt_callToActionSecond_wrapper {
    position: relative;
    background: url(../img/backgrounds/calltoaction1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* padding: 67px 0 71px; */
    overflow: hidden;
}
.pnt_callToActionSecond_wrapper_auckand{
    position: relative;
    background-image: url(../img/backgrounds/roll.jpg) !important;
    /* background-color: rgba( 158, 174, 159, 1 ) !important; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden;
}
/* .pnt_callToActionSecond_wrapper_auckand::before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
} */

.pnt_callToActionSecond_wrapper:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
}

.pnt_callToActionSecond_text h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    position: relative;
    margin-bottom: 30px;
}

.pnt_callToActionSecond_text h6 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
}

.pnt_callToActionSecond_text .pnt_btn {
    margin-top: 20px;
    color: #ffffff;
}

.pnt_callToActionSecond_text .pnt_btn:hover {
    color: var(--main-bg-color);
    background-color: #1ec651;
}

/********************************************************
    15. Blog CSS Start
********************************************************/
.pnt_blog_wrapper {
    padding: 75px 0 55px;
}

.pbt_blog_info {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0 3px;
}

.pnt_blog_img img {
    width: 100%;
}

.pbt_blog_info li {
    position: relative;
    padding-left: 8px;
    margin-left: 8px;
}

.pbt_blog_info li a {
    color: var(--main-txt-color);
}

.pbt_blog_info li a:hover {
    color:#f26522;
}

.pbt_blog_info li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.pbt_blog_info li:first-child:before {
    content: unset;
}

.pbt_blog_info li:before {
    content: "";
    position: absolute;
    background: var(--main-txt-color);
    width: 3px;
    height: 3px;
    border: none;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.pnt_blog_thumb p {
    margin: 3px 0 0;
}

.pnt_blog_thumb {
    margin-bottom: 25px;
    background-color: #faf7f3;
    padding: 13px;
}

/********************************************************
    16. Contact CSS Start
********************************************************/
.pnt_contact_wrapper {
    background: var(--main-bg-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.pnt_contact_info_section {
    position: relative;
    padding: 30px 20px 30px 70px;
    border: 1px solid var(--main-txt-color);
    margin-bottom: 20px;
    /* background: var(--main-bg-color); */
}

.pnt_contact_info .pnt_contact_info_section:last-child{
    margin-bottom: 0px;
}


.pnt_contact_section {
    padding: 69px 65px 50px;
    width: 100%;
}

.pnt_contact_info {
    margin: 15px 0 0px 0;
}
.pnt_contact_info_section p{
    font-size: 22px;
} 
.pnt_contact_info_section p i{
    margin-right: 5px;
    color: #f26522;
}
.pnt_contact_info_section p a:hover {
    color: #f26522;
}
.pnt_rtl_txt {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 50px;
    display: flex;
    align-items: center;
    color: var(--main-bg-color);
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}

.pnt_rtl_txt.address {
    /* background: var(--main-paint-color); */
    background: #1ecbea;
}

.pnt_rtl_txt.phone {
    /* background: var(--main-paint-color3); */
    background: #f52a85;
}

.pnt_rtl_txt.main {
    /* background: var(--main-paint-color4); */
    background: #1ec651;
}

.pnt_contact_info_text b {
    font-weight: 500;
    color: var(--main-link-color);
    margin-right: 6px;
    display: inline-block;
}

.pnt_map iframe {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

/********************************************************
    17. Footer CSS Start
********************************************************/
.pnt_footer_wrapper {
    background: #f7b30c;
    padding: 90px 0 40px;
    color: var(--main-paint-footer);
    position: relative;
}
.pnt_footer_wrapper::before{
    content: "";
    background-image: url(../img/backgrounds/drop2.png);
    width: 100%;
    height: 100%;
    top: -1px;
    position: absolute;
    background-repeat: no-repeat;
}
.pnt_widgets ul li a {
    color: #ffffff;
    position: relative;
}

.pnt_widgets.pnt_footer_menu p {
    color: #ffffff;
}

.pnt_widgets ul li:hover a {
    /* color:#f26522; */
    color: #000000;
}

.pnt_widgets ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.pnt_widgets ul li:before {
    position: absolute;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border: none;
    top: 50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 50% 50%);
    /* background: var(--main-paint-footer); */
    background: #000000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pnt_widgets ul li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    /* background:#f26522; */
    background: #000000;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.pnt_widgets ul li a:hover:after {
    opacity: 0.6;
}

.pnt_widgets .pnt_sub_heading {
    margin-bottom: 15px;
}
.mb-15{
    margin-bottom: 15px !important;
}
.pnt_widgets ul li a:hover:after,
.pnt_widgets ul li a:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsletter_wrap {
    position: relative;
    margin: 6px 0 12px;
}

.newsletter_wrap input {
    background: #374853;
    border: none;
    width: 100%;
    position: relative;
    height: 50px;
    padding: 0 65px 0 15px;
    color: var(--main-bg-color);
    border-radius: 11px;
}

.newsletter_wrap button {
    background:#f26522;
    border: none;
    color: var(--main-bg-color);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border-radius: 7px 7px 7px 7px;
}

.pnt_copyright_wrapper {
    background: #f7b30c;
    padding: 14px 0 14px;
    position: relative;
}

.pnt_copyright_wrapper:before {
    position: absolute;
    content: "";
    height: 2px;
    max-width: 1210px;
    /* background-color: #34454f; */
    background-color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: -12px;
    margin: 0 auto;
}

.pnt_copyright_wrapper a {
    color:#f26522;
}

.pnt_widgets h6 {
    font-size: 18px;
    color: var(--main-bg-color);
}

.pnt_widgets h5 {
    color: var(--main-bg-color);
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
}

.pnt_project_section01 {
    margin-bottom: 21px;
}

.pnt_project_section01 img {
    border-radius: 10px;
}

/********************************************************
	17. Page Title Start
*******************************************************/
.page_title_wrapper {
    position: relative;
    background: url(../images/page_title_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* padding: 41px 0; */
    padding: 150px 0px 70px 0px;
    color: var(--main-bg-color);
}

.page_title_wrapper:before {
    content: "";
    /* background: var(--main-darkBlue-color); */
    background: linear-gradient(87deg, rgba(234,52,87,0.8) 0, rgba(96,46,117,0.9) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.9;
}

.page_title_text h1 {
    color: var(--main-bg-color);
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.page_title_text ul {
    display: flex;
    justify-content: center;
}

.page_title_text ul>li {
    position: relative;
    padding-left: 20px;
}

.page_title_text ul>li:first-child {
    padding-left: 0;
}

.page_title_text ul>li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 3px;
    left: 8px;
}

.page_title_text ul>li:first-child:before {
    content: unset;
}

.page_title_text ul>li a {
    color: var(--main-bg-color);
}

/********************************************************
	22. Blog Page Start
*******************************************************/
.blogPage_wrapper {
    padding: 80px 0 80px;
}

.sideBarWidgets {
    margin-bottom: 42px;
}

.sideBarWidgets:last-child {
    margin-bottom: 0px;
}

.blogSidebar,
.sideBarWidgets {
    width: 100%;
}

.blogSearchWrapper {
    position: relative;
}

.blogSearchWrapper input {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 50px;
    border-radius: 6px;
    padding: 0 50px 0 30px;
    position: relative;
    line-height: 50px;
    margin-bottom: 4px;
}

.blogSearchWrapper>a {
    position: absolute;
    right: 18px;
    top: 0;
    color: var(--main-paint-color);
    bottom: 0;
    line-height: 50px;
}

.sideBarWidgets .blogPageTitle {
    padding-bottom: 10px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
}

.blogPageThumb img {
    border: none;
    border-radius: 3px;
}

.blogPageTitleWrapper {
    width: calc(100% - 80px);
}

.blogPageSubTitle {
    font-weight: 700;
    text-transform: capitalize;
}

.blogDate {
    color: var(--main-paint-color);
    font-weight: 700;
}

.blogMainImg,
.blogPageThumb {
    position: relative;
    overflow: hidden;
}

.blogMainImg img {
    border: none;
    width: 100%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
}

.blogMainImg:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* .blogMainImg:after,
.blogMainImg:before,
.blogPageThumb:after,
.blogPageThumb:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    background: var(--main-bg-color);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
} */

/* .blogMainImg:before,
.blogMainImg:hover:before,
.blogPageThumb:before,
.blogPageThumb:hover:before {
    right: 0;
    top: 0;
}

.blogMainImg:hover:after,
.blogMainImg:hover:before,
.blogPageThumb:hover:after,
.blogPageThumb:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.blogMainImg:after,
.blogMainImg:hover:after,
.blogPageThumb:after,
.blogPageThumb:hover:after {
    left: 0;
    bottom: 0;
} */

.blogMainImg:after,
.blogPageThumb:after {
    opacity: .3;
}

.blogPageInfo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blogPageInfo ul li {
    margin-right: 60px;
}

.blogPageInfo ul li:last-child {
    margin-right: 0px;
}

.blogPageInfo {
    padding: 30px 0 21px;
}

.blogPageInfo ul li img.blogUser,
.blogPageInfo ul li i {
    margin-right: 10px;
}

.blogPageInfo ul li .blogUser_name,
.blogPageInfo ul li i {
    color:#f26522;
}

img.blogUser {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.blogPageInfo ul li a {
    color: var(--main-txt-color);
}

.blogPageInfo ul li a:hover {
    color:#f26522;
}

.blogHeading {
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    display: inline-block;
    margin-bottom: 12px;
}

.blogBtn {
    margin-top: 21px;
}

.blogSection {
    margin-bottom: 41px;
}

.blogPaginationWrapper ul li {
    display: inline-block;
    font-size: 18px;
}

.blogPaginationWrapper ul li a,
.blogPaginationWrapper ul li.dot:hover a {
    color: var(--main-link-color);
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    background: var(--main-bg-color);
}

.blogPaginationWrapper ul li.dot:hover a {
    cursor: none;
}

.blogPaginationWrapper ul li.blogPagePrev a,
.blogPaginationWrapper ul li.blogPageNext a {
    width: auto;
    height: 40px;
}

.blogPaginationWrapper ul li.blogPagePrev:hover a,
.blogPaginationWrapper ul li.blogPageNext:hover a {
    background: var(--main-bg-color);
    color: var(--main-paint-color);
}

.blogPaginationWrapper ul li.active a,
.blogPaginationWrapper ul li:hover a {
    color: var(--main-bg-color);
    background:#f26522;
}

/********************************************************
	23. Blog Single Page Start
*******************************************************/
.blogPage_wrapper.blogPageSingleWrapper {
    padding: 80px 0 21px;
}

.blogPageBlockquote {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blogPageBlockquote_img {
    width: 160px;
    margin-right: 10px;
    position: relative;
}

.blogBlockquoteQuate {
    width: calc(100% - 170px);
    color: var(--main-link-color);
    position: relative;
    text-align: center;
}

.blogBlockquoteQuate p,
.blogQuateUser {
    text-align: left;
}

.blogPageBlockquote_img img.blogQuateUser {
    border: 3px solid#f26522;
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

.blogPageBlockquote_img:before {
    content: "\f10e";
    right: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color:#f26522;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 32px;
    background: var(--main-bg-color);
    border: 5px solid#f26522;
    padding-left: 8px;
    border-radius: 100%;
}

.blogQuateUser {
    color: var(--main-link-color);
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    display: inline-block;
}

.blogQuateUser>span {
    color: var(--main-txt-color);
    font-size: 16px;
    font-weight: 400;
}

.blogBlockquoteQuate:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: var(--main-paint-color);
    position: absolute;
    left: 0;
    right: 0;
    font-size: 2%;
    margin: auto;
}

.blogBlockquoteQuate:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color:#f26522;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 84px;
    margin: auto;
    top: 50%;
    opacity: .1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.blogImgTextContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blogImgTextContainer img {
    width: 370px;
    display: inline-block;
    margin: 6px 15px 6px 0;
}

.blogImgTextContainer p {
    display: inline-block;
    width: calc(100% - 385px);
}

.blogAuthoreMessageBox {
    background:#f26522;
    border: none;
    border-radius: 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 74px 0 73px;
    color: var(--main-bg-color);
}

.blogAuthoreContent h5 {
    color: var(--main-bg-color);
    font-weight: 700;
    font-size: 20px;
}

.blogAuthoreContent h5 span {
    font-weight: 400;
    font-size: 16px;
}

.blogAuthoreContent {
    width: calc(100% - 140px);
}

.blogAuthoreImg {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-right: 30px;
}

.blogAuthoreImg img {
    width: 110px;
    height: 110px;
    border: none;
    border-radius: 100%;
    object-fit: fill;
}

.blogCommentHolder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blogCmntDetail {
    width: calc(100% - 130px);
}

.blogCmntUser {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 30px;
}

.blogCmntUser img {
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 100%;
    object-fit: fill;
}

.blogCommnets>ul>li {
    margin-bottom: 26px;
    display: inline-block;
}

.blogCommnets ul li ul {
    padding-left: 80px;
}

.blogCommnets>ul>li>ul>li {
    margin-top: 26px;
}

.blogPageCommentForm {
    margin-top: 43px;
}

.blogInputFieldInner {
    width: 100%;
    border: 1px solid var(--main-border-color);
    padding: 0 20px;
    height: 50px;
    border-radius: 6px;
    display: flex;
}

textarea.blogInputFieldInner {
    height: 150px;
    resize: none;
    padding: 12px 20px;
}

.blogInputField {
    margin-bottom: 30px;
}

.blogPageCommentForm .blogSectionHeading {
    margin-bottom: 40px;
}

.blogPageCommentForm .theme_btn {
    margin: 0;
}

.blogCmntReply {
    color:#f26522;
    margin-left: 15px;
}

.blogCmntReply svg {
    width: 16px;
    fill:#f26522;
}

.blogDivider {
    margin: 22px 0;
    display: block;
}

a.pnt_btn.blogBtn {
    background:#f26522;
    color: var(--main-bg-color);
}

.blogPaginationWrapper {
    text-align: center;
}

.blogSectionHeading {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 26px;
}

/********************************************************
	18. Project CSS Start
********************************************************/
.pnt_project_section {
    padding: 80px 0 50px;
}

.work_porfolio_section {
    position: relative;
    margin-bottom: 30px;
}

.work_overlay {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.work_overlay ul {
    text-align: center;
}

.work_overlay ul li {
    display: inline-block;
    margin: 0 6px;
}

.work_overlay ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: var(--main-bg-color);
    line-height: 32px;
}

.work_overlay ul li a span {
    display: inline-block;
    font-size: 20px;
}

.work_overlay ul li a:hover {
    color: var(--main-paint-color);
}

.work_porfolio_section:hover .work_overlay {
    opacity: 1;
}

.work_porfolio_section img {
    width: 100%;
}

.work_overlay ul li a,
.work_overlay ul li a:hover,
.work_porfolio_section,
.work_porfolio_section .work_overlay,
.work_porfolio_section:hover .work_overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* blog new css start */
.widget_search .form-control {
    background-color: transparent;
    border: 1px solid rgba(153, 153, 153, 0.3);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
    box-shadow: none;
    border-radius: 30px;
    padding-right: 55px;
}

.temp_btn {
    display: inline-block;
    height: 50px;
    min-width: 150px;
    text-align: center;
    line-height: 50px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    outline: none;
    border: none;
    border-radius: 10px;
    padding: 0 30px;
    background:#f26522;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none !important;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.widget_search .temp_btn {
    position: absolute;
    top: 2px;
    right: 17px;
    margin-right: 0px;
    height: 46px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 30px;
    min-width: auto;
}

.widget-title {
    padding-top: 30px;
    position: relative;
    clear: both;
    padding-bottom: 30px;
}

.widget-title:after {
    content: '';
    position: absolute;
    left: 2px;
    width: 60px;
    height: 3px;
    background:#f26522;
    bottom: 20px;
}

.post_slider .rp_img img {
    border-radius: 10px;
}

.rp_img {
    margin-bottom: 15px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    position: relative;
}

.post_slider .rp_img a {
    position: absolute;
    top: 0;
    right: 0;
    background:#f26522;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    border-radius: 0 10px 0 0;
}

.post_slider {
    position: relative;
    display: inline-block;
}

.rp_content {
    width: 100%;
    text-align: center;
    background: #0000005e;
    position: absolute;
    bottom: 15px;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.widget_categories ul li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0px;
    line-height: 1.3;
    background-color:#f26522;
    padding: 5px;
    border-radius: 30px;
    min-width: 28px;
    height: 28px;
    color: #ffffff;
}

.rp_content a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    text-transform: capitalize;
}

.widget_resentpost>ul,
.widget_archive>ul,
.widget_categories>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_resentpost>ul>li,
.widget_archive>ul>li,
.widget_categories>ul>li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
}

.widget_archive a,
.widget_categories a {
    transition: 0.3s;
    text-transform: capitalize;
}

.widget_flickrgallery>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_flickrgallery>ul>li {
    float: left;
    width: 22%;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.widget_flickrgallery ul li img {
    border-radius: 10px;
}

.widget_tag_cloud .locksmith_tag {
    text-align: left;
}

.widget_tag_cloud .locksmith_tag a {
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #444444;
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 18px;
    margin-bottom: 6px;
    margin-right: 3px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.widget_tag_cloud .locksmith_tag a:hover {
    background-color:#f26522;
    color: #ffffff !important;
}

.pnt_project_section01 .pnt00_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.67);
    opacity: 0;
    backface-visibility: hidden;
    transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
}

.pnt_project_section01 {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
.pnt_project_section01::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 175%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

/* .pnt_project_section01 .pnt00_overlay:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
} */

.pnt_project_section01:hover .pnt00_overlay {
    opacity: 1;
    backface-visibility: visible;
    left: 0;
    top: 0;
    right: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    bottom: 0;
}
.pnt_project_section01:hover::before {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.menu-toggle{
    display: none;
}














/********************************************************

	18. Responsive CSS Start
********************************************************/
@media (min-width: 1200px) {
    .pnt_callToAction_wrapper .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    ul.sub_menu {
        top: 50px;
    }

    .main_menu_wrapper>ul li.active>a,
    .main_menu_wrapper>ul>li:hover>a,
    .main_menu_wrapper>ul>li:hover ul li:hover a {
        /* color:#f26522; */
        color: white;
    }
}

.pnt_header_wrapper.fixed_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: var(--main-bg-color);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.085);
    padding: 10px 50px;
}
.logo-name{
    font-size: 30px;
    color: #000000 !important;
    font-weight: 900;
   line-height: 1.5;
   white-space: nowrap;
}
.logo-name span{
    color: #f26522;
}
@media (max-width: 1600px) {
    .pnt_contact_section {
        padding: 56px 30px 37px;
    }
}

@media (max-width: 1399px) {
    .pnt_contact_section {
        padding: 40px 0 21px;
    }

    .pnt_contact_wrapper .row {
        align-items: center;
    }
}

@media (max-width: 1199.98px) {
    .pnt_header_info ul li {
        margin-left: 10px;
        font-size: 14px;
        padding-left: 10px;
    }

    /* .pnt_about_section {
        padding: 75px 0 0;
    } */

    .pnt_faq_wrapper {
        padding: 75px 0 41px;
    }
   
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pnt_contact_info_section {
        padding: 30px 5px 30px 60px;
    }
.contact-page .contact-divs {
    padding: 10px !important;
}
    .pnt_contact_section {
        padding: 69px 0 50px;
    }

    .pbt_blog_info li {
        padding-left: 6px;
        margin-left: 6px;
    }
    .pnt_banner_wrapper .carousel-item {
        height: 60vh;
    }
}
@media (min-width: 992px){
    .pnt_services_section  .row > div:last-child .pnt_services{
        margin-bottom: 0px;
    }
    .pnt_footer_wrapper .pnt_footer_menu{
        margin-bottom: 0px !important;
    }
}
@media (max-width: 991.98px) {
    .blogPage_wrapper.blogPageSingleWrapper {
        padding: 80px 0 24px;
    }

    .pnt_search_wrap ul.display_flex {
        align-items: center;
    }

    .pnt_header_info {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .pnt_header_info ul {
        justify-content: center;
    }

    .main_menu_wrapper li.has_submenu:before,
    .main_menu_wrapper li.has_submenu:after {
        background:#f26522;
    }

    .pnt_banner_text h2 {
        font-size: 50px;
    }

    .pnt_about_detail h2,
    .pnt_heading h2 {
        font-size: 30px;
    }

    /* .pnt_banner_wrapper {
        padding: 147px 0 144px;
    } */

    .pnt_callToAction_wrapper {
        margin-top: 80px;
    }

    .pnt_callToAction_wrapper .p-0 {
        padding: 0 15px !important;
    }

    .pnt_testimonial_inner {
        padding: 50px 15px 41px;
    }

    .pnt_testimonial_section {
        padding: 0;
    }

    .pnt_callToActionSecond_text h2 {
        font-size: 32px;
        line-height: 50px;
    }

    .pnt_header_top {
        padding: 12px 0 2px;
    }

    .pnt_about_detail ul {
        margin-bottom: 53px;
    }

    .pnt_faq_wrapper {
        padding: 75px 0 44px;
    }

    .video_icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .pnt_callToActionSecond_wrapper {
        padding: 67px 0 74px;
    }

    .pnt_contact_section {
        padding: 34px 0 50px;
    }

    .pnt_nav_items {
        display: none;
        flex-direction: column;
            text-align: left;
            background-color: #fff;
            position: absolute;
            top: 65px;
            min-height:fit-content;
            right: 0;
            width: fit-content;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .menu-toggle {
        display: inline-block;
        cursor: pointer;
        font-size: 24px;
        color: #333;
        padding: 10px;
    }
    .pnt_header_wrapper{
        border-radius: 0;
        padding: 10px 10px;
    }
    .pnt_services_section  .row > div:last-child .pnt_services{
        margin-bottom: 0px;
    }
    .pnt_header_wrapper {
        top: 0px;
    }
    .pnt_header_wrapper.fixed_header {
        padding: 10px 10px;
    }
    .interior-page .pnt-immer-img {
        display: none;
    }
    .interior-page .pnt_about_img {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {
    .pnt_action_section {
        padding: 50px 15px 44px 15px;
    }
    .pnt_banner_wrapper .carousel-item {
        height: 60vh;
    }
}
.pnt_footer_wrapper .pnt_footer_menu{
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
@media (min-width: 575px) and (max-width: 767.98px){
    
    .pnt_footer_wrapper .row > div:nth-last-child(-n + 1) .pnt_footer_menu {
        margin-bottom: 0px; 
    }
}
@media (max-width: 767.98px) {
    .pnt_header_info ul li {
        margin-left: 0;
        padding: 0;
    }

    .pnt_header_info_left ul li:before {
        content: unset;
    }

    .pnt_contact_section {
        padding: 24px 0 50px;
    }

    .pnt_contact_info_section {
        padding: 49px 15px 48px 65px;
    }

    .pnt_about_section .row {
        flex-direction: column-reverse;
    }

    .pnt_header_top {
        padding: 14px 0 2px;
    }

    .pnt_action_section {
        margin-bottom: 30px;
    }

    /* .pnt_about_section {
        padding: 45px 0 0;
    } */

    .pnt_counter_wrapper {
        padding: 80px 0 53px;
    }

    .pnt_faq_wrapper {
        padding: 80px 0 44px;
    }

    .pnt_faqs_question {
        margin-top: -5px;
    }

    .blogImgTextContainer p {
        width: 100%;
    }

    .blogImgTextContainer img {
        width: 100%;
        margin: 15px 0;
    }
    .pnt_banner_text {
        padding-left: 0px;
    }
    .pnt_services_section  .row > div:nth-last-child(-n + 1) .pnt_services{
        margin-bottom: 0px;
    }
    .pnt_services {
        padding: 20px 20px 20px 20px;
    }
    .pnt_banner_wrapper .carousel-item {
        height: 60vh;
    }
    .pnt_footer_wrapper {
        padding: 85px 0 50px;
    }
}
@media (max-width: 450px){
    .pnt_banner_wrapper .carousel-item {
        height: 100vh;
    }
}

@media (max-width: 575.98px) {
    .menu_btn {
        padding: 15px 0 0;
    }

    .counter_holder {
        padding: 0px 20px;
    }

    .counter_item {
        padding: 20px 20px 20px 20px;
    }
    

    .blogPaginationWrapper ul li a,
    .blogPaginationWrapper ul li.dot:hover a {
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

    .blogBlockquoteQuate,
    .blogAuthoreContent,
    .blogCmntDetail {
        width: 100%;
        margin-top: 15px;
    }

    .blogPageInfo ul li {
        width: 100%;
        margin: 10px 0 0;
    }
    .pnt_banner_text h2 {
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    .pnt_logo {
    margin-left: 0px;
}
.pnt_footer_wrapper .row > div:last-child .pnt_footer_menu {
    margin-bottom: 0px; 
} 
.pnt_contact_info_section p {
    font-size: 18px !important;
}
.pnt_contact_info_section {
    padding: 49px 5px 48px 60px !important;
}
  .pnt_contact_info_text a {
    word-break: break-word;
  }
}
@media (max-width: 375px) {
    .pnt_contact_info_text a {
    word-break: break-word;
  }
  .social_links div {
    word-break: break-word;
}
}
@media (max-width: 1300px) {
    /* .pnt_about_img img {
        height: 450px;
        width: 500px;
    } */

    .pnt-immer-img img {
        height: 350px;
        width: 400px;
    }

    .pnt_about_section:before {
        display: none;
    }
}

@media (max-width: 1024px) {
    .pnt-immer-img img {
        display: none;
    }

        /* .pnt_about_img img {
            height: 400px;
        } */
}

@media (max-width: 767px) {
    .pnt_about_detail {
        padding: 0px 0px 0px 0px;
    }
    .pnt_services_section:before {
       display: none;
    }
}

@media (max-width: 1400px) {
    .pnt_testimonial_wrapper::before {
        display: none;
    }
}

@media (max-width: 425px) {
    .pnt_about_section {
        padding: 0px 50px 75px 40px;
    }

    .pnt_counter_wrapper {
        padding: 0px 0 53px;
    }

    .pnt_heading.pnt-count-text {
        padding-bottom: 30px;
    }

    /* .pnt_banner_wrapper {
        padding: 147px 22px 144px;
    } */
}

/* Animation Styles */
.animate-top {
    transform: translateY(-50px);
    animation: slideInTop 0.6s forwards;
    opacity: 0;
    animation-delay: 0.4s; /* Delay for h6 */
}

.animate-right {
    transform: translateX(100px);
    animation: slideInRight 0.6s forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

.animate-bottom {
    transform: translateY(150px);
    animation: slideInBottom 0.6s forwards;
    animation-delay: 1s;
    opacity: 0;
}

/* Keyframes */
@keyframes slideInTop {
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideInRight {
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInBottom {
    to { transform: translateY(0); opacity: 1; }
}

/* Carousel Controls on Right Side Center */
.custom-control {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #f26522;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
}

.carousel-control-prev {
    left: unset; 
    top: 60%;
}


.carousel-control-prev, .carousel-control-next{
    opacity: 1;
}
.carousel-control-prev:hover, .carousel-control-next:hover{
    /* opacity: 0.8; */
    color: var(--main-bg-color);
    background: #222328;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100%, 100%;
}

/* .carousel-control-prev-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns%3D"http://www.w3.org/2000/svg" fill%3D"%23fff" viewBox%3D"0 0 16 16"%3E%3Cpath d%3D"M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z"%3E%3C/path%3E%3C/svg%3E');
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns%3D"http://www.w3.org/2000/svg" fill%3D"%23fff" viewBox%3D"0 0 16 16"%3E%3Cpath d%3D"M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z"%3E%3C/path%3E%3C/svg%3E');
} */
/* Initial hidden state for the menu */

/* Blur effect */
.blur {
    filter: blur(7px);
    transition: filter 0.3s ease;
}

.section-padding{
    padding: 70px 0px !important;
}

@media screen and (max-width: 600px) {
    .mob-view {
      display: flex !important;
      height: 30px;
      margin: auto;
    }
    .lab-view {
      display: none;
    }
  }
  
  .mob-view {
    display: none;
  }
  
  .lab-view {
    height: 17px;
  }

  .social_links div{
    display: flex;
    align-items:center;
    margin-bottom: 10px;
  }

  .social_links div a{
    color: #ffffff;
  }
  
  .social_links div a:hover{
    /* color: #f26522; */
    color: #000000;
  }

  .social_links div i{
    margin-right: 15px;
    color: #ffffff;
  }
  
  .social_links div:hover i{
    /* color:  #f26522 ; */
    color: black;
  }

  /* .social_links a:hover + i,
  a:hover i {
      color: #FF5733; 
  } */
  

  .footer-logo {
    display: flex;
    width: 100%;
    height: 100%;
    /* background-color: white; */
    /* padding: 15px; */
    /* justify-content: center; */
    margin-bottom: 15px;
    border-radius: 10px;
}

  /*.footer-logo img{*/
  /*  width: 60%;*/
  /*}*/
.contact-para{
    color: white;
    margin-bottom: 15px;
}
.mb_20{
    margin-bottom: 20px;
}
.auckland-location span{
    color: #ffffff;
    /* color: #000000; */
    position: relative;
    font-size: 20px;
    line-height: 1.6;
    white-space: nowrap;
}
.auckland-location span:hover{
    /* color: #000000; */
    color: #f26522 ;
    cursor:default;
}

.auckland-location span:not(:last-child)::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.auckland-location span::after:last-child{
    display: none;
}

@media (max-width: 767px) {
    .section-padding{
        padding: 40px 0px !important;
    }
}

.pnt_project_slider .pnt_project_section01 {
    position: relative;
    overflow: hidden;
    /* padding: 10px; */
    margin-left: 5px;
    margin-right: 5px;
}

.pnt_project_slider .pnt_project_section01 img {
    width: 100%;
    height: auto;
}

.pnt_project_slider .pnt00_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s;
}

.pnt_project_slider .pnt_project_section01:hover .pnt00_overlay {
    opacity: 1;
}

/* Style the dots container */
.slick-dots {
    position: absolute;
    /* bottom: 10px; */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Style individual dots */
.slick-dots li button {
    background-color: red;
    border: none;
    font-size: 0;
    width: 12px; /* Size of the dot */
    height: 12px;
    border-radius: 50%;
    /* margin: 0 5px; */
    transition: all 0.3s ease;
}

/* Style the active dot */
.slick-dots li.slick-active button {
    background-color: #007bff; 
    margin-top: -3px;
}

/* Hover effect for dots */
.slick-dots li button:hover {
    background-color: #7bff00; 
}

.slick-dots li button:before {
   display: none;
}
.pnt_client_quote p{
    line-height: 1.5;
}

/* Overlay for project images */
.pnt_project_section01 {
    position: relative;
}

.pnt_icon_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 2em; 
    color: white;
    z-index: 2;
}

.pnt_project_section01:hover .pnt00_overlay,
.pnt_project_section01:hover .pnt_icon_overlay {
    opacity: 1;
}

/* Style for the custom arrows */
.custom-prev, .custom-next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    background-color:#f26522 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 10;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.custom-prev {
    left: 40px; 
}

.custom-next {
    right: 40px;
}
.custom-prev:hover , .custom-next:hover{
    background-color: #000000 !important;
}

@media (min-width:992px) and (max-width:1100px){
    .logo-name {
        font-size: 26px;
    }
    .main_menu_wrapper ul>li>a {
        padding: 10px 8px;
    }
}

.contact-page .contact-divs{
    padding: 20px;
}
.contact-page .contact-para {
    color:var(--main-txt-color);
}
.contact-page .pnt_field_inner {
    width: 100%;
    border: 1px solid #f26522;
    background: transparent;
    height: 50px;
    padding: 0 15px;
    color: var(--main-txt-color);
}
.contact-page .pnt_field_inner::placeholder {
    color: var(--main-txt-color);
}
.contact-page textarea.pnt_field_inner {
    height: 130px;
    padding: 12px 15px;
    margin-bottom: 21px;
}
section.pnt_contact_wrapper.section-padding.contact-page {
    /* background-image: url(../img/backgrounds/contact.jpg); */
    background-color: whitesmoke;
}

.contact-page .pnt_heading h2 {
    line-height: 1.1;
}


.about-page .pnt_about_detail h2 {
    max-width: 100%;
}
.about-page .pnt_about_detail p {
    max-width: 100%;
}

.interior-page .pnt_about_detail h2 {
    max-width: 100%;
}
.interior-page .pnt_about_detail p {
    max-width: 100%;
}
.interior-page .pnt_about_detail ul li:last-child {
    margin-bottom: 0px;
}
.interior-page .pnt_about_detail ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.interior-page .pnt_about_detail ul li:first-child {
    margin: 0px 0 10px 0;
}

.interior-page .pnt_about_detail ul li::before {
    content: "*";
    position: absolute;
    font-size: 24px;
    top: 3px;
    left: 0;
    color: #f26522;
    font-weight: 800;
}

.interior-page .pnt_about_detail ul {
    margin-bottom: 0px;
}

.interior-page .pnt-immer-img {
    position: absolute;
    top: 100px;
    right: 25px;
    border: 3px solid #f26522;
    transition: all 0.3s ease;
}

.interior-page .pnt-immer-img:hover{
    top: 90px;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, -10px);
    }
    
    50% {
        transform: translate(0, -20px);
    }
    75% {
        transform: translate(-10px, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.interior-page .pnt_about_img .a-img{
    border: 3px solid #f26522;
}

.interior-content-div{
    /* background-image: url(../img/interior/back.jpg); */
    background-color: #f26522;
}

hr.style-two {
    margin: 3rem 0px;
    opacity: 1;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255), rgba(255, 255, 255));
}
hr.style-one {
    margin: 3rem 0px;
    opacity: 1;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(0, 0, 0), rgba(255, 255, 255));
}

.interior-img-content {
    background: white;
    padding: 20px;
    border-radius: 20px;
}

.interior-img-content h3 {
    margin-bottom: 15px;
}
.exterior-img-content {
    background: #f26522;
    padding: 20px;
    border-radius: 20px;
}

.exterior-img-content h3 {
    margin-bottom: 15px;
    color: white;
}
.exterior-img-content p {
    /* margin-bottom: 15px; */
    color: white;
}

.interior-img-content ul li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
}
.interior-img-content ul li:last-child{
    margin-bottom: 0px;
}

.interior-page .pnt_about_detail ul li span {
    font-weight: 600;
}

.interior-img-content ul li i {
   color: #f26522;
}

.interior-img  img{
    border-radius: 20px;
}


@media (max-width: 991.98px) {
    
    .contact-page .contact-divs {
        padding: 0px;
    }
    .mobile-mt-30{
        margin-top: 30px;
    }
    .row-reverse{
     flex-direction: column-reverse;
    }
    .interior-img-content {
        margin-top: 30px;
    }
    .interior-img {
        text-align: center;
    }
    .exterior-img-content {
        margin-top: 30px;
    }
    .exterior-img {
        text-align: center;
    }
    .exterior-page .pnt_about_img {
        text-align: center;
    }
    .about-page-img{
        text-align: center;
    }
    .commercial-page .pnt_about_img{
        text-align: center;
    }
    .page_title_text ul>li:before {
        top: 0px;
    }
}


.exterior-page .pnt_about_detail h2 {
    max-width: 100%;
}
.exterior-page .pnt_about_detail p {
    max-width: 100%;
    margin-bottom: 15px;
}
.exterior-page .pnt_about_detail ul li:last-child {
    margin-bottom: 0px;
}
.exterior-page .pnt_about_detail ul li {
    padding-left: 0px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.exterior-page .pnt_about_detail ul li:first-child {
    margin: 0px 0 10px 0;
}

.exterior-page .pnt_about_detail ul {
    margin-bottom: 0px;
}

.exterior-page .pnt_about_detail ul li i {
    color: #f26522;
    margin-right: 8px;
}
.mt-15{
    margin-top: 15px;
}

.exterior-page .pnt_about_img img {
    border-radius: 100px 20px 100px 20px;
    transition: all 0.3s ease;
}
.exterior-page .pnt_about_img img:hover {
    border-radius: 20px 100px 20px 100px;
    transition: all 0.3s ease;
}

.exterior-fixed{
    background-image:url(../img/exterior/fix.jpg) ;
    background-attachment: fixed;
}

.fix-white {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    height: 100%;
    /* opacity: 0.8; */
}

.fix-white h3 {
    margin-bottom: 15px;
    color: #f26522;
}

.fix-white p{
    margin-bottom: 10px;
}

.fix-white ul li {
    padding-left: 0px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.fix-white ul li:first-child {
    margin: 0px 0 10px 0;
}

.fix-white ul {
    margin-bottom: 0px;
}

.fix-white ul li span {
    font-weight: 600;
}
.fix-white ul li i {
    color: #f26522;
    margin-right: 8px;
}
.exterior-img img {
    border-radius: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.back{
    color: white;
}
.spann{
    color: #f26522;
}


.commercial-page .pnt_about_detail h2 {
    max-width: 100%;
}
.commercial-page .pnt_about_detail p {
    max-width: 100%;
    margin-bottom: 15px;
}
.commercial-page .pnt_about_detail ul li:last-child {
    margin-bottom: 0px;
}
.commercial-page .pnt_about_detail ul li {
    padding-left: 0px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.commercial-page .pnt_about_detail ul li:first-child {
    margin: 0px 0 10px 0;
}

.commercial-page .pnt_about_detail ul {
    margin-bottom: 0px;
}

.commercial-page .pnt_about_detail ul li i {
    color: #f26522;
    margin-right: 8px;
}

.commercial-page .pnt_about_img img {
    border-radius: 20px 100px 20px 100px;
    border: 5px solid #f26522;
    transition: all 0.3s ease;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
}
.commercial-page .pnt_about_img:hover img {
    border-radius: 100px 20px 100px 20px;
}

.commercial-page .pnt_about_img:hover::before {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
.commercial-page .pnt_about_img{
    overflow: hidden;
}
.commercial-page .pnt_about_img::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 175%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.exterior-page .pnt_about_img:hover::before {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
.exterior-page .pnt_about_img{
    overflow: hidden;
}
.exterior-page .pnt_about_img::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 175%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.commercial-details .pnt_about_detail {
    height: 100%;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
}

.commercial-details .pnt_about_detail h3 {
   margin-bottom: 15px;
   color: #f26522;
}
.commercial-details .pnt_about_detail p {
   margin-bottom: 0px;
}
.commercial-det-div .pnt_heading h2{
    color: #ffffff;
}
.commercial-det-div {
    background-image: url(../img/commercial/background.jpg);
    background-attachment: fixed;
}
.lg-mt-30{
    margin-top: 30px;
}
@media (min-width:1500px) {
    .container-fluid {
        max-width: 1366px;
    }
}
/* .pnt_btn.submitForm-btn{
    background: white !important;
    border: none !important;
    color: #f26522 !important;
} */
/* .pnt_btn.submitForm-btn:hover {
    background-color: #222328;
} */

input[type="number"] {
    -webkit-appearance: none !important; 
    -moz-appearance: textfield !important; 
    appearance: none !important;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
  }
  
  textarea{
    resize: none !important;
  }