/*
Theme Name:  Divi Barber Child Theme
Theme URI:   https://divi-professional.com/
Description: Divi Barber Theme is suitable for spa, beauty, care, girly, hair, health, beauty parlour, massage, skincare, saloon, make up, physiotherapy, salon, wellness, yoga website
Version:     1.0
Author:      Divi Professional
Author URI:  https://divi-professional.com/
Template:    Divi
Text Domain: dpprofe
*/

/* -----------------------------------
   General Class CSS
-------------------------------------*/
/*---Title CSS---*/
body {
    overflow-x: hidden;
}

.px_title .et_pb_text_inner h2 {
	text-transform: uppercase;
	font-size: 30px;
}
.px_subtitle .et_pb_text_inner {
	text-transform: uppercase;
	color:var(--px-color-1);
}
.px_underline{
	position:relative;
}
.px_underline  .et_pb_image_wrap  {
	opacity: 1;
    position: absolute;
    left: 0;
    top: -75px;
    right: 0;
    margin: 0 auto;
    -webkit-animation: movebounce2 3.0s linear infinite;
    animation: movebounce2 3.0s linear infinite;
}
.px_underline{
	margin-bottom:10px !important;
}
/*---Button CSS---*/
.px_btn{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--px-color-1) !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 14px 35px 14px;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
}
.px_btn:after{
	position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0;
    background: var(--px-color-2);
	margin: 0 !important;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}
.px_btn:hover:after{
	transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}
.px_btn.light:after {
	 background:#fff;
}
.px_btn.light:hover{
	color:var(--px-color-2);
}
/* Responsive css for general css */
	
/*--- Global Class CSS ---*/
/*****Pagination******/
.pagination-container{ margin-bottom:0px !important;}
.et_pb_row_custom_pagination{clear:both;text-align: left;}
.pagination-container{padding-top: 0 !important;margin-top:2em;margin-bottom:2em;}
.screen-reader-text{display: none;}
.navigation.px_blogpagination .page-numbers{display: inline-block;border-right: 0;padding: 0em 1em;margin: 0 -1px;line-height: 2.6em;}
.navigation.px_blogpagination .page-numbers.prev,.navigation.px_blogpagination .page-numbers.next{padding: 0 .5em;}
.navigation.px_blogpagination span.page-numbers {color:#fff;border: 1px solid;border-color: #000 !important;font-weight: 600;}
.navigation.px_blogpagination .page-numbers .et-pb-icon{font-size: 1.6em;vertical-align: middle;line-height: 1.5em;margin-top: -3px;}
.navigation.px_blogpagination a.page-numbers:hover, .navigation.px_blogpagination span.page-numbers {background-color: #000 !important;}
.navigation.px_blogpagination a.page-numbers {color: #fff !important;background: #000;}
.navigation.px_blogpagination a.page-numbers:hover {color: #fff !important; } 

/* -----------------------------------
     Header Section CSS
-------------------------------------*/
/*---Menu + Sub Menu CSS---*/
/*---Main Menu CSS---*/
/*---Sub Menu CSS---*/
/*---Header Common Info Css---*/
.px_small_blurb_info .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	color:var(--px-color-1) !important;
}
.px_small_blurb_info .et_pb_main_blurb_image{
	vertical-align:middle;
}
/*---Header v1  CSS---*/
.px_header_v1_bottom  .et_pb_menu{
	background-color: #f9f9f9 !important;
}
.px_header_v1_bottom  .et_pb_menu .et_pb_menu__wrap{
	justify-content:space-between;
}
.px_header_v1_bottom  .et_pb_menu .et_pb_menu__search-button{
	padding:20px;
	background-color:var(--px-color-1);
	border-radius: 5px;
	margin:0px;
	color:#fff !important;
}
.px_header_v1_bottom .et_pb_menu .et-menu>li {
    padding:18px  15px;  
}
.px_header_v1_bottom  .et_pb_menu .et-menu>li a{
	color:#000;
	font-size: 14px;
	letter-spacing: .5px;
	text-transform: uppercase;
    font-weight: 400;
}
.px_header_v1_bottom  .et_pb_menu .et-menu>li:first-child  > a{
	color:var(--px-color-1);
}

.px_header_v1_bottom .et_pb_menu .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu {
	border-color: var(--px-color-1);
}

.px_header_v1_bottom .px_h_popup_btn {
	background-color: var(--px-color-1);
}

.px_header_v1_bottom .px_h_popup_btn:hover {
	background-color: var(--px-color-2);	
}

.px_header_v1_bottom .px_h_popup_btn:after,
body #page-container .et_pb_section.px_header_v1_bottom .px_h_popup_btn:after {
	margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
}

.et-menu li>a:hover{
	opacity:1;
	color:var(--px-color-1) !important;
	transition:0.1s;
}
.et_pb_menu .et-menu-nav>ul ul{
	padding:0px;
}
.nav li li{
	padding:0px;
}
.nav li li a{
	padding: 12px 30px !important;
	width:240px;
	border-bottom: 1px solid rgba(0,0,0,.10);
	position:relative;
}
.nav li li a:hover{
	background-color:var(--px-color-1);
	color: #fff !important;
	opacity:1;
}
.nav li li a:hover{
	color:#fff;
	transition:0.2s;
}
.et_pb_menu .et-menu-nav>ul ul {
    padding: 0px !important;
	border-radius: 10px;
}

.et_pb_menu .et-menu-nav>ul li ul {
	top: 0px;	
}

.nav li.et-touch-hover>ul, .nav li:hover>ul {
    opacity: 1;
    visibility: visible;
}
.et_pb_menu .et-menu-nav>ul ul {
    padding: 20px 0;
    text-align: left;
}
.nav li ul{
	border-top-color:var(--px-color-1)
}
.nav li li a:before{
	position: absolute;
    content: '';
    left: 10px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}.nav li li a:hover:before{
	background-color: rgba(255,255,255,.50);
    width: 10px;
}

/* responsive css for header home v1 */
@media only screen and (min-width: 981px) and (max-width:1150px) {
	.px_header_v1_bottom .et_pb_menu .et-menu>li {
    	padding: 18px 7px; 
	}
}

@media only screen and (min-width: 981px) and (max-width:1024px){
.px_header_v1_top  .px_header_top_col4{
	display:none;
}
.px_header_v1_top .px_header_top_row{
		justify-content:space-between;
}
.px_header_v1_bottom  .et_pb_menu .et_pb_menu__search-button{
		display:none;
}	
}
@media only screen and (min-width: 768px) and (max-width:980px){
.px_header_v1_bottom  .et_pb_menu .et_pb_menu__search-button{
		display:none;
}
.px_header_v1_bottom .et_pb_menu .et_pb_menu__wrap {
    justify-content: end;
}
.px_header_v1_top  .px_header_top_col1 {
	display:none;	
}
.px_header_v1_top .px_header_top_col4  {
		display:none;
}
.px_header_v1_top .px_header_top_col2  {
	margin-bottom:0px;	
}
.px_header_v1_top .px_header_top_col3 {
	display: flex;
    align-items: end;
    justify-content: end;
	margin-right:0px !important;
}
.px_header_v1_top .px_header_top_row{
		justify-content: space-between;
}
}
@media only screen and (min-width: 0px) and (max-width:767px){
.px_header_v1_top{
		display:none;
}
.px_header_v1_bottom  .et_pb_menu .et_pb_menu__search-button{
	display:none;
}
.px_header_v1_bottom .et_pb_menu .et_pb_menu__wrap {
    justify-content: end;
}
}

/* -----------------------------------
  Footer Section CSS
-------------------------------------*/
/*---Footer Common Info Css---*/
.px_footer_blurb_info .et_pb_main_blurb_image .et-pb-icon{
	width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
	border-radius: 5px;
    color: #fff;
	background-color: var(--px-color-1);
}
.px_footer_blurb_info .et_pb_blurb_container{
	vertical-align:middle;
}
.px_footer_links {
	color: #b8c3cb;
	font-family: Source Sans Pro,sans-serif;
	line-height: 1.7;
	font-weight: 400 !important;
    font-style: normal;
}
.px_footer_links:hover{
	color: #fff;
}
.px_footer_social li.et_pb_social_icon a.icon {
	width: 40px !important;
    height: 40px !important;
}
.px_footer_social li.et_pb_social_icon a.icon:before {
    color: var(--px-color-2) !important;
    display: inline-block;
    background-color: #fff;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px !important;
    transition: all 0.4s !important;
}
.px_footer_social li.et_pb_social_icon a.icon:hover:before {
	 color:#fff !important;
	 background-color: var(--px-color-1);
}
.px_textlight{
	color: #b8c3cb !important;
	font-size:14px;
}
.px_footer_email .et_pb_newsletter_form {
	position:relative;
	border-radius: 5px;
	overflow: hidden;
}

.px_footer_email .et_pb_newsletter_form .et_pb_newsletter_field {
	padding-bottom: 0px;
}

.px_footer_email .et_pb_newsletter_button_wrap .et_pb_button {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0;
    right: 0px;
    background-color: var(--px-color-1);
    width: fit-content;
    padding: 13px 20px 13px 30px !important;
	transition: all 0.4s;
}

.px_footer_email .et_pb_newsletter_button_wrap .et_pb_button:hover {
    background-color: #fff;
	color: var(--px-color-2) !important;
}

/* -----------------------------------
     Sidebar CSS
-------------------------------------*/
.px_sidebar .widgettitle{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.1;
    color: var(--px-color-2);
    text-transform: uppercase;
    padding-left: 30px;
    margin-bottom: 15px;
}
.px_sidebar .widgettitle:before{
	position: absolute;
    content: '\e031' !important;
	font-family: ETmodules!important;
	color:var(--px-color-1);
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0px;
	font-size:18px;
}
.px_sidebar .et_pb_widget{
/* 	margin-bottom:0px !important; */
}
.px_sidebar .et_pb_widget ul{
	border: 1px solid #d5d5d5;
    padding: 15px !important;
/*     margin: 0px 0px 55px; */
	border-radius: 10px;
	list-style: none !important;
}

.px_sidebar .et_pb_widget ul li{
    position: relative;
    border-bottom: 2px dotted #b2b1af;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 12px;
}
.px_sidebar .et_pb_widget ul li:before{
	position: absolute;
    content: '\e033' !important;
	font-family: ETmodules!important;
	color:var(--px-color-1);
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0px;
	font-size:10px;
}
.px_sidebar .et_pb_widget ul li a{
	font-weight: 400;
	color:#000;
	transition:0.3s;
}
.px_sidebar .et_pb_widget ul li:hover a{
	color:var(--px-color-1);
}

.px_sidebar .et_pb_widget.widget_recent_entries ul li a {
    display: block;
    line-height: 1.3;
    font-weight: 500;
}

.px_sidebar .et_pb_widget.widget_recent_entries ul li .post-date {
	font-size: 14px;
}

/* Search css */
.px_sidebar .widget_search{
	margin-bottom:40px !important;
}

.px_sidebar .widget_search .searchform {
	border: 1px solid #d5d5d5;
    padding: 15px !important;
    /* margin: 0px 0pxpx 55px; */
    border-radius: 10px;
    list-style: disc !important;
    list-style-position: inside !important;
}

.px_sidebar .widget_search .searchform div {
	position: relative;
}

.px_sidebar .widget_search input#s{
	border: 1px dashed #d5d5d5;
/* 	border-top:0px;
	border-left:0px;
	border-right:0px; */
}
.px_sidebar .widget_search input#searchsubmit{
	background-color: transparent;
	border: 1px solid #d5d5d5;
    color: #000;
	transition: all 0.4s;
}
.px_sidebar .widget_search input#searchsubmit:hover{
	color:var(--px-color-1) !important;
}
/* widget_categories */
/*  widget_recent_entries */
/* widget_tag_cloud */
.px_sidebar .widget_tag_cloud .tagcloud a{
    position: relative;
    display: inline-block;
    font-size: 14px !important;
    line-height: 30px;
    padding: 2px 10px;
    text-align: center;
    background: #e5e4e0;
    border: 1px solid #e5e4e0;
    color: #000;
    font-weight: 400;
}

