/*---------------------------------------------------------------------------------
Theme Name:   Carwash Divi Theme
Theme URI:    https://divi-professional.com
Description:  Especially for Car Washing, Automatic Washing, Auto Spa, Auto Care, Repair Service, Car Interior Cleaning, Dry Cleaning, Car Repair and other. 
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

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*

* General
* Top bar
* Slider
* Intro
* Why Choose us
* Testimonial
* Team
* Pricing Tables
* Inquiry
* Footer
* Contact us
* Template-Options
* Comments
* Client
* Responsive
* Mobile Menu

*/

/* General */
.px_icon .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{color:var(--color-1);}
.et_pb_text{position:relative;}
/* Title Text*/
.px_title .et_pb_text_inner h6{text-transform: uppercase;font-size: 15px;color: var(--color-1);font-weight: 600;position:relative;margin-bottom: 10px;}
.px_title .et_pb_text_inner h6:before{
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #33373f;
    content: '';
    left: 0;
    right: 0;
    margin: 20px auto;
}
.px_title .et_pb_text_inner h6:after{
    position: absolute;
    left: 50%;
    margin: 20px auto;
    height: 2px;
    width: 6px;
    background-color:var(--color-1);
    content: "";
}
.px_title .et_pb_text_inner h2{color: var(--color-2);}
/*title Left */
.px_title_left .et_pb_text_inner h6{text-transform: uppercase;font-size: 15px;color: var(--color-1);font-weight: 600;position:relative;margin-bottom: 10px;}
.px_title_left .et_pb_text_inner h6:before{
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #33373f;
    content: '';
    left: 0;
    bottom:0;
}
.px_title_left .et_pb_text_inner h6:after{
    position: absolute;
bottom: 0;
height: 2px;
width: 6px;
background-color: var(--color-1);
content: "";
left: 0;
}
.px_title_left .et_pb_text_inner h2{color: var(--color-2);}
.px_banner_title .et_pb_text_inner h2 span{color: var(--color-1) !important;}
/* Paralax bg*/
.px_banner .et_parallax_bg_wrap .et_parallax_bg{
	opacity: 0.8;
	mix-blend-mode: overlay;
}
/* Top bar */
.px_social_media li a:hover:before{color: var(--color-2) !important;}
.px_contact_us .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{color: var(--color-2); border:1px dashed var(--color-1); padding:10px;font-size: 20px !important;}


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


/* Menu */
.px-fixed-header {
	background-color: #fff ;
	position:fixed;
	top:0px;
	width:100%;
	padding-top:0 !important;
	left:0;
	right:0;
}
/*Menu v2*/
.nav li li ul, .et-db #et-boc .et-l .nav li li ul{top: 10px !important;left: 218px;}
.px_menu_v2 nav ul li a:after{display:none;}
.px_menu_v2 nav ul li a{color:#333;
	z-index:999;padding: 10px 6px !important;
line-height: 40px;
letter-spacing: 1px;
}

.px_menu_v2 nav ul li a:before{
	position: absolute;
	left: 0;right: 0;
top: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: var(--color-1);
	content: "";
	z-index: -1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 0px 6px;
	margin: 0 -6px;
}
.px_menu_v2 nav ul li a:hover:before{
    height: 100%;
	opacity: 1;
	visibility: visible;

}
.px_menu_v2 nav ul .current_page_item a:before{
    height: 100%;
	opacity: 1;
	visibility: visible;
}

