/*
Theme Name: Factory
Theme URI: https://divi-professional.com
Description: Perfect for creating a Divi website for all types of industry,technique, manufacturing,engineering or machinery businesses..
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 (min-width:480px) and (max-width:768px){
	.px_client .et_pb_column{
		width: 50% !important;
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 1024px){
	.px_button{
		display: none !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;}
}


.px_ind_section1_headertext .px_ind_section1_text:before{
    content: "\35";
    font-family: 'ETmodules';
    position: relative;
    vertical-align: middle;
    margin: 0 5px;
    top: -2px;
    display: inline-block;
    color: var(--px_color3);
  }
  
  .px_ind_section1_headertext a:first-child{
    color: var(--px_color1);
  }
  
  .px_ind_section1_headertext a:first-child:hover{
    color: var(--px_color3);
  }
  
  .px_ind_section1_headertext .px_ind_section1_text{
    color: var(--px_color3);
  }

.px_ind_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_ind_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 --------*/
.px_indhome_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content{
    max-width: 750px;
  }
  
  .px_indhome_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p span{
    color: var(--px_color1);
  }
  
  .px_indhome_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color2);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indhome_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev{
    opacity: 1;
    top: 50%;
    transform: matrix(1, 0, 0, 1, 30,-35);
    left: 0px;
    visibility: inherit;
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255,255,255,0.15);
	transition:0.5s;
  }

  .px_indhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover{
	background: var(--px_color1);
	transition:0.5s;
  }
  
  .px_indhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:before{
    font-size: 30px;
    color: var(--px_color3);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  
  .px_indhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next {
    opacity: 1;
    top: 50%;
    transform: matrix(1, 0, 0, 1, -100, -35);
    left: 100%;
    visibility: inherit;
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
   background: rgba(255,255,255,0.15);
	  transition:0.5s;
}

  .px_indhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:hover{
	background: var(--px_color1);
	transition:0.5s;
  }
  
  .px_indhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:before{
    font-size: 30px;
    color: var(--px_color3);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  
  .px_indhome_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    font-size: 60px !important;
    padding: 30px 27px !important;
    transition: all 0.3s ease;
  }
  
  .px_indhome_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: rotateY(180deg);
  }
  
  .px_indhome_section3_image .et_pb_image_wrap img {
    object-fit: cover;
    object-position: center;
}
  
  .px_indhome_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    border-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  
  .px_indhome_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:hover{
    transform: rotateY(180deg);
  }
  
  .px_indhome_section4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:before{
    content: "";
    background-color: rgba(29, 29, 35, 0.7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  
  .px_indhome_section4_column:hover .px_indhome_section4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:before{
    opacity: 1;
  }
  
  .px_indhome_section4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-out;
  }

.px_indhome_section4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img{
width: 100%;
height: 300px;
object-fit: cover;
}

  .px_indhome_section4_column:hover .px_indhome_section4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.4s ease-out;
  }
  
  .px_indhome_section4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:after{
    content: "\4c";
    font-family: ETmodules;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    color: var(--px_color3);
  }
  
  .px_indhome_section4_column:hover .px_indhome_section4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:after{
    opacity: 1;
  }
  
  .px_indhome_section5_blurb  .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    font-size: 60px !important;
    padding: 30px !important;
    transition: all 0.3s ease;
  }
  
  .px_indhome_section5_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: rotateY(180deg);
  }
  
  .px_indhome_section6_video .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play:before{
    content: "\45";
    font-size: 50px;
  }
  
  .px_indhome_section6_video .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play:after{
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: var(--px_color7);
    z-index: -1;
    transition: all 0.4s ease 0s;
    animation: video-play-button-animate 1.2s ease-in infinite forwards;
  }
  
  @keyframes video-play-button-animate {
  0% {
    width: 10px;
    height: 10px;
    opacity: .8; }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0; } }
  
  .px_indhome_section7_tab ul{
    display: flex;
}
  
  .px_indhome_section7_tab ul li {
    width: 20%;
    height: 160px;
    text-align: center;
}
  
  .px_indhome_section7_tab ul li a{
    padding: 45px 12px 50px;
}
  
  .px_indhome_section7_tab ul li.et_pb_tab_0 a:before {
    content: "\e037";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indhome_section7_tab ul li.et_pb_tab_1 a:before {
    content: "\e035";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indhome_section7_tab ul li.et_pb_tab_2 a:before {
    content: "\e036";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indhome_section7_tab ul li.et_pb_tab_3 a:before {
    content: "\e038";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indhome_section7_tab ul li.et_pb_tab_4 a:before {
    content: "\e00a";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indhome_section7_tab ul li.et_pb_tab_5 a:before {
    content: "\e109";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}

.px_indhome_section7_tab ul li.et_pb_tab_active a:before {color: #fff;}
  
  .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{
    height: 430px !important;
    width: 500px !important;
    object-fit: cover;
    object-position: center;
    margin-right: 32px;
  }
  
  .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2{
    font-weight: 800;
    line-height: 1.3;
    color: var(--px_color5);
    font-size: 2.4rem;
    padding-bottom: 20px !important;
  }
  
  .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h5{
    line-height: 1.8;
    color: var(--px_color6);
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px !important;
  }
  
  .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6{
    color: #000 !important;
    padding-bottom: 12px;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: 400;
  }
  
  .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6:before{
    content: "\e052";
    font-family: ETmodules;
    color: var(--px_color1) !important;
    margin-right: .5rem!important;
  }
  
  .px_indhome_section8_blurb .et_pb_blurb_content .et_pb_main_blurb_image  .et-pb-icon{
    border-radius: 15px;
  }
  
  .px_indhome_section8_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image{
    opacity: 1;
    animation: swing 0.9s ease-out infinite;
    -webkit-animation: swing 0.9s ease-out infinite;
  }
@media only screen and (max-width: 980px){
	.px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6{
		display: flex;
		justify-content: center;
	}
}
  
  @-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

  .px_indhome_section9_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    border-radius: 50%;
    height: 188px !important;
    width: 188px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  
  .px_indhome_section9_column:hover .px_indhome_section9_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
  	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);  
  }
  
  .px_indhome_section11_price.et_pb_pricing .et_pb_pricing_heading:before {
    content: "\62";
    font-family: 'ETmodules';
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: normal;
    color: var(--px_color5);
}
  
  .px_indhome_section11_price.et_pb_pricing .et_pb_button_wrapper .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indhome_section11_price.et_pb_pricing .et_pb_button_wrapper .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indhome_section12_blog .et_pb_post {
    box-shadow: 0px 0px 50px rgb(5 5 5 / 8%);
    background-color: var(--px_color3);
    transition: all 0.4s ease-out;
    padding: 20px;
  }
  
  .px_indhome_section12_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .px_indhome_section12_blog .et_pb_post:hover{
    box-shadow: 0 20px 30px rgb(0 0 0 / 15%);
  }
  
  .px_indhome_section12_blog .et_pb_post .post-meta .author:before{
    font-size: 14px;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    color: var(--px_color6);
    font-family: ETmodules;
    content: '\e08a';
  }
  
  .px_indhome_section12_blog .et_pb_post .entry-title a:hover{
    color: var(--px_color1) !important;
  }
  
  .px_indhome_section12_blog .date {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 9px 20px 9px;
    z-index: 5;
    background: var(--px_color1);
    color: var(--px_color3);
}
  
  .px_indhome_section12_blog .pagination a{
    background-color: var(--px_color2);
    padding-top: 20px!important;
    padding-right: 30px!important;
    padding-bottom: 20px!important;
    padding-left: 30px!important;
    display: inline-block;
    transition: all 300ms ease 0ms;
    position: relative;
    z-index: 0;
  }
  
  .px_indhome_section12_blog .pagination a:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indhome_section12_blog .pagination a:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indhome_section13_image .et_pb_image_wrap img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
  }
  
  .px_indhome_section13_image:hover .et_pb_image_wrap img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  
  @media only screen and (max-width: 981px){    
    .px_indhome_section3_column2{
      text-align: center;
    }
    
    .px_indhome_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    font-size: 32px !important;
    padding: 15px !important;
  }
    
    .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img {
    height: 430px !important;
    width: 100%!important;
    object-fit: cover;
    object-position: center;
    margin-right: 0;
    margin-bottom: 30px;
}
    
    .px_indhome_section7_tab ul {
    display: block;
      background-color: var(--px_color3);
}
    
    .px_indhome_section7_tab ul li a{
      display: block;
    }
    
    .px_indhome_section7_tab ul li {
    width: 100%;
    height: 160px;
    text-align: center;
    margin: auto;
}
    
    .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6:before {
    content: "\e052";
    font-family: ETmodules;
    color: var(--px_color1) !important;
    margin-right: .5rem!important;
    display: block;
}
  }
  
  @media only screen and (max-width: 767px){
  .px_indhome_section6_video .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play:before {
    content: "\45";
    font-size: 30px;
}
    
    .px_indhome_section7_tab ul li {
    width: 100%;
    height: 160px;
    text-align: center;
    margin: auto;
}
    
    .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2 {
    font-weight: 800;
    line-height: 1.3;
    color: var(--px_color5);
    font-size: 1.667rem;
    padding-bottom: 30px !important;
}
    
    .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab{
      padding: 24px 15px;
    }
    
    .px_indhome_section12_blog .pagination .alignleft{
      float: none;
      text-align: center;
    }
    
    .px_indhome_section12_blog .pagination .alignright{
      float: none;
      text-align: center;
    }
    
    .px_indhome_section7_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6:before {
    content: "\e052";
    font-family: ETmodules;
    color: var(--px_color1) !important;
    margin-right: .5rem!important;
    display: block;
}
  }

/*-------- About Us --------*/
.px_indaboutus_section2_image .et_pb_image_wrap img {
    object-fit: cover;
    object-position: center;
}
  
  .px_indaboutus_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    border-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  
  .px_indaboutus_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:hover{
    transform: rotateY(180deg);
  }
  
  .px_indaboutus_section3_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:before{
    content: "";
    background-color: rgba(29, 29, 35, 0.7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  
  .px_indaboutus_section3_column:hover .px_indaboutus_section3_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:before{
    opacity: 1;
  }
  
  .px_indaboutus_section3_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-out;
  }
  
  .px_indaboutus_section3_column:hover .px_indaboutus_section3_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.4s ease-out;
  }
  
  .px_indaboutus_section3_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:after{
    content: "\4c";
    font-family: ETmodules;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    color: var(--px_color3);
  }
  
  .px_indaboutus_section3_column:hover .px_indaboutus_section3_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:after{
    opacity: 1;
  }
  
  .px_indaboutus_section4_person:hover .et_pb_team_member_description{
    opacity: 1 !important;
	  box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); border-radius: 15px;
  }

  .px_indaboutus_section4_person .et_pb_team_member_image{border-radius: 15px;}
  
  .px_indaboutus_section4_person .et_pb_team_member_image img{
    height: 340px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  
  .px_indaboutus_section4_person:hover .et_pb_team_member_image img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .px_indaboutus_section4_person .et_pb_team_member_description .et_pb_member_social_links li a{
    border: 2px solid transparent;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 2;
    margin-right: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 36px;
    transition: all 0.2s ease;
    border-radius: 5px;
  }
  
  .px_indaboutus_section4_person .et_pb_team_member_description .et_pb_member_social_links li a:hover{
    background-color: var(--px_color1) !important;
    border-radius: 50%;
  }
  
  .px_indaboutus_section4_person .et_pb_team_member_description .et_pb_member_social_links li{
    margin-right: 0;
  }
  
  .px_indaboutus_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    border-radius: 50%;
    height: 188px !important;
    width: 188px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  
  .px_indaboutus_section5_column:hover .px_indaboutus_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
  	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);  
  }
  
  .px_indaboutus_section6_image .et_pb_image_wrap img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
  }
  
  .px_indaboutus_section6_image:hover .et_pb_image_wrap img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  
  @media only screen and (max-width: 981px){
    .px_indaboutus_section2_column1{
      display: block !important;
      height: 50vh !important;
    }
    
    .px_indaboutus_section2_column2{
      text-align: center;
    }
    
    .px_indaboutus_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    font-size: 32px !important;
    padding: 15px !important;
  }
  }

