/*
Theme Name: unimaqwps
Theme URI: https://unimaqwps.com/
Description: Perfect for creating a Divi website for multipurpose services Such as – Handyman ,Cleaning,Roofing,Electrician,Plumber,Painter,Carpenter,Air Conditioner,Pest Control,Wallpaper,Floor and Paving,Welder and any kind of Multipurpose services website.
Author: Design Flash Team
Author URI: https://designflash.in/
Template: Divi
Version:  1.0
License:  GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body{overflow-x:hidden;}
.px_section1_headertext .px_section1_text:before{
    content: "\35";
    font-family: 'ETmodules';
    position: relative;
    vertical-align: middle;
    margin: 0 5px;
    top: -2px;
    display: inline-block;
    color: var(--white);
  }
  
  .px_section1_headertext a:first-child{
    color: var(--px-color-1);
  }
  
  .px_section1_headertext a:first-child:hover{
    color: var(--white);
  }
  
  .px_section1_headertext .px_section1_text{
    color: var(--white);
  }

.px_divider .et_pb_divider_internal:before {
    content: "";
    width: 3px;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: var(--px-color-1);
    border-top-width: 3px;
    margin-left: 49px;
  }
  
	.px_divider .et_pb_divider_internal:after{
    content: "";
    width: 3px;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: var(--px-color-1);
    border-top-width: 3px;
    margin-left: 55px;
  }

/* Max Width & Reverse Column CSS */
/*---Responsive CSS---*/
@media only screen and (min-width:577px) and (max-width:980px){
/* Max Width Col */
.px_max_width.et_pb_column:last-child,
.px_max_width{
max-width:400px;
margin:auto !important;
float:none !important;
margin-bottom: 30px !important;
}
/* Reverse Col */
.px_reverse_row .et_pb_row,
.px_reverse_row{display:flex; flex-direction:column-reverse;}
.px_reverse_row .px_reverse_col{order:1; margin-bottom:30px !important;}
}
@media only screen and (max-width:576px){
/* Max Width Col */
.px_max_width.et_pb_column:last-child,
.px_max_width{
max-width:400px;
margin:auto !important;
float:none !important;
margin-bottom: 30px !important;
}
/* Reverse Col */
.px_reverse_row .et_pb_row,
.px_reverse_row{display:flex; flex-direction:column-reverse;}
.px_reverse_row .px_reverse_col{order:1; margin-bottom:30px !important;}
}




