/*
Theme Name:  Divi Psychology And Counseling Child Theme
Theme URI:   https://divi-professional.com/
Description: Divi Psychology Theme is a professional theme for all types of modern psychology and counseling websites. Packed with a fine assortment of pages for psychology, counseling and health presentations. We especially designed this theme for mental health, psychology & counseling, psychiatrist, counselor, therapies. It is perfect for every therapist, practitioner, couples therapy, as well as any other type of psychological and mental health care website.
Version:     1.0
Author:      Divi Professional
Author URI:  https://divi-professional.com/
Template:    Divi
Text Domain: dpprofe
*/

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

/*---Title CSS---*/
.px_title .et_pb_text_inner h2 {
    font-size: 46px;
    line-height: 1.1428;
    font-weight: 700;
    margin-bottom: 0px;
    color: #222;
}

.px_subtitle {
    margin-bottom: 0px !important;
}

.px_subtitle .et_pb_text_inner {
    font-size: 16px;
    font-weight: 700;
    color: var(--px-color-1);
    margin-bottom: 15px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.875;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.px_subtitle .et_pb_text_inner span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    left: 0;
    bottom: 0;
}

.px_subtitle .et_pb_text_inner span:before {
    content: "";
    width: 10px;
    height: 5px;
    background: var(--px-color-2);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    z-index: 0;
    animation: px_subtitle_before 2s infinite alternate;
}

.px_subtitle .et_pb_text_inner span:after {
    content: "";
    width: 70px;
    height: 5px;
    background: var(--px-color-2);
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    z-index: 0;
    animation: px_subtitle_after 2s infinite alternate;
}

.px_subtitle_center .et_pb_text_inner span {
	left: 0;
    right: 0;
    margin: auto;
}

@keyframes px_subtitle_before {
    0% {
        width: 10px;
    }

    100% {
        width: 75px;
    }
}

@keyframes px_subtitle_after {
    0% {
        width: 75px;
    }

    100% {
        width: 10px;
    }
}


/*---Button CSS---*/
.px_btn {
    background-color: var(--px-color-1) !important;
    color: #fff;
    display: inline-block;
    position: relative;
	box-shadow: 5px 5px 0px 0px var(--px-color-2);
}

.px_btn:hover {
    background-color: var(--px-color-2) !important;
	box-shadow: 0px 0px 0px 0px var(--px-color-2);
}

.px_btn:after {
	opacity: 0;
	visibility: hidden;
}


.px_link {
    color: #fff !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}


/* Responsive css for general css */
@media only screen and (min-width: 768px) and (max-width:980px) {
    .px_title h2 {
        font-size: 40px;
        line-height: 1.1228;
    }

    .px_subtitle {
        font-size: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width:767px) {
    .px_title h2 {
        font-size: 35px;
        line-height: 1.1128;
    }

    .px_subtitle {
        font-size: 14px;
    }
}

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


/*---Header v1  CSS---*/
.px_header_v1_top {
    overflow: visible !important;
}

.px_header_v1_top .px_small_blurb_info .et_pb_main_blurb_image .et_pb_image_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--px-color-1);
    transition: 0.4s;
}

.px_header_v1_top .px_small_blurb_info:hover .et_pb_main_blurb_image .et_pb_image_wrap {
    background-color: #fff;
}

.px_header_v1_top .px_small_blurb_info .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
    color: #fff;
    transition: 0.4s;
}

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

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

.px_header_menu_row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: var(--px-color-1);
}

.px_header_menu_row .et_pb_menu .et_pb_menu__logo-wrap .et_pb_menu__logo img {
    filter: brightness(0) invert(1);
}

.px_header_menu_row .et_pb_menu .et-menu>li {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.px_header_menu_row .et_pb_menu .et-menu a {
    color: #fff;
}

.px_header_menu_row .et_pb_menu .et-menu li ul li a {
    color: #202020;
}

.px_header_menu_row .et_pb_menu .et-menu li ul li a:after {
	top: unset;
}

.px_header_menu_row .et_pb_menu .et_pb_menu__menu>nav ul li ul li {
    border-bottom: 1px dashed #e5e5e5;
}

.px_header_menu_row .et_pb_menu .et_pb_menu__menu>nav ul li ul li ul {
    top: 0;
}

.px_header_menu_row .et_pb_menu .et-menu-nav>ul ul {
    padding: 0px 0;
}

.px_header_menu_row .et-menu li li a {
    padding: 13px 20px 11px !important;
    transition: 0.4s;
}

.px_header_menu_row .et-menu li li:hover {
    background-color: var(--px-color-1);
    transition: 0.4s;
    border-bottom-color: var(--px-color-1) !important;
}

.px_header_menu_row .et-menu li li:hover>a {
    color: #fff !important;
    transition: 0.4s;
}

.px_header_menu_row .et-menu li li li:hover>a {
    color: #fff !important;
    transition: 0.4s;
}

.px_header_menu_row .et-menu li li a:hover {
    background-color: transparent;
    opacity: 1;
    transition: 0.4s;
}

.px_header_menu_row .nav li ul {
    border-top-color: var(--px-color-2) !important;
}

.px_header_menu_row .et_pb_menu .et_pb_menu__wrap .mobile_nav ul.et_mobile_menu {
    border-color: var(--px-color-2) !important;
}


.px_header_menu_row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__icon:after {
    color: #fff;
}

.px_header_menu_row .et_pb_menu .et_pb_menu__search .et_pb_menu__search-form input,
.px_header_menu_row .et_pb_menu .et_pb_menu__search button {
    color: #fff;
}

/* Responsive css hor header bottom */
@media only screen and (min-width:1025px) and (max-width:1170px) {
    .px_header_menu_row .et_pb_menu .et-menu>li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width:981px) and (max-width:1024px) {
    .px_header_menu_row .et_pb_menu .et-menu>li {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media only screen and (max-width: 980px) {
    .px_header_menu_row .et_pb_menu .et_pb_menu__wrap {
        justify-content: end
    }
}

@media only screen and (max-width:767px) {
    .px_header_v1_top .et_pb_button_module_wrapper {
        display: none !important;
    }

    .px_header_menu_row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__icon {
        display: none !important;
    }

}


/* -----------------------------------
     Footer Section CSS
-------------------------------------*/
/*---Footer Common Info Css---*/
.px_footer_title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 8px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #7a4d4d8c;
    padding-left: 0px !important;
    padding: 10px !important;
}

.px_footer_title:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 1%;
    bottom: -1px;
    left: 0px;
    background-color: var(--px-color-2);
    display: block !important;
    visibility: visible;
    opacity: 1;
    margin-left: 0px !important;
}

.px_footer_title:hover {
    background-color: transparent !important;
    border-bottom: 1px solid #7a4d4d8c;
}


.px_footer_links {
    color: #fff;
    transition: 0.5s;
}

.px_footer_links:hover {
    color: var(--px-color-2);
    transition: 0.1s;
}


/*---Footer v1  CSS---*/
.px_footer_v1_top {
	position: relative;
	z-index: 1;
}

.px_footer_v1_top:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: dp_morphin 10s infinite, dp_morphin_spin 60s infinite;
    transform: rotate(275deg);
    z-index: -1;
    opacity: 0.05;
}

.px_footer_v1_top .px_subtitle .et_pb_text_inner {
	color: #fff;
}

.px_footer_v1_top .px_footer_v1_email {
    padding: 0px !important;
}

.px_footer_v1_top .px_footer_v1_email .et_pb_newsletter_form .et_pb_signup_email {
    border-radius: 5px;
}

.px_footer_v1_top .px_footer_v1_email .et_pb_newsletter_form .et_pb_newsletter_field {
    padding-bottom: 0px !important;
}

.px_footer_v1_top .px_footer_v1_email .et_pb_newsletter_form {
    position: relative;
}

.px_footer_v1_top .px_footer_v1_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button {
    position: absolute;
    content: '';
    right: 4px;
    background-color: var(--px-color-2);
    top: 4px;
    width: auto;
    transition: 0.4s;
}

.px_footer_v1_top .px_footer_v1_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button:hover {
    background-color: var(--px-color-1);
    transition: 0.4s;
}

