/*
Theme Name:     Divi DC Digital Agency Child Theme
Theme URI:      https://digitalagency.divicoded.com/
Description:    DC Digital Agency is a business multi-Purpose Divi child theme for all kinds of business consulting services, such as business consulting, marketing consulting,HR consulting and many more.
Author:         DiviCoded
Author URI:     https://divicoded.com/
Template:       Divi
Version:        1.0.1
*/

:root {
	--color1: #F45C20;
	--color2: #1F55BD;
} 

/* blogdetails form order css */
#commentform {
	padding-bottom: 0;
	display:flex;
	flex-direction:column;
}
#commentform .comment-form-comment {
	order:4;
}
#commentform .comment-form-cookies-consent {
	order:5;
}
#commentform .form-submit {
	order:6;
	text-align:left;
}

/* h2 Css */
.et_pb_blurb_description h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: #383838;
	padding-bottom: 0!important;
}
h2 span {
	color: var(--color1);
}
@media(max-width:980px){
	.et_pb_blurb_description h2 {
		font-size: 32px!important;
		line-height: 42px!important;
	}	
}
@media(max-width:767px){
	.et_pb_blurb_description h2 {
		font-size: 28px!important;
		line-height: 38px!important;
	}		
}

/* video */
.dig_video h2 span{
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: #fff; 
	padding-bottom:0!important;
}
.dig_video .et_pb_blurb_description{
	max-width:525px!important;
	margin:auto;
}
.dig_video button {
	border: transparent;
	padding: 3px;
	background:  var(--color1);
	width: 55px;
	height: 55px;
	line-height: 65px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	text-align: center;
	margin:10px;
}
button#myBtn:before {
	content: "";
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 75px;
	background: #FFFFFF;
	opacity: 0.2;
	top: -11px;
	left: -10px;
	z-index: -1;
}
.dig_video button img {
	width: 20px;
	height: 24px;
	line-height: 34px;
}  
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0,0.7);
}
.modal-content {
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 100%;
	position: relative;
	height: inherit;
}
.close, .close:hover, .close:focus {
	color: #aaaaaa!important;
	float: right;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: auto;
	right: 40px;
	z-index: 9999!important;
	cursor: pointer!important;
}
.modal-content .wps-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	width: 100%;
}
.modal-content .wps-box .wps-box-inner {
	max-width: 1140px;
	width: 100%;
	margin: auto;
	display: block;
	align-items: center;
}
.modal-content .wps-box video {
	height: 100%;
	width: 100%;
}
.popup-open footer .et_builder_inner_content {
	z-index: 0!important;
}
.popup-open .dig_home_about ,
.popup-open .dig-service-details,
.popup-open .dig_contact_info_section,
.popup-open .header .et_builder_inner_content,
.popup-open .dig_header_top, 
.popup-open .dig_header_section {
	z-index: -1!important;
}
@media(max-width:980px){
	.dig_video h2 span{
		font-size: 32px;
		line-height: 42px;
	}
}
@media(max-width:980px){
	.dig_video h2 span{
		font-size: 28px;
		line-height: 38px;
	}
}
/*  form  */
.dig_form .et_pb_contact_form {
	margin-left: 0%;
}
.dig_form  .et_pb_contact_field {
	padding:0;
	margin-bottom:23px!important;
}
.dig_form h5:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background: var(--color1);
	top: 50px;
	border-radius: 100px;
}
.dig_form form input{
	padding: 17px 16px!important;
}
.dig_form form input,
.dig_form form  textarea {
	border:1px solid rgba(56, 56, 56, 0.2);
	border-radius: 8px;
	background: #fff;
}
.dig_form form .et_pb_contact_field:hover input,
.dig_form form .et_pb_contact_field:hover textarea {
	border: 1px solid rgb(167 45 45 / 20%);
	border-radius: 8px;
}
.dig_form form input,
.dig_form form  textarea,
.dig_form form  label{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #383838;
}
.dig_form form p:nth-child(1),
.dig_form form p:nth-child(3) {
	padding-right:15px;
}
.dig_form form p:nth-child(2),
.dig_form form p:nth-child(4){
	padding-left:15px;
}
.dig_form form .et_pb_button {
	margin:0!important;
}  
.dig_form .et_contact_bottom_container{
	width:100%;
	margin-top:27px!important;
}   
.dig_form  .et_pb_contact_submit {
	color:  #383838;
	border-color: #383838;
	font-weight: 700!important
} 
.dig_form form .et_pb_button:hover{
	background: transparent;
	border-color: #383838;
}  
@media(max-width:767px){
	.dig_form form p:nth-child(1),
	.dig_form form p:nth-child(3) {
		padding-right:0px;
	}
	.dig_form form p:nth-child(2),
	.dig_form form p:nth-child(4) {
		padding-left:0px;
	}   
}  

