/*
Theme Name: Landscaper
Theme URI: https://divi-professional.com
Description: Perfect for creating a Divi website for Landscaping,Gardeners, Gardening, Groundskeepers, Lawn Services Business, Landscape Architects, Florists, Agriculture, Flower Shops and companies that offer related services.
Author: Divi Professional
Author URI: https://divi-professional.com
Template: Divi
Version:  1.0
License:  GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 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;}
}


/*---Section Divider CSS---*/
@media only screen and (max-width: 1200px){
	.px_btn_quote{
		display: none !important;
	}
}

.px_divider .et_pb_bottom_insde_divider{z-index: 1 !important;}

.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(--px_color2);
  }
  
  .px_section1_headertext a:first-child{
    color: var(--px_color1);
  }
  
  .px_section1_headertext a:first-child:hover{
    color: var(--px_color2);
  }
  
  .px_section1_headertext .px_section1_text{
    color: var(--px_color2);
  }

.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_color1);
    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_color1);
    border-top-width: 3px;
    margin-left: 55px;
  }

/*-------- Home --------*/
.pxhome_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    max-width: 750px;
    padding: 15px 0;
}
  
  .pxhome_section1_slider .et_pb_slide .et_pb_container {
    height: auto !important;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev{
    background: var(--px_color2);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    top: 100%;
    transform: matrix(1, 0, 0, 1, 20, -80);
    left: 0px;
    opacity: 1;
  } 
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover{
    background: rgba(255,255,255,0.75) !important;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:before{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 25px;
    display: block;
    line-height: 40px;
    text-align: center;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover:before{
    transform: scale(1.5);
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next{
    background: var(--px_color2);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    top: 100%;
    transform: matrix(1, 0, 0, 1, 90, -80);
    left: 0px;
    opacity: 1;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:hover{
    background: rgba(255,255,255,0.75);
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:before{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 25px;
    display: block;
    line-height: 40px;
    text-align: center;
  }
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:hover:before{
    transform: scale(1.5);
  }
  
  .pxhome_section1_slider .et-pb-controllers a:nth-child(1){
    width: 3px;
    height: 30px;
    position: absolute;
    background: var(--px_color2) !important;
    cursor: pointer;
    top: 0px;
    left: 0px;
  }
  
  .pxhome_section1_slider .et-pb-controllers a:nth-child(2){
    width: 3px;
    height: 30px;
    position: absolute;
    background: var(--px_color2) !important;
    cursor: pointer;
    top: 35px;
    left: 0px;
  }
  
  .pxhome_section1_slider .et-pb-controllers a:nth-child(3){
    width: 3px;
    height: 30px;
    position: absolute;
    background: var(--px_color2) !important;
    cursor: pointer;
    top: 70px;
    left: 0px;
  }
  
  .pxhome_section1_slider .et-pb-controllers a.et-pb-active-control{
    background: var(--px_color1) !important;
  }
  
  .pxhome_section2_image .et_pb_image_wrap img {
    height: 718px !important;
    object-fit: cover;
    object-position: center;
}
  
  .pxhome_section2_image .et_pb_image_wrap{
    padding: 40px 0px 40px 40px;
  }
  
  .pxhome_section3_video .et_pb_video_overlay_hover{
    background-color: var(--px_color1);
    opacity: 0.7;
  }
  
  .pxhome_section3_video:hover .et_pb_video_overlay_hover{
    background-color: var(--px_color1) !important;
    opacity: 0.7;
  }
  
  .pxhome_section3_video .et_pb_video_overlay_hover .et_pb_video_play{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 68px !important;
    padding-left: 1px;
    background-color: var(--px_color2);
    color: var(--px_color1);
    z-index: 1;
    font-size: 30px;
    display: block;
    transform: translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgb(255 255 255 / 50%);
    z-index: 2;
  }
  
  .pxhome_section3_video .et_pb_video_overlay_hover .et_pb_video_play:before{
  content: "\45";
  }
  
  .pxhome_section3_video .et_pb_video_overlay_hover .et_pb_video_play:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 65px;
    width: 65px;
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    z-index: 1;
  }
  
  @keyframes ripple-video {
	70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
  
  .pxhome_section4_person .et_pb_team_member_image img{
    width: 100%;
  }
  
  .pxhome_section4_person .et_pb_team_member_description .et_pb_member_social_links li:last-child{
    margin-right: 0;
  }
  
  .pxhome_section4_person .et_pb_team_member_description:after{
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: var(--px_color1);
    height: 3px;
    z-index: 1;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all ease;
  }
  
  .pxhome_section4_person .et_pb_team_member_description:hover:after{
    width: 80%;
  }
  
  .pxhome_section5_cta .et_pb_button_wrapper .et_pb_button:after{
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: var(--px_color1);
    transition: 0.5s all ease;
    margin-left: 0;
  }
  
  .pxhome_section5_cta .et_pb_button_wrapper .et_pb_button:hover:after{
    width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
  }
  
  .pxhome_section5_barcounter .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
  }
  
  .pxhome_section6_image .et_pb_image_wrap img {
    height: 890px !important;
    object-fit: cover;
    object-position: center;
}
  
  .pxhome_section7_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 90px !important;
    width: 90px !important;
    object-fit: cover;
    object-position: center;
  }
  
/*   .pxhome_section8_blog .et_pb_post .post-content .post-content-inner p{
    padding-bottom: 20px !important;
  }

  
  .pxhome_section8_blog .et_pb_post .et_pb_image_container .post-meta .date{
    background-color: var(--px_color1);
    color: var(--px_color2);
    display: inline-table;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .pxhome_section8_blog .et_pb_post .et_pb_image_container .post-meta{
    position: relative;
  }
  
  .pxhome_section8_blog .et_pb_post{
    position: relative;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  }
  
  .pxhome_section8_blog .et_pb_post .category{
	  color: var(--px_color1) !important;
	font-size: 14px;
    font-weight: 600;
	margin-bottom: 20px;
}

.pxhome_section8_blog .et_pb_post .post-content a.more-link{
	position: relative;
	z-index: 1;
}

.pxhome_section8_blog .et_pb_post .post-content a.more-link:after{
	content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: var(--px_color1) !important;
    transition: 0.5s all ease;
}

.pxhome_section8_blog .et_pb_post .post-content a.more-link:hover:after{
	width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
}

.pxhome_section8_blog .pagination a{
	background-color: var(--px_color1);
	padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
	position: relative;
	transition: all 300ms ease 0ms;
	border-right: 6px solid var(--px_color4)!important;
    border-top: 0!important;
    border-bottom: 0!important;
    border-left: 0!important;
}

.pxhome_section8_blog .pagination a:hover{
    background-color: var(--px_color3);
	border-right: 6px solid var(--px_color4)!important;
    border-top: 0!important;
    border-bottom: 0!important;
    border-left: 0!important;
} */
  
  .pxhome_section7_text .et_pb_text_inner {
    position: relative;
    bottom: -20px;
    right: 20px;
}

@media only screen and (max-width: 981px){
	.pxhome_section4_person .et_pb_team_member_image img {
    height: 500px !important;
    object-fit: cover;
	}
	
	.pxhome_section6_image .et_pb_image_wrap img {
    height: 500px !important;
    object-fit: cover;
    object-position: center;
}
  
  .pxhome_section7_text .et_pb_text_inner {
    position: relative;
    bottom: -20px;
    right: auto;
}
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev {
    background: var(--px_color2);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    top: 100%;
    transform: matrix(1, 0, 0, 1, 20, -60);
    left: 39%;
    opacity: 1;
}
  
  .pxhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next {
    background: var(--px_color2);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    top: 100%;
    transform: matrix(1, 0, 0, 1, 90, -60);
    left: 39%;
    opacity: 1;
}
}
  
  @media only screen and (max-width: 767px){
  .pxhome_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    max-width: 750px;
    padding: 5px 0;
}
    
    .pxhome_section2_image .et_pb_image_wrap img {
    height: 400px!important;
    object-fit: cover;
    object-position: center;
}
    
    .pxhome_section8_blog .pagination .alignleft{
      float: unset;
    text-align: center;
    }
    
    .pxhome_section8_blog .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }

/*-------- About Us --------*/
.pxaboutus_section2_image .et_pb_image_wrap img {
    height: 718px !important;
    object-fit: cover;
    object-position: center;
}
  
  .pxaboutus_section2_image .et_pb_image_wrap{
    padding: 40px 0px 40px 40px;
  }
  
  .pxaboutus_section3_text a{
    padding-bottom: 15px !important;
    display: block;
  }
  
  .pxaboutus_section3_video .et_pb_video_overlay_hover .et_pb_video_play{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 68px !important;
    padding-left: 1px;
    background-color: var(--px_color2);
    color: var(--px_color1);
    z-index: 1;
    font-size: 30px;
    display: block;
    transform: translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgb(255 255 255 / 50%);
    z-index: 2;
  }
  
  .pxaboutus_section3_video .et_pb_video_overlay_hover .et_pb_video_play:before{
  content: "\45";
  }
  
  .pxaboutus_section3_video .et_pb_video_overlay_hover .et_pb_video_play:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 65px;
    width: 65px;
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    z-index: 1;
  }
  
  @keyframes ripple-video {
	70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
  
  .pxaboutus_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 90px !important;
    width: 90px !important;
    object-fit: cover;
    object-position: center;
  }
  
  .pxaboutus_section5_text .et_pb_text_inner{
    position: relative;
    bottom: -20px;
    right: 20px;
  }
  
  .pxaboutus_section6_image .et_pb_image_wrap img {
    height: 890px !important;
    object-fit: cover;
    object-position: center;
}
  
  .pxaboutus_section6_barcounter .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
  }
  
/*   .pxaboutus_section7_person .et_pb_team_member_image img {
    width: 100%;
}
  
  .pxaboutus_section7_person:hover .et_pb_team_member_description .et_pb_member_social_links{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
  }
  
  .pxaboutus_section7_person .et_pb_team_member_description .et_pb_member_social_links li:last-child {
    margin-right: 0;
}
  
  .pxaboutus_section7_person .et_pb_team_member_description:after{
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: var(--px_color1);
    height: 3px;
    z-index: 1;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all ease;
  }
  
  .pxaboutus_section7_person:hover .et_pb_team_member_description:after{
    width: 100%;
  } */
  
   .pxaboutus_section8_blog .et_pb_post .post-content .post-content-inner p{
    padding-bottom: 20px !important;
  }
  
  .pxaboutus_section8_blog .et_pb_post .et_pb_image_container .post-meta .date{
    background-color: var(--px_color1);
    color: var(--px_color2);
    display: inline-table;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .pxaboutus_section8_blog .et_pb_post .et_pb_image_container .post-meta{
    position: relative;
  }
  
  .pxaboutus_section8_blog .et_pb_post{
    position: relative;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  }
  
  .pxaboutus_section8_blog .et_pb_post .category{
	margin-bottom: 20px;
}

.pxaboutus_section8_blog .et_pb_post .category .blog-category{
	color: var(--px_color1) !important;
	font-size: 14px;
    font-weight: 600;
}

.pxaboutus_section8_blog .et_pb_post .post-content a.more-link{
	position: relative;
	z-index: 1;
}

.pxaboutus_section8_blog .et_pb_post .post-content a.more-link:after{
	content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: var(--px_color1);
    transition: 0.5s all ease;
	background-color: var(--px_color1);
}

.pxaboutus_section8_blog .et_pb_post .post-content a.more-link:hover:after{
	width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
}

.pxaboutus_section8_blog .pagination a{
	background-color: var(--px_color1);
	padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
	position: relative;
	transition: all 300ms ease 0ms;
	border-right: 6px solid var(--px_color4)!important;
    border-top: 0!important;
    border-bottom: 0!important;
    border-left: 0!important;
}

.pxaboutus_section8_blog .pagination a:hover{
    background-color: var(--px_color3);
	border-right: 6px solid var(--px_color4)!important;
    border-top: 0!important;
    border-bottom: 0!important;
    border-left: 0!important;
}
  
  @media only screen and (max-width: 981px){
/* 	.pxaboutus_section7_person .et_pb_team_member_image img {
    height: 500px !important;
    object-fit: cover;
	} */
    
    .pxaboutus_section6_image .et_pb_image_wrap img {
    height: 500px !important;
    object-fit: cover;
    object-position: center;
}
    
    .pxaboutus_section5_text .et_pb_text_inner {
    position: relative;
    bottom: -20px;
    right: auto;
}
}
  
  @media only screen and (max-width: 767px){  
    .pxaboutus_section2_image .et_pb_image_wrap img {
    height: 400px!important;
    object-fit: cover;
    object-position: center;
}
    
    .pxaboutus_section6_image .et_pb_image_wrap img {
    height: 400px !important;
    object-fit: cover;
    object-position: center;
}
    
/*     .pxaboutus_section7_person .et_pb_team_member_image img {
    height: 400px !important;
    object-fit: cover;
	} */
    
    .pxaboutus_section8_blog .pagination .alignleft{
      float: unset;
    text-align: center;
    }
    
    .pxaboutus_section8_blog .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }

/*-------- Service --------*/
.pxservice_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 70px !important;
    width: 70px !important;
    max-width: 70px !important;
    object-fit: cover;
  }
  
  .pxservice_section5_blurb .et_pb_blurb_content  .et_pb_blurb_container{
    padding-left: 0;
  }

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

/*-------- Service Detail --------*/
.pxservicedetail_section2_column2_row2_blurb .et_pb_blurb_content  .et_pb_blurb_container{
    padding-left: 0;
  }
  
  .pxservicedetail_section2_column2_row5_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    content: "\e039" !important;
    display: block;
  }