.px_footer_v1_top .px_footer_social .icon {
    display: inline-block;
    background-color: var(--px-color-2);
    width: 40px !important;
    font-size: 17px;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.px_footer_v1_top .px_footer_social .icon:hover {
    background-color: #fff;
    transition: 0.4s;
}

.px_footer_v1_top .px_footer_social .icon:hover:before {
    color: var(--px-color-1) !important;
}

/* Responsive css for footer */
@media only screen and (min-width:768px) and (max-width:980px) {
    .px_footer_v1_top .px_footer_v1_email {
        padding: 30px !important;
        padding-top: 0px !important;
    }
}


/* -----------------------------------
    Sidebar CSS
-------------------------------------*/
.px_sidebar {
    border-right: 0px solid rgba(0, 0, 0, .1);
    padding-right: 0px;
}

.px_sidebar .et_pb_widget {
    padding: 0px 15px 15px 15px;
    border: 0;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(var(--px-color-2), var(--px-color-2));
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 80%);
    overflow: hidden;
}

.px_sidebar .widgettitle {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 15px 30px;
    color: #fff;
    position: relative;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    background-color: var(--px-color-1);
}

/* Search */
.px_sidebar .widget_search .searchform input#s {
    background-color: #fff;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 5px;
    border: 0px;
    display: block;
    width: 100%;
    height: 55px !important;
    color: #0f202d;
    font-weight: 500;
    line-height: normal;
    background: #fff;
}

.px_sidebar .widget_search .searchform input#searchsubmit {
    height: 55px !important;
    color: #fff;
    background: var(--px-color-1);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
    border: 0px;
}

/* recent post side bsr  css */
.px_sidebar .widget_recent_entries ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

.px_sidebar .widget_recent_entries ul li::marker {
    color: var(--px-color-1);
}

.px_sidebar .widget_recent_entries ul li a {
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    transition: all 0.4s;
}

.px_sidebar .widget_recent_entries ul li a:hover {
    color: var(--px-color-2) !important;
}

.px_sidebar .widget_recent_entries ul li .post-date {
    font-size: 13px;
    font-weight: 700;
    color: var(--px-color-1);
}

/* Categories css for blog single home v1 */
.px_sidebar .widget_categories ul {
    list-style: disc !important;
    list-style-position: inside !important;
}

.px_sidebar .widget_categories ul li::marker {
    color: var(--px-color-1);
}

.px_sidebar .widget_categories ul li a {
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    transition: all 0.4s;
}

.px_sidebar .widget_categories ul li a:hover {
    color: var(--px-color-2) !important;
}

/* Tag css for blog single home v1 */
.px_sidebar .widget_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    padding: 10px 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
}

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

/* Sidebar Gallery css */

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

.px_sidebar .widget_media_gallery .gallery .gallery-item .gallery-icon img {
    border: none !important;
    border-radius: 5px;
    overflow: hidden;
}


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

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

.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item .et_portfolio_image {
	border-radius: 5px;
	overflow: hidden;
}

.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item .et_portfolio_image img {
	display: block;
	height: 60px;
	object-fit: cover;
}

.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item .et_portfolio_image .et_overlay {
	border: none;
    background-color: rgb(255 255 255 / 80%);
}

.px_sidebar .widget_media_gallery .et_post_gallery .et_gallery_item .et_portfolio_image .et_overlay:before {
	content: "\e0f5";
	font-weight: 100;
	font-size: 20px;
    color: var(--px-color-2);
}

/* -----------------------------------
    Blog CSS
-------------------------------------*/
/*---Blog Grid CSS & 3 Columns CSS ---*/
.px_blog_v1 .et_pb_post {
    background: #fff;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px;
    padding: 12px;
    /*     box-shadow: 0px 2px 20px rgb(24 16 16 / 9%); */
}

/*---Image  CSS---*/
.px_blog_v1 .et_pb_post .et_pb_image_container {
    margin: 0px !important;
}

.px_blog_v1 .et_pb_post .entry-featured-image-url {
    margin-bottom: 15px;
	position: relative;
    border-radius: 8px !important;
	overflow: hidden;
	z-index: 1;
}

.px_blog_v1 .et_pb_post .entry-featured-image-url:before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(#3330,var(--px-color-1));
    opacity: 0;
    z-index: 1;
    transition: all 700ms ease 100ms;
}

.px_blog_v1 .et_pb_post:hover .entry-featured-image-url:before {
    opacity: 0.8;
}


/*---Title  CSS---*/
.px_blog_v1 .et_pb_post .entry-title {
    color: #1c2539;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    transition: 0.4s;
}

.px_blog_v1 .et_pb_post .entry-title:hover {
    color: var(--px-color-1);
}

/*---Post Meta  CSS---*/
.px_blog_v1 .et_pb_post .post-meta {
    font-size: 12px;
}

.px_blog_v1 .et_pb_post .post-meta .author {
    position: relative;
    padding: 0px 10px 0px 20px;
}

.px_blog_v1 .et_pb_post .post-meta .author:before {
    position: absolute;
    content: '\e08a' !important;
    font-family: ETmodules;
    top: 0px;
    left: 0px;
    color: var(--px-color-1);
}

.px_blog_v1 .et_pb_post .post-meta .published {
    position: relative;
    padding: 0px 10px 0px 25px;
    font-size: 15px;
}

.px_blog_v1 .et_pb_post .post-meta .published:before {
    position: absolute;
    content: '\e06b' !important;
    font-family: ETmodules;
    line-height: 1.4;
    top: 0px;
    left: 0px;
    color: var(--px-color-1);
}

.px_blog_v1 .et_pb_post .post-meta a[rel="tag"] {
    position: relative;
    display: inline-block;
    padding: 0px 10px 0px 20px;
    font-size: 15px;
}

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


/*---Pagination Button CSS---*/
.px_blog_v1 .px_blogpagination .current.page-numbers {
    color: #fff !important;
    background: var(--px-color-2) !important;
    border: 0;
}

.px_blog_v1 .px_blogpagination .page-numbers {
    border: 0;
}

.px_blog_v1 .px_blogpagination .prev,
.px_blog_v1 .px_blogpagination .next {
    color: var(--px-color-2) !important;
}


/*---Blog Grid 2 Columns CSS---*/
.px_blog_v1.px_blog_grid_2_col .et_pb_ajax_pagination_container {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}

.px_blog_v1.px_blog_grid_2_col .et_pb_post {
    margin-bottom: 20px;
}

/* Responsive css for blog grid col-2 */
@media only screen and (min-width: 0px) and (max-width:767px) {
    .px_blog_v1.px_blog_grid_2_col .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(1, 1fr);
    }
}

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

.px_blog_v1.px_blog_grid_4_col .et_pb_post {
    margin-bottom: 20px;
}