.px_sidebar .widget_tag_cloud .tagcloud a:hover{
	background: transparent;
    color:var(--px-color-1);
    border-color:var(--px-color-1);
}

.px_sidebar .widget_tag_cloud .tagcloud{
	border: 1px solid #d5d5d5;
    padding: 15px !important;
	border-radius: 10px;
}

.px_sidebar .widget_media_gallery .gallery .gallery-item {
	margin: 0px !important;
}

.px_sidebar .widget_media_gallery .gallery {
    border: 1px solid #d5d5d5;
    padding: 30px 30px !important;
    border-radius: 10px;
}

.px_sidebar .widget_media_gallery .gallery .gallery-item .gallery-icon img {
	border: none !important;
	height: 60px;
	object-fit: cover;
	border-radius: 5px;
	transition: all 0.4s;
}

.px_sidebar .widget_media_gallery .gallery .gallery-item .gallery-icon img:hover {
	filter: brightness(0.6);
}

.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item {
	margin: 0px 5px 5px 0px;
}

.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item:nth-child(3n) {
	margin-right: 0;
}


.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item .et_portfolio_image img {
    height: 55px;
    object-fit: cover;
    border-radius: 5px;
	transition: all 0.4s;
}

.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item .et_portfolio_image:hover img {
	filter: brightness(0.5);
}

.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item .et_portfolio_image .et_overlay {
	display: none !important;
}

/* -----------------------------------
      Blog CSS
-------------------------------------*/
.px_blog_v1 .et_pb_post {
	padding: 0px;
	margin-bottom: 30px;
}
/*---Image  CSS---*/
.px_blog_v1 .et_pb_post .et_pb_image_container {
	margin: 0px;
}
.px_blog_v1 .et_pb_post .entry-featured-image-url {
	margin-bottom:0px !important;
	border-radius:10px;
	overflow: hidden;
    position: relative;
}
.px_blog_v1 .et_pb_post .entry-featured-image-url img {
	transform: scale(1.1);
	transition: all 200ms linear 0ms;
}
.px_blog_v1 .et_pb_post:hover .entry-featured-image-url img{
	transform: scale(1);
}
/*---Title  CSS---*/
.px_blog_v1 .et_pb_post .entry-title {
	font-size: 20px !important;
    color: #222;
	line-height: 1.2;
    padding: 10px 40px 10px 0px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	transition: .3s cubic-bezier(.24,.74,.58,1);
	overflow:hidden;
	text-overflow:ellipsis;
}

.px_blog_v1 .et_pb_post .entry-title:hover{
	color:var(--px-color-1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
}
/*---Post Meta  CSS---*/
.px_blog_v1 .et_pb_post .post-meta{
	font-weight:400px;
}
.px_blog_v1 .et_pb_post .post-meta .author{
	position:relative;
	padding-left:25px;
} 
.px_blog_v1 .et_pb_post .post-meta .author:before{
	position:absolute;
	content:'\e08a' !important;
	font-family: ETmodules!important;
	top:-3px;
	left:0px;
	color:var(--px-color-1);
}
.px_blog_v1 .et_pb_post .post-meta .author:hover a {
	color:var(--px-color-1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
}
.px_blog_v1 .et_pb_post .info_blog {
	padding: 20px;
    background-color: #fff;
    margin-right: 25px;
	border: 1px solid #e6e6e6;
	position: relative;
    z-index: 2;
	margin-top: -25px;
	border-radius:10px;
	border-top-left-radius:0px;
	transition: all 0.4s;
}

.px_blog_v1 .et_pb_post:hover .info_blog {
	border-color: transparent;
	box-shadow: 0 13px 25px rgb(102 102 102 / 9%);
}

.px_blog_v1 .et_pb_post .info_blog:after{
	position: absolute;
    content: '\4c' !important;
    font-family: ETmodules!important;
    top: -1px;
    right: -1px;
    color: #fff;
    background-color: var(--px-color-1);
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: 900;
    font-size: 35px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
	cursor: pointer;
}
.px_blog_v1 .et_pb_post .post-meta .published {
    background-color: var(--px-color-1);
    color: #fff;
    height: 55px;
    width: 55px;
    position: absolute;
    top: -40px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9;
}
.px_blog_v1 .et_pb_post .post-meta a[rel="tag"] {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 10px;
}

.px_blog_v1 .et_pb_post .post-meta a[rel="tag"]:before{
	position:absolute;
	content:'\e07c' !important;
	font-family: ETmodules!important;
	top: 0px;
	left:0px;
	color:var(--px-color-1);
}

/*---Blog Desc CSS---*/

/*---Pagination Button CSS---*/
/* Responsive css for blog  */

@media only screen and (max-width:767px){
.px_blog_v1 .et_pb_post .info_blog:after {
    font-size: 30px;
}
}

/*---Pagination Button CSS---*/
.px_blog_v1 .pagination .alignleft,
.px_blog_v1 .pagination .alignright {
  margin-top: 25px;
}

.px_blog_v1 .pagination .alignleft a,
.px_blog_v1 .pagination .alignright a {
  padding: 15px 35px !important;
  border-radius: 5px;
  background-color: var(--px-color-1);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.4s;
}

.px_blog_v1 .pagination .alignleft a:hover,
.px_blog_v1 .pagination .alignright a:hover {
  background-color: var(--px-color-2);
}

.px_blog_v1 > div article ~ div:last-child {
grid-column: 1 / -1;
}

/*---Blog Grid 2 Columns CSS---*/
.px_blog_grid_2_col .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.px_blog_grid_2_col .et_pb_ajax_pagination_container .et_pb_post {
  margin: 0px 15px 30px 15px !important;
}

.px_blog_grid_2_col .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  margin-bottom: 0;
}

.px_blog_grid_2_col .et_pb_ajax_pagination_container .et_pb_post .info {
  padding: 20px;
}

@media only screen and (max-width: 750px) {
  .px_blog_grid_2_col .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(1, 100%);
  }
}

/*---Blog Grid 4 Columns CSS---*/
.px_blog_grid_4_col .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.px_blog_grid_4_col .et_pb_ajax_pagination_container .et_pb_post {
  margin: 0px 15px 30px 15px !important;
}

.px_blog_grid_4_col .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  margin-bottom: 0;
}

.px_blog_grid_4_col .et_pb_ajax_pagination_container .et_pb_post .info {
  padding: 20px;
}

@media only screen and (max-width: 1150px) {

  .px_blog_grid_4_col .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(2, 50%);
  }
}

@media only screen and (max-width: 750px) {
  .px_blog_grid_4_col .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(1, 100%);
  }
}


/* Blog Listing CSS */

@media only screen and (min-width: 981px) {
	.px_blog_list .et_pb_post {
		display: flex;
	}
	
	.px_blog_list .et_pb_post .entry-featured-image-url img {
		height: 100%;
		object-fit: cover;
	}
	
	.px_blog_list .et_pb_post .info_blog {
		border-radius: 10px;
		padding: 20px 20px 20px 35px;
		margin: 20px 0px 20px -35px;
	}
	
	.px_blog_list .et_pb_post .post-meta .published {
		top: 20px;
		left: -30px;
	}
	
}

@media only screen and (max-width: 980px) {
	.px_blog_list .et_pb_post .post-meta {
		margin-bottom: 0px;
	}
	.px_blog_list .et_pb_post .post-content-inner {
		display: none;
	}
}

/* Blog Single Page CSS */
.px_blog_single .et_pb_column_single {
	padding: 0px;
}

