/*--------------------- Copyright (c) 2023 -----------------------
[Master Stylesheet]
Project: Perfect Proportions
Version: 1.0.0
-------------------------------------------------------------------*/
/*---------- Body Start ----------*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    color: #777777;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
}
/*---------- Typography Start ----------*/
a, a:hover, a:focus, button, button:hover, button:focus {
    color: #777777;
    text-decoration: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, b, strong {
    font-family: 'Playfair Display', serif;
    color: #000000;
    font-weight: 500;
    line-height: 1.1;
}
img {
    max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus {
    outline: none !important;
    box-shadow: none;
}
img, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
body.modal-open, body:hover {
    -webkit-transition: all 0s;
    transition: all 0s;
}
/*---- Heading CSS Start ----*/
.pp_heading_wrap, .pp_heading_center_wrap, .pp_heading_right_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
}
.pp_heading_center_wrap{
    text-align: center;
    align-items: center;
}
.pp_heading_right_wrap{
    text-align: right;
    align-items: flex-end;
}
.pp_heading_wrap span, .pp_heading_center_wrap span, .pp_heading_right_wrap span{
    font-size: 24px;
    line-height: 30px;
    color: #e75e29;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}
.pp_heading_center_wrap span{
    margin-bottom: 10px;
}
.pp_heading_wrap span{
    padding-left: 45px;
}
.pp_heading_right_wrap span{
    padding-right: 45px;
}
.pp_heading_wrap span::after, .pp_heading_right_wrap span::after{
    content: "";
    position: absolute;
    background-color: #e75e29;
    width: 30px;
    height: 2px;
    left: 0;
}
.pp_heading_right_wrap span::after{
    left: auto;
    right: 0;
}
.pp_heading_center_wrap span::after{
    content: "";
    position: absolute;
    background-color: #e75e29;
    width: 40px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -10px;
}
.pp_heading_wrap h2, .pp_heading_center_wrap h2, .pp_heading_right_wrap h2{
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000000;
    text-transform: capitalize;
}
/*---------- Button CSS Start ----------*/
.pp_btn, .pp_btn:focus, .pp_btn_black, .pp_btn_black:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 150px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 15px;
    cursor: pointer;
    color: #000000;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}
.pp_btn_black, .pp_btn_black:focus {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}
.pp_btn:hover, .pp_btn_black:hover{
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.pp_btn_black:hover{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
/*---------- Header CSS Start ----------*/
.pp_header_wrap{
    padding: 10px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp_header_wrap.fixed{
    padding: 0;
    box-shadow: rgb(50 50 93 / 5%) 0px 13px 27px -5px, rgb(0 0 0 / 10%) 0px 8px 16px -8px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp_logo{
    padding: 10px 0;
}
.pp_logo img{
    height: 100px;
}
.pp_header_wrap.fixed .pp_logo img{
    height: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp_menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pp_menu>ul, .pp_menu>ul>li{
    display: flex;
}
.pp_menu>ul>li{
    margin: 0 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp_header_wrap.fixed .pp_menu>ul>li{
    margin: 0 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp_menu>ul>li:first-child{
    margin-left: 0px;
}
.pp_menu>ul>li:last-child{
    margin-right: 0px;
}
.pp_menu>ul>li{
    position: relative;
    flex-direction: column;
}
.pp_menu>ul>li>a{
    display: flex;
    padding: 15px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}
.pp_menu>ul>li>a::after{
    content: "";
    position: absolute;
    background-color: #e75e29;
    height: 4px;
    width: 4px;
    margin: 0 auto;
    border-radius: 60px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.pp_menu>ul>li>a:hover:after, .pp_menu>ul>li.active>a:after{
    top: 80%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp_menu>ul>li>a:hover, .pp_menu>ul>li.active>a{
    color: #e75e29;
}
.pp_menu>ul>li:hover ul{
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp_menu>ul>li ul{
    position: absolute;
    top: 120%;
    left: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
    width: 150px;
    border-top: 2px solid #e75e29;
    opacity: 0;
    visibility: hidden;
}
.pp_menu>ul>li ul li{
    display: flex;
}
.pp_menu>ul>li ul li a{
    display: flex;
    width: 100%;
    padding: 15px;
    text-transform: capitalize;
    color: #1a2a4a;
}
.pp_menu>ul>li ul li a:hover{
    background-color: #111111;
    color: #ffffff;
}
.pp_menu_icon {
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: 40px;
    border-radius: 4px;
    display: none;
}
.pp_menu_icon svg{
    height: 40px;
    width: 40px;
}
.line {
    fill: none;
    stroke: black;
    stroke-width: 4;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 4;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 4;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 4;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 4;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 4;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 4;
}
/*---------- Slider CSS Start ----------*/
.pp_slide_btnbox{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
/*---------- About CSS Start ----------*/
.pp_indexabout_wrap{
    padding: 100px 0;
}
.pp_aboutleft{
    position: relative;
    margin-bottom: 30px;
}
.pp_aboutleft img{
    border-radius: 0 20px;
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
    border-top: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
}
.pp_img_absol{
    position: absolute;
    bottom: -5%;
    left: -50px;
    border-radius: 20px 0 0 0 !important;
    width: 300px;
    height: 450px;
    object-fit: cover;
}
.pp_aboutright {
    background-color: #ffffff;
    padding: 40px;
    position: relative;
    left: -70px;
    top: 30px;
    margin-bottom: 30px;
    border-radius: 30px 0 0 0;
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}
.pp_aboutright_text{
    text-align: right;
}
.pp_aboutright_text p span{
    color: #1a2a4a;
    font-size: 20px;
    line-height: 30px;
}
.pp_aboutright_counter {
    column-gap: 30px;
    margin-top: 50px;
}
.pp_aboutus_box{
    text-transform: capitalize;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    border-radius: 4px;
}
.pp_aboutus_box img{
    height: 250px;
    object-fit: cover;
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}
.pp_aboutus_box:hover img{
    transform: scale(1.3);
}
/*---------- Services CSS Start ----------*/
.pp_indexservices_wrap{
    padding: 100px 0;
    background-color: #ffffff;
}
.pp_indexservices_wrap::after{
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.pp_service_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 35px;
    margin: 0 0 30px 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
.pp_service_wrap::after{
    content: "";
    position: absolute;
    background-color: rgb(0 0  0 / 50%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.pp_service_wrap:hover::after{
    background-color: #ffffff;
}
.pp_service_wrap img{
    width: 102px;
}
.pp_service_wrap img{
    display: none;
}
.pp_service_wrap:hover img{
    display: block;
}
.pp_service_wrap:hover .pp_hover_hide{
    display: none;
}
.pp_service_wrap .pp_hover_hide{
    display: block;
}
.pp_service_wrap:hover{
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}
.pp_service_wrap h4{
    font-size: 24px;
    text-transform: capitalize;
    margin: 50px 0 0px 0;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
}
.pp_service_wrap h4 a{
    color: #1a2a4a;
    color: #ffffff;
}
.pp_service_wrap:hover h4 a{
    color: #e75e29;
}
.pp_service_wrap p{
    margin: 0;
    color: #ffffff;
}
.pp_service_wrap:hover h4, .pp_service_wrap:hover p, .pp_service_wrap:hover a{
    color: #000000;
}
.pp_easy_steps .pp_service_wrap{
    border: 1px solid rgb(0 123 255 / 10%);
}
.pp_easy_steps .pp_service_wrap:hover{
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.pp_easy_steps .pp_service_wrap::after{
    display: none;
}
.pp_easy_steps .pp_service_wrap h2{
    color: #e75e29;
    font-size: 102px;
    font-weight: 900;
    background-color: #ffffff;
    border-radius: 100px;
    width: 160px;
    height: 160px;
    display: flex;
    border: 1px solid rgb(0 123 255 / 10%);
    align-items: center;
    box-shadow: rgb(161 161 161 / 25%) 0px 30px 60px -12px inset, rgb(227 227 227 / 30%) 0px 18px 36px -18px inset;
}
.pp_easy_steps .pp_service_wrap p, .pp_easy_steps .pp_service_wrap h4{
    color: #000000;
}
.pp_easy_steps .pp_service_wrap h4 {
    margin: 20px 0 15px 0;
}
.pp_service_wrap .pp_next_icon{
    display: flex;
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 0;
    width: 64px;
}
.pp_service_wrap:hover .pp_next_icon{
    opacity: 1;
    right: -25px;
}
.pp_indexservices_wrap .pp_btn{
    margin-top: 30px;
}
/*---- Interior stylish CSS Start ----*/
.pp_interiorstylish_wrap{
    padding: 160px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.pp_interiorstylish_wrap::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to left, rgb(0 0 0 / 0%), rgb(255 255 255));
    z-index: -1;
}
.pp_interiorstylish_left .pp_heading_wrap{
    margin-bottom: 30px;
}
.pp_interiorstylish_left .pp_heading_wrap h2{
    font-size: 62px;
}
.pp_interiorstylish_text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pp_interiorstylish_text p{
    color: #000000;
    font-size: 18px;
}
.pp_interiorstylish_text .pp_btn{
    margin-top: 30px;
}
/*---- Portfolio Slider CSS Start ----*/
.pp_portfolio_wrap {
    padding: 100px 0;
    background-color: #dfd3c4;
    position: relative;
    z-index: 1;
}
.pp_portfolio_page{
    background-color: #ffffff;
}
.pp_portfolio_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 80%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 70%);
    z-index: -1;
    background: linear-gradient(to top,transparent,rgb(222 210 195),rgb(255, 255, 255));
}
.pp_portfolio_wrap::after {
    content: "";
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 70%);
    z-index: -1;
    background: linear-gradient(to bottom,transparent,rgb(222 210 195),rgb(255, 255, 255));
}
.pp_portfolio_page::after, .pp_portfolio_page::before{
    display: none;
}
.pp_portfolio_wrap .pp_btn_black{
    margin-top: 30px;
}
.pp_portfolio_slider_box{
    background-color: #ffffff;
    border: 4px solid #ffffff;
    border-radius: 14px;
    margin-bottom: 20px;
}
.pp_portfolio_slider_box:hover{
    box-shadow: 0 0 30px rgb(48 52 66 / 30%);
}
.pp_portfolio_slider_img, .pp_portfolio_slider_img a{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.pp_links{
    position: absolute;
    width: 0px !important;
    z-index: 1;
}
.pp_portfolio_slider_box:hover .pp_links{
    width: 64px !important;
}
.pp_portfolio_slider_img a::after{
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.pp_portfolio_slider_box:hover .pp_portfolio_slider_img a::after{
    opacity: 1;
    visibility: visible;
}
.pp_portfolio_slider_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 15px;
}
.pp_portfolio_slider_info h4, .pp_portfolio_slider_info h4 a{
    letter-spacing: 1px;
    font-weight: normal;
    color: #000000;
    text-transform: capitalize;
    font-size: 24px;
    cursor: default;
}
.pp_portfolio_slider_box:hover .pp_portfolio_slider_info h4, .pp_portfolio_slider_box:hover .pp_portfolio_slider_info h4 a{
    color: #e75e29;
}
.pp_portfolio_slider_info p{
    color: #000000;
    margin-bottom: 0;
}
.pp_portfolio_slider .owl-dots .owl-dot.active span, .pp_portfolio_slider .owl-dots .owl-dot:hover span, .pp_client_slider .owl-dots .owl-dot.active span, .pp_client_slider .owl-dots .owl-dot:hover span {
    background: #000000;
    width: 40px;
    transition: 0.3s;
}
.pp_portfolio_slider .owl-dots .owl-dot span, .pp_client_slider .owl-dots .owl-dot span {
    background: transparent;
    margin: 5px 7px;
    width: 15px;
    height: 8px;
    transition: 0.3s;
    border: 1px solid #000000;
}
/*---- Follow Trends CSS Start ----*/
.pp_followtrends_wrap{
    padding: 160px 0;
}
.pp_followtrends_text{
    display: flex;
    justify-content: flex-end;
}
.pp_followtrends_right .pp_heading_right_wrap h2 {
    font-size: 62px;
}
.pp_followtrends_right img{
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
    border-radius: 20px 0;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
}
/*---------- Blog CSS Start ----------*/
.pp_blogs_wrap{
    padding: 100px 0;
    background-color: #dfd3c4;
    position: relative;
    z-index: 1;
}
.pp_blog_page{
    background-color: #ffffff;
}
.pp_blogs_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 80%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 70%);
    z-index: -1;
    background: linear-gradient(to top,transparent,rgb(222 210 195),rgb(255, 255, 255));
}
.pp_blogs_wrap::after {
    content: "";
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 70%);
    z-index: -1;
    background: linear-gradient(to bottom,transparent,rgb(222 210 195),rgb(255, 255, 255));
}
.pp_blog_page::after, .pp_blog_page::before{
    display: none;
}
.pp_blogs_wrap .pp_btn{
    margin-top: 20px;
}
.pp_blog_wrap{
    margin-bottom: 30px;
}
.pp_blog_wrap, .pp_blog_img, .pp_blog_text{
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background-color: #ffffff;
}
.pp_blog_wrap:hover{
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}
.pp_blog_img a{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.pp_blog_img a img{
    border-radius: 10px 10px 0 0;
}
.pp_blog_img a::after{
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px 10px 0 0;
}
.pp_blog_wrap:hover .pp_blog_img a::after{
    opacity: 1;
    visibility: visible;
}
.pp_blog_wrap:hover .pp_links{
    width: 42px !important;
}
.pp_blog_text{
    padding: 15px;
}
.pp_blog_text h4{
    margin-top: 10px;
}
.pp_blog_text h4, .pp_blog_text h4 a{
    color: #111111;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pp_blog_wrap:hover .pp_blog_text a{
    color: #e75e29;
}
.pp_blog_text p{
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pp_blog_text a{
    color: #e75e29;
    display: flex;
    width: fit-content;
    display: none;
}
.pp_blog_date{
    position: absolute;
    left: -15px;
    top: 30px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 2;
    background-color: #ffffff;
    padding: 10px;
    font-size: 12px;
    border-radius: 30px 0px 0px 30px;
    color: #000000;
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}
.pp_blog_date::after{
    content: "";
    position: absolute;
    right: 0px;
    top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #e75e29;
    border-right: 8px solid transparent;
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}
.pp_blog_date p{
    margin: 0;
}
/*---------- Clients CSS Start ----------*/
.pp_client_wrap{
    padding: 100px 0;
}
.pp_client_slider .owl-item img {
    width: auto;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
.pp_client_slider_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #dfd3c4;
    padding: 60px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    min-height: 345px;
}
.pp_client_slider_box img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 30px;
    object-fit: cover;
}
.pp_client_slider_box img.pp_quote_icon{
    position: absolute;
    left: 5%;
    top: 3%;
    width: 128px;
    height: 128px;
    opacity: 0.1;
    border-radius: 0;
}
.pp_client_slider_box p{
    color: #000000;
    min-height: 255px;
}
.pp_client_info{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.pp_client_info h6{
    font-size: 20px;
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
}
.pp_client_info span{
    font-style: italic;
    font-size: 14px;
    text-align: right;
    width: 100%;
}
.pp_client_slider .owl-stage-outer{
    position: relative;
    z-index: 1;
}
.pp_client_slider .owl-stage-outer::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to left, rgb(255 255 255 / 0%), rgb(255 255 255));
    width: 5%;
    z-index: 1;
}
.pp_client_slider .owl-stage-outer::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255));
    width: 5%;
    z-index: 1;
}

/*---- Footer CSS Start ----*/
.pp_footer_wrap{
    padding: 120px 0 0 0;
    background-color: #dfd3c4;
    position: relative;
    z-index: 1;
}
.pp_footer_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 70%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 70%);
    z-index: -1;
    background: linear-gradient(to top,transparent,rgb(222 210 195),rgb(255, 255, 255));
}
.pp_footer_box{
    margin-bottom: 30px;
}
.pp_footer_box h4{
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}
.pp_footer_box h4::after{
    content: "";
    position: absolute;
    background-color: #000000;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
}
.pp_footer_box ul li a{
    display: flex;
    color: #000000;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 400;
}
.pp_footer_box ul li a:hover{
    color: #e75e29;
}
.pp_ftr_logo p, .pp_footer_box p{
    color: #000000;
}
.pp_ftr_logo img{
    margin-bottom: 25px;
}
.pp_footer_social{
    display: flex;
    column-gap: 12px;
}
.pp_subscribe{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.pp_subscribe input#tnp-1{
    border: 1px solid #ffffff;
    height: 45px;
    border-radius: 4px 0 0 4px;
    padding: 0 15px;
    width: 100%;
    background-color: #ffffff;
}
.pp_subscribe button{
    background-color: #000000;
    border: 1px solid #000000;
    text-transform: capitalize;
    height: 45px;
    border-radius: 0 4px 4px 0;
    color: #ffffff;
    padding: 0 15px;
}
.pp_subscribe button:hover{
    background-color: #ffffff;
    color: #000000;
}
.pp_copyrigth {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgb(231 94 41 / 25%);
    text-transform: capitalize;
}
.pp_copyrigth P{
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
}
.pp_copyrigth P a{
    color: #e75e29;
    text-transform: uppercase;
}
/*---- Back to Top CSS Start ----*/
#scroll {
    position: fixed;
    right: 0px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #000000;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover span{
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #e75e29;
}
/*---- Page Title CSS Start ----*/
.pp_pagetitle_wrap{
    display: flex;
    width: 100%;
    padding: 350px 0 200px 0;
    background-color: #dfd3c4;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pp_pagetitle_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.pp_pagetitle_wrap::after {
    background: linear-gradient(to top,rgb(255 255 255 / 0%),rgb(0 0 0 / 30%),rgb(255 255 255));
    opacity: 1;
}
.pp_pagetitle_info {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pp_pagetitle_info h1{
    font-size: 48px;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 35%);
}
.pp_pagetitle_info p{
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}
/*---- Contact us CSS Start ----*/
.pp_contact_wrap{
    padding: 100px 0;
    background-color: #ffffff;
}
.pp_contact_info, .pp_contact_info ul, .pp_contact_form{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.pp_contact_info ul li{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.pp_contact_info p{
    margin-top: 20px;
}
.pp_contact_icon{
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #000000;
}
.pp_contact_text{
    display: flex;
    width: calc(100% - 60px);
    flex-direction: column;
    padding-left: 25px;
    justify-content: center;
}
.pp_contact_text h6{
    font-size: 18px;
}
.pp_contact_text p{
    margin: 0;
}
.pp_contact_text p a:hover{
    color: #e75e29;
}
.pp_contact_form .pp_btn{
    width: 100%;
}
.pp_contact_form .form-check-input[type=checkbox]{
    cursor: pointer;
}
.form-control:focus{
    border-color: #dee2e6;
}