/* Header top */
.dig_header_top p.hed-top{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}
.dig_header_top p.hed-top span{
	font-weight: 600;
}
.dig_header_top .et_pb_social_media_follow li:last-child a{
	margin-right:0!important;
}
.dig_header_top .et_pb_social_media_follow li a.icon:before{
	height: 32px;
	width: 32px;
	font-size: 16px;
	line-height: 32px;
	display: block;
	color: var(--color2);
	background: #fff;
	border-radius: 5px;
	transition: all 0.5s ease!important;
}
.dig_header_top .et_pb_social_media_follow li:hover a.icon:before{
	color: #fff;
	background: var(--color1);
}
/* Header Css*/  
.dig_header_section .et_pb_menu__wrap {
	justify-content: center;
}
.dig_header_section .et-menu-nav ul li{
	padding:0 16px!important;
} 
.dig_header_section .et-menu-nav ul li a{
	padding:0!important;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #383838;
}     
.dig_header_section .et-menu .menu-item-has-children>a:first-child {
	padding-right: 20px!important;
}
.dig_header_section ul li a:hover {
	color: var(--color1)!important;
	cursor: pointer;
	opacity: 1;
}  
.dig_header_section .et_mobile_menu {
	border-top: 3px solid var(--color2) !important;
}
/* sub menu*/ 
.dig_header_section .et-menu-nav>ul>li>ul.sub-menu{
	padding: 0px!important;
	top: calc(100% - -20px);
	border-top: 3px solid var(--color2);
}
.dig_header_section .et-menu-nav>ul>li>ul.sub-menu li{
	padding:0!important;
	width:100%;
}
.dig_header_section .et-menu-nav>ul>li>ul.sub-menu>li a{
	padding: 15px!important;
	width:100%;
}
.dig_header_section .et-menu-nav>ul>li>ul.sub-menu>li a:hover{
	background-color:  var(--color1);
	color:#fff!important;
	opacity: 1!important;
}
.dig_header_section .et-menu-nav>ul>li>ul.sub-menu>li>a{
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #383838;
}
.dig_header_section ul li ul.sub-menu {
	background: transparent;
	padding: 0!important;
	border-radius: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: top center;
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s ease;
	border: none;
	top: calc(100% - -10px)!important;
}
.dig_header_section ul li ul li ul.sub-menu {
	top:0!important;
}
.dig_header_section ul li.et-show-dropdown ul {
	visibility: visible !important;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
.dig_header_section .et_mobile_menu ul.sub-menu {
	display: none!important;
	visibility: hidden!important;
	transition: all .5s ease;
}
.dig_header_section .et_mobile_menu .menu-item-has-children {
	position:relative;
}
.dig_header_section .et_mobile_menu a.mobile-toggle-icon {
	height:47px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: transparent;
}
.dig_header_section .et_mobile_menu  .mobile-toggle-open ul.sub-menu {
	display: block!important;
	visibility: visible!important;
	opacity: 1;
	color: var(--color1)!important;
}
.dig_header_section ul li ul.sub-menu li a:hover{
	color: var(--color1)!important;
	opacity: 1!important;
}  
.dig_header_section .mobile_nav ul{
	padding:15px 0!important; 
	top: 150%!important;
} 
.dig_header_section .mobile_nav ul>li ul.sub-menu>li>a:hover{
	background: var(--color1)!important;
	color:#fff!important;
	opacity: 1!important;
}  
.dig_header_section .et_mobile_nav_menu span:before {
	background-color: var(--color1);
	color:#fff!important;
} 
.dig_header_section .mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
	transition: all .5s ease;
	background-color:  var(--color1);
	color: #fff!important;
}
.dig_header_section .et_mobile_nav_menu>.mobile_nav>ul>li.menu-item-has-children>a:after {
	font-family: ETmodules;
	font-weight: 600;
	position: absolute;
	font-size: 18px;
	content: '\33';
	top: 11px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	right: 13px;
	transition: all .5s ease ;
}
.popup-open header .et_builder_inner_content {
	z-index: 1 !important;
}
@media(max-width:1220px){ 
	.dig_header_section .et_pb_menu__logo-wrap {
		width: 100%!important;
		max-width: 200px!important;
	}  
	.dig_header_section .et_pb_menu__wrap {
		width: 100%!important;
		max-width: 642px!important;
	}  
	.dig_header_section .et-menu-nav ul li {
		padding: 0 11px!important;
	}  
	.dig_header_section .et-menu .menu-item-has-children>a:first-child {
		padding-right: 15px!important;
	}  
} 
@media(max-width:1024px){
	.dig_header_section .et-menu-nav ul li {
		padding: 0 8px!important;
	} 
	.dig_header_section .et_pb_menu__wrap{
		margin-right:10px!important;
	}
}    
@media(max-width:980px){
	.dig_header_section .et_pb_menu__wrap {
		justify-content: end;
	}  
	.dig_header_section ul li ul {
		opacity:1!important;
		transform: scale(1)!important;
		-webkit-transform: scale(1)!important;
		-ms-transform: scale(1)!important;
	}
} 
/* Footer */
.dig_footer_section .et_pb_main_blurb_image span.et-pb-icon{
	color:#fff;
}
.dig_footer_section  .et_pb_blurb_description a{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
} 
.dig_footer_section .dig-footer-quistions .et_pb_blurb_container {
	padding-left: 19px;
}  
.dig_footer_section .et_pb_button_module_wrapper a:after {
	font-size: 20px!important;
	line-height: 30px!important;
}
.dig_footer_section .dig_footer_info .et_pb_button_module_wrapper:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #FFFFFF;
	opacity: 0.2;
	left: 95px;
	top: 3px;
}

/* footer bottom*/
.dig_footer_bottom p.hed-top {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	letter-spacing: -0.204545px;
}
.dig_footer_bottom p.hed-top span {
	font-weight: 600;
}
.dig_footer_bottom .et_pb_social_media_follow li a.icon:before {
	height: 25px;
	width: 25px;
	font-size: 13px;
	line-height: 26px;
	display: block;
	color: #D8D8D8;
	background: #fff;
	border-radius: 5px;
	transition: all 0.5s ease!important;
}
.dig_footer_bottom .et_pb_social_media_follow li{
	height: 26px!important;
	width: 32px!important;
	margin-right:0px!important;
} 
.dig_footer_bottom  .et_pb_social_media_follow li a.icon {
	height: 25px!important;
	width: 25px!important;
	margin-right:0!important;
}