.px_blog_single .px_blog_single_post_title .et_pb_title_container{
	display:flex;
	flex-wrap:wrap;
}
.px_blog_single .px_blog_single_post_title .et_pb_title_container .entry-title{
	width:100%;
	order:2;
	padding-bottom: 10px !important;
}
.px_blog_single .px_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container{
	width:100%;
	order:1;
	display:flex;
}
.px_blog_single .px_blog_single_post_title .et_pb_title_meta_container  .author {
	order:2;
	padding-left: 30px;
    position: relative;
    margin-left: 20px;
}
.px_blog_single .px_blog_single_post_title .et_pb_title_meta_container  .author:before{
	position: absolute;
    content:'\5c' !important;
	font-family: ETmodules!important;
	left:0;
	top:0;
	color:inherit;
	font-size: 12px;
}
.px_blog_single .px_blog_single_post_title .et_pb_title_meta_container  .published{
	order:1;
	position:relative;
	padding-left: 65px;
	color: var(--px-color-1);
}
.px_blog_single .px_blog_single_post_title .et_pb_title_meta_container  .published:before{
	position: absolute;
    content: '';
    width: 56px;
    height: 1px;
    left: 0px;
    top: 12px;
	background: var(--px-color-1);
}
.px_blog_single .px_blog_single_post_title .et_pb_title_meta_container .comments-number{
	order:3;
	padding-left: 30px;
    position: relative;
    margin-left: 20px;
}
.px_blog_single .px_blog_single_post_title .et_pb_title_meta_container .comments-number:before{
	position: absolute;
    content:'\5c' !important;
	font-family: ETmodules!important;
	left:0;
	top:0;
	color:inherit;
	font-size: 12px;
}
.px_blog_single .px_blog_single_post_title .et_pb_image_wrap{
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 10px;
}
.px_blog_single .px_blog_single_post_title .et_pb_image_wrap img{
	transition: all 500ms ease;
}
.px_blog_single .px_blog_single_post_title .et_pb_image_wrap:hover img{
	transform: scale(1.05);
	transition: all 500ms ease;
}
.px_blog_single .px_blog_single_post_title .et_pb_title_featured_container{
    padding: 15px;
    border: 1px solid #d5d5d5;
	border-radius: 10px;
}
/* ------------------------------------------*/
.px_blog_single_tag  .et_pb_blurb_content .et_pb_main_blurb_image{
	vertical-align:middle;
}
.px_blog_single_tag  .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color:var(--px-color-1);
}
.px_blog_single_tag  .et_pb_blurb_content .et_pb_blurb_container{
	padding-left:0px;
}
.px_blog_single_tag  .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	padding-bottom:0px;
}
/* ----------------tag and social icon--------------------------*/
.px_blog_single_tags .et_pb_text_inner a {
	background-color: #e5e4e0;
    border: 1px solid #e5e4e0;
    color: #75706d;
	display:inline-block;
	padding: 5px 10px;
    border-radius: 5px;
	transition: all 0.4s;
}
.px_blog_single_tags .et_pb_text_inner a:hover{
	background-color: transparent;
	color: var(--px-color-1);
    border-color: var(--px-color-1);
}
/* ----------------Navigation --------------------------*/
.px_post_nav .nav-previous a, .px_post_nav .nav-next a{
	color:#000;
	font-size:18px;
	display: inline-block;
    padding: 15px 0px;
}
.px_post_nav .nav-previous a:hover , .px_post_nav .nav-next a:hover{
	color:var(--px-color-1);
}
/* ----------------Author --------------------------*/
.px_post_light{
	display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.px_post_blurb .et_pb_main_blurb_image{
	overflow: hidden;
	width: 130px;
    height: 130px;
	text-align: center;
}
.px_post_blurb .et_pb_main_blurb_image img{
	border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.px_post_blurb{
	position:relative;
}
.px_post_blurb:before{
	position:absolute;
	content:'';
	border-left:5px solid var(--px-color-1);
	left:10px;
	top:0;
	width: 100%;
    height: 100%;
}
/* Responsive css for blog author  */
@media only screen and (min-width: 0px) and (max-width:767px){
.px_post_blurb  .et_pb_main_blurb_image{
	display:block !important;
	width:100%;
}	
.px_post_blurb .et_pb_blurb_content{
		display:block !important;
}
.px_post_blurb .et_pb_blurb_container{
		width:100% !important;
		text-align:center !important;
		padding-left:0px !important;
}
}
/* ----------------px_post_comment  --------------------------*/
.commentlist .comment_postinfo .fn a{
	position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 7px;
	color: #1f1f1f;
	text-transform:capitalize;
}
.commentlist .comment_postinfo .comment_date{
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #75706d;
    text-transform: uppercase;
}
.comment-body .et_pb_custom_button_icon{
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding:10px 10px 10px 20px !important; 
	border:0px !important;
	color:var(--px-color-1);
}
.comment-body .et_pb_custom_button_icon:hover{
	color: #1f1f1f;
	background-color:transparent !important;
	 padding:10px 10px 10px 20px !important;
}
.comment-body .comment-edit-link{
	color:var(--px-color-2);
}
.comment-body .comment-edit-link:hover{
	color:var(--px-color-1);
}
/* -----------contact form in comment -----------*/
.comment-respond .comment-form{
	display:flex;
	flex-wrap:wrap;
}
.comment-notes{
	display:none;
}
.comment-form-comment{
	width:100%;
	order:3;
}
.comment-form-author{
	width:50%;
	order:1;
}
.comment-form-email{
	width:50%;
	order:2;
}
.comment-form-url{
	display:none;
}
.comment-form-cookies-consent{
	width:100%;
	order:4;
}
.form-submit{
	width:100%;
	order:5;
}
#commentform input[type="text"],.comment-form-comment textarea#comment {
    border: 1px solid #cdcdcd;
    padding: 10px 20px;
    font-size: 18px;
    color: #75706d;
    transition: all 500ms ease;
	font-weight: 400;
	background: transparent;
}
#commentform input[type="text"]{
	width:95%;
	height: 58px;
}
.comment-form-comment textarea#comment{
	width:100%;
}
.comment-form-email input[type="text"]{
	margin-left:15px;
}
.form-submit .et_pb_custom_button_icon{
	border-width: 0px!important;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600!important;
    text-transform: uppercase!important;
	padding-top: 14px!important;
    padding-right: 35px!important;
    padding-bottom: 14px!important;
    padding-left: 35px!important;
	position: relative;
	border: none;
    outline: none !important;
	background-color: var(--px-color-1) !important;
    color: #ffffff;
	z-index: 1;
    overflow: hidden;
}
.form-submit .et_pb_custom_button_icon:after{
	visibility:visible;
	display:block !important;
	position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0;
    background: var(--px-color-2) !important;
    content: "" !important;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}
.form-submit .et_pb_custom_button_icon:hover:after{
	transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}
.form-submit .et_pb_custom_button_icon:before{
	color:transparent !important;
}
.logged-in-as a{
	color:var(--px-color-1);
}
/* ------post content csss ---------------*/
.px_post_content_title {
	position:relative;
	padding-left:35px;
}
.px_post_content_title:before{
	position:absolute;
	content:'\e031' !important;
	font-family: ETmodules!important;
	top: 2px;
    left: 0px;
    color: var(--px-color-1);
    font-size: 22px;
}
.px_post_content_btn {
	color:#707070;
}
.px_post_content_btn:before{
	color:var(--px-color-1);
	margin-left: -1.9em !important;
}

/* Responsive css for px_post_comment blog single */
@media only screen and (min-width: 0px) and (max-width:767px){
.comment-reply-link {
    float:left !important; 
}
.commentlist .comment_postinfo .comment_date {
    font-size: 13px;
}
.comment-body .comment-edit-link {
    font-size: 13px;
}
.comment-body {
    padding: 0 0 0 0px;
}
.comment_avatar { 
    position: static;
    margin-bottom: 15px;
}
.comment-form-author{
	width:100%;
}
.comment-form-email{
	width:100%;
}
#commentform input[type="text"]{
	width:100%;
}
.form-submit .et_pb_custom_button_icon{
    font-size: 15px !important;
    font-weight: 600!important;
	padding-top: 10px!important;
    padding-right: 25px!important;
    padding-bottom: 10px!important;
    padding-left: 25px!important;	
}
}

/* Responsive css for blog single */
@media only screen and (min-width: 0px) and (max-width:463px){
.px_blog_single .et_pb_title_meta_container .published {
    padding-left: 0px;
}
.px_blog_single .et_pb_title_meta_container .published:before {
    width: 0px;
}
.px_blog_single .et_pb_title_meta_container .author {
    padding-left: 20px;
	margin-left: 10px;
}
.px_blog_single .et_pb_title_meta_container .comments-number {
    padding-left: 20px;
	margin-left: 10px;
}
}

/* -----------------------------------
   Portfolio CSS
-------------------------------------*/
/*---Portfolio Gallary CSS ---*/
.px_portfolio_v1 .et_pb_portfolio_item {
	position:relative;
}

/* Image Css */ 
.px_portfolio_v1 .et_pb_portfolio_item .et_portfolio_image {
	padding-top: 100%;
    display: block;
	overflow: hidden;
	position:relative;
}
.px_portfolio_v1 .et_pb_portfolio_item .et_portfolio_image img {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
	border-radius: 10px;
}
/* Overlay  Css */ 
.px_portfolio_v1 .et_pb_portfolio_item .et_portfolio_image:before {
    content: "";
    bottom: 0;
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(255 255 255 / 60%);
    opacity: 0;
    backdrop-filter: blur(3px);
    z-index: 1;
    transition: all .4s ease-in-out;
}
.px_portfolio_v1 .et_pb_portfolio_item:hover .et_portfolio_image:before{
	opacity: 1;
}
/* Title Css */ 
.px_portfolio_v1 .et_pb_portfolio_item .et_pb_module_header {
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:18px;
	text-transform:uppercase;
	margin: 0px;
	color:var(--px-color-1);
	padding-bottom:0px;
}  
/* Category Post Meta Css */ 
.px_portfolio_v1 .et_pb_portfolio_item .post-meta a {
    white-space: nowrap;
    color: #4b4b4b;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.1;
}
.px_portfolio_info {
    border-left: 2px solid var(--px-color-1);
    padding: 20px;
    position: absolute;
    bottom: 15px;
    left: 15px;
	border-radius: 5px;
    background-color: #fff;
    z-index: 1;
}

