/*
Theme Name:  Divi Business & Consulting Service Child Theme
Theme URI:   https://divibusinessandconsultingservice.diviinfinite.com/
Description: Divi Business & Consulting Service Child Theme is the best choice for Perfect Finance, Consulting & Professional Business.
Version:     1.0
Author:      Divi Professional
Author URI:  http://divi-professional.com/
Template:    Divi
Text Domain: dbcs
*/

/*-------- Home --------*/
.business_divider .et_pb_divider_internal:before {
    content: "";
    width: 3px;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: var(--dlcolor1);
    border-top-width: 3px;
    margin-left: 49px;
  }
  
	.business_divider .et_pb_divider_internal:after{
    content: "";
    width: 3px;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: var(--dlcolor1);
    border-top-width: 3px;
    margin-left: 55px;
  }

.business_section1_headertext .business_section1_text:before{
    content: "\35";
    font-family: 'ETmodules';
    position: relative;
    vertical-align: middle;
    margin: 0 5px;
    top: -2px;
    display: inline-block;
    color: var(--dlcolor3);
  }
  
  .business_section1_headertext a:first-child{
    color: var(--dlcolor1);
  }
  
  .business_section1_headertext a:first-child:hover{
    color: var(--dlcolor3);
  }
  
  .business_section1_headertext .business_section1_text{
    color: var(--dlcolor3);
  }
  
  .businesshome_section2_column:hover .businesshome_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: rotateY(180deg);
  }
  
  .businesshome_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transition: all 500ms ease !important;
  }
  
  .businesshome_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
    width: 140px !important;
  }
  
  .businesshome_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img{
    width: 140px !important;
    height: 140px !important;
    object-fit: cover;
  }
  
  .businesshome_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    font-size: 16px;
    line-height: 32px;
    color: var(--dlcolor2);
    padding-bottom: 0;
  }
  
  .businesshome_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
    position: relative;
    display: inline-block;
    color: #2e2e36;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    padding-left: 45px;
  }
  
  .businesshome_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5:before{
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--dlcolor1);
    content: "";
  }
  
    .businesshome_section3_image .et_pb_image_wrap img {
    height: 405px !important;
    object-fit: cover;
    object-position: center;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
  
  .businesshome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
    position: relative;
    display: block;
    padding: 30px 0px;
    background: transparent;
    transform: scale(1.0) translateY(0px);
    transition: all .4s ease-in-out .1s;
  }
  
  .businesshome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container:before{
    content: "\39";
    font-family: ETmodules;
    position: absolute;
    top: -30px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: var(--dlcolor3);
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0px 10px 30px 0px rgb(235 235 235);
    color: var(--dlcolor1);
    z-index: 1;
  }
  
  .businesshome_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    width: 100%;
    transform: scale(1);
    transition: all 0.7s ease 0s;
  }
  
  .businesshome_section4_column:hover .businesshome_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    transform: scale(1.1);
  }
  
  .businesshome_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
  }
  
  .businesshome_section4_column:hover .businesshome_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    -webkit-animation: circle .75s;
    animation: circle .75s;
  }
  
  @-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
  
  .businesshome_section4_column:hover .businesshome_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
    border-radius: 0 !important;
  }
  
  .businesshome_section4_blurb1 .et_pb_blurb_content .et_pb_blurb_container{
    position: relative;
    display: block;
    background-color: var(--dlcolor3);
    box-shadow: 0px 10px 30px 0px rgb(235 235 235);
    padding: 30px 30px 20px;
    border-radius: 7px;
  }
  
  .businesshome_section4_column:hover .businesshome_section4_blurb1{
    opacity: 1.0;
    visibility: visible;
    transform: scale(1.0) translateY(0%);
  }
  
  .businesshome_section4_column:hover .businesshome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
    opacity: 0;
    transform: scale(1.0) translateY(-40px);
  }
  
  .businesshome_section4_blurb1 .et_pb_blurb_content .et_pb_blurb_container:before{
    content: "\39";
    font-family: ETmodules;
    position: absolute;
    top: -25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: var(--dlcolor1);
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 10px 30px 0px var(--dlcolor1);
    line-height: 45px !important;
    color: var(--dlcolor3);
  }
  
  .businesshome_section5_cta .et_pb_button_wrapper .et_pb_button:before{
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--dlcolor3);
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(
90deg
) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
  }
  
  .businesshome_section5_cta .et_pb_button_wrapper .et_pb_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(
0deg
) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  .businesshome_section6_tab ul{
    display: flex;
    background-color: transparent;
}
  
  .businesshome_section6_tab ul li {
    width: 30%;
    margin-right: 25px !important;
    height: auto !important;
    text-align: center;
    border-right: 0;
    border-radius: 7px;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
}
  
  .businesshome_section6_tab ul li:last-child{
    margin-right: 0 !important;
  }
  
  .businesshome_section6_tab ul li a{
    padding: 14px 40px 15px !important;
}
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{
    height: 430px !important;
    width: 500px !important;
    object-fit: cover;
    object-position: center;
    margin-right: 32px;
    float: left;
    border-radius: 7px;
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2{
    font-weight: 800;
    line-height: 1.3;
    color: #2e2e36;
    font-size: 2.4rem;
    padding-bottom: 20px !important;
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h5{
    line-height: 1.8;
    color: var(--dlcolor2);
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px !important;
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6{
    color: var(--dlcolor2) !important;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p{
    padding: 0;
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6:before{
    content: "\e052";
    font-family: ETmodules;
    color: var(--dlcolor1) !important;
    margin-right: .5rem!important;
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a{
    color: var(--dlcolor3)!important;
    border-width: 0px!important;
    border-radius: 7px;
    font-size: 16px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: var(--dlcolor1);
    padding-top: 14px!important;
    padding-right: 50px!important;
    padding-bottom: 14px!important;
    padding-left: 40px!important;
    position: relative;
    display: inline-block;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a:after{
    color: var(--dlcolor3);
    content: "\39";
    font-family: ETmodules;
    margin-left: 5px;
    position: absolute;  
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a:before{
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
  }
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }

.businesshome_section6_tab ul li:after{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--dlcolor1);
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.businesshome_section6_tab ul li:hover:after{
	transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.businesshome_section7_column .businesshome_section7_person .et_pb_team_member_image:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dlcolor1);
    opacity: 0;
    border-radius: 3px;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
    z-index: 2;
}

.businesshome_section7_column:hover .businesshome_section7_person .et_pb_team_member_image:before{
	opacity: 0.7;
    transform: perspective(400px) rotateX(0deg);
}

.businesshome_section7_column .businesshome_section7_person .et_pb_team_member_image img{
	width: 100%;
    transform: scale(1);
    transition: all 0.7s ease 0s;
}

.businesshome_section7_column:hover .businesshome_section7_person .et_pb_team_member_image img{
	transform: scale(1.1);
}

.businesshome_section7_column:hover .businesshome_section7_person .et_pb_team_member_image{
	border-radius: 0;
}

.businesshome_section7_column:hover .businesshome_section7_person1{
	opacity: 1.0;
    visibility: visible;
    transform: scale(1.0) translateY(0%);
}

.businesshome_section7_person1 .et_pb_team_member_description .et_pb_member_social_links li{
	margin-right: 5px;
}

.businesshome_section7_person1 .et_pb_team_member_description .et_pb_member_social_links li:last-child{
	margin-right: 0;
}

.businesshome_section7_person1 .et_pb_team_member_description .et_pb_member_social_links li a{
	position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background: #f4f4f5;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.businesshome_section7_person1 .et_pb_team_member_description .et_pb_member_social_links li a:hover{
	background: var(--dlcolor1);
}

.businesshome_section10_blog .et_pb_post .post-content{
	margin-bottom: 15px;
}

.businesshome_section10_blog .et_pb_post .author{
	margin-right: 10px;
} 

.businesshome_section10_blog .et_pb_post .author:before{
	content: "\e08a";
	font-family: ETmodules;
	color: var(--dlcolor2);
	margin-right: 5px;
}

.businesshome_section10_blog .et_pb_post .category{
	margin-right: 10px;
}

.businesshome_section10_blog .et_pb_post .category:before{
	content: "\e058";
	font-family: ETmodules;
	color: var(--dlcolor2);
	margin-right: 5px;
}

.businesshome_section10_blog .et_pb_post .date{
	margin-right: 10px;
}

.businesshome_section10_blog .et_pb_post .date:before{
	content: "\e023";
	font-family: ETmodules;
	color: var(--dlcolor2);
	margin-right: 5px;
}

.businesshome_section10_blog .et_pb_post span{
	font-size: 16px;
	color: var(--dlcolor2)!important;
	font-weight: 600;
}

.businesshome_section10_blog .et_pb_post .entry-title:before{
	position: absolute;
    top: 0;
    left: -35px;
    width: 3px;
    height: 100%;
    background: var(--dlcolor1);
    content: "";
}

.businesshome_section10_blog .et_pb_post{
	padding: 0;
}

.businesshome_section10_blog .et_pb_post .et_pb_image_container{
	margin: 0;
}

.businesshome_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
}

.businesshome_section10_blog .et_pb_post .et_pb_image_container{
	position: relative;
    display: block;
    overflow: hidden;
}

.businesshome_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	width: 100%;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
}

.businesshome_section10_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	transform: scale(1.2) rotate(1deg);
}

.businesshome_section10_blog .et_pb_post .et_pb_image_container:after{
	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--dlcolor1);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.businesshome_section10_blog .et_pb_post:hover .et_pb_image_container:after{
	opacity: 0.8;
    transform: scaleY(1.0);
}

.businesshome_section10_blog .et_pb_post .et_pb_image_container:before{
	content: "\4c";
	font-family: ETmodules;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
	color: var(--dlcolor3);
    font-size: 50px;
}

.businesshome_section10_blog .et_pb_post:hover .et_pb_image_container:before{
	transform: perspective(400px) scaleY(1.0);
}

.businesshome_section10_blog .et_pb_post .businesshome_section10_blog_content{
	padding: 32px 35px 32px;
	transition: all 200ms linear;
    transition-delay: 0.1s;
	border: 1px solid #ededed;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.businesshome_section10_blog .et_pb_post:hover .businesshome_section10_blog_content{
	box-shadow: 0px 10px 30px 0px rgb(235 235 235);
	border: 1px solid var(--dlcolor3) !important;
	border-top: none !important;
}

.businesshome_section10_blog .et_pb_post .entry-title a:hover{
	color: var(--dlcolor1) !important;
}

.businesshome_section10_blog  .pagination a{
	border-width: 0px!important;
    border-radius: 7px;
    font-size: 16px;
    background-color: var(--dlcolor1);
    padding-top: 14px!important;
    padding-right: 40px!important;
    padding-bottom: 14px!important;
    padding-left: 40px!important;
    position: relative;
    display: inline-block;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
}

.businesshome_section10_blog  .pagination a:before{
	content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX( 90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
}

.businesshome_section10_blog  .pagination a:hover:before{
	transform: perspective(200px) scaleX(1.05) rotateX( 0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
}

.businesshome_section11_image .et_pb_image_wrap{
	position: relative;
    display: block;
    float: left;
    padding: 60px 30px 60px;
    background: var(--dlcolor3);
    border: 1px solid #ededed;
    text-align: center;
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.3s;
    width: 100%;
    border-radius: 7px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.businesshome_section11_image .et_pb_image_wrap:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fafafa;
    z-index: -1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: -1;
}

.businesshome_section11_image:hover .et_pb_image_wrap:before{
	opacity: 1;
    transform: scaleY(1.0);
}

.businesshome_section11_image .et_pb_image_wrap img{
	transition: all 0.2s ease-in-out 0.1s;
	display: block;
}

.businesshome_section11_image:hover .et_pb_image_wrap img{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.8s ease-in-out 0.1s;
}
  
  .businesshome_section6_tab .et_pb_tabs_controls:after{
	border: 0;
}

@media only screen and (max-width: 981px){
	.businesshome_section6_tab ul{
		display: block !important;
	}
	
	.businesshome_section6_tab ul li{
		display: block !important;
		width: 100% !important;
    	text-align: center !important;
    	margin: auto !important;
		margin-bottom: 10px !important;
		margin-right: 0 !important;
	}
	
	.businesshome_section6_tab ul li a{
		display: block !important;
	}
	
	.businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img {
    height: 430px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
	}
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6:before {
    content: "\e052";
    font-family: ETmodules;
    color: var(--dlcolor1) !important;
    margin-right: .5rem!important;
    display: block;
}
  
  .businesshome_section6_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6 {
    color: var(--dlcolor2) !important;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
}
}
  
  @media only screen and (max-width: 767px){
	.businesshome_section10_blog .et_pb_post .businesshome_section10_blog_content {
    padding: 32px 25px 32px;
}
    
    .businesshome_section10_blog .et_pb_post .entry-title:before {
    left: -25px;
}
    
    .businesshome_section10_blog .pagination .alignleft{
      float: none;
    text-align: center;
    }
    
    .businesshome_section10_blog .pagination .alignright{
      float: none;
    text-align: center;
    }
    
    .businesshome_section10_blog .et_pb_post .post-content {
    margin-top: 15px;
}
}

/*-------- About Us --------*/
.businessaboutus_section2_image .et_pb_image_wrap img {
    height: 550px !important;
    object-fit: cover;
    object-position: center;
}
  
  .businessaboutus_section2_image1 .et_pb_image_wrap img {
    height: 200px !important;
    object-fit: cover;
    object-position: center;
}
  
  @-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
  
  .businessaboutus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a{
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .businessaboutus_section3_column:hover .businessaboutus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a{
    color: var(--dlcolor3) !important;
  }
  
  .businessaboutus_section3_column:hover
  .businessaboutus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a:hover{
    color: var(--dlcolor1) !important;
  }
  
  .businessaboutus_section3_column:hover .businessaboutus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    color: var(--dlcolor3) !important;
  }
  
  .businessaboutus_section3_column:hover .et_pb_button{
    background: var(--dlcolor3) !important;
  }
  
  .businessaboutus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .businessaboutus_section4_column .businessaboutus_section4_person .et_pb_team_member_image:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dlcolor1);
    opacity: 0;
    border-radius: 3px;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
    z-index: 2;
}

.businessaboutus_section4_column:hover .businessaboutus_section4_person .et_pb_team_member_image:before{
	opacity: 0.7;
    transform: perspective(400px) rotateX(0deg);
}

.businessaboutus_section4_column .businessaboutus_section4_person .et_pb_team_member_image img{
	width: 100%;
    transform: scale(1);
    transition: all 0.7s ease 0s;
}

.businessaboutus_section4_column:hover .businessaboutus_section4_person .et_pb_team_member_image img{
	transform: scale(1.1);
}

.businessaboutus_section4_column:hover .businessaboutus_section4_person .et_pb_team_member_image{
	border-radius: 0;
}

.businessaboutus_section4_column:hover .businessaboutus_section4_person1{
	opacity: 1.0;
    visibility: visible;
    transform: scale(1.0) translateY(0%);
}

.businessaboutus_section4_person1 .et_pb_team_member_description .et_pb_member_social_links li{
	margin-right: 5px;
}

.businessaboutus_section4_person1 .et_pb_team_member_description .et_pb_member_social_links li:last-child{
	margin-right: 0;
}

.businessaboutus_section4_person1 .et_pb_team_member_description .et_pb_member_social_links li a{
	position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background: #f4f4f5;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.businessaboutus_section4_person1 .et_pb_team_member_description .et_pb_member_social_links li a:hover{
	background: var(--dlcolor1);
}
  
  .businessaboutus_section6_image .et_pb_image_wrap img {
    height: 550px !important;
    object-fit: cover;
    object-position: center;
}
  
  @-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
  
  .businessaboutus_section7_image .et_pb_image_wrap{
	position: relative;
    display: block;
    float: left;
    padding: 60px 30px 60px;
    background: var(--dlcolor3);
    border: 1px solid #ededed;
    text-align: center;
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.3s;
    width: 100%;
    border-radius: 7px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.businessaboutus_section7_image .et_pb_image_wrap:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fafafa;
    z-index: -1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: -1;
}

.businessaboutus_section7_image:hover .et_pb_image_wrap:before{
	opacity: 1;
    transform: scaleY(1.0);
}

.businessaboutus_section7_image .et_pb_image_wrap img{
	transition: all 0.2s ease-in-out 0.1s;
	display: block;
}

.businessaboutus_section7_image:hover .et_pb_image_wrap img{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.8s ease-in-out 0.1s;
}
  
  @media only screen and (max-width: 767px){
    .businessaboutus_section2_image1 .et_pb_image_wrap{
      width: 100% !important;
    }
    
    .businessaboutus_section2_image1 .et_pb_image_wrap img{
      width: 100% !important;
    }
    
    .businessaboutus_section2_image .et_pb_image_wrap img {
    height: 400px!important;
    object-fit: cover;
    object-position: center;
}
    
    .businessaboutus_section6_image .et_pb_image_wrap img {
    height: 400px!important;
    object-fit: cover;
    object-position: center;
}
  }

/*-------- Service --------*/
.businessservice_section2_cta .et_pb_button:before{
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
  }
  
  .businessservice_section2_cta .et_pb_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  .businessservice_section2_column:hover .businessservice_section2_cta{
    background: var(--dlcolor1) !important;
    border-color: var(--dlcolor1) !important;
  }
  
  .businessservice_section2_column:hover .businessservice_section2_cta .et_pb_promo_description .et_pb_module_header{
    color: var(--dlcolor3) !important;
  }
  
  .businessservice_section2_column:hover .businessservice_section2_cta .et_pb_promo_description p{
    color: var(--dlcolor3) !important;
  }
  
  .businessservice_section2_cta .et_pb_promo_description p{
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }

/*-------- Service Detail --------*/
.businessservicedetail_section2_column1_row2_calltoaction .et_pb_button_wrapper .et_pb_button:after {
    font-weight: 600 !important;
    transition: ease-in-out .3s;
}
   .businessservicedetail_section2_column1_row2_calltoaction .et_pb_button_wrapper .et_pb_button:hover:after {
    margin-left: 11px !important;
}
  
  .businessservicedetail_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
}
  
  .businessservicedetail_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
}

/*-------- Projects --------*/
.businessproject_section2_portfolio .project .et_portfolio_image img{
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .businessproject_section2_portfolio .project:hover .et_portfolio_image img{
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
  }
  
  .businessproject_section2_portfolio .project{
    position: relative;
    overflow: hidden;
  }
  
  .businessproject_section2_portfolio .project:hover .et_pb_module_header{
    opacity: 0;
    visibility: hidden;
  }
  
  .businessproject_section2_portfolio .project:hover .post-meta{
    opacity: 0;
    visibility: hidden;
  }
  
  .businessproject_section2_portfolio .project:hover .et_portfolio_image .et_overlay:before{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  
  .businessproject_section2_portfolio ul {
    display: block !important;
    text-align: center;
}
  
  .businessproject_section2_portfolio ul li {
    float: none !important;
    display: inline-block;
    margin: 0 13px;
    border-radius: 0;
    line-height: normal !important;
}
  
  .businessproject_section2_portfolio ul li a {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0px !important;
    border: none !important;
    background: transparent !important;
}
  
  @media only screen and (max-width: 981px){
    .businessproject_section2_portfolio .project{
      margin-bottom: 30px !important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .businessproject_section2_portfolio ul li {
    margin: 5px 0;
    width: 100% !important;
}
  }

/*-------- FAQ --------*/
.businessfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    content: "\21" !important;
    font-family: ETmodules;
    display: block;
  }
  
  .businessfaq_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h2{
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.72px;
    padding-bottom: 0;
    padding-top: 30px;
    color: #2e2e36;
  }
  
  .businessfaq_section3_cta .et_pb_button:before {
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX( 90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
}
  
  .businessfaq_section3_cta .et_pb_button:hover:before {
    transform: perspective(200px) scaleX(1.05) rotateX( 0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
}

/*-------- Contact Us --------*/
.businesscontactus_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    font-size: 32px !important;
    padding: 15px !important;
  }
  
  .businesscontactus_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:before{
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
  }
  
  .businesscontactus_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  @media only screen and (max-width: 981px){
    .businesscontactus_section3_contact .et_contact_bottom_container {
    padding: 0 0 0 3%;
    float: none;
}
  }

/*-------- Blog --------*/
.businessblog_section2_blog .et_pb_post .post-content{
	margin-bottom: 15px;
}

.businessblog_section2_blog .et_pb_post .author{
	margin-right: 10px;
} 

.businessblog_section2_blog .et_pb_post .author:before{
	content: "\e08a";
	font-family: ETmodules;
	color: var(--dlcolor2);
	margin-right: 5px;
}

.businessblog_section2_blog .et_pb_post .category{
	margin-right: 10px;
}

.businessblog_section2_blog .et_pb_post .category:before{
	content: "\e058";
	font-family: ETmodules;
	color: var(--dlcolor2);
	margin-right: 5px;
}

.businessblog_section2_blog .et_pb_post .date{
	margin-right: 10px;
}

.businessblog_section2_blog .et_pb_post .date:before{
	content: "\e023";
	font-family: ETmodules;
	color: var(--dlcolor2);
	margin-right: 5px;
}

.businessblog_section2_blog .et_pb_post span{
	font-size: 16px;
	color: var(--dlcolor2)!important;
	font-weight: 600;
}

.businessblog_section2_blog .et_pb_post .entry-title:before{
	position: absolute;
    top: 0;
    left: -35px;
    width: 3px;
    height: 100%;
    background: var(--dlcolor1);
    content: "";
}

.businessblog_section2_blog .et_pb_post{
	padding: 0;
}

.businessblog_section2_blog .et_pb_post .et_pb_image_container{
	margin: 0;
}

.businessblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
}

.businessblog_section2_blog .et_pb_post .et_pb_image_container{
	position: relative;
    display: block;
    overflow: hidden;
}

.businessblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	width: 100%;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
}

.businessblog_section2_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	transform: scale(1.2) rotate(1deg);
}

.businessblog_section2_blog .et_pb_post .et_pb_image_container:after{
	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--dlcolor1);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.businessblog_section2_blog .et_pb_post:hover .et_pb_image_container:after{
	opacity: 0.8;
    transform: scaleY(1.0);
}

.businessblog_section2_blog .et_pb_post .et_pb_image_container:before{
	content: "\4c";
	font-family: ETmodules;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
	color: var(--dlcolor3);
    font-size: 50px;
}

.businessblog_section2_blog .et_pb_post:hover .et_pb_image_container:before{
	transform: perspective(400px) scaleY(1.0);
}

.businessblog_section2_blog .et_pb_post .businessblog_section2_blog_content{
	padding: 32px 35px 32px;
	transition: all 200ms linear;
    transition-delay: 0.1s;
	border: 1px solid #ededed;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.businessblog_section2_blog .et_pb_post:hover .businessblog_section2_blog_content{
	box-shadow: 0px 10px 30px 0px rgb(235 235 235);
	border: 1px solid var(--dlcolor3) !important;
	border-top: none !important;
}

.businessblog_section2_blog .et_pb_post .entry-title a:hover{
	color: var(--dlcolor1) !important;
}

.businessblog_section2_blog  .pagination a{
	border-width: 0px!important;
    border-radius: 7px;
    font-size: 16px;
    background-color: var(--dlcolor1);
    padding-top: 14px!important;
    padding-right: 40px!important;
    padding-bottom: 14px!important;
    padding-left: 40px!important;
    position: relative;
    display: inline-block;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
}

.businessblog_section2_blog  .pagination a:before{
	content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX( 
90deg
 ) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
}

.businessblog_section2_blog  .pagination a:hover:before{
	transform: perspective(200px) scaleX(1.05) rotateX( 
0deg
 ) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
}
  
  @media only screen and (max-width: 767px){
	.businessblog_section2_blog .et_pb_post .businessblog_section2_blog_content {
    padding: 32px 25px 32px;
}
    
    .businessblog_section2_blog .et_pb_post .entry-title:before {
    left: -25px;
}
    
    .businessblog_section2_blog .pagination .alignleft{
      float: none;
    text-align: center;
    }
    
    .businessblog_section2_blog .pagination .alignright{
      float: none;
    text-align: center;
    }
    
    .businessblog_section2_blog .et_pb_post .post-content {
    margin-top: 15px;
}
}

/*-------- Team --------*/
.businessteam_section2_person .et_pb_team_member_image img{
    height: 410px !important;
    width: 100% !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    object-fit: cover;
    object-position: center;
  }
  
  .businessteam_section2_person .et_pb_team_member_description:after{
    padding: 23px 29px;
    background-color: #2e2e36;
    color: var(--dlcolor3);
    position: absolute;
    right: 0;
    top: 0;
    content: "\24";
    font-family: ETmodules;
    font-size: 22px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  
  .businessteam_section2_person .et_pb_team_member_description:hover:after{
    background-color: var(--dlcolor1);
  }
  
  .businessteam_section2_person .et_pb_member_social_links li{
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  
  .businessteam_section2_person .et_pb_member_social_links li a{
    display: block;
    height: 50px;
    width: 50px;
    background-color: #2e2e36;
    text-align: center;
    line-height: 50px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--dlcolor3);
    overflow: hidden;
    font-size: 20px;
    border: 1px solid #644950;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  
  .businessteam_section2_person .et_pb_member_social_links li a:hover{
    color: var(--dlcolor1);
    -webkit-text-stroke-color: var(--dlcolor1);
  }

/*-------- Team Detail --------*/
.businessteamdetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    border-radius: 0;
  }
  
  .businessteamdetail_section2_column2_content{
    display: flex;
  }
  
  .businessteamdetail_section2_image .et_pb_image_wrap img {
    height: 610px !important;
    object-fit: cover;
    object-position: center;
}
  
  .businessteamdetail_section2_text p:first-child:first-letter {
    float: left;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
    color: var(--dlcolor3);
    background: var(--dlcolor1);
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding: 20px 30px;
}
  
  @media only screen and (max-width: 981px){
    .businessteamdetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
      padding: 10px !important;
    }
    
    .businessteamdetail_section2_image .et_pb_image_wrap img {
    height: 500px!important;
    object-fit: cover;
    object-position: center;
}
    
    .businessteamdetail_section2_column2_content {
    display: flex;
    justify-content: center;
}
    
    .businessteamdetail_section2_text p:first-child:first-letter {
    float: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-right: 0;
    color: #2e2e36;
    background: transparent;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
  }
  
  @media only screen and (max-width: 767px){
    .businessteamdetail_section2_image .et_pb_image_wrap img {
    height: 400px!important;
    object-fit: cover;
    object-position: center;
}
    
    .businessteamdetail_section2_column2_content{
      display: block;
    }
    
    .businessteamdetail_section2_text p:first-child:first-letter {
    float: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-right: 0;
    color: #2e2e36;
    background: transparent;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
  }

/*-------- Pricing --------*/
.businesspricing_section2_price .et_pb_pricing_table .businesspricing_section2_price_content{
    position: relative;
    display: block;
    background: #222631;
    padding: 42px 40px 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 1;
  }
  
  .businesspricing_section2_price .et_pb_pricing_table .businesspricing_section2_price_content:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--dlcolor1);
    content: "";
    transform: scaleX(0.7) rotateX(20deg);
    transition: all 0.4s linear;
    z-index: -1;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    opacity: 0;
  }
  
  .businesspricing_section2_price:hover .et_pb_pricing_table .businesspricing_section2_price_content:before{
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
  }
  
  .businesspricing_section2_price .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:before{
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--dlcolor1);
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
  }
  
  .businesspricing_section2_price .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  .businesspricing_section3_image .et_pb_image_wrap img {
    height: 550px !important;
    object-fit: cover;
    object-position: center;
}
  
  @-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
  
  @media only screen and (max-width: 981px){
    .businesspricing_section3_image .et_pb_image_wrap img {
    height: 500px !important;
    object-fit: cover;
    object-position: center;
}
  }
  
  @media only screen and (max-width: 767px){
    .businesspricing_section3_image .et_pb_image_wrap img {
    height: 400px !important;
    object-fit: cover;
    object-position: center;
}
  }