/* Responsive css for blog grid col-4 */
@media only screen and (min-width: 1025px) and (max-width:1170px) {
    .px_blog_v1.px_blog_grid_4_col .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 981px) and (max-width:1024px) {
    .px_blog_v1.px_blog_grid_4_col .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media only screen and (min-width: 0px) and (max-width:767px) {
    .px_blog_v1.px_blog_grid_4_col .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Pagination Button CSS */
.px_blog_v1 .pagination .alignleft a,
.px_blog_v1 .pagination .alignright a {
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    background-color: var(--px-color-1);
    color: #fff;
	display: inline-block;
    padding: 12px 20px;
    z-index: 1;
	box-shadow: 5px 5px 0px 0px var(--px-color-2);
	transition: all 0.4s;
}

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

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


@media only screen and (min-width: 800px) {
	.px_blog_list .et_pb_post {
		display: flex;
	}
	
	.px_blog_list .et_pb_post .entry-featured-image-url {
		width: 40%;
		margin-bottom: 0px;
	}
	
	.px_blog_list .et_pb_post .entry-featured-image-url img {
		height: 100%;
		object-fit: cover;
	}
	
	.px_blog_list .et_pb_post .info_blog {
		position: relative;
		padding: 0px 20px;
		width: 60%;
	}
	
	.px_blog_list .et_pb_post .post-content .post-content-inner p {
		font-size: 16px;
		line-height: 1.6;
	}
	
	.px_blog_list .et_pb_post .post-content .more-link {
		color: var(--px-color-2);
		font-weight: 700;
		font-size: 16px;
		text-transform: capitalize;
	}
	
}

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


/* Blog Single Page CSS */
.px_blog_single_section .et_pb_column_single {
    padding: 0px !important;
}

.px_blog_single {
    position: relative;
}

.px_blog_single .et_pb_title_meta_container {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.px_blog_single .et_pb_title_meta_container .author {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.px_blog_single .et_pb_title_meta_container .author:before {
    position: absolute;
    content: '\e08a' !important;
    font-family: ETmodules;
    top: -3px;
    left: 0px;
    color: var(--px-color-1);
}

.px_blog_single .et_pb_title_meta_container .published {
    position: absolute;
    top: -53px;
    left: 30px;
    background-color: var(--px-color-1);
    padding: 5px 20px 5px 35px;
    border-radius: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.px_blog_single .et_pb_title_meta_container .published:before {
    position: absolute;
    content: '\7d' !important;
    font-family: ETmodules;
    top: 4px;
    left: 14px;
    color: #fff;
}

.px_blog_single .et_pb_title_meta_container a[rel="category tag"] {
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.px_blog_single .et_pb_title_meta_container a[rel="category tag"]:before {
    position: absolute;
    content: '\e07c' !important;
    font-family: ETmodules;
    top: -3px;
    left: 0px;
	font-weight: 100;
    color: var(--px-color-1);
}

.px_blog_single .et_pb_title_meta_container .comments-number {
    position: relative;
    padding-left: 20px;
}

.px_blog_single .et_pb_title_meta_container .comments-number:before {
    position: absolute;
    content: '\e066' !important;
    font-family: ETmodules;
    top: -3px;
    left: 0px;
    color: var(--px-color-1);
}

/* Global Socila icon css */
.px_social_single .icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: 0.4s;
}

.px_social_single .icon:hover {
    background-color: var(--px-color-1) !important;
}

.px_social_single .icon:before {
    color: #202020 !important;
    transition: 0.4s;
}

.px_social_single .icon:hover:before {
    color: #fff !important;
}

/* Post Single Tag CSS */
.px_blog_single_tag_info .et_pb_blurb_container .et_pb_blurb_description a {
    background-color: #fff;
    color: #202020;
    padding: 5px 15px;
    display: inline-block;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.4s;
}

.px_blog_single_tag_info .et_pb_blurb_container .et_pb_blurb_description a:hover {
    background-color: var(--px-color-1);
	color: #fff;
}

/* post navigation css for blog single */
.px_post_nav {
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.px_post_nav .nav-previous .meta-nav,
.px_post_nav .nav-next .meta-nav {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--px-color-1);
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.4s;
}

.px_post_nav .nav-previous:hover .meta-nav,
.px_post_nav .nav-next:hover .meta-nav {
    background-color: var(--px-color-2);
}

.px_post_nav .nav-previous .meta-nav {
    margin-right: 10px;
}

.px_post_nav .nav-next .meta-nav {
    margin-left: 10px;
}

.px_post_nav .nav-label {
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    transition: all 0.4s;
}

/* comment css for blog single v1 */

.px_post_comment .comment-body .comment_postinfo .fn {
    display: block;
}

.px_post_comment .comment-body .comment_postinfo .comment_date {
    color: var(--px-color-1);
    font-weight: 700;
}

.px_post_comment .comment-body .comment_postinfo .comment-edit-link {
    color: #000;
    font-size: 14px;
}

.px_post_comment .comment-body .comment-reply-link {
    background-color: var(--px-color-1);
    color: #fff;
    font-size: 14px;
    padding: 7px 20px !important;
    border: 0;
    border-radius: 50px;
}

.px_post_comment .comment-body .et_pb_custom_button_icon:hover {
    background-color: var(--px-color-2);
    color: #fff;
}

.px_post_comment .comment-body .comment_avatar img {
    border-radius: 5px;
}

/* coment Respond css */
.px_post_comment .comment-respond .comment-reply-title span {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}

.px_post_comment .logged-in-as {
    width: 100%;
    order: 1;
    font-size: 15px;
}

.px_post_comment .logged-in-as a {
    color: var(--px-color-2);
}

.px_post_comment .comment-form-cookies-consent {
    width: 100%;
    order: 6;
    font-size: 15px;
}

.px_post_comment .form-submit {
    width: 100%;
    order: 7;
}

.px_post_comment .comment-notes {
    font-size: 15px;
}

#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"] {
    width: 100% !important;
    display: block;
    height: 55px;
    font-size: 15px;
    color: #0f202d;
    font-weight: 500;
    border-radius: 50px;
    line-height: normal;
    padding: 0px 15px 0 25px;
}

.px_post_comment .comment-form-comment textarea#comment {
    border: 1px solid #e0e0e0 !important;
    box-shadow: none;
    background-color: #ffffff !important;
    font-size: 15px;
    color: #0f202d;
    font-weight: 500;
    width: 100% !important;
    line-height: normal;
    border-radius: 10px;
    padding: 12px 15px;
}

.px_post_comment .form-submit .submit {
    font-size: 16px;
    padding: 10px 20px !important;
    font-weight: 600;
    border: 0;
    border-radius: 60px;
    position: relative;
    background-color: var(--px-color-1);
    color: #fff;
    margin-top: 15px;
    transition: 0.3s;
}

.px_post_comment .form-submit .submit:hover {
    background-color: var(--px-color-2);
    transition: 0.3s;
}


/* Responsive css for blog single header */
@media only screen and (min-width: 0px) and (max-width:767px) {
    .px_blog_single .et_pb_title_meta_container {
        font-size: 12px;
        font-weight: 700;
    }

    .px_blog_single .et_pb_title_meta_container .author:before {
        top: -5px;
    }

    .px_blog_single .et_pb_title_meta_container .comments-number:before {
        top: -5px;
    }

    .px_blog_single .et_pb_title_meta_container .published {
        padding: 3px 16px 3px 30px;
        font-size: 12px;
    }

    .px_blog_single .et_pb_title_meta_container .published:before {
        top: 3px;
        left: 12px;
    }

    .px_post_nav .nav-previous .meta-nav,
    .px_post_nav .nav-next .meta-nav {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .px_post_nav .nav-label {
        font-size: 16px;
    }

    .px_post_comment .comment-body .comment-reply-link {
        font-size: 12px;
        padding: 3px 16px !important;
    }

    .px_post_comment .comment-body .comment_postinfo .comment_date {
        font-size: 12px;
    }

    /* coment Respond css */
    .px_post_comment .comment-form-author {
        width: 100%;
    }

    .px_post_comment .comment-form-email {
        width: 100%;
    }

    .px_post_comment .comment-form-url {
        width: 100%;
    }

    .px_post_comment .comment-respond .comment-form {
        padding: 25px 25px 25px 25px;
    }

    #commentform input[type="email"],
    #commentform input[type="text"],
    #commentform input[type="url"] {
        width: 100%;
    }

    .px_post_comment .comment-respond .comment-reply-title span {
        font-size: 28px;
    }

    .px_post_comment .form-submit .submit {
        font-size: 14px;
        padding: 8px 16px !important;
    }
}



/* -----------------------------------
    Portfolio CSS
-------------------------------------*/
/*---Portfolio Gallary CSS & 4 Columns CSS ---*/
.px_portfolio_btn {
    color: var(--px-color-1);
    padding-left: 0px !important;
    text-transform: uppercase;
}

.px_portfolio_btn:after {
    margin-left: 0.7em !important;
}

.px_portfolio_btn:hover {
    color: var(--px-color-2);
    transition: 0.4s;
}

/* Portfolio 3 Column */
.px_portfolio_v1.px_portfolio_v1.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-gap: 25px;
}

.px_portfolio_v1 .et_pb_portfolio_item {
    position: relative;
    border-radius: 10px;
    transition: all 700ms ease 100ms;
}

.px_portfolio_v1 .et_pb_portfolio_item:hover .et_portfolio_image img {
    transform: scale(1.2) rotate(2deg);
    transition: all 700ms ease;
}

/* Image Css */
.px_portfolio_v1 .et_portfolio_image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 10px;
    transition: all 700ms ease;
}

.px_portfolio_v1 .et_portfolio_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 700ms ease;
    position: absolute;
    top: 0;
    left: 0;
}

.px_portfolio_v1 .et_portfolio_image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(#3330,var(--px-color-2));
    opacity: 0;
/*     transform: scaleX(0); */
    z-index: 1;
    transition: all 700ms ease 100ms;
}

.px_portfolio_v1 .et_pb_portfolio_item:hover .et_portfolio_image:before {
/*     transform: scaleY(1); */
    opacity: 1;
    transition: all 700ms ease 100ms;
}

/* Overlay  Css */

/* Title Css */
.px_portfolio_v1 .et_pb_portfolio_item .et_pb_module_header {
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 0px;
    right: 20px;
    background: #ffffff;
    text-align: center;
    display: block;
    border-radius: 10px;
    padding: 25px 15px;
    /*     box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%); */
    border: 1px solid #e0e0e0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-30px);
    opacity: 0;
    transition: all 300ms ease 100ms;
    z-index: 3;
    color: var(--px-color-1);
    overflow: hidden;
    text-overflow: ellipsis;
}