/*---Portfolio Grid 2 Columns CSS---*/
	.px_portfolio_2_col .et_pb_portfolio_items,
	.px_portfolio_2_col .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

	.px_portfolio_2_col .et_pb_portfolio_items,
	.px_portfolio_2_col .et_pb_ajax_pagination_container {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 750px) {

	.px_portfolio_2_col .et_pb_portfolio_items,
	.px_portfolio_2_col .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*---Portfolio Grid 4 Columns CSS---*/
.px_portfolio_4_col .et_pb_portfolio_items,
.px_portfolio_4_col .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.px_portfolio_4_col .et_pb_portfolio_items,
.px_portfolio_4_col .et_pb_ajax_pagination_container {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 1150px) {

	.px_portfolio_4_col .et_pb_portfolio_items,
	.px_portfolio_4_col .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 750px) {

	.px_portfolio_4_col .et_pb_portfolio_items,
	.px_portfolio_4_col .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Portfolio 3 Column */
.px_portfolio_3_col .et_pb_portfolio_items,
.px_portfolio_3_col .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

@media only screen and (min-width:480px) and (max-width:980px){
	.px_portfolio_3_col .et_pb_portfolio_items,
	.px_portfolio_3_col .et_pb_ajax_pagination_container {
  		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width:480px){
	.px_portfolio_3_col .et_pb_portfolio_items,
	.px_portfolio_3_col .et_pb_ajax_pagination_container {
	    grid-template-columns: repeat(1, 1fr);
	}
}

/* Pagination CSS */
.px_portfolio_v1 .pagination{
	margin-top: 30px;
}
.px_portfolio_v1 .pagination .alignright a,
.px_portfolio_v1 .pagination .alignleft a{
  padding: 15px 35px !important;
  border-radius: 5px;
  background-color: var(--px-color-1);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.4s;
}

.px_portfolio_v1 .pagination .alignright a:hover,
.px_portfolio_v1 .pagination .alignleft a:hover{
	background-color: var(--px-color-2);
}

.px_portfolio_v1 .pagination  {
grid-column: 1 / -1;
}
/* Portfolio Single Page CSS */

.px_project_detail_blurb_info:last-child {
	border-bottom: none !important;
}

.px_project_detail_blurb_info .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 5px;
}

.px_project_detail_blurb_info .et_pb_blurb_container .et_pb_blurb_description a {
    color: #707070;
    text-decoration: underline;
    text-decoration-color: #707070;
    transition: all 0.4s;
}

.px_project_detail_blurb_info .et_pb_blurb_container .et_pb_blurb_description a:hover {
    color: var(--px-color-1);
    text-decoration-color: var(--px-color-1);
}

.px_project_detail_nav{
	width:100% !important;
}
 .px_project_detail_nav .nav-previous a,
 .px_project_detail_nav .nav-next a{
	color:#000;
	font-size: 18px;
    font-weight: 400;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
 .px_project_detail_nav .nav-previous a:hover,
 .px_project_detail_nav .nav-next a:hover{
	color:var(--px-color-1);
	transition:0.3s;
}
.px_project_detail_nav a .meta-nav{
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.px_project_detail_nav a:hover .meta-nav{
	border-color:var(--px-color-1) !important;
}
 .px_project_detail_nav .nav-previous a .meta-nav{
	margin-right: 18px;
}
.px_project_detail_nav .nav-next a .meta-nav{
	margin-left: 18px;
}
.px_portfolio_single_blurb .et_pb_main_blurb_image .et-pb-icon{
	color:var(--px-color-1);
	height: 75px;
    width: 75px;
    line-height: 75px;
	text-align:center;
	margin: 5px 20px 0px 0px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px 0px rgb(142 142 142 / 75%);
	transition: all 0.3s ease;
    font-weight: normal;
}
.px_portfolio_single_blurb:hover .et_pb_main_blurb_image .et-pb-icon{
	transform: rotateY(180deg);
	color:var(--px-color-2);
}
.px_portfolio_single_col{
	position:relative;
}
.px_portfolio_content_icon .et_pb_icon_wrap .et-pb-icon {
	color:#fff !important;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	background-color:var(--px-color-1);
	animation: ripple-white 1s linear infinite;
    transform-origin: center center;
    box-shadow: 0 0 0 0 #fff;
    animation: ripple 3s infinite;
}
/* Responsive css for portfolio single page */
@media only screen and (min-width: 768px) and (max-width:980px){
.px_portfolio_single_blurb  .et_pb_blurb_content{
	margin-left:0px !important;
}
}
@media only screen and (min-width: 0px) and (max-width:767px){
.px_portfolio_single_blurb .et_pb_blurb_content{
		display:block;
} 
.px_portfolio_single_blurb .et_pb_blurb_content	.et_pb_main_blurb_image{
	display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
	.px_portfolio_single_blurb .et_pb_blurb_content .et_pb_blurb_container{
		padding-left:0px;
	}
}
/* -----------------------------------
   Services CSS
-------------------------------------*/
/*---Services v1 CSS---*/
.px_services_v1 .px_services_blurb .et_pb_main_blurb_image .et-pb-icon{
	width: 85px;
    height: 85px;
    line-height: 85px;
    background-color: var(--px-color-1);
    text-align: center;
    color: #fff;
    border-radius: 10px;
    outline: 3px solid var(--px-color-2);	
}
.px_services_v1 .px_services_blurb{
	margin-bottom:10px !important;
}
.px_services_btn{
	color:var(--px-color-1);
}
.px_services_btn:after{
	right: -15px;
	transition:0.3s;
}
.px_services_btn:hover:after{
	right: -25px;
	transition:0.3s;
}
.px_services_v1_col {
	padding: 35px 25px 35px 25px;
    border-radius: 15px 15px 15px 15px;
	border: 1px solid #eee;
    overflow: hidden;
    background-color: #FFFFFF;
}

/*Title Css */
.px_services_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	    font-weight: 500;
}

/* Responsive css for Service Sections */
@media only screen and (min-width: 981px) and (max-width:1024px){
.px_services_v1_col {
    padding: 30px 20px 30px 20px;
}	
.px_services_v1 .px_services_blurb .et_pb_main_blurb_image .et-pb-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
}

/*---Services v2  CSS---*/
.px_services_v2_col{
	position:relative;
	display: block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 60px 0px rgb(31 31 31 / 5%);
    transition: all ease .3s;
}
.px_services_v2_col:hover{
	border-color: transparent;
	box-shadow: 0px 6px 60px 0px rgb(31 31 31 / 15%);
    transform: translateY(-10px);
}

.px_services2_btn{
	color:var(--px-color-1);
	width:100%;
	padding-bottom:30px;
}
.px_services2_btn:after{
	left: 90% !important;
    width: 25px;
    height: 25px;
    background-color: var(--px-color-1);
    line-height: 25px !important;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
}
.px_service2_blurb .et_pb_main_blurb_image{
	margin-bottom: 0px;
    display: block;
	position:relative;
}
.px_service2_blurb .et_pb_main_blurb_image:before {
	position:absolute;
	content: "";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:var(--px-color-2);
	transition:0.3s;
	opacity:0;
}
.px_services_v2_col:hover .px_service2_blurb .et_pb_main_blurb_image:before{
    opacity: 0.7;
    transition: 0.3s;
} 

.px_services_v2_col .px_service2_blurb .et_pb_main_blurb_image:after {
    content: "\66";
    position: absolute;
    font-family: ETmodules;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--px-color-1);
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
	opacity: 0;
	transition: all 0.4s;
}

.px_services_v2_col:hover .px_service2_blurb .et_pb_main_blurb_image:after {
	opacity: 1;
}

.px_service2_blurb .et_pb_main_blurb_image img{
	width:100% !important;
}
.px_service2_blurb .et_pb_blurb_content{
	max-width:100% !important;
}
.px_service2_blurb .et_pb_blurb_container{
    padding: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.px_services_v2_col .px_service2_blurb .et_pb_blurb_container .et_pb_module_header{
    transition: 0.3s;
    font-weight: 500;
}
.px_services_v2_col:hover .px_service2_blurb .et_pb_module_header{
	color:var(--px-color-1);
	transition:0.3s;
}

/*---Services Single Page CSS---*/

.px_services_single .px_services_single_btn {
	background-color: #fff !important;
    color: var(--px-color-2);
	transition: all 0.6s !important;
}

.px_services_single .px_services_single_btn:hover {
	color: #fff;
}

.px_services_single .px_services_single_btn:after {
	background-color: var(--px-color-1);
	transition: all 0.6s !important;
}

@media only screen and (min-width: 981px) {
  .px_services_single .px_services_single_btn {
    width: 100%;
	  text-align: left;
  }
}

.px_services_single .px_services_single_blurb .et_pb_main_blurb_image .et-pb-icon{
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--px-color-1);
    width: 50px;
    height: 50px;
	border: 2px solid var(--px-color-2);
	line-height:50px;
	border-radius: 50%;
	transition: all 0.4s;
}
.px_services_single .px_services_single_blurb:hover .et_pb_main_blurb_image .et-pb-icon{
	background-color: var(--px-color-2);
}

/* -----------------------------------
   Contact Us CSS
-------------------------------------*/
/*---Contact Us v1  CSS---*/
.px_contact_v1 .px_contact_blurb  .et_pb_main_blurb_image{
	vertical-align:middle;
} 
.px_contact_v1 .px_contact_blurb  .et_pb_main_blurb_image .et-pb-icon{
	width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
	border-radius: 5px;
    text-align: center;
    color: #fff;
}
.px_contact_v1 .px_contact_blurb  .et_pb_blurb_container{
	padding-left:24px !important;
}
.px_contact_v1 .px_contact_blurb  .et_pb_module_header{
	position:relative;
	font-weight: 300;
    font-size: 30px;
    color: #FFFFFF!important;
	display:inline-block;
}
.px_contact_v1 .px_contact_blurb  .et_pb_blurb_description{
	line-height: 1em !important;
}
.px_contact_v1 .px_contact_blurb .et_pb_blurb_description span{
    display: inline-block;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

/* Responsive css for Contact page home v1  */
@media only screen and (min-width: 981px) and (max-width:1024px){
.px_contact_v1 .px_contact_blurb .et_pb_module_header:after {
    width: 40%;
    right: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width:980px){
.px_contact_v1 .px_contact_blurb .et_pb_module_header:after {
    width: 35%;
    right: 75px;
}
}
@media only screen and (min-width: 0px) and (max-width:767px){
.px_contact {
    position: unset;
    top: 15px;
    right: 0;
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    display: inline-block;
}
.px_contact_v1 .px_contact_blurb .et_pb_module_header {
    margin-bottom: 20px;
    font-size: 22px;
}
.px_contact_v1 .px_contact_blurb .et_pb_blurb_content{
		display:block;
}
.px_contact_v1 .px_contact_blurb .et_pb_main_blurb_image{
		display:block;
}
.px_contact_v1 .px_contact_blurb .et_pb_blurb_container {
    padding-left: 0px !important;
}
}

/*---Contact Form CSS---*/
.px_contact_us_v1 .px_contact_us_info .et_pb_main_blurb_image,
.px_contact_us_v1 .px_contact_us_info .et_pb_blurb_container {
	vertical-align: middle;
}

.px_contact_us_v1 .px_contact_us_info .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--px-color-1);
}

.px_contact_us_v1 .px_contact_us_info .et_pb_blurb_container {
	padding-left: 0px;
}

.px_contact_form_v1 .et_pb_contact .et_pb_contact_form .et_pb_contact_field textarea {
	width: 100% !important;
}

.px_contact_form_v1 .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit {
	position: relative;
    z-index: 1;
    overflow: hidden;
	background-color: var(--px-color-1);
}
.px_contact_form_v1 .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit:after {
	position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0;
    background: var(--px-color-2);
    margin: 0 !important;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
	opacity: 1;
    transition: all 0.4s !important;
    z-index: -1;
}

.px_contact_form_v1 .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit:hover:after {
	transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
}

/* -----------------------------------
    Team Section CSS
-------------------------------------*/
/*---Team v1  CSS---*/
.px_team_v1 {
	position: relative;
    padding-bottom: 70px;
}
/* Image Css */ 
.px_team_v1 .et_pb_team_member_image{
	padding-top: 100%;
    display: block;
	overflow:hidden;
	position:relative;
	margin-bottom:0px;
	width: 100%;
    max-width: 100%;
}
.px_team_v1 .et_pb_team_member_image img{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
	transition: all 1s;
}
.px_team_v1 .et_pb_team_member_image:hover img{
	opacity: 0.9;
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
}
/* Description Css*/ 
.px_team_v1 .et_pb_team_member_description{
    position: absolute;
    background-color: #fff;
    bottom: 0px;
    margin: 0px 20px;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 27px 0 rgb(0 0 0 / 10%);
}
.px_team_v1 .et_pb_team_member_description div {
    z-index: 1;
    max-height: 0;
    opacity: 0;
    transition: all .6s,max-height .5s;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
}
.px_team_v1 .et_pb_team_member_description:hover div {
    position: relative;
    max-height: 400px;
    opacity: 1;
    text-align: center;
    transform: scaleY(1);
    transition: all .4s,max-height 1.5s;
}

.px_team_v1 .et_pb_team_member_description:before{
	content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 300ms ease 0ms;
}
.px_team_v1 .et_pb_team_member_description:hover:before{
	width: 100%;
    background-color: var(--px-color-1);
}
.px_team_v1 .et_pb_team_member_description .et_pb_module_header:hover{
	color:var(--px-color-1);
	transition:0.3s;
}
/* Social Links Css*/ 
.px_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a{
	font-size:14px;
}
.px_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a:hover{
	color:var(--px-color-1);
	transition:0.3s;
}
/* Main CSS Class Hover Css Here */
/* responsive css for Team Sections */
@media only screen and (min-width: 768px) and (max-width:980px){
  .px_team_v1{
	margin-bottom:70px !important;
}
}
@media only screen and (min-width: 0px) and (max-width:767px){
.px_team_v1{
	margin-bottom:70px !important;
}	
}

/*---Team v2  CSS---*/
/*---Team Single Page CSS---*/
.px_team_single .px_team_single_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 50px;
    height: 50px;
    background-color: var(--px-color-1);
    text-align: center;
    color: #fff;
    border-radius: 5px;
    outline: 2px solid var(--px-color-2);
}

.px_team_single .px_team_single_blurb .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 5px;
}

.px_team_single .px_team_single_social li.et_pb_social_icon a.icon {
	background-color: var(--px-color-1) !important;
    border: 2px solid var(--px-color-2);
	transition: all 0.4s;
}

.px_team_single .px_team_single_social li.et_pb_social_icon a.icon:hover {
	background-color: var(--px-color-2) !important;
}

/* -----------------------------------
   Slider Section CSS
-------------------------------------*/
/*---Slider v1  CSS---*/
.px_slider_v1 .et_pb_slide {
	position: relative;
}

.px_slider_v1 .et_pb_slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 4px solid var(--px-color-1);
    border-left: 4px solid var(--px-color-1);
    height: 5px;
    width: calc(100% - 2px);
    z-index: -1;
}

