/*--------------------- 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
********************************************************/
:root{
    --primary-color:#fc8459;
}
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: var(--primary-color);
    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: var(--primary-color);
    color: var(--main-bg-color);
}

.pnt_title {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 10px;
    position: relative;

}

.white {
    color: var(--main-bg-color);
}

.pnt_subHeading {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
}

.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: 37px;
}

.response {
    position: unset;
    margin: 4px 0 11px;
}

/********************************************************
    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_header_wrapper {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    max-width: 1170px;
    border-radius: 60px;
    width: 100%;
    background-color: white;
}

.searchBox {
    background: var(--primary-color);
}

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/bannerhome1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 360px 90px 350px;
}

.pnt_banner_text h6 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}

.pnt_banner_text h2 {
    font-size: 62px;
    font-weight: 700;
}

.pnt_banner_text .pnt_btn {
    margin-top: 11px;
}

/********************************************************
    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;
}

.pnt_about_section:before {
    position: absolute;
    content: url(../images/one1.png);
    right: 0px;
    top: 420px;
}

.pnt_about_detail h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 11px;
    max-width: 410px;
    width: 100%;
}

.pnt_about_detail h2 span {
    font-weight: 300;
}

.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_about_img img {
    border-radius: 30px;
}

.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: var(--primary-color);
    color: #ffffff;
}

.pnt_about_detail p {
    max-width: 530px;
    width: 100%;
    margin-bottom: 20px;
}

.pnt_about_detail {
    padding: 170px 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;
}

.pnt_counter_wrapper:before {
    content: "";
    position: absolute;
    background: #faf7f3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.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: 40px 0px 35px 0px;
    position: relative;
}

.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;
}
.ff-switch-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    background-color: #fff;
    box-shadow: 15px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 0 6px 6px 0;
}
.ff-color-switch-box {
    position: fixed;
    left: -210px;
    top: 50%;
    transform: translateY(-50%);
    width: 210px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    padding: 20px 10px 10px 20px;
    z-index: 99999;
    border-radius: 0px 6px 6px 0px;
    transition: all 0.3s;
}
body.ff-switch-open .ff-color-switch-box {
    left: 0px;
}
.ff-color-switch-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.ff-color-switch-box ul li {
    margin-bottom: 10px;
    flex: 0 0 25%;
}
.ff-color-switch-box ul li a {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: block;
}
.ff-switch-btn img {
    width: 28px;
    height: 28px;
    animation: switchrotate 2s linear infinite;
    cursor: pointer;
}
@keyframes switchrotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.ff-color-switch-box ul li:first-child a{
    background-color: #ff0000;
}
.ff-color-switch-box ul li:nth-child(2) a{
    background-color: #009432;
}
.ff-color-switch-box ul li:nth-child(3) a{
    background-color: #0652dd;
}
.ff-color-switch-box ul li:nth-child(4) a{
    background-color: #f79f1f;
}
.ff-color-switch-box ul li:nth-child(5) a {
    background-color: #E5345A;
}
.ff-color-switch-box ul li:nth-child(6) a{
    background-color: #9E59D6;
}
.ff-color-switch-box ul li:nth-child(7) a{
    background-color: #40C2D4;
}
.ff-color-switch-box ul li:last-child a{
    background-color: #8088D1;
}
/* .pnt-count-text h2 {
    color: #ffffff;
} */
.pnt_heading.pnt-count-text p {
    margin-bottom: 27px;
    max-width: 420px;
    width: 100%;
    position: relative;
}

.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;
}

.pnt_services_section:before {
    position: absolute;
    content: url(../images/Paint-Splash.H03.2k.png);
    right: 0;
    top: 0;
}

.pnt_services {
    margin-bottom: 45px;
    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 .pnt_icon_bg {
    border-radius: 50% 50% 0% 50%;
    margin-bottom: 12px;
}

.pnt_services p {
    margin: 3px 0 0 0;
    padding-bottom: 10px;
}

.pnt_readMoreBtn {
    color: var(--primary-color);
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.pnt_readMoreBtn:before {
    content: "";
    position: absolute;
    bottom: 5px;
    background: var(--primary-color);
    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: var(--primary-color);
    position: relative;
    width: 100%;
    padding: 75px 0 0;
}

input::placeholder {
    color: #ffffff;
}

textarea::placeholder {
    color: #ffffff;
}

.pnt_quote_wrapper:before {
    content: url(../images/map.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

a.pnt_btn.submitForm {
    background-color: white;
    color: var(--primary-color);
}

.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, var(--primary-color), #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: var(--primary-color);
}

.faq_list li a i:before {
    content: "\f107";
    color: var(--primary-color);
}

.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: 75px 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: var(--primary-color);
    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: var(--primary-color);
    opacity: 1;
}

.pnt_testimonial_button>div:hover:before {
    background: var(--primary-color);
    width: 30px;
    opacity: 1;
}

.pnt_client_quote h4 {
    margin: 12px 0 8px;
    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;
}

.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(../images/callToAction2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 67px 0 71px;
}

.pnt_callToActionSecond_wrapper:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
}

.pnt_callToActionSecond_text h2 {
    font-size: 52px;
    font-weight: 500;
    line-height: 65px;
    position: relative;
}

.pnt_callToActionSecond_text h6 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
}