/*-------- Projects --------*/
.pxproject_section2_portfolio .project{
	position: relative;
}

.pxproject_section2_portfolio .project a .et_portfolio_image {position:relative; padding-top:100%;}

.pxproject_section2_portfolio .project a .et_portfolio_image img {position:absolute; top:0; height:100%; object-fit: cover;}

.pxproject_section2_portfolio .project:hover .et_portfolio_image .et_overlay{
    opacity: 1;
  }
  
  .pxproject_section2_portfolio .project 
  .pxproject_section2_portfolio_content{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease!important;
    width: 90%;
    height: 90%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  
  .pxproject_section2_portfolio .project:hover .pxproject_section2_portfolio_content{
    opacity: 1;
  }
  
  .pxproject_section2_portfolio ul {
    display: block !important;
    text-align: center;
    border-top: 1px solid #e3dfdf;
}
  
  .pxproject_section2_portfolio ul li {
    float: none !important;
    display: inline-block;
    border-radius: 0;
    line-height: normal !important;
}
  
  .pxproject_section2_portfolio ul li a {
    margin: 0 !important;
    padding: 17px 37px;
    border-radius: 0px !important;
    border: none !important;
    background: transparent !important;
    position: relative;
    overflow: visible !important;
    display: table !important;
}
  
  .pxproject_section2_portfolio ul li a:after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--px_color1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .pxproject_section2_portfolio ul li a.active:after{
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

.pxproject_section2_portfolio .et_pb_portofolio_pagination ul li{padding: 0 !important;}

.pxproject_section2_portfolio .et_pb_portofolio_pagination ul li a{background: var(--px_color1) !important;
color: #fff !important;
padding: 6px 12px;
font-weight: 600;
font-size: 12px;
margin: 0px 5px !important;
opacity:0.3; 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{opacity:1; transition:0.5s;}

.pxproject_section2_portfolio .et_pb_portofolio_pagination ul li a::after{display: none;}
  
  @media only screen and (max-width: 981px){
    .pxproject_section2_portfolio .project:last-child{
      margin-bottom: 0 !important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .pxproject_section2_portfolio ul li{
      width: 100% !important;
    }
    
    .pxproject_section2_portfolio ul li a{
      margin: auto !important;
    }
    
    .pxproject_section2_portfolio .project:last-child{
      margin-bottom: 0 !important;
    }
  }

/*-------- Testimonial --------*/
/* .pxtestimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta .et_pb_testimonial_position{
    font-style: normal;
  }
  
   @media only screen and (max-width: 981px){
    .pxtestimonial_section2_testimonial .et_pb_testimonial_portrait:before{
      display:none;
    }
  }
  
@media only screen and (max-width: 767px){
    .pxtestimonial_section2_testimonial .et_pb_testimonial_portrait:before{
      display:none;
    }
  } */

/*-------- FAQ --------*/
.pxfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    content: "\4b";
    display: block;
    color: var(--px_color1);
  }

/*-------- Contact Us --------*/
.pxcontactus_section2_contact .et_pb_contact .et_pb_contact_form p .input{border:1px solid #eee !important;}
.pxcontactus_section2_contact_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{color: var(--px_color1);}


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

/*-------- Blog --------*/


.pxblog_section2_blog .et_pb_post .post-content .post-content-inner p{
    padding-bottom: 20px !important;
  }
  
  .pxblog_section2_blog .et_pb_post .et_pb_image_container .post-meta .date{
    background-color: var(--px_color1);
    color: var(--px_color2);
    display: inline-table;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .pxblog_section2_blog .et_pb_post .et_pb_image_container .post-meta{
    position: relative;
  }
  
  .pxblog_section2_blog .et_pb_post{
    position: relative;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  }

.pxblog_section2_blog .et_pb_post .et_pb_image_container {padding-top: 100%;}

.pxblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{top:0; position: absolute; height:100%;}

.pxblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	height: 100%;
	object-fit:cover;
	width: 100%;
}
  
  .pxblog_section2_blog .et_pb_post .category{
	margin-bottom: 20px;
}

.pxblog_section2_blog .et_pb_post .category .blog-category{
	color: var(--px_color1) !important;
	font-size: 14px;
    font-weight: 600;
}

.pxblog_section2_blog .et_pb_post .post-content a.more-link{
	position: relative;
	z-index: 1;
}

.pxblog_section2_blog .et_pb_post .post-content a.more-link:after{
	content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: var(--px_color1);
    transition: 0.5s all ease;
	background-color: var(--px_color1);
}

.pxblog_section2_blog .et_pb_post .post-content a.more-link:hover:after{
	width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
}

.pxblog_section2_blog .pagination a{
	font-weight: 600;
	background-color: var(--px_color1);
	padding-top: 8px!important;
    padding-right: 10px!important;
    padding-bottom: 8px!important;
    padding-left: 10px!important;
	position: relative;
	transition: all 300ms ease 0ms;
	color: #fff;
	border-right: 4px solid var(--px_color4)!important;
    border-top: 0!important;
    border-bottom: 0!important;
    border-left: 0!important;
}

.pxblog_section2_blog .pagination a:hover{
    background-color: var(--px_color3);
	color: var(--px_color4);
	border-right: 4px solid var(--px_color4)!important;
    border-top: 0!important;
    border-bottom: 0!important;
    border-left: 0!important;
}
  
.pxblog_section2_blog .pagination .alignleft{
	margin-bottom: 40px;
    }
    
    .pxblog_section2_blog .pagination .alignright{
      float: left;
	  margin-left:20px;
    }

/*-------- Team --------*/
/* .pxteam_section2_person:hover .et_pb_team_member_description{
    bottom: 0 !important;
    background: var(--px_color1) !important;
    transition: all .8s !important;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
  }
  
  .pxteam_section2_person:hover .et_pb_team_member_description .et_pb_module_header{
    color: var(--px_color2) !important;
  }
  
  .pxteam_section2_person:hover .et_pb_team_member_description .et_pb_member_position{
    color: var(--px_color2) !important;
  }
  
  .pxteam_section2_person .et_pb_team_member_description .et_pb_member_social_links li{
    display: inline-block;
    padding: 0;
    margin-right: 5px;
  }
  
  .pxteam_section2_person .et_pb_team_member_description:after{
    content: "";
    width: 15px;
    height: 15px;
    background: var(--px_color2);
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
  }
  
  .pxteam_section2_person:hover .et_pb_team_member_description:after{
    background: var(--px_color1) !important;
  }
  
  .pxteam_section2_person .et_pb_team_member_description .et_pb_member_social_links li a{
    border: 1px solid rgba(255,255,255,.2);
    width: 32px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px !important;
    padding: 0;
  }
  
  .pxteam_section2_person .et_pb_team_member_description .et_pb_member_social_links li:last-child{
    margin-right: 0;
  } */
  
  .pxteam_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:after{
    content: "";
    display: block;
    height: 2px;
    width: 80px;
    background-color: var(--px_color1) !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
  }
  
  .pxteam_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:after{
    background-color: var(--px_color2) !important;
  }

/*-------- Team Detail --------*/
.pxteamdetail_section2_image .et_pb_image_wrap img {
    height: 400px !important;
    object-fit: cover;
    object-position: center;
}
  
  .pxteamdetail_section2_text span{
    color: var(--px_color4);
    font-weight: 700;
  }
  
  .pxteamdetail_section3_barcounter .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
  }
  
/*   .pxteamdetail_section3_person:hover .et_pb_team_member_description{
    bottom: 0 !important;
    background: var(--px_color1) !important;
    transition: all .8s !important;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
  }
  
  .pxteamdetail_section3_person:hover .et_pb_team_member_description .et_pb_module_header{
    color: var(--px_color2) !important;
  }
  
  .pxteamdetail_section3_person:hover .et_pb_team_member_description .et_pb_member_position{
    color: var(--px_color2) !important;
  }
  
  .pxteamdetail_section3_person .et_pb_team_member_description .et_pb_member_social_links li{
    display: inline-block;
    padding: 0;
    margin-right: 5px;
  }
  
  .pxteamdetail_section3_person .et_pb_team_member_description:after{
    content: "";
    width: 15px;
    height: 15px;
    background: var(--px_color2);
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
  }
  
  .pxteamdetail_section3_person:hover .et_pb_team_member_description:after{
    background: var(--px_color1) !important;
  }
  
  .pxteamdetail_section3_person .et_pb_team_member_description .et_pb_member_social_links li a{
    border: 1px solid rgba(255,255,255,.2);
    width: 32px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px !important;
    padding: 0;
  }
  
  .pxteamdetail_section3_person .et_pb_team_member_description .et_pb_member_social_links li:last-child{
    margin-right: 0;
  } */

/*-------- Pricing --------*/
.pxprice_section2_price .et_pb_pricing_table .et_pb_pricing_heading:before{
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0;
    background: var(--px_color1);
    margin: 0 auto;
  }
  
  .pxprice_section2_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing h4{
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    color: var(--px_color4);
    font-weight: 600;
    padding-bottom: 0;
  }
  
  .pxprice_section2_price .et_pb_pricing_table .et_pb_button_wrapper{
    padding-top: 30px;
  }

/*-------- Why Choose Us --------*/
.pxchoose_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 2px;
  }
  
  .pxchoose_section2_image .et_pb_image_wrap img {
    height: 550px !important;
    object-fit: cover;
    object-position: center;
}
  
  .pxchoose_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:before{
    position: absolute;
    content: "";
    top: -5px;
    left: 35px;
    width: 80px;
    height: 80px;
    background: #f6f6f6;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: .3s;
  }
  
  .pxchoose_section4_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:before{
    width: 90px;
    height: 90px;
    opacity: 1;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    top: -10px;
  }
  .pxchoose_section6_testimonial .et_pb_testimonial_portrait:before{
      display:none !important;
    }
   @media only screen and (max-width: 981px){
     .pxchoose_section3_column1{
       display: block !important;
       height: 50vh !important;
     }
     
     .pxchoose_section3_column2{
       padding-bottom: 60px !important;
     }
     
    .pxchoose_section6_testimonial .et_pb_testimonial_portrait:before{
      display:none;
    }
  }
  
@media only screen and (max-width: 767px){
  .pxchoose_section3_column1{
       display: block !important;
       height: 50vh !important;
     }
  
  .pxchoose_section3_column2{
       padding-bottom: 20px !important;
     }
  
    .pxchoose_section6_testimonial .et_pb_testimonial_portrait:before{
      display:none;
    }
  }

/*-------- Menu --------*/
@media only screen and (max-width: 1200px){
	.px_header_menu.et_pb_menu .et-menu>li{
		padding: 0 5px !important;
	}
	.px_header_menu .et_pb_menu__search-button{
		display: none;
	}
	.px_header_menu .et-menu.nav {
    	flex-wrap: nowrap !important;
	}
}
.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;
  }
  
  @keyframes slide-right {
    0% {
              transform: translateX(0);
    }
    100% {
              transform: translateX(5px);
    }
  }

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
	padding: 15px 0;
}
  
   @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_section2_menu .et-menu-nav .et-menu{
    display: block !important;
  }
  
  .pxfooter_section2_menu .et-menu-nav .et-menu li a{
    padding-bottom: 5px !important;
    transition: 0.5s all ease;
  }
  
  .pxfooter_section2_menu .et-menu-nav .et-menu li a:hover{
    margin-left: 10px;
  }
  
  .pxfooter_section2_menu .et-menu-nav .et-menu li a:before{
    content: "\45";
    font-family: ETmodules;
    margin-right: 10px;
    color: var(--px_color1);
    font-size: 18px;
    font-weight: 700;
  }
  
  .pxfooter_section2_menu .et_pb_menu__menu {
    display: block !important;
    width: 100%;
}
  
  .pxfooter_section2_menu .et_mobile_nav_menu {
    display: none !important;
}
  
  .pxfooter_section2_email .et_pb_newsletter_fields .et_pb_newsletter_button:after{
    right: 20px;
  } 
  
  @media only screen and (max-width: 981px){ 
  .pxfooter_section2_menu .et-menu-nav, .pxfooter_section2_menu .et-menu-nav li{
      display: block !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;
  }
  
  .pxproject_section2_blog .et_pb_post .et_pb_image_container:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease!important;
    width: 90%;
    height: 90%;
    transform: translate(-50%,-50%);
    z-index: 1;
    background-color: var(--px_color1);
    border-color: var(--px_color1);
  }
  
  	.pxproject_section2_blog .et_pb_post:hover .et_pb_image_container:before{
    opacity: 1;
  }
  
  .pxproject_section2_blog .et_pb_post .et_pb_image_container:after{
    content: "\24";
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 40px;
    left: auto;
    margin: 0;
    font-family: ETmodules;
    color: var(--px_color2);
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 1;
  }
  
  .pxproject_section2_blog .et_pb_post:hover .et_pb_image_container:after{
    opacity: 1;
    visibility: visible;
  }
  
  .pxproject_section2_blog .et_pb_post 
  .pxproject_section2_blog_content{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease!important;
    width: 90%;
    height: 90%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  
  .pxproject_section2_blog .et_pb_post:hover 
  .pxproject_section2_blog_content{
    opacity: 1;
  }
  
  .pxproject_section2_blog .et_pb_post .pxproject_section2_blog_content  a{
    color: var(--px_color2) !important;
  }
  
  @media only screen and (max-width: 981px){
    .pxproject_section2_blog .et_pb_post:last-child{
      margin-bottom: 0 !important;
    }
  }

/*-------- Project Detail Individual Project Page --------*/
.pxprojectdetail_section2_row2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    font-size: 25px !important;
    padding: 10px !important;
  }
  
  .pxprojectdetail_section2_row2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description sup{
    top: -.5em;
    font-size: 12px;
  }