/*-------- How It Works --------*/
.businesswork_section2_cta .et_pb_button_wrapper .et_pb_button:after{
    transition: all 0.3s ease-in-out;
  }
  
  .businesswork_section2_cta .et_pb_button_wrapper .et_pb_button:hover:after{
    transform: translateX(5px);
  }
  
  .businesswork_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    position: relative
  }
  
  .businesswork_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:before{
    background-color: var(--dlcolor1);
    content: "";
    width: 50px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    opacity: 0.1;
    clip-path: polygon(0% 0, 100% 10%, 100% 90%, 0% 100%);
    transform: rotate( -30deg);
    z-index: -1;
  }
  
  .businesswork_section6_column .businesswork_section6_person .et_pb_team_member_image:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dlcolor1);
    opacity: 0;
    border-radius: 3px;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
    z-index: 2;
}

.businesswork_section6_column:hover .businesswork_section6_person .et_pb_team_member_image:before{
	opacity: 0.7;
    transform: perspective(400px) rotateX(0deg);
}

.businesswork_section6_column .businesswork_section6_person .et_pb_team_member_image img{
	width: 100%;
    transform: scale(1);
    transition: all 0.7s ease 0s;
}

.businesswork_section6_column:hover .businesswork_section6_person .et_pb_team_member_image img{
	transform: scale(1.1);
}