.px_slider_v1 .et_pb_slide:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid var(--px-color-1);
    border-right: 4px solid var(--px-color-1);
    height: 5px;
    width: calc(100% - 2px);
    z-index: -1;
}

.px_slider_v1 .et_pb_slide.et-pb-active-slide:before,
.px_slider_v1 .et_pb_slide.et-pb-active-slide:after {
	animation: line infinite 7000ms;
}

@keyframes line {
  0% {
	width: 0%;
	height: 0%;
  }
  100% {
	  width: 100%;
	  height: 100%;
  }
}

.px_slider_v1 .et_pb_more_button{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--px-color-1);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
}
.px_slider_v1 .et_pb_more_button:after{
	position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0;
	height: 105%;
    background: var(--px-color-2);
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
	margin-left: 0em !important;
}
.px_slider_v1 .et_pb_more_button:hover:after{
	transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}
/*---Title CSS---*/
.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title{
	padding: 8px 20px;
    margin-bottom: 29px;
	border-radius: 5px;
    display: inline-block;
    color: #22272b;
    background-color: var(--px-color-1);
    text-shadow: none;
    font-weight: 400 !important;
}
/*
.et_pb_container{
	height: 600.375px;
}*/

/*---Description CSS---*/
.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
	text-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
}

.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
	position: relative;
	z-index: 1;
}

.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
	font-size: 50px;
    line-height: 1.4;
    text-transform: uppercase;
}

.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    margin: auto;
    padding: 0px;
	font-size: 80px;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--px-color-1) !important;
    opacity: 0.5;
/* 	animation: 4s polygon infinite; */
	animation: 3s polygon;
    animation-delay: 1s;
	z-index: -1;
}

@keyframes polygon {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
	clip-path: inset(0% 0% 0% 0%);
  }
}

@media only screen and (max-width: 1100px) {
	.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 45px;
	}
	
	.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h4 {
		font-size: 70px;
	}
}

@media only screen and (max-width: 980px) {
	.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 40px;
	}
	
	.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h4 {
		font-size: 65px;
	}
}

@media only screen and (max-width: 600px) {
	.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 35px;
	}
	
	.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h4 {
		font-size: 70px;
	}
}

@media only screen and (max-width: 480px) {
	.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 30px;
	}
	
	.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h4 {
		font-size: 60px;
	}
}

/*---Arrow CSS---*/

