/*
Theme Name:  Divi Electrician Child Theme
Theme URI:   https://divi-professional.com/
Description: Divi Electrician Child Theme is a modern and responsive WordPress theme built for electricians, contractors, and electrical service providers. With an SEO-optimized structure, service-focused layouts, and mobile-ready design, it helps showcase your expertise, pricing, and customer reviews to attract more local clients.
Version:     1.0
Author:      Divi Professional
Author URI:  https://divi-professional.com/
Template:    Divi
Text Domain: dpprofe
*/

/* -----------------------------------------------------------------------------   
    TABLE OF CONTENT
---------------------------------------------------------
    01. General Class CSS
		Title CSS		
		Button CSS
        Page Header Title Css
		Breadcrumbs CSS
	02. Header Section CSS
        Menu + Sub Menu CSS
    	Header v1 CSS
		Header v2 CSS
		Header v3 CSS
	03. Footer Section CSS
		Footer v1 CSS
		Footer v2 CSS
		Footer v3 CSS
    04. Sidebar CSS
    05. Blog CSS
		Blog Grid CSS
			2 Columns CSS
            3 Columns CSS
			4 Columns CSS
        Blog Listing CSS 
		Blog Category Page CSS 
		Blog Tags Page CSS 
		Blog Author Page CSS 
		Blog Single Page CSS
	06. Portfolio CSS
		Portfolio Default CSS
		Portfolio Filterable CSS
			2 Columns CSS
            3 Columns CSS
			4 Columns CSS
        Portfolio Carousel CSS 
		Portfolio Gallary CSS 
		Portfolio Category Page CSS 
		Portfolio Tags Page CSS 
		Portfolio Single Page CSS
    07. Services CSS
		Services v1 CSS
		Services v2 CSS
		Services v3 CSS
		Services Single Page CSS
	08. Contact Us CSS
		Contact Us v1 CSS
		Contact Us v2 CSS
	09. Team Section CSS
		Team v1 CSS
		Team v2 CSS
		Team Single CSS
    10 Slider Section CSS
		Slider v1 CSS
    11 Faqs CSS
		Faqs v1 CSS
	12 Timeline CSS
		Timeline v1 CSS
	13 Pricing Table CSS
		Pricing Default CSS
		Pricing Mini CSS
		Pricing Toggle CSS
		Pricing Table CSS
    14 Testimonial Section CSS
		Testimonial v1 CSS
		Testimonial v2 CSS	
    15 About Us Section CSS
    16 Choose Us Section CSS
    17 Process Section CSS
    18 Partner Section CSS
    19 Video Section CSS
    20 Skill-bar Section CSS
    21 Counter Section CSS
    22 Newsletter Section CSS
    23 CTA Section CSS
    24 Coming Soon Page CSS
    25 404 Page CSS
	26 Search Page CSS

--------------------------------------------------------*/
/* -----------------------------------
    01. General Class CSS
-------------------------------------*/
/*---Title CSS---*/
.dp_title {}

.dp_subtitle {}

.dp_desc {}

/*---Button CSS---*/
.dp_btn {}

.dp_btn.light {}

/*---Page Header Title CSS---*/
.dp_header_title {}

/*---Breadcrumbs Title CSS---*/
.dp_b_home_link {}

.dp_b_other_link {}

.dp_btn_inline .et_pb_button_module_wrapper {
	display: inline-block;
	margin-right: 15px;
}

/*--- 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.dp_blogpagination .page-numbers {
	display: inline-block;
	border-right: 0;
	padding: 0em 1em;
	margin: 0 -1px;
	line-height: 2.6em;
}

.navigation.dp_blogpagination .page-numbers.prev,
.navigation.dp_blogpagination .page-numbers.next {
	padding: 0 .5em;
}

.navigation.dp_blogpagination span.page-numbers {
	color: #fff;
	border: 1px solid;
	border-color: #000 !important;
	font-weight: 600;
}

.navigation.dp_blogpagination .page-numbers .et-pb-icon {
	font-size: 1.6em;
	vertical-align: middle;
	line-height: 1.5em;
	margin-top: -3px;
}

.navigation.dp_blogpagination a.page-numbers:hover,
.navigation.dp_blogpagination span.page-numbers {
	background-color: #000 !important;
}

.navigation.dp_blogpagination a.page-numbers {
	color: #fff !important;
	background: #000;
}

.navigation.dp_blogpagination a.page-numbers:hover {
	color: #fff !important;
}



/* -----------------------------------
    02. Header Section CSS
-------------------------------------*/
/*---Menu + Sub Menu CSS---*/
/*---Main Menu CSS---*/
/*---Sub Menu CSS---*/
/*---Header Common Info Css---*/
body.et_divi_100_custom_hamburger_menu .et_divi_100_custom_hamburger_menu__icon div{
	background:var(--dpprofe-color-1) !important;
}
.dp_small_info {}

.dp_small_blurb_info {}

.dp_header_contact_info {}

.dp_header_social {}
/*---Header v1  CSS---*/
.dp_header_v1 .et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left:15px;
}
/*---Header v2  CSS---*/
.dp_header_v2 {}

/*---Header v3  CSS---*/
.dp_header_v3 {}

/*  header sub menu hover effect */

.dp_header_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .et-menu .menu-item .sub-menu li:hover {
	/*margin: 0px 15px;*/
	transition: all 0.5s ease-in;
}

.dp_header_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .et-menu .menu-item .sub-menu li a::before {
	content: '';
	position: absolute;
	top: 15px;
	height: 05px;
	width: 5px;
	left: 0px;
	background-color: var(--dpprofe-color-1);
	border-radius: 0;
}

.dp_header_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .et-menu .menu-item .sub-menu {
	box-shadow: 0px 5px 3px #ffffff;
}

.dp_header_menu .et_mobile_menu li a:hover,
.nav ul li a:hover {
	background-color: transparent;
}

.dp_header_menu .nav li ul.sub-menu,
.dp_header_menu.et_pb_menu .et_pb_menu__wrap .nav li ul.sub-menu {
	border: none;
	margin-top: 0px !important;
}

.dp_header_menu .et-menu a:hover {
	opacity: 1;
}

.dp_contact_btn {
	display: flex;
	justify-content: end;
}

.dp_contact_btn .et_pb_icon .et_pb_icon_wrap {
	border-radius:0px 15px 15px 0px;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}


.dp_contact_btn .et_pb_button_module_wrapper a{
	border-radius: 15px 0px 0px 15px !important;
}

@media only screen and (min-width: 980px) and (max-width:1388px){
	.dp_contact_btn .et_pb_button_module_wrapper a{
		padding:10px 12px !important;
	}
}
@media only screen and (max-width:980px){
	.dp_header_section:before{
		content:none !important;
	}
	.dp_header_col2{
		margin-bottom:0px !important;
	}
}
/* -----------------------------------
    03. Footer Section CSS
-------------------------------------*/
/*---Footer Common Info Css---*/

.dp_footer_menu .et_pb_menu__wrap nav ul {
	display: block;
}

@media only screen and (max-width: 980px) {
	.dp_footer_menu .et_pb_menu__menu {
		display: block;
	}

	.dp_footer_menu .et_mobile_nav_menu {
		display: none;
	}

	.dp_footer_menu .et_pb_menu__wrap {
		justify-content: flex-start;
	}
}

.dp_blurb_ver_middle .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 0px;
}

.dp_footer_title {}

.dp_footer_blurb_info {}

.dp_footer_links {}