/*-------- Service --------*/
.px_indservice_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }

/*-------- Service Details --------*/
.px_indservicedetail_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    padding: 20px 0 35px 0;
    line-height: 1.7em;
    font-weight: 500;
    color: var(--px_color3);
  }

  .px_indservicedetail_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before{
    content: "\e090" !important;
    font-family: ETmodules!important;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    background-color: var(--px_color3);
    font-size: 20px !important;
    padding: 12px !important;
    color: var(--px_color1);
}
  
  .px_indservicedetail_section2_column2_text h4{
    display: inline-block;
    float: left;
  }
  
  .px_indservicedetail_section2_column2_text h5{
    display: inline-block;
    float: right;
  }
  
  .px_indservicedetail_column1_row1_video .et_pb_video_overlay_hover .et_pb_video_play{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: var(--px_color3);
    color: var(--px_color1) !important;
    cursor: pointer;
    position: relative;
    left: 0;
		right: 0;
		margin: auto !important;
		text-align: center;
		transform: translateY(-50%);
  }
  
  .px_indservicedetail_column1_row1_video .et_pb_video_overlay_hover .et_pb_video_play:before{
    content: '' !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 7px rgb(0 0 0 / 15%);
     transition: all 0.3s linear !important;
  }
  
  .px_indservicedetail_column1_row1_video .et_pb_video_overlay_hover .et_pb_video_play:after{
    content: "\45" !important;
    font-family: ETmodules;
    z-index: 5;
    color: var(--px_color1);
    font-size: 35px;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  
  .px_indservicedetail_column1_row1_video .et_pb_video_overlay_hover .et_pb_video_play:hover:before{
    box-shadow: 0 0 0 10px rgb(0 0 0 / 15%);
  }
  
  .px_indservicedetail_column1_row2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  .px_indservicedetail_column1_row4_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  .px_indservicedetail_column1_row5_text h1 span{
    font-size: 14px !important;
  }
  
  .px_indservicedetail_column1_row7_blurb:hover{
    border-color: var(--px_color3);
    -webkit-box-shadow: 0px 5px 83px 0px rgb(9 29 62 / 15%);
    box-shadow: 0px 5px 83px 0px rgb(9 29 62 / 15%);
  }
  
  .px_indservicedetail_column1_row7_blurb:hover  .et_pb_blurb_content .et_pb_main_blurb_image{
    -webkit-animation: zoomOut 1s infinite alternate;
    animation: zoomOut 1s infinite alternate;
  }
  
  @keyframes zoomOut {
    50% {
        transform: scale(1.1)
    }
  }
  
   .px_indservicedetail_column1_row7_blurb:hover  .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
     color: var(--px_color1) !important;
  }
  
  .px_indservicedetail_column1_row7_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 25px;
  }
  
  .px_indservicedetail_column1_row8_accordion .et_pb_toggle.et_pb_toggle_close{
    border-top: 2px solid #e7ebef !important;
    border-bottom: 2px solid #e7ebef !important;
  }
  
  .px_indservicedetail_column1_row8_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before{
    content: "\3d" !important;
  }
  
  .px_indservicedetail_column1_row8_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:hover{
    color: var(--px_color1) !important;
  }
  
  .px_indservicedetail_column1_row10_text h4{
    display: inline-block;
    float: left;
    padding: 7px 10px;
  }
  
  .px_indservicedetail_column1_row10_text h5{
    background-color: var(--px_color5);
    color: var(--px_color3);
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px !important;
    display: inline-block;
    float: right;
  }
  
  @media only screen and (max-width: 981px){
    .px_indservicedetail_column1_row7_blurb   .et_pb_blurb_content .et_pb_blurb_container{
      padding-left:0;
    } 
  }
  
  @media only screen and (max-width: 767px){
    .px_indservicedetail_column1_row7_blurb   .et_pb_blurb_content .et_pb_blurb_container{
      padding-left:0;
    }  
    
    .px_indservicedetail_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before {
    content: "\e090" !important;
    font-family: ETmodules!important;
    border-radius: 50%;
    text-align: center;
    margin-right: 0;
    background-color: var(--px_color3);
    font-size: 20px !important;
    padding: 12px !important;
    color: var(--px_color1);
    display: block;
    width: 10%;
    margin: auto;
    margin-bottom: 15px;
}
  }