/* home hero */
.dig_home_hero{
	background-position: 71% 100%!important;
	background-size: cover;
}
.dig_home_hero .et_pb_blurb_description h1{
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	color:  #383838; 
	padding-bottom:0!important;
}
.dig_home_hero .et_pb_blurb_description h1 span{
	color:  var(--color1);
}
.dig_home_hero .et_pb_row{
	width: 90%!important; 
	display:flex;
	align-items:center;
}
.dig_home_hero .et_pb_specialty_column {
	width:100%!important;
	margin-right:0px!important;
}
.dig_home_hero   .et_pb_column_single{
	width:0%!important;
}
.dig_home_hero .et-pb-icon {
	color:var(--color2)!important;
	font-weight: 400!important;
	font-size: 55px;
}
@media(max-width:980px){
	.dig_home_hero{
		background-position: center!important;
	}
	.dig_home_hero   .et_pb_column_single{
		width:100%!important;
	}  
	.dig_home_hero .et_pb_row {
		display: block;
	} 
	.dig_home_hero .et_pb_blurb_description h1{
		font-size: 44px;
		line-height: 54px;
	}
}
@media(max-width:767px){
	.dig_home_hero .et_pb_blurb_description h1{
		font-size: 38px;
		line-height: 48px;
	} 
}
@media(max-width:550px){
	.dig_home_hero .et-last-child{
		display:block;
	} 
	.dig_home_hero .dig_play_btn{
		margin-top:30px;
	}
}

/* home about */
.dig_home_about .et_pb_row{
	width:90%!important;
	display:flex;
	align-items:center;
}
.dig_home_about .et_pb_blurb_description h2{
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: #383838; 
	padding-bottom:0!important;
}
.dig_home_about .et_pb_blurb_description h2 span,
.dig_home_about .dig_about_list .et-pb-icon {
	color: var(--color1);
}
.dig_home_about  .et_pb_specialty_column  {
	width:65%!important;
	margin-right:0px!important;
}
.dig_home_about  .et_pb_column_single{
	width:48%!important;
}
.dig_home_about .dig_about_list  .et_pb_main_blurb_image:before {
	content: "";
	height: 9px;
	width: 9px;
	background: #fff;
	position: absolute;
	border-radius: 9px;
	top: 3px;
	left: 0px;
}
.dig_home_about .dig_about_list .et_pb_blurb_container {
	padding-left: 12px;
}
@media(max-width:980px){
	.dig_home_about .et_pb_row{
		display:block;
	}
	.dig_home_about .et_pb_specialty_column ,
	.dig_home_about .et_pb_column_single {
		width:100%!important;
	}  
}
@media(max-width:390px){
	.dig_home_about .et-last-child {
		display: block;
	}
	.dig_home_about .dig_about-learn_btn{
		margin-bottom:30px;
	}
}