.businesswork_section6_column:hover .businesswork_section6_person .et_pb_team_member_image{
	border-radius: 0;
}

.businesswork_section6_column:hover .businesswork_section6_person1{
	opacity: 1.0;
    visibility: visible;
    transform: scale(1.0) translateY(0%);
}

.businesswork_section6_person1 .et_pb_team_member_description .et_pb_member_social_links li{
	margin-right: 5px;
}

.businesswork_section6_person1 .et_pb_team_member_description .et_pb_member_social_links li:last-child{
	margin-right: 0;
}

.businesswork_section6_person1 .et_pb_team_member_description .et_pb_member_social_links li a{
	position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background: #f4f4f5;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.businesswork_section6_person1 .et_pb_team_member_description .et_pb_member_social_links li a:hover{
	background: var(--dlcolor1);
}

  .businesswork_section8_row .et_pb_column:hover .businesswork_section8_image{
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .businesswork_section8_row .et_pb_column:hover .businesswork_section8_image1{
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

/*-------- Company History --------*/
.businesshistory_section2_text span{
    color: var(--dlcolor1);
    font-size: 18px;
    font-weight: 700;
  }
  
  .businesshistory_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
  }
  
    .businesshistory_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    float: right;
    width: 60%;
    padding-left: 30px;
  }
  
  .businesshistory_section2_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
  }
  
    .businesshistory_section2_blurb1 .et_pb_blurb_content .et_pb_blurb_container{
    float: left;
    width: 60%;
    padding-right: 30px;
    padding-left: 0;
  }
  
  .businesshistory_section2_row:hover .et_pb_column:before{
    background: 0 0;
    border: 3px solid #2e2e36;
  }
  
  @media only screen and (max-width: 981px){
    .businesshistory_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
  
    .businesshistory_section2_blurb1 .et_pb_blurb_content .et_pb_blurb_container{
    float: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 0;
    padding-top: 30px;
  }
  }
  
  @media only screen and (max-width: 767px){
     .businesshistory_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
  
    .businesshistory_section2_blurb1 .et_pb_blurb_content .et_pb_blurb_container{
    float: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 0;
    padding-top: 30px;
  }
  }