/*-------- FAQ --------*/
.px_indfaq_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    padding: 20px 0 35px 0;
    line-height: 1.7em;
    font-weight: 500;
    color: var(--px_color3);
  }

  .px_indfaq_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before{
    content: "\e090" !important;
    font-family: ETmodules!important;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    background-color: var(--px_color3);
    font-size: 20px !important;
    padding: 12px !important;
    color: var(--px_color1);
}
  
  .px_indfaq_section2_column1_text h4{
    display: inline-block;
    float: left;
  }
  
  .px_indfaq_section2_column1_text h5{
    display: inline-block;
    float: right;
  }
  
  .px_indfaq_section2_column2_accordion .et_pb_toggle.et_pb_toggle_close{
    border-top: 2px solid #e7ebef !important;
    border-bottom: 2px solid #e7ebef !important;
  }
  
  .px_indfaq_section2_column2_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before{
    content: "\3d" !important;
  }
  
  .px_indfaq_section2_column2_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:hover{
    color: var(--px_color1) !important;
  }
  
  .px_indfaq_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  .px_indfaq_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 65px !important;
    width: 65px !important;
    max-width: 65px !important;
    object-fit: cover;
    object-position: center;
  }
  
  .px_indfaq_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    font-family: ETmodules;
    content: "\7b";
    position: absolute;
    top: -5px;
    left: -5px;
    font-size: 20px;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: var(--px_color1);
    background-color: var(--px_color3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
.px_indfaq_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image::before{content:""; background: var(--px_color1); opacity:0; transform: scale(0); position: absolute; height: 100%; width: 100%; transition:0.5s;}
.px_indfaq_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image:hover::before{opacity:0.6; transform: scale(1); transition:0.5s;}
.px_indfaq_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a img{width: 100%; height: 200px; object-fit: cover;}
  
  @media only screen and (max-width: 767px){
  .px_indfaq_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before {
    content: "\e090" !important;
    font-family: ETmodules!important;
    border-radius: 50%;
    text-align: center;
    margin-right: 0;
    background-color: var(--px_color3);
    font-size: 20px !important;
    padding: 12px !important;
    color: var(--px_color1);
    display: block;
    width: 10%;
    margin: auto;
    margin-bottom: 15px;
}
  }

/*-------- Contact Us --------*/
.px_indcontactus_section2_blurb .et_pb_blurb_content .et_pb_blurb_description h5{
    color: #5e616c;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
  
  .px_indcontactus_section2_blurb .et_pb_blurb_content .et_pb_blurb_description h4{
    font-weight: 700;
    font-size: 30px;
    color: var(--px_color1)!important;
    line-height: 1.2em;
  }
  
  .px_indcontactus_section2_blurb .et_pb_blurb_content .et_pb_blurb_description p{
    padding-bottom: 10px !important;
  }

  .px_indcontactus_section3_coa .et_pb_button_wrapper .et_pb_button:before{
    content: '' !important;
    display: block !important;
    visibility: visible !important;
    position: absolute;
    left: 0;
    right: 0rem;
    bottom: .1rem;
    height: 2px;
    background-color: var(--px_color3);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    opacity: 0;
    margin-left: 0;
  }
  
  .px_indcontactus_section3_coa .et_pb_button_wrapper .et_pb_button:hover:before{
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  .px_indcontactus_section4_contactform .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indcontactus_section4_contactform .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indcontactus_section4_contactform .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  
  @media only screen and (max-width: 767px){
    .px_indcontactus_section2_blurb .et_pb_blurb_content .et_pb_blurb_description h4 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--px_color1);
}
  }

/*-------- Blog --------*/
.px_indblog_section2_blog .et_pb_post {
    box-shadow: 0px 0px 50px rgb(5 5 5 / 8%);
    background-color: var(--px_color3);
    transition: all 0.4s ease-out;
    padding: 20px;
	border-radius: 15px;
  }
  
  .px_indblog_section2_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }

.px_indblog_section2_blog .et_pb_post .entry-featured-image-url {position: relative; padding-top:80%; margin-bottom: 20px;}

.px_indblog_section2_blog .et_pb_post .entry-featured-image-url img{position:absolute; top:0; height:100%; object-fit: cover; border-radius:10px;}
  
  .px_indblog_section2_blog .et_pb_post:hover{
    box-shadow: 0 20px 30px rgb(0 0 0 / 15%);border-radius: 10px;
  }
  
  .px_indblog_section2_blog .et_pb_post .post-meta .author:before{
    font-size: 14px;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    color: var(--px_color6);
    font-family: ETmodules;
    content: '\e08a';
  }
  
  .px_indblog_section2_blog .et_pb_post .entry-title a:hover{
    color: var(--px_color1) !important;
  }
  
  .px_indblog_section2_blog .date {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 9px 20px 9px;
    z-index: 5;
    background: var(--px_color1);
    color: var(--px_color3);border-radius: 0px 10px 0px 10px;
}
  
.px_indblog_section2_blog .pagination a{
background-color: var(--px_color2);
padding-top: 10px !important;
padding-right: 20px !important;
padding-bottom: 10px !important;
padding-left: 20px !important;
display: inline-block;
transition: all 300ms ease 0ms;
position: relative;
z-index: 0;
color: #fff;
border-radius: 30px;
overflow: hidden;
}
  
  .px_indblog_section2_blog .pagination a:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indblog_section2_blog .pagination a:hover:before{
    width: 100%;
    opacity: 1;
  }

    .px_indblog_section2_blog .pagination .alignleft{
		margin-right : 10px;
    }

  
  @media only screen and (max-width: 767px){
    .px_indblog_section2_blog .pagination .alignleft{
      float: none;
      text-align: center;
		margin-bottom: 10px;
    }
    
    .px_indblog_section2_blog .pagination .alignright{
      float: none;
      text-align: center;
    }
  }