/* Our Goal section  */
.popup-open .dig_our_goal  {
	z-index: 0!important;
}
.dig_our_goal  .et_pb_main_blurb_image:before {
	content: "";
	position: absolute;
	background: var(--color2);
	opacity: 0.1;
	width: 122px;
	height: 122px;
	border-radius: 64% 36% 56% 44% / 68% 39% 61% 32%;
	z-index: -2;
	transition: all 0.5s ease!important;
}
.dig_our_goal img{
	position: absolute;
	top: 33px;
	left: 30px;
	transition: all 0.5s ease!important;
}
.dig_our_goal .et_pb_blurb_container {
	padding-left: 19px;
}
.dig_our_goal .dig_goal_box:hover .et_pb_main_blurb_image:before{
	background: var(--color1);
	opacity: 1;
}
.dig_our_goal .dig_goal_box:hover img{
	filter: brightness(0) invert(1);
}
.dig_our_goal .dig_goal_box:hover h4{
	color: var(--color1);
}
.dig_our_goal .dig_goal_box:hover:before {
	opacity: 1!important;
}
.dig_our_goal .dig_goal_box  .et_pb_button:hover{
	border: 1px solid #383838!important;
} 
@media(max-width:1100px){
	.dig_goal_box {
		padding:30px!important;
	}
}
@media(max-width:980px){
	.dig_goal_box{
		padding:30px 40px 30px 30px!important;
	}
}
@media(max-width:610px){
	.dig_goal_box{
		padding: 30px 15px 30px 15px!important;
	}
	.dig_our_goal .dig_goal_box .et_pb_blurb_content {
		display: flex!important;
		flex-wrap: wrap;
		width: 100%;
	}
	.dig_our_goal .dig_goal_box  .et_pb_main_blurb_image {
		left: 0;
		right: 0;
		margin: 0 auto 20px!important;
	}
	.dig_our_goal .et_pb_blurb_container {
		padding-left: 0px;
		text-align: center!important;
	}
	.dig_our_goal .et_pb_column:before{
		top: auto;
		right: 0;
		left: 0;
		bottom: -20px;
		margin: auto;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.dig_goal_box{
		margin-bottom:50px!important;
	}
}

/* Service Details Page */
.dig-service-details > .et_pb_row {
	display:flex;
}
.dig-service-details .et-pb-icon {
	color:var(--color2)!important;
}
@media(max-width:980px) {
	.dig-service-details > .et_pb_row{
		flex-direction:column;
	}
	.dig-service-details .et_pb_column {
		width:100%!important;
	}
}

/* Counter Section */
.dig_counter .percent-value{
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: #FFFFFF;
}
.dig_counter .percent p {
	font-size: 36px;
	line-height: 46px;
}
.dig_counter h6.title{
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;  
	padding-bottom:0;
	margin-top: -30px;
}
@media(max-width:1024px){
	.dig_counter .et_pb_number_counter {
		padding-left: 70px!important;
	}    
}  
@media(max-width:980px){
	.dig_counter .et_pb_number_counter {
		padding-left: 80px!important;
	}    
}    
@media(max-width:767px){
	.dig_counter .et_pb_column {
		width:100%!important;
		margin:0 auto 30px!important;
	}
	.dig_counter .et_pb_column:last-child{
		margin:0 auto !important;
	}
	.dig_counter  .et_pb_module {
		width: 100%!important;
		max-width: 225px;
	}
}  

/* Team Section */
.dig_team_section  .et_pb_team_member_image{
	width: 43%!important;
	margin-bottom: 0;
	border-right: 1px solid rgba(31, 85, 189, 0.2);
	padding-right: 15px;
	transition: all 0.5s ease!important;
}
.dig_team_section  .et_pb_team_member_description{
	padding-left: 39px;
}
.dig_team_section  .et_pb_team_member_image img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
}
.dig_team_section .et_pb_team_member_image:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 13px;
	margin: auto;
	width: 103px;
	height: 103px;
	background: var(--color2);
	border-radius: 64% 36% 56% 44% / 61% 36% 64% 34%;
	transition: all 0.5s ease!important;
	opacity:.5;
}
.dig_team_section h6{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #383838;;
	margin-top:14px;
	padding-bottom:5px;
	transition: all 0.5s ease!important;
}
.dig_team_section p.et_pb_member_position{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #383838;
}
.dig_team_section  ul.et_pb_member_social_links{
	position: relative;
	border-top: 1px solid rgba(31, 85, 189, 0.2);
	border-bottom: 1px solid rgba(31, 85, 189, 0.2);
	padding: 8px 0 6px 84px;
	margin-top:36px;
	transition: all 0.5s ease!important;
}
.dig_team_section ul:before{
	content: "Follow Us";
	font-family: 'Quicksand';
	position: absolute;
	left: 0;   
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #383838;
}
.dig_team_section ul li{
	margin-right: 10px;
}
.dig_team_section ul li a{
	background: #383838;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	transition: all 0.5s ease!important;
}
.dig_team_section ul li a:before{
	font-size: 13px;
	color:#D7D7D7;
}
.dig_team_section .et_pb_google_icon:before {
	content: "\E09a";
} 
.dig_team_section  .et_pb_column:hover:before{
	opacity: 1;
}  
.dig_team_section  .et_pb_column:hover .et_pb_team_member_image:before{
	background: var(--color1);
	opacity:.5;
}  
.dig_team_section  .et_pb_column:hover .et_pb_team_member_image {
	border-right: 1px solid RGBA(255,101,80,0.2);
} 
.dig_team_section  .et_pb_column:hover h6{
	color: var(--color1);
}
.dig_team_section  .et_pb_column:hover ul.et_pb_member_social_links{
	border-top: 1px solid RGBA(255,101,80,0.2);
	border-bottom: 1px solid RGBA(255,101,80,0.2);
}
.dig_team_section  ul.et_pb_member_social_links li:hover a{
	background:  var(--color1);
	color:#fff;
}
.dig_team_section  ul.et_pb_member_social_links li:hover a:before{
	color:#fff;
}
@media(max-width:1187px){
	.dig_team_section .et_pb_team_member_image {
		padding-right: 5px;
		max-width: 163px;
		width: 45%!important;
	}  
	.dig_team_section .et_pb_team_member_image:before {
		right: 4px;
	}
	.dig_team_section .et_pb_team_member_description {
		padding-left: 10px;
	}  
	.dig_team_section ul li {
		margin-right: 4px;
	}  
	.dig_team_section ul.et_pb_member_social_links {
		padding: 8px 0 6px 80px;
	}  
	.dig_team_section p.et_pb_member_position {
		min-height: 50px;
	}
}  
@media(max-width:980px){
	.dig_team_section h6{
		font-size: 18px;
		line-height: 28px;
	}
	.dig_team_section p.et_pb_member_position{
		font-size: 14px;
		line-height: 24px;
	}
	.dig_team_section .et_pb_team_member_image {
		padding-right: 15px;
		width: 30%!important;
		margin:0!important;
		text-align: center;
	}  
	.dig_team_section .et_pb_team_member_description {
		padding-left: 39px;
	}  
	.dig_team_section ul li {
		margin-right: 10px;
	} 
	.dig_team_section .et_pb_team_member_image:before {
		right: 0;
		left: -11px;
		margin: auto;
	} 
}  
@media(max-width:767px){
	.dig_team_section h6{
		font-size: 16px;
		line-height: 26px;
	}
	.dig_team_section .et_pb_team_member_image {
		width: 100%!important;
	}    
}  
@media(max-width:610px){  
	.dig_team_section .et_pb_module {
		display: block!important;
	}
	.dig_team_section .dig_team_section_inner .et_pb_column {
		padding:30px 20px 30px!important;
		margin:0 0 50px!important;
	}
	.dig_team_section .et_pb_team_member_image {
		margin:0 auto 15px!important;
		padding: 0 0 15px;
		border-right:0;
		border-bottom: 1px solid rgba(31, 85, 189, 0.2)!important;
	}
	.dig_team_section .et_pb_team_member_image:before {
		left: 0;
	}  
	.dig_team_section .et_pb_team_member_description {
		padding-left: 0;
	} 
	.dig_team_section ul.et_pb_member_social_links {
		margin-top: 30px;
	}
	.dig_team_section  .et_pb_column:before{
		width: 35px;
		height: 35px;
		font-size: 20px;
		line-height: 35px;
		top:auto;
		bottom: -20px;
		right: 0;
		left: 0;
		margin: 0 auto!important;
	}
	.dig_team_section  .et_pb_column:hover .et_pb_team_member_image {
		border-right:0;
		border-bottom: 1px solid RGBA(255,101,80,0.2)!important;
	} 
	.dig_team_section p.et_pb_member_position {
		min-height: auto;
	}
	.dig_team_section .et_pb_row.dig_team_btn{
		padding-top: 20px!important;
	}
	.dig_team_section .dig_team_last{
		margin-bottom:0!important;
	}
} 