.px_portfolio_v1 .et_pb_portfolio_item .et_pb_module_header a {
    color: var(--px-color-1);
    font-size: 23px;
    white-space: nowrap;
}

.px_portfolio_v1 .et_pb_portfolio_item:hover .et_pb_module_header {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition: all 700ms ease 600ms;
    transition-delay: 1s;
}

.px_portfolio_v1 .et_pb_portfolio_item:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 40px;
    background: #ffffff;
    transition: all 300ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-30px);
    z-index: 1;
}

.px_portfolio_v1 .et_pb_portfolio_item:hover:after {
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
    transition: all 700ms ease 500ms;
}

.px_portfolio_v1 .et_pb_portfolio_item:before {
    position: absolute;
    content: '\4c' !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    margin: auto !important;
    font-family: ETmodules;
    color: #fff;
    z-index: 11;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}

.px_portfolio_v1 .et_pb_portfolio_item:hover:before {
    transform: scale(4.0);
}

/* Category Post Meta Css */
.px_portfolio_v1 .et_pb_portfolio_item .post-meta {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    background-color: var(--px-color-1);
    padding: 3px 12px;
    border-radius: 50px;
    margin: 0 !important;
    z-index: 2;
}

.px_portfolio_v1 .et_pb_portfolio_item .post-meta a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0px 5px;
}