/*-------- Home --------*/

  
  .pxhome_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content{
    max-width: 750px;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev{
    position: absolute !important;
    left: 0px !important;
    top: 50% !important;
    background: rgba(0, 0, 0,.20) !important;
    width: 40px !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000 !important;
    border-radius: 0;
    font-size: 30px;
    cursor: pointer !important;
    transition: all 500ms ease;
    opacity: 1;
    transform: translateY(-50%);
    margin-top: 0;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover{
    background: rgba(0, 0, 0, .50) !important;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next{
    position: absolute !important;
   right: 0% !important;
    top: 50% !important;
    background: rgba(0, 0, 0,.20) !important;
    width: 40px !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000 !important;
    border-radius: 0;
    font-size: 30px;
    cursor: pointer !important;
    transition: all 500ms ease;
    opacity: 1;
    transform: translateY(-50%);
    margin-top: 0;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:hover{
    background: rgba(0, 0, 0, .50) !important;
  }
  
  .pxhome_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    margin-top: -50%;
    position: relative;
    z-index: 1;
    transition: all 0.7s ease-in-out 0s;
  }
  
  .pxhome_section2_column:hover .pxhome_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    color: var(--white) !important;
  }
  
  .pxhome_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:before{
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: var(--px-color-1) !important;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: -1;
  }
  
  .pxhome_section2_column:hover .pxhome_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:before{
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
  }
  
  .pxhome_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding: 26px 30px 32px;
  }
  
  .pxhome_section2_column:hover .et_pb_button{
    color: var(--px-color-1) !important;
  }
  
  .pxhome_section2_column:hover .et_pb_button:after{
    color: var(--px-color-1) !important;
  }
  
  .pxhome_section3_text .et_pb_text_inner p{
    margin-bottom: 17px;
  }
  
  .pxhome_section3_text .et_pb_text_inner h3{
    padding: 0;
  }
  
  .pxhome_section3_text .et_pb_text_inner h3 span{
    color: var(--px-color-1) !important;
    font-size: 15px;
  }
  
  .pxhome_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: rgb(237,237,237);
    background: linear-gradient(
0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pxhome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  
  .pxhome_section4_image .et_pb_image_wrap img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease 300ms;
  }
  
  .pxhome_section4_column:hover .pxhome_section4_image .et_pb_image_wrap img{
    transform: scale(1.2) rotate(2deg);
    opacity: 1;
  }
  
  .pxhome_section4_column:hover .pxhome_section4_image:before{
    transform: scale(1, 1);
  }
  
  .pxhome_section4_column:hover .pxhome_section4_image:after{
    transform: scale(1, 1);
  }
  
  .pxhome_section4_column:hover .pxhome_section4_blurb:before{
    top: -50px;
    height: 75px;
    background: var(--px-color-1);
    border-radius: 25px 25px 0px 0px;
  }
  
  .pxhome_section5_portfolio .project{
    position: relative;
  }
  
  .pxhome_section5_portfolio .project:hover .et_portfolio_image .et_overlay{
    transform: scaleY(1);
    opacity: 1;
  }
  
  .pxhome_section5_portfolio .project .et_portfolio_image{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
  }
  
  .pxhome_section5_portfolio .project .et_portfolio_image img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
  }
  
  .pxhome_section5_portfolio .project:hover .et_portfolio_image img{
    transform: scale(1.2) rotate(2deg);
  }
  
  .pxhome_section5_portfolio .project .pxhome_section5_portfolio_content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: block;
    padding-bottom: 15px;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 0;
    transition: all 300ms ease 200ms;
    z-index: 10;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .pxhome_section5_portfolio .project:hover .pxhome_section5_portfolio_content{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition: all 700ms ease 800ms;
  }
  
  .pxhome_section6_column:hover .pxhome_section6_text:before{
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
  }
  
  .pxhome_section6_text p{
    transition: all 700ms ease 500ms;
  }
  
  .pxhome_section6_column:hover .pxhome_section6_text p{
    color: var(--white) !important;
  }
  
  .pxhome_section6_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transition: all 700ms ease 500ms;
  }
  
  .pxhome_section6_column:hover .pxhome_section6_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    color: var(--px-color-1) !important;
  }
  
  .pxhome_section8_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 100px !important;
    width: 100px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    transition: all 700ms ease 800ms;
  }
  
  .pxhome_section8_column:hover .pxhome_section8_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    transform: rotate(360deg);
  }
  
  .pxhome_section8_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: 4;
  }
  
  .pxhome_section8_column:hover .pxhome_section8_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
  }
  
  .pxhome_section9_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
    width: 100%;
  }
  
  .pxhome_section10_blog .et_pb_post{
    padding: 0;
    position: relative !important;
    opacity: 1 !important;
  }
  
  .pxhome_section10_blog .et_pb_post .et_pb_image_container{
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .pxhome_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin-bottom: 0px;
    position: relative;
  }
  
  .pxhome_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
    content: "\54" !important;
    font-family: ETmodules;
    font-size: 35px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pxhome_section10_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url:before{
    transition: all 700ms ease 500ms;
    transform: translate3d(0px, 0px, 0px);
  }
  
  .pxhome_section10_blog .et_pb_post .et_pb_image_container:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 1;
  }
  
  .pxhome_section10_blog .et_pb_post:hover .et_pb_image_container:before{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
  }
  
  .pxhome_section10_blog .et_pb_post .et_pb_image_container:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
  }
  
  .pxhome_section10_blog .et_pb_post:hover .et_pb_image_container:after{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
  }
  
  .pxhome_section10_blog .et_pb_post .et_pb_image_container img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
  }
  
  .pxhome_section10_blog .et_pb_post:hover .et_pb_image_container img{
    transform: scale(1.2) rotate(2deg);
  }
  
  .pxhome_section10_blog .et_pb_post .post-meta{
    position: relative;
    display: inline-block !important;
    border-bottom: 3px solid var(--border);
    transition: all 700ms ease 500ms;
    padding-bottom: 5px;
    padding-top: 20px;
  }
  
  .pxhome_section10_blog .et_pb_post .post-meta1{
    padding-bottom: 10px;
  }
  
  .pxhome_section10_blog .et_pb_post .post-meta1 .category{
    color: var(--px-color-1);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
  }
  
  .pxhome_section10_blog .et_pb_post .post-meta1 .category:hover{
    color: var(--body_color) !important;
  }
  
  .pxhome_section10_blog .et_pb_post .post-meta1 .author{
    color: var(--px-color-1);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
  }
  
  .pxhome_section10_blog .et_pb_post .post-meta1 .author:hover{
    color: var(--body_color) !important;
  }
  
  .pxhome_section10_blog .et_pb_post .post-content .post-content-inner{
    padding-bottom: 10px;
  }
  
  .pxhome_section10_blog .et_pb_post .entry-title a:hover{
    color: var(--px-color-1) !important;
  }

.pxhome_section10_blog .pagination .alignright{float: left; margin-left:10px;}
  
  .pxhome_section10_blog .pagination a{
    background-color: var(--px-color-1);
    padding-top: 8px !important;
padding-right: 15px !important;
padding-bottom: 8px !important;
padding-left: 15px !important;
margin-top: 15px !important;
    display: inline-block;
  }
  
  .pxhome_section10_blog .pagination a:hover{
    background-color: var(--black);
  }
  
  .pxhome_section11_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    width: 100%;
    transition: all 900ms ease 200ms;
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  }
  
  .pxhome_section11_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    filter: brightness(0%);
    transform: perspective(1200px) rotateY(360deg) translateZ(0px);
  }
  
  .pxhome_section11_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    bottom: -15px;
    visibility: visible;
    opacity: 1;
  }
  
  .pxhome_section11_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--px-color-1);
    font-size: 30px;
    content: "\42";
    font-family: ETmodules;
  }
  
  @media only screen and (max-width: 981px){
    .pxhome_section10_blog .pagination .alignleft {
    float: none;
    text-align: center;
}
    
    .pxhome_section10_blog .pagination .alignright {
    float: none;
    text-align: center;
}
  }