/* Why Choose Section */
.dig_why_choose_section .et-pb-icon {
	color: var(--color1) !important;
}
.dig_why_choose_section .et_pb_main_blurb_image:before {
	content: "";
	height: 9px;
	width: 9px;
	background: #fff;
	position: absolute;
	border-radius: 9px;
	top: 3px;
	left: 0px;
}
.dig_why_choose_section h5{
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	padding-bottom:9px;
}
.dig_why_choose_section .dig_contact_box p{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	padding-bottom:2px;
}
.dig_why_choose_section .dig_contact_box p.cont-email{
	padding-bottom:0px;
}
.dig_why_choose_section .dig_contact_box p span{
	font-weight: 700;
}
.dig_why_choose_section .dig_contact_box p a span{
	font-weight: 700;
	color:#fff;
}
.dig_why_choose_section .et_pb_row {
	width:90%!important;
	display: flex;
	align-items: center;
}
.dig_why_choose_section .et_pb_column:nth-child(1){
	width: 50%;
	margin-right:0!important;
} 
.dig_why_choose_section  .et_pb_column:nth-child(2){
	width: 32%;
	margin-right:0!important;
	padding:0;
}
.dig_why_choose_section  .et_pb_column:nth-child(3){
	width: 21%;
	margin-right:0!important;
	padding:0;
}
.dig_why_choose_section  .dig_choose_img_left{
	max-width:302px!important;
}
.dig_why_choose_section  .dig_choose_img_right{
	max-width:318px!important;
}
@media(max-width:1270px){
	.dig_why_choose_section  .dig_contact_box {
		padding:20px 18px!important;
	}     
}
@media(max-width:1150px){
	.dig_why_choose_section  .dig_contact_box {
		padding:20px 12px!important;
	}  
	.dig_why_choose_section .dig_contact_box p {
		font-size: 14px;
		line-height: 24px;
	}   
}
@media(max-width:980px){
	.dig_why_choose_section h5{
		font-size: 22px;
		line-height: 32px;
	}
	.dig_why_choose_section  .et_pb_column:nth-child(1){
		width: 100%;
		margin-bottom:25px;
	} 
	.dig_why_choose_section  .et_pb_column:nth-child(2),
	.dig_why_choose_section .et_pb_column:nth-child(3) {
		width: 50%;
	}
	.dig_why_choose_section   .et_pb_row_inner {
		width:100%!important;
	} 
	.dig_why_choose_section  .dig_contact_box {
		padding:29px 27px!important;
	}  
	.dig_why_choose_section .dig_contact_box p {
		font-size: 16px;
		line-height: 26px;
	}  
	.dig_why_choose_section  .dig_choose_img_left,
	.dig_why_choose_section  .dig_choose_img_right {
		max-width:100%!important;
	}
}  
@media(max-width:767px){
	.dig_why_choose_section h5{
		font-size: 20px;
		line-height: 30px;
	}
	.dig_why_choose_section  .et_pb_column:nth-child(1){
		width: 100%;
	} 
	.dig_why_choose_section  .et_pb_column:nth-child(2){
		width: 100%;
		margin-bottom:0;
	}
	.dig_why_choose_section .et_pb_column:nth-child(3){
		width: 0%;
	} 	
}

/* Faq section */
.dig_faq_section .et_pb_toggle_close{
	padding: 0 0px 19px 0;
	border-bottom:1px solid rgba(56, 56, 56, 0.2); 
	background:#fff!important;
}
.dig_faq_section  .et_pb_toggle_open{
	border-bottom:1px solid transparent; 
	padding:0 0px 0 0!important;
	background:#fff!important;
}
.dig_faq_section .et_pb_toggle_open h5.et_pb_toggle_title{
	padding-bottom: 19px;
	color:  var(--color1)!important;
	border-bottom:1px solid  var(--color1);
}
.dig_faq_section .et_pb_toggle.et_pb_toggle_open h5:before {
	content: '';
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	display: block;
	color:  var(--color1);
}
.dig_faq_section .et_pb_accordion_item {
	border-width: 0px 0px 0px 0px;
}
.dig_faq_section .et_pb_accordion .et_pb_toggle:last-child{
	margin-bottom:0!important;
}