.dp_footer_social {}

/* newsleteer btn css */ 
.dp_footer_newsletter .et_pb_newsletter_form .et_pb_newsletter_button_wrap{
	position: absolute;
	right: 0px;
	top: 0px;
}
.dp_footer_newsletter .et_pb_newsletter_form .et_pb_newsletter_button_wrap .et_pb_button:after{
	margin-left: 0 !important;
	left: 14px !important;
	top: 8px;
}
.dp_footer_newsletter .et_pb_newsletter_form form{
	display: flex;
	position: relative;
}
.dp_footer_newsletter .et_pb_newsletter_form .et_pb_newsletter_field{width:100%;}
.dp_footer_newsletter .et_pb_newsletter_form .et_pb_newsletter_button_wrap .et_pb_button .et_pb_newsletter_button_text{display:none;}
/*---Footer v1  CSS---*/
.dp_footer_v1 {}

/*---Footer v2  CSS---*/
.dp_footer_v2 {}

/*---Footer v3  CSS---*/
.dp_footer_v3 {}

/* -----------------------------------
     04. Sidebar CSS
-------------------------------------*/
.dp_sidebar {}

.dp_sidebar .widgettitle {}

/* -----------------------------------
     05. Blog CSS
-------------------------------------*/
.dp_blog_v1  > div article ~ div:last-child {
grid-column: 1 / -1;
}
/*---Blog Grid CSS & 3 Columns CSS ---*/
.dp_blog_v1 .et_pb_post {
	background-color:transparent;
	z-index:1;
	position:relative;
	padding:20px;
}

.dp_blog_v1 .et_pb_post:before {
	position: absolute;
    content: '';
    background: #fff;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.dp_blog_v1 .et_pb_post .et_pb_image_container{
	margin:0px;
}

/*---Image  CSS---*/
.dp_blog_v1 .et_pb_post .et_pb_image_container {}

.dp_blog_v1 .et_pb_post .entry-featured-image-url {}

.dp_blog_v1 .et_pb_post .entry-featured-image-url img {
	width:100%;
}
.dp_blog_v1 .et_pb_post .entry-featured-image-url:after{
	background-color:var(--dpprofe-color-1);
    position:absolute;
    content:" ";
    left:0;
    right:0;
    width:100%;
    height:0%;
    bottom:0;
    z-index:1;
    transition: all 0.7s linear;
}
.dp_blog_v1 .et_pb_post:hover .entry-featured-image-url:after{
	height:100%;
	opacity:0.7;
}

.dp_blog_v1 .et_pb_post .et_pb_image_container .entry-featured-image-url .et_overlay {}

/*---Title  CSS---*/
.dp_blog_v1 .et_pb_post .entry-title {}

/*---Post Meta  CSS---*/
.dp_blog_v1 .et_pb_post .post-meta{
	order:2;
}
.dp_blog_v1 .et_pb_post .post-meta .published {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 24px;
    right: 25px;
    z-index: 1;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: var(--dpprofe-color-1);
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}

.dp_blog_v1 .et_pb_post .post-meta a[rel="tag"]:before,.dp_blog_list .post-meta a[rel="tag"]:before{
	content: "\e078";
	font-family: ETMODULES;
	color:var(--dpprofe-color-1);
	font-weight: bold;
	margin-right: 4px;
}

.dp_blog_v1 .et_pb_post .post-meta a {margin-right:5px;}

/*---Blog Desc CSS---*/
.dp_blog_v1 .et_pb_post .post-content {
	padding-bottom:20px;
	order:1;
}

.dp_blog_v1 .et_pb_post .post-content .post-content-inner {}

/*---Read More Button CSS---*/
.dp_blog_v1 .et_pb_post .post-content .more-link {}

/*---Pagination Button CSS---*/
.dp_blog_v1 .pagination .alignleft,
.dp_blog_v1 .pagination .alignright {
	
}

.dp_blog_v1 .pagination .alignleft a,
.dp_blog_v1 .pagination .alignright a {	
	color:#ffffff;
	background-color:var(--dpprofe-color-1);
	padding:15px;
	border-radius:15px;
}

/*---Blog Grid 2 Columns CSS---*/
.dp_blog_grid_2_col .et_pb_ajax_pagination_container {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
.dp_blog_grid_2_col  .et_pb_post{
	display:block !important;
}
.dp_blog_grid_2_col .et_pb_post {
	margin-bottom:0px;
}
/*---Blog Grid 4 Columns CSS---*/
.dp_blog_grid_4_col .et_pb_ajax_pagination_container {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(4, 1fr);
}
.dp_blog_grid_4_col .et_pb_post {
	margin-bottom:0px;
}
/* Blog Listing CSS */
.dp_blog_list .et_pb_post {}

/* Blog Category CSS */
.dp_blog_category {}

/* Blog Tags CSS */
.dp_blog_tages {}

/* Blog Author CSS */
.dp_blog_author {}

/* Blog Single Page CSS */
.dp_blog_single {}

/* blog detail */
/* overlay  */
.dp_blog_sidebar .et_pb_widget .et_post_gallery .et_gallery_item .et_portfolio_image .et_overlay{
	opacity:0;
}
/* serch css */
.dp_blog_sidebar .widget_search input#searchsubmit{
	background-color:var(--dpprofe-color-1);
	color:#ffffff;
	border-radius:0px 15px 15px 0px;
}
.dp_blog_sidebar .widget_search #s{
	border-radius:15px;
}
/* sidebar css */
.dp_blog_sidebar .et_pb_widget {
	background-color:#f9f9f9;
	border-radius:15px;
	padding:30px;
	width:100%;
}
/*  tag button css*/
.dp_blog_sidebar .et_pb_widget .tagcloud .tag-cloud-link{
	background-color:var(--dpprofe-color-1);
	color:#ffffff;
	border-radius:10px;
	padding:10px;
	margin: 10px 5px;
	text-transform:capitalize;
	display: inline-block;
	transition:all 0.5s linear;
}
.dp_blog_sidebar .et_pb_widget .tagcloud .tag-cloud-link:hover{background-color:var(--dpprofe-color-2) !important;}
/* blog design */
.dp_blog_sidebar_list .entry-featured-image-url {
	width: 100px;
	float: left;
	margin-bottom: 0!important;
}

.dp_blog_sidebar_list .entry-title,
.dp_blog_sidebar_list .post-meta {
	width: calc(100% - 100px);
	float: left;
	padding-left: 20px;
}
body .dp_blog_sidebar_list .entry-title{
    font-size: 18px !important;
}
.dp_blog_sidebar_list .entry-featured-image-url {
	padding-top: 100px;
	display: block;
}