/*-------- About Us --------*/
.pxaboutus_section2_number .percent:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 70px;
    background: #ffffff;
    content: "";
    z-index: -1;
  }
  
  .pxaboutus_section3_person .et_pb_team_member_image:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.85);
    transition: all 900ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
  }
  
  .pxaboutus_section3_person:hover .et_pb_team_member_image:before{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
  }
  
  .pxaboutus_section3_person .et_pb_team_member_image img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
  }
  
  .pxaboutus_section3_person:hover .et_pb_team_member_image img{
    transform: scale(1.05) rotate(0deg);
  }
  
  .pxaboutus_section3_person:hover .et_pb_team_member_image .et_pb_member_social_links{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
  }
  
  .pxaboutus_section3_person .et_pb_team_member_image .et_pb_member_social_links li{
    position: relative;
    display: inline-block;
    width: 20%;
    line-height: 60px;
    border-right: 1px solid var(--border);
    margin: 0;
  }
  
  .pxaboutus_section3_person .et_pb_team_member_image .et_pb_member_social_links li a{
    position: relative;
    display: block;
    background: var(--white);
    font-size: 14px;
    line-height: 60px;
    transition: all 500ms ease;
  }
  
  .pxaboutus_section3_person .et_pb_team_member_image .et_pb_member_social_links li a:hover{
    background: var(--px-color-1) !important;
  }
  
  .pxaboutus_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    width: 100%;
    transition: all 900ms ease 200ms;
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  }
  
  .pxaboutus_section4_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    filter: brightness(0%);
    transform: perspective(1200px) rotateY(360deg) translateZ(0px);
  }
  
  .pxaboutus_section4_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    bottom: -15px;
    visibility: visible;
    opacity: 1;
  }
  
  .pxaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--px-color-1);
    font-size: 30px;
    content: "\42";
    font-family: ETmodules;
  }