/*-------- Menu --------*/
.businessmenu_image .et_pb_image_wrap{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
	.businessmenu_menu  .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li:not(.menu-item-has-children):hover a{
    padding-left: 10px;
  }
  
  .businessmenu_menu  .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li a:after{
    top: 0;
  }
  
  @keyframes slide-right {
    0% {
              transform: translateX(0);
    }
    100% {
              transform: translateX(5px);
    }
  }

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

/*-------- Footer --------*/
.businessfooter_section1_cta .et_pb_button:before {
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--dlcolor1);
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
}
  
  .businessfooter_section1_cta .et_pb_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  @-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

  .businessfooter_section2_menu .et-menu-nav .et-menu{
    display: block !important;
  }
  
  .businessfooter_section2_menu .et-menu-nav .et-menu li a{
    padding-bottom: 5px !important;
    transition: 0.5s all ease;
  }
  
  .businessfooter_section2_menu .et-menu-nav .et-menu li a:before{
    content: "\39";
    font-family: ETmodules;
    margin-right: 10px;
    color: var(--dlcolor2);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }
  
  .businessfooter_section2_menu .et-menu-nav .et-menu li a:hover:before{
    color: var(--dlcolor1) !important;
  }
  
  .businessfooter_section2_menu .et_pb_menu__menu {
    display: block !important;
    width: 100%;
}
  
  .businessfooter_section2_menu .et_mobile_nav_menu {
    display: none !important;
}
  
  .businessfooter_section2_email .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_newsletter_button:before{
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
  }
  
  .businessfooter_section2_email .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_newsletter_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  .businessfooter_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  @media only screen and (max-width: 981px){ 
  .businessfooter_section2_menu .et-menu-nav, .businessfooter_section2_menu .et-menu-nav li{
      display: block !important;
    }
  }