/*-------- Team --------*/
.px_indteam_section2_team:hover .et_pb_member_social_links{
    opacity: 1 !important;
    transform: translateY(-100%);
}

.px_indteam_section2_team .et_pb_team_member_image{border-radius:15px 15px 0px 0px;}

.px_indteam_section2_team .et_pb_team_member_description{border-radius: 0px 0px 15px 15px;}
  
  .px_indteam_section2_team:hover .et_pb_team_member_image img{
    transform: translateY(-35px) scale(1.04);
  }
  
  .px_indteam_section2_team .et_pb_team_member_image img{
    transition: all 300ms linear 0s;
  }
  
  .px_indteam_section2_team .et_pb_member_social_links li{
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
  }
  
  .px_indteam_section2_team .et_pb_member_social_links li a{
    border: 1px solid var(--px_color1);
    border-radius: 50%;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    margin: 2px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .px_indteam_section2_team .et_pb_member_social_links li a:hover{
    background-color: var(--px_color1) !important;
  }
  
  .px_indteam_section3_cta .et_pb_button_wrapper .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indteam_section3_cta .et_pb_button_wrapper .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indteam_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indteam_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:before{
    width: 100%;
    opacity: 1 !important;
  }
  
  .px_indteam_section4_cta .et_pb_button_wrapper .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indteam_section4_cta .et_pb_button_wrapper .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  @media only screen and (max-width: 981px){
    .px_indteam_section3_contact .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  }
  
  @media only screen and (max-width: 767px){
    .px_indteam_section3_contact .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  }

@media all and (min-width: 981px) and (max-width: 1179px) {
	.px_indteam_section2_team.et_pb_team_member .et_pb_member_social_links{
		background: var(--px_color3);
    position: absolute;
    text-align: center;
    bottom: 55% !important;
    margin: -50px auto;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 300ms linear 0s;
    width: 100%;
    padding: 10px 10px 0 10px;
	}
}

/*-------- Team Detail --------*/
.px_indteamdetail_column1_person .et_pb_team_member_description .et_pb_member_social_links li{
    transition: all 0.4s ease-in-out !important;
    margin-right: 10px;
  }
  
  .px_indteamdetail_column1_person .et_pb_team_member_description .et_pb_member_social_links .et_pb_font_icon{
    width: 40px;
    height: 40px;
    line-height: 43px;
    background-color: var(--px_color2);
    border-radius: 50%;
  }
  
  .px_indteamdetail_column1_person .et_pb_team_member_description .et_pb_member_social_links .et_pb_font_icon:hover{
    background-color: var(--px_color1);
  }
  
  .px_indteamdetail_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    padding: 20px 0 35px 0;
    line-height: 1.7em;
    font-weight: 500;
    color: var(--px_color3);
  }

  .px_indteamdetail_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before{
    content: "\e090" !important;
    font-family: ETmodules!important;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    background-color: var(--px_color3);
    font-size: 20px !important;
    padding: 12px !important;
    color: var(--px_color1);
}
  
  .px_indteamdetail_column1_text h4{
    display: inline-block;
    float: left;
  }
  
  .px_indteamdetail_column1_text h5{
    display: inline-block;
    float: right;
  }
  
  .px_indteamdetail_column2_row4_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
}
  
  .px_indteamdetail_column2_row8_text h4{
    display: inline-block;
    float: left;
    padding: 7px 10px;
  }
  
  .px_indteamdetail_column2_row8_text h5{
    background-color: var(--px_color5);
    color: var(--px_color3);
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px !important;
    display: inline-block;
    float: right;
  }
  
  .px_indteamdetail_column2_row10_blurb:hover  .et_pb_blurb_content .et_pb_main_blurb_image{
    -webkit-animation: zoomOut 1s infinite alternate;
    animation: zoomOut 1s infinite alternate;
  }
  
  @keyframes zoomOut {
    50% {
        transform: scale(1.1)
    }
  }
  
  .px_indteamdetail_column2_row10_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 25px;
  }
  
  .px_indteamdetail_column2_row10_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    color: var(--px_color3) !important;
  }
  
  .px_indteamdetail_column2_row10_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    color: var(--px_color3) !important;
  }
  
  .px_indteamdetail_column2_row10_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    color: var(--px_color3) !important;
  }
  
  .px_indteamdetail_column2_row16_barcounter .et_pb_counter_container .et_pb_counter_amount .et_pb_counter_amount_number{
    position: absolute;
    top: -25px;
    right: 0;
    padding: 0;
  }
  
  .px_indteamdetail_section2_column2_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indteamdetail_section2_column2_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indteamdetail_section2_column2_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
    width: 100%;
  }
  
  .px_indteamdetail_column1_person .et_pb_team_member_description .et_pb_member_social_links li:last-child{
    margin-right: 0;
  }
  
  @media only screen and (max-width: 981px){
    .px_indteamdetail_column2_row10_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
}
  }
  
  @media only screen and (max-width: 767px){
    .px_indteamdetail_column2_row10_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
}
    
    .px_indteamdetail_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before {
    content: "\e090" !important;
    font-family: ETmodules!important;
    border-radius: 50%;
    text-align: center;
    margin-right: 0;
    background-color: var(--px_color3);
    font-size: 20px !important;
    padding: 12px !important;
    color: var(--px_color1);
    display: block;
    width: 10%;
    margin: auto;
    margin-bottom: 15px;
}
  }