.px_menu_v2 nav ul .current_page_item a{color:#fff;}
.px_menu_v2 nav ul li a:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid var(--color-1);
    border-bottom-color: var(--color-1);
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.px_menu_v2 nav ul li a:hover:after{
    opacity: 1;
}
.px_menu_v2 nav ul .current_page_item a:after{
    opacity: 1;
}
.px_menu_v2 nav ul li ul li a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: var(--color-1);
	content: "";
	z-index: -1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 0px 6px;
	margin: 0 -6px;
}
.px_menu_v2 nav ul li ul li a:hover:before{
    height: 110%;
	opacity: 1;
	visibility: visible;

}
.px_menu_v2 nav ul li ul li a:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid var(--color-1);
    border-bottom-color: var(--color-1);
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.px_menu_v2 nav ul li ul li a:hover:after{
    opacity: 1;
}
.px_menu_v2.menu-item-has-children > a:first-child {
    padding-right: 0 !important;
}
.px_menu_v2 nav ul li a:hover{color:#fff;opacity: 1 !important;}
.px_menu_v2 nav ul li .current-menu-item a:hover{color:#fff;} 
.px_menu_v2 nav ul li ul li .current-menu-item a:hover{color:#fff}

.px_menu_v2 .et_mobile_menu li a{color:#000;}
.px_menu_v2 .et_mobile_menu li a:hover{
	background-color: var(--color-1);	
	opacity: 1;
	color:#fff;
	transition: all 500ms ease;
}
.px_menu_v2 nav ul li{
	margin-top: 0px !important;
}

.px_menu_v2 nav ul li ul{width:218px !important; padding: 10px 0px !important;}
.px_menu_v2 nav ul li ul li{
	
}
.px_menu_v2 nav ul li ul li a{padding-bottom: 8px !important;padding-top: 8px !important;}


.px_header_v3{
	overflow: inherit !important;
}

@media only screen and (max-width: 1200px){
	.px_menu_v2.et_pb_menu .et_pb_menu__menu>nav>ul{
		flex-wrap: nowrap !important;
	}
	.px_icon, .px_contact_us{
		white-space: nowrap;
	}
	
	.px_menu_v3.et_pb_menu .et-menu>li{
		padding: 0 5px;
	}
	.px_menu_v3.et_pb_menu .et-menu>li a, .px_menu_v2.et_pb_menu .et-menu>li a{
		font-size: 12px;
	}
	.px_header_v3, .px_header_menu{
		width: 100% !important;
		
	}
	
	.px_button{
		width: auto !important;
	}
	.px_header_contact, .px_button_trigger, .px_header_social{
		display: none !important;
	}
}
@media only screen and (max-width: 768px){
	
	.cl-toggler{
		top: 50px !important;
	}
}

/*Sub Menu*/
.et_pb_menu ul li.menu-item-has-children ul.sub-menu{border-radius: 10px;border: none;top: calc(100% - 0px);}
.et_pb_menu ul li.menu-item-has-children ul.sub-menu li a:before{display:none;}
.et_pb_menu ul li.menu-item-has-children ul.sub-menu li{display:block;}

.et_pb_menu ul li.menu-item-has-children ul.sub-menu li a{
display: block;color:#333 !important;line-height: inherit;
}
.et_pb_menu ul li.menu-item-has-children ul.sub-menu li a:hover{color: var(--color-1) !important;color: var(--color-1) !important;
background: transparent;text-align: left;}
.et_pb_menu ul li.menu-item-has-children ul.sub-menu li a{background: transparent;text-align: left;}
/* Menu V3 */
.px_menu_v3 ul{margin-left: 0 !important;margin-right: 0 !important;}
.px_menu_v3 ul li a{padding: 10px 20px !important;}
.px_menu_v3 ul li{margin-top: 0 !important;}

/* Slider */
.px_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper .et_pb_button{}
.px_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover:before{
	transform: scaleX(1) !important;
}
.px_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:before{
   content: "";
	opacity: 1;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1;
	display: block;
}
.px_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after{display:none;}

.px_slider .et-pb-slider-arrows .et-pb-arrow-prev:before{
    content:"\38";
    font-size: 24px;
    line-height: 35px;
    padding-left: 12px;
}
.px_slider .et-pb-slider-arrows .et-pb-arrow-prev{
    opacity: 1 !important;
    left:22px !important;
    border: 1px solid #fff;
    border-right: 0;
}
.px_slider .et-pb-slider-arrows .et-pb-arrow-next:before{
    content:"\39";
    font-size: 24px;
    line-height: 35px;
    padding-right: 12px;
}
.px_slider .et-pb-slider-arrows .et-pb-arrow-next{
    opacity: 1 !important;
    right: 22px !important;
    border: 1px solid #fff;
    border-left: 0;
}
/* Slider V2*/
.px_slider_home_v2 .et_pb_slide{padding:100px;}
.px_slider_home_v2 .et_pb_slide .et_pb_container .et_pb_slide_description{
	padding: 60px;
	width: 50%;
	margin: auto;
	background-color: rgba(0,0,0,0.5);
	border-top: 5px solid var(--color-1);
	border-radius: 0 0 30px 30px;
}
.px_slider_home_v2 .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after{
	color: var(--color-1);
}
.px_slider_home_v2 .et-pb-slider-arrows .et-pb-arrow-prev:before{
    content:"\38";
    font-size: 24px;
    line-height: 35px;
    padding-left: 12px;
}
.px_slider_home_v2 .et-pb-slider-arrows .et-pb-arrow-prev{
    opacity: 1 !important;
    left:22px !important;
    border: 1px solid #fff;
    border-right: 0;
}
.px_slider_home_v2 .et-pb-slider-arrows .et-pb-arrow-next:before{
    content:"\39";
    font-size: 24px;
    line-height: 35px;
    padding-right: 12px;
}
.px_slider_home_v2 .et-pb-slider-arrows .et-pb-arrow-next{
    opacity: 1 !important;
    right: 22px !important;
    border: 1px solid #fff;
    border-left: 0;
}
/* @media only screen and (min-width:320px) and (max-width:480px){
    .px_slider_home_v2 .et_pb_slide{padding:60px;}
	.px_slider_home_v2 .et_pb_slide .et_pb_container .et_pb_slide_description{
		padding: 20px;
		width: 100%;
		float: none;
	}
}
 */
/* @media only screen and (min-width:481px) and (max-width:767px) {
    .px_slider_home_v2 .et_pb_slide{padding:70px;}
	.px_slider_home_v2 .et_pb_slide .et_pb_container .et_pb_slide_description{
		padding: 60px;
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width:768px) and (max-width:979px) {
    .px_slider_home_v2 .et_pb_slide{padding:70px;}
	.px_slider_home_v2 .et_pb_slide .et_pb_container .et_pb_slide_description{
		padding: 50px;
		width: 100%;
	}
} */
@media only screen and (max-width:980px){
    .px_slider_home_v2 .et_pb_slide{
		padding:70px;
	}
	.px_slider_home_v2 .et_pb_slide .et_pb_container .et_pb_slide_description{
		padding: 50px;
		width: 100%;
	}
}
/* Slider V3 */
.px_slider .et_pb_slides .et_pb_slide .et_parallax_bg_wrap .et_parallax_bg{
	opacity: 0.8;
	mix-blend-mode: overlay;
}
/* Service */
.px_service .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
	background-color: #fff;
	padding: 10px;
}
.px_service .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img{transform: scale(1);transition: all 500ms ease;}
.px_service:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img{transform: scale(.7);}
.px_service .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{color: var(--color-2);}
.px_service:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{color:#fff;}
.px_service .et_pb_blurb_content .et_pb_blurb_container  .et_pb_blurb_description p{color:#777;}
.px_service:hover .et_pb_blurb_content .et_pb_blurb_container  .et_pb_blurb_description p{color:#fff;}
/* Service 2*/
.px_service_v2 .et_pb_blurb_content .et_pb_main_blurb_image{
	transform: scale(0.9);
	transition: all 500ms ease;
}
.px_service_v2:hover .et_pb_blurb_content .et_pb_main_blurb_image{
	transform: scale(1.1);
	transition: all 500ms ease;
}
/**/
.px_counter .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	color: var(--color-1);
	transition: all 300ms ease;
}
.px_counter:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	color:#fff;
	transform: scale(1.2);
	transition: all 300ms ease;
}
/* Intro */
.px_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img{ }
.px_blurb .et_pb_blurb_content .et_pb_blurb_container{padding-left: 0px !important;}
.px_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    position: absolute;
    bottom: -50px;
    background-color: #fff;
    width: 100%;font-size:16px;
    padding:18px 40px 15px 20px;
    color: var(--color-2);
    transition: all 300ms ease;
    z-index: 1;
}
.px_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    color: var(--color-1);
}
.px_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    transform: translateY(0px);
    opacity: 1;
}
.px_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    transform: translateY(120px);
    opacity: 0;
    padding: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 600ms ease;
    background-color: rgb(34,34,34,.90);
}
.px_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:before{
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 90%;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: .70;
}
.px_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:after{
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #ffffff;
    opacity: .70;
    content: "";
}
/* Contact Form */
.px_contact_form .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:before{
	content: "";
	opacity: 1;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1;
	display: block;
}
.px_contact_form .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after{display:none;}
.px_contact_form .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:before{
	transform: scaleX(1) !important;
}
/* Footer */
.px_ft_info .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{background-color: var(--color-1)!important;}
.px_ft_link .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{color:var(--color-1);}
.px_ft_link:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{color:#fff;}
.px_ft_link .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{color: #fff;}
.px_ft_link:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{color: var(--color-1)!important;}
.px_ft_email .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:before{
	content: "";
	opacity: 1;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1;
	display: block;
}
.px_ft_email .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after{display:none;}
.px_ft_email .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:before{
	transform: scaleX(1) !important;
}
/*Footer V3*/
.px_ft_info_v3.team .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	border-radius: 10px 10px 0px 10px;
	border: 1px dashed var(--color-1);
	color: var(--color-1) !important;
	padding: 8px;
}
.px_ft_info_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	border-radius: 10px 10px 0px 10px;
	border: 1px dashed var(--color-1);
	color: #fff;
	padding: 8px;
}
.px_ft_social li a:hover:before{color: var(--color-1) !important;}
/* Testimonial */
.px_testimonial .et_pb_testimonial_portrait:before{box-shadow:none;}
.px_testimonial .et_pb_testimonial_description .et_pb_testimonial_content{
    position: absolute;
    top: 100px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
/* Portfolio */
.px_portfolio .et_pb_portfolio_filters{margin-bottom:10px !important;}
.px_portfolio .et_pb_portfolio_filters ul{text-align: center}
.px_portfolio .et_pb_portfolio_filters li{
    float: none !important;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    position: relative;
	margin:10px;
}
.px_portfolio .et_pb_portfolio_filters li a{border: none;background-color:#fff!important;border-radius:0;padding:10px;color:var(--color-2);font-size:15px;text-transform:uppercase;font-weight:500;padding: 15px 0;}
.px_portfolio .et_pb_portfolio_filters li a:hover{color:var(--color-1);background-color: #ffffff;}
.px_portfolio .et_pb_portfolio_filters li a.active{border: none;background-color:#fff!important;color:var(--color-1);padding: 15px 0;}

.px_portfolio .et_pb_portfolio_filters li a.active:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.px_portfolio .et_pb_portfolio_filters li a.active:after{
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 60%;
    content: "";
    background-color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0;
    bottom: 10px;
}
.px_portfolio .et_pb_portfolio_item .et_portfolio_image img,
.px_portfolio .et_pb_portfolio_item .et_pb_portfolio_image img{width: 100%;}
.px_portfolio .et_pb_portfolio_item{overflow: hidden;position: relative;}
.px_portfolio .et_pb_portfolio_item:hover .et_pb_module_header,
.px_portfolio .et_pb_portfolio_item:hover .meta .et_pb_module_header{
    transform: translateY(-10px);
    opacity: 1;
}
.px_portfolio .et_pb_portfolio_item .et_pb_module_header,
.px_portfolio .et_pb_portfolio_item .meta .et_pb_module_header{
    transform: translateY(-100px);
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease;
    background-color: rgb(34,34,34,.90);
    padding: 50px;
}

.px_portfolio .et_pb_portfolio_item .meta .et_pb_module_header{margin-top: 10px;
float: none;
text-align: unset;
z-index: auto;}

.px_portfolio .et_pb_portfolio_item .et_pb_module_header a:before,
.px_portfolio .et_pb_portfolio_item .meta .et_pb_module_header:before{
    position: absolute;
    left: 30px;
    top: 0;
    height: 90%;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: .70;
}
.px_portfolio .et_pb_portfolio_item .et_pb_module_header a:after,
.px_portfolio .et_pb_portfolio_item .meta .et_pb_module_header:after{
    position: absolute;
    top: 30px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #ffffff;
    opacity: .70;
    content: "";
}
.px_portfolio.clm2 .et_pb_ajax_pagination_container, .px_portfolio.clm2 .et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(2, 1fr);
}
.px_portfolio.clm3 .et_pb_ajax_pagination_container, .px_portfolio.clm3 .et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width : 1024px) {
	.px_portfolio.clm3 .et_pb_ajax_pagination_container, .px_portfolio.clm3 .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{grid-template-columns: repeat(2, 1fr) !important;}
}
@media only screen and (max-width : 767px) {
	.px_portfolio.clm3 .et_pb_ajax_pagination_container, .px_portfolio.clm3 .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{
		display: block !important;
	}
	.px_portfolio.clm2 .et_pb_ajax_pagination_container, .px_portfolio.clm2 .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{
		display: block !important;
	}
}
/* Priceing */
.px_price .et_pb_pricing_table:before{
	content: "";
	border-right: 70px solid var(--color-1);
	border-top: 70px solid transparent;
	border-bottom: 70px solid transparent;
	position: absolute;
	top: 30px;
	right: -100px;
	z-index:999;
	transition: all .3s ease 0s;
}
.px_price .et_pb_pricing_table:hover:before{
	right: 0;
}
.px_price .et_pb_pricing_table{
	border-top-color:var(--color-1);
	border-bottom-color:var(--color-1);
	transition: all 300ms ease;
	overflow:hidden;
}
.px_price .et_pb_pricing_table:hover{border-top-color:var(--color-2);border-bottom-color:var(--color-2);}
.px_price .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum{color:var(--color-1);transition: all 300ms ease;}
.px_price .et_pb_pricing_table:hover .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum{color:var(--color-2);}
.px_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:before{
	text-align: center;
	padding-right: 10px;
	font-size: 15px;
	font-family:ETmodules !important;
	content:"\39";
	font-weight:700;
}
.px_price .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button{color:#fff;}
.px_price .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:before{
	content: "";
    opacity: 1;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin-left: 0 !important;
    right: 0;
    bottom: 0;
    background: var(--color-2);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 1;
    display: block;
}
.px_price .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:after{display:none;}
.px_price .et_pb_pricing_table:hover .et_pb_button_wrapper .et_pb_button:before{
	transform: scaleX(1) !important;
}
/**/
.px_price_center .et_pb_pricing_table:before{
	content: "";
	border-right: 70px solid var(--color-2);
	border-top: 70px solid transparent;
	border-bottom: 70px solid transparent;
	position: absolute;
	top: 30px;
	right: -100px;
	transition: all .3s ease 0s;
	z-index:999;
}
.px_price_center .et_pb_pricing_table:hover:before{
	right: 0;
}
.px_price_center .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:before{
	text-align: center;
	padding-right: 10px;
	font-size: 15px;
	font-family:ETmodules !important;
	content:"\39";
	font-weight:700;
}
.px_price_center .et_pb_pricing_table{border-top-color:var(--color-2);border-bottom-color:var(--color-2);transition: all 300ms ease;overflow:hidden;}
.px_price_center .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum{color:var(--color-2);transition: all 300ms ease;}
.px_price_center .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button{color:#fff;}
.px_price_center .et_pb_pricing_table:hover .et_pb_button_wrapper .et_pb_button{color:var(--color-2) !important;}
.px_price_center .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:before{
	content: "";
    opacity: 1;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin-left: 0 !important;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 1;
    display: block;
}
.px_price_center .et_pb_pricing_table:hover .et_pb_button_wrapper .et_pb_button:before{
	transform: scaleX(1) !important;
}
/* Blog */
.px_blog .et_pb_slide{
    width: 40% !important;
    height: 300px !important;
}
.px_blog .et_pb_slide_description{
    float: right;
	position: relative;
	background-color: #fff;
	right: 0;
	z-index: 99999;
	top: 0;
	width: 450px;
	left: 230%;
	display: block;
	height: auto;
	padding: 10px 0;
}
.px_blog .et_pb_slide_description .et_pb_button_wrapper .et_pb_button{
    color: var(--color-2);
}
.px_blog .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after{
	color: var(--color-1) !important;
	margin-left: 0 !important;
}
.px_blog .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover{
    color: var(--color-1);
}
.px_blog .et-pb-slider-arrows .et-pb-arrow-prev:before{
    content:"\38";
    font-size: 24px;
    line-height: 35px;
    padding-left: 12px;
	color: #000;
}
.px_blog .et-pb-slider-arrows .et-pb-arrow-prev{
    opacity: 1 !important;
    left:0 !important;
    border: 1px solid #000;
    border-right: 0;
    margin-top:20px;
    top: 100%;
}
.px_blog .et-pb-slider-arrows .et-pb-arrow-next:before{
    content:"\39";
    font-size: 24px;
    line-height: 35px;
    padding-right: 12px;
	color: #000;
}
.px_blog .et-pb-slider-arrows .et-pb-arrow-prev:hover:before,
.px_blog .et-pb-slider-arrows .et-pb-arrow-next:hover:before{
	color: var(--color-1);
	transition:all ease 0.2s;
}
.px_blog .et-pb-slider-arrows .et-pb-arrow-next{
    opacity: 1 !important;
    right: 90% ;
    border: 1px solid #000;
    border-left: 0;
    margin-top:20px;
    top: 100%;
}
/* Blog v2 */
.px_blog_v2 .et_pb_post {
	background-color:#fff;
}
.px_blog_v2 .et_pb_post:hover{box-shadow: 0 5px 30px rgba(0,0,0,.2);}

.px_blog_v2 .et_pb_post .et_pb_image_container {
	margin-bottom: 0px !important;
}
.px_blog_v2 .et_pb_post .post-meta, .px_blog .post-content {
	padding:0px !important;
}
.px_blog_v2 .et_pb_post .entry-featured-image-url:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	opacity: 0.90;
	z-index: 9;
	content: "";
	transition: all 300ms ease;
	background-color: var(--color-1);
}
.px_blog_v2 .et_pb_post:hover .entry-featured-image-url:before{
	width: 50%;
}
.px_blog_v2 .et_pb_post .entry-featured-image-url{position:relative;overflow:hidden;margin-bottom: 16px;}
.px_blog_v2 .et_pb_post .entry-featured-image-url img {
	width: 100%;
	height: auto;
}
.px_blog_v2 .et_pb_post .post-meta a{
	color: var(--color-2);
}
.px_blog_v2 .et_pb_post .post-meta a:hover{
	color: var(--color-1);
}
.px_blog_v2 .et_pb_post .post-meta{
	color: var(--color-2);
}

.px_blog_v2 .et_pb_post .more-link {
	position: absolute;
	top: -220px;
	right: 50%;
	z-index: 999;
	color: #fff;
	opacity: 0;
	transition: all 1s ease;
}
.px_blog_v2 .et_pb_post:hover .more-link {
	opacity:1;
	right: 0;
}
.px_blog_v2 .et_pb_post .post-content{position:relative;}
.px_blog_v2 .et_pb_post .more-link:after{
	font-family: ETmodules !important;
	content: "\35";
	font-weight: 800;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
.px_blog_v2 .et_pb_post .more-link:before {
	background-color:#fff;
	content: "";
	height: 1px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
	transition: all 0.3s linear;
	width: 100%;
	opacity:0;
	z-index:999;
}
.px_blog_v2 .et_pb_post .more-link:hover:before {
	opacity:1;
}
.px_blog_v2 .et_pb_post .post-meta .published {
	width: 60px;
	height: auto;
	border: 1px solid var(--color-1);
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	margin-right: 5px;
	color: #121212;
	display: inline-flex;
}
/* Blog v3 */
.px_blog_v3 .et_pb_post{
	padding: 0;
	margin-bottom:20px !important;
}
.px_blog_v3 .et_pb_post .entry-featured-image-url .et_overlay{
	background: #000 !important;
	opacity:0.7;
	transition: transform ease-in-out 0.3s;
}
.px_blog_v3 .et_pb_post:hover .entry-featured-image-url .et_overlay{
	transform: scale(0.9);
	border: none;
}
.px_blog_v3 .et_pb_post:hover .entry-featured-image-url img{
	transform: scale(1.1);
	transition: transform ease-in-out 0.5s;
}
.px_blog_v3 .et_pb_post .entry-featured-image-url img{
	  position: absolute;
	  height: 100%;
	  width: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  object-fit: cover;
}
.px_blog_v3 .et_pb_post .entry-featured-image-url{
	width:50%;
	float:left;
	margin-bottom: 0 !important;
	padding-top: 50%;
  	display: block;
}
.px_blog_v3 .et_pb_post .dtc_blog_dec{
	width:50%;
	display:inline-block;
	padding:16px;
	position: relative;
}
.px_blog_v3 .et_pb_post .post-meta a{
	color: var(--color-2);
}
.px_blog_v3 .et_pb_post .post-meta a:hover{
	color: var(--color-1);
}
.px_blog_v3 .et_pb_post .post-meta{
	color: var(--color-2);
}
.px_blog_v3 .et_pb_post .post-meta .published {
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	margin-right: 5px;
	color: #666;
	display: inline-flex;
	position: absolute;
	top: 0;
}
.px_blog_v3 .et_pb_post .dtc_blog_dec .post-content .more-link{
    color: var(--color-2);
}
.px_blog_v3 .et_pb_post .dtc_blog_dec .post-content .more-link:after{
	color: var(--color-1) !important;
	content: "\39";
	font-size: 22px;
	padding: 0px;
	font-family: ETmodules;
	position: absolute;
}
.px_blog_v3 .et_pb_post .dtc_blog_dec .post-content .more-link:hover{
    color: var(--color-1) !important;
}
.px_blog_v3 .pagination .alignleft a{
	color: #fff;	
	background: var(--color-1);	
	padding: 10px;
}

.px_blog_v3 .pagination .alignright a{
	color: #fff;	
	background: var(--color-1);	
	padding: 10px;
}
/* Blog V4*/
.px_blog_v4 .et_pb_post {
	background-color:#fff;
	padding-bottom: 20px;
}
.px_blog_v4 .et_pb_post .px_blog_detail{padding: 10px 20px;}
.px_blog_v4 .et_pb_post:hover{box-shadow: 0 5px 30px rgba(0,0,0,.2);}

.px_blog_v4 .et_pb_post .et_pb_image_container {
	margin-bottom: 0px !important;
}
.px_blog_v4 .et_pb_post .post-meta, .px_blog .post-content {
	padding:0px !important;
}
.px_blog_v4 .et_pb_post .entry-featured-image-url:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	opacity: 0.90;
	z-index: 9;
	content: "";
	transition: all 300ms ease;
	background-color: var(--color-1);
}
.px_blog_v4 .et_pb_post:hover .entry-featured-image-url:before{
	width: 50%;
}
.px_blog_v4 .et_pb_post .entry-featured-image-url{position:relative;overflow:hidden;margin-bottom: 16px;height:300px;}
.px_blog_v4 .et_pb_post .entry-featured-image-url img {
	width: 100%;
	height: auto;
}
.px_blog_v4.left .et_pb_post .entry-featured-image-url{margin-right:20px;}
.px_blog_v4 .et_pb_post .px_blog_detail{padding:20px;}
.px_blog_v4 .et_pb_post .post-meta a{
	color: var(--color-2);
}
.px_blog_v4 .et_pb_post .dtc_blog_detail .post-meta a:hover{
	color: var(--color-1);
}
.px_blog_v4 .et_pb_post .post-meta{
	color: var(--color-2);
}

.px_blog_v4 .et_pb_post .dtc_blog_detail .more-link {
	position: absolute;
	top: -200px;
	right: 50%;
	z-index: 999;
	color: #fff;
	opacity: 0;
	transition: all 1s ease;
}
.px_blog_v4 .et_pb_post:hover .more-link {
	opacity:1;
	right: 10%;
}
.px_blog_v4 .et_pb_post .post-content{position:relative;}
.px_blog_v4 .et_pb_post .more-link:after{
	font-family: ETmodules !important;
	content: "\35";
	font-weight: 800;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
.px_blog_v4 .et_pb_post .more-link:before {
	background-color:#fff;
	content: "";
	height: 1px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
	transition: all 0.3s linear;
	width: 100%;
	opacity:0;
	z-index:999;
}
.px_blog_v4 .et_pb_post .more-link:hover:before {
	opacity:1;
}
.px_blog_v4 .et_pb_post .post-meta .published {
	width: 60px;
	height: auto;
	border: 1px solid var(--color-1);
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	margin-right: 5px;
	color: #121212;
	display: inline-flex;
}
.px_blog_v4 .pagination .alignleft a{
	color: #fff;	
	background: var(--color-1);	
	padding: 10px;
}

.px_blog_v4 .pagination .alignright a{
	color: #fff;	
	background: var(--color-1);	
	padding: 10px;
}
@media only screen and (min-width:320px) and (max-width:480px){
	.px_blog_v4 .et_pb_post .entry-featured-image-url{height:auto !important;}
	.px_blog_v4 .et_pb_post:hover .more-link {
    opacity: 1;
    right: 0%;
	}
}
/* Blog  Image Right*/
.px_blog_v4.right .et_pb_post{padding-bottom: 0;overflow:hidden;}
.px_blog_v4.right .et_pb_post .more-link{position:relative;}
.px_blog_v4.right .et_pb_post .more-link::before{background-color: #000;}
.px_blog_v4.right .et_pb_post .more-link::after{color: #000;}
.px_blog_v4.right .et_pb_post:hover .more-link{opacity: 1;right: 0;}
.px_blog_v4.right .et_pb_post .dtc_blog_detail .more-link{position: relative;bottom: 0;top: auto;color: #000;display: inline-block;}
.px_blog_v4.right .et_pb_post .entry-featured-image-url{position: relative;overflow: hidden;margin-bottom: 0;height: auto;float: right;width: 50%;}
.px_blog_v4.right .et_pb_post .dtc_blog_detail{padding: 16px;float: left;width: 50%;}

@media only screen and (min-width:360px) and (max-width:767px){.px_blog_v4.left .et_pb_post .dtc_blog_detail,.px_blog_v4.right .et_pb_post .dtc_blog_detail{width: 100% !important;display: block  !important;}.px_blog_v4.left .et_pb_post .entry-featured-image-url,.px_blog_v4.right .et_pb_post .entry-featured-image-url{width: 100%  !important;display: block  !important;}}
@media only screen and (min-width:768px) and (max-width:981px){.px_blog_v4.left .et_pb_post .dtc_blog_detail,.px_blog_v4.right .et_pb_post .dtc_blog_detail{width: 100%  !important;display: block  !important;}.px_blog_v4.left .et_pb_post .entry-featured-image-url,.px_blog_v4.right .et_pb_post .entry-featured-image-url{width: 100%  !important;
display: block  !important;}}
/* Blog  Image left*/
.px_blog_v4.left .et_pb_post{padding-bottom: 0;overflow:hidden;}
.px_blog_v4.left .et_pb_post .more-link{position:relative;}
.px_blog_v4.left .et_pb_post .more-link::before{background-color: #000;}
.px_blog_v4.left .et_pb_post .more-link::after{color: #000;}
.px_blog_v4.left .et_pb_post:hover .more-link{opacity: 1;right: 0;}
.px_blog_v4.left .et_pb_post .dtc_blog_detail .more-link{
	position: relative;
	bottom: 0;
	top: auto;
	color: #000;
	display: inline-block;
}
.px_blog_v4.left .et_pb_post .entry-featured-image-url{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	height: auto;
	float: left;
	width: 50%;
}
.px_blog_v4.left .et_pb_post .dtc_blog_detail{
	padding: 16px;
	float: right;
	width: 50%;
}
/* Blog Detail Page */
.px_coment .comment-edit-link{
	color:var(--color-1);
}
.px_coment .comment-respond .comment-reply-title{
	color:var(--color-1);
}
.px_coment .comment-respond .comment-form .logged-in-as a{
	color:var(--color-1); 
	transition: 0.5s;
}
.px_coment .comment-respond .comment-form .logged-in-as a:hover{
	color:var(--color-2); 
	text-decoration: underline; 
	transition: 0.5s;
}
.px_coment .comment-form .form-submit .et_pb_button:before{
	content: "";
	opacity: 1;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1;
	display: block;}
.px_coment .comment-form .form-submit .et_pb_button:hover:after{display:none;}
.px_coment .comment-form .form-submit .et_pb_button:hover:before{
	transform: scaleX(1) !important;
}
.px_coment .comment_area .reply-container .et_pb_button:hover:after{display:none;}
.px_coment .comment_area .reply-container .et_pb_button:hover:before{
	transform: scaleX(1) !important;
}

.px_coment .comment_area .reply-container .et_pb_button:before{content: "";
	opacity: 1;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1;
	display: block;}
/* FAQ */
.px_faq .et_pb_toggle.et_pb_toggle_close h5.et_pb_toggle_title::before {
    content: '\4c';
	color: var(--color-1);
}
/* Person*/
.px_person .et_pb_team_member_image img{
	max-width: 100%;
	height: auto;
	width: 100%;
}
.px_person:hover .et_pb_team_member_description{
	background: var(--color-1) !important;
	display: block;
}
.px_person .et_pb_team_member_description .et_pb_module_header{color: var(--color-1);}
.px_person:hover .et_pb_team_member_description .et_pb_module_header{color:#fff;}
.px_person .et_pb_team_member_description .et_pb_member_position{color:#777;}
.px_person:hover .et_pb_team_member_description .et_pb_member_position{color:#fff;}
.px_person .et_pb_team_member_description .et_pb_member_social_links a{color:#fff;}
.px_person .et_pb_team_member_description .et_pb_member_social_links a:hover{color:var(--color-1);}
.px_person:hover .et_pb_team_member_description .et_pb_member_social_links{
	opacity: 1;
	transform: translateY(-100px);
	transition:all ease 0.9s !important;
}
.px_person .et_pb_team_member_image:before{
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 90%;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: 0;
	transform: translateY(100px);
	transition:all ease 0.5s !important;
}
.px_person .et_pb_team_member_image:after{
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #ffffff;
    opacity: 0;
    content: "";
	transform: translateY(100px);
	transition:all ease 0.5s !important;
}
.px_person:hover .et_pb_team_member_image:before,
.px_person:hover .et_pb_team_member_image:after{
	transform: translateY(0px);
	transition:all ease 0.5s !important;
	opacity:.70;
	z-index:99;
}
/* Services Detail page */
/*TAB Module*/ 
.px_tab,
.px_tab .et_pb_tabs_controls::after {
	border: none
}

.px_tab.px-custom-tabs.tabs-on-right ul li a {
	text-align: left
}

.px_tab.px-custom-tabs.tabs-on-bottom ul li {
	margin-top: 10px
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

.px_tab .et_pb_tabs_controls {
	background-color: #fff;
	border: none;
	margin: 0 0 20px
}

.px_tab.px-custom-tabs.tabs-on-left ul li a,
.px_tab.px-custom-tabs.tabs-on-right ul li a {
	min-width: 150px
}

.px_tab.px-custom-tabs.tabs-on-left ul li,
.px_tab.px-custom-tabs.tabs-on-right ul li {
	margin-bottom: 10px
}

.px_tab .et_pb_tabs_controls li {
	margin-left: 10px;
	border-bottom: 1px solid transparent;
}

.px_tab .et_pb_tabs_controls li a {
	padding: 10px 20px;
	margin-right: 10px;
	font-size: 17px;
	font-weight: 600;
	color: #293241;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	background: 0 0;
	z-index: 1;
	position: relative;
	transition: all .3s ease 0s
}

.px_tab .et_pb_tabs_controls li a:hover,
.px_tab .et_pb_tabs_controls li.et_pb_tab_active a {
	border: none;
	color: #fff!important
}

.px_tab .et_pb_tabs_controls li a:before {
	content: "";
	width: 10%;
	height: 100%;
	background: var(--color-1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .3s ease 0s
}

.px_tab .et_pb_tabs_controls li a:hover:before,
.px_tab .et_pb_tabs_controls li.et_pb_tab_active a:before {
	width: 100%
}

.px_tab .et_pb_all_tabs {
	background-color: var(--color-2) !important;
	outline: #e0fbfc solid 3px;
	outline-offset: -8px;
	font-size: 17px;
	height: 100%;
	text-align: justify;
	color: #e0fbfc;
	letter-spacing: 1px;
	line-height: 30px;
	position: relative
}

.px_tab .et_pb_all_tabs h3 {
	margin-top: 0
}
.px_tab .et_pb_all_tabs {background-color:var(--color-2) !important;}


/*Tab Hero*/

.px_tab_hero ul.et_pb_tabs_controls::after{border:none;}
.px_tab_hero ul.et_pb_tabs_controls li{display:inline-block;float:none;border:none !important;}
.px_tab_hero ul.et_pb_tabs_controls li a{position: relative;

font-size: 16px;
line-height: 30px;
color: #ffffff !important;
background:var(--color-2);
text-transform: capitalize;
font-weight: 400;
cursor: pointer;
padding: 15px 25px;
min-width: 200px;
text-align: center;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;}

.px_tab_hero ul.et_pb_tabs_controls li a:after{position: absolute;
left: 50%;
margin-left: -10px;
bottom: -10px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;}
.px_tab_hero ul.et_pb_tabs_controls li:first-child a{border-radius: 30px 0 0 30px;}
.px_tab_hero ul.et_pb_tabs_controls li:last-child a{border-radius: 0 30px 30px 0;}

.px_tab_hero ul.et_pb_tabs_controls li.et_pb_tab_active a{background:var(--color-1);}
.px_tab_hero ul.et_pb_tabs_controls li.et_pb_tab_active a:after{border-top: 10px solid var(--color-1);}

@media only screen and (max-width : 700px) {
.px_tab_hero ul.et_pb_tabs_controls li{display:block;}
.px_tab_hero ul.et_pb_tabs_controls li a{width: 100%;
display: block;border-radius:0 !important;}
.px_tab_hero .et_pb_tab{padding:0;}
}

/*CTA*/
.px_cta .et_pb_button_wrapper .et_pb_button:before{
	content: "";
	opacity: 1;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1;
	display: block;
}
.px_cta .et_pb_button_wrapper .et_pb_button:hover:after{display:none;}
.px_cta .et_pb_button_wrapper .et_pb_button:hover:before{
	transform: scaleX(1) !important;
}
/* Side Bar */
.widget_search input#searchsubmit {
	background-color:var(--color-1);
	color:#fff;
	border:none
}
.widget_search input#s {
	border:none;
	box-shadow:0 0 10px 0 #ddd;
}
.px_sidebar .et_pb_widget{
	margin-bottom: 20px !important;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	float: none;
	width: 100%;
}
.px_sidebar .et_pb_widget .widgettitle{margin-bottom: 10px;}
.px_sidebar .et_pb_widget .widgettitle:before{
	position: absolute;
    height: 2px;
    width: 40px;
    background-color: #33373f;
    content: '';
    left: 0;
    margin: 25px 20px;
}
.px_sidebar .et_pb_widget .widgettitle:after{
	position: absolute;
	left: 0;
	right: 50%;
	margin: 25px 50px;
	height: 2px;
	width: 6px;
	background-color: var(--color-1);
	content: "";
}
.px_sidebar .et_pb_widget ul li{
	margin-bottom: 16px;
	line-height: 20px;
	font-size: 14px;
}
.px_sidebar .et_pb_widget ul li a{
	color:var(--color-2);
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.px_sidebar .et_pb_widget ul li a:hover{
	color:var(--color-1);
	transition: all 0.3s;
}
/* Project Category Page */
.px_pro_cat .et_pb_post{margin-bottom: 15px;}
.px_pro_cat .et_pb_post .entry-featured-image-url{margin-bottom: 10px;}
.px_pro_cat .et_pb_post .post-meta a{color:var(--color-2);}



/* =======================
   Client
=========================*/

#px_client .owl-controls {
	width: 100%;
	position: absolute;
	top: 30%;
	margin-top: auto
}

#px_client .owl-controls .owl-buttons div {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	background: var(--color-1);
	color: #fff;
	border-radius: 0;
	margin-right: 5px;
	opacity: 1;
}

#px_client .owl-prev {
	position: absolute;
	left: -5%;
}

#px_client .owl-next {
	position: absolute;
	right: -5%;
}

#px_client .owl-next::after,
#px_client .owl-prev::after {
	content: "\23";
	font-family: ETmodules !important;
	font-size: 20px;
	font-weight: 900;
}

#px_client .owl-next::after {
	content: "\24"
}

#px_client .own-item .et_pb_image_wrap img {
	border: 2px solid var(--color-1);
	padding: 5px;
}

#px_client .own-item {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: transform 300ms ease 0ms, transform 300ms ease 0ms, transform 300ms ease 0ms, transform 300ms ease 0ms, transform 300ms ease 0ms;
}

#px_client .own-item:hover {
	transform: translateX(0px) translateY(-12px);
}

#px_client .own-item .et_pb_image_wrap:hover img {
	border: 2px solid var(--color-1);
	box-shadow: 0 0 8px 0 var(--color-1);
}

@media only screen and (max-width: 1299px) {
	#px_client .owl-next {
		position: absolute;
		right: -7%;
	}
}
/* Mobile Menu */
/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
}
/*remove the border from the top of the mobile menu*/
.et_mobile_menu {
    border-top: none;
}
/*hide the submenu items on mobile*/
.et_mobile_menu li ul.hide {
    display: none !important;
}
/*adjust the parent menu items on mobile*/
.et_mobile_menu .menu-item-has-children {
    position: relative;
}
/*adjust the parent menu items on mobile*/
.et_mobile_menu .menu-item-has-children > a {
    background: transparent;
}
/*position and style the submenu icons*/
.et_mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}
/*icon for closed submenu*/
span.menu-closed:before {
    content: "\33";
    display: block;
    color: var(--color-1);
    font-size: 18px;
    font-family: ETmodules;
}
/*icon for open submenu*/
span.menu-closed.menu-open:before {
    content: "\4d";
    color: var(--color-1);
}
/*adjust border under mobile menu items*/
.et_mobile_menu li:not(:last-child) a {
    border-bottom: 2px solid #f3f6fd;
}
/*remove border under last mobile menu item*/
.et_mobile_menu li:last-child a {
    border-bottom: none;
}
/* Responsive */
@media only screen and (min-width:320px) and (max-width:480px){
    .px_blog .et_pb_slide_description{
        width: 160px !important;
		left: 233% !important;
		padding: 14px 10px !important;
    }
	.px_blog .et-pb-slider-arrows .et-pb-arrow-next{
		right:70% !important;
	}
	.px_blog_v3 .et_pb_post .entry-featured-image-url{
		width:100%;
		float:none;
	}
	.px_blog_v3 .et_pb_post .dtc_blog_dec{
	width:100%;
			padding:10px;
	
}
	.px_blog_v3 .et_pb_post{
		padding:19px !important;}
	.px_blog_v3 .et_pb_post .post-meta .published{
		top: -5%;
	}
}
@media only screen and (min-width:481px) and (max-width:767px) {
    .px_blog .et_pb_slide_description{
        width:400px  !important;
    }
}
@media only screen and (min-width:768px) and (max-width:979px) {
    .px_blog .et_pb_slide_description{
        width:340px  !important;
    }
	.px_blog_v3 .et_pb_post .entry-featured-image-url{
		width:100%;
		float:none;
	}
	.px_blog_v3 .et_pb_post .dtc_blog_dec{
		width:100%;
		padding:10px;
	
}
	.px_blog_v3 .et_pb_post{
		padding:19px !important;}
	.px_blog_v3 .et_pb_post .post-meta .published{
		top: -10%;
	}
}
@media only screen and (min-width:980px) and (max-width:1024px) {
    .px_blog .et_pb_slide_description{
        width:440px  !important;
    }
	.px_blog_v3 .et_pb_post .dtc_blog_dec{
	width:100%;
	padding:10px;

}
	.px_blog_v3 .et_pb_post{
		padding:19px !important;}
	.px_blog_v3 .et_pb_post .entry-featured-image-url{
		width:100%;
		float:none;
	}
	.px_blog_v3 .et_pb_post .post-meta .published{
		top: -20%;
	}
}
/* Slide Bar*/
.slide_in_sidebar {
  position: fixed !important;
  right: 0px !important;
  top: 0px !important;
  left: unset !important;
  bottom: unset !important;
  transform: translateX(100%)!important;  
  transition: all .4s ease-in-out,width .2s ease-in-out,top .4s ease-in-out !important;
}
 
.scroll_show_slide_in,
.exit_intent_slide_in.activate_exit_intent,
.exit_intent_slide_in_bottom.activate_exit_intent  {
  transform: translateX(0px) !important;
}
  
.slide_in_sidebar.px_activate_slide_in {
	transform: translateX(0px) !important;
}  
  
.slide_in_sidebar .et-waypoint:not(.et_pb_counters) {
  opacity: 1 !important;
} 
#px_side_bar .close_scroll_slide_in .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	background: var(--color-1);
	color: #fff;
	padding: 10px;
	border-radius: 50%;
	font-size: 30px;
}
.px_icon_rd .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	color: var(--color-1);
	background: #fff;
	font-size: 25px;
	padding: 14px;
	border-radius: 50%;
}
/* Template-Options */
/*------------------------------------------------------- Template-Options -------------------------------------------*/
.template-options .theme_option_bar:before {
    font-size: 22px;
    content: "\e037";
    cursor: pointer;
    color: #000;
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}
.template-options.opened .theme_option_bar:before {
    content: "\4d";
    font-size: 32px;
}
.template-options {
    position: fixed;
    top: 130px;
    right: -200px;
    width: 200px;
    background: #fff;
    -webkit-transition: right .4s;
    transition: right .4s;
    z-index: 9999999
}
.template-options.opened {
    right: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    z-index: 9999999
}
.option-section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}
.option-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}
.option-section h4 {
    color: #333;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}
.option-section .checkbox {
    margin-bottom: 0
}
.options-inner {
    position: relative;
    padding: 20px
}
.cl-toggler {
    position: absolute;
    top: 0;
    left: -48px;
    display: inline-block;
    background: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}
.cl-toggler i {
    font-size: 20px
}
.cl-toggler:hover {
    color: #000
}
.cl-bg-images,
.cl-presets {
    list-style: none;
    padding: 0;
    margin: -5px
}
.cl-bg-images li,
.cl-presets li {
    display: block;
    float: left;
    margin: 5px
}
.cl-bg-images li a,
.cl-presets li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    float: left
}
.cl-bg-images li a img {
    width: 100%
}
.cl-bg-images li.active a {
    border: 3px solid #22b8f0
}
.cl-presets li.active a {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .2) inset
}
.switcher-style-list {
    list-style: none;
    overflow: hidden;
}
.switcher-style-list li {
    float: left;
    margin: 2px;
}
.switcher-style-list li a {
    display: block;
    width: 16px;
    height: 15px;
    cursor: pointer;
    background-size: cover;
}
#switcher-theme-custom-color.switcher-style-list li a {
    width: 80px;
    height: 40px;
    border: 2px solid #444;
    position: relative;
}
#switcher-theme-custom-color.switcher-style-list li a .color {
    width: 50%;
    height: 100%;
    float: left;
    background-color: #eee;
}
#switcher-theme-custom-color.switcher-style-list li.active a:after {
    color: #ddd;
    content: "\e052";
    font-family: ETmodules !important;
    font-size: 16px;
    left: 40%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 15%;
}
.layout select {
    width: 100%;
    padding: 5px;
    border: none;
    margin: 0 0 0 -5px;
    color: #666;
    cursor: pointer;
}
@media (max-width: 980px) {
    .template-options {
        top: 10%;
        width: 100px;
        right: -100px;
    }
    .cl-bg-images li a,
    .cl-presets li a {
        width: 25px;
        height: 25px;
    }
    #switcher-theme-custom-color.switcher-style-list li a {
        width: 65px;
        height: 25px;
    }
    #switcher-theme-custom-color.switcher-style-list li.active a::after {
        top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    #switcher-menu-primary-color,
    #switcher-menu-secondary-color {
        display: none;
    }
	.cl-toggler i{font-size:15px;}
	.cl-toggler{width: 35px;left: -34px;}
}