/* Testimonial Section */
.dig_testimonial_section .et_pb_main_blurb_image img{
	width: 100%;
	height: 100%;
	max-width: 100px;
	min-height: 100px;
	border-radius: 100%;
}
.dig_testimonial_section .et_pb_image_wrap:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 103px;
	height: 103px;
	background: var(--color2);
	opacity:.5;
	border-radius: 64% 36% 56% 44% / 61% 36% 64% 34%;
	transition: all 0.5s ease!important;
	z-index: -1;
}
.dig_testimonial_section  .et_pb_testimonial_description{
	display:flex;
	flex-wrap:wrap;
}  
.dig_testimonial_section  .et_pb_testimonial_description_inner{
	order:2;
}  
.dig_testimonial_section  p.et_pb_testimonial_meta{
	order:1;
	width:100%;
}
.dig_testimonial_section .et_pb_testimonial:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	background: rgba(56, 56, 56, 0.1);
	color: #383838;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: -66px;
	left: auto;
	right: 0px!important;
	transition: all 0.5s ease!important;
}
.dig_testimonial_section .et_pb_testimonial_meta>span{
	margin-top:0;
}
.dig_testimonial_section  .et_pb_testimonial_content p{
	padding-bottom:0!important;
	min-height:60px!important;
}
.dig_testimonial_section .et_pb_column:hover h5{
	color:var(--color1);
}  
.dig_testimonial_section .et_pb_column:hover .et_pb_image_wrap:before{
	background:var(--color1);
	opacity:.5;
} 
.dig_testimonial_section .et_pb_column:hover .et_pb_testimonial:before{
	background: var(--color1);
	color:#fff;
} 
.dig_testimonial_section .et_pb_column:hover .et_pb_testimonial {
	border-left: 1px solid RGBA(255,101,80,0.2);
} 
@media(max-width:610px){
	.dig_testimonial_section  .dig_testimonial_box .et_pb_column {
		display:block;
		padding:41px 30px 39px;
	}    
	.dig_testimonial_section  .dig_testimonial_box .et_pb_blurb {
		width:100%!important;
		padding:0 0 0 0!important;
	}  
	.dig_testimonial_section  .dig_testimonial_box .et_pb_testimonial  {
		width:100%!important;
		padding: 20px 0 0!important;
		border-top: 1px solid rgba(31,85,189,0.2);
		border-left: 1px solid transparent!important;
		background-color: #fff;
		text-align:center;
	}    
	.dig_testimonial_section  .dig_testimonial_box  h5.et_pb_module_header {
		margin-bottom: 15px;
	}  
	.dig_testimonial_section .et_pb_testimonial:before {
		top: -226px;
	}  
	.dig_testimonial_section .et_pb_column:hover .et_pb_testimonial {
		border-left:1px solid  transparent!important;
		border-top: 1px solid RGBA(255,101,80,0.2)!important;
	}		
}