/*-------- Pricing --------*/
.px_indpricing_section2_cta .et_pb_button_wrapper .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indpricing_section2_cta .et_pb_button_wrapper .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indpricing_section4_tab ul{
    display: flex;
}
  
  .px_indpricing_section4_tab ul li {
    width: 20%;
    height: 160px;
    text-align: center;
}
  
  .px_indpricing_section4_tab ul li a{
    padding: 45px 12px 50px;
}
  
  .px_indpricing_section4_tab ul li.et_pb_tab_0 a:before {
    content: "\69";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indpricing_section4_tab ul li.et_pb_tab_1 a:before {
    content: "\62";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indpricing_section4_tab ul li.et_pb_tab_2 a:before {
    content: "\63";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indpricing_section4_tab ul li.et_pb_tab_3 a:before {
    content: "\68";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indpricing_section4_tab ul li.et_pb_tab_4 a:before {
    content: "\e00a";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indpricing_section4_tab ul li.et_pb_tab_5 a:before {
    content: "\69";
    font-family: ETmodules;
    color: var(--px_color5);
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
  
  .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{
    height: 430px !important;
    width: 500px !important;
    object-fit: cover;
    object-position: center;
    margin-right: 32px;
  }
  
  .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2{
    font-weight: 800;
    line-height: 1.3;
    color: var(--px_color5);
    font-size: 2.4rem;
    padding-bottom: 20px !important;
  }
  
  .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h5{
    line-height: 1.8;
    color: var(--px_color6);
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px !important;
  }
  
  .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6{
    color: #000 !important;
    padding-bottom: 12px;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: 400;
  }
  
  .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6:before{
    content: "\e052";
    font-family: ETmodules;
    color: var(--px_color1) !important;
    margin-right: .5rem!important;
  }
  
  @media only screen and (max-width: 981px){
    .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img {
    height: 430px !important;
    width: 100%!important;
    object-fit: cover;
    object-position: center;
    margin-right: 0;
    margin-bottom: 30px;
}
    
    .px_indpricing_section4_tab ul {
    display: block;
      background-color: var(--px_color3);
}
    
    .px_indpricing_section4_tab ul li a{
      display: block;
    }
    
    .px_indpricing_section4_tab ul li {
    width: 100%;
    height: 160px;
    text-align: center;
    margin: auto;
}
    
    .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6:before {
    content: "\e052";
    font-family: ETmodules;
    color: var(--px_color1) !important;
    margin-right: .5rem!important;
    display: block;
}
  }
  
  @media only screen and (max-width: 767px){ 
    .px_indpricing_section4_tab ul li {
    width: 100%;
    height: 160px;
    text-align: center;
    margin: auto;
}
    
    .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2 {
    font-weight: 800;
    line-height: 1.3;
    color: var(--px_color5);
    font-size: 1.667rem;
    padding-bottom: 30px !important;
}
    
    .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab{
      padding: 24px 15px;
    }
    
    .px_indpricing_section4_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6:before {
    content: "\e052";
    font-family: ETmodules;
    color: var(--px_color1) !important;
    margin-right: .5rem!important;
    display: block;
}
  }

/*-------- How It Works --------*/
.px_indhowitwork_section2_cta .et_pb_promo_description div h3{
    font-size: 45px;
    line-height: 55px;
    color: var(--px_color5) !important;
    font-weight: 600;
    padding-bottom: 25px
  }
  
  .px_indhowitwork_section2_cta .et_pb_button_wrapper .et_pb_button:before {
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
}
  
  .px_indhowitwork_section2_cta .et_pb_button_wrapper .et_pb_button:hover:before {
    width: 100%;
    opacity: 1;
}
  
  .px_indhowitwork_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after{
    content: " " !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background-color: var(--px_color7);
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
  }
  
  .px_indhowitwork_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:after{
    opacity: 1
  }
  
  .px_indhowitwork_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    content: "\e02b" !important;
    font-family: ETmodules;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--px_color3);
    position: absolute;
    line-height: 60px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto !important;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
    color: var(--px_color3);
  }
  
  .px_indhowitwork_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
    opacity: 1;
    }
  
  .px_indhowitwork_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
  
  .px_indhowitwork_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  @media only screen and (max-width: 767px){
    .px_indhowitwork_section2_cta .et_pb_promo_description div h3 {
    font-size: 25px;
    line-height: 40px;
    color: var(--px_color5) !important;
    font-weight: 600;
    padding-bottom: 15px;
}
  }

/*-------- Gallery --------*/
.px_indgallery_section2_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image:after{
    content: '';
    background-color: var(--px_color7);
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
  }
  
  .px_indgallery_section2_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image:hover:after{
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
  }

/*-------- Appointment Form --------*/
.px_indappointment_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:before {
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
}
  
  .px_indappointment_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  @media only screen and (max-width: 981px){
  .px_indappointment_section2_contact .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  }
  
  @media only screen and (max-width: 767px){
  .px_indappointment_section2_contact .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  }

/*-------- Doctor’s Timetable --------*/
.px_indappointment_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:before {
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
}
  
  .px_indappointment_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }

@media only screen and (max-width: 767px){
	.px_indappointment_section2 .et_pb_row .et_pb_column{
		margin-bottom: 25px !important;
	}
}

/*-------- Menu --------*/
.px_indmenu_section1_blurb .et_pb_blurb_content  .et_pb_blurb_container{
    padding-left: 0;
  }
  
  .px_indmenu_section1_button .et_pb_button_module_wrapper {
    line-height: 0;
  }

@media only screen and (max-width: 1024px){
	.px_indmenu_menu.et_pb_menu .et-menu>li{
		padding: 0 5px !important;
	}
}

.px_indmenu_menu .et_pb_menu__search-button{
	display: none !important;
}
  
  .px_indmenu_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;
  }
  
  .px_indmenu_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;
  }

 
   @media only screen and (max-width: 981px){
     .px_indmenu_menu  .et_pb_menu_inner_container .et_pb_menu__wrap{
           -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
     }
     
     .px_indmenu_menu .mobile_menu_bar{bottom:0;}
  }
  
  @media only screen and (max-width: 767px){
  .px_indmenu_menu  .et_pb_menu_inner_container .et_pb_menu__wrap{
           -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
     }
  }