/*-------- 404 --------*/
.business404_cta .et_pb_button:before {
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
}
  
  .business404_cta .et_pb_button:hover:before {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
}

/*-------- Project Tag --------*/
.businessproject_section2_blog .et_pb_post{
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  
  .businessproject_section2_blog .et_pb_post .et_pb_image_container{
    margin: 0;
    position: relative;
  }
  
  .businessproject_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
  }
  
  .businessproject_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .businessproject_section2_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url{
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
  }

  .businessproject_section2_blog .et_pb_post:hover .entry-title{
    opacity: 0;
    visibility: hidden;
  }
  
  .businessproject_section2_blog .et_pb_post:hover .post-meta{
    opacity: 0;
    visibility: hidden;
  }
  
  .businessproject_section2_blog .et_pb_post:hover .et_pb_image_container:before{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  
  .businessproject_section2_blog .et_pb_post .et_pb_image_container:before{
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: var(--dlcolor3);
    border-radius: 5px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
    width: 35px;
    margin-top: 20px;
    transition: .5s;
    color: var(--dlcolor1)!important;
    content: "\24";
    font-family: ETmodules;
    z-index: 1;
  }
  
  @media only screen and (max-width: 981px){
    .businessproject_section2_blog .et_pb_post{
      margin-bottom: 30px !important;
    }
  }

/*-------- Project Detail Individual Project Page --------*/
.businessprojectdetail_section2_image .et_pb_image_wrap img {
    height: 450px !important;
    object-fit: cover;
    object-position: center;
}
  
  .businessprojectdetail_section2_text p{
    font-weight: 400 !important;
  }
  
  .businessprojectdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }

/*-------- Blog Detail --------*/
.businessblogdetail_section2_posttitle .et_pb_title_featured_container .et_pb_image_wrap img{
    width: 100%;
    transform: scale(1);
    transition: transform .4s ease;
  }
  
  .businessblogdetail_section2_posttitle:hover .et_pb_title_featured_container .et_pb_image_wrap img{
    transform: scale(1.05);
  }
  
  .businessblogdetail_tag .et_pb_text_inner a{
    position: relative;
    display: inline-block;
    background: #f4f4f5;
    padding: 0 15px;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .businessblogdetail_tag .et_pb_text_inner a:hover{
    background: var(--dlcolor1) !important;
  }
  
  .businessblogdetail_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 130px !important;
    width: 130px !important;
    object-fit: cover;
  }
  
  .businessblogdetail_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
    width: 130px !important;
  }
  
  .businessblogdetail_comment #comment-wrap #respond{
    position: relative;
    display: block;
    padding: 41px 50px 50px !important;
    background: #f4f4f5;
    border-radius: 7px;
  }
  
  .businessblogdetail_comment #comment-wrap #respond #commentform{
    padding-bottom: 0;
  }
  
  .businessblogdetail_comment #comment-wrap #respond #commentform .form-submit .et_pb_button:before{
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
  }
  
  .businessblogdetail_comment #comment-wrap #respond #commentform .form-submit .et_pb_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  .businessblogdetail_comment #comment-wrap .commentlist .comment .comment_area .reply-container .et_pb_button:before{
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
  }
  
  .businessblogdetail_comment #comment-wrap .commentlist .comment .comment_area .reply-container .et_pb_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  .businessblogdetail_sidebar .et_pb_widget{
    margin-bottom: 30px !important;
  }
  
  .businessblogdetail_sidebar .searchform #searchsubmit{
    background-color: var(--dlcolor1) !important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: var(--dlcolor3);
  }
  
  .businessblogdetail_sidebar #block-2 p{
    padding: 15px 0;
    color: #2e2e36;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px !important;
  }
  
 	.businessblogdetail_sidebar #block-2 ul li {
    display: block;
    padding: 15px 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #ededed;
    margin: 0 !important;
    position: relative;
  }
  
  .businessblogdetail_sidebar #block-2 ul li:last-child{
    border: 0;
    padding-bottom: 0;
  }
  
  .businessblogdetail_sidebar #block-2 ul li a {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #2e2e36 !important;
    font-weight: 300;
}
  
  .businessblogdetail_sidebar #block-2 ul li a:after{
    content: "\35";
    font-family: ETmodules;
    color: #2e2e36 !important;
    position: absolute;
    right: 20px;
  }
  
  .businessblogdetail_sidebar #block-2 ul li a:hover:after{
    color: var(--dlcolor1) !important;
  }
  
  .businessblogdetail_sidebar #block-2 ul li a:hover{
    color: var(--dlcolor1) !important;
  }
  
  .businessblogdetail_sidebar #recent-posts-2 .widgettitle {
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #2e2e36 !important;
    font-size: 24px !important;
    font-weight: 700;
  }
  
  .businessblogdetail_sidebar #recent-posts-2 ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #ededed;
    margin: 0 !important;
}
  
  .businessblogdetail_sidebar #recent-posts-2 ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
  
  .businessblogdetail_sidebar #recent-posts-2 ul li a {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: #2e2e36 !important;
    font-weight: 300;
}
  
  .businessblogdetail_sidebar #recent-posts-2 ul li a:hover{
     color: var(--dlcolor1) !important;
  }
  
  .businessblogdetail_sidebar #block-3{
    margin-bottom: 0 !important;
  }
  
  .businessblogdetail_sidebar #block-3 p{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #2e2e36 !important;
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 15px 0;
    margin-bottom: 0;
  }
  
  .businessblogdetail_sidebar #block-3 .wp-block-tag-cloud a {
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px !important;
    color: #2e2e36 !important;
    display: inline-block;
    padding: 9px 20px 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 300;
    border: 1px solid rgba(0,0,0,.15);
    background: var(--dlcolor3);
}
  
  .businessblogdetail_sidebar #block-3 .wp-block-tag-cloud a:hover{
    color: var(--dlcolor3) !important;
    background: var(--dlcolor1) !important;
    border: 1px solid var(--dlcolor1) !important;
  }
  
  .businessblogdetail_cta .et_pb_button:before {
    content: ""!important;
    visibility: visible!important;
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX( 90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear,transform 0.4s linear;
    z-index: -1;
    opacity: 1;
    margin-left: 0;
}
  
  .businessblogdetail_cta .et_pb_button:hover:before{
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear,transform 0.4s linear;
  }
  
  @media only screen and (max-width: 981px){
    .businessblogdetail_navigation .nav-previous{
      float: none;
    }
    
    .businessblogdetail_navigation .nav-next{
      float: none;
    }
    
    .businessblogdetail_navigation .nav-previous a{
      display: block;
    text-align: center;
    }
    
    .businessblogdetail_navigation .nav-next a{
      display: block;
    text-align: center;
    }
    
    .businessblogdetail_comment #comment-wrap #respond #commentform .logged-in-as{
      text-align: center;
    }
    
    .businessblogdetail_sidebar{
      text-align: center;
    }
    
    .businessblogdetail_comment #comment-wrap #respond {
    position: relative;
    display: block;
    padding: 30px 20px !important;
    background: #f4f4f5;
    border-radius: 7px;
}
  }