.dp_blog_sidebar_list .entry-featured-image-url img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.dp_blog_sidebar_list .et_pb_post:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.dp_blog_sidebar .et_pb_widget ul li{
	margin-bottom: 7.47%;
}
@media only screen and (min-width:981px) and (max-width:1350px){ .dp_blog_sidebar_list .entry-featured-image-url{    float: none; margin-bottom: 10px !important;} .dp_blog_sidebar_list .entry-title, .dp_blog_sidebar_list .post-meta{    float: none; width: 100%; padding-left: 0;}}
/* blog design  bg and pading*/
.dp_blog_sidebar_list .et_pb_ajax_pagination_container{
	border-radius:0px 0px 15px 15px;
	background-color:#f9f9f9;
	padding-left:30px;
	padding-right:30px;
}
.dp_blog_sidebar_list .et_pb_post{
	margin-bottom:0px!important;
}
/* 2coluume+siderbar css */
.dp_sidebar_list_v2 .et_pb_ajax_pagination_container .et_pb_post {
	padding-bottom:20px;
}
/* main title */
.dp_main_title .et_pb_title_container{
	margin-top:2.75%;
}
.dp_main_title .et_pb_title_featured_container .et_pb_image_wrap img{
	border-radius:15px !important;
}
.dp_main_title {
	margin-bottom:1.75%;
}
/* paggination button */
.dp_blog_sidebar_list .pagination .alignleft a,
.dp_blog_sidebar_list .pagination .alignright a {	
	color:#ffffff;
	background-color:var(--dpprofe-color-1);
	padding:15px;
	border-radius:15px;
}
/* meta-icon */
.dp_blog_detail_meta_content .et_pb_title_meta_container a[rel="category tag"]:before{
	content: "\e078";
	font-family: ETMODULES;
	color:var(--dpprofe-color-1);
	font-weight: bold;
	margin-right: 4px;
}
.dp_blog_detail_meta_content .et_pb_title_meta_container .author a[rel="author"]:before {
	content: "\e08a";
	font-family: ETMODULES;
	color: var(--dpprofe-color-1);
	font-weight: bold;
	margin-right: 4px;
}
.dp_blog_detail_meta_content .et_pb_title_meta_container .comments-number:before {
	content: "\e078";
	font-family: ETMODULES;
	color:var(--dpprofe-color-1);
	font-weight: bold;
	margin-right: 4px;
}
.dp_blog_detail_meta_content .et_pb_title_meta_container .published:before,.dp_blog_list .post-meta .published:before{
	content: "\e023";
	font-family: ETMODULES;
	color: var(--dpprofe-color-1);
	font-weight: bold;
	margin-right: 4px;
}
.dp_blogdetail_content_blurb .et_pb_blurb_content .et_pb_blurb_container{
	vertical-align:middle!important;
}
/* tag desing post content */
.dp_blog_detail_tag  .et_pb_blurb_content .et_pb_module_header{
	display:inline-block;
}
.dp_blog_detail_tag  .et_pb_blurb_content .et_pb_blurb_description{
	display:inline-block;
}
.dp_blog_detail_tag  .et_pb_blurb_content .et_pb_blurb_description a{
	transition:all 0.5s linear;
	background-color:var(--dpprofe-color-1);
	color:#ffffff;
	border-radius:10px;
	padding:10px;
}
.dp_blog_detail_tag  .et_pb_blurb_content .et_pb_blurb_description a:hover{
	background-color:var(--dpprofe-color-2);
	transition:all 0.5s linear;
}
.dp_blog_detail_tag .et_pb_blurb_content{
	max-width:100%;
}
/* blog listing page */
.dp_blog_list .et_pb_post {
	box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
	padding:30px 30px 0px 30px;
 }
.dp_blog_list .et_pb_ajax_pagination_container .et_pb_post .post-content{
		 padding-bottom:30px;
}
 
@media only screen and (min-width: 1080px) {
    .dp_blog_list .et_pb_post.has-post-thumbnail .entry-featured-image-url {
        float: left;
        width: 30%;
        margin-right: 4%;
    }
    .dp_blog_list .et_pb_post.has-post-thumbnail:not(.format-gallery) > .post-content {
        padding-left: 34%;
    }
}
.dp_blog_list .et_pb_post .post-meta .published {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
	color: var(--white) !important;
	background:var(--dpprofe-color-2);
	padding: 6px 12px;
	margin: 15px;
	border-radius: 50px;
	z-index:10;
}
.dp_blog_list .et_pb_post .post-meta .dp_cat_v1_info a{margin-right:10px;}
.dp_blog_list .et_pb_ajax_pagination_container .pagination a{
	color: var(--white);
    background-color: var(--dpprofe-color-1);
    padding: 15px;
    border-radius: 15px;
}
.dp_blog_list .et_pb_ajax_pagination_container .pagination a:hover{
  background-color: var(--dpprofe-color-2);
}
.dp_blog_list .et_pb_post .entry-featured-image-url img{
	aspect-ratio:2/1;
	    object-fit: cover;
}

/* blog media query */
@media only screen and (max-width:980px){
	.dp_blog_grid_4_col .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(2,1fr)!important;
	}
}
@media only screen and (max-width:767px){
	.dp_blog_grid_4_col .et_pb_ajax_pagination_container,.dp_blog_grid_2_col .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(1,1fr)!important;
	}
	.dp_coming_v1 .dp_comingpg_counter_v1 .et_pb_countdown_timer_container .days, .hours, .minutes, .seconds{display:block !important;margin:0 auto !important;}
	.dp_coming_v1 .dp_comingpg_serch_v1 .et_pb_contact .et_contact_bottom_container{    margin-top: 0 !important;    float: none;
    display: block;margin-right:0 !important;    padding: 0 0 0 3%;}
}
@media only screen and (min-width:720px) and (max-width:980px){
	.dp_blogdetail_content_blurb .et_pb_blurb_content{
		max-width:100%;
	}
}
/* -----------------------------------
     06. Portfolio CSS
-------------------------------------*/
/*---Portfolio Gallary CSS & 4 Columns CSS ---*/
.dp_portfolio_v1 .pagination {
	grid-column: 1 / -1;
	margin-top:15px;
}
.dp_portfolio_v1 .et_pb_portofolio_pagination ul li a.active{
	background-color: #000!important;
	color:#fff !important;
}
.dp_portfolio_v1 .et_pb_portfolio_item {
	display:flex;
	flex-direction:column;
	background-color:#f5f5f5;
	padding:15px;
	border-radius:15px;
	box-shadow: 0px 35px 70px rgba(0,0,0,.15);
}
.dp_portfolio_v1 .et_pb_portfolio_filters{
	display:flex;
	justify-content:center;
}
.dp_portfolio_v1 .et_pb_portfolio_filters ul li a {
	border:none;
}
.dp_portfolio_v1 .et_pb_portfolio_filters ul li a:hover{
	color:var(--dpprofe-color-1) !important;
	text-decoration:underline;
	text-decoration-color:var(--dpprofe-color-1);
	background-color:#ffffff;
}
.dp_portfolio_v1 .et_pb_portfolio_filters ul li a.active{
	background-color:#ffffff;
	text-decoration:underline;
	color:var(--dpprofe-color-1) !important;
	text-decoration-color:var(--dpprofe-color-1);
}
/* Image Css */

.dp_portfolio_v1 .et_pb_portfolio_item .et_portfolio_image:after {
	background-color:var(--dpprofe-color-1);
    position:absolute;
    content:" ";
    left:0;
    right:0;
    width:100%;
    height:0%;
    bottom:0;
    z-index:1;
    transition: all 0.7s linear;
}
.dp_portfolio_v1 .et_pb_portfolio_item:hover.et_pb_portfolio_item .et_portfolio_image:after{
	height:100%;
	opacity:0.7;
}
.dp_portfolio_v1 .et_pb_portfolio_item .et_portfolio_image img {
	height:200px;
	object-fit:cover;
}

/* Overlay  Css */
.dp_portfolio_v1 .et_pb_portfolio_item .et_portfolio_image .et_overlay {}

.dp_portfolio_v1 .et_pb_portfolio_item .et_portfolio_image .et_overlay:before {}

/* Title Css */
.dp_portfolio_v1 .et_pb_portfolio_item .et_pb_module_header {
	order:2;
	padding:0px;
}