.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev{
	left:120px;
    border-radius: 5px;
    overflow: hidden;
	opacity:1;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next{
	right:120px;
    border-radius: 5px;
    overflow: hidden;
	opacity:1;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next:before{
	content:'\24' !important;
	font-family: ETmodules;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev:before{
	content:'\23' !important;
	font-family: ETmodules;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next:before,.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev:before{
	font-size: 30px;
	width: 65px;
    height: 65px;
    background: #fff;
    text-align: center;
    line-height: 65px;
    font-weight: 600;
    color: #22272b;
    cursor: pointer;
    opacity: .2;
    transition: all 500ms ease;
	display:inline-block;
	font-weight: 100;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-next:before,.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-prev:before{
	opacity:1;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next:hover:before,.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev:hover:before{
	 background: var(--px-color-1);
}
/*---Dots Navigation CSS---*/
.px_slider_v1 .et-pb-controllers {display:none;} 

/* Responsive css for Slider home v1 */
@media only screen and (min-width: 1025px) and (max-width:1170px){
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev{
	left:0px;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next{
	right:0px;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-prev{
	left:0px;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-next{
	right:0px;
}
}
@media only screen and (min-width: 981px) and (max-width:1024px){
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev{
	left:0px;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next{
	right:0px;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-prev{
	left:0px;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-next{
	right:0px;
}
}
@media only screen and (min-width: 768px) and (max-width:980px){
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev{
	left:0px;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next{
	right:0px;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-prev{
	left:0px;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-next{
	right:0px;
}
/*
.px_slider_v1 .et_pb_container {
	height: 530.375px !important;
}*/
}
@media only screen and (min-width: 0px) and (max-width:767px){
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 0px !important;
}
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next {
   right:0px;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-prev{
	left:0px;
}
.px_slider_v1:hover .et-pb-slider-arrows .et-pb-arrow-next{
	right:0px;
}
/*
.px_slider_v1 .et_pb_container {
	height: 500.5px !important;
}*/
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next:before, .px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev:before {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}

/* -----------------------------------
  	 Faqs CSS
-------------------------------------*/
/*---Faqs v1  CSS---*/
.px_faqs_v1 .px_faq_blurb .et_pb_main_blurb_image .et-pb-icon{
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--px-color-1);
    width: 50px;
    height: 50px;
	border: 2px solid var(--px-color-2);
	line-height:50px;
	border-radius: 50%;
	transition: all 0.4s;
}
.px_faqs_v1 .px_faq_blurb:hover .et_pb_main_blurb_image .et-pb-icon{
	background-color: var(--px-color-2);
}

.px_faqs_v1 .px_faq_blurb .et_pb_blurb_container .et_pb_module_header {
	font-size: 20px;
}

/*---Title CSS---*/
.px_faqs_v1 .px_accordian .et_pb_toggle .et_pb_toggle_title {
	font-size: 17px !important;
	color:var(--px-color-2);
	transition: all 0.4s;
}
/*---Open Title CSS---*/

.px_faqs_v1 .px_accordian .et_pb_toggle:hover .et_pb_toggle_title,
.px_faqs_v1 .px_accordian .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
	color:var(--px-color-1);
}
/*---Open Title Icon CSS---*/
.px_faqs_v1 .px_accordian .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
	content: "\32";
    font-family: ETmodules !important;
    display: block !important;
    font-size: 25px;
    color: var(--px-color-1);
}
.px_faqs_v1 .px_accordian .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title::before{
	content: "\33" !important;
    font-family: ETmodules !important;
    display: block !important;
    font-size: 25px;
    color: var(--px-color-2);
}
.px_faqs_v1 .px_accordian .et_pb_toggle{
	background-color: #fff !important;
	margin-bottom: 10px !important;
	padding: 15px !important;
	transition: all 0.4s;
}

.px_faqs_v1 .px_accordian .et_pb_toggle:hover,
.px_faqs_v1 .px_accordian .et_pb_toggle.et_pb_toggle_open {
	border-color: var(--px-color-1);
}

/*---Content CSS---*/
/* Responsive css for Faq v1 home v1 */
@media only screen and (min-width: 768px) and (max-width:980px){
.px_faq_blurb  .et_pb_blurb_content{
		margin-left:0px !important;
}	
}

/* -----------------------------------
  Timeline CSS Start Here
-------------------------------------*/
/*--- Timeline v1 CSS Start ---*/
.px_timeline_v1 .px_timeline_blurb {
	position: relative;
	margin-bottom: 0px !important;
	padding-bottom: 40px;
	padding-left: 30px;
}

.px_timeline_v1 .px_timeline_blurb:last-child {
	padding-bottom: 0px;
}

.px_timeline_v1 .px_timeline_blurb:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: var(--px-color-2);
	opacity: 0.7;
}

.px_timeline_v1 .px_timeline_blurb:after {
    content: "";
    position: absolute;
    left: -7px;
    top: 0px;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border: 3px solid var(--px-color-1);
    border-radius: 50%;
}

.px_timeline_v1 .px_timeline_blurb .et_pb_blurb_container .et_pb_blurb_description {
	position: relative;
}

.px_timeline_v1 .px_timeline_blurb .et_pb_blurb_container .et_pb_blurb_description span {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    position: absolute;
    top: -50px;
    right: 0;
    color: var(--px-color-2);
    opacity: 0.1;
}

.px_timeline_v1 .px_timeline_blurb .et_pb_blurb_container .et_pb_blurb_description b {
    color: var(--px-color-2);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.px_timeline_v1 .px_timeline_blurb .et_pb_main_blurb_image {
	margin-bottom: 15px;
}

.px_timeline_v1 .px_timeline_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
	border-radius: 15px;
	height: 100%;
}

.px_timeline_v1 .px_timeline_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 900px) {
	.px_timeline_v1 .px_timeline_blurb {
		padding-left: 0px;
	}
	.px_timeline_v1 .px_timeline_blurb:before {
   		right: 0;
    	margin: auto;
	}
		
	.px_timeline_v1 .px_timeline_blurb:after {
		right: 0;
    	left: 0;
    	margin: auto;
    	top: 10px;
	}
	
	.px_timeline_v1 .px_timeline_blurb .et_pb_blurb_content {
		display: flex;
	}
	
	.px_timeline_v1 .px_timeline_blurb:nth-child(odd) .et_pb_blurb_content {
    	flex-direction: row-reverse;
	}

	.px_timeline_v1 .px_timeline_blurb .et_pb_main_blurb_image {
		margin-bottom: 0px;
		width: 50%;
		padding-right: 25px;
	}

	.px_timeline_v1 .px_timeline_blurb .et_pb_blurb_container {
		width: 50%;
		padding-left: 25px;
	}
	
	.px_timeline_v1 .px_timeline_blurb:nth-child(odd) .et_pb_main_blurb_image {
		padding-left: 25px;
		padding-right: 0px;
	}
	
	.px_timeline_v1 .px_timeline_blurb:nth-child(odd) .et_pb_blurb_container {
		padding-right: 25px;
		padding-left: 0px;
	}
}

/* -----------------------------------
  	 Timeline CSS End Here
-------------------------------------*/
/* -----------------------------------
  	 Pricing Table CSS
-------------------------------------*/
/*---Pricing Table CSS V1 CSS Start---*/
.px_pricing_Blurb{
	position:relative;
	padding: 8px;
    border: 1px dashed rgb(255 255 255 / 20%);
    border-radius: 10px;
	transition: all 0.4s;
}

.px_pricing_Blurb:hover {
	border-color: var(--px-color-1);
}

.px_pricing_Blurb .et_pb_blurb_container .et_pb_blurb_description span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    line-height: 1.2;
    color: var(--px-color-1);
	
}

.px_pricing_Blurb .et_pb_blurb_container .et_pb_module_header {
    position: relative;
    margin-bottom: 5px;
    transition: 0.3s;
    border-bottom: 1px dashed rgb(255 255 255 / 20%);
    color: #fff;
	transition: all 0.4s;
}

.px_pricing_Blurb:hover .et_pb_blurb_container .et_pb_module_header {
	border-color: var(--px-color-1);
}

.px_pricing_Blurb:hover .et_pb_module_header{
	color:var(--px-color-1) !important;
	transition:0.3s;
}

@media only screen and (min-width: 0px) and (max-width:767px){
.px_pricing_Blurb .et_pb_blurb_container .et_pb_blurb_description span {
	display:block;
	position:unset;
}
}

/*---Pricing Table CSS V1 CSS End---*/
/*---Pricing Table CSS V2 CSS End---*/

.px_pricing_table_v2 .px_pricing_table_col {
	padding: 15px;
	border-radius: 15px;
	border: 1px solid #eee;
}

.px_pricing_table_v2 .px_pricing_table_col .px_pricing_table_blurb .et_pb_blurb_container {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.px_pricing_table_v2 .px_pricing_table_col .px_pricing_table_blurb .et_pb_blurb_container .et_pb_module_header {
    padding-bottom: 0px;
    font-size: 25px;
    color: var(--px-color-1);
}

.px_pricing_table_v2 .px_pricing_table_col .px_pricing_table_blurb .et_pb_blurb_container .et_pb_blurb_description h4 {
	font-size: 17px;
	padding-bottom: 5px;
}

.px_pricing_table_v2 .px_pricing_table_col .px_pricing_table_blurb {
	margin-bottom: 10px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*---Pricing Table CSS V2 CSS End---*/
/*---Pricing Toggle CSS Start ---*/
[class*="px_pricing_tab_content_"].px_active {
  opacity: 1;
  /*     -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); */
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  visibility: visible;
  display: block !important;
}

[class*="px_pricing_tab_content_"].px_active {
  opacity: 1;
  /*     -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); */
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  visibility: visible;
  display: block !important;
}

[class*="px_pricing_tab_content_"] {
  opacity: 0;
  /*     -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7); */
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  visibility: hidden;
  display: none !important;
}


[class*="px_pricing_tab_content_"].pricing_animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.pricing_animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.px_pricing_tab_btn_column {
	display: inline-flex;
	justify-content: center;
}

.px_pricing_tab_btn_column [id*="px_pricing_tab_"].px_btn {
    width: 190px;
    padding: 12px 15px !important;
	color: #fff;
    border: 1px dashed rgb(255 255 255 / 20%) !important;
    background-color: var(--px-color-2) !important;
}

.px_pricing_tab_btn_column [id*="px_pricing_tab_"].px_btn:hover,
.px_pricing_tab_btn_column [id*="px_pricing_tab_"].px_active {
	border-color: var(--px-color-1) !important;
}

.px_pricing_tab_btn_column [id*="px_pricing_tab_"].px_btn:after {
    background: var(--px-color-1);
}

.px_pricing_tab_btn_column [id*="px_pricing_tab_"].px_btn.px_active:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}
/*---Pricing Toggle CSS End ---*/

/* -----------------------------------
  	 Testimonial Section CSS
-------------------------------------*/
/*---Testimonial v1  CSS---*/
.px_testimonial_v1 {
	position:relative;
	padding-top: 85px !important;
}

.px_testimonial_slider .px_testimonial_v1 {
	margin: 0px 10px;
}

.px_testimonial_v1.et_pb_testimonial:before {
	content: "\7b" !important;
    font-family: ETmodules;
    font-size: 100px;
    left: 75%;
    position: absolute;
    opacity: 0.1;
    top: 45% !important;
    margin-left: -16px;
    border-radius: 31px;
    z-index: 2;
    background-color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: var(--px-color-2);
}
.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_portrait{
	position:absolute;
	content:'';
	bottom:30px;
	left:30px;	
	margin: 0px;
}
/*---Description---*/
.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description {
	margin-left: 0 !important;
}
/*---Author CSS---*/
.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
	padding-left: 105px;
}
/*---Meta CSS---*/
.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta {
	padding-left: 105px;
	margin-bottom: 15px;
}
.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta .et_pb_testimonial_position{
	color:var(--px-color-1);
}

/*Review */
.px_testimonial_v1 .px_review{position:absolute;left:0;top:-50px;right:0;margin:0 auto;margin-bottom:0;text-align:center;border-radius:30px;display:block;overflow:hidden;line-height:16px}
.px_testimonial_v1 .px_review {display:block;overflow:hidden;list-style:none;margin:0;padding:0;text-align:left}
.px_testimonial_v1 ul.px_review li{display:inline-block;float:none;margin:0 3px;color:var(--px-color-1);font-size:20px;line-height:45px}
.px_testimonial_v1 ul.px_review  li:before{content:"\e033";font-family:ETmodules !important}
.px_testimonial_v1 ul.px_review  li.star:before{content:"\e031"}
.px_testimonial_v1 ul.px_review  li.star-0:before{content:"\e032"}
  
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
	border:1px solid var(--px-color-1);
    content: ' ' !important;
    text-align: center;
    opacity: 0.5;
    color: red;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before{
	background-color:var(--px-color-1);
}
.slick-dots li.slick-active button:before{
	background-color:var(--px-color-1);
	opacity:1;
}
/* Responsive css for Testimonial home v1 */
@media only screen and (min-width: 768px) and (max-width:980px){
.slick-dots {
    bottom: -60px;
}
}
@media only screen and (min-width: 0px) and (max-width:767px){
.slick-dots {
    bottom: -50px;
}
}

/* -----------------------------------
  	 About Us Section CSS
-------------------------------------*/
/*---About Us v1 CSS---*/
.px_text_white{
	color:#fff;
	line-height: 31px;
}

.px_aboutus_v1 .px_about_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta{
	color:var(--px-color-1);
}
.px_aboutus_v1 .px_about_testimonial {
	border-left:5px solid var(--px-color-1);
	border-radius:5px;
}
.px_about_blurb .et_pb_main_blurb_image .et-pb-icon{
	color:var(--px-color-1);
}
.px_text_rotate {
	color:#fff;
	background-color:var(--px-color-1);
}

.px_aboutus_v1 .px_about_image .et_pb_image_wrap,
.px_aboutus_v1 .px_about_image .et_pb_image_wrap img{
    max-width: 100%;
    width: 100%;
}
/* -----------------------------------
  	 Choose Us Section CSS
-------------------------------------*/
/*---Choose Us v1 CSS---*/

.px_choose_v1 .px_choose_blurb .et_pb_main_blurb_image .et-pb-icon{
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--px-color-1);
    width: 50px;
    height: 50px;
	border: 2px solid var(--px-color-2);
	line-height:50px;
	border-radius: 50%;
	transition: all 0.4s;
}
.px_choose_v1 .px_choose_blurb:hover .et_pb_main_blurb_image .et-pb-icon{
	background-color: var(--px-color-2);
}

/* -----------------------------------
  	Appointment Page CSS
-------------------------------------*/
/*---Appointment Us v1 CSS---*/
.px_appointment_v1 .px_appointment_blurb .et_pb_blurb_container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.px_appointment_v1 .px_appointment_blurb .et_pb_blurb_container .et_pb_module_header {
	color: var(--px-color-2);
	padding-bottom: 0px;
}

.px_appointment_v1 .px_appointment_blurb .et_pb_blurb_container .et_pb_blurb_description {
	color: var(--px-color-2);
}

.px_appointment_v1 .px_appointment_blurb .et_pb_blurb_container .et_pb_blurb_description span {
    color: var(--px-color-1);
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 980px) {
	.px_appointment_v1 .px_appointment_blurb .et_pb_blurb_container {
		display: block;
	}
	.px_appointment_v1 .px_appointment_blurb .et_pb_blurb_container .et_pb_module_header {
		padding-bottom: 10px;
	}
}

/* -----------------------------------
  	 Video Section CSS
-------------------------------------*/
/*---Video v1 CSS---*/
.px_video_v1,
.px_video_v1 .et_pb_video_box,
.px_video_v1 .et_pb_video_box .fluid-width-video-wrapper {
	height: 100%;
}

.px_video_v1 .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--px-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -3rem;
    margin-top: -3rem;
	
}
.px_video_v1 .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play:after {
	position:absolute;
	content:'';
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:50%;
	text-align:center;
	background-color:var(--px-color-1);
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	z-index:-1;
}

/* -----------------------------------
  	 Skill-bar Section CSS
-------------------------------------*/
/*---Skill-bar v1 CSS---*/
.px_skill_v1 .et_pb_counter_container{
    height: 8px;
    background: #e5e6ef;
    border-radius: 50px;
    box-shadow: none;
	margin: 5px 0px 25px 0px;
    overflow: visible;
    position: relative;
}
.px_skill_v1 .et_pb_counter_container .et_pb_counter_amount {
	height: 8px;
    border-radius: 50px;
    position: relative;
	background-color: var(--px-color-1);
}

.px_skill_v1 .et_pb_counter_container .et_pb_counter_amount_number_inner{
    font-size: 12px;
    font-weight: 600;
    color: var(--px-color-2);
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: -8px;
}

/*---Number Counter v1 CSS---*/
.px_numbercounter_v1 .percent {
	height: 50px;
}

/* -----------------------------------
  	 CTA Section CSS
-------------------------------------*/
/*---CTA v1 CSS---*/
.px_CTA_v1 .px_cta .et_pb_promo_description .et_pb_module_header{
	padding-bottom:30px;
}
.px_CTA_v1 .px_cta{
	padding:48px !important;
}
/* Responsive css for CTA */
@media only screen and (min-width: 1025px) and (max-width:1170px){
.px_CTA_v1 .px_cta {
    padding: 32px !important;
}
}
@media only screen and (min-width: 981px) and (max-width:1024px){
.px_CTA_v1 .px_cta {
    padding: 13px 25px !important;
}	
.px_CTA_v1 .px_cta .et_pb_promo_description .et_pb_module_header {
    padding-bottom: 20px;
    padding-top: 20px;
}
}
/*---CTA v2 CSS---*/
.px_CTA_v2{
	padding:155px 20px !important;
	box-sizing:border-box;
}
.px_CTA_v2 .et_pb_promo_button{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: var(--px-color-1);
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
}
.px_CTA_v2 .et_pb_promo_button:before{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	width: 100%;
    background: var(--px-color-2);
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: all 0.4s !important;
    z-index: -1;
	opacity: 1;
	display:block !important;
	
}
.px_CTA_v2 .et_pb_promo_button:hover:before{
	 transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
	 visibility:visible !important;
	 opacity:1;
}
.px_CTA_image .et_pb_image_wrap {
	width: 100%;
}
.px_CTA_image .et_pb_image_wrap img{
	width: 100% !important;
}

/* Responsive css for CTA Sections */
@media only screen and (min-width: 1025px) and (max-width:1170px){
.px_CTA_v2{
	padding:85px 20px !important;
}
}
@media only screen and (min-width: 981px) and (max-width:1024px){
.px_CTA_v2{
	padding:60px 20px !important;
}	
}
@media only screen and (min-width: 768px) and (max-width:980px){
.px_CTA_v2{
	padding:60px 20px !important;
}	
}
@media only screen and (min-width: 0px) and (max-width:767px){
	.px_CTA_v2{
	padding:50px 20px !important;
}
.px_CTA_icon .et-pb-icon {
    position: Relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
}

 
/* -----------------------------------
  	 404 Page CSS
-------------------------------------*/
.px_404_v1 .px_404_title  h2{
	position: relative;
    display: block;
    font-size: 245px;
    line-height: 200px;
    font-weight: 700;
    color: #f2f1ed;
    text-shadow: -1px -1px 0 #d5d5d5, 1px -1px 0 #d5d5d5, -1px 1px 0 #d5d5d5;
}
.px_404_v1 .px_special_text {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-style: italic;
	color: var(--px-color-1);
}
.px_not_found {
	display: block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 11px;
    margin-top: -52px;
}
/* Responsive css for 404 page */
@media only screen and (min-width: 0px) and (max-width:767px){
.px_404_v1 .px_404_title h2 {
    font-size: 160px;
    line-height: 170px;
}
}

/* -----------------------------------
  	 Search Page CSS
-------------------------------------*/
.px_search_bar .et_pb_searchform .et_pb_searchsubmit {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background-color: var(--px-color-1);
    transition: all 0.4s;
}

.px_search_bar .et_pb_searchform .et_pb_searchsubmit:hover {
	background-color: var(--px-color-2);
}

/* -----------------------------------
  	 Tab Control CSS
-------------------------------------*/
/*Tabs Title Css*/
.px_tab_v1 .et_pb_tabs_controls {
	background-color: transparent;
}
.px_tab_v1 .et_pb_tabs_controls:after {
	border: 0px !important;
}
.px_tab_v1 .et_pb_tabs_controls li {
	border: 0px !important;
}

.px_tab_v1 .et_pb_tabs_controls li a {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
	transition: all 0.4s;
}


.px_tab_v1 .et_pb_tabs_controls li a:hover,
.px_tab_v1 .et_pb_tabs_controls li.et_pb_tab_active a {
	background-color: var(--px-color-1);
	border-color: var(--px-color-1);
	color: #fff !important;
}

/*Tabs Content Css*/

.px_tab_v1 .et_pb_all_tabs .et_pb_tab{
    padding: 25px 0px 0px 0px;
}

/* -----------------------------------
     Animation Part CSS
-------------------------------------*/
/**Color Picker Img Animation*/
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes movebounce2{
	0% {
    transform: translateX(0);
}
50% {
    transform: translateX(20px);
}
100% {
    transform: translateX(0);
}
}  
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/* -----------------------------------
 Slide In (Popup) CSS Start Here
----------------------------------- */
/* Demo Popup CSS */
.dpprofe_slide_In_demo .et_pb_button_wrapper .et_pb_button {
    background-color: var(--px-color-1) !important;
}

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

body:not(.et-fb) .dpprofe-popup-wrapper .dpprofe-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) .dpprofe-popup-wrapper.popup-is-visible .dpprofe-popup-content {
    opacity: 1;
    visibility: visible;

}


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


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

/* Center Align Popup Content inside the Section */
.dpprofe-popup-content {
    display: block;
}

.dpprofe-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 .dpprofe-popup-wrapper {
        top: 46px;
    }
}

@media (min-width:783px) {
    body:not(.et-fb).admin-bar .dpprofe-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 */
.dpprofe-popup-close {
    cursor: pointer;
}

/*Slide In Css Start Here*/
.dpprofe_slidein {
    overflow: visible !important;
}

.dpprofe_slidein:after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 10px;
    width: calc(100% - 20px);
    height: 80%;
    background-color: var(--px-color-1);
    border-radius: inherit;
    z-index: -1;
    transition: all 0.2s;
    opacity: 0;
}

.dpprofe_slidein .et_pb_button_module_wrapper {
    background: #fff;
    padding-bottom: 15px;
}

.dpprofe_slidein:hover:after {
    bottom: -15px;
    transition: all 0.2s;
    opacity: 1;
}

.dpprofe_feature_info .et_pb_main_blurb_image {
    margin-bottom: 20px;
}

.dpprofe_feature_info .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
    color: var(--px-color-1);
}

.dpprofe_feature_info .et_pb_module_header span {
    color: var(--px-color-1);
}

.dpprofe_scale_in .dpprofe_contact .et_contact_bottom_container {
    margin-top: 10px;
    margin-right: 10px;
}

/* Icon CSS */
.dpprofe_icon_bar {
    background: var(--px-color-1) !important;
	border-color: rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
}

.dpprofe_icon_bar:after {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
}

.dpprofe_icon_bar:hover {
    background: var(--px-color-2) !important;
	border-color: rgb(255 255 255 / 15%) !important;
}

.dpprofe_icon_bar:hover:before {
    width: 100%;
    height: 100%;
}

.dpprofe_icon_bar.dpprofe_h_popup_icon_v2:after {
    padding: 0px 5px;
}

/*Popup Overlay Css Move Up Start Here*/
.dpprofe-popup-wrapper .dpprofe-popup-content.dpprofe_move_up {
    transform: translateY(100%);
    transition: all .4s ease-in-out, width .2s ease-in-out, top .4s ease-in-out !important;
}

.dpprofe_move_up .dpprofe_footer_info .et_pb_image_wrap .et-pb-icon {
    opacity: 1 !important;
}

body:not(.et-fb) .dpprofe-popup-wrapper.popup-is-visible .dpprofe-popup-content.dpprofe_move_up {
    transform: translateY(-30px);
}

.dpprofe-popup-content .dpprofe_footer_info .et_pb_image_wrap {
    height: 40px;
    width: 40px;
    background-color: var(--px-color-1);
	border: 2px solid var(--px-color-2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dpprofe-popup-content .dpprofe_footer_info .et_pb_image_wrap .et-pb-icon {
    color: #fff;
}

.dpprofe-popup-content .dpprofe_footer_info .et_pb_blurb_container {
    vertical-align: middle;
}


.dpprofe-popup-content .dpprofe_footer_info .et_pb_blurb_container .et_pb_module_header {
	font-weight: 500;
}

.dpprofe-popup-content .dpprofe_popup_social .et_pb_social_icon .icon {
	background-color: var(--px-color-1) !important;
	transition: all 0.4s;
}

.dpprofe-popup-content .dpprofe_popup_social .et_pb_social_icon .icon:hover {
	background-color: var(--px-color-2) !important;
}

/*Popup Overlay Css Move Down Start Here*/
.dpprofe-popup-wrapper .dpprofe-popup-content.dpprofe_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) .dpprofe-popup-wrapper.popup-is-visible .dpprofe-popup-content.dpprofe_move_downup {
    transform: translateY(0%);
}

/*Popup Overlay Css Move right Start Here*/
.dpprofe-popup-wrapper .dpprofe-popup-content.dpprofe_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) .dpprofe-popup-wrapper.popup-is-visible .dpprofe-popup-content.dpprofe_slide_right {
    transform: translateX(0%);
}

/*Popup Overlay Css Move Left Here*/
.dpprofe-popup-wrapper .dpprofe-popup-content.dpprofe_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) .dpprofe-popup-wrapper.popup-is-visible .dpprofe-popup-content.dpprofe_slide_left {
    transform: translateX(0%);
}

/* Add Row animation when popup is triggered */

.dpprofe-popup-close {
	background-color:var(--px-color-2);
	transition: all 0.8s;
}

.dpprofe-popup-close:hover {
	background-color:var(--px-color-1);
}

.dpprofe-popup-close .et_pb_icon_wrap .et-pb-icon {
    color: #fff !important;
    transition: all 0.8s;
}

.dpprofe-popup-close:hover .et_pb_icon_wrap .et-pb-icon {
    transform: rotate(180deg);
}

/*.dpprofe-popup-wrapper.popup-is-visible .et_pb_row:not(.dpprofe-popup-close)*/
.dpprofe-popup-wrapper.popup-is-visible .dpprofe_scale_in {
    animation: scale-in .5s cubic-bezier(.14, .06, .41, 1.39) both;
    animation-delay: .5s;
}

/*Popup Overlay Css Move Up Start Here*/
body:not(.et-fb) .dpprofe-popup-wrapper .dpprofe-popup-content.dpprofe_move_up {
    top: unset;
    min-height: auto;
    right: 20px;
}

.dpprofe-popup-wrapper .dpprofe_move_up {
    transform: translateY(100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

.dpprofe-popup-wrapper.popup-is-visible .dpprofe_move_up {
    transform: translateY(-30px);
}


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

.dpprofe-popup-wrapper.popup-is-visible .dpprofe_move_downup {
    transform: translateY(0%);
}

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

.dpprofe-popup-wrapper.popup-is-visible .dpprofe_slide_right {
    transform: translateX(0%);
}

.dpprofe_slide_right .dpprofe_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
    margin: 0px 0px 5px 5px;
	border-radius: 5px;
    overflow: hidden;
}

.dpprofe_slide_right .dpprofe_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay {
	border: none;
}

.dpprofe_slide_right .dpprofe_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before {
    font-size: 20px;
    color: var(--px-color-1);
}

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

/* -----------------------------------
  Slide In (Popup) CSS End Here
----------------------------------- */

/* hamburger menu */
.et_divi_100_custom_hamburger_menu__icon {position: relative;display: block;width: 1.875rem;/*height: 1.875rem;*/box-sizing: border-box;cursor: pointer;padding: 0.25rem;clear: both;z-index:9999;}
.et_divi_100_custom_hamburger_menu__icon div{background:var(--white);width:100%;height:.125rem;margin:.25rem auto;border-radius:10px;-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);-webkit-transform:0;transform:0;-webkit-transform-origin:center;transform-origin:center;}
.et_divi_100_custom_hamburger_menu__icon div:before,.et_divi_100_custom_hamburger_menu__icon div:after{-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
/* Type 1 */
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child){width:0;margin-left:0;opacity:1;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S3DF;animation-name: T1S3DF;}
@-webkit-keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S3L;animation-name: T1S3L;}
@-webkit-keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S4DF;animation-name: T1S4DF;}
@-webkit-keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S4L;animation-name: T1S4L;}
@-webkit-keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S5DF;animation-name: T1S5DF;}
@-webkit-keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {-webkit-animation-name: T1S5DM;animation-name: T1S5DM;width: 0%;}
@-webkit-keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
@keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S5L;animation-name: T1S5L;}
@-webkit-keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);
	}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