/*-------- Service --------*/
.pxservice_section2_column:hover .pxservice_section2_blurb1{
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .pxservice_section2_column:hover .pxservice_section2_blurb{
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .pxservice_section3_image .et_pb_image_wrap img{
    outline: 10px solid var(--white);
    outline-offset: -35px;
    z-index: 1;
    width: 100%;
    height: 600px !important;
    object-fit: cover;
    object-position: center;
  }
  
  .pxservice_section3_barcounter .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
  }
  
  .pxservice_section4_testimonial .et_pb_testimonial_portrait:before {
    content: "";
    height: auto;
    left: -10px;
    position: absolute;
    top: -10px;
    width: auto;
    box-shadow: none;
    border: 2px solid var(--px-color-1);
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
  
  .pxservice_section4_testimonial .et_pb_testimonial_description .et_pb_testimonial_content:after{
    content: "\e033\e033\e033\e033\e033" !important;
    font-family: ETmodules;
font-size: 20px;
display: block;
margin: 0 -2px 20px;
opacity: 1;
color: var(--px-color-1);
visibility: visible;
  }
  
  .pxservice_section4_testimonial .et_pb_testimonial_description .et_pb_testimonial_content p{
    padding-bottom: 20px;
  }
  
  .pxservice_section5_person:hover .et_pb_team_member_image .et_pb_member_social_links{
    right: 10px;
  }
  
  .pxservice_section5_person .et_pb_team_member_image img{
    height: 380px !important;
    object-fit: cover;
    object-position: center;
  }
  
  .pxservice_section5_person .et_pb_team_member_image .et_pb_member_social_links li{
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  
  .pxservice_section5_person .et_pb_team_member_image .et_pb_member_social_links li a{
    background: var(--black);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    display: block;
  }
  
  .pxservice_section5_person .et_pb_team_member_image .et_pb_member_social_links li a:hover{
    background: var(--px-color-1);
  }
  
  .pxservice_section5_person .et_pb_team_member_image:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  
  .pxservice_section5_person:hover .et_pb_team_member_image:before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }
  
  @-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
  
  @media only screen and (max-width: 767px){
    .pxservice_section3_image .et_pb_image_wrap img {
    outline: 10px solid var(--white);
    outline-offset: -35px;
    z-index: 1;
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    object-position: center;
}
  }

/*-------- Service Detail --------*/
.pxservicedetail_section2_column2_text .et_pb_text_inner h6{
    font-style: normal;
    margin-top: 20px;
    padding: 0;
  }
  
  .pxservicedetail_section2_column2_tab .et_pb_tabs_controls li a{
    padding: 10px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid transparent;
    color: var(--black);
  }
  
  .pxservicedetail_section2_column2_tab .et_pb_tabs_controls li a:hover{
    background: var(--white) !important;
    color: var(--px-color-1) !important;
    border-color: var(--border) !important;
  }
  
  .pxservicedetail_section2_column2_tab .et_pb_tabs_controls li.et_pb_tab_active a{
    border: 1px solid var(--border);
  }
  
  .pxservicedetail_section2_column2_tab .et_pb_tabs_controls li.et_pb_tab_active:after, .pxservicedetail_section2_column2_tab .et_pb_tabs_controls li:hover:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: var(--white);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  
  .pxservicedetail_section2_column2_tab .et_pb_tabs_controls:after{
    border: none;
  }
  
  @media only screen and (max-width: 767px){
    .pxservicedetail_section2_column2_tab .et_pb_tabs_controls li a{
      display: block;
    }
  }

/*-------- Projects --------*/
.pxproject_section2_portfolio .project{
    position: relative; margin-bottom: 30px !important;
  }
  
  .pxproject_section2_portfolio .project:hover .et_portfolio_image .et_overlay{
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
  }
  
  .pxproject_section2_portfolio .project .et_portfolio_image img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
  }
  
  .pxproject_section2_portfolio .project:hover .et_portfolio_image img{
    transform: scale(1.1);
  }
  
  .pxproject_section2_portfolio .project .pxproject_section2_portfolio_content{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    opacity: 0;
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
    z-index: 10;
  }
  
  .pxproject_section2_portfolio .project:hover .pxproject_section2_portfolio_content{
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
  }
  
  .pxproject_section2_portfolio ul {
    display: block !important;
    text-align: center;
}
  
  .pxproject_section2_portfolio ul li {
    float: none !important;
    display: inline-block;
    margin: 0 13px;
    border-radius: 0;
    line-height: normal !important;
}
  
  .pxproject_section2_portfolio ul li a {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0px !important;
    border: none !important;
    background: transparent !important;
}

.pxproject_section2_portfolio .et_pb_portofolio_pagination{border:0px !important;}

.pxproject_section2_portfolio .et_pb_portofolio_pagination ul{text-align: center;}

.pxproject_section2_portfolio .et_pb_portofolio_pagination ul li{margin:0; padding:0; transition:0.5s;}

.pxproject_section2_portfolio .et_pb_portofolio_pagination ul li a{margin: 0px 5px !important; padding: 5px 10px !important; color: var(--black); font-weight: 600; border-radius: 2px !important; transition:0.5s;}

.pxproject_section2_portfolio .et_pb_portofolio_pagination ul li a:hover,
.pxproject_section2_portfolio .et_pb_portofolio_pagination ul li a.active{background: var(--px-color-1) !important; color: #fff; transition:0.5s;}
  
@media only screen and (max-width: 767px){
    .pxproject_section2_portfolio ul li{
      width: 100% !important;
   		margin: 0;
    }
  }

/*-------- Testimonial --------*/
.pxtextimonial_section2_column .pxtextimonial_section2_image .et_pb_image_wrap img{
    transition: all 0.5s ease 0s;
  }
  
  .pxtextimonial_section2_column:hover .pxtextimonial_section2_image .et_pb_image_wrap img{
    opacity: .8;
  }
  
  .pxtextimonial_section2_column:hover .pxtextimonial_section2_testimonial:before{
    margin-left: 30%;
  }
  
  .pxtextimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_content p{
    padding-bottom: 0;
  }

/*-------- FAQ --------*/
.pxfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title{
    background: var(--black) !important;
  }
  
  .pxfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    content: "\4b" !important;
    display: block;
    background: var(--px-color-1);
    color: var(--white) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pxfaq_section2_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title{
    background: var(--background) !important;
  }
  
  @media only screen and (max-width: 981px){
  .pxfaq_section2_contact .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  }

/*-------- Contact Us --------*/
@media only screen and (max-width: 981px){
    .pxcontactus_section2_contact .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  }

/*-------- Blog --------*/
.pxblog_section2_blog .et_pb_post{
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  
  .pxblog_section2_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .pxblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin-bottom: 34px;
  }
  
  .pxblog_section2_blog .et_pb_post .et_pb_image_container .category{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.1;
    display: inline-block;
    color: var(--white);
    background: var(--black);
    padding: 8px 10px;
    margin-right: 7px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	transition: 0.5s;
  }
  
  .pxblog_section2_blog .et_pb_post .et_pb_image_container .category:hover{
background: var(--px-color-1);
color: var(--white);
transition: 0.5s;
  }
  
  .pxblog_section2_blog .et_pb_post .post-meta{
    margin-bottom: 8px;
  }
  
  .pxblog_section2_blog .et_pb_post .post-meta .date{
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  
  .pxblog_section2_blog .et_pb_post .post-meta .author{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-left: 25px; 
  }
  
  .pxblog_section2_blog .et_pb_post .post-meta .author:before{
    position: absolute;
    content: "••";
    font-size: 18px;
    line-height: 1;
    left: -2px;
    top: 2px;
    color: var(--black) !important;
  }
  
  .pxblog_section2_blog .et_pb_post .entry-title a{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    background-image: linear-gradient(
0deg, #4b4b4b, #f5f5f5);
    display: inline;
    background-size: 0 2px;
    background-position: 0 90%;
    background-repeat: no-repeat;
  }
  
  .pxblog_section2_blog .et_pb_post .entry-title a:hover{
    background-size: 100% 2px;
  }
  
  .pxblog_section2_blog .pagination a {
    background-color: var(--px-color-1);
    padding-top: 8px;
padding-right: 20px !important;
padding-bottom: 8px;
padding-left: 20px !important;
    display: inline-block;
}
  
  .pxblog_section2_blog .pagination a:hover{
    background-color: var(--black) !important; 
  }
  
  @media only screen and (max-width: 981px){
    .pxblog_section2_blog .pagination .alignleft {
    float: none;
    text-align: center;
	margin-bottom: 15px;
}
    
    .pxblog_section2_blog .pagination .alignright {
    float: none;
    text-align: center;
}
  }

/*-------- Team --------*/
.pxteam_section2_person:hover .et_pb_team_member_image .et_pb_member_social_links{
    right: 10px;
  }
  
  .pxteam_section2_person .et_pb_team_member_image img{
    height:100%;
    object-fit: cover;
    object-position: center;
  }
  
  .pxteam_section2_person .et_pb_team_member_image .et_pb_member_social_links li{
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  
  .pxteam_section2_person .et_pb_team_member_image .et_pb_member_social_links li a{
    background: var(--black);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    display: block;
  }
  
  .pxteam_section2_person .et_pb_team_member_image .et_pb_member_social_links li a:hover{
    background: var(--px-color-1);
  }
  
  .pxteam_section2_person .et_pb_team_member_image:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  
  .pxteam_section2_person:hover .et_pb_team_member_image:before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }
  
  @-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }

/*-------- Team Detail --------*/
.pxteamdetsil_section2_image .et_pb_image_wrap img{
    width: 100% !important;
    height: 480px !important;
    object-fit: cover;
    object-position: center;
  }
  
  .pxteamdetsil_section2_image .et_pb_image_wrap{
    width: 100% !important;
  }
  
  .pxteamdetsil_section2_text .et_pb_text_inner ul.member-info{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }
  
  .pxteamdetsil_section2_text .et_pb_text_inner ul.member-info li{
    color: var(--body_color);
    padding-bottom: 10px;
  }
  
  .pxteamdetsil_section2_text .et_pb_text_inner ul.member-info li span{
    color: var(--white);
  }
  
  .detailteamdetail_section3_barcounter .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
  }
  
  .detailteamdetail_section3_barcounter .et_pb_counter_container .et_pb_counter_amount:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: var(--black);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) skewX(-30deg);
    -ms-transform: translateY(-50%) skewX(-30deg);
    transform: translateY(-50%) skewX(-30deg);
  }
  
  @media only screen and (max-width: 981px){
    .detailteamdetail_section4_contact .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  }
  
  @media only screen and (max-width: 767px){
    .pxteamdetsil_section2_image .et_pb_image_wrap img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    object-position: center;
}
  }