/* Category Post Meta Css */
.dp_portfolio_v1 .et_pb_portfolio_item .post-meta { 
	padding:0px;
	margin-top:10px;
}

.dp_portfolio_v1 .et_pb_portfolio_item .post-meta a {
	border:none;
}

/* Portfolio 2 Column */
.dp_portfolio_2_col .et_pb_portfolio_items,
.dp_portfolio_2_col>.et_pb_ajax_pagination_container {
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(2, 1fr);
}
.dp_portfolio_2_col  .et_pb_portfolio_item {
	width:100% !important;
	margin-bottom:0px !important;
}
/* Portfolio 3 Column */
.dp_portfolio_3_col .et_pb_portfolio_items,
.dp_portfolio_3_col .et_pb_ajax_pagination_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}
.dp_portfolio_3_col .et_pb_portfolio_item {
	width:100% !important;
	margin-bottom:0px !important;
}
.dp_portfolio_3_col  .et_pb_portfolio_item .pagination {
	margin-top:30px !important;
}
/* Portfolio 4 Column */
.dp_portfolio_4_col .et_pb_portfolio_items,
.dp_portfolio_4_col .et_pb_ajax_pagination_container {
	display:grid;
	grid-gap:25px;
	grid-template-columns: repeat(4,1fr);
}
.dp_portfolio_4_col .et_pb_portfolio_item {
	width:100% !important;
	margin-bottom:0px !important;
}
/*---Portfolio Filterable CSS---*/

.dp_portfolio_v1.filterable {}

/* Filters Links CSS */
.dp_portfolio_v1 .et_pb_portfolio_filters {}

.dp_portfolio_v1 .et_pb_portfolio_filters li {}

.dp_portfolio_2_col .et_pb_portfolio_filters li a {}

/*Hover & Active Filter Links*/
.dp_portfolio_v1 .et_pb_portfolio_filters li a:hover,
.dp_portfolio_v1 .et_pb_portfolio_filters li a.active {}

/* Pagination CSS */
.dp_portfolio_v1 .et_pb_portofolio_pagination {
	border-top:none;
	margin-top:30px;
}
.dp_portfolio_v1 .et_pb_portofolio_pagination ul {}

.dp_portfolio_v1 .et_pb_portofolio_pagination ul li a{
	background-color:var(--dpprofe-color-1);
	padding:9px 15px;
	border-radius:15px;
}

.dp_portfolio_v1 .et_pb_portofolio_pagination ul li a:hover {background-color:var(--black) !important;}


/* Portfolio Carousel CSS */
.dp_portfolio_v1 .pagination a:hover{background-color:var(--black) !important;}

/* Portfolio Category CSS */
.dp_portfolio_category {}

/* Portfolio Tags CSS */
.dp_portfolio_tages .et_pb_blurb_content .et_pb_module_header{
	display:inline-block;
}
.dp_portfolio_tages .et_pb_blurb_content .et_pb_blurb_description{
	display:inline-block;
	margin-left:15px;
}
.dp_portfolio_tages .et_pb_blurb_content .et_pb_blurb_description a{
	background-color:var(--dpprofe-color-1);
	color:#ffffff;
	border-radius:10px;
	padding:10px;
	transition:all 0.5s linear;
}
.dp_portfolio_tages .et_pb_blurb_content .et_pb_blurb_description a:hover{
	background-color:var(--dpprofe-color-2);
	transition:all 0.5s linear;
}
/* .et_pb_posts_nav .nav-previous,.nav-next {
	background-color:var(--dpprofe-color-1);
	color:#ffffff !important;
	border-radius:10px;
	padding:10px;
} */
/* theam builder project detail csss */
.dp_project_detail_col  {
	background-color:#f9f9f9;
	padding:30px;
	border-radius:15px;
}
/* project detail category color change */
.dp_project_detail_siderbar_blurb .et_pb_blurb_content .et_pb_blurb_description a{
	color:#666!important;
}
.single-project.et_pb_pagebuilder_layout .nav-single{
	width:100%;
}
/* Portfolio Single Page CSS */
.dp_portfolio_single {}

/* media query portfoliyo */
@media only screen and (max-width:980px){
	.dp_portfolio_3_col .et_pb_portfolio_items,
	.dp_portfolio_3_col .et_pb_ajax_pagination_container ,
	.dp_portfolio_4_col .et_pb_portfolio_items,
	.dp_portfolio_4_col .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(2,1fr);
	}
	.dp_service_list_col2 .et_pb_button_module_wrapper{display:block !important;}
}
@media only screen and (max-width:767px){
	.dp_portfolio_v1 .et_pb_portfolio_filters .clearfix .et_pb_portfolio_filter{
		width:100% !important;
		text-align:center;
	}
}
@media only screen and (max-width:480px){
	.dp_portfolio_2_col .et_pb_portfolio_items,
	.dp_portfolio_2_col>.et_pb_ajax_pagination_container,
	.dp_portfolio_3_col .et_pb_portfolio_items,
	.dp_portfolio_3_col .et_pb_ajax_pagination_container ,
	.dp_portfolio_4_col .et_pb_portfolio_items,
	.dp_portfolio_4_col .et_pb_ajax_pagination_container  {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* -----------------------------------
    07. Services CSS
-------------------------------------*/
/*---Services v1 CSS---*/
.dp_services_v1 {
	z-index:1;
}

.dp_services_v1:before {
	background-color: var(--dpprofe-color-1);
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	height: 0%;
	bottom: 0;
	opacity: 0.9;
	z-index: -1;
	transition: all 0.4s linear;
}

.dp_services_v1:hover:before {
	height: 100%;
}

 .dp_service_col .dp_services_v1:hover {
	box-shadow: 0px 5px 35px var(--dpprofe-color-1);
} 

/*Img Css */
.dp_services_v1 .et_pb_blurb_content .et_pb_main_blurb_image {}

.dp_services_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {}

.dp_services_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {}

/*Icon Css */

.dp_services_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dp_services_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dp_services_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	transition: all 0.5s;
}

.dp_services_v1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dp_services_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dp_services_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #fff !important;
	z-index: 2;
}

/*Title Css */

/*Description Css */
/* service list page */
.dp_service_list_col2  .et_pb_button_module_wrapper {
	display:flex;
	justify-content:end;
}

.dp_service_single .dp_service_single_btn_col .dp_service_category_btn_p {
	padding: 15px 30px;
    margin: 0 !important;
    background-color: #f9f9f9;
}
.dp_service_single .dp_service_single_btn_col .dp_service_category_btn_p_last{
	padding-bottom:30px !important;
	border-radius:0px 0px 15px 15px !important;
}
.dp_service_single .dp_service_single_btn_col .dp_service_blurb_btn_p_last{
	padding-bottom:30px !important;
	border-radius:0px 0px 15px 15px !important;
}
.dp_service_single_btn_col .dp_service_blurb_btn_p   .et_pb_blurb_content .et_pb_blurb_container{
	vertical-align:middle!important;
	padding-left:0px !important;
}
.dp_servicelist_blurb .et_pb_blurb_container{padding-left:0;}
/* -----------------------------------
    08. Contact Us CSS
-------------------------------------*/
/*---Contact Us v1  CSS---*/
.dp_contact_v1 .et_pb_code_inner{
	max-width:100%;
}
.dp_contact_v1 .et_pb_code_inner iframe{
	width:100%;
}
.dp_contact_v1 .et_contact_bottom_container,.dp_contactform_col .et_contact_bottom_container{float:none;padding: 0 0 0 3%;}
@media only screen and (max-width: 980px){
	.dp_contactform_col{
		margin-top:0px !important;
	}
}
/*---Contact Message CSS---*/
.dp_contact_v1 .et-pb-contact-message {}