/*-------- Blog Detail Individual Post Page --------*/
.businessblogdetail_section2_row2_text .et_pb_text_inner p:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--dlcolor1);
  }
  
  .businessblogdetail_section2_row2_text .et_pb_text_inner p{
    position: relative;
    display: block;
    padding-left: 60px;
  }
  
  @media only screen and (max-width: 981px){
    .businessblogdetail_section2_row2_text .et_pb_text_inner p:before{
      display: none;
    }
    
    .businessblogdetail_section2_row2_text .et_pb_text_inner p{
      padding-left: 0px;
    }
  }
  
  @media only screen and (max-width: 767px){
    .businessblogdetail_section2_row2_text .et_pb_text_inner p:before{
      display: none; 
    }
    
    .businessblogdetail_section2_row2_text .et_pb_text_inner p{
      padding-left: 0px;
    }
  }
  
  
  
/* 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(--dlcolor1);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(--dlcolor1);width:2px;min-width:2px;height:2px;border-radius:10px;margin:0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{width:100%;margin:0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {width: 0;min-width: 0;margin-left: 0;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T2S3DF;animation-name: T2S3DF;}
@-webkit-keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none; }
	40% { -webkit-transform: translateY(0.375rem); transform: translateY(0.375rem);}
	80% { -webkit-transform: translateY(0.375rem) rotate(45deg); transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@-webkit-keyframes T2S3DFB {
	0% { width: 100%; -webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@-webkit-keyframes T2S3DMA {
	0% {width: 100%; -webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none;}
}
@keyframes T2S3DMA {
	0% { width: 100%;-webkit-transform: none; transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T2S3DL;animation-name: T2S3DL;}
@-webkit-keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@keyframes T2S3DMA {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {width: 0%;min-width: 0;margin: 0 auto;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {position: absolute;width: 100%;-webkit-transition: all 0.3s linear transform 0.3s 0.3s linear;transition: all 0.3s linear transform 0.3s 0.3s linear;-webkit-transform-origin: center;transform-origin: center;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {width: 100%;min-width: 0;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {position: relative;-webkit-animation-name: T2S5DF;animation-name: T2S5DF;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
@-webkit-keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@-webkit-keyframes T2S5DFB {
	20% {width: 0%;}
}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {right: 0;-webkit-animation-name: T2S5DFA;animation-name: T2S5DFA;}
@-webkit-keyframes T2S5DFA {
	20% {width: 0%;}
}
@keyframes T2S5DFA {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {margin: 0 auto;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {display: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-animation-name: T2S5DL;animation-name: T2S5DL; width: 2px;}
@-webkit-keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
@keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {position: relative;-webkit-animation-name: T2S5DL;animation-name: T2S5DL;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
@keyframes T2S5DL {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {right: 0;-webkit-animation-name: T2S5DMA;animation-name: T2S5DMA;}
@-webkit-keyframes T2S5DMA {
	20% {width: 0%;}
}
@keyframes T2S5DMA {
	20% {width: 0%;}
}
/* Type 3 */
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before {width: 100%;margin: 0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after {width: 2px;margin: 0;}
/* Type 4 */
.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {width: 2px;margin-right: auto;margin-left: auto;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S2DF;animation-name: T4S2DF;}
@-webkit-keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S2L;animation-name: T4S2L;}
@-webkit-keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S3DF;animation-name: T4S3DF;}
@-webkit-keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S3L;animation-name: T4S3L;}
@-webkit-keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);
	}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S4DF;animation-name: T4S4DF;}