/*-------- Pricing --------*/
.pxpricing_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description b{
    color: var(--px-color-1);
  }

  .pxpricing_section2_column .static-content{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 3;
    opacity: 1;
    transform: translateX(0%) translateY(0%) scale(1.0);
    transition: all 700ms ease 100ms;
    padding: 46px 20px 0 20px;
  }
  
  .pxpricing_section2_column:hover .static-content{
    opacity: 0;
    transform: translateX(0%) translateY(70%) scale(0.5);
    transition: all 900ms ease 100ms;
  }
  
  .pxpricing_section2_text .et_pb_text_inner ul.list{
    position: relative;
    display: block;
    padding-bottom: 33px !important;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .pxpricing_section2_text .et_pb_text_inner ul.list li{
    position: relative;
    display: block;
    padding-left: 30px;
  }
  
  .pxpricing_section2_text .et_pb_text_inner ul.list li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\e052";
    color: var(--body_color);
    font-size: 16px;
    font-family: ETmodules;
  }
  
  .pxpricing_section2_column .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    z-index: 10;
    padding: 40px 40px 0px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(90deg) translateX(-1200px);
    transition: all 700ms ease 100ms;
  }
  
  .pxpricing_section2_column:hover .overlay-content{
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) translateX(0px);
    transition: all 900ms ease 100ms;
  }
  
  .pxpricing_section2_text1 .et_pb_text_inner{
    display: inline-block;
  }
  
  @media only screen and (max-width: 767px){
    .pxpricing_section2_column .overlay-content{
      padding: 40px 20px 0px;
    }
  }