/*---Input CSS---*/
.dp_contact_v1 .et_pb_contact .et_pb_contact_form .et_pb_contact_field p input,
.dp_contact_v1 .et_pb_contact .et_pb_contact_form .et_pb_contact_field,
.dp_contact_v1 .et_pb_contact .et_pb_contact_form .et_pb_contact_field p textarea {}

/*---Button CSS---*/
.dp_contact_v1 .et_pb_contact .et_pb_contact_form .et_pb_contact_field .et_contact_bottom_container {
	
}
.dp_contact_v1 .et_pb_contact .et_contact_bottom_container{
	max-width:100%;
	float:none;
}
.dp_contact_v1 .et_pb_contact .et_contact_bottom_container .et_pb_contact_submit{
	width:100%;
	margin-top:10px;
}
.dp_contact_v1 .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit {
	
}

.dp_contact_v1 .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit:hover {}

/*---Contact Us v2  CSS---*/
.dp_contact_v2 {}
@media only screen and (max-width: 980px){
	
}
/* -----------------------------------
    09. Team Section CSS
-------------------------------------*/
/*---Team v1  CSS---*/
.dp_team_v1 {}
.dp_team_v1 .et_pb_team_member_image{
	margin-bottom:0px;
}
/* Image Css */
.dp_team_v1 .et_pb_team_member_image {}

.dp_team_v1 .et_pb_team_member_image img {
	height:400px;
	object-fit:cover;
}

/* Description Css*/
.dp_team_v1 .et_pb_team_member_description {
	position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
     padding: 25px; 
	display:flex;
	flex-direction:column;
}

.dp_team_v1 .et_pb_team_member_description .et_pb_module_header {
	order:2;
	padding-bottom:0px;
	margin-bottom:10px;
}

.dp_team_v1 .et_pb_team_member_description .et_pb_member_position { 
	order:1;
	margin-bottom:10px;
}
.dp_team_v1 .et_pb_team_member_description>div{
	order:3;
	margin-bottom:13px;
}
.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links{
	order:4;
	margin-top:0px;
	margin-bottom:7px;
}
.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a{
	border-radius:10px;
	border:1px solid #f5f5f5;
	padding:10px  15px;
	transition:all 0.4s ease-in-out;
}
.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a:hover{
	background-color:var(--dpprofe-color-1);
	border-color:var(--dpprofe-color-1);
}
.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links li{
	margin-right:10px;
}
/* Social Links Css*/
.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links {}

.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links li {
	
}

.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a {}

.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a:hover {}

/* Main CSS Class Hover Css Here */
.dp_team_v1:hover .et_pb_team_member_image {}

/*---Team v2  CSS---*/
.dp_team_v2 {}

/*---Team Single Page CSS---*/
.dp_team_single {}
.dp_teamsingle_title .et_pb_heading_container .et_pb_module_heading {
	padding-bottom:0px;
}
.dp_teamsingle_sec .et_pb_row{
	background-color:#f9f9f9;
	padding:30px;
	border-radius:15px;
}
@media only screen and (max-width: 568px){
	.dp_team_v1 .et_pb_team_member_image{
		max-width:100%;
	}
	.dp_team_v1 .et_pb_team_member_image img{
		width:100%;
	}
	.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links li{
		margin-bottom:15px;
	}
	.dp_teamsingle_img{
		display:block !important;
		padding:300px 0px;
	}
}

@media only screen and (min-width: 570px) and (max-width: 980px){
	.dp_teamsingle_img{
		display:block !important;
		padding:400px 0px;
	}
}

@media only screen and (min-width:980px) and (max-width:1230px) {
	.dp_team_v1 .et_pb_team_member_description .et_pb_member_social_links li{
		margin-bottom:15px;
	}
}
/* -----------------------------------
    10 Slider Section CSS
-------------------------------------*/
/*---Slider v1  CSS---*/
.dp_slider_v1 {}

.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content .dp_slider_title {
	color: var(--dpprofe-color-1);
	font-size: 65px;
	text-decoration: underline;
}

.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
	font-size: 65px;
}

.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
	font-size: 18px;
	line-height: 24px !important;
}

/*---Image CSS---*/
.dp_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {}

/*---Title CSS---*/
.dp_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {    padding-bottom: 30px;}

/*---Description CSS---*/
.dp_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {}

/*---Button CSS---*/
.dp_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_button_wrapper {}

.dp_slider_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button {}

/*---Arrow CSS---*/
.dp_slider_v1 .et-pb-slider-arrows {}

.dp_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev {
	background-color: #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: var(--dpprofe-color-2);
	opacity: 1;
	left: 22px;
}

.dp_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next {
	background-color: #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: var(--dpprofe-color-2);
	opacity: 1;
	right: 22px;
}

/*---Dots Navigation CSS---*/
.dp_slider_v1 .et-pb-controllers {}

.dp_slider_v1 .et-pb-controllers a {
	width: 40px;
	height: 10px
}

.dp_slider_v1 .et-pb-controllers a.et-pb-active-control {}

/*---Slider v2 CSS---*/
.dp_slider_v1 {}

@media only screen and (max-width: 567px) {
	.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
		font-size: 18px !important;
	}

	.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 35px !important;
		line-height: 35px;
	}

	.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content .dp_slider_title {
		font-size: 35px !important;
		line-height:35px;
	}

	.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
		font-size: 14px !important;
		line-height: 18px;
	}

	.dp_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev {
		left: 5px
	}

	.dp_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next {
		right: 5px
	}
	.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
		font-size: 20px !important;
		line-height:25px !important;
	}
}

/* @media only screen and (max-width: 678px) {
	.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 35px;
	}

	.dp_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content .dp_slider_title {
		font-size: 35px;
	}
} */

/* -----------------------------------
  	11 Faqs CSS
-------------------------------------*/
/*---Faqs v1  CSS---*/
.dp_faqs_v1{

}
.dp_faqs_v1 .et_pb_toggle_title:before {}

/*---Open Title Icon CSS---*/
.dp_faqs_v1 .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
	content: "\32" !important;
	color: var(--dpprofe-color-2);
	font-size: 25px;
}
/*---Title CSS---*/
.dp_faqs_v1 .et_pb_toggle .et_pb_toggle_title {}

/*---Title Icon CSS---*/
.dp_faqs_v1 .et_pb_toggle .et_pb_toggle_title::before {
	content: "\33";
	display: block !important;
	right: 20px;
	font-size: 25px;
	color: var(--dpprofe-color-2);
	background: #fff;
	border-radius: 50px;
}

/*---Open Title CSS---*/
.dp_faqs_v1 .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {}

/*---Open Title Icon CSS---
.dp_faqs_v1 .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {content: "\e051"; font-family: ETmodules !important;}
*/
/*---Content CSS---*/
.dp_faqs_v1 .et_pb_toggle .et_pb_toggle_content {}

/*---Faqs v2  CSS---*/
.dp_faqs_v2 {}

/* -----------------------------------
  	12 Timeline CSS
-------------------------------------*/
.dp_timeline_v1{}