/*-------- Footer --------*/
 .px_indfooter_section1_blog .et_pb_post{
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 20px !important;
    position: relative;
  }
  
  .px_indfooter_section1_blog .et_pb_post .entry-featured-image-url {
   float: left;
    margin-right: 20px;
    max-width: 80px;
}
  
  .px_indfooter_section1_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .px_indfooter_section1_blog .et_pb_post .entry-title
  a:hover{
    font-style: italic;
  }
  
  .px_indfooter_section1_menu .et-menu-nav .et-menu{
    display: block !important;
  }
  
  .px_indfooter_section1_menu .et-menu-nav .et-menu li a{
    padding-bottom: 20px !important;
  }
  
  .px_indfooter_section1_menu .et-menu-nav .et-menu li a:hover{
    font-style: italic;
  }
  
  .px_indfooter_section1_menu .et-menu-nav .et-menu li a:before{
    content: "\4b";
    font-family: ETmodules;
    margin-right: 10px;
  }
  
  .px_indfooter_section1_menu .et_pb_menu__menu {
    display: block !important;
    width: 100%;
}
  
  .px_indfooter_section1_menu .et_mobile_nav_menu {
    display: none !important;
}
  
  .px_indfooter_section1_blurb .et_pb_contact_form  .et_contact_bottom_container{
    padding-left: 0;
  }
  
  @media only screen and (max-width:981px){
    .px_indfooter_section1_menu .et-menu-nav, .px_indfooter_section1_menu .et-menu-nav li{
      display: block !important;
    }
    
    .px_indfooter_section1_blog .column{
      margin-bottom: 0 !important;
    }
  }