.pnt_callToActionSecond_text .pnt_btn {
    margin-top: 21px;
    color: #ffffff;
}

.pnt_callToActionSecond_text .pnt_btn:hover {
    color: var(--main-bg-color);
}

/********************************************************
    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: var(--primary-color);
}

.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: 40px 30px 40px 80px;
    border: 1px solid var(--main-border-color);
    margin-bottom: 30px;
    background: var(--main-bg-color);
}

.pnt_contact_wrapper .pnt_heading h2 {
    margin-bottom: 0;
}

.pnt_contact_section {
    padding: 69px 65px 50px;
    width: 100%;
}

.pnt_contact_info {
    margin: 40px 0 20px 0;
}

.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);
}

.pnt_rtl_txt.phone {
    background: var(--main-paint-color3);
}

.pnt_rtl_txt.main {
    background: var(--main-paint-color4);
}

.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: 745px;
    margin: 0 auto;
}

/********************************************************
    17. Footer CSS Start
********************************************************/
.pnt_footer_wrapper {
    background: #2c3941;
    padding: 75px 0 36px;
    color: var(--main-paint-footer);
}

.pnt_widgets ul li a {
    color: #ffffff;
    position: relative;
}

.pnt_widgets.pnt_footer_menu p {
    color: #ffffff;
}

.pnt_widgets ul li:hover a {
    color: var(--primary-color);
}

.pnt_widgets ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.pnt_widgets ul li:before {
    position: absolute;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border: none;
    border-radius: 50%;
    top: 50%;
    background: var(--main-paint-footer);
    -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: var(--primary-color);
    right: 0;
    bottom: 0;
    opacity: 0;
}

.pnt_widgets ul li a:hover:after {
    opacity: 0.6;
}

.pnt_widgets .pnt_sub_heading {
    margin-bottom: 19px;
}

.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: var(--primary-color);
    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: #2c3941;
    padding: 14px 0 11px;
    position: relative;
}

.pnt_copyright_wrapper:before {
    position: absolute;
    content: "";
    height: 2px;
    max-width: 1210px;
    background-color: #34454f;
    text-align: center;
    left: 0;
    right: 0;
    top: -12px;
    margin: 0 auto;
}

.pnt_copyright_wrapper a {
    color: var(--primary-color);
}

.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);
    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: var(--primary-color);
}

img.blogUser {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.blogPageInfo ul li a {
    color: var(--main-txt-color);
}

.blogPageInfo ul li a:hover {
    color: var(--primary-color);
}

.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: var(--primary-color);
}

/********************************************************
	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 var(--primary-color);
    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: var(--primary-color);
    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 var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    margin-left: 15px;
}

.blogCmntReply svg {
    width: 16px;
    fill: var(--primary-color);
}

.blogDivider {
    margin: 22px 0;
    display: block;
}

a.pnt_btn.blogBtn {
    background: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    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 .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 .pnt00_overlay:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
















/********************************************************

	18. Responsive CSS Start
********************************************************/
@media (min-width: 1200px) {
    .pnt_callToAction_wrapper .container {
        max-width: 1140px;
    }

    .pnt_widgets p {
        width: 60%;
    }
}

@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: var(--primary-color);
    }

    .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 0;
    }
}

@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: 48px 20px 48px 70px;
    }

    .pnt_contact_section {
        padding: 69px 0 50px;
    }

    .pbt_blog_info li {
        padding-left: 6px;
        margin-left: 6px;
    }
}

@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: var(--primary-color);
    }

    .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_footer_wrapper {
        padding: 75px 0 42px;
    }
     
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pnt_action_section {
        padding: 50px 15px 44px 15px;
    }
}

@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;
    }
}

@media (max-width: 575.98px) {
    .menu_btn {
        padding: 15px 0 0;
    }

    .counter_item {
        margin-bottom: 35px;
    }

    .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;
    }
}
@media (max-width: 575px) {
    .pnt_logo {
    margin-left: 31px;
}
}

@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;
    }

    .pnt_about_detail {
        padding: 60px 0px 0px 0px;
    }
}

@media (max-width: 1024px) {
    .pnt-immer-img img {
        display: none;
    }

    .pnt_about_img img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .pnt_about_detail {
        padding: 60px 0px 40px 0px;
    }
}

@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_footer_wrapper {
        padding: 34px 0 42px;
    }

    .pnt_heading.pnt-count-text {
        padding-bottom: 30px;
    }

    .pnt_banner_wrapper {
        padding: 147px 22px 144px;
    }
}