/*-------- Blog Detail --------*/
.pxblogdetail_posttitle .et_pb_title_featured_container .et_pb_image_wrap img{
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
  }
  
  .pxblogdetail_posttitle:hover .et_pb_title_featured_container .et_pb_image_wrap img{
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  
  .pxblogdetail_section2_tag .et_pb_text_inner a{
    padding: 8px 14px;
    display: inline-block;
    margin: 0 0 4px;
    position: relative;
    border: 1px solid var(--px_color3);
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .pxblogdetail_section2_tag .et_pb_text_inner a:before{
    position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    background-color: var(--px_color3);
    width: 0%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .pxblogdetail_section2_tag .et_pb_text_inner a:hover:before{
    width: 100%;
    right: 0%;
  }

.pxblogdetail_section2_comment .comment-edit-link{
	color: #0f993d;
}
  
  .pxblogdetail_section2_comment .comment-form{
    padding-bottom: 0 !important;
  }

.pxblogdetail_section2_comment .comment-form a{color: var(--px_color1) !important;}
  
  .pxblogdetail_sidebar .et_pb_widget{
    margin-bottom: 30px !important;
  }
  
  .pxblogdetail_sidebar #search-2{
    border: 1px solid var(--px_color3);
    padding: 20px;
  }
  
  .pxblogdetail_sidebar .searchform #searchsubmit{
    background-color: var(--px_color1) !important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: var(--px_color2);
  }
  
  .pxblogdetail_sidebar #block-2{
    margin-bottom: 40px;
    border: 1px solid var(--px_color3);
    padding: 20px;
  }
  
  .pxblogdetail_sidebar #block-2 p{
    padding: 15px 0;
    color: var(--px_color4);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px !important;
  }
  
 	.pxblogdetail_sidebar #block-2 ul li {
    display: block;
    padding: 15px 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid var(--px_color3);
    margin: 0 !important;
    position: relative;
  }
  
  .pxblogdetail_sidebar #block-2 ul li:last-child{
    border: 0;
    padding-bottom: 0;
  }
  
  .pxblogdetail_sidebar #block-2 ul li a {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #1e1e1e !important;
    font-weight: 300;
}
  
  .pxblogdetail_sidebar #block-2 ul li a:hover{
    color: var(--px_color1) !important;
  }
  
  .pxblogdetail_sidebar #recent-posts-2{
    border: 1px solid var(--px_color3);
    padding: 20px;
  }
  
  .pxblogdetail_sidebar #recent-posts-2 .widgettitle {
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--px_color4) !important;
    font-size: 24px !important;
    font-weight: 700;
  }
  
  .pxblogdetail_sidebar #recent-posts-2 ul li {
    padding: 15px 0px;
    border-bottom: 1px solid var(--px_color3);
    margin: 0 !important;
}
  
  .pxblogdetail_sidebar #recent-posts-2 ul li:last-child{
    border: 0;
    padding-bottom: 0;
  }
  
  .pxblogdetail_sidebar #recent-posts-2 ul li a {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: #1e1e1e !important;
    font-weight: 300;
}
  
  .pxblogdetail_sidebar #recent-posts-2 ul li a:hover{
     color: var(--px_color1) !important;
  }
  
  .pxblogdetail_sidebar #block-3{
    margin-bottom: 0 !important;
    border: 1px solid var(--px_color3);
    padding: 20px;
  }
  
  .pxblogdetail_sidebar #block-3 p{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--px_color4) !important;
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .pxblogdetail_sidebar #block-3 .wp-block-tag-cloud a {
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px !important;
    color: #1e1e1e !important;
    display: inline-block;
    padding: 9px 20px 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 300;
    border: 1px solid rgba(0,0,0,.15);
    background: var(--px_color2);
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 1;
	margin: 6px 3px;
}
  
  .pxblogdetail_sidebar #block-3 .wp-block-tag-cloud a:hover{
    color: var(--px_color1) !important;
  }

  .pxblogdetail_sidebar #block-3 .wp-block-tag-cloud a:before{
   position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    background-color: #e8e8e8;
    width: 0%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .pxblogdetail_sidebar #block-3 .wp-block-tag-cloud a:hover:before{
    width: 100%;
    right: 0%;
  }
  
  .pxblogdetail_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul{
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
  }
  
  .pxblogdetail_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li{
    margin-bottom: 10px;
    border-bottom: 1px solid var(--px_color3);
    position: relative;
    padding: 10px 0px 10px 0px;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .pxblogdetail_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    position: relative;
    padding: 10px 0px 0px 0px;
  }
  
  @media only screen and (max-width:981px){ 
  .pxblogdetail_sidebar{
    text-align:center;
  }
    
    .pxblogdetail_section2_comment .comment-form .logged-in-as{
      text-align: center;
    }
  }

/*-------- Blog Detail Individual Post Page --------*/
.pxblogdetail_section2_column1_row2_text h3{
    padding-bottom: 20px;
  }
  

/* -----------------------------------
    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_color1) !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_color1);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(--px_color4)!important;}
.px_icon_bar:hover:before {width: 100%;height: 100%;}