/*-------- 404 --------*/
.px_ind404_section1_cta .et_pb_button_wrapper .et_pb_button:before {
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
}
  
  .px_ind404_section1_cta .et_pb_button_wrapper .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }

/*-------- Blog Detail --------*/
.px_indblogdetail_section2_column1_person .et_pb_team_member_image img{
    height: 100px !important;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .px_indblogdetail_section2_column1_comment .comment-form .form-submit .submit:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }

.px_indblogdetail_section2_column1_comment .comment-form .logged-in-as a{color: var(--px_color1); font-weight: 600;}
  
  .px_indblogdetail_section2_column1_comment .comment-form .form-submit .submit:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indblogdetail_section2_column1_comment .comment_area .reply-container .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indblogdetail_section2_column1_comment .comment_area .reply-container .et_pb_button:hover:before{
    width: 100%;
    opacity: 1 !important;
  }
  
  .px_indblogdetail_section2_column2_sidebar .et_pb_widget{
    margin-bottom: 40px !important;
  }
  
  .px_indblogdetail_section2_column2_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_color3);
  }
  
  .px_indblogdetail_section2_column2_sidebar #block-2{
    margin-bottom: 0px !important;
    border: 2px solid var(--px_color2);
    border-radius: 2.5rem;
    padding: 3rem;
  }
  
  .px_indblogdetail_section2_column2_sidebar #block-2 p{
    padding: 15px 0;
    color: var(--px_color5);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px !important;
    border-bottom: 2px solid var(--px_color2);
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  
 	.px_indblogdetail_section2_column2_sidebar #block-2 ul li {
    display: block;
    padding: 10px 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 !important;
    border-radius: 50px !important;
  }
  
  .px_indblogdetail_section2_column2_sidebar #block-2 ul li a{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: var(--px_color6) !important;
    font-weight: 300;
    padding-left: 20px;
  }
  
  .px_indblogdetail_section2_column2_sidebar #block-2 ul li a:before{
    content: "\45" !important;
    font-family: ETmodules;
    margin-right: 10px;
    color: var(--px_color6);
  }
  
  .px_indblogdetail_section2_column2_sidebar #block-2 ul li:hover{
    background-color: var(--px_color2);
  }
  
  .px_indblogdetail_section2_column2_sidebar #block-2 ul li:hover a{
    font-weight: 700 !important;
    color: var(--px_color3) !important;
  }
  
  .px_indblogdetail_section2_column2_sidebar #block-2 ul li:hover a:before{
    color: var(--px_color3) !important;
  }
  
  .px_indblogdetail_section2_column2_sidebar #recent-posts-2{
    margin-bottom: 0px !important;
    border: 2px solid var(--px_color2);
    border-radius: 2.5rem;
    padding: 3rem;
    margin-bottom: 50px !important;
  }
  
  .px_indblogdetail_section2_column2_sidebar #recent-posts-2 .widgettitle {
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--px_color5) !important;
    font-size: 24px !important;
    font-weight: 700;
    border-bottom: 2px solid var(--px_color2);
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  
  .px_indblogdetail_section2_column2_sidebar #recent-posts-2 ul li {
    padding: 10px 0px;
    margin: 0 !important;
}
  
  .px_indblogdetail_section2_column2_sidebar #recent-posts-2 ul li a {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: var(--px_color6) !important;
    font-weight: 300;
}
  
  .px_indblogdetail_section2_column2_sidebar #recent-posts-2 ul li a:hover{
     color: var(--px_color1) !important;
  }
  
  .px_indblogdetail_section2_column2_email .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button:before{
    position: absolute;
    content: '';
    background: var(--px_color1);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    margin-left: 0;
  }
  
  .px_indblogdetail_section2_column2_email .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  .px_indblogdetail_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  .px_indblogdetail_section2_column2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    font-weight: 700;
  }
  
  .px_indblogdetail_section2_column1_person .et_pb_team_member_description .et_pb_member_social_links li:last-child{
    margin-right: 0;
  }
  
  @media only screen and (max-width: 981px){
    .px_indblogdetail_section2_column2_sidebar{
    text-align: center !important;
    }
    
    .px_indblogdetail_section2_column2_sidebar #block-2 ul li a{
      padding-left: 0;
    }
    
    .px_indblogdetail_navigation .nav-previous{
      float: none;
    }
    
    .px_indblogdetail_navigation .nav-next{
      float: none;
    }
    
     .px_indblogdetail_section2_column1_comment .comment-form .logged-in-as{
      text-align: center;
    }
  }

/*-------- Blog Detail --------*/
.px_indblogcategory_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    font-weight: 800;
    color: var(--px_color1);
    line-height: 25px;
    font-size: 18px;
  }
  
  .px_indblogcategory_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6 span{
    font-weight: 500;
    color: var(--px_color6);
    line-height: 25px;
    font-size: 18px;
  }
  
  .px_indblogcategory_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  
/* -----------------------------------
    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_color2)!important;}
.px_icon_bar:hover:before {width: 100%;height: 100%;}