/* Responsive css for portfolio-grid-col--v-home-v3 */
@media only screen and (min-width: 1025px) and (max-width:1170px) {
    .px_portfolio_v1 .et_pb_portfolio_item .et_pb_module_header a {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width:1024px) {

    .px_portfolio_v1.px_portfolio_v1.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 (min-width: 768px) and (max-width:980px) {

    .px_portfolio_v1.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 (min-width: 0px) and (max-width:767px) {

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

/* Portfolio 2 Column */
.px_portfolio_v1.px_portfolio_2_col .et_pb_portfolio_items,
.px_portfolio_2_col .et_pb_ajax_pagination_container {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}

/* Responsive css for portfolio-grid-col-2-home v3 */
@media only screen and (min-width: 0px) and (max-width:767px) {

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


/* Portfolio 4 Column */
.px_portfolio_v1.px_portfolio_4_col .et_pb_portfolio_items,
.px_portfolio_4_col .et_pb_ajax_pagination_container {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
}

/* Responsive css for portfolio-grid-col-4-home v3 */
@media only screen and (min-width: 981px) and (max-width:1024px) {

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

@media only screen and (min-width: 768px) and (max-width:980px) {

    .px_portfolio_v1.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 (min-width: 0px) and (max-width:767px) {

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

/* Pagination Button CSS */
.px_portfolio_v1 .pagination .alignleft a,
.px_portfolio_v1 .pagination .alignright a {
    border-radius: 50px;
    font-size: 15px;
	display: inline-block;
    font-weight: 600;
    position: relative;
    background-color: var(--px-color-1);
    color: #fff;
    padding: 12px 20px;
    z-index: 1;
	box-shadow: 5px 5px 0px 0px var(--px-color-2);
	transition: all 0.4s;
}

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

.px_portfolio_v1 .pagination {
    grid-column: 1 / -1;
}

/*---Portfolio Filterable CSS---*/

/* Filters Links CSS */

.px_portfolio_v1 .et_pb_portfolio_filters li a {
	border: 1px solid #e0e0e0;
    border-radius: 5px !important;
    margin: 0px 2px;
    background-color: #fff;
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s;
}

/*Hover & Active Filter Links*/
.px_portfolio_v1 .et_pb_portfolio_filters li a:hover,
.px_portfolio_v1 .et_pb_portfolio_filters li a.active {
	color: #fff;
    background-color: var(--px-color-1);
    border-color: var(--px-color-1);
}

/* Pagination CSS */
.px_portfolio_v1 .et_pb_portofolio_pagination {
	margin-top: 25px;
}


.px_portfolio_v1 .et_pb_portofolio_pagination ul li {
	padding: 0;
}

.px_portfolio_v1 .et_pb_portofolio_pagination ul li a {
    border: 1px solid #e0e0e0;
    border-radius: 5px!important;
    margin: 10px 3px 0px 3px;
    padding: 10px 15px;
    background-color: #fff;
    color: #202020;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.4s;
}

.px_portfolio_v1 .et_pb_portofolio_pagination ul li a:hover,
.px_portfolio_v1 .et_pb_portofolio_pagination ul li a.active:hover{
	color: #fff;
    background-color: var(--px-color-1);
    border-color: var(--px-color-1);
}


/* Portfolio Single Page CSS */
.px_portfolio_single .px_portfolio_single_blurb {
	border-bottom: 1px solid var(--px-color-2);
    padding-bottom: 10px!important;
    margin-bottom: 10px!important;
}

.px_portfolio_single .px_portfolio_single_blurb:last-child {
	border-bottom: 0px;
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}

.px_portfolio_single .px_portfolio_single_blurb .et_pb_blurb_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.px_portfolio_single .px_portfolio_single_blurb .et_pb_blurb_container .et_pb_module_header {
    color: var(--px-color-1);
    padding-bottom: 0px;
}

.px_portfolio_single .px_portfolio_single_blurb .et_pb_blurb_container .et_pb_blurb_description a {
    color: #222;
    text-decoration: underline;
    transition: all 0.4s;
}

.px_portfolio_single .px_portfolio_single_blurb .et_pb_blurb_container .et_pb_blurb_description a:hover {
    color: var(--px-color-2);
}

/* -----------------------------------
    Services CSS
-------------------------------------*/
/*---Services v1 CSS---*/
.px_services_v1 .px_services_v1_col {
    position: relative;
    overflow: hidden;
}

.px_services_v1 .px_services_blurb .et_pb_main_blurb_image {
    margin-bottom: 0px !important;
    padding-top: 100%;
    display: block;
}

.px_services_v1 .px_services_blurb .et_pb_main_blurb_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
}

.px_services_v1 .px_services_blurb .et_pb_main_blurb_image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(transparent, var(--px-color-1));
}

.px_services_v1 .px_services_blurb .et_pb_module_header {
    text-align: left;
}

.px_services_v1 .px_services_v1_col .et_pb_blurb_content .et_pb_module_header {
    position: absolute;
    content: '';
    bottom: 20px;
    left: 0px;
    right: 0px;
    color: #fff;
    transition: 0.4s;
    padding: 0px 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.px_services_v1 .px_services_v1_col:hover .et_pb_blurb_content .et_pb_module_header {
    bottom: -50px;
    transition: 0.4s;
}

.px_services_v1 .px_services_v1_col .px_service_cta {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 30px;
    right: 30px;
    width: fit-content;
    background-color: var(--px-color-1);
    margin: auto !important;
    transform: rotateY(90deg);
    transition: 0.4s;
}

.px_services_v1 .px_services_v1_col:hover .px_service_cta {
    transform: rotateY(0deg);
    transition: 0.4s;
}


.px_services_v1 .px_services_v1_col .px_service_cta {
	overflow-y: auto !important; 
	scrollbar-width: none; 
	scrollbar-color: #999 #333; 
}

.px_services_v1 .px_services_v1_col .px_service_cta::-webkit-scrollbar {
	width: 5px; /* Mostly for vertical scrollbars */ 
	height: 0px; /* Mostly for horizontal scrollbars */
}

.px_services_v1 .px_services_v1_col .px_service_cta::-webkit-scrollbar-thumb { /* Foreground */ 
	background: transparent; 
}

.px_services_v1 .px_services_v1_col .px_service_cta::-webkit-scrollbar-track { /* Background */ 
	background: transparent; 
}

.px_services_v1 .px_services_v1_col .px_service_cta::-moz-scrollbar {
	width: 5px; /* Mostly for vertical scrollbars */ 
	height: 0px; /* Mostly for horizontal scrollbars */
}

.px_services_v1 .px_services_v1_col .px_service_cta::-moz-scrollbar-thumb { /* Foreground */ 
	background: transparent; 
}

.px_services_v1 .px_services_v1_col .px_service_cta::-moz-scrollbar-track { /* Background */ 
	background: transparent; 
}

.px_services_v1 .px_services_v1_col .px_service_cta .et_pb_button_wrapper .et_pb_button {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.px_services_v1 .px_services_v1_col .px_service_cta .et_pb_promo_description {
    padding-bottom: 10px;
}

.px_services_v1 .px_services_v1_col .px_service_cta .et_pb_button_wrapper .et_pb_button:hover {
    background-color: transparent;
    color: rgb(255 255 255 / 65%) !important;
    border-bottom-color: #cccccc;
}

.px_services_v1 .px_services_v1_col .px_service_cta .et_pb_module_header {
    transition: 0.4s;
}

.px_services_v1 .px_services_v1_col .px_service_cta .et_pb_module_header:hover {
    color: rgb(255 255 255 / 65%) !important;
}

/*Title Css */
.px_services_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    text-align: center;
}


/* Responsive css for service sections v1 */
@media only screen and (min-width: 1025px) and (max-width:1170px) {
    .px_services_v1 .px_services_v1_col .px_service_cta {
        margin: 20px;
        padding: 15px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width:1024px) {
    .px_services_v1 .px_services_v1_col .px_service_cta {
        margin: 8px;
        padding: 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:980px) {
    .px_services_v1 .px_services_v1_col .px_service_cta {
        margin: 60px;
        padding: 40px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width:767px) {
    .px_services_v1 .px_services_v1_col .px_service_cta {
        margin: 20px;
    }
}

/*---Services List View CSS---*/
.px_services_list .px_services_list_blurb,
.px_services_list .px_services_list_blurb .et_pb_blurb_content,
.px_services_list .px_services_list_blurb .et_pb_main_blurb_image,
.px_services_list .px_services_list_blurb .et_pb_image_wrap,
.px_services_list .px_services_list_blurb .et_pb_image_wrap img {
	height: 100%;
}

.px_services_list .px_services_list_blurb .et_pb_main_blurb_image {
    margin-bottom: 0px;
    display: block;
}

.px_services_list .px_services_list_blurb .et_pb_image_wrap {
	position: relative;
	z-index: 1;
}

.px_services_list .px_services_list_blurb .et_pb_image_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(transparent, var(--px-color-2));
}

.px_services_list .px_services_list_blurb .et_pb_image_wrap img {
	object-fit: cover;
}

.px_services_list .px_services_list_blurb .et_pb_blurb_container {
	position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.px_services_list .px_services_list_blurb .et_pb_blurb_container .et_pb_module_header {
	padding: 0px;
}

.px_services_list .px_services_list_cta .et_pb_promo_description {
	padding-bottom: 15px;
}

.px_services_list .px_services_list_cta .et_pb_promo_description div ul {
    padding: 5px 0px 0px 20px;
    font-size: 16px;
}

.px_services_list .px_services_list_cta .et_pb_promo_description div ul li::marker {
	color: var(--px-color-2);
}

.px_services_list .px_services_list_cta .et_pb_button_wrapper .et_pb_button {
	background-color: var(--px-color-1);
}

.px_services_list .px_services_list_cta .et_pb_button_wrapper .et_pb_button:after {
	content: "";
    background-color: var(--px-color-2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px !important;
    top: 5px;
    border-radius: 60px;
    z-index: -1;
	opacity: 1;
    transition: all 0.3s;
    margin-left: 0px !important;
}

.px_services_list .px_services_list_cta .et_pb_button_wrapper .et_pb_button:hover:after {
    left: 0px !important;
    top: 0px;
}

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

.px_services_single .px_services_single_btn {
	display: block;
    background-color: #fff !important;
	border-color: #e0e0e0;
    color: #202020;
    box-shadow: none;
	transition: all 0.4s;
}

.px_services_single .px_services_single_btn:before,
body #page-container .et_pb_section.px_services_single .px_services_single_btn:before {
	font-size: 13px !important;
    transition: all 0.4s;
}

.px_services_single .px_services_single_btn:hover {
	color: #fff;
	background-color: var(--px-color-2) !important;
}

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

.px_services_single .px_services_single_blurb .et_pb_main_blurb_image {
	margin-bottom: 20px;
}

.px_services_single .px_services_single_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
	height: 60px;
    width: 60px;
    background-color: var(--px-color-1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.px_services_single .px_services_single_blurb_mini .et_pb_main_blurb_image {
	vertical-align: middle;
	width: 25px;
}

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

.px_services_single .px_services_single_blurb_mini .et_pb_blurb_container {
	padding-left: 0px;
	vertical-align: middle;
}

/* -----------------------------------
   Contact Us CSS
-------------------------------------*/
/*---Contact Us v1  CSS---*/

.px_contact_v1 .px_contact_info_col {
    background: linear-gradient(var(--px-color-2), var(--px-color-2));
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 80%);
}

.px_contact_v1 .px_contact_info .et_pb_main_blurb_image {
    vertical-align: middle;
}

.px_contact_v1 .px_contact_info .et_pb_image_wrap {
    height: 50px;
    width: 50px;
    background-color: var(--px-color-1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.px_contact_v1 .px_contact_info .et_pb_module_header {
    padding-bottom: 5px;
}


.px_contact_v1 .px_contact_form .et_pb_contact .et_pb_contact_form .et_pb_contact_field select option {
	background-color: #010101;
    color: #fff;
    transition: all 0.4s;
}

.px_contact_v1 .px_contact_form .et_pb_contact .et_pb_contact_form .et_pb_contact_field select option:hover {
	background-color: var(--px-color-2);
}

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


.px_contact_v1 .px_contact_form .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit {
    background-color: var(--px-color-1) !important;
    position: relative;
    z-index: 1;
	box-shadow: 5px 5px 0px 0px var(--px-color-2);
}

.px_contact_v1 .px_contact_form .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit:hover {
	box-shadow: 0px 0px 0px 0px var(--px-color-2);
    background-color: var(--px-color-2) !important;
}

.px_contact_v1 .px_contact_form .et_pb_contact .et_pb_contact_form .et_pb_contact_submit:after,
body #page-container .et_pb_section.px_contact_v1 .px_contact_form .et_pb_contact .et_pb_contact_form .et_pb_contact_submit:after {
	opacity: 0;
	visibility: hidden;
}


/* -----------------------------------
     Team Section CSS
-------------------------------------*/
/*---Team v1  CSS---*/
.px_team_v1 .px_team_v1_person {
    position: relative;
    overflow: hidden;
}

.px_team_v1 .px_team_v1_person .et_pb_module_header {
    padding-bottom: 0px;
    color: #fff;
}

.px_team_v1 .px_team_v1_person .et_pb_member_position {
    color: var(--px-color-2);
}

.px_team_v1 .px_team_v1_person .et_pb_team_member_image {
    display: block;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.px_team_v1 .px_team_v1_person .et_pb_team_member_image img {
	max-width: 100%;
    width: 100%;
}

.px_team_v1 .px_team_v1_person .et_pb_team_member_image:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(transparent, var(--px-color-2));
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
}

.px_team_v1 .px_team_v1_person:hover .et_pb_team_member_image:before {
    top: 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.px_team_v1 .px_team_v1_person .et_pb_team_member_image img {
    object-fit: cover;
}

.px_team_v1 .px_team_v1_person .et_pb_team_member_description {
    text-align: center;
    background-color: var(--px-color-1);
    padding: 15px;
    margin: -45px 15px 0px 15px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.px_team_v1 .px_team_v1_person .et_pb_member_social_links {
    position: absolute;
    content: '';
    width: 100%;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 0px;
    margin-top: 0px;
    opacity: 0;
    transition: 0.4s;
}

.px_team_v1 .px_team_v1_person:hover .et_pb_member_social_links {
    top: -80%;
    opacity: 1;
    transition: 0.4s;
}


.px_team_v1 .et_pb_team_member_description .et_pb_member_social_links li {
    margin-right: 6px !important;
}


.px_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a {
    font-size: 13px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    z-index: 1;
    transition: 0.4s;
    color: var(--px-color-1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.px_team_v1 .et_pb_team_member_description .et_pb_member_social_links li:hover a {
    color: #fff;
    background-color: var(--px-color-1);
    transition: 0.4s;
}

/* responsive css for Team home v1 */
@media only screen and (min-width: 981px) and (max-width:1024px) {
    .px_team_v1 .px_team_v1_person .et_pb_team_member_description {
        padding: 10px;
        margin: 0px 10px;
    }
}


/*---Team Single Page CSS---*/
.px_team_single .px_team_single_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
	height: 45px;
    width: 45px;
    background-color: var(--px-color-1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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;
	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;
}

.px_team_single .px_team_single_mini_blurb:last-child {
	margin-bottom: 0px !important;
}

.px_team_single .px_team_single_mini_blurb .et_pb_main_blurb_image {
	vertical-align: middle;
	width: 25px;
}

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

.px_team_single .px_team_single_mini_blurb .et_pb_blurb_container {
	padding-left: 0px;
	vertical-align: middle;
}

/* -----------------------------------
   Slider Section CSS
-------------------------------------*/
/*---Slider v1  CSS---*/
.px_slider_v1 .et_pb_slide {
    position: relative;
    display: block !important;
    opacity: 1 !important;
	z-index: 2 !important;
	transform: scale(1,0);
	transform-origin: bottom center;
    transition: transform 1.5s;
/* 	transition-delay: 1.5s; */
}

.px_slider_v1 .et_pb_slide.et-pb-active-slide {
    transform: scale(1,1);
	transform-origin: top center;
/* 	z-index: 2 !important; */
/* 	transition-delay: 0s; */
}

.px_slider_v1 .et_pb_slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	z-index: 9;
    transform-origin: left center;
}

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


@keyframes line {
  0% {
	  width: 0%;
	  background-color: var(--px-color-1);
  }
  100% {
	  width: 100%;
	  background-color: var(--px-color-2);
  }
}

.px_slider_v1 .px_slider_v1_tittle {
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 60px;
    color: var(--px-color-1) !important;
    text-shadow: none;
}

.px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button {
    background-color: var(--px-color-1) !important;
    color: #fff;
    display: inline-block;
    position: relative;
}

.px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button:after {
    content: "";
    background-color: var(--px-color-2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px !important;
    top: 5px;
    border-radius: 60px;
    z-index: -1;
    transition: all 0.3s;
    margin-left: 0px !important;
}

.px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button:hover:after {
    left: 0 !important;
    top: 0 !important;
}

.px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
    right: 0px !important;
    text-align: right;
    margin-right: 0px !important;
	animation: none !important;
}

.px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image:before {
    position: absolute;
    content: '';
    width: 450px;
    height: 450px;
    background-color: var(--px-color-1);
	opacity: 1;
    top: 0px;
    left: 40px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: dp_morphin 10s infinite;
    transform: rotate(275deg);
    z-index: -1;
}

@keyframes dp_morphin {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
	
	100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes dp_morphin_spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: dp_morphin 10s infinite;
}

.px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
    float: left !important;
    animation: none !important;
}

.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 22px;
    opacity: 1;
}

.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next {
    right: 22px;
    opacity: 1;
}

.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev,
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next {
    font-size: 30px !important;
}

.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev:before,
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next:before {
    border: 1px solid var(--px-color-1);
    color: var(--px-color-1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s;
}

.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev:hover:before,
.px_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next:hover:before {
    border: 1px solid var(--px-color-2);
    color: var(--px-color-2);
    transition: 0.4s;
}

.px_slider_v1 .et-pb-controllers a {
    width: 10px;
    height: 10px;
    outline: 1px solid var(--px-color-2);
    outline-offset: 2px;
    margin: 0px 7px;
    background-color: var(--px-color-2);
	transition: all 0.4s;
}

.px_slider_v1 .et-pb-controllers a:hover,
.px_slider_v1 .et-pb-controllers a.et-pb-active-control {
	opacity: 1;
}

.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
    font-size: 22px !important;
}

/* Responsive css for slider home v1 */
@media only screen and (min-width:1025px) and (max-width:1170px) {
    .px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image:before {
        width: 420px;
        height: 420px;
        border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    }
}

@media only screen and (min-width:981px) and (max-width:1024px) {
    .px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image:before {
        width: 400px;
        height: 400px;
        top: unset !important;
        left: unset !important;
        transform: rotate(-86deg);
    }
}

@media only screen and (min-width: 768px) and (max-width:980px) {
    .px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image:before {
        width: 325px;
        height: 325px;
        top: unset !important;
        left: unset !important;
        transform: rotate(-86deg);
    }

    .px_slider_v1 .px_slider_v1_tittle {
        line-height: 50px;
        font-size: 50px;
    }

    .px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width:767px) {
    .px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
    font-size: 20px !important;
    margin: auto auto 15px auto;
    }

    .px_slider_v1 .px_slider_v1_tittle {
        line-height: 45px;
        font-size: 45px;
    }

    .px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
    	display: block !important;
    	margin-top: 70px !important;
		text-align: center;
    }

    .px_slider_v1 .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image:before {
        width: 300px;
        height: 300px;
        left: unset;
        transform: rotate(-81deg);
    }
}


/*---Title CSS---*/
.px_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
    width: fit-content;
    border-radius: 5px;
}

/* -----------------------------------
  Faqs CSS
-------------------------------------*/
/*---Faqs v1  CSS---*/
.px_faqs_v1 .et_pb_toggle {
    padding: 0;
    margin-bottom: 15px !important;
    background-color: transparent;
}

.px_faqs_v1 .et_pb_toggle:last-child {
    margin-bottom: 0px !important;
}

.px_faqs_v1 .et_pb_toggle .et_pb_toggle_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    color: #222;
    transition: all 0.4s;
}

.px_faqs_v1 .et_pb_toggle .et_pb_toggle_title:before {
    color: #222;
}

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

.px_faqs_v1 .et_pb_toggle .et_pb_toggle_content {
    padding: 15px 0px;
}

/* -----------------------------------
  Timeline CSS
-------------------------------------*/
/*---Timeline v1  CSS---*/

@media only screen and (max-width: 980px) {
	.px_timeline_v1 .px_timeline_row {
    	display: flex;
    	flex-direction: column-reverse;
    	max-width: 480px;
	}
	
	.px_timeline_v1 .px_timeline_row .et_pb_column {
		margin-bottom: 0px !important;
	}
	
	.px_timeline_v1 .px_timeline_row .px_timeline_img_col {
		order: 1;
		margin-bottom: 30px !important;
	}
}

.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 {
	height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.4s;
}

.px_timeline_v1 .px_timeline_blurb:hover .et_pb_main_blurb_image .et_pb_image_wrap {
	border-color: var(--px-color-1);
}

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


.px_timeline_v1 .px_timeline_blurb .et_pb_blurb_container .et_pb_module_header {
	color: var(--px-color-2);
}

.px_timeline_v1 .px_timeline_blurb .et_pb_blurb_container .et_pb_blurb_description {
	padding: 15px;
    display: block;
    position: relative;
    border: 1px solid #e0e0e0;
	background-color: #fff;
    border-radius: 10px;
	transition: all 0.4s;
}

.px_timeline_v1 .px_timeline_blurb:hover .et_pb_blurb_container .et_pb_blurb_description {
	border-color: var(--px-color-1);
}

.px_timeline_v1 .px_timeline_blurb .et_pb_blurb_container .et_pb_blurb_description h4 {
	font-size: 25px;
    line-height: 1.2;
    color: #202020;
}


/* -----------------------------------
  	 Pricing Table CSS
-------------------------------------*/
/*---Pricing Default CSS---*/
.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* 	box-shadow: 0px 2px 20px rgb(24 16 16 / 9%); */
    border: 1px solid #e0e0e0;
    padding: 60px 0 50px 0;
}

/* Heading Css */
.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading {
    width: 100%;
    order: 2;
    position: static;
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_best_value {
    background-color: var(--px-color-1);
    position: absolute;
    content: '';
    top: 20px;
    left: -30px;
    padding: 5px;
    width: 45%;
    /* height: 100%; */
    transform: rotateZ(-43deg);
    color: #fff;
}

/* Top Content Css */
.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {
    width: 100%;
    order: 1;
    padding-top: 0px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 0px #bebebe;
}


.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign {
    color: var(--px-color-1);
    font-size: 18px;
	position: relative;
    vertical-align: top;
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
    color: var(--px-color-1);
    position: relative;
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -25px;
    right: -35px;
    color: var(--px-color-2);
    font-size: 15px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency .et_pb_frequency_slash {
    display: none;
}

/* Bottom Content Css */
.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content {
    width: 100%;
    order: 3;
    padding: 15px 30px 30px;
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing li {
    padding-bottom: 15px;
    color: #616161;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing li.et_pb_not_available {
    text-decoration: line-through;
    opacity: 0.5;
}

/* Button Css */
.px_pricing_table .et_pb_pricing_table_wrap .et_pb_button_wrapper {
    width: 100%;
    order: 4;
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_button_wrapper .et_pb_pricing_table_button {
    background-color: var(--px-color-1) !important;
    color: #fff;
    display: inline;
    position: relative;
    z-index: 1;
	box-shadow: 5px 5px 0px 0px var(--px-color-2);
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_button_wrapper .et_pb_pricing_table_button:hover {
	box-shadow: 0px 0px 0px 0px var(--px-color-2);
    background-color: var(--px-color-2) !important;
}

.px_pricing_table .et_pb_pricing_table_wrap .et_pb_button_wrapper .et_pb_pricing_table_button:after {
	opacity: 0 !important;
    visibility: hidden;
}

/* Responsive css for pricing table v1 */
@media only screen and (min-width: 768px) and (max-width:980px) {
    .px_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_best_value {
        top: 40px;
        left: -70px;
    }
}

/*---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: flex;
	justify-content: center;
}

.px_pricing_tab_btn_column [id*="px_pricing_tab_"].px_btn.px_active {
	box-shadow: 0px 0px 0px 0px var(--px-color-2);
    background-color: var(--px-color-2) !important;
}

@media only screen and (max-width: 1100px) {
	.px_pricing_tab_btn_column {
		display: inline-block;
		text-align: center;
	}
	.px_pricing_tab_btn_column .et_pb_button_module_wrapper {
		width: fit-content;
		display: inline-block;
	}
}

/* -----------------------------------
  	 Testimonial Section CSS
-------------------------------------*/
/*---Testimonial v1  CSS---*/

.px_testimonial_v1_slider ul.slick-dots {
    padding: 0px;
    margin-bottom: -30px;
}

.px_testimonial_v1_slider ul.slick-dots li button:before {
    color: var(--px-color-2);
    opacity: 1;
    font-size: 14px;
    border-radius: 50px;
    transition: all 0.4s;
}

.px_testimonial_v1_slider ul.slick-dots li:hover button:before,
.px_testimonial_v1_slider ul.slick-dots li.slick-active button:before {
    color: var(--px-color-1);
}

.px_testimonial_v1_slider .px_testimonial_v1 {
    margin: 0px 15px !important;
}

.px_testimonial_v1 {
    position: relative;
    height: unset;
    /* 	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1); */
    border: 1px solid #e0e0e0;
}

.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_portrait {
    position: absolute;
	bottom: 20px;
    border-radius: 15px;
    width: 75px !important;
    height: 75px !important;
}

.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_portrait:before {
    display: none !important;
}

/*---Description---*/
.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description {
    margin-left: 0px !important;
}


.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content {
    padding-bottom: 10px;
    border-bottom: 1px solid #66666617;
}

/*---Author CSS---*/
.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
    margin-left: 105px;
    margin-top: 40px;
}

/*---Meta CSS---*/
.px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta {
    margin-left: 105px;
}


/*Review */
.px_testimonial_v1 .px_review {
    position: absolute;
    left: 0;
    bottom: -100px;
    right: 0;
    width: 165px;
    margin-left: auto;
    margin-bottom: 0;
    text-align: right;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.px_testimonial_v1 ul.px_review li {
    display: inline-block;
    float: none;
    margin: 0 3px;
    color: var(--px-color-1);
    font-size: 18px;
    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"
}

/* Responsive css for testimonial home v1 */
@media only screen and (min-width: 1025px) and (max-width:1170px) {

    .px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
        margin-left: 95px;
    }

    .px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta {
        margin-left: 95px;
    }

    .px_testimonial_v1 ul.px_review li {
        font-size: 15px;
    }
}

@media only screen and (min-width: 376px) and (max-width:479px) {
    .px_testimonial_v1.et_pb_testimonial {
        padding-top: 5%;
    }

    .px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
        margin-left: 0;
    }

    .px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta {
        margin-left: 0;
    }

    .px_testimonial_v1 .px_review {
        bottom: -70px;
        width: 165px;
        margin-left: 0;
        text-align: left;
        padding-left: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width:550px) {
    .px_testimonial_v1.et_pb_testimonial {
        padding-top: 6%;
    }

    .px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_portrait {
        top: 30px !important;
    }

    .px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
        margin-left: 0;
    }

    .px_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta {
        margin-left: 0;
    }

    .px_testimonial_v1 .px_review {
        bottom: -70px;
        width: 165px;
        margin-left: 0;
        text-align: left;
        padding-left: 0px;
    }
}


/* -----------------------------------
   About Us Section CSS
-------------------------------------*/
/*---About Us v1 CSS---*/
.px_aboutus_v1 .px_about_testi .et_pb_testimonial_author {
    margin-top: 0px;
}

.px_aboutus_v1 .px_about_testi {
    border-left: 5px solid var(--px-color-1);
    border-radius: 10px;
}

.px_aboutus_v1 .px_about_testi:before {
    position: absolute;
    content: '\7b' !important;
    font-family: ETmodules;
    font-size: 190px;
    color: var(--px-color-1);
    background-color: transparent;
    opacity: 0.2;
}

.px_aboutus_v1 .px_aboutus_btn {
    padding-left: 3em !important;
    color: #666;
}

.px_aboutus_v1 .px_aboutus_btn:before {
    color: var(--px-color-2);
    left: 0px;
    margin: 0 !important;
}

/* Responsive css for About us v1 */
@media only screen and (min-width: 768px) and (max-width:980px) {
    .px_aboutus_v1 .et_pb_image_wrap {
        width: 100%;
    }

    .px_aboutus_v1 .et_pb_image_wrap img {
        width: 100% !important;
    }
}

@media only screen and (min-width: 0px) and (max-width:767px) {
    .px_aboutus_v1 .et_pb_image_wrap {
        width: 100%;
    }

    .px_aboutus_v1 .et_pb_image_wrap img {
        width: 100% !important;
    }
}

/* -----------------------------------
   Choose Us Section CSS
-------------------------------------*/
/*---Choose Us v1 CSS---*/

.px_choose_v1 .px_video_v1,
.px_choose_v1 .px_video_v1 .et_pb_video_box,
.px_choose_v1 .px_video_v1 .et_pb_video_box .fluid-width-video-wrapper {
	height: 100%;
}

.px_choose_v1 .px_choose_blurb_mini .et_pb_main_blurb_image {
	vertical-align: middle;
	width: 25px;
}

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

.px_choose_v1 .px_choose_blurb_mini .et_pb_blurb_container {
	padding-left: 0px;
	vertical-align: middle;
}


/* -----------------------------------
  	 Video Section CSS
-------------------------------------*/
/*---Video v1 CSS---*/

.px_video_v1 .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play {
    position: relative;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin-left: -3rem;
    margin-top: -3rem;
    background-color: var(--px-color-2);
    text-align: center;
    line-height: 90px;
    color: var(--px-color-1);
    transform-origin: center center;
    box-shadow: 0 0 0 0 var(--px-color-2);
    animation: ripple 3s infinite;
}

/* -----------------------------------
  	 Skill-bar Section CSS
-------------------------------------*/
/*---Skill-bar v1 CSS---*/
.px_skill_v1 .et_pb_counter_container{
    height: 8px;
    background: #f0f0f0;
    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 home v1 */
.px_number_counter_v1.et_pb_number_counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.px_number_counter_v1.et_pb_number_counter .percent {
    margin-bottom: 0px;
}

.px_number_counter_v1.et_pb_number_counter .title {
    padding-bottom: 0;
    padding-left: 12px;
}



/* -----------------------------------
  	 CTA Section CSS
-------------------------------------*/
/*---CTA v1 CSS---*/

.px_CTA_v1 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.px_CTA_v1 .px_CTA_blurb .et_pb_main_blurb_image {
	margin-bottom: 15px;
}

.px_CTA_v1 .px_CTA_blurb .et_pb_image_wrap {
	height: 70px;
    width: 70px;
    border-radius: 50%;
	background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.px_CTA_v1 .px_CTA_blurb .et_pb_image_wrap .et-pb-icon {
	    color: var(--px-color-2);
}

.px_CTA_v1 .px_CTA_blurb .et_pb_blurb_container {
	display: flex;
    flex-direction: column-reverse;
}

.px_CTA_v1 .px_CTA_blurb .et_pb_blurb_container .et_pb_module_header {
	padding: 10px 0px 0px 0px;
}


/* -----------------------------------
  	 Coming Soon Page CSS
-------------------------------------*/
/*---Coming Soon Page CSS---*/

.px_coming_soon_v1 .et_pb_countdown_timer_container .section.values {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100px;
    width: 100px;
    margin: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 20%);
}

.px_coming_soon_v1 .et_pb_countdown_timer_container .section.values .value {
    padding-bottom: 5px;
}

.px_coming_soon_v1 .et_pb_countdown_timer_container .section.values .label {
    transition-duration: 800ms;
}

/* -----------------------------------
  	 Search Page CSS
-------------------------------------*/
.px_search_v1 form {
    border-radius: 5px;
    overflow: hidden;
}

.px_search_v1 form input.et_pb_searchsubmit {
    background-color: var(--px-color-1);
    padding: 10px 20px;
    transition: all 0.4s;
}

.px_search_v1 form input.et_pb_searchsubmit:hover {
    background-color: var(--px-color-2);
}



/* -----------------------------------
     logo CSS
-------------------------------------*/
.px_logo_v1 .px_logo_v1_img {
    margin-bottom: 0px !important;
    height: unset !important;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.px_logo_v1 .slick-next:before,
.px_logo_v1 .slick-prev:before {
    color: var(--px-color-2);
    opacity: 1;
    transition: all 0.4s;
}

.px_logo_v1 .slick-next:hover:before,
.px_logo_v1 .slick-prev:hover:before {
    color: var(--px-color-1);
}

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

    .px_logo_v1 .slick-next:before,
    .px_logo_v1 .slick-prev:before {
        opacity: 1;
    }
}

/* -----------------------------------
   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 {
    padding: 0px !important;
    background: var(--px-color-1) !important;
    border-radius: 5px;
    border: 2px solid #e4e7ee;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
}

.dpprofe_icon_bar:after {
    padding: 7px 15px 7px 9px;
    display: block;
    position: relative;
    /* -webkit-transition: all 0.5s ease; */
    color: #fff !important;
    font-size: 20px !important;
}

.dpprofe_icon_bar:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    background: var(--px-color-1);
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    ;
    display: block !important;
}

.dpprofe_icon_bar:hover {
    background: var(--px-color-2) !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;
}

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_main_blurb_image {
    vertical-align: middle;
}

.dpprofe-popup-content .dpprofe_footer_info .et_pb_image_wrap {
    height: 40px;
    width: 40px;
    background-color: 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_move_up .dpprofe_footer_info .et_pb_image_wrap .et-pb-icon {
    opacity: 1 !important;
}

.dpprofe-popup-content .dpprofe_footer_info .et_pb_image_wrap img {
    width: 23px;
    border-radius: 0px;
}

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

/*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 .et_pb_icon_wrap .et-pb-icon {
    color: var(--px-color-2) !important;
    transition: all 0.8s;
}

.dpprofe-popup-close:hover .et_pb_icon_wrap .et-pb-icon {
    color: var(--px-color-1) !important;
    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%);
}

/*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
----------------------------------- */
/* -----------------------------------
   Offer & Event Page CSS
----------------------------------- */
/* Event V! CSS Start */
.px_events_list .px_events_list_img {
	height: 100%;
}
.px_events_list .px_events_list_img .et_pb_image_wrap {
	height: 100%;
	position: relative;
	z-index: 1;
}

.px_events_list .px_events_list_img .et_pb_image_wrap:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(transparent, var(--px-color-2));
}

.px_events_list .px_events_list_img .et_pb_image_wrap img {
	height: 100%;
	object-fit: cover;
}

.px_events_list .px_events_list_blurb .et_pb_main_blurb_image {
	width: 25px;
}

.px_events_list .px_events_list_blurb .et_pb_image_wrap .et-pb-icon {
    color: var(--px-color-2);
}

.px_events_list .px_events_list_blurb .et_pb_blurb_container {
	padding-left: 0px;
	display: flex;
	align-items: center;
}

.px_events_list .px_events_list_blurb .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 0px;
}

.px_events_list .px_events_list_blurb .et_pb_blurb_container .et_pb_blurb_description {
	padding-left: 8px;
}



/* -----------------------------------
   Gallery Page CSS
----------------------------------- */
/* Gallery V1 CSS Start */
.px_gallery_v1 .et_pb_gallery_items {
	display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(4, 1fr);
}

.px_gallery_v1 .et_pb_gallery_items .et_pb_gallery_item {
    width: 100% !important;
    padding: 5px;
}

.px_gallery_v1 .et_pb_gallery_items > .et_pb_gallery_item:nth-child(2n+1),
.px_gallery_v1 .et_pb_gallery_items > .et_pb_gallery_item:nth-child(4n+1){
    grid-column-end: span 1;
    grid-row: span 2;
}

.px_gallery_v1 .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.px_gallery_v1 .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image img {
	height: 100%;
	object-fit: cover;
}

.px_gallery_v1 .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay {
	border: none !important;
    background: linear-gradient(transparent, var(--px-color-1));
}


.px_gallery_v1 .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before {
	color: var(--px-color-2);
}

@media only screen and (max-width: 980px) {
	.px_gallery_v1 .et_pb_gallery_items {
    	grid-template-columns: repeat(3, 1fr);
	}
	
	.px_gallery_v1 .et_pb_gallery_items > .et_pb_gallery_item:nth-child(2n+1),
	.px_gallery_v1 .et_pb_gallery_items > .et_pb_gallery_item:nth-child(4n+1){
    	grid-column-end: auto;
    	grid-row: auto;
	}
}

@media only screen and (max-width: 767px) {
	.px_gallery_v1 .et_pb_gallery_items {
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 479px) {
	.px_gallery_v1 .et_pb_gallery_items {
    	grid-template-columns: repeat(1, 1fr);
	}
}

/* Gallery V1 CSS End */
/* -----------------------------------
   Online Counseling Page CSS
----------------------------------- */
/* Online Counseling List View V1 CSS Start */

.px_online_counseling .px_online_counseling_img,
.px_online_counseling .px_online_counseling_img .et_pb_image_wrap,
.px_online_counseling .px_online_counseling_img .et_pb_image_wrap img {
	height: 100%;
}

.px_online_counseling .px_online_counseling_img .et_pb_image_wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.px_online_counseling .px_online_counseling_img .et_pb_image_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(transparent, var(--px-color-2));
}

.px_online_counseling .px_online_counseling_img .et_pb_image_wrap img {
	object-fit: cover;
}


.px_online_counseling .px_online_counseling_blurb_title .et_pb_main_blurb_image,
.px_online_counseling .px_online_counseling_blurb_title .et_pb_blurb_container {
	vertical-align: middle;
}

.px_online_counseling .px_online_counseling_blurb_title .et_pb_image_wrap {
	height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.px_online_counseling .px_online_counseling_blurb_title .et_pb_image_wrap .et-pb-icon {
	color: var(--px-color-2);
}

.px_online_counseling .px_online_counseling_blurb_title .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 0px
}


.px_online_counseling .px_online_counseling_text_title .et_pb_text_inner h4 span {
	color: var(--px-color-2);
    text-decoration: underline;
}

.px_online_counseling .px_online_counseling_social li.et_pb_social_icon a.icon {
	background-color: var(--px-color-1) !important;
	transition: all 0.4s;
}

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

.px_online_counseling .px_online_counseling_app_btn {
	border-color: #e0e0e0;
    color: #202020;
	transition: all 0.4s !important;
}

.px_online_counseling .px_online_counseling_app_btn:before {
	color: var(--px-color-2);
	transition: all 0.4s !important;
}

.px_online_counseling .px_online_counseling_app_btn:hover {
	color: #fff;
	background-color: var(--px-color-1);
	border-color: var(--px-color-1);
}

.px_online_counseling .px_online_counseling_app_btn:hover:before {
	color: #fff;
}

/* Online Counseling List View V1 CSS End */
/*-------------------------------------------
   Make Appointment Page CSS
-------------------------------------------*/

.px_appointment_v1 .px_appointment_blurb_mini .et_pb_main_blurb_image {
	vertical-align: middle;
	width: 25px;
}

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

.px_appointment_v1 .px_appointment_blurb_mini .et_pb_blurb_container {
	padding-left: 0px;
	vertical-align: middle;
}

.px_appointment_v1 .px_appointment_blurb .et_pb_main_blurb_image {
	margin-bottom: 20px;
}

.px_appointment_v1 .px_appointment_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
	height: 60px;
    width: 60px;
    background-color: var(--px-color-1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* -----------------------------------
     Animation Part CSS
-------------------------------------*/
/**Color Picker Img Animation*/
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@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);
    }
}

/* 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 30px;
    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;
    max-width: 350px;
    right: -15vw;
    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: 0;
    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";
}

/********** 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: 45px !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";
}

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