.dp_timeline_img:before{
    right: -100px !important;
    border-width: 0px 100px 1px 0 !important;
    border-color: #dddddd;
	content: "";
    position: absolute;
    bottom: 146px;
    width: 0;
    height: 0;
    border-style: solid;
}
/*---Timeline v2  CSS---*/
.dp_timeline_imgv2:before {
	left: -100px !important;
    border-width: 0px 100px 1px 0 !important;
    border-color:#dddddd;
	content: "";
    position: absolute;
    bottom: 146px;
    width: 0;
    height: 0;
    border-style: solid;
}
@media only screen and (max-width: 480px){
	.dp_timeline_v1 {
		margin-bottom:30px !important;
	}
}

@media only screen and (max-width: 980px){
	.dp_timeline_img:before,.dp_timeline_imgv2:before,.dp_timeline_v1{
		border:none;
	}
	.dp_timeline_v1{
		margin-top:30px;
	}
}
/* -----------------------------------
  	13 Pricing Table CSS
-------------------------------------*/
/*---Pricing Default CSS---*/
.dp_pricing_tablev1 .dp_pricing_blurbv1 .et_pb_blurb_content .et_pb_blurb_container {
	padding-left:0px; 
}
.dp_pricing_tablev1 .et_pb_text .et_pb_text_inner,.dp_pricing_tablev1 .et_pb_heading .et_pb_heading_container .et_pb_module_heading,.dp_pricing_tablev1 .et_pb_heading .et_pb_heading_container .et_pb_module_heading ,.dp_pricing_blurbv1 .et_pb_blurb_container .et_pb_module_header {
	color:var(--dpprofe-color-2);
}
.dp_pricing_tablev1 .dp_pricing_blurbv1  .et_pb_blurb_content .et_pb_main_blurb_image  .et_pb_image_wrap .et-pb-icon{
	color:var(--dpprofe-color-1);
}
.dp_pricing_tablev1:hover .dp_price_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header span{
	/*color:aqua !important;*/
}
.dp_pricing_tablev1:hover .dp_price_blurb{
	background-color:#ffffff;
	color:var(--dpprofe-color-2) !important;
	transition: all 0.8s ease-in-out;
	border:1px solid #f5f5f5;
}

.dp_pricing_tablev1:before {
	background-color:var(--dpprofe-color-1);
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	height: 0%;
	bottom: 0;
	color:#ffffff;
	z-index: -1;
	transition: all 0.4s linear;
}

.dp_pricing_tablev1:hover:before {
	height: 100%;
}
.dp_pricing_tablev1:hover .et_pb_text .et_pb_text_inner,.dp_pricing_tablev1:hover .et_pb_heading .et_pb_heading_container .et_pb_module_heading ,.dp_pricing_tablev1:hover .et_pb_blurb_container .et_pb_module_header,.dp_pricing_tablev1:hover .dp_pricing_blurbv1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	color:#ffffff !important;
}
.dp_pricing_tablev1:hover .dp_price_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header span{
	color:var(--dpprofe-color-2) !important;
}

.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table {}

/* Heading Css */
.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading {}

.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title {}

/* Top Content Css */
.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {}

.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price {}

.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign {}

.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {}

.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency {}

.dp_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 {}

/* Bottom Content Css */
.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content {}

/* Button Css */
.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper {}

.dp_pricing_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button {}



/*---Pricing Mini CSS---*/
.dp_pricing_table_mini {}

/*---Pricing Toggle CSS---*/
.dp_pricing_table_toggle {}

/*Pricing Toggle*/
.dp_pricing_tabs [id*="dp_pricing_tab_"] {}

.dp_pricing_tabs [id*="dp_pricing_tab_"]:hover,
.dp_pricing_tabs [id*="dp_pricing_tab_"].dp_active {}

/*Pricing Row Settings */
[class*="dp_pricing_tab_content_"] {}

[class*="dp_pricing_tab_content_"].dp_active {}

[class*="dp_pricing_tab_content_"].animated {}

/*---Pricing Table Structure CSS---*/
.dp_pricing_table_layout {}

/* -----------------------------------
  	14 Testimonial Section CSS
-------------------------------------*/
/*---Testimonial v1  CSS---*/
.dp_testimonial_v1 {
	position:relative;
	z-index:1;
}
.dp_testimonial_v1::after{
	background-color:var(--dpprofe-color-1);
    position:absolute;
    content:" ";
    left:0;
    right:0;
    width:100%;
    height:0%;
    bottom:0%;
    z-index:-1;
	border-radius:15px;
   	transition: all 0.4s linear;
	visibility:visible;
}

.dp_testimonial_v1:hover::after{
	height:100%;
}
.dp_testimonial_v1:hover .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content,
.dp_testimonial_v1:hover .et_pb_testimonial_meta .et_pb_testimonial_position {
	color:#ffffff !important;
}
.dp_testimonial_v1:hover .et_pb_testimonial_description .et_pb_testimonial_author{
	color:#ffffff !important;
}
.dp_testimonial_v1 .et_pb_testimonial_portrait{
	position:absolute;
	bottom:30px;
	top: 100px;
	left:50%;
	transform:translate(-50%,-50%);
	border-radius:15px;
}
.dp_testimonial_v1 .et_pb_testimonial_portrait:before{
	border-radius:15px;	
}
.dp_testimonial_slider_v1 .dp_testimonial_v1.et_pb_testimonial {
	margin: 35px 15px 15px 15px !important;
}

.dp_testimonial_v1.et_pb_testimonial:before {
	top: -30px; 
	margin-left: -30px;
	padding:15px;
}

.dp_testimonial_slider_v1 .slick-prev:before,
.dp_testimonial_slider_v1 .slick-next:before{
	 content: "\23";
    font-family: 'ETmodules';
    opacity: 1;
    border-radius: 50%;
    background-color: var(--dpprofe-color-1);
    padding: 5px;
}
.dp_testimonial_slider_v1 .slick-next:before{
	content:"\24"!important;
}
/*---Description---*/
.dp_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description {
	margin-left:0px !important;
	margin-top: 150px;
}

.dp_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner {}

.dp_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content p {
	
}

/*---Author CSS---*/
.dp_testimonial_v1.et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
	margin-top:10px;
	color:var(--dpprofe-color-1);
	transition: all 0.4s;
	margin-bottom:10px;
}

/*---Meta CSS---*/
.dp_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta {
	color:var(--dpprofe-color-2);
}
.dp_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta .et_pb_testimonial_position {
	margin-top:10px;
	transition: all 0.4s;
	
}

.dp_testimonial_v1.et_pb_testimonial .et_pb_testimonial_meta .et_pb_testimonial_separator {}

.dp_testimonial_v1 .et_pb_testimonial .et_pb_testimonial_meta .et_pb_testimonial_company {}

/*Review */
.dp_testimonial_v1 .dp_review {
	position: absolute;
	left: 0;
	bottom: -22px;
	right: 0;
	width: 150px;
	background: #ec6b15;
	margin: 0 auto;
	margin-bottom: 0;
	text-align: center;
	border-radius: 30px;
	display: block;
	overflow: hidden;
	line-height: 16px
}

.dp_testimonial_v1 .dp_review .et_pb_text_inner ul {
	position: relative;
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}

.dp_testimonial_v1 .dp_review .et_pb_text_inner ul li {
	display: inline-block;
	float: none;
	margin: 0 3px;
	color: #fff;
	font-size: 14px;
	line-height: 45px
}

.dp_testimonial_v1 .dp_review .et_pb_text_inner ul li:before {
	content: "\e033";
	font-family: ETmodules !important
}

.dp_testimonial_v1 .dp_review .et_pb_text_inner ul li.star:before {
	content: "\e031"
}