/*-------- Our Process --------*/
.pxprocess_section2_image .et_pb_image_wrap img {
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}
  
  .pxprocess_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    padding: 40px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  
  .detailprocess_section4_barcounter .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
  }
  
  .detailprocess_section4_barcounter .et_pb_counter_container .et_pb_counter_amount:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: var(--black);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) skewX(-30deg);
    -ms-transform: translateY(-50%) skewX(-30deg);
    transform: translateY(-50%) skewX(-30deg);
  }
  
  .pxprocess_section5_image .et_pb_image_wrap img{
    opacity: .7;
    filter: brightness(100%) contrast(0%) saturate(100%) blur(0) hue-rotate(0deg);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  
  .pxprocess_section5_image .et_pb_image_wrap img:hover{
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
  }

  .pxprocess_section6_blog .et_pb_post{
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  
  .pxprocess_section6_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .pxprocess_section6_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin-bottom: 34px;
  }
  
  .pxprocess_section6_blog .et_pb_post .et_pb_image_container .category{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.1;
    display: inline-block;
    color: var(--white);
    background: var(--black);
    padding: 8px 10px;
    margin-right: 7px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .pxprocess_section6_blog .et_pb_post .et_pb_image_container .category:hover{
    background: var(--white);
    color: var(--black);
  }
  
  .pxprocess_section6_blog .et_pb_post .post-meta{
    margin-bottom: 8px;
  }
  
  .pxprocess_section6_blog .et_pb_post .post-meta .date{
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  
  .pxprocess_section6_blog .et_pb_post .post-meta .author{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-left: 25px; 
  }
  
  .pxprocess_section6_blog .et_pb_post .post-meta .author:before{
    position: absolute;
    content: "••";
    font-size: 18px;
    line-height: 1;
    left: -2px;
    top: 2px;
    color: var(--black) !important;
  }
  
  .pxprocess_section6_blog .et_pb_post .entry-title a{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
    display: inline;
    background-size: 0 2px;
    background-position: 0 90%;
    background-repeat: no-repeat;
  }
  
  .pxprocess_section6_blog .et_pb_post .entry-title a:hover{
    background-size: 100% 2px;
  }
  
  .pxprocess_section6_blog .pagination a {
    background-color: var(--px-color-1);
    padding-top: 15px!important;
    padding-right: 50px!important;
    padding-bottom: 15px!important;
    padding-left: 50px!important;
    display: inline-block;
}
  
.pxprocess_section6_blog .pagination a:hover{
   	background-color: var(--black) !important; 
}
  
@media only screen and (max-width: 981px){
    .pxprocess_section6_blog .pagination .alignleft {
		float: none;
		text-align: center;
	}
    
    .pxprocess_section6_blog .pagination .alignright {
		float: none;
		text-align: center;
	}
}

/*-------- Menu --------*/
.pxmenu_section2_row.et_pb_sticky
  {
    z-index: 999999 !important;
    margin-top: 0px !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  } 

.pxmenu_section2_blurb .et_pb_blurb_content .et_pb_module_header{color: var(--black); transition: all 300ms ease 100ms;}

.pxmenu_section2_blurb:hover .et_pb_blurb_content .et_pb_module_header{color: var(--px-color-1); transition: all 300ms ease 100ms;}
  
.pxmenu_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    color: var(--px-color-1);
    transition: all 300ms ease 100ms;
}

.pxmenu_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	transform: rotate(360deg); 
	transition: all 300ms ease 100ms;
}

  .pxmenu_menu  .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li:not(.menu-item-has-children):hover a{
    padding-left: 10px;
  }
  
  .pxmenu_menu  .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li a:after{
    top: 0;
  }
  
  .pxmenu_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li a{
    text-align: left !important;
  }
  
  .pxmenu_section2_social .et_pb_social_icon .icon{
    position: relative;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 700ms ease 100ms;
  }
  
  .pxmenu_section2_social .et_pb_social_icon .icon:hover{
    transform: rotate(360deg);
  }
  
  @keyframes slide-right {
    0% {
              transform: translateX(0);
    }
    100% {
              transform: translateX(5px);
    }
  }

@media only screen and (max-width: 1200px){
	.pxmenu_menu.et_pb_menu .et-menu>li{
	    padding-left: 5px !important;
    	padding-right: 5px !important;
	}
	.pxmenu_menu .et-menu.nav {
    	flex-wrap: nowrap !important;
	}
}
   @media only screen and (max-width: 981px){
     .pxmenu_menu  .et_pb_menu_inner_container .et_pb_menu__wrap{
           -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
     }
     
     .pxmenu_menu .mobile_menu_bar{bottom:0;}
  
  }
  
  @media only screen and (max-width: 767px){
  .pxmenu_menu  .et_pb_menu_inner_container .et_pb_menu__wrap{
           -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
     }
  }

/*-------- Footer --------*/
.pxfooter_section1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    margin: 13px 0 0;
  }
  
  .pxfooter_section1_menu  .et-menu-nav{
    display: block !important;
  }
  
  .pxfooter_section1_menu  .et-menu-nav .et-menu{
    display: block !important;
  }
  
  .pxfooter_section1_menu  .et-menu-nav .et-menu li{
    position: relative;
    display: block;
    border-bottom: 1px solid #333438;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .pxfooter_section1_menu  .et-menu-nav .et-menu li a{
    transition: 0.5s all ease;
    padding: 0 !important;
  }
  
  .pxfooter_section1_menu  .et-menu-nav .et-menu li a:before{
    content: "\4c";
    font-family: ETmodules;
    margin-right: 10px;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    transition: all 500ms ease;
  }
  
  .pxfooter_section1_menu  .et-menu-nav .et-menu li a:hover:before{
    content: "\4b";
    font-family: ETmodules;
    margin-right: 10px;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    transition: all 500ms ease;
  }
  
  .pxfooter_section1_menu  .et_pb_menu__menu {
    display: block !important;
    width: 100%;
}
  
  .pxfooter_section1_menu  .et_mobile_nav_menu {
    display: none !important;
}
  
  .pxfooter_section1_blog .et_pb_post{
    background-color: transparent !important;
    padding: 0;
    position: relative;
    opacity: 1 !important;
    margin: 0 !important;
  }
  
  .pxfooter_section1_blog .et_pb_post .entry-featured-image-url {
    float: left;
    margin-right: 20px;
    max-width: 80px;
    position: relative;
    overflow: hidden;
}
  
  .pxfooter_section1_blog .et_pb_post:hover .entry-featured-image-url img{
    transform: scale(1.2, 1.2);
  }
  
  .pxfooter_section1_blog .et_pb_post .entry-featured-image-url img{
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.0, 1.0);
    height: 75px;
    object-fit: cover;
    object-position: center;
  }
  
  .pxfooter_section1_blog .et_pb_post .entry-featured-image-url:after{
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--px-color-1);
    transition: all 700ms ease 100ms;
    opacity: 0;
    z-index: 2;
  }
  
  .pxfooter_section1_blog .et_pb_post:hover .entry-featured-image-url:after{
    opacity: 1;
  }
  
  .pxfooter_section1_blog .et_pb_post .entry-featured-image-url:before{
    content: "\24" !important;
    font-family: ETmodules;
    position: absolute;
    color: var(--white);
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    opacity: 0;
    transform: perspective(1200px) rotateY( 
-90deg) scale(5);
    transition: all 0.5s ease-in-out 0.3s;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .pxfooter_section1_blog .et_pb_post:hover .entry-featured-image-url:before{
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) scale(1.0);
    transition-delay: 0.1s;
  }
  
  @media only screen and (max-width: 981px){ 
  .pxfooter_section1_menu  .et-menu-nav, .pxfooter_section1_menu .et-menu-nav li{
      display: block !important;
    }
    
    .pxfooter_section1_blurb .et_pb_blurb_content .et_pb_blurb_container{
      text-align: center !important;
    }
  }

/*-------- Project Tag --------*/
.pxproject_section2_blog .et_pb_post{
    position: relative;
    padding: 0;
  }
  
  .pxproject_section2_blog .et_pb_post .et_pb_image_container{
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  
  .pxproject_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0; 
  }
  
  .pxproject_section2_blog .et_pb_post .et_pb_image_container:after{
    content: "\e075" !important;
    font-family: ETmodules;
    background: rgba(0,0,0,0.6) none repeat scroll 0 0;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 500ms ease 0s;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    left: auto;
    margin: 0;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    z-index: 1;
  }
  
  .pxproject_section2_blog .et_pb_post:hover .et_pb_image_container:after{
    opacity: 1;
  }
  
  .pxproject_section2_blog .et_pb_post .et_pb_image_container:before{
    content: "" !important;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
    border-color: rgba(0,0,0,0.6);
  }
  
  .pxproject_section2_blog .et_pb_post:hover .et_pb_image_container:before{
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
  }
  
  .pxproject_section2_blog .et_pb_post .et_pb_image_container img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
  }
  
  .pxproject_section2_blog .et_pb_post:hover .et_pb_image_container img{
    transform: scale(1.1);
  }
  
  .pxproject_section2_blog .et_pb_post .pxproject_section2_blog_content{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    opacity: 0;
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
    z-index: 3;
  }
  
  .pxproject_section2_blog .et_pb_post:hover .pxproject_section2_blog_content{
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
  }