/* case studies Section */
.dig_case_studies_section .et_pb_ajax_pagination_container,
.dig_case_studies_section .et_pb_portfolio_items {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
.dig_case_studies_grid_2 .et_pb_ajax_pagination_container ,
.dig_case_studies_grid_2 .et_pb_portfolio_items {
	grid-template-columns: repeat(2,1fr);
}
.dig_case_studies_grid_4 .et_pb_ajax_pagination_container,
.dig_case_studies_grid_4 .et_pb_portfolio_items {
	grid-template-columns: repeat(4,1fr);
}
.dig_case_studies_no_gap .et_pb_ajax_pagination_container,
.dig_case_studies_no_gap .et_pb_portfolio_items {
	gap:0;
}
.dig_case_studies_section .project{
	display: flex;
	flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 8px 15px rgba(23, 23, 23, 0.05);
	border-radius: 8px;
	margin:0 0 26px;
}
.dig_case_studies_section .project a{
	order:1;
	width: 100%;
}  
.dig_case_studies_section p.post-meta{
	order: 2;
	font-size: 20px !important;
	line-height: 30px;
	padding-bottom: 0;
	background: #383838;
	box-shadow: 0px 20px 25px -5px rgb(0 0 0 / 10%), 0px 10px 10px -5px rgb(0 0 0 / 4%);
	border-radius: 5px;
	padding: 15px 18px;
	margin: 0 auto;
	margin-top: -30px;
	width: 100%;
	max-width: 90%;
	transition: all 0.5s ease!important;
	text-align: center;
	z-index: 0;
} 
.dig_case_studies_section p.post-meta>a{
	color:#fff!important;
}
.dig_case_studies_tag p.post-meta{
	margin-top: -62px;
}
.dig_case_studies_section .project h4,
.dig_case_studies_section .project .et_pb_module_header {
	order:3;
	width:100%;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #383838;
	padding: 16px 30px 40px;
	min-height: 157px;
	transition: all 0.5s ease!important;
}  
.dig_case_studies_section .project:before{
	content: "\24";
	font-family: ETmodules;
	position: absolute;
	top: auto;
	bottom: -26px;
	right: 0px;
	left: 0;
	margin: auto;
	background:  var(--color1);
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease!important;
	cursor: pointer;
}  
.dig_case_studies_section .project:hover  h4,
.dig_case_studies_section .project .et_pb_module_header {
	color: var(--color1)!important;
}
.dig_case_studies_section .project:hover p.post-meta{
	background:  var(--color1)!important;
}
.dig_case_studies_section .project:hover:before{
	opacity: 1;
}  
.dig_case_studies_section .et_pb_portfolio_filters ul {
	display:flex;
	align-items:center;
	gap:10px;
}
.dig_case_studies_section .et_pb_portfolio_filters ul li a {
	border:1px solid #383838;
	color:#000!important;
	border-radius:5px!important;
	transition:all .5s ease;
	background-color:transparent!important;
}
.dig_case_studies_section .et_pb_portfolio_filters ul li a:hover,
.dig_case_studies_section .et_pb_portfolio_filters ul li a.active {
	background:  var(--color1)!important;
	border-color:  var(--color1)!important;
	color:#fff!important;
}
@media (max-width: 1250px){
	.dig_case_studies_section .project h4,
	.dig_case_studies_section .project .et_pb_module_header {
		padding: 16px 20px 40px;
	} 
}
@media (max-width: 1177px){
	.dig_case_studies_section .project h4 ,
	.dig_case_studies_section .project .et_pb_module_header {
		min-height: 192px!important;
	}
	.dig_case_studies_grid_4 .et_pb_ajax_pagination_container,
	.dig_case_studies_grid_4 .et_pb_portfolio_items {
		grid-template-columns: repeat(3,1fr);
	}
}
@media(max-width:980px){
	.dig_case_studies_section .et_pb_ajax_pagination_container ,
	.dig_case_studies_section .et_pb_portfolio_items {
		grid-template-columns: repeat(2,1fr);
	} 
	.dig_case_studies_section .project h4 ,
	.dig_case_studies_section .project .et_pb_module_header {
		min-height: auto!important;
		font-size: 22px;
		line-height: 32px;
	}	
	.dig_case_studies_section p.post-meta{
		font-size: 18px;
		line-height: 28px;
	} 
}
@media(max-width:767px){
	.dig_case_studies_section  .et_pb_ajax_pagination_container,
	.dig_case_studies_section .et_pb_portfolio_items {
		grid-template-columns: repeat(1,1fr);
	}
	.dig_case_studies_section .project h4 {
		min-height: auto;
		font-size: 20px;
		line-height: 30px;
	}	
	.dig_case_studies_section p.post-meta{
		font-size: 16px;
		line-height: 26px;
	} 
	.dig_case_studies_section .project h4 {
		padding: 16px 20px 30px;
	}
	.dig_case_studies_section .project:before {
		width: 35px;
		height: 35px;
		bottom: -17px;
		border-radius: 35px;
		line-height: 35px;
	}
	.dig_case_studies_section .et_pb_portfolio_filters ul {
		flex-direction:column;
	}
	.dig_case_studies_section .project,
	.dig_case_studies_section .et_pb_portfolio_filters ul li {
		max-width:500px;
		width:100%!important;
	}
	.dig_case_studies_section .project {
		margin:0 auto 26px;
	}
}

/* Consult Section */
.dig_consult_section .et_pb_main_blurb_image{
	margin-right:0!important;
}  
@media(max-width:1100px){ 
	.dig_consult_section .et_pb_column:nth-child(1){
		margin: 0 20px 0 0!important;
	}
}
@media(max-width:980px){ 
	.dig_consult_section .et_pb_column:nth-child(1){
		margin: 0 0 30px 0!important;
	}
}  

/* Blog Section */
.dig_blog_section .et_pb_ajax_pagination_container{
	display:grid;
	gap: 30px;
	grid-template-columns:repeat(3,1fr);
}
.dig_blog_col_2 .et_pb_ajax_pagination_container{
	grid-template-columns:repeat(2,1fr);
}
.dig_blog_col_4 .et_pb_ajax_pagination_container{
	grid-template-columns:repeat(4,1fr);
}
.dig_blog_section .et_pb_post{
	margin:0 0 26px;
	background: #FFFFFF;
	box-shadow: 0px 8px 15px rgba(23, 23, 23, 0.05);
	border-radius: 8px;
	width:100%;
}
.dig_blog_section .entry-featured-image-url{
	margin:0;
}
.dig_blog_section .et_pb_post .blog_detail {
	display:flex;
	flex-direction:column;
	padding:23px 26px 46px;
}
.dig_blog_section p.post-meta {
	width: 100%;
	order: 2;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #383838;
	margin:0 0 14px!important;
}
.dig_blog_section h4.entry-title {
	order: 3;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #383838;
	min-height:98px;
	transition: all 0.5s ease!important;
}
.dig_blog_section .post-content {
	order: 4;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #383838;
}
.dig_blog_section .et_pb_post:before{
	content: "\24";
	font-family: ETmodules;
	position: absolute;
	top: auto;
	bottom: -26px;
	right: 0px;
	left: 0;
	margin: auto;
	background:  var(--color1);
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease!important;
	cursor: pointer;
}
.dig_blog_section img{
	width:100%;
	height:100%;
	max-width:381px;
	min-height:238px;
}
.dig_blog_section p>span.published{
	background: rgba(56, 56, 56, 0.1);
	padding: 3px 10.2px;
	color: #383838;
	transition: all 0.5s ease!important;
}
.dig_blog_section .et_pb_post  p.post-meta,
.dig_blog_section .et_pb_post p.post-meta>span.author>a{
	font-weight: 400;
	font-size: 14px!important;
	line-height: 24px!important;
	color: #383838!important;
	transition: all 0.5s ease!important;
}
.dig_blog_section .et_pb_post p.post-meta>span.author>a {
	margin-right:10px;
}
.dig_blog_section p>span.published:before{
	content:"Date: ";
}  
.dig_blog_section .et_pb_post:hover   p>span.published{
	background: rgba(244, 92, 32, 0.1);
	color:  var(--color1)!important;
} 
.dig_blog_section .et_pb_post:hover:before{
	opacity: 1;
}
.dig_blog_section .et_pb_post:hover  h4.entry-title,
.dig_blog_section .et_pb_post:hover  p.post-meta,
.dig_blog_section .et_pb_post:hover  p.post-meta>span.author>a {
	color:  var(--color1)!important;
}
.dig_blog_section .et_pb_post .entry-featured-image-url a{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 2px 5px;
	background: var(--color1);
	color: #fff;
	border-radius: 5px;
}
@media(max-width:1200px) {
	.dig_blog_col_4 .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(3,1fr);
	}
}
@media(max-width:980px){
	.dig_blog_section .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(2,1fr);
	}
	.dig_blog_section .et_pb_post:last-child{
		margin-bottom:0!important;
	}
	.dig_blog_section h4.entry-title {
		min-height: auto;
		font-size: 22px;
		line-height: 32px;
	}
}
@media(max-width:767px){
	.dig_blog_section .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(1,1fr);
	}
	.dig_blog_section h4.entry-title {
		font-size: 20px;
		line-height: 30px;
	} 
	.dig_blog_section .et_pb_post {
		max-width:500px;
		margin:0 auto 26px;
	}
	.dig_blog_section .et_pb_post:before {
		width: 35px;
		height: 35px;
		bottom: -17px;
		border-radius: 35px;
		line-height: 35px;
	}
	.dig_blog_section .et_pb_post .blog_detail {
		padding: 23px 26px 36px;
	}
}

