/*======================================
Theme Name: cha
Theme URI: https://divicake.com/
Description: cha
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/*==========
 * START TESTIMONIALE STYLE
 * ========*/

.dct_testi_v4 {

	padding-bottom: 100px;

	background: #fff !important;

	border: 1px solid #eee;

	text-align: center;

	position: relative;

	transition: all 0.5s ease 0s;

}

.dct_testi_v4:hover {

	border: 1px solid #e70329;

}

.dct_testi_v4:before, .dct_testi_v4:after {

	content: "";

	height: 3px;

	left: 0;

	margin: 0 auto;

	position: absolute;

	right: 0;

	background: #e70329;

	transition: all 0.5s ease-in-out 0s;

	-moz-transition: all 0.5s ease-in-out 0s;

	-webkit-transition: all 0.5s ease-in-out 0s;

	-o-transition: all 0.5s ease-in-out 0s;

	-ms-transition: all 0.5s ease-in-out 0s;

	width: 100px;

	visibility: visible;

}

.dct_testi_v4:before {

	top: 0;

}

.dct_testi_v4:after {

	bottom: 0;

}

.dct_testi_v4:hover:before, .dct_testi_v4:hover:after {

	width: 100%;

}

.dct_testi_v4 .et_pb_testimonial {

	background-color:#fff;

}

.dct_testi_v4 .et_pb_testimonial:before {

	display:none;

}

.dct_testi_v4 .et_pb_testimonial_portrait {

	display: block;

	float: none;

	margin: 0 auto;

	position: absolute;

	right: 0;

	left: 0;

	bottom: 13px;

}

.dct_testi_v4 .et_pb_testimonial_description, .dct_testi_v4 .et_pb_testimonial_description_inner {

	top: -5px;

	line-height: 27px;

	text-align: center;

	font-weight: 400;

}

.dct_testi_v4 .et_pb_testimonial_author {

	font-size: 18px !important;

	color:#e70329;

	text-transform: uppercase;

}

.dct_testi_v4 .et_pb_testimonial_portrait:before {

	font-weight: 900;

	font-size: 46px;

	color: #e70329;

	position: absolute;

	top: -25px;

	left: 83px;

	font-family: ETmodules !important;

	background: none;

	content: "{";

	width: 0;

	height: 0;

	box-shadow: none;

}

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

.dct_testi_v4 .et_pb_testimonial_portrait {

float: none;

margin-right: auto;

}

 .dct_testi_v4 .et_pb_testimonial_description {

margin-left: 0px !important;

}

}
/*===============
 * END TESTIMONIALE STYLE 
 * ==================*/
/* =======================



    Counter



=========================*/







.dct_counter_v1_img .dct_img_cnt .et_pb_image_wrap {

	width: 100%;

	clear: both;

	position: relative;

	margin-bottom: 0;

	padding: 0 35px;

	top: 0;

-webkit-transition: all .3s linear;

 -moz-transition: all .3s linear;

 -o-transition: all .3s linear;

 -ms-transition: all .3s linear;

 transition: all .3s linear;

}

.dct_counter_v1_img .dct_img_cnt .et_pb_image_wrap:after {

	position: absolute;

	content: "";

	display: block;

	height: 10px;

	width: 10px;

	bottom: -46px;

	left: 0;

	right: auto;

	right: 0;

	margin: 0 auto;

	border-radius: 50%;

	background-color: #fff;

-webkit-transition: all .3s linear;

 -moz-transition: all .3s linear;

 -o-transition: all .3s linear;

 -ms-transition: all .3s linear;

 transition: all .3s linear;

}

.dct_counter_v1_img .percent p {

	font-size: 30px;

	font-weight: 500;

}

.dct_counter_v1_img .percent {

	margin-top: 40px;

	padding-top: 15px;

	position: relative;

-webkit-transition: all .3s linear;

 -moz-transition: all .3s linear;

 -o-transition: all .3s linear;

 -ms-transition: all .3s linear;

 transition: all .3s linear;

}

.dct_counter_v1_img .percent:before {

	left: 0;

	right: -35%;

	margin: 0 auto;

	background-color: #c90025;

	position: absolute;

	content: "";

	display: block;

	height: 2px;

	width: 25%;

	top: 0;

-webkit-transition: all .3s linear;

 -moz-transition: all .3s linear;

 -o-transition: all .3s linear;

 -ms-transition: all .3s linear;

 transition: all .3s linear;

}

.dct_counter_v1_img .percent:after {

	right: 0;

	left: -35%;

	margin: 0 auto;

	background-color: #c90025;

	position: absolute;

	content: "";

	display: block;

	height: 2px;

	width: 25%;

	top: 0;

-webkit-transition: all .3s linear;

 -moz-transition: all .3s linear;

 -o-transition: all .3s linear;

 -ms-transition: all .3s linear;

 transition: all .3s linear;

}

.dct_counter_v1_img .dct_cnt_hover:hover .percent:before, .dct_counter_v1_img .dct_cnt_hover:hover .percent:after {

	width: 15%;

}

.dct_counter_v1_img .percent-value:after {

	content:'+';

}

.dct_counter_v1_img .title {

	margin-top: -7px;

	text-transform: uppercase;

	font-weight: 500;

}
/* =======================



    Counter



=========================*/







.dct_counter_v1 {

	padding:70px;

}

.dct_counter_1_v1 {

	background:#c90025!important;

}

.dct_counter_2_v1 {

	background:#000000 !important;

}

.dct_counter_3_v1 {

	background:#c90025 !important;

}

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

.dct_counter_v1 {

padding:30px;

}

}

/* =======================

/*TABS*/
.et_pb_tabs_dct_3_23 .et_pb_tabs_controls li a {
	padding: 15px 35px;
	margin-right: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
	text-align:center;
	width:100%;
}
.et_pb_tabs_dct_3_23 .et_pb_tabs_controls li a:before,
.et_pb_tabs_dct_3_23 .et_pb_tabs_controls li a:after {
	content: "";
	width: 0;
	border-top: 3px solid #e70329;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.3s ease 0s;
}

.et_pb_tabs_dct_3_23 .et_pb_tabs_controls li a:after {
	left: auto;
	right: 0;
}
.et_pb_tabs_dct_3_23 .et_pb_tabs_controls li.et_pb_tab_active a:before,
.et_pb_tabs_dct_3_23 .et_pb_tabs_controls li a:hover:before,
.et_pb_tabs_dct_3_23 .et_pb_tabs_controls li.et_pb_tab_active a:after,
.et_pb_tabs_dct_3_23 .et_pb_tabs_controls li a:hover:after {
	width: 50%;
}
/*end of tabs*/