/*-------- Project Detail Individual Project Page --------*/
.pxprojectdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding: 0;
  }
  
  .pxprojectdetail_section3_text h5 span{
    color: var(--px-color-1);
    font-size: 16px;
    font-weight: 400;
  }
  
  .pxprojectdetail_section3_text h5{
    padding: 0;
  }

/*-------- Blog Detail Page --------*/
.detailprojectdetail_section2_tag .et_pb_text_inner a{
    padding: 8px 12px;
    margin: 0 3px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid var(--border);
    margin-bottom: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  
  .detailprojectdetail_section2_tag .et_pb_text_inner a:hover{
    background: var(--black);
  }
  
  .detailprojectdetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
   height: 130px !important;
    width: 130px !important;
    object-fit: cover;
    object-position: center;
  }

.detailprojectdetail_section2_commet .comment-edit-link{
	color: var(--px-color-1);
}
  
  .detailprojectdetail_section2_commet .comment-form{
    padding: 0 !important;
  }

  .detailprojectdetail_section2_commet .comment-form .logged-in-as a{color: var(--px-color-1);}
  
  .detailprojectdetail_section2_column2_person .et_pb_team_member_image img{
    height: 150px !important;
    width: 150px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  }
  
  .detailprojectdetail_section2_column2_person .et_pb_team_member_description div{
    margin-bottom: 15px;
  }
  
  .detailprojectdetail_section2_column2_person .et_pb_team_member_description .et_pb_member_social_links li{
    margin: 0;
  }
  
  .detailprojectdetail_section2_column2_person .et_pb_team_member_description .et_pb_member_social_links li a{
    display: inline-block;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 28px;
    cursor: pointer;
    margin-right: 7px;
    background: transparent;
    border: 1px solid var(--border);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  
  .detailprojectdetail_section2_column2_person .et_pb_team_member_description .et_pb_member_social_links li a:hover{
    background: var(--icon_background) !important;
    border-color: var(--icon_background) !important;
  }
  
  .detailprojectdetail_section2_column2_person .et_pb_team_member_description .et_pb_member_social_links li:last-child{
    margin: 0;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-2{
    position: relative;
    margin-bottom: 30px;
  }
  
  .detailprojectdetail_section2_column2_sidebar .et_pb_widget{
    margin-bottom: 30px !important;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-2 .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: var(--px-color-1) !important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: var(--white);
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-3{
    position: relative;
    margin-bottom: 30px;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-3 h2{
    padding: 15px 0;
    padding-top: 0; 
    color: var(--black);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px !important;
  }
  
 	.detailprojectdetail_section2_column2_sidebar #block-3 ul li {
    display: block;
    padding: 15px 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid var(--border);
    margin: 0 !important;
    position: relative;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-3 ul li:last-child{
    border: 0;
    padding-bottom: 0;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-3 ul li a {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: var(--black) !important;
    font-weight: 300;
}
  
  .detailprojectdetail_section2_column2_sidebar #block-3 ul li a:hover{
    color: var(--px-color-1) !important;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-7{
    position: relative;
    margin-bottom: 30px;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-7 h2{
    padding: 15px 0;
    padding-top: 0; 
    color: var(--black);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px !important;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-7 ul li {
    padding: 15px 0px;
    border-bottom: 1px solid var(--border);
    margin: 0 !important;
}
  
  .detailprojectdetail_section2_column2_sidebar #block-7 ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-7 ul li a {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: var(--black) !important;
    font-weight: 300;
}
  
  .detailprojectdetail_section2_column2_sidebar #block-7 ul li a:hover{
     color: var(--px-color-1) !important;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-8{
    position: relative;
    margin-bottom: 30px;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-8 h2{
    padding: 15px 0;
    padding-top: 0; 
    color: var(--black);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px !important;
  }
  
  .detailprojectdetail_section2_column2_sidebar #block-8 .wp-block-tag-cloud a {
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px !important;
    color: var(--black) !important;
    display: inline-block;
    padding: 9px 20px 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 300;
    background: var(--white);
    border-radius: 0;
    margin-bottom: 5px;
    border: 1px solid var(--border);
}
  
  .detailprojectdetail_section2_column2_sidebar #block-8 .wp-block-tag-cloud a:hover{
    color: var(--white) !important;
    background: var(--black) !important;
  }
  
  @media only screen and (max-width: 981px){   
    .detailprojectdetail_section2_commet  .comment-respond .comment-form .logged-in-as{
      text-align: center;
    }
    
    .detailprojectdetail_section2_navigation .nav-previous, .nav-next{
      float: none;
    text-align: center;
    display: block;
    }
    
    .detailprojectdetail_section2_column2_sidebar{
      text-align: center;
    }
  }

/*-------- Blog Detail Individual Post Page --------*/
.pxprojectdetail_section2_column1_text span{
    font-size: 24px;
    line-height: 40px;
    border: 1px solid var(--black);
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: left;
    font-weight: bold;
    color: var(--black);
    width: 42px;
    height: 42px;
    margin: 8px 18px 0 0 !important;
  }
  
  .pxprojectdetail_section2_column1_row4_text h6{
    padding: 0;
  }
  
  @media only screen and (max-width: 981px){
    .pxprojectdetail_section2_column1_text span{
    margin: 8px 10px 0 0 !important;
  }
  }
    


/* -----------------------------------
    00. Popup CSS
 ----------------------------------- */
/* Show/hide the popup overlay wrapper when "is-visible" class changes, apply the CSS to frontend only */

body:not(.et-fb) .px-popup-wrapper .px-popup-content{
  position:fixed;
  z-index:990;
  top:0;
  right:0;
  bottom:0;
  left:0;
  transition: all .5s cubic-bezier(.14,.06,.41,1.39);
  opacity:0;
  visibility:hidden;
 
}

body:not(.et-fb) .px-popup-wrapper.popup-is-visible .px-popup-content{
  opacity:1;
  visibility:visible;
	
}


/* Allow the content inside the popup wrapper to scroll */
.px-popup-inside {
  height:100%;
  overflow-y: scroll;
}


/* Prevent Body from Scrolling when Popup is visible */
body.px-noscroll {
 overflow-y: scroll;
}

/* Center Align Popup Content inside the Section */
.px-popup-content {
  display:flex;
  flex-direction:column;
  justify-content: center;
}
.px-popup-content .et_pb_row {
  margin-top:0;
  margin-bottom:0;
}


/* Adjust the position of the popup overlay for admin bar */
@media (min-width:600px) and (max-width:782px) {
  body:not(.et-fb).admin-bar .px-popup-wrapper {
    top:46px;
  }
}
@media (min-width:783px) {
  body:not(.et-fb).admin-bar .px-popup-wrapper {
    top:32px;
  }
}

/* Mave the popup on top of other elements */
.et_builder_inner_content.popup-is-visible {
  z-index:99999;
}

/* Add a hand cursor to the close trigger element */
.px-popup-close {
  cursor:pointer;
}


/*Popup Overlay Css Move Up Start Here*/
.px-popup-wrapper .px-popup-content.px_move_up { transform: translateY(100%);transition: all .4s ease-in-out,width .2s ease-in-out,top .4s ease-in-out !important;	}
body:not(.et-fb) .px-popup-wrapper.popup-is-visible .px-popup-content.px_move_up {transform: translateY(-30px);	}


/*Popup Overlay Css Move Down Start Here*/
.px-popup-wrapper .px-popup-content.px_move_downup { transform: translateY(-100%);transition: all .4s ease-in-out,width .2s ease-in-out,top .4s ease-in-out !important;	}
body:not(.et-fb) .px-popup-wrapper.popup-is-visible .px-popup-content.px_move_downup {transform: translateY(0%);	}

/*Popup Overlay Css Move right Start Here*/
.px-popup-wrapper .px-popup-content.px_slide_right { transform: translateX(-100%);transition: all .8s ease-in-out,width .4s ease-in-out,top .8s ease-in-out !important;	}
body:not(.et-fb) .px-popup-wrapper.popup-is-visible .px-popup-content.px_slide_right {transform: translateX(0%);	}

/*Popup Overlay Css Move Left Here*/
.px-popup-wrapper .px-popup-content.px_slide_left {
	transform: translateX(100%);transition: all .8s ease-in-out,width .4s ease-in-out,top .8s ease-in-out !important;	}
body:not(.et-fb) .px-popup-wrapper.popup-is-visible .px-popup-content.px_slide_left {transform: translateX(0%);	}


/* Add Row animation when popup is triggered */
/*.px-popup-wrapper.popup-is-visible .et_pb_row:not(.px-popup-close)*/
.px-popup-wrapper.popup-is-visible .px_scale_in 
 {animation:scale-in .5s cubic-bezier(.14,.06,.41,1.39) both; animation-delay: .5s; }
@keyframes scale-in{0%{transform:scale(0.3);opacity:0}100%{transform:scale(1);opacity:1}}

/*Popup Overlay Css Move Up Start Here*/
body:not(.et-fb) .px-popup-wrapper .px-popup-content.px_move_up  {top: unset;min-height: auto;right: 20px;}
.px-popup-wrapper .px_move_up { transform: translateY(100%);transition: all .8s ease-in-out,width .4s ease-in-out,top .8s ease-in-out !important;	}
.px-popup-wrapper.popup-is-visible  .px_move_up {transform: translateY(-30px);	}


/*Popup Overlay Css Move Down Start Here*/
.px-popup-wrapper .px_move_downup { transform: translateY(-100%);transition: all .8s ease-in-out,width .4s ease-in-out,top .8s ease-in-out !important;	}
.px-popup-wrapper.popup-is-visible .px_move_downup {transform: translateY(0%);	}


/*Popup Overlay Css Slide Right Start Here*/
.px-popup-wrapper .px_slide_right { transform: translateX(100%);transition: all .8s ease-in-out,width .4s ease-in-out,top .8s ease-in-out !important;	}
.px-popup-wrapper.popup-is-visible  .px_slide_right {transform: translateX(0%);	}

/*Popup Overlay Css Slide left Here*/
.px-popup-wrapper .px_slide_left { transform: translateX(-100%);transition: all .8s ease-in-out,width .4s ease-in-out,top .8s ease-in-out !important;	}
.px-popup-wrapper.popup-is-visible  .px_slide_left {transform: translateX(0%);	}

.px_icon_bar {padding: 0px !important; background: var(--px-color-1) !important;border-radius: 5px;border: 2px solid #e4e7ee;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-box-shadow: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px;}
.px_icon_bar:after {padding:7px 15px 7px 9px;display: block;position: relative;-webkit-transition: all 0.5s ease;color:#fff !important;font-size:20px !important;}
.px_icon_bar:before {content: "";position: absolute;width: 38px;height: 38px;border-radius: 5px;background: var(--px-color-1);border-radius: 5px;top: 0;left: 0;right: 0;bottom: 0;margin: auto;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;;display:block !important;}
.px_icon_bar:hover {background: var(--black)!important;}
.px_icon_bar:hover:before {width: 100%;height: 100%;}