/* Blog List Image Left */
@media(min-width:981px) {
	.dig_blog_img_left .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1,1fr);
	}
	.dig_blog_img_left .et_pb_post {
		display:flex;
		align-items:center;
		margin:0;
		overflow: hidden;
	}
	.dig_blog_img_right .et_pb_post {
		flex-direction:row-reverse;
	}
	.dig_blog_img_left .et_pb_post:before {
		content:none;
	}
	.dig_blog_img_left .et_pb_post .entry-featured-image-url {
		max-width:400px;
		width:100%;
		height:100%;
	}
	.dig_blog_img_left .et_pb_post .entry-featured-image-url img {
		border-radius:8px;
		height:100%;
	}
	.dig_blog_img_left .et_pb_post .blog_detail {
		width:100%;
		padding: 30px;
	}
	.dig_blog_img_left h4.entry-title {
		min-height:auto;
	}
}

/* project contact */
.dig_project_contact_section h6 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color:  var(--color1)!important;
	padding-bottom: 22px;
}
.dig_project_contact_section .dig_project_box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #383838;
	padding-bottom: 9px;
}
.dig_project_contact_section .dig_project_box p span {
	font-weight: 700;
}
.dig_project_contact_section .dig_project_box p.cont-email {
	padding-bottom: 0px;
}
.dig_project_contact_section .dig_project_box p a span {
	font-weight: 700;
	color: #383838;
}
@media(max-width:767px){
	.dig_project_contact_section h5:before{
		content: "";
		position: absolute;
		width: 60px;
		height: 8px;
		color:  var(--color1)!important;
		bottom: 0;
	}
}	

/* About Hero */
.dig_about_hero .dig_video  button.homebtn:before {
	content: "";
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 75px;
	background: var(--color1)!important;
	opacity: 0.2!important;
	top: -11px;
	left: -10px;
	z-index: -1;
}

/* contact info */
.dig_contact_info_section h6{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--color1)!important;
	padding-bottom:13px;
}
.dig_contact_info_section h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #383838!important;
	padding-bottom:0;
	max-width: 500px;
}
.dig_contact_info_section .et-pb-icon{
	font-size:24px!important;
	line-height:34px;
	color:#383838!important;
}
.dig_contact_info_section .et_pb_text_inner a{
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #383838;
}  
.popup-open .dig_contact_info_section {
	z-index: 0!important;
}  
@media(max-width:1169px){
	.dig_contact_info_section p {
		font-size: 16px!important;
		line-height: 27px!important;
	}
	.dig_contact_info_section .et_pb_blurb_container {
		padding-left: 0px;
	}
	.dig_contact_info_section .et_pb_text_inner a{
		font-size: 17px;
		line-height: 27px;
	}
}
@media(max-width:980px){
	.dig_contact_info_section h4{
		font-size: 22px;
		line-height: 32px;
		max-width: 1005;
	}  
	.dig_contact_info_section .et_pb_text_inner a,
	.dig_contact_info_section p {
		font-size: 18px;
		line-height: 28px;
	}
	.dig_contact_info_section .et_pb_blurb_container {
		padding-left: 12px;
	}
}
@media(max-width:767px){
	.dig_contact_info_section h4{
		font-size: 20px;
		line-height: 30px;
	}  
	.dig_contact_info_section .et_pb_text_inner a,
	.dig_contact_info_section p {
		font-size: 16px;
		line-height: 26px;
	}
}

/* Project Bulider Page */
.dig_project_page .et-pb-icon {
	color: var(--color1)!important;
}
.dig_project_page  .et_pb_main_blurb_image:before {
	content: "";
	height: 9px;
	width: 9px;
	background: #fff;
	position: absolute;
	border-radius: 9px;
	top: 3px;
	left: 0px;
}