/* Type 2 */
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{content:'';display:block;background:var(--white);width:2px;min-width:2px;height:2px;border-radius:10px;margin:0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{width:100%;margin:0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {width: 0;min-width: 0;margin-left: 0;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T2S3DF;animation-name: T2S3DF;}
@-webkit-keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none; }
	40% { -webkit-transform: translateY(0.375rem); transform: translateY(0.375rem);}
	80% { -webkit-transform: translateY(0.375rem) rotate(45deg); transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@-webkit-keyframes T2S3DFB {
	0% { width: 100%; -webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@-webkit-keyframes T2S3DMA {
	0% {width: 100%; -webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none;}
}
@keyframes T2S3DMA {
	0% { width: 100%;-webkit-transform: none; transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T2S3DL;animation-name: T2S3DL;}
@-webkit-keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@keyframes T2S3DMA {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {width: 0%;min-width: 0;margin: 0 auto;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {position: absolute;width: 100%;-webkit-transition: all 0.3s linear transform 0.3s 0.3s linear;transition: all 0.3s linear transform 0.3s 0.3s linear;-webkit-transform-origin: center;transform-origin: center;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {width: 100%;min-width: 0;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {position: relative;-webkit-animation-name: T2S5DF;animation-name: T2S5DF;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
@-webkit-keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@-webkit-keyframes T2S5DFB {
	20% {width: 0%;}
}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {right: 0;-webkit-animation-name: T2S5DFA;animation-name: T2S5DFA;}
@-webkit-keyframes T2S5DFA {
	20% {width: 0%;}
}
@keyframes T2S5DFA {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {margin: 0 auto;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {display: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-animation-name: T2S5DL;animation-name: T2S5DL; width: 2px;}
@-webkit-keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
@keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {position: relative;-webkit-animation-name: T2S5DL;animation-name: T2S5DL;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
@keyframes T2S5DL {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {right: 0;-webkit-animation-name: T2S5DMA;animation-name: T2S5DMA;}
@-webkit-keyframes T2S5DMA {
	20% {width: 0%;}
}
@keyframes T2S5DMA {
	20% {width: 0%;}
}
/* Type 3 */
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before {width: 100%;margin: 0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after {width: 2px;margin: 0;}
/* Type 4 */
.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {width: 2px;margin-right: auto;margin-left: auto;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S2DF;animation-name: T4S2DF;}
@-webkit-keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S2L;animation-name: T4S2L;}
@-webkit-keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S3DF;animation-name: T4S3DF;}
@-webkit-keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S3L;animation-name: T4S3L;}
@-webkit-keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);
	}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S4DF;animation-name: T4S4DF;}
@-webkit-keyframes T4S4DF {}
@keyframes T4S4DF {}.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 2px;-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {width: 100%;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(4px);transform: translateY(4px);}
/* Toggled */
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 100%;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;
	-webkit-animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:after, .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:before {width: 100%;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(0.375rem) rotate(45deg);
	transform: translateY(0.375rem) rotate(45deg);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 0;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(-0.375rem) rotate(-45deg);
	transform: translateY(-0.375rem) rotate(-45deg);}
.et_divi_100_custom_hamburger_menu .mobile_menu_bar:before, .et_divi_100_custom_hamburger_menu .mobile_menu_bar:after {display: none;}




/*Back To Top Style*/
.et_divi_100_custom_back_to_top .et_pb_scroll_top {z-index: 9999999;position: fixed;right: 20px;bottom: 20px;background: #236e9c;width: 40px;height: 40px;box-shadow: 0 2px 4px rgba(108, 46, 185, 0.2);-webkit-transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;cursor: pointer;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top:before {display: none;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-animation: none !important;animation: none !important;}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-transform: scale(0) rotate(0deg);transform: scale(0) rotate(0deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(360deg);transform: scale(1) rotate(360deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top .et-icon-arrow-up {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
	.et_divi_100_custom_back_to_top--style-1 .et_pb_scroll_top {border-radius: 100%;}
	.et_divi_100_custom_back_to_top--style-2 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(405deg);transform: scale(1) rotate(405deg);}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top .et-icon-arrow-up {-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top {right: 0;border-radius: 4px 0 0 4px;}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 0 0 4px;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: var(--white);font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 4px 0 0;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: var(--white);font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-hidden {right: 40px;bottom: 100px;-webkit-transform-origin: right top;transform-origin: right top;-webkit-transform: scale(1) translate(100%, 0) rotate(-90deg);transform: scale(1) translate(100%, 0) rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-visible {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top {right: 0;left: 0;bottom: 0;width: auto;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top:before {content: 'Back To Top';display: block;color: var(--white);font-weight: 700;text-align: center;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1);transform: scale(1);}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top .et-icon-arrow-up {display: none;}


/********** Mobile Menu Style1************/
 .et_divi_100_mm_m_style1 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
  
  /*change hamburger icon to x when mobile menu is open*/

.et_divi_100_mm_m_style1 #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_divi_100_mm_m_style1 .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1 ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_divi_100_mm_m_style1 .et_mobile_menu .menu-item-has-children>a,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color:  var(--black);
	background:  var(--white);
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\4d';
}


/*adjust the position of the hamburger menu*/

.et_divi_100_mm_m_style1 .mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 5px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu,
.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu ul {
	background-color: var(--white) !important;
	border-radius: 10px;
}

/********** Mobile Menu Style2************/
 .et_divi_100_mm_m_style2{overflow-x: hidden;}
 .et_divi_100_mm_m_style2 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
/*edit the Divi submenu*/
.et_divi_100_mm_m_style2 .et_pb_menu .nav li ul {
margin-top:20px!important;
} 

/*Mobile Menu*/
.et_divi_100_mm_m_style2 .et_mobile_menu{
Border-top:none;
display: block!important;
padding-top:100px!important;
padding-left: 0!important;
padding-right: 0!important;
z-index: 9998;
min-width:104vw;
min-height:100vh;
top:-15px !important;
left:-15vw !important;
position: absolute !important;
}

.et_divi_100_mm_m_style2 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: translateY(-110%);
-webkit-transform: translateY(-110%);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out!important;
visibility:hidden;
}

.et_divi_100_mm_m_style2 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform:translateY(-10px);
-webkit-transform: translateY(-10px);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out;
visibility:visible;
}

.et_divi_100_mm_m_style2 .et_mobile_menu li a{
text-align:center;
padding-left:0px!important;
background:transparent!important;
}
  

.et_divi_100_mm_m_style2 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

.et_divi_100_mm_m_style2 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: var(--black) !important;
font-weight: inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style2 .mobile_menu_bar{
/*top: 5px;
/*padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style2 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
color:var(--black);
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}

  
}
  
/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style2.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style2 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color:  var(--black);
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style2 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}
/********** Mobile Menu Style3************/
 .et_divi_100_mm_m_style3{overflow-x: hidden;}
.et_divi_100_mm_m_style3 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}


/*Mobile Menu*/
.et_divi_100_mm_m_style3 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left:0px!important;
padding-right:0px!important;
z-index: 9998 !important;
width: 100% !important; /* 80% to 100% */
min-width: 200px;
left: auto!important;
right: -15vw;
max-width: 350px;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

.et_divi_100_mm_m_style3 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out!important
}

.et_divi_100_mm_m_style3 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out;
}

.et_divi_100_mm_m_style3 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  
.et_divi_100_mm_m_style3 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

.et_divi_100_mm_m_style3 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color:var(--black)!important;
font-weight:inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style3 .mobile_menu_bar{
/*top: 15px;
padding:0;
position: absolute;*/
right:-10px;
z-index: 10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style3 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
  color:var(--black);
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  


/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style3.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 15px;
top: 0;
padding: 10px 40px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style3 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: var(--black);
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style3 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}
@media only screen and (max-width: 480px) {
	.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span {
	right: 0px;
	padding: 10px 20px;
	}
}
/********** Mobile Menu Style4************/
 .et_divi_100_mm_m_style4{overflow-x: hidden;}
.et_divi_100_mm_m_style4 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}

  
/*Divi Mobile Menu*/
 .et_divi_100_mm_m_style4 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left: 0px!important;
padding-right: 0px!important;
z-index: 9998 !important;
width: 100% !important;/* 80% to 100% */
min-width: 200px;
right: auto!important;
max-width: 350px;
left:-15vw !important;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

 .et_divi_100_mm_m_style4 .mobile_nav.closed #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.closed .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: left;
-webkit-transform-origin: left;
transition: .8s ease-in-out!important
}

 .et_divi_100_mm_m_style4 .mobile_nav.opened #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.opened .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin:left;
-webkit-transform-origin:left;
transition: .8s ease-in-out;
}

 .et_divi_100_mm_m_style4 .et_mobile_menu li a{
text-align:left;
padding-left:60px!important;
background:transparent!important;
}
  

 .et_divi_100_mm_m_style4 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

 .et_divi_100_mm_m_style4 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: var(--black)!important;
}
  
/*Mobile Menu Bar*/
 .et_divi_100_mm_m_style4 .mobile_menu_bar{
/*top: 15px;
padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
 .et_divi_100_mm_m_style4 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}

@media all and (min-width: 768px) and (max-width: 980px){
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  
  

/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
 .et_divi_100_mm_m_style4.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
 .et_divi_100_mm_m_style4 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: var(--black);
font-size: 16px;
font-family: ETmodules;
}
 .et_divi_100_mm_m_style4 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}

@media only screen and (max-width: 480px) {
	.et_divi_100_mm_m_style4 .et_mobile_menu li a {padding-left: 30px !important;}
}

/* Breadcrumbs CSS Start */
#dpprof_breadcrumbs .separator {
    font-size: 20px;
    color: var(--white);
    font-weight: 100;
  }
  
  #dpprof_breadcrumbs {
    overflow: hidden;
    text-align: center;
    list-style: none;
    margin: 5px 0;
    padding: 0;
  }
  
  #dpprof_breadcrumbs li {
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  
  #dpprof_breadcrumbs a {
    color: var(--px-color-1);
    font-size: 18px;
  }
  
  #dpprof_breadcrumbs .bread-home:before {
    content: '\e009';
    font-family: ETmodules;
    font-size: 18px;
    margin-right: 8px;
  }
  
  #dpprof_breadcrumbs .item-current {
    color: var(--white);
    font-size: 18px;
  }
  
  /* Breadcrumbs CSS End */


.dpprofe-popup-content  {
	/* Foreground, Background */ 
	max-height: 100vh; 
	overflow-y: auto !important; 
	scrollbar-width: none; 
	scrollbar-color: #999 #333; 
}

.dpprofe-popup-content::-webkit-scrollbar {
	width: 5px; /* Mostly for vertical scrollbars */ 
	height: 0px; /* Mostly for horizontal scrollbars */
}

.dpprofe-popup-content::-webkit-scrollbar-thumb { /* Foreground */ 
	background: #CFD8DC; 
}

.dpprofe-popup-content::-webkit-scrollbar-track { /* Background */ 
	background: #90A4AE; 
}

.dpprofe-popup-content::-moz-scrollbar {
	width: 5px; /* Mostly for vertical scrollbars */ 
	height: 0px; /* Mostly for horizontal scrollbars */
}

.dpprofe-popup-content::-moz-scrollbar-thumb { /* Foreground */ 
	background: #CFD8DC; 
}

.dpprofe-popup-content::-moz-scrollbar-track { /* Background */ 
	background: #90A4AE; 
}