.dp_testimonial_v1 .dp_review .et_pb_text_inner ul li.star-0:before {
	content: "\e032"
}
/* testimoniyal slider arrow */
/* .dp_testimonial_slider_v1 .slick-prev,.slick-next{
	background-color: #f9f9f9;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: var(--dpprofe-color-1);
    opacity: 1;
    
}
.dp_testimonial_slider_v1 .slick-prev,.slick-next:hover{
	cursor:pointer;
} */
/*---Testimonial v2  CSS---*/
.dp_testimonial_v2 {}

/* -----------------------------------
  	15 About Us Section CSS
-------------------------------------*/
/*---About Us v1 CSS---*/
.dp_aboutus_v1 {}

.dp_aboutus_v1 .dp_aboutus_image .et_pb_image_wrap img {
	height: 700px;
	object-fit: cover;
}

.dp_blurb_ver_middle .et_pb_blurb_container {
	vertical-align: middle;
}

@media only screen and (max-width: 478px) {
	.dp_aboutus_v1 .dp_aboutus_image .et_pb_image_wrap img {
		height: 400px;
	}
}

@media only screen and (max-width: 768px) {
	.dp_aboutus_v1 .dp_aboutus_image .et_pb_image_wrap img {
		height: 550px;
	}
}

/* -----------------------------------
  	16 Choose Us Section CSS
-------------------------------------*/
/*---Choose Us v1 CSS---*/
.dp_choose_v1 {
	display: flex;
    justify-content: center;
    align-items: center;
}

.dp_choose_v1:before {
	background-color: var(--dpprofe-color-1);
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	height: 0%;
	bottom: 0;
	opacity: 0.9;
	z-index: -1;
	transition: all 0.4s linear;
}

.dp_choose_v1:hover:before {
	height: 100%;
}
.dp_choose_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dp_choose_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dp_choose_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	transition: all 0.5s;
}

.dp_choose_v1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dp_choose_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dp_choose_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #fff !important;
	z-index: 2;
}
.dp_choose_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	transform: translatey(0);
}

.dp_choose_v1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	transform: translatey(-5px);
	transition: all 0.5s;

}

/* -----------------------------------
  	17 Process Section CSS
-------------------------------------*/
/*---Process Us v1 CSS---*/
.dp_process_v1 {}
.dp_process_v1{
	z-index: 1;
}

.dp_process_v1:before {
	background-color: var(--dpprofe-color-1);
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 0%;
	bottom: 0;
	opacity: 0.9;
	z-index: -1;
	transition: all 0.4s linear;
}

.dp_process_v1:hover:before {
	height: 100%;
}
.dp_process_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dp_process_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dp_process_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	transition: all 0.9s;
}
.dp_process_v1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dp_process_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dp_process_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description,
.dp_process_v1:hover .et_pb_text_inner{
	color: #fff !important;
	z-index: 2;
}

/* -----------------------------------
  	18 Partner Section CSS
-------------------------------------*/
/*---Partner Us v1 CSS---*/
.dp_partner_v1 {}

/* -----------------------------------
  	19 Video Section CSS
-------------------------------------*/
/*---Video v1 CSS---*/
.dp_video_v1 {}

/* -----------------------------------
  	20 Skill-bar Section CSS
-------------------------------------*/
/*---Skill-bar v1 CSS---*/
.dp_skill_v1 {}

.dp_bar_counter_v1 {}

/*---Title CSS---*/
.dp_bar_counter_v1 li.et_pb_counter .et_pb_counter_title {}

.dp_bar_counter_v1 li.et_pb_counter .et_pb_counter_container {}

/*---Percentage CSS---*/
.dp_bar_counter_v1 li.et_pb_counter .et_pb_counter_container .et_pb_counter_amount {}

/*---Percentage CSS---*/
.dp_bar_counter_v1 li.et_pb_counter .et_pb_counter_container .et_pb_counter_amount_number {}

.dp_bar_counter_v1 li.et_pb_counter .et_pb_counter_container .et_pb_counter_amount_number_inner {}

/* -----------------------------------
  	21 Counter Section CSS
-------------------------------------*/
/*---Counter v1 CSS---*/
.dp_counter_v1{
	background-color:var(--dpprofe-color-1);
}
.dp_counter_v1:before {
	background-color: #ffffff;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 0%;
	bottom: 0;
	z-index: -1;
	transition: all 0.4s linear;
}

.dp_counter_v1:hover:before {
	height: 100%;
}

.dp_counter_v1 .percent .percent-value{
	transition:all 0.9s ease-in-out;
	color:#ffffff;
}
.dp_counter_v1:hover .percent .percent-value{
	color:var(--dpprofe-color-2)!important;
}
.dp_counter_v1 .title{
	transition:all 0.9s ease-in-out;
	color:#ffffff;
}
.dp_counter_v1:hover .title{
	color:var(--dpprofe-color-2)!important;
}
/* -----------------------------------
  	22 Newsletter Section CSS
-------------------------------------*/
/*---Newsletter v1 CSS---*/
.dp_newsletter_v1 {}

/*Form Css*/
.dp_newsletter_v1.et_pb_newsletter .et_pb_newsletter_form {}

/*Input Css*/
.dp_newsletter_v1.et_pb_newsletter .et_pb_newsletter_field {}

.dp_newsletter_v1.et_pb_newsletter_form .input {}

.dp_newsletter_v1.et_pb_newsletter_form .input::placeholder,
.dp_newsletter_v1.et_pb_newsletter_form input[type=text],
.dp_newsletter_v1.et_pb_newsletter_form p.et_pb_newsletter_field input[type=text] {}

/*Button Css*/
.dp_newsletter_v1.et_pb_newsletter .et_pb_newsletter_button_wrap {}

.dp_newsletter_v1.et_pb_newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button {}

.dp_newsletter_v1.et_pb_newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button .et_pb_newsletter_button_text {}

/*---Newsletter v2 CSS---*/
.dp_newsletter_v2 {}

/* -----------------------------------
  	23 CTA Section CSS
-------------------------------------*/
/*---CTA v1 CSS---*/
.dp_CTA_v1 .et_pb_row {
	display:flex;align-items:center
}
@media only screen and (max-width: 980px){
	.dp_CTA_v1 .et_pb_row{
		display:block;
	}
}

/*---CTA v2 CSS---*/
.dp_CTA_v2 {}


/* -----------------------------------
  	24 Coming Soon Page CSS
-------------------------------------*/
 .dp_coming_v1 .dp_comingpg_serch_v1 .et_pb_contact .et_contact_bottom_container{
	margin-top: -63px;
    margin-right: 10px;
}
.dp_coming_v1 .dp_comingpg_serch_v1 .et_pb_contact form{
	max-width:100%;
}
.dp_coming_v1 .dp_comingpg_serch_v1 .et_pb_contact form .et_pb_contact_field {
	width:100%;
} 
.dp_coming_v1 .dp_comingpg_counter_v1 .et_pb_countdown_timer_container .days,.hours,.minutes,.seconds {
	background-color:var(--dpprofe-color-1);
	border-radius:10px;
	margin-right:20px;
	padding:15px;
}
@media only screen and (max-width: 676px) {
	.dp_comingpg_counter_v1 .et_pb_countdown_timer_container .days,.hours,.minutes,.seconds{
		width:100%!important;
	}
}
@media only screen and (max-width: 480px) {
	.dp_comingpg_counter_v1 .et_pb_countdown_timer_container .days,.hours,.minutes,.seconds{
		width:50%!important;
	}
}
/* -----------------------------------
  	25 404 Page CSS
-------------------------------------*/