@-webkit-keyframes T4S4DF {}
@keyframes T4S4DF {}.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 2px;-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {width: 100%;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(4px);transform: translateY(4px);}
/* Toggled */
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 100%;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;
	-webkit-animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:after, .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:before {width: 100%;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(0.375rem) rotate(45deg);
	transform: translateY(0.375rem) rotate(45deg);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 0;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(-0.375rem) rotate(-45deg);
	transform: translateY(-0.375rem) rotate(-45deg);}
.et_divi_100_custom_hamburger_menu .mobile_menu_bar:before, .et_divi_100_custom_hamburger_menu .mobile_menu_bar:after {display: none;}




/*Back To Top Style*/
.et_divi_100_custom_back_to_top .et_pb_scroll_top {z-index: 9999999;position: fixed;right: 20px;bottom: 20px;background: #236e9c;width: 40px;height: 40px;box-shadow: 0 2px 4px rgba(108, 46, 185, 0.2);-webkit-transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;cursor: pointer;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top:before {display: none;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-animation: none !important;animation: none !important;}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-transform: scale(0) rotate(0deg);transform: scale(0) rotate(0deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(360deg);transform: scale(1) rotate(360deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top .et-icon-arrow-up {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
	.et_divi_100_custom_back_to_top--style-1 .et_pb_scroll_top {border-radius: 100%;}
	.et_divi_100_custom_back_to_top--style-2 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(405deg);transform: scale(1) rotate(405deg);}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top .et-icon-arrow-up {-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top {right: 0;border-radius: 4px 0 0 4px;}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 0 0 4px;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: var(--dlcolor2);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(--dlcolor2);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(--dlcolor2);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;}
	
/*****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.dbcs_blogpagination .page-numbers{display: inline-block;border-right: 0;padding: 0em 1em;margin: 0 -1px;line-height: 2.6em;}
.navigation.dbcs_blogpagination .page-numbers.prev,.navigation.dbcs_blogpagination .page-numbers.next{padding: 0 .5em;}
.navigation.dbcs_blogpagination span.page-numbers {color:var(--dlcolor2);border: 1px solid;border-color: var(--dlcolor1) !important;font-weight: 600;}
.navigation.dbcs_blogpagination .page-numbers .et-pb-icon{font-size: 1.6em;vertical-align: middle;line-height: 1.5em;margin-top: -3px;}
.navigation.dbcs_blogpagination a.page-numbers:hover, .navigation.dbcs_blogpagination span.page-numbers {background-color: var(--dlcolor1) !important;}
.navigation.dbcs_blogpagination a.page-numbers {color: var(--dlcolor2) !important;background: var(--dlcolor1);}
.navigation.dbcs_blogpagination a.page-numbers:hover {color: var(--dlcolor2) !important; } 


/********** 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(--dlcolor1);
	background:  var(--dlcolor2);
	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(--dlcolor2) !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:-5vw !important;
position: absolute !important;
}

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

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

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

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

.et_divi_100_mm_m_style2 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: var(--dlcolor1) !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(--dlcolor2);
}

@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(--dlcolor1);
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: 80% !important;
min-width: 200px;
left: auto!important;
max-width: 350px;
right: -5vw;
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(--dlcolor1)!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(--dlcolor1);
}

@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(--dlcolor1);
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: 80% !important;
min-width: 200px;
right: auto!important;
max-width: 350px;
left:-5vw !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(--dlcolor1)!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(--dlcolor1);
font-size: 16px;
font-family: ETmodules;
}
 .et_divi_100_mm_m_style4 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}