/* -----------------------------------
    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(--color-1) !important;border-radius: 5px;border: 2px solid #e4e7ee;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-box-shadow: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px;}
.px_icon_bar:after {padding:7px 15px 7px 9px;display: block;position: relative;-webkit-transition: all 0.5s ease;color:#fff !important;font-size:20px !important;}
.px_icon_bar:before {content: "";position: absolute;width: 38px;height: 38px;border-radius: 5px;background: var(--color-1);border-radius: 5px;top: 0;left: 0;right: 0;bottom: 0;margin: auto;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;;display:block !important;}
.px_icon_bar:hover {background: var(--color-2)!important;}
.px_icon_bar:hover:before {width: 100%;height: 100%;}
/*-------------------------------------------
  -- 27. Color Picker CSS
-------------------------------------------*/
.tm-font-selector div, .tm-color-selector div,
.pickr .pcr-button::before ,
.pickr .pcr-button::after {border-radius: 50%;}
/*Front Color Picker Css */
.px-color-switcher {
  position: fixed;
  left: 8px;
  top: 50%;
  z-index: 1000;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  border-radius: 64px;
  padding: 15px 10px 15px 10px;
  background-color: #fff;
  font-size: 12px;
  width: 65px;
  line-height: 1.3;
  background: linear-gradient(145deg, #e2e8ec, #fff);
  box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff;
  transition: all 200ms ease-in-out;
}
.px-color-switcher .close {
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #fff;
  z-index: 20;
  text-align: center;
  line-height: 24px;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
  background-color: #333;
  transition: all 0.5s ease;
  cursor: pointer;
  box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff;
}
.px-color-switcher .close:hover {
  background: #fff;
  color:#333 !important;
} 
.px-color-switcher.closed {
  padding: 10px 8px 6px 10px;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.25s ease;
}

.px-color-switcher.closed:hover {
  padding-right: 14px;
}

.tm-font-selector:hover {
  cursor: pointer;
}

.px-color-switcher.closed img:hover {
  cursor: pointer;
}

.px-color-switcher.closed .close {
  display: none;
}

.px-color-switcher.closed div {
  display: none;
}

.px-color-switcher.closed .img {
  display: block;
  overflow: hidden;
  height: 42px;
  width: 45px;
  text-align: center;
  animation: rotation 8s infinite linear;

}

.px-color-switcher.closed .img img {
  margin: 0;
}

.px-color-switcher .close:hover {
  opacity: 1;
  color: #000;
}

@media (max-width: 991px) {
  .px-color-switcher {
    display: none !important;
  }
}
  
.px-font-selector div,
.px-color-selector div {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 4px solid #fff;
  display: block;
  margin: 4px auto 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.5s ease;
}

.px-font-selector div:hover,
.px-color-selector div:hover {
  background: linear-gradient(145deg,rgba(0,0,0,0.5), #fff);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.5), -5px -5px 15px #fff;
}
.px-custom-field {
  padding: 0;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: block;
}
/*Color Picker Tooltip Css */
.px-color-selector {position: relative;;}
.px-color-switcher .px_tooltip {
  opacity:0;
  visibility:hidden;
  -webkit-transform:scale(.7);
  -moz-transform:scale(.7);
  -ms-transform:scale(.7);
  transform:scale(.7);
  position:absolute;
  background-color:#fff;
  font-size:13px;
  margin:0;
  padding:0px 20px;
  font-family:inherit;
  width:auto;
  font-weight:600;
  line-height:36px;
  letter-spacing:.1px;
  left:5px;
  top:0px;
  border-radius:3px;
  white-space:nowrap;
  -webkit-box-shadow:0 5px 40px rgb(0 0 0 / 7%),0 0 3px -1px rgb(83 45 245 / 15%);
  -moz-box-shadow:0 5px 40px rgb(0 0 0 / 7%),0 0 3px -1px rgb(83 45 245 / 15%);
  box-shadow:0 5px 40px rgb(0 0 0 / 7%),0 0 3px -1px rgb(83 45 245 / 15%);
  -moz-transition:all .3s cubic-bezier(0.64,-0.09,0.13,1.15);
  -o-transition:all .3s cubic-bezier(0.64,-0.09,0.13,1.15);
  transition:all .3s cubic-bezier(0.64,-0.09,0.13,1.15);
  color: #333;
  }
  .px-color-switcher .px_tooltip span {
  display:block;
  position:absolute;
  left:-5px;
  top:12px;
  width:0;
  height:0;
  border-right:5px solid #fff;
  border-bottom:5px solid transparent;
  border-top:5px solid transparent
  }
  .px-color-switcher .px-color-selector:hover .px_tooltip {
  opacity:1;
  left:45px;
  visibility:visible;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1)
  }