/* -----------------------------------
  	26 Search Page CSS
-------------------------------------*/


/* -----------------------------------
  	27 Tab Control CSS
-------------------------------------*/
.dp_tab_v1 {}

/*Tabs Title Css*/
.dp_tab_v1 .et_pb_tabs_controls {}

.dp_tab_v1 .et_pb_tabs_controls li {}

.dp_tab_v1 .et_pb_tabs_controls li.et_pb_tab_active a {}

.dp_tab_v1 .et_pb_tabs_controls li a {}

/*Tabs Content Css*/
.dp_tab_v1 .et_pb_all_tabs {}

.dp_tab_v1 .et_pb_all_tabs .et_pb_tab {}

.dp_tab_v1 .et_pb_all_tabs .et_pb_tab.et-pb-active-slide {}

.dp_tab_v1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content {}


/* -----------------------------------
  	Pricing Toggle CSS
-------------------------------------*/

/*---Pricing Toggle CSS Start ---*/
[class*="dp_pricing_tab_content_"].dp_active {
	opacity: 1;
	-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*="dp_pricing_tab_content_"].dp_active {
	opacity: 1;
	-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*="dp_pricing_tab_content_"] {
	opacity: 0;
	-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*="dp_pricing_tab_content_"].dp_animateddp_animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.dp_pricing_tab_blurb .et_pb_blurb_container .et_pb_module_header,
.dp_pricing_tab_blurb .et_pb_blurb_container .et_pb_blurb_description {
	transition: all 0.4s;
}

.dp_pricing_tab_blurb:hover .et_pb_blurb_container .et_pb_module_header,
.dp_pricing_tab_blurb:hover .et_pb_blurb_container .et_pb_blurb_description,
[id*="dp_pricing_tab_"].dp_pricing_tab_blurb.dp_active .et_pb_blurb_container .et_pb_module_header,
[id*="dp_pricing_tab_"].dp_pricing_tab_blurb.dp_active .et_pb_blurb_container .et_pb_blurb_description {
	color: #fff;
}


.dp_pricing_tab_blurb:hover,
[id*="dp_pricing_tab_"].dp_pricing_tab_blurb.dp_active {
	background-color: var(--px-color-1);
	transform: translateY(8px);
}

.dp_pricing_tab_blurb {
	position: relative;
	overflow: visible !important;
	background-color: #fff;
	transition: all 0.4s;
	z-index: 1;
}

.dp_pricing_tab_blurb:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	background: #fff;
	right: 0;
	left: 0;
	margin: auto;
	bottom: -5px;
	transform: rotate(45deg);
	z-index: -1;
	transition: all 0.4s;
}


.dp_pricing_tab_blurb:hover:before,
[id*="dp_pricing_tab_"].dp_pricing_tab_blurb.dp_active:before {
	background: var(--px-color-1);
}

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

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

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


@media only screen and (max-width: 479px) {
	.dp_pricing_tab_btn_column {
		display: block !important;
	}
}


/* -----------------------------------
   Slide In (Popup) CSS Start Here
----------------------------------- */
/* Demo Popup CSS */
.dpprofe_slide_In_demo .et_pb_button_wrapper .et_pb_button {
	background-color: var(--dpprofe-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;
height: 100%;
max-height: 100vh;
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior: contain;
scrollbar-width: thin;
}

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(--dpprofe-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(--dpprofe-color-1);
}

.dpprofe_feature_info .et_pb_module_header span {
	color: var(--dpprofe-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(--dpprofe-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(--dpprofe-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(--dpprofe-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_image_wrap {
	position: relative;
	height: 40px;
	width: 40px;
	background-color: var(--dpprofe-color-1);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}
/* 
.dpprofe-popup-content .dpprofe_footer_info .et_pb_image_wrap:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	background: #fff;
	right: -5px;
	top: 15px;
	transform: rotate(45deg);
	transition: all 0.4s;
}

.dpprofe-popup-content .dpprofe_footer_info:hover .et_pb_image_wrap:before {
	background: var(--dpprofe-color-1);
} */

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

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

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

.dpprofe-popup-content ul.dpprofe_social_info li.et_pb_social_icon a.icon {
	background-color: #fff !important;
	transition: all 0.4s;
}

.dpprofe-popup-content ul.dpprofe_social_info li.et_pb_social_icon a.icon:hover {
	background-color: var(--dpprofe-color-1) !important;
}

.dpprofe-popup-content ul.dpprofe_social_info li.et_pb_social_icon a.icon:before {
	color: var(--dpprofe-color-1);
	transition: all 0.4s;
}

.dpprofe-popup-content ul.dpprofe_social_info li.et_pb_social_icon a.icon:hover:before {
	color: #fff;
}

/*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 {
	background-color: var(--dpprofe-color-1) !important;
	transition: all 0.8s;
}

.dpprofe-popup-close:hover .et_pb_icon_wrap {
	background-color: var(--dpprofe-color-2) !important;
}

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

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

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

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

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

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


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

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

/* -----------------------------------
  	breadcrumbs CSS
-------------------------------------*/

/* breadcrumbs */
#dpprof_breadcrumbs .separator {
	font-size: 20px;
	color: var(--white);
	font-weight: 100;
}

#dpprof_breadcrumbs {
	overflow: hidden;
	text-align: left;
	list-style: none;
	margin: 11px 0;
	padding: 0;
}

#dpprof_breadcrumbs li {
	margin-right: 14px;
	display: inline-block;
	vertical-align: middle;
}

#dpprof_breadcrumbs a {
	color: var(--dpprofe-color-1);
	font-size: 18px;vertical-align: middle;
}

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

/* -----------------------------------
  	hamburger menu CSS
-------------------------------------*/

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

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

/********** 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: 100vw;
	min-height: 100vh;
	top: -15px !important;
	left: -10vw !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 {
	background: transparent !important;
}


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

.et_divi_100_mm_m_style2 .mobile_nav .menu-item-has-children>a {
	background: transparent !important;
	color: var(--black) !important;
	font-weight: inherit;
}

/*Mobile Menu Bar*/
.et_divi_100_mm_m_style2 .mobile_menu_bar {
	/*top: 5px;
/*padding:0;
right:-10px;
position:absolute;*/
	right: -10px;
	z-index: 10001;
}

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

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


}

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

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

.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children>a {
	background: transparent;
}

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

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

.et_divi_100_mm_m_style2 #page-container span.menu-closed.menu-open:before {
	content: "\4d";
}

/********** Mobile Menu Style3************/
.et_divi_100_mm_m_style3 {
	overflow-x: hidden;
}

.et_divi_100_mm_m_style3 .et_pb_menu ul.et_mobile_menu {
	max-height: 80vh;
	overflow-y: auto;
}


/*Mobile Menu*/
.et_divi_100_mm_m_style3 .et_mobile_menu {
	Border-top: none;
	display: block !important;
	min-height: 100vh;
	padding-top: 60px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	z-index: 9998 !important;
	width: 100% !important;
	/* 80% to 100% */
	min-width: 200px;
	left: auto !important;
	max-width: 350px;
	right: -10vw;
	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 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_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: -10vw !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: 20px !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";
}
.dp_blog_v1 .pagination .alignleft a:hover, .dp_blog_v1 .pagination .alignright a:hover{    background-color: var(--dpprofe-color-2) !important;}