/*---------------------------------------------------------------------------------
 Theme Name:   DIVI Construction
 Theme URI:    http://diviconstruction.divi-childthemes.com
 Description:  Divi Construction Child Theme is a modern designed child theme intended for contractors, construction companies  or any other type of business in a similar field. 
 Author:       Divi-Childthemes.com    
 Author URI:   http://www.divi-childthemes.com
 Template:     Divi
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* ================================================== */



/**



 * Color Options

 * General

 * Slider

 * Hero

 * Blurb

 * Call-To-Action

 * Testimonials

 * PricingTable

 * Team

 * Blog

 * Footer

 * Bottom Bar

 * Scroll Top Button



**/





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

    Color Style

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




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

    General

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

canvas{position: absolute;top: 0;}
.parallax_bg_overrely .et_parallax_bg:before {
	content:"";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.dct_header {
	background-color: #f2f2f2 !important;
	padding: 30px 0;
}
.dct_header .header-content {
	margin-right:0 !important;
}
.dct_header .header-content .et_pb_module_header {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #1a1a1a !important;
}
.dct_title .et_pb_text_inner h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height: 24px;
	padding-bottom: 20px;
	color: #1a1a1a;
}
.dct_title .et_pb_text_inner h2 span {
	color:var(--color-1);
}
.dct_title .dct_square_div {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-width: 3px;
	display: inline-block;
	position: relative;
	border-style: solid;
	border-color: #2d3239;
}
.dct_title .dct_square_div .separator-left, .dct_square_div .right {
	height: 3px;
}
.dct_title .dct_square_div .left {
	left: -80px;
}
.dct_title .dct_square_div .right {
	right: -80px;
}
.dct_title .dct_square_div .left, .dct_square_div .right {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 2px;
	background-color: var(--color-1);
	color: #fff;
	margin-top: -1px;
}
.dct_title_left .et_pb_text_inner h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #1a1a1a;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.dct_title_left .et_pb_text_inner h2 span {
	color:var(--color-1);
}
.dct_title_left .dct_square_div {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-width: 3px;
	border-style: solid;
	display: inline-block;
	position: relative;
	border-color: #2d3239;
}
.dct_title_left .dct_square_div .right {
	height: 3px;
}
.dct_title_left .dct_square_div .right {
	right: -80px;
}
.dct_title_left .dct_square_div .right {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 3px;
	margin-top: -1px;
	background-color: var(--color-1);
}
 @media only screen and (max-width : 480px) {
 .dct_title_v1 .et_pb_text_inner h2 {
font-size: 25px;
}
}
/* =======================

    Top bar

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



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

#top-header {
	background-color:#f9f9f9!important;
}

#et-info-phone {
	font-size: 13px;
	letter-spacing: 1px;
}
#et-info-email {
	font-size: 13px;
	letter-spacing: 1px;
}
 #et-info-email::before {
margin-right: 8px;
}
 #et-info-phone::before {
margin-right: 8px;
}
/* =======================

    Slider

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



/*Kenburns Top Effect*/

.dct_kenburn_top .et_pb_slide .et_parallax_bg {
	-webkit-animation:dct_kenburn_top 5s cubic-bezier(.39, .575, .565, 1.000) both;
	animation:dct_kenburn_top 5s cubic-bezier(.39, .575, .565, 1.000) both;
}
 @-webkit-keyframes dct_kenburn_top {
0% {
-webkit-transform:scale(1) translateY(0);
transform:scale(1) translateY(0);
-webkit-transform-origin:50% 16%;
transform-origin:50% 16%
}
100% {
-webkit-transform:scale(1.25) translateY(-15px);
transform:scale(1.25) translateY(-15px);
-webkit-transform-origin:top;
transform-origin:top
}
}
@keyframes dct_kenburn_top {
0% {
-webkit-transform:scale(1) translateY(0);
transform:scale(1) translateY(0);
-webkit-transform-origin:50% 16%;
transform-origin:50% 16%
}
100% {
-webkit-transform:scale(1.25) translateY(-15px);
transform:scale(1.25) translateY(-15px);
-webkit-transform-origin:top;
transform-origin:top
}
}
.dct_slider_v1 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(60, 57, 80) !important;
	letter-spacing: 0px;
	margin-bottom: 50px;
}
.dct_slider_v1 .et_pb_slide_content h1 {
	font-size: 90px;
	font-weight: 700;
	display: initial;
	color: rgb(255, 255, 255) !important;
	text-transform: uppercase;
	letter-spacing: 0px;
	background-color: var(--color-1);
	padding: 6px 30px;
}
.dct_slider_v1 .et_pb_slide_content h1:hover {
	background-color: var(--color-2);
}
.dct_slider_v1 .et_pb_slide_content h2 {
	font-size: 30px;
	font-weight: 700;
	color: rgb(60, 57, 80);
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 55px;
}
.dct_slider_v1 .et_pb_button_wrapper .et_pb_button {
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(255, 255, 255);
	background-color: var(--color-2);
	border-radius: 5px;
	cursor: pointer;
	border-radius: 0;
	border-width: 0px;
}
.dct_slider_v1 .et_pb_button_wrapper .et_pb_button:after {
	display:none;
}
.dct_slider_v1 .et_pb_button_wrapper .et_pb_button:hover {
	background-color:var(--color-1);
	padding: .3em 1em !important;
}
 .dct_slider_v1 .et-pb-arrow-prev::before, .dct_slider_v1 .et-pb-arrow-next::before {
background:var(--color-1);
font-size:40px;
}
 .dct_slider_v1 .et-pb-arrow-prev:hover::before, .dct_slider_v1 .et-pb-arrow-next:hover::before {
background-color:var(--color-2);
}
 @media only screen and (max-width :980px) {
.dct_slider_v1 .et_pb_slider_container_inner .et_pb_slide_description {
padding: 10% 0%;
}
 .dct_slider_v1 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
margin-bottom: 10px;
}
 .dct_slider_v1 .et_pb_slide_content h2 {
font-size: 20px;
margin-top: 15px;
line-height: 30px;
}
 .dct_slider_v1 .et_pb_button_wrapper .et_pb_button {
font-size: 18px;
}
}
 @media only screen and (max-width :480px) {
.dct_slider_v1 .et_pb_slide_content h1 {
font-size: 19px;
padding: 15px;
}
}
 @media only screen and (max-width :980px) {
.dct_slider_v1 .et_pb_slide_content h1 {
display: block;
}
}
 @media only screen and (min-width: 481px) and (max-width: 980px) {
.dct_slider_v1 .et_pb_slide_content h1 {
font-size: 50px;
}
}
 @media only screen and (min-width: 981px) and (max-width: 1024px) {
.dct_slider_v1 .et_pb_slide_content h1 {
font-size: 59px;
}
}
 @media only screen and (min-width: 1024px) and (max-width: 1199px) {
.dct_slider_v1 .et_pb_slide_content h1 {
font-size: 70px;
}
}
/* =======================

    Intro

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



.dct_intro_v1 .et_pb_text_inner h1 {
	color: var(--color-2);
	line-height: 69px;
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 50px;
	text-transform: uppercase;
}
.dct_intro_v1 .et_pb_text_inner h1 span{color:var(--color-1);}

.dct_intro_v1 .et_pb_text_inner h4 {
	letter-spacing: .05em;
	color: #3c3950;
	line-height: 38px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
.dct_intro_v1 .et_pb_text_inner h5 {
	line-height: 37px;
	font-size: 18px;
	font-weight: 300;
	color: #5f727f;
}
.dct_intro_v1 .et_pb_text_inner p {
	color: #5f727f;
	line-height: 25px;
	font-weight: 400;
	font-size: 12px;
}
.dct_intro_v1 .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 5px;
}
.dct_intro_v1 .et_pb_blurb_content {
	max-width:100%;
}
.dct_intro_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:var(--color-1);
	font-size: 25px;
}
.dct_intro_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #5f727f;
	font-weight: 400 !important;
}
.dct_intro_v1 .et_pb_blurb {
	margin-bottom: 20px !important;
}
 @media only screen and (max-width : 480px) {
 .dct_intro_v1 .et_pb_text_inner h1 {
line-height: 30px;
font-size: 28px;
text-align: center;
}
 .dct_intro_v1 .et_pb_text_inner h4 {
line-height: 32px;
font-size: 17px;
}
}
/* =======================

    Hero Section

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





#dct_hero_bg_1 {
	background-color:var(--color-2);
}
#dct_hero_bg_3 {
	background-color:var(--color-1);
}
.dct_hero_v1 .et_pb_text_inner h1 {
	color: #ffffff;
	line-height: 90px;
	font-size: 80px;
	font-weight: 700;
}
.dct_hero_v1 .et_pb_text_inner h2 {
	color: #ffffff;
	letter-spacing: .05em;
	line-height: 38px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.dct_hero_v1 .et_pb_text_inner p {
	color: #ffffff;
	max-width: 439px;
	display: block;
	font-weight: 400;
}
.dct_hero_v1 .et_pb_button {
	border-color: #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 0;
	margin-top: 40px;
}
/* =======================

    Services

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



.dct_service_v1 .et_pb_blurb_content {
	max-width:100%;
}
.dct_service_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:var(--color-1);
}
.dct_service_v1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:var(--color-2);
}
.dct_service_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: rgb(95, 114, 127);
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
}
.dct_service_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color-2);
	font-size: 19px;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 38px;
	font-weight: 700;
}
.dct_service_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color:var(--color-1);
}
/* =======================

    Service Details V2

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





.dct_service_title {
	padding: 10px;
	border: 1px solid #ddd;
	background: #1a1a1a;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
}
.dct_service_list {
	list-style: none;
	margin: 0px;
}
.dct_service_list li {
	display: block;
	border: 1px solid #ddd;
}
.dct_service_list li a {
	color:#fff !important;
	padding: 10px;
	text-transform: uppercase;
	background: var(--color-1);
	display: block;
}
.dct_sidebar {
	border-right:none;
}
/* =======================

    About us

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



#dct_about_bg .dct_title_left .dct_square_div {
	border-color:#fff;
}
.about_us_v1 .et_pb_text_inner h2 {
	color: #ffffff;
	letter-spacing: .05em;
	line-height: 53px;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.about_us_v1 .et_pb_text_inner p {
	color: #ffffff;
	line-height: 25px;
	font-weight: 400;
	font-size: 12px;
	margin-top: 25px;
}
.about_us_v1 .et_pb_toggle_open {
	background-color: transparent;
}
.about_us_v1 .et_pb_toggle_title {
	color:var(--color-1) !important
}


.about_us_v1 .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {color:#fff !important;}

 .about_us_v1 .et_pb_toggle_close h5, .about_us_v1 .et_pb_toggle_title::before {
color:var(--color-1);
font-weight:600
}
.about_us_v1 {
	border-radius:6px;
	background-color:#fff;
	padding:1.2vw 2vw 1.3vw
}
.about_us_v1 .et_pb_toggle_close h5 {
	font-size:16px;
	line-height:25px;
	font-weight:400;
	letter-spacing:.05em;
	text-transform:uppercase;
	color:#fff !important
}
.about_us_v1 .et_pb_toggle_content p {
	color:#fff;
	line-height:25px;
	font-weight:400
}
.about_us_v1 .et_pb_toggle_close {
	background:0, 0
}
.about_us_v1 .et_pb_toggle_open h5 {
	text-transform:uppercase;
	letter-spacing:.05em;
	line-height:25px;
	font-weight:700;
}
.about_us_v1 .et_pb_toggle_close h5:before {
	content:"\e04e" !important;
	font-family:ETmodules!important
}
.about_us_v1 .et_pb_toggle_open h5:before {
	content:"\e04c" !important;
	display:block!important;
	margin-top:-16px;
	color:var(--color-2)!important;
	font-family:ETmodules!important
}
.about_us_v1 .et_pb_counter_title {
	line-height: 2.6em;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing:.05em;
}
.about_us_v1 .et_pb_counter_amount {
	line-height: 0.7em;
	background-color: var(--color-1) !important;
}
/* =======================

    Why Choose us

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





.dct_why_us_v1 .et_pb_blurb {
	margin-bottom: 7.82%;
}
.dct_why_us_v1 .et_pb_blurb_content {
	max-width:100%;
}
.dct_why_us_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:var(--color-1);
	font-size: 30px;
}
.dct_why_us_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color:var(--color-2);
	font-size: 16px;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 38px;
	font-weight: 700;
}
.dct_why_us_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: rgb(95, 114, 127);
	line-height: 25px;
	font-size: 16px;
	font-weight: 300;
}
/* =======================

    Portfolio

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



.dct_portfolio_v1 .et_pb_portfolio_item .et_overlay{
	background: rgba(0,0,0,0.7);
	transform: scale(0);
	transition: all 0.5s ease-in-out 0s;
	}
	
.dct_portfolio_v1 .et_pb_portfolio_item:hover .et_overlay{transform:scale(1);}	
	
.dct_portfolio_v1 .et_pb_portfolio_item .et_overlay::before{display:none;}


.dct_portfolio_v1 .et_pb_portfolio_filters ul.clearfix {
	max-width:1260px;
	margin:auto!important
}
.dct_portfolio_v1 .et_pb_portfolio_item {
	position: relative;
}
.dct_portfolio_v1 .et_pb_portfolio_item .et_portfolio_image {
	width: 100%;
	height:auto;
}
.dct_portfolio_v1 .et_pb_portfolio_item .post-meta {
	color: #fff;
margin-top: 10px;
}
 .dct_portfolio_v1 .et-pb-arrow-prev::before, .dct_portfolio_v1 .et-pb-arrow-next::before {
background:var(--color-1);
color:#fff;
}
.dct_portfolio_v1 .et-pb-arrow-prev, .dct_portfolio_v1 .et-pb-arrow-next {
	font-size:35px;
}
.dct_portfolio_v1 .et_pb_portfolio_item .et_pb_module_header {
	transform:scale(0);
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
	z-index:9;
	color:var(--color-1);
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
}
.dct_portfolio_v1 .et_pb_portfolio_item:hover .et_pb_module_header {
	transform:scale(1);
}


 @media only screen and (max-width: 990px) {
 .dct_portfolio_v1 {
 margin-bottom: 20px;
}
}
/* =======================

    Call to action

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



.dct_cta_bg_1 {
	background-color:var(--color-2);
}
.dct_cta_bg_2 {
	background-color:var(--color-1);
}
.dct_cta_bg_1 .et_pb_text_inner h3 {
	text-align: right;
	float: right;
	letter-spacing: .05em;
	color:#fff;
	line-height: 42px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
.dct_cta_bg_1 .et_pb_text_inner h3 span {
	font-weight: 700;
}
.dct_cta_bg_2 .et_pb_button {
	color: #fff;
	border-color: #fff;
	font-weight: 700;
	margin-top: 20px;
}
.dct_cta_bg_2 .et_pb_button:hover {
	background-color:var(--color-2) !important;
}
 @media only screen and (max-width : 480px) {
 .dct_cta_bg_1 .et_pb_text_inner h3 {
line-height: 35px;
 font-size: 25px;
}
}
 @media only screen and (max-width : 980px) {
 .dct_cta_bg_1 .et_pb_text_inner h3 {
text-align:center;
float: none;
}
}
.dct_cta_bg_2 .et_pb_button {
	margin-top: 10px;
	margin-bottom: 10px;
}
}
 @media only screen and (max-width : 980px) {
.dct_cta_bg_2 .et_pb_button_wrapper {
text-align:center;
}
}
/* =======================

    Pricing Table

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





#dct_pricing_bg .dct_title .dct_square_div {
	border-color:#fff;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table {
	padding: 30px 0;
	text-align: center;
	position: relative;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin-left: -5px !important;
	top: 29px;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
	font-size: 70px;
	color: #fff;
	font-weight: 600;
	position: relative;
	left: 12px;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency {
	color: #fff;
	font-weight: 500;
	position: relative;
	text-transform: lowercase;
	left: 13px;
}
 .dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span::before {
 content:none;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {
	padding-bottom:0px;
	border-bottom:none;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table:hover {
	background: #f7fcfb;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table:before,  .dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table:after {
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	border: 2px solid var(--color-1);
	position: absolute;
	left: -2px;
	transition: all 0.3s ease 0s;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table:before {
	top: 0;
	border-bottom: none;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table:after {
	bottom: 0;
	border-top: none;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table:hover:before,  .dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table:hover:after {
	height: 50%;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading {
	background:0, 0;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {
	padding: 20px 0;
	background: var(--color-1);
	font-size: 40px;
	color: #fff;
	margin-bottom: 20px;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content li {
	color: #333;
	text-align:center;
	padding: 10px;
	line-height: 40px;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button {
	border:none;
	color: #333;
	font-size:15px;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper:hover {
	cursor:pointer;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper {
	display: inline-block;
	padding: 0px 0px;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper:before,  .dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	border: 2px solid var(--color-1);
	position: absolute;
	left: 0;
	z-index: 2;
	transition: all 0.3s ease 0s;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper:before {
	top: 0;
	border-bottom: none;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper:after {
	bottom: 0;
	border-top: none;
}
 .dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content li:nth-child(2n) {
background: #ddd
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper:hover:before,  .dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper:hover:after {
	height: 50%;
}
.dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content li:before {
	content: "\39";
	font-family: ETmodules !important;
	color: var(--color-1);
	text-align: center;
	padding-right: 5px;
	font-weight: 900;
}
 @media only screen and (max-width: 980px) {
 .dct_pricing_v1 .et_pb_pricing_table_wrap .et_pb_pricing_table {
max-width: 450px !important;
 margin: 0 auto !important;
}
}
/* =======================

    Team  

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





.dct_team_v1 {
	text-align: center;
	margin-bottom: 100px;
	z-index: 1;
	position: relative;
}
.dct_team_v1 .et_pb_team_member_image {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	position: relative;
}
.dct_team_v1 .et_pb_team_member_image:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.dct_team_v1:hover .et_pb_team_member_image:after {
	opacity: 1;
}
.dct_team_v1 .et_pb_team_member_image img {
	width: 100%;
	height: auto;
}
.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	position: absolute;
	top: -300%;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
.dct_team_v1:hover .et_pb_team_member_description .et_pb_member_social_links {
	opacity: 1;
}
.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li {
	margin-right: 0px;
}
.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	margin:0 5px;
	transition: all 0.5s ease 0s;
}
.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a:hover {
	background: var(--color-1);
	color: #fff;
}
.dct_team_v1 .et_pb_team_member_description .et_pb_module_header {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--color-1);
	margin: 0 0 5px 0;
	transition: all 0.5s ease 0s;
}
.dct_team_v1:hover .et_pb_team_member_description .et_pb_module_header {
	color: var(--color-2);
}
.dct_team_v1 .et_pb_team_member_description .et_pb_member_position {
	display: block;
	font-size: 14px;
	color: #464646;
}
 @media only screen and (max-width : 980px) {
 .dct_team_v1 {
max-width:450px;
margin:0 auto;
}
}
 @media only screen and (min-width: 768px) and (max-width: 980px) {
.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links {
position: relative;
top: -300px;
}
 .dct_team_v1 .et_pb_team_member_description {
display: block;
}
 .dct_team_v1 .et_pb_team_member_image {
margin-bottom: 20px;
}
}
/* =======================

    Testimonial 

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



.dct_testi_sec_v1 {
	background:var(--color-1)
}
.dct_testi_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
	margin:0 !important;
}
.dct_testi_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
	width:100px;
	height:auto;
	border-radius:50%;
}
.dct_testi_v1 .et_pb_slide .et_pb_slide_description {
	padding:5% 8%;
	text-shadow: none;
}
.dct_testi_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
	font-weight: 700;
	color:var(--color-1) !important;
	padding-bottom: 0;
}
.dct_testi_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content strong {
	line-height: 20px;
	text-align: center;
	font-weight: 300;
	font-size: 10px;
}
.dct_testi_v1 .et-pb-controllers {
	bottom: 0;
}
 .dct_testi_v1 .et-pb-arrow-next::before, .dct_testi_v1 .et-pb-arrow-prev::before {
background:var(--color-1);
font-size:35px
}
 @media only screen and (max-width :980px) {
.dct_testi_v1 .et_pb_slide_with_image .et_pb_slide_description {
float:none
}
}
/* =======================

    Testimonial V2

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





#dct_testi_v2_bg .dct_title .dct_square_div {
	border-color:#fff;
}
.dct_testi_v2 {
	margin:10px 0 75px!important;
	position:relative;
	padding:20px;
	background-color:rgba(0, 0, 0)!important;
	box-shadow:0 0 0 4px rgba(0, 0, 0, .5)
}
.dct_testi_v2:hover {
	box-shadow:0 0 0 2px rgba(0, 0, 0, .1) inset, 0 0 20px 5px rgba(255, 255, 255, .8)
}
.dct_testi_v2 .et_pb_testimonial_description {
	font-size:15px!important;
	color:#fff;
	margin-bottom:0;
	text-align:justify
}
.dct_testi_v2 .et_pb_testimonial_description p {
	padding-bottom:0
}
.dct_testi_v2 .et_pb_testimonial_portrait {
	
	position:absolute;
	bottom:-75px;
	right:20px;
	border:4px solid #fff;
-webkit-transition:background .2s, color .2s;
-moz-transition:background .2s, color .2s;
transition:background .2s, color .2s
}
.dct_testi_v2:hover .et_pb_testimonial_portrait {
	border-color:var(--color-1)
}
.dct_testi_v2 .et_pb_testimonial_portrait:after {
	top:-8px;
	left:-8px;
	padding:8px;
	z-index:-1;
	opacity:0
}
 .dct_testi_v2::before {
position:absolute;
top:-15px;
left:10%;
background:var(--color-1);
font-size:25px;
border-radius:0;
content:"\07b";
color:#fff!important;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-ms-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
box-shadow:0 0 0 2px rgba(0, 0, 0, .1) inset, 0 0 5px 1px rgba(0, 0, 0, .8)
}
 .dct_testi_v2:hover::before {
box-shadow:none
}
.dct_testi_v2 .et_pb_testimonial_author {
	font-size:16px;
	font-weight:600;
	margin:20px 0 0;
	text-transform:uppercase;
	color:var(--color-1)!important;
	display:block
}
.dct_testi_v2 .et_pb_testimonial_meta {
	display:block;
	font-size:12px;
	font-style:italic;
	margin-top:10px
}
 @media only screen and (max-width:480px) {
.dct_testi_v2 {
text-align:center;
margin-bottom:0
}
}
@media only screen and (min-width:768px) and (max-width:980px) {
.dct_testi_v2 .et_pb_testimonial_portrait {
float:none;
margin-right:auto
}
.dct_testi_v2 .et_pb_testimonial_description {
margin-left:0!important
}
}
/* =======================

    Blog

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

#dct_blog_bg .dct_title .dct_square_div {
	border-color:#fff;
}
.dct_blog_v1 .et_pb_post {
	border:none;
	padding: 0;
	position:relative;
}
.dct_blog_v1 .et_pb_post .post-meta a {
	color:var(--color-1)!important
}
.dct_blog_v1 .et_pb_post .post-meta {
	color:var(--color-1);
	text-align: center;
}
.dct_blog_v1 .et_pb_post .entry-featured-image-url {
	text-align:center;
	overflow:hidden;
	position:relative;
	margin-bottom:0
}
.dct_blog_v1 .et_pb_post .entry-featured-image-url:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(7, 33, 29, 0.85);
	transform: scaleX(0);
 transition: .5s ease;
}
.dct_blog_v1 .et_pb_post .post-content {
	text-align:center;
}
.dct_blog_v1 .et_pb_post .post-content p {
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dct_blog_v1 .et_pb_post:hover .entry-featured-image-url:after {
	transform: scaleY(1);
 transition: .5s ease;
}
.dct_blog_v1 .et_pb_post .entry-featured-image-url img {
	width:100%;
	height:auto;
transition:all .5s ease 0s
}
.dct_blog_v1 .et_pb_post:hover .entry-featured-image-url img {
	transform:scale(1.3)
}
.dct_blog_v1 .et_pb_post .entry-title {
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	background:var(--color-1);
	padding:20px;
	position:relative;
	text-align:center;
	width:100%;
	color:#fff
}
.dct_blog_v1 .et_pb_post .more-link {
	padding: 10px;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	background:var(--color-2);
}
.dct_blog_v1 .et_pb_post:hover .more-link {
	border-color:var(--color-1);
	background-color:var(--color-1)
}
.dct_blog_v1 .et_pb_post .post-meta .published {
	width:100px;
	background:var(--color-2);
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:0;
	z-index:99;
	color:#fff;
	display:block;
	font-weight:400;
	font-size:12px
}
.dct_blog_v1 .et_pb_post .et_pb_image_container {
	margin:0;
	margin-top:-20px
}
 @media only screen and (max-width :980px) {
.dct_blog_sec .dct_title_v1 .et_pb_text_inner h1 {
font-size:35px;
line-height:38px
}
}
/* =======================

    Blog Details V2

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







.dct_blog_detail .et_pb_post {
	margin-bottom: 20px;
}
.dct_blog_detail .et_pb_post .post-meta .published {
	background: var(--color-1);
	padding: 10px;
	color: #1a1a1a;
	position: absolute;
	top: 0;
}
.dct_blog_detail .et_pb_post .entry-title {
	text-transform: uppercase;
	font-weight: 600;
}
.dct_blog_detail .et_pb_testimonial {
	padding: 10px 20px 10px 80px;
}
 .dct_blog_detail .et_pb_testimonial::before {
top: 0;
 left: 18px;
 font-size: 45px;
 content: "\7b";
 background: var(--color-1);
 color: #1a1a1a;
 border-radius: 0;
}

.dct_blog_detail .et_pb_social_media_follow li a.icon:hover::before{color:#fff;}

.dct_blog_detail .et_pb_testimonial_description .et_pb_testimonial_description_inner {
	font-size: 18px;
	font-style: italic;
	color: #555555;
	font-family: 'Crete Round', serif;
	margin: 40px 0;
	line-height: 30px;
	position: relative;
}
.dct_blog_detail .et_pb_social_media_follow li a.icon {
	background-color: transparent !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
}
.dct_blog_detail .et_pb_social_media_follow li a.icon:before {
	color: #777;
}
.dct_blog_detail .et_pb_social_media_follow li a.icon:hover {
	background-color:var(--color-1) !important;
}
.dct_blog_detail .et_contact_bottom_container {
	width: 100%;
	float: none;
	padding-left: 3%;
}
.dct_blog_detail .et_contact_bottom_container .et_pb_button {
	width: 100%;
	margin-left: 0px !important;
	text-transform: uppercase;
	background: var(--color-1);
	border-color: var(--color-1);
	color: #333;
	font-size: 15px;
}







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

    Tabs

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



.dct_tab, .dct_tab .et_pb_tabs_controls::after {
border:none
}
.dct_tab .et_pb_tabs_controls li {
	border-right:none;
	margin-right:10px
}
.dct_tab .et_pb_tabs_controls {
	border:none;
	background-color:transparent;
	margin-bottom:10px
}
.dct_tab.dct-custom-tabs.tabs-on-left ul li a,  .dct_tab.dct-custom-tabs.tabs-on-right ul li a {
	min-width:150px;
	margin-bottom:10px
}
.dct_tab.dct-custom-tabs.tabs-on-bottom ul li {
	margin-top:15px
}
.dct_tab.dct-custom-tabs.tabs-on-right ul li {
	margin-left:15px
}
.dct_tab .et_pb_tabs_controls li a {
	background:var(--color-1);
	font-size:17px;
	font-weight:600;
	color:#1a1a1a !important;
	text-transform:uppercase;
	border:none;
	border-top:3px solid var(--color-1);
	border-bottom:3px solid var(--color-1);
	border-radius:0;
	overflow:hidden;
	position:relative;
transition:all .3s ease 0s
}
.dct_tab .et_pb_tabs_controls li a:hover,  .dct_tab .et_pb_tabs_controls li.et_pb_tab_active a {
	border:none;
	border-top:3px solid var(--color-1);
	border-bottom:3px solid var(--color-1);
	background:#fff;
	color:var(--color-1)!important
}
.dct_tab .et_pb_tabs_controls li a:before {
	content:"";
	border-top:15px solid var(--color-1);
	border-right:15px solid transparent;
	border-bottom:15px solid transparent;
	position:absolute;
	top:0;
	left:-50%;
transition:all .3s ease 0s
}
.dct_tab .et_pb_tabs_controls li a:hover:before,  .dct_tab .et_pb_tabs_controls li.et_pb_tab_active a:before {
	left:0
}
.dct_tab .et_pb_tabs_controls li a:after {
	content:"";
	border-bottom:15px solid var(--color-1);
	border-left:15px solid transparent;
	border-top:15px solid transparent;
	position:absolute;
	bottom:0;
	right:-50%;
transition:all .3s ease 0s
}
.dct_tab .et_pb_tabs_controls li a:hover:after,  .dct_tab .et_pb_tabs_controls li.et_pb_tab_active a:after {
	right:0
}
.dct_tab .et_pb_all_tabs {
	background-color: transparent;
	border-top:3px solid #384d48;
	border-bottom:3px solid #384d48;
	height:100%;
	color:#384d48;
	line-height:25px;
	position:relative
}
.dct_tab .et_pb_all_tabs:before {
	content:"";
	border-top:25px solid #384d48;
	border-right:25px solid transparent;
	border-bottom:25px solid transparent;
	position:absolute;
	top:0;
	left:0
}
.dct_tab .et_pb_all_tabs:after {
	content:"";
	border-bottom:25px solid #384d48;
	border-left:25px solid transparent;
	border-top:25px solid transparent;
	position:absolute;
	bottom:0;
	right:0
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content {
	text-align:justify;
}
#tab_top_bg .dct_tab .et_pb_all_tabs {
	border-top-color:#fff;
	border-bottom-color:#fff;
	color: #fff;
}
 #tab_top_bg .dct_tab .et_pb_all_tabs::before {
border-top-color:#fff;
}
 #tab_top_bg .dct_tab .et_pb_all_tabs::after {
border-bottom-color:#fff;
}
#tab_top_bg .dct_tab .et_pb_tabs_controls li.et_pb_tab_active {
	background-color:transparent !important;
}
#tab_top_bg .dct_tab .et_pb_tabs_controls li.et_pb_tab_active a {
	background-color:transparent !important;
	color: #fff !important;
}
#tab_top_bg .dct_title_left .dct_square_div {
	border-color:#fff;
}
/* =======================

    Custom Tab Alignment

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







.dct_tab.dct-custom-tabs.tabs-on-right.text-right {
	flex-direction:row-reverse;
}
.dct_tab.dct-custom-tabs.tabs-on-bottom, .dct-custom-tabs.tabs-on-left ul,  .dct_tab.dct-custom-tabs.tabs-on-right ul, .dct-custom-tabs.tabs-on-top {
	display:flex
}
.dct_tab.dct-custom-tabs.tabs-on-bottom ul, .dct-custom-tabs.tabs-on-left, .dct-custom-tabs.tabs-on-right, .dct-custom-tabs.tabs-on-top ul {
	display:inline-flex
}
.dct_tab.dct-custom-tabs .et_pb_tabs_controls li {
	height:unset
}
.dct_tab.dct-custom-tabs.tabs-on-bottom {
	flex-direction:column-reverse
}
 .dct_tab.dct-custom-tabs.tabs-on-bottom.align-center:not(.tabs-on-left):not(.tabs-on-right) ul {
justify-content:center;
flex-wrap:wrap-reverse
}
.dct_tab.dct-custom-tabs ul {
	flex-wrap:wrap;
	align-items:stretch
}
.dct_tab.dct-custom-tabs ul li {
	border:0;
	display:flex;
	flex-direction:column;
	align-content:center;
	height: auto;
}
 @media only screen and (max-width :980px) {
.dct_tab .et_pb_tabs_controls li {
float:left;
border-bottom:none!important
}
}
 @media only screen and (max-width:479px) {
.dct_tab .et_pb_tabs_controls li {
width:100%;
text-align:center;
padding:0
}
}
 @media only screen and (max-width :980px) {
 .dct-custom-tabs.tabs-on-left, .dct-custom-tabs.tabs-on-right, .dct-custom-tabs.tabs-on-top ul {
display:block
}
 .dct_tab .et_pb_tabs_controls li {
border-bottom:none!important;
display:grid;
float:none;
text-align:center;
margin-bottom:10px;
margin-right:0
}
 .dct_tab .et_pb_tabs_controls li a {
margin-right:0
}
 .dct_tab.dct-custom-tabs.tabs-on-left ul li a {
text-align:left
}
 .dct_tab .et_pb_tab {
padding:25px 0;
text-align:justify
}
 .dct_tab.dct-custom-tabs.tabs-on-left ul li {
width:100%;
text-align:left
}
 .dct_tab.dct-custom-tabs.tabs-on-right ul li {
width:100%;
margin-left:0
}
 .dct_tab.dct-custom-tabs.tabs-on-right ul li a {
text-align:right
}
 .dct_tab.dct-custom-tabs.tabs-on-bottom ul li {
margin-bottom:0;
width:100%;
text-align:center
}
 .dct_tab .et_pb_tabs_controls .et_pb_tab_active {
display:grid;
float:none
}
}
/* =======================

    Contact us

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







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

    Footer-V1

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

#dct_footer_v1 .et_pb_text_inner h4{text-transform:uppercase;color:#fff;padding-bottom:15px;position:relative;margin-bottom:40px;font-weight:600;font-size:18px;line-height:22px}#dct_footer_v1 .et_pb_text_inner h4:before{content:"";position:absolute;bottom:-15px;left:0;display:inline-block;width:5px;height:5px;border:3px solid #fff;margin-bottom:10px}#dct_footer_v1 .et_pb_text_inner h4:after{background-color:var(--color-1);content:"";position:absolute;bottom:-10px;left:18px;height:3px;margin:0 0 0;width:70px;margin:10px 0}#dct_footer_v1 .footer-menu .et_pb_text_inner ul{position:relative;padding:0;border-left:1px solid #9c9c9c;text-align:left}#dct_footer_v1 .footer-menu .et_pb_text_inner ul{list-style-type:none;font-size:15px;line-height:28px;color:#4c4c4c;text-align:left}#dct_footer_v1 .footer-menu .et_pb_text_inner ul li a{display:block;position:relative;padding:0 0 5px 50px;line-height:35px;font-size:13px;cursor:pointer;outline:0;transition:all .5s;color:#999}#dct_footer_v1 .footer-menu .et_pb_text_inner ul li a::before{content:"";position:absolute;width:20px;height:1px;left:0;top:13px;background:#9c9c9c}#dct_footer_v1 .footer-menu .et_pb_text_inner ul li.dct_phone:before{color:var(--color-1);content:"\e090";font-family:ETmodules!important;position:absolute;left:25px}


#dct_footer_v1 .footer-menu .et_pb_text_inner ul li.dct_email:before{color:var(--color-1);content:"\e076";font-family:ETmodules!important;position:absolute;left:25px}
#dct_footer_v1 .footer-menu .et_pb_text_inner ul li.dct_address:before{color:var(--color-1);content:"\e074";font-family:ETmodules!important;position:absolute;left:25px}
#dct_footer_v1 .footer-menu .et_pb_text_inner ul li.dct_fax:before{color:var(--color-1);content:"\e0fa";font-family:ETmodules!important;position:absolute;left:25px}
#dct_footer_v1 .footer-menu .et_pb_text_inner ul li.dct_arrow:before{color:var(--color-1);content:"\45";font-family:ETmodules!important;position:absolute;left:14px;font-size:18px}
#dct_footer_v1 .footer-menu .et_pb_text_inner ul li.dct_address a{line-height:25px}


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

    footer V2

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



#dct_footer_v2 .footer-menu .et_pb_text_inner ul {
	position: relative;
	padding: 0;
	border-left: 1px solid #9c9c9c;
	text-align: left;
}
#dct_footer_v2 .footer-menu .et_pb_text_inner ul {
	list-style-type:none;
	font-size: 15px;
	line-height: 28px;
	color: #4C4C4C;
	text-align: left;
}
#dct_footer_v2 .footer-menu .et_pb_text_inner ul li a {
	display: block;
	position: relative;
	padding: 0px 0 5px 30px;
	line-height: 35px;
	font-size: 13px;
	cursor: pointer;
	outline: none;
 transition: all .5s;
	color: #696969;
}
 #dct_footer_v2 .footer-menu .et_pb_text_inner ul li a::before {
content: "";
 position: absolute;
 width: 20px;
 height: 1px;
 left: 0;
 top: 13px;
 background: #9c9c9c;
}
#dct_footer_v2 .footer-box {
	box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 0px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.18);
	background: #FFF;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: hidden;
}
#dct_footer_v2 .et_pb_text_inner h4 {
	font-weight: 900;
	color: #2d2d2d;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1;
}
#dct_footer_v2 .footer-box .et_pb_text_inner ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
}
#dct_footer_v2 .footer-box .et_pb_text_inner ul li {
	white-space: nowrap;
	font-weight: 500;
	position: relative;
	line-height: 40px;
}
#dct_footer_v2 .footer-box .et_pb_text_inner ul li a {
	font-weight: 600;
	color: #4C4C4C;
	font-size: 13px;
}
#dct_footer_v2 .footer-box .et_pb_text_inner ul li a:before {
	content: "\5c";
	font-family: ETmodules !important;
	color: var(--color-1);
	padding-right: 10px;
	font-size: 20px;
}
#dct_footer_v2 .dct_social li a {
	background-color:var(--color-1) !important;
}
#dct_footer_v2 .dct_social li a {
	height: 40px;
	width: 40px;
	border-radius: 25px;
}
#dct_footer_v2 .dct_social li a:before {
	color:#666;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#dct_footer_v2 .dct_social li a:hover {
	background-color:#000 !important;
	color:#fff;
}
#dct_footer_v2 .dct_social li a:hover:before {
	color:var(--color-1) !important;
}
 @media only screen and (max-width : 480px) {
 #dct_footer_v2 .footer-box .et_pb_text_inner ul li a {
font-size: 12px;
}
 #dct_footer_v2 .footer-box {
padding: 0;
}
}
/* =======================

    footer V3

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





#dct_footer_v3 .et_pb_text_inner h4 {
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
#dct_footer_v3 .et_pb_text_inner h4:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 3px solid #fff;
	margin-bottom: 10px;
}
#dct_footer_v3 .et_pb_text_inner h4:after {
	background-color: var(--color-1);
	content: "";
	position: absolute;
	bottom: -10px;
	left: 18px;
	height: 3px;
	margin: 0 0 0;
	width: 70px;
	margin: 10px 0;
}
#dct_footer_v3 .et_pb_text_inner ul li {
	border-bottom: 1px dashed #333333;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#dct_footer_v3 .et_pb_text_inner ul {
	list-style: outside none none;
	margin-top: 13px;
	padding-left: 0;
}
#dct_footer_v3 .et_pb_text_inner ul li {
	margin: 5px 0;
}
#dct_footer_v3 .et_pb_text_inner ul li:before {
	border: none;
	color: var(--color-1);
	content: "\45";
	display: inline-block;
	font-family: ETmodules !important;
	font-size: 15px;
	margin-right: 10px;
	padding: 0;
}
#dct_footer_v3 .et_pb_text_inner ul li:hover:before {
	background: none;
	border-color: transparent;
}
#dct_footer_v3 .et_pb_text_inner ul li a {
	font-size: 13px;
	text-decoration: none;
	color:#808080 !important;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
#dct_footer_v3 .dct_email .et_pb_newsletter_button_wrap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999999999999;
}
#dct_footer_v3 .dct_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button {
	border: none;
	padding: 0;
}
#dct_footer_v3 .dct_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button .et_pb_newsletter_button_text {
	text-transform: uppercase;
	font-size: 15px;
	display:none;
}
#dct_footer_v3 .dct_email {
	margin-bottom: 5.174%;
}
 #dct_footer_v3 .dct_email .et_pb_button::after {
background:var(--color-1);
opacity: 1;
right: 0;
padding: 7.4px;
 font-size: 32px;
}
#dct_footer_v3 #et_pb_signup_email {
	border-radius:0;
}
#dct_footer_v3 .et_pb_newsletter_description {
	margin-bottom:0;
}
#dct_footer_v3 .entry-title {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
}
#dct_footer_v3 .et_pb_post {
	margin-bottom: 20px;
}
#dct_footer_v3 .post-content {
	display:none;
}
#dct_footer_v3 .et_pb_post .post-meta {
	font-size: 12px;
	color: #999;
}
#dct_footer_v3 .et_pb_post .post-meta a {
	color: var(--color-1);
}
#dct_footer_v3 .dct_social li a {
	background-color: transparent !important;
	border-radius: 0;
	border-color: #4a4c4c;
	border: 1px solid #4a4c4c;
}
#dct_footer_v3 .dct_social li a:hover {
	background-color:var(--color-1) !important;
}
#dct_footer_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:var(--color-1);
	opacity: 1;
	font-size: 40px;
}
#dct_footer_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	text-transform: uppercase;
	color: #fff;
}
#dct_footer_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 10px;
}
#dct_footer_v3 .et_pb_blurb {
	border:1px solid #333333;
	padding: 15px;
}
#dct_footer_v3 .et_pb_blurb_content {
	max-width: 100%;
}
/* =======================

    footer V4

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



#dct_footer_v3 .dct_title_h4 .et_pb_text_inner h4 {
	color: #1a1a1a;
}
 #dct_footer_v3 .dct_title_h4 .et_pb_text_inner h4::before {
border: 3px solid #1a1a1a;
}
#dct_footer_v3 .dct_social.v4 li a:before {
	color:#1a1a1a;
}
/* =======================

    footer V5

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





#dct_footer_v5 {
	background-color:var(--color-1);
}
#dct_footer_v5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:#1a1a1a;
	font-size: 40px;
}
#dct_footer_v5 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	text-transform: uppercase;
	color: #1a1a1a;
}
#dct_footer_v5 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 10px;
	color:#1a1a1a;
}
#dct_footer_v5 .et_pb_blurb {
	border:1px solid #1a1a1a;
	padding: 15px;
}
#dct_footer_v5 .et_pb_blurb_content {
	max-width: 100%;
}
/* =======================

    footer Bottom Social

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


#footer-bottom .et_pb_social_media_follow li {
	display:inline-block;
	margin-right:0
}

#footer-bottom .et_pb_social_media_follow li a {
	background-color: var(--color-1) !important;
	height:40px;
	width:40px;
	border:2px solid var(--color-1);
	display:block;
	color:#fff;
	border-radius: 0;
	font-size:14px;
	text-align:center;
	line-height:38px;
transition:all .5s ease
}

#footer-bottom .et_pb_social_media_follow li a:before{height:40px;
	width:40px;line-height:38px;} 
#footer-bottom .et_pb_social_media_follow li a:hover {
	background:#000;
	color:#fff;
	border-color:#fff;
	border-radius:0 50% 0 50%
}


#footer-bottom .et_pb_text_inner p{color:#fff;letter-spacing: 1px;

text-transform: uppercase;}
#footer-bottom .et_pb_text_inner p a{color:var(--color-1);}


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

    Slider

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



.dct_slider_v2 .et_pb_slider_container_inner .et_pb_slide_description {
	padding: 18% 8%;
}
.dct_slider_v2 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
	color: var(--color-1) !important;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 90px;
	font-size: 80px;
	font-weight: 700;
	text-transform: uppercase;
	display: initial;
	border: 13px solid transparent;
	padding: 10px;
	border-image: url(http://localhost/dctconstruction/demo1/wp-content/uploads/2019/03/55.png) 10 round;
}
.dct_slider_v2 .et_pb_slider_container_inner .et_pb_slide_description h2 {
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 150px;
	font-size: 35px;
	text-transform: uppercase;
}
 .dct_slider_v2 .et-pb-arrow-prev::before, .dct_slider_v2 .et-pb-arrow-next::before {
background:var(--color-1);
font-size:40px;
}
 .dct_slider_v2 .et-pb-arrow-prev:hover::before, .dct_slider_v2 .et-pb-arrow-next:hover::before {
background-color:var(--color-2);
}
 @media only screen and (max-width : 480px) {
 .dct_slider_v2 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
font-size: 16px !important;
 border-image: url(http://localhost/dctconstruction/demo1/wp-content/uploads/2019/03/55.png) 50 round;
}
}
 @media only screen and (max-width : 980px) {
 .dct_slider_v2 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
display:block;
line-height: 35px;
}
 .dct_slider_v2 .et_pb_slider_container_inner .et_pb_slide_description h2 {
line-height: 40px;
font-size: 20px;
}
}
 @media only screen and (min-width: 768px) and (max-width:980px) {
.dct_slider_v2 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
font-size: 50px;
}
}
/* =======================

    Slider V3

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





.dct_slider_v3 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
	font-size: 35px;
	line-height: 22px;
	font-weight: 600;
	color: rgb(255, 255, 255);
	background: var(--color-1);
	display: initial;
	letter-spacing: 4px;
	padding:15px 50px;
	text-transform: uppercase;
}
.dct_slider_v3 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
	background-color: rgba(22, 22, 22, 0.8);
	padding: 30px;
	margin-top: -20px;
}

.dct_slider_v3 .et_pb_slider_container_inner .et_pb_slide_description{display:inline-block;}
.dct_slider_v3 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 {
	font-size: 55px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 80px;
	margin-top: 20px;
}
.dct_slider_v3 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
	line-height: 30px;
	max-width: 650px;
	margin: 0 auto;
	font-size: 14px;
}
 @media only screen and (max-width : 980px) {
 .dct_slider_v3 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
display:block;
padding: 20px;
}
 .dct_slider_v3 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
margin-top: 0;
padding: 10px;
}
 .dct_slider_v3 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 {
font-size: 28px;
line-height: 35px;
}
}
/* =======================

    Slider V4

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



.dct_slider_v4 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
	text-transform: uppercase;
	font-size: 65px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 20px;
}
.dct_slider_v4 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 span {
	color:var(--color-1);
}
.dct_slider_v4 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
	text-transform: uppercase;
	font-size: 30px;
}
.dct_slider_v4 .et_pb_slider_container_inner .et_pb_slide_description {
	padding: 16% 0%;
}
.dct_slider_v4 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
	font-size: 14px;
	line-height: 30px;
	max-width: 650px;
}
.dct_slider_v4 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
	background: var(--color-1);
	border-radius: 0;
	text-transform: uppercase;
	border-color: var(--color-1);
	font-size: 17px;
}

.dct_slider_v4 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover{background-color:var(--color-2);}



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

    Slider V5

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



.dct_slider_v5 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
	font-size: 40px;
	line-height: 55px;
}
.dct_slider_v5 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 {
	font-size: 80px;
	font-weight: 800;
	text-transform: uppercase;
}
.dct_slider_v5 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
	font-size:14px;
	font-weight:400px;
	margin-top: 10px;
	max-width: 650px;
	margin: 0 auto;
}
.dct_slider_v5 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
	background: var(--color-1);
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 17px;
}

.dct_slider_v5 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover{background-color:var(--color-2) !important;}


 @media only screen and (max-width : 480px) {
.dct_slider_v5 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 {
font-size: 22px;
}
}
 @media only screen and (min-width: 481px) and (max-width: 768px) {
.dct_slider_v5 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 {
font-size: 50px;
}
}
 @media only screen and (min-width: 769px) and (max-width: 980px) {
.dct_slider_v5 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 {
font-size: 67px;
}
}


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

    About us

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







.dct_abt_v2 .et_pb_text_inner p {
	color: #5f727f;
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
}
.dct_abt_v2 .et_pb_text_inner h5 {
	color: #737373;
	letter-spacing: .05em;
	line-height: 30px;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 400;
}
.dct_abt_v2 .et_pb_button {
	background-color:var(--color-1);
	color: #fff;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 14px;
	padding: .5em 1em;
	text-transform: uppercase;
	border-radius: 0px;
}
.dct_abt_v2 .et_pb_button:after {
	display:none;
}
.dct_abt_v2 .et_pb_button:hover {
	background-color: var(--color-2) !important;
	color:var(--color-1) !important;
	padding: .5em 1em !important;
}
 @media only screen and (min-width:768px) and (max-width: 980px) {
#aboutus .et_pb_column {
padding-top:0 !important;
}
}
 @media only screen and (min-width:768px) and (max-width: 980px) {
#dct_hero_se .et_pb_column {
padding-top:10% !important;
}
}
/* =======================

    About us V3

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



.dct_abt_v3 .et_pb_blurb_content .et_pb_main_blurb_image {
	width:55px;
}
.dct_abt_v3 .et_pb_blurb {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	background: #fff;
	padding: 20px;
}
.dct_abt_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #1a1a1a;
	text-align:center;
	margin-bottom: 10px;
}
.dct_abt_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #767676;
}
.dct_abt_v3 .et_pb_blurb_content {
	max-width:100%;
}
/* =======================

    About us V4

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



.dct_abt_v4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:var(--color-1);
}
.dct_abt_v4 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	text-transform:uppercase;
}
/* =======================

    Intro

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



.dct_intro_v2 .dct_title_left .dct_square_div {
	border-color:#fff;
}
.dct_intro_v2 .et_pb_text_inner p {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 35px;
}
/* =======================

    Intro V3

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



.dct_intro_v3 .et_pb_blurb_content .et_pb_main_blurb_image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.dct_intro_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
	transition: all 10s;
	-moz-transition: all 10s;
	-webkit-transition: all 10s;
	-o-transition: all 10s;
}
.dct_intro_v3:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.dct_intro_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #1a1a1a;
}
.dct_intro_v3:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color:var(--color-1);
}
.dct_intro_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	line-height: 24px;
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #767676;
}
.dct_intro_btn_v3 {
	background: var(--color-1);
	border-color: var(--color-1);
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 15px;
}

.dct_intro_btn_v3:hover{background-color:var(--color-2) !important;}


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

    Service

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



.dct_service_v2 {
	text-align: right;
	position: relative;
	left: 126px;
}
.dct_service_v2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-weight: 700;
	color: #2c2c2c;
	text-align: right;
	font-size: 19px;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 38px;
}
.dct_service_v2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #8d8d8d;
	margin-top: 0;
	font-weight: 400;
	text-align: right;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-weight: 700;
	color: #2c2c2c;
	text-align: right;
	font-size: 19px;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 38px;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #8d8d8d;
	margin-top: 0;
	font-weight: 400;
	text-align: right;
}
.dct_service_v2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-1);
	padding: 10px;
	font-size: 25px;
	background: var(--color-1);
	z-index: -1;
	color: #fff;
	border: 2px solid #91a0ac;
	border-radius: 5px;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-1);
	padding: 10px;
	font-size: 25px;
	background: var(--color-1);
	z-index: -1;
	color: #fff;
	border: 2px solid #91a0ac;
	border-radius: 5px;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after {
	content: "";
	top: -78px;
	left: 23px;
	position: absolute;
	height: 100%;
	z-index: -1;
	border-right: 2px solid #d8d8d8;

	border-right-color: #d8d8d8;
	border-color: #d8d8d8;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before {
	content: "";
	bottom: 0;
	left: 23px;
	position: absolute;
	height: 100%;
	z-index: -1;
	border-right: 2px solid #d8d8d8;
 
	border-right-color: #d8d8d8;
	border-color: #d8d8d8;
}
.dct_service_v2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after {
	content: "";
	top: -78px;
	right: 6px;
	position: absolute;
	height: 100%;
	z-index: -1;
	border-right: 2px solid #d8d8d8;
 border-right-color:;
	border-right-color: #d8d8d8;
	border-color: #d8d8d8;
}
.dct_service_v2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before {
	content: "";
	bottom: 0;
	right: 6px;
	position: absolute;
	height: 100%;
	z-index: -1;
	border-right: 2px solid #d8d8d8;
 
	border-right-color: #d8d8d8;
	border-color: #d8d8d8;
}
.dct_service_v2 .et_pb_blurb_content .et_pb_main_blurb_image {
	float:right;
}
.dct_service_v2_left .et_pb_blurb_content, .dct_service_v2 .et_pb_blurb_content {
	top: 100px;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_main_blurb_image {
	float:left;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_blurb_container {
	text-align:left;
	max-width: 350px;
	padding-left: 40px;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	text-align:left;
}
.dct_service_v2_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	text-align:left;
}
.dct_service_v2 .et_pb_blurb_content .et_pb_blurb_container {
	max-width: 350px;
}
.dct_service_v2_left {
	position: relative;
	left: -143px;
}
 @media only screen and (max-width : 980px) {
 .dct_service_v2 {
left:0;
}
 .dct_service_v2 .et_pb_blurb_content .et_pb_main_blurb_image {
float:none;
}
 .dct_service_v2 .et_pb_blurb_content .et_pb_blurb_container {
}
 .dct_service_v2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::after {
left: 25px;
 right: auto;
 top: 34px;
}
 .dct_service_v2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::before, .dct_service_v2_left .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::before {
display:none;
}
 .dct_service_v2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
text-align: left;
font-size: 18px;
line-height: 28px;
}
 .dct_service_v2_left .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::after {
top: 31px;
}
 .dct_service_v2_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
text-align: left;
font-size: 18px;
line-height: 28px;
}
 .dct_service_v2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
text-align: left;
}
 .dct_service_v2_left {
left:0;
}
 .dct_service_v2_left .et_pb_blurb_content, .dct_service_v2 .et_pb_blurb_content {
top:0;
}
}
.dct_service_v2.dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color:#fff;
}
.dct_service_v2_left.dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color:#fff;
}
 @media only screen and (min-width: 981px) and (max-width: 1349px) {
 .dct_service_v2 {
left: 61px;
}
 .dct_service_v2_left {
left: -78px;
}
 .dct_service_v2 .et_pb_blurb_content .et_pb_blurb_container {
padding-right: 15px;
}
 .dct_service_v2_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header, .dct_service_v2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
line-height: 28px;
}
}
/* =======================

    Team V2

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



.dct_team_v2 {
	text-align: center;
	position: relative;
}
.dct_team_v2:before,  .dct_team_v2:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s linear 0s;
}
.dct_team_v2:before {
	background: var(--color-1);
	transform: scale(0);
	z-index: 1;
}
.dct_team_v2:hover:before {
	transform: scale(1);
}
.dct_team_v2:after {
	background: #d4d4d4;
}
.dct_team_v2 .et_pb_team_member_image {
	border-radius: 50%;
	overflow: hidden;
	max-width: 100%;
	margin-bottom:0;
	position: relative;
}
.dct_team_v2 .et_pb_team_member_image:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(53, 53, 53, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.2);
	transition: all 0.3s linear 0s;
}
.dct_team_v2:hover .et_pb_team_member_image:before {
	opacity: 1;
	transform: scale(0.97);
}
.dct_team_v2 img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.dct_team_v2 .et_pb_team_member_description .et_pb_member_social_links {
	width: 100%;
	position: absolute;
	top: -269%;
	left: 0px;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: scale(1.2);
	transition: all 0.3s linear 0s;
}
.dct_team_v2:hover .et_pb_team_member_description .et_pb_member_social_links {
	opacity: 1;
	transform: scale(1);
}

.dct_team_v2 .et_pb_team_member_description .et_pb_member_social_links li{margin-right: 0;}

.dct_team_v2 .et_pb_team_member_description .et_pb_member_social_links li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	font-size: 14px;
	color: var(--color-1);
	transition: all 0.3s linear 0s;
}
.dct_team_v2 .et_pb_team_member_description .et_pb_member_social_links li a:hover {
	background: var(--color-1);
	color: #fff;
}
.dct_team_v2 .et_pb_team_member_description .et_pb_module_header {
	font-size: 22px;
	font-weight: bold;
	color: #2a2b2f;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}
.dct_team_v2:hover .et_pb_team_member_description .et_pb_module_header {
	color:var(--color-1);
}
.dct_team_v2 .et_pb_team_member_description .et_pb_member_position {
	font-size: 18px;
	color: #696969;
	padding-bottom: 30px;
	text-transform: capitalize;
}
 @media only screen and (max-width: 980px) {
 .dct_team_v2 {
margin-bottom: 30px;
max-width:450px;
}
}
/* =======================

    Team V3

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







.dct_team_v3 {
	text-align: center;
}
.dct_team_v3 .et_pb_team_member_image {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.dct_team_v3 .et_pb_team_member_image:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 0 0 var(--color-1) inset;
	opacity: 0.5;
	transition: all 1s ease-in-out 0s;
}
.dct_team_v3:hover .et_pb_team_member_image:before {
	box-shadow: 0 0 0 400px var(--color-1) inset;
}
.dct_team_v3 .et_pb_team_member_image img {
	width: 100%;
	height: auto;
}
.dct_team_v3 .et_pb_member_social_links {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: -348%;
	left: 0;
}
.dct_team_v3 .et_pb_team_member_description .et_pb_member_social_links li {
	display: inline-block;
	margin-right: 10px;
	transform: scale(0, 0);
	transition: all 0.7s ease-in-out 0s;
}
 .dct_team_v3:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(1) {
 transition-delay: 0.1s;
 transform: scale(1, 1);
}
 .dct_team_v3:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(2) {
 transition-delay: 0.2s;
 transform: scale(1, 1);
}
 .dct_team_v3:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(3) {
 transform: scale(1, 1);
 transition-delay: 0.3s;
}
 .dct_team_v3:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(4) {
 transition-delay: 0.4s;
 transform: scale(1, 1);
}
 .dct_team_v3:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(5) {
 transition-delay: 0.5s;
 transform: scale(1, 1);
}
.dct_team_v3 .et_pb_team_member_description .et_pb_member_social_links li a {
	font-size: 30px;
	color: var(--color-2);
}
.dct_team_v3 .et_pb_team_member_description .et_pb_member_social_links li a:hover {
	text-decoration: none;
}
.dct_team_v3 .et_pb_team_member_description .et_pb_module_header {
	font-size: 22px;
	font-weight: bold;
	color: #283a44;
	text-transform: uppercase;
	margin-top: 10px;
}
.dct_team_v3 .et_pb_team_member_description .et_pb_member_position {
	display: block;
	font-size: 14px;
	color: #687177;
	text-transform: capitalize;
}
 @media screen and (max-width: 990px) {
 .dct_team_v3 {
margin-bottom: 20px;
}
}
/* =======================

    Team V4

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









.dct_team_v4 {
	padding: 20px 15px 30px;
	background: #fff;
	border-radius: 15px;
	text-align: center;
}
.dct_team_v4 .et_pb_team_member_image {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 10px;
	margin-bottom: 25px;
	transition: all 0.5s ease 0s;
}
.dct_team_v4:hover .et_pb_team_member_image {
	background: var(--color-1);
	border-radius: 50%;
}
.et_pb_team_member_image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.dct_team_v4 .et_pb_team_member_description .et_pb_module_header {
	font-size: 20px;
	font-weight: 600;
	color: #2e282a;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}
.dct_team_v4 .et_pb_team_member_description .et_pb_module_header:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #222;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.dct_team_v4 .et_pb_team_member_description .et_pb_member_position {
	color: var(--color-2);
	text-transform: uppercase;
}
.dct_team_v4 .et_pb_team_member_description .et_pb_member_social_links li {
	display: inline-block;
	margin-right: 10 px;
}
.dct_team_v4 .et_pb_team_member_description .et_pb_member_social_links li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 15px;
	color: var(--color-1);
	border: 1px solid var(--color-1);
	transition: all 0.5s ease 0s;
}
.dct_team_v4:hover .et_pb_team_member_description .et_pb_member_social_links li a {
	background: var(--color-1);
	color: #fff;
}
 @media only screen and (max-width: 990px) {
 .dct_team_v4 {
margin-bottom: 30px;
}
}
/* =======================

    Timeline 

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







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

    Timeline V1

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





.dct_timeline_v1 {
	position:relative
}
.dct_timeline_v1:before {
	content:"";
	width:10px;
	height:100%;
	background:#303334;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%)
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 {
	width:50.4%;
	float:right;
	padding:0 0 0 15px;
	position:relative
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:after, .dct_timeline_v1 .et_pb_dct_timeline_v1:before {
	content:"";
	width:30px;
	height:30px;
	border-radius:50%;
	border:10px solid #303334;
	background:var(--color-1);
	position:absolute;
	top:50%;
	left:-20px;
	z-index:1;
	transform:translateY(-50%)
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:after {
	width:90px;
	height:90px;
	border:none;
	background:linear-gradient(to right, transparent 70%, #fff 70%);
	left:-50px;
	z-index:0
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content {
	display:inline-block;
	background:#4d4d4d;
	border-radius:15px;
	max-width:100%;
	overflow:hidden;
	-webkit-clip-path:polygon(100% 0, 100% 100%, 7% 100%, 0 50%, 7% 0);
	clip-path:polygon(100% 0, 100% 100%, 7% 100%, 0 50%, 7% 0)
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_main_blurb_image {
	display:block;
	transform:translateY(-50%);
	position:absolute;
	top:50%;
	left:13%
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size:60px;
	color:var(--color-1)
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content:hover {
	text-decoration:none
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_blurb_container {
	width:70%;
	float:right;
	padding:20px;
	background:var(--color-1);
	position:relative
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-size:22px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 5px
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size:15px;
	color:#000;
	letter-spacing:1px;
	margin:0
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) {
float:left;
padding:0 15px 0 0
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n):before {
left:auto;
right:-20px
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n):after {
background:linear-gradient(to left, transparent 70%, #fff 70%);
left:auto;
right:-50px
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content {
-webkit-clip-path:polygon(0 0, 0 100%, 90% 100%, 100% 50%, 90% 0);
clip-path:polygon(0 0, 0 100%, 90% 100%, 100% 50%, 90% 0)
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_main_blurb_image {
left:auto;
right:13%
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_blurb_container {
float:left
}





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

    Timeline V2

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





.dct_timeline_v1.dark::before {
background: #fff;
}
 .dct_timeline_v1.dark .et_pb_dct_timeline_v1::after, .dct_timeline_v1.dark .et_pb_dct_timeline_v1::before {
border-color:#fff
}
.dct_timeline_v1.dark .et_pb_dct_timeline_v1:nth-child(2n)::after {
background:linear-gradient(to left, transparent 70%, #222 70%);
left:auto;
right:-50px
}
.dct_timeline_v1.dark .et_pb_dct_timeline_v1::after {
background:linear-gradient(to right, transparent 70%, #222 70%)
}
.dct_timeline_v1.dark .et_pb_dct_timeline_v1 .et_pb_blurb_content {
	background:#fff
}
 @media only screen and (max-width:990px) {
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_main_blurb_image, .dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
font-size:50px;
left:14%
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_main_blurb_image, .dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
font-size:50px;
right:14%
}
}
@media only screen and (max-width:767px) {
.dct_timeline_v1:after, .dct_timeline_v1:before {
left:6%;
transform:translateX(0)
}
.dct_timeline_v1 .et_pb_dct_timeline_v1, .dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) {
width:93%;
float:right;
padding:0 0 15px 15px
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:before, .dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n):before {
right:auto;
left:-25px
}
.dct_timeline_v1.dark .et_pb_dct_timeline_v1:nth-child(2n):after {
background:linear-gradient(to right, transparent 70%, #222 70%)!important;
right:auto!important;
left:-50px!important
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n):after {
background:linear-gradient(to right, transparent 70%, #fff 70%)!important;
right:auto!important;
left:-50px!important
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content {
-webkit-clip-path:polygon(100% 0, 100% 100%, 7% 100%, 0 50%, 7% 0);
clip-path:polygon(100% 0, 100% 100%, 7% 100%, 0 50%, 7% 0)
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_blurb_container, .dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_blurb_container {
width:72%;
float:right
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_main_blurb_image {
font-size:60px;
right:auto;
left:14%
}
}
@media only screen and (max-width:480px) {
.dct_timeline_v1:after, .dct_timeline_v1:before {
left:4%
}
.dct_timeline_v1 .et_pb_dct_timeline_v1:after, .dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n):after {
left:-57px
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_main_blurb_image, .dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon, .dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_main_blurb_image, .dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
font-size:40px;
left:18%
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_blurb_container, .dct_timeline_v1 .et_pb_dct_timeline_v1:nth-child(2n) .et_pb_blurb_content .et_pb_blurb_container {
width:60%;
padding:10px
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
font-size:14px
}
.dct_timeline_v1 .et_pb_dct_timeline_v1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
font-size:13px
}
}
#dct_timeline_bg .dct_title .dct_square_div {
	border-color:#fff;
}
/* =======================

    Counter V1

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





.dct_count_v1 .percent .percent-value {
	color:var(--color-1);
	line-height: 69px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.dct_count_v1 .title {
	color: #000;
	line-height: 37px;
	font-size: 20px;
	font-weight: 400;
}
.dct_count_v1 .percent:after {
	background-color: var(--color-1);
	content: "";
	display: block;
	height: 3px;
	margin: auto;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	width: 50px;
	transition: all 0.3s linear 0s;
}
.dct_count_v1:hover .percent:after {
	width: 75px;
}
/* =======================

    Counter V2

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


.dct_count_v2{opacity:1;}
.dct_count_v2 .percent .percent-value {
	color:var(--color-1);
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.dct_count_v2 .title {
	color: #b3b3b3;
	line-height: 37px;
	font-size: 23px;
	font-weight: 300;
	padding-bottom: 20px;
}
.dct_count_v2:after {
	background-color: var(--color-1);
	content: "";
	display: block;
	height: 3px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	transition: all 0.3s linear 0s;
}
.dct_count_v2:hover:after {
	width: 75px;
}
.dct_count_v1_row {
	background: #fff;
	padding: 50px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.17);
	z-index: 1;
	margin-bottom: -139px;
}
 @media only screen and (max-width : 980px) {
 .dct_count_v1_row {
margin-bottom: 0px;
}
}
/* =======================

    Counter V3

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



.dct_count_v3 .et_pb_text_inner h3 {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
}
.dct_count_v3 .et_pb_text_inner h1 {
	color: #FFF;
	font-size: 60px;
	line-height: 66px;
	font-weight: 600;
	margin-bottom: 24px;
}
.dct_count_v3 .et_pb_text_inner h1 span {
	color:var(--color-1);
}
.dct_count_v3 .et_pb_text_inner p {
	color: #FFF;
	line-height: 24px;
	margin-bottom: 24px;
}
.dct_count_v3 .et_pb_number_counter .percent p {
	font-size: 60px;
	font-weight: 700;
}
.dct_count_v3 .percent {
	margin-bottom: 5px;
}
.dct_count_v3 .title {
	color: var(--color-1);
	font-weight: 700;
	line-height: 25px;
}
.dct_count_v3 .percent:after {
	content: "";
	display: block;
	height: 3px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-1);
	width: 50px;
	transition: all 0.3s linear 0s;
}
.dct_count_v3 .percent:hover:after {
	width: 75px;
}
/* =======================

    Counter V4

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







.dct_count_v4_bg {
	background-color:var(--color-1)
}
.dct_count_v4:after {
	background-color:#1a1a1a;
	content: "";
	display: block;
	height: 3px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	transition: all 0.3s linear 0s;
}
.dct_count_v4:hover:after {
	width: 75px;
}
.dct_count_v4 .title {
	padding-bottom: 20px;
}
.et_pb_number_counter .percent p {
	font-size: 55px;
}
/* =======================

    Portfolio V2

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

.dct_portfolio_v2 .et_pb_portfolio_filters li a{border-radius:0;padding:15px;color:var(--color-1);font-size:15px;text-transform:uppercase;font-weight:500}
.dct_portfolio_v2 .et_pb_portfolio_filters li a:hover{background:var(--color-1);color:#fff}
.dct_portfolio_v2 .et_pb_portfolio_filters li a.active{color:#fff!important;background-color:var(--color-1)}
.dct_portfolio_v2 .et_pb_portfolio_item .et_overlay{background-color:transparent;border:none;z-index:111}
.dct_portfolio_v2 .et_pb_portfolio_item .et_overlay::before{color:transparent}
.dct_portfolio_v2 .et_pb_portfolio_item{background:var(--color-1);box-shadow:0 0 3px rgba(0,0,0,.3);overflow:hidden;position:relative}
.dct_portfolio_v2 .et_pb_portfolio_item .et_portfolio_image:after{content:"";background:rgba(0,0,0,.7);position:absolute;top:0;left:-30%;bottom:0;right:70%;transform:skew(20deg) translateX(-75%);transition:all .35s ease 0s}
.dct_portfolio_v2 .et_pb_portfolio_item:hover .et_portfolio_image:after{transform:skew(20deg) translateX(0)}



.dct_portfolio_v2 .et_pb_portfolio_item .et_portfolio_image img{width:100%;height:auto;transition:all .35s ease 0s}
.dct_portfolio_v2 .et_pb_portfolio_item:hover .et_portfolio_image img{opacity:.3}
.dct_portfolio_v2 .et_pb_portfolio_item .post-meta{padding:20px;position:absolute;top:30px;right:10px;opacity:0;transform:translateX(40px);transition:all .35s ease 0s;z-index:1}
.dct_portfolio_v2 .et_pb_portfolio_item .post-meta a{color:#fff}
.dct_portfolio_v2 .et_pb_portfolio_item:hover .post-meta{opacity:1;transform:translateX(0)}
.dct_portfolio_v2 .et_pb_portfolio_item .et_pb_module_header{padding:20px;text-transform:uppercase;text-align:right;position:absolute;top:0;right:0;font-size:20px;font-weight:900;color:#fff;transform:scale(0);transition:all .35s ease 0s;z-index:1}
.dct_portfolio_v2 .et_pb_portfolio_item:hover .et_pb_module_header{transform:scale(1)}

@media only screen and (min-width:768px){.dct_portfolio_v2 .et_pb_portfolio_filters ul{text-align:center}.dct_portfolio_v2 .et_pb_portfolio_filters ul li{display:inline-block;float:none!important;margin-left:10px}}
@media only screen and (max-width :480px){.dct_portfolio_v2 .et_pb_portfolio_item{width:100%!important}}


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

    Portfolio V3

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


  .dct_portfolio_v3 .et_pb_portfolio_filters li a{border-radius:0;padding:15px;color:var(--color-1);font-size:15px;text-transform:uppercase;font-weight:500}
.dct_portfolio_v3 .et_pb_portfolio_filters li a:hover{background:var(--color-1);color:#fff}
.dct_portfolio_v3 .et_pb_portfolio_filters li a.active{color:#fff!important;background-color:var(--color-1)}

.dct_portfolio_v3 .et_pb_portfolio_item .et_overlay{background-color:transparent;border:none;z-index:111}
.dct_portfolio_v3 .et_pb_portfolio_item .et_overlay::before{display:none}
.dct_portfolio_v3 .et_pb_portfolio_item{position:relative;overflow:hidden;display:block}
.dct_portfolio_v3 .et_pb_portfolio_item img{display:block;margin:0;width:100%;height:auto;box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;transition:all 10s;-moz-transition:all 10s;-webkit-transition:all 10s;-o-transition:all 10s}
.dct_portfolio_v3 .et_pb_portfolio_item:hover img{-moz-transform:scale(2);-webkit-transform:scale(2);-o-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}

.dct_portfolio_v3 .et_pb_portfolio_item .et_portfolio_image:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.7);position:absolute;bottom:-100%;left:0;z-index:1;transition:all .3s ease 0s}
.dct_portfolio_v3 .et_pb_portfolio_item:hover .et_portfolio_image:before{bottom:0}

.dct_portfolio_v3 .et_pb_portfolio_item .et_portfolio_image{margin-bottom:0;position:relative}
.dct_portfolio_v3 .et_pb_portfolio_item .et_portfolio_image img{width:100%;height:auto}
.dct_portfolio_v3 .et_pb_portfolio_item .post-meta{width:100%;padding:0 30px;position:absolute;bottom:15px;left:-100%;z-index:1;transition:all .3s ease .2s}
.dct_portfolio_v3 .et_pb_portfolio_item .post-meta a{color:#fff}
.dct_portfolio_v3 .et_pb_portfolio_item:hover .post-meta{left:0}
.dct_portfolio_v3 .et_pb_portfolio_item .et_pb_module_header{width:100%;padding:0 30px;position:absolute;top:0;left:-100%;text-transform:uppercase;color:var(--color-1);z-index:1;transition:all .3s ease .2s}
.dct_portfolio_v3 .et_pb_portfolio_item .et_pb_module_header a{position:relative;top:18px}
.dct_portfolio_v3 .et_pb_portfolio_item:hover .et_pb_module_header{opacity:1;left:0}

@media only screen and (min-width:768px){.dct_portfolio_v3 .et_pb_portfolio_filters ul{text-align:center}.dct_portfolio_v3 .et_pb_portfolio_filters ul li{display:inline-block;float:none!important;margin-left:10px}}
@media only screen and (min-width:767px) and (max-width:980px){.dct_portfolio_v3 .et_pb_portfolio_item .et_pb_module_header{font-size:20px}}@media only screen and (max-width :480px){.dct_portfolio_v3 .et_pb_portfolio_item{width:100%!important}}


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

    Why Choose us 

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



.dct_why_us_v2 .et_pb_accordion .et_pb_toggle_open {
	background-color: transparent;
	color: var(--color-1);
}
 .dct_why_us_v2 .et_pb_toggle_close h5, .dct_why_us_v2 .et_pb_toggle_title::before {
font-weight:600
}
.dct_why_us_v2 {
	border-radius:6px;
	background-color:#fff;
	padding:1.2vw 2vw 1.3vw
}
.dct_why_us_v2 .et_pb_toggle_close h5 {
	font-size:16px;
	line-height:25px;
	font-weight:400;
	letter-spacing:.05em;
	text-transform:uppercase;
}
.dct_why_us_v2 .et_pb_toggle_content p {
	color:#5f727f;
	line-height:25px;
	font-weight:400
}
.dct_why_us_v2 .et_pb_toggle_close {
	background:0, 0
}
.dct_why_us_v2 .et_pb_toggle_open h5 {
	text-transform:uppercase;
	letter-spacing:.05em;
	line-height:25px;
	font-weight:700;
	font-size: 14px;
}
.dct_why_us_v2 .et_pb_toggle_close h5:before {
	content:"\59" !important;
	font-family:ETmodules!important;
	color:var(--color-1)!important;
}
.dct_why_us_v2 .et_pb_toggle_open h5:before {
	content:"\58" !important;
	display:block!important;
	margin-top:-16px;
	color:var(--color-1)!important;
	font-family:ETmodules!important
}
 @media only screen and (min-width: 768px) and (max-width: 980px) {
 .dct_why_us_v2 .et_pb_column {
padding-bottom: 0%;
}
}
/* =======================

    Why Choose us V3 

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





.dct_why_us_v3 .et_pb_blurb {
	background-color: #FFF;
	padding: 30px;
}
.dct_why_us_v3 .et_pb_blurb_content .et_pb_main_blurb_image {
	width: 55px;
}
.dct_why_us_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-weight: 600;
	line-height: 22px;
	color: #1a1a1a;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.dct_why_us_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #767676;
	font-weight: 400;
}
.dct_why_us_v3 .et_pb_blurb_content {
	max-width: 100%;
}
.dct_animate_line {
	position: relative;
	z-index: 0;
	padding-left: 0;
	padding-right: 0;
}
.dct_animate_line:before, .dct_animate_line:after {
	content: "";
	width: 0%;
	height: 0%;
	position: absolute;
 transition: all .5s ease 0s;
}
.dct_animate_line:before {
	top: 0;
	left: 0;
	border-top: 5px solid var(--color-1);
	border-left: 5px solid var(--color-1);
}
.dct_animate_line:after {
	bottom: 0;
	right: 0;
	border-bottom: 5px solid var(--color-1);
	border-right: 5px solid var(--color-1);
}
.dct_animate_line:hover:before, .dct_animate_line:hover:after {
	width: 25%;
	height: 25%;
	opacity: 1;
}
/* =======================

    FAQ

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



.dct_faq_v1 .et_pb_toggle {
	border:none;
	background:#eeeeee;
	padding: 0;
	margin-bottom: 10px !important;
}
.dct_faq_v1 .et_pb_toggle_open h5 {
	background:var(--color-1);
	padding: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.dct_faq_v1 .et_pb_toggle_close h5 {
	background:#eeeeee;
	padding: 20px;
	text-transform: uppercase;
	color: #444;
	font-weight: 600;
}
.dct_faq_v1 .et_pb_toggle_content {
	padding:10px;
	padding: 20px;
	font-weight: 500;
	color: #555;
}
.dct_faq_v1 .et_pb_toggle_close h5:before {
	font-weight: 900;
	margin-right: 15px;
	content:"\32" !important;
	font-family:ETmodules!important;
	color:#444 !important;
	font-size: 25px;
}
.dct_faq_v1 .et_pb_toggle_open h5:before {
	font-weight: 900;
	margin-right: 15px;
	content:"\33" !important;
	display:block!important;
	color:#444 !important;
	font-family:ETmodules!important;
	font-size: 25px;
}
/* =======================

    FAQ V3

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



.dct_faq_v3 .et_pb_toggle_open h5 {
	font-size: 15px;
	background:var(--color-1);
	padding: 15px 40px 15px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.dct_faq_v3 .et_pb_toggle_close h5 {
	background:var(--color-1);
	padding: 15px 40px 15px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.dct_faq_v3 .et_pb_toggle {
	background:transparent;
	border: none;
}
.dct_faq_v3 .et_pb_toggle_content {
	font-weight: 500;
	color: #fff;
	font-weight: 400;
}
.dct_faq_v3 .et_pb_toggle_close h5:before {
	font-weight: 900;
	margin-right: 15px;
	content: "\4c" !important;
	font-family: ETmodules !important;
	color: #fff !important;
	font-size: 20px;
}
.dct_faq_v3 .et_pb_toggle_open h5:before {
	font-weight: 900;
	margin-right: 15px;
	content: "\4d" !important;
	display: block !important;
	color: #fff !important;
	font-family: ETmodules !important;
	font-size: 20px;
}
.dct_faq_v3 .dct_title_left .dct_square_div {
	border-color:#fff;
}
.dct_faq_v3 .et_pb_counters {
	margin-bottom: 20px !important;
}
.dct_faq_v3 .et_pb_counters .et_pb_counter_title {
	font-weight: 700;
	color: #FFF;
	font-size: 14px;
}
.dct_faq_v3 .et_pb_counters .et_pb_counter_amount {
	background-color:var(--color-1);
	line-height: 0.6em;
}
/* =======================

    Hero Section

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



.dct_hero_v2 .dct_blurb_v2:after {
	content: "\39";
	font-family: ETmodules !important;
	position: absolute;
	top: 50%;
	right: -25%;
	left: auto;
	font-size: 68px;
	color: var(--color-2);
}
.dct_hero_v2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-2);
	font-size: 90px;
}
.dct_hero_v2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	margin-bottom: 30px;
	color: var(--color-1);
	text-align: center;
	line-height: 90px;
	font-size: 80px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.dct_hero_v2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	text-align: center;
	color: #5f727f;
	line-height: 25px;
	font-size: 12px;
	font-weight: 400;
}
.dct_hero_v2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
	color: var(--color-2);
	letter-spacing: .05em;
	text-align: center;
	line-height: 30px;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}
 @media only screen and (max-width : 980px) {
 .dct_hero_v2 .dct_blurb_v2::after {
display:none;
}
}
/* =======================

    Call to action

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





.dct_cta_v2 {
	background-color:var(--color-1);
}
.dct_cta_v2 .et_pb_text_inner h3 {
	
	color: #111;
	line-height: 42px;
	
	text-transform: uppercase;
	font-weight: 300;
}
.dct_cta_v2 .et_pb_text_inner h3 span {
	font-weight: 700;
}
.dct_cta_v2 .et_pb_button {
	color: #fff;
	border-color: #fff;
	font-weight: 700;
	margin-top: 20px;
}
.dct_cta_v2 .et_pb_button:hover {
	background-color:#111111 !important;
}
 
 @media only screen and (max-width : 980px) {
 .dct_cta_v2 .et_pb_text_inner h3 {
text-align:center;
float: none;
}
}
.dct_cta_v2 .et_pb_button {
	margin-top: 10px;
	margin-bottom: 10px;
}

 @media only screen and (max-width : 980px) {
.dct_cta_v2 .et_pb_button_wrapper {
text-align:center;
}
}
/* =======================

    Call to action V3

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





.dct_cta_v3 .header-content {
	width: 100% !important;
	max-width: 1000px !important;
}
.dct_cta_v3 .header-content .et_pb_module_header {
	margin: 0;
	color: #fff;
	font-size: 60px;
	line-height: 80px;
	text-align: center;
	font-weight: 700;
}
.dct_cta_v3 .header-content .et_pb_fullwidth_header_subhead {
	margin: 0;
	color: var(--color-1);
	font-size: 24px;
	line-height: 40px;
}
.dct_cta_v3 .header-content .et_pb_button.et_pb_button_one {
	background-color: #333;
	border: none;
	line-height: 21px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	border-radius: 0;
	letter-spacing: 3px;
	color: #fff;
	padding: .5em 1em;
	margin-top: 50px !important;
}
.dct_cta_v3 .header-content .et_pb_button.et_pb_button_one:hover {
	background-color:var(--color-1);
	color:#333;
}
.dct_cta_v3 .header-content .et_pb_button.et_pb_button_two:hover {
	background-color:#333;
	color:#fff;
}
.dct_cta_v3 .header-content .et_pb_button.et_pb_button_one:after, .dct_cta_v3 .header-content .et_pb_button.et_pb_button_two:after {
	display:none;
}
.dct_cta_v3 .header-content .et_pb_button.et_pb_button_two {
	background-color: var(--color-1);
	border: none;
	line-height: 21px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	border-radius: 0;
	letter-spacing: 3px;
	color: #fff;
	padding: .5em 1em;
}
 @media only screen and (max-width : 980px) {
 .dct_cta_v3 .header-content .et_pb_module_header {
font-size: 40px;
 line-height: 60px;
}
 .dct_cta_v3 .header-content .et_pb_button.et_pb_button_two {
margin-left:0;
letter-spacing: 0;
}
 .dct_cta_v3 .header-content .et_pb_button.et_pb_button_one {
letter-spacing: 0;
}
}
/* =======================

    Call to action V4

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





.dct_cta_v4 {
	background-color:var(--color-1) !important;
}
.dct_cta_v4 .et_pb_promo_description {
	padding-bottom: 35px;
	padding-top: 20px;
}
.dct_cta_v4 .et_pb_promo_description .et_pb_module_header {
	color: #333333 !important;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	line-height: 1.31;
	letter-spacing: 1px;
}
.dct_cta_v4 .et_pb_button_wrapper {
	margin-bottom: -68px;
}
.dct_cta_v4 .et_pb_button_wrapper .et_pb_button {
	background: #333333;
	border-width: 2px;
	border-color: #333333;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 13px 29px;
	line-height: 17px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
transition: all .2s;
	color: #ffffff;
	border-radius:0px;
}
.dct_cta_v4 .et_pb_button_wrapper .et_pb_button:hover {
	background-color:#fff;

	color: #333333;
	border-color: #333;
	border-radius: 0;
}
.dct_cta_v4 .et_pb_button_wrapper .et_pb_button:after {
	display:none;
}
/* =======================

    Call to action V5

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



.dct_cta_v5 .et_pb_text_inner h1 {
	color: #ffffff;
	font-weight: 300;
	font-size: 34px;
	line-height: 1.40;
	letter-spacing: 2px;
}
.dct_cta_v5 .et_pb_text_inner h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 1px;
}
.dct_cta_v5 .et_pb_button {
	background: var(--color-1);
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 400;
	letter-spacing: 2px;
	padding: .5em 1em;
	border-color: transparent;
	line-height: 21px;
	font-size: 18px;
	text-align: center;
}
.dct_cta_v5 .et_pb_button:hover {
	background-color:#333;
	color:#fff;
}
/* =======================

    Pricing Tables V2

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





.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table {
	border:2px solid #e3e3e3;
	position:relative;
	transform:translateZ(0)
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table:after,  .dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table:before {
	content:"";
	position:absolute;
	top:-2px;
	left:-2px;
	bottom:-2px;
	right:-2px;
	z-index:-1;
transition:all .5s ease 0s
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table:before {
	border-right:2px solid var(--color-1);
	border-left:2px solid var(--color-1);
	transform:scaleY(0);
	transform-origin:100% 0 0
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table:after {
	border-bottom:2px solid var(--color-1);
	border-top:2px solid var(--color-1);
	transform:scaleX(0);
	transform-origin:0 100% 0
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table:hover:before {
	transform:scaleY(1)
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table:hover:after {
	transform:scaleX(1)
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading {
	background:var(--color-1);
	padding:40px 0;
	margin-bottom:0
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title {
	color:#333;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	box-shadow:0 0 20px #fff;
	padding:10px
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_best_value {
	font-size:14px;
	display:block
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {
	padding-bottom:0;
	border-bottom:none;
	background:var(--color-1)
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign {
	font-size:45px;
	font-weight:400;
	position:absolute;
	color:#fff;
	top:-10px;
	margin-left:-25px
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency {
	color:#fff;
	position:absolute;
	bottom:34px;
	text-transform:capitalize
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
	font-size:72px;
	font-weight:600;
	margin-top:10px;
	position:relative;
	color:#fff;
	top:-30px;
	display:inline-block
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content {
	padding:15px;
	margin-bottom:10px
}
 .dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span::before {
content:none
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content li {
	font-size:16px;
	text-align:center;
	color:#7a7e82;
	line-height:30px
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button {
	border-right:none;
	font-size:14px;
	font-weight:700;
	color:var(--color-1);
	padding:9px 30px;
	position:relative;
	text-transform:uppercase;
transition:all .3s ease 0s
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:after, .dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:before {
	content:"";
	display:block;
	height:32px;
	border-left:2px solid var(--color-1);
	position:absolute;
	right:-11px;
	opacity:1;
transition:all .3s ease 0s
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:after {
	top:-6px;
	transform:rotate(-45deg)
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:before {
	bottom:-6px;
	transform:rotate(45deg)
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:hover {
	background-color:transparent!important;
	border:2px solid var(--color-1);
	border-right:none
}
.dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content li:before {
	content:"\39";
	font-family:ETmodules!important;
	font-weight:900;
	color:var(--color-1);
	font-size:20px;
	padding-right:10px
}
 @media screen and (max-width: 990px) {
 .dct_pricing_v2 .et_pb_pricing_table_wrap .et_pb_pricing_table {
margin-bottom: 25px;
}
}
/* =======================

    Inquiry V1

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

  

  

.dct_inquiry_v1 .et_pb_text {
	margin-bottom: 0 !important;
}
.dct_inquiry_v1 .et_pb_text_inner h1 {
	background:var(--color-1);
	padding: 28px 28px 27px 31px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: 1px;
	font-size: 32px;
}
.dct_inquiry_v1 .et_pb_contact_main_title {
	font-size: 15px;
	line-height: 2.27;
	font-weight: 500;
	letter-spacing: 0px;
	color: #747474;
}
.dct_inquiry_v1 .et_pb_contact p input {
	background-color:#fff;
	color: #000;
	border-radius: 0;
}
 .dct_inquiry_v1 .et_pb_contact p input::placeholder {
color:#fff;
}
 .dct_inquiry_v1 .et_pb_contact p input:-ms-input-placeholder {
color:#fff;
}
 .dct_inquiry_v1 .et_pb_contact p input::-ms-input-placeholder {
color:#fff;
}
.dct_inquiry_v1 .et_pb_contact p textarea {
	background-color:#fff;
	color: #fff;
	border-radius: 0;
}
.dct_inquiry_v1 .et_pb_contact_form_label {
	display: block;
	text-transform: uppercase;
	line-height: 35px;
	font-size: 15px;
	font-weight: 400;
}
.dct_inquiry_v1 .et_contact_bottom_container {
	float: left;
	margin-top: 2.5%;
	padding-left: 6px;
}
.dct_inquiry_v1 .et_contact_bottom_container .et_pb_button {
	font-weight: 400;
	letter-spacing: 2px;
	background: #fed03d;
	text-transform: uppercase;
	border-color: transparent;
	font-size: 17px;
	color: #333333;
}
 @media only screen and (max-width : 980px) {
 .dct_inquiry_v1 .et_pb_text_inner h1 {
padding: 20px;
}
 .dct_inquiry_v1 .et_contact_bottom_container {
padding-left:0;
}
}
/* =======================

    Inquiry V2

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

  

  

.dct_inquiry_v2 .et_pb_text_inner h2 {
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.dct_inquiry_v2 .et_pb_text_inner h1 {
	color: rgba(255, 255, 255, .85);
	font-family: "Poppins", Tahoma, Geneva, sans-serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 65px;
}
.dct_inquiry_v2 .et_pb_text_inner h4 {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #8d9297;
}
.dct_inquiry_v2 .et_pb_text_inner h3 {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 40px;
	color: #182333;
	text-transform: uppercase;
}
.dct_inquiry_v2 .et_contact_bottom_container {
	width: 100% !important;
	padding-left: 3%;
}
.dct_inquiry_v2 .et_contact_bottom_container .et_pb_button {
	width: 100%;
	margin-left: 0px !important;
	text-transform: uppercase;
	background: var(--color-1);
	border-color: var(--color-1);
	color: #333;
	font-size: 15px;
}
.dct_inquiry_row {
	margin-top: -150px;
}
.dct_inquiry_v2 .et_pb_contact p input {
	background-color:#f8f9fa;
	margin-bottom: 10px;
	font-size: 12px;
}
.dct_inquiry_v2 .et_pb_contact p textarea {
	background-color:#f8f9fa;
	font-size: 12px;
}
.dct_inquiry_v2 .et_pb_contact_select {
	background-color:#f8f9fa;
	margin-bottom: 10px;
	font-size: 12px;
}
 @media only screen and (max-width : 980px) {
 .dct_inquiry_v2 .et_pb_text_inner h1 {
font-size: 35px;
line-height: 50px;
}
}
 @media only screen and (min-width: 981px) and (max-width: 1499px) {
 .dct_inquiry_row {
margin-top: -70px !important;
}
}
/* =======================

    Inquiry V3

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





.dct_inquiry_v3 .et_pb_text_inner h1 {
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 600;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #182333;
	text-transform: uppercase;
}
.dct_inquiry_v3 .et_pb_contact p input, .dct_inquiry_v3 .et_pb_contact_select, .dct_inquiry_v3 .et_pb_contact p textarea {
	color: #777;
	border-width: 1;
	background-color:#fff;
	border: 1px solid;
}
.dct_inquiry_v3 .et_contact_bottom_container {
	width: 100% !important;
	padding-left: 3%;
}
.dct_inquiry_v3 .et_contact_bottom_container .et_pb_button {
	width: 100%;
	margin-left: 0px !important;
	text-transform: uppercase;
	background: var(--color-1);
	border-color: var(--color-1);
	color: #333;
	font-size: 15px;
}
/* =======================

    Contact us

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



#dct_contact .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:var(--color-1);
}
#dct_contact .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	text-align: center;
	font-weight: 700;
	line-height: 38px;
	font-size: 24px;
	color: #3c3950;
transition: all .3s;
	letter-spacing: .05em;
	text-transform: uppercase;
}
#dct_contact .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: rgb(60, 57, 80);
	margin-top: 14px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.dct_ct_form .et_contact_bottom_container .et_pb_button {
	background: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
	text-transform: uppercase;
	border-radius: 0;
}
.dct_ct_form .et_pb_contact p input {
	background-color:#fff;
	border-bottom: 1px solid;
}
.dct_ct_form .et_pb_contact p textarea {
	background-color:#fff;
	border-bottom: 1px solid;
}
/* =======================

    Contact us V2

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



.dct_contact_v2 .et_pb_contact p input, .dct_contact_v2 .et_pb_contact p textarea {
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	width: 100%;
	font-size: 14px;
	background: transparent;
}
.dct_contact_v2 .et_contact_bottom_container {
	float: left;
}
.dct_contact_v2 .et_pb_contact_main_title {
	margin: 0;
	padding: 0 0 20px;
	font-size: 20px;
	color: #3B566E;
	font-weight: 500;
}
.dct_contact_v2 .et_contact_bottom_container .et_pb_button {
	padding: 10px 18px;
	border-radius: 3px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	background: var(--color-1);
	border-color: transparent;
	color: #333;
}
.dct_contact_v2 .et_contact_bottom_container .et_pb_button:hover {
	padding: 10px 18px !important;
	background-color:#000;
	color:#fff;
}
.dct_contact_v2 .dct_cnt_blurb {
	background-color: var(--color-1);
	width: 90%;
}
.dct_contact_v2 .dct_cnt_blurb .et_pb_blurb_content {
	max-width: 100%;
	padding: 25px;
}
.dct_contact_v2 .dct_cnt_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	padding: 20px;
	background: #fff;
	font-weight: bold;
	color: var(--color-1);
}
.dct_contact_v2 .dct_cnt_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.dct_contact_v2 .dct_cnt_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #fff;
	line-height: 25px;
	font-size: 17px;
}
/*Typing Effects*/

.dct-intro {
}
.dct-intro .dct-headline b {
	color:rgba(228, 16, 135, 1);
}
.dct-headline {
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dct-words-wrapper {
	display:inline-table;
	position: relative;
	text-align: left;
}
.dct-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.dct-words-wrapper b.is-visible {
	position: relative;
}
.no-js .dct-words-wrapper b {
	opacity: 0;
}
.no-js .dct-words-wrapper b.is-visible {
	opacity: 1;
}
/* -------------------------------- 



xrotate-1 



-------------------------------- */

.dct-headline.rotate-1 .dct-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.dct-headline.rotate-1 b {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.dct-headline.rotate-1 b.is-visible {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: cd-rotate-1-in 1.2s;
	-moz-animation: cd-rotate-1-in 1.2s;
	animation: cd-rotate-1-in 1.2s;
}
.dct-headline.rotate-1 b.is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: cd-rotate-1-out 1.2s;
	-moz-animation: cd-rotate-1-out 1.2s;
	animation: cd-rotate-1-out 1.2s;
}
 @-webkit-keyframes cd-rotate-1-in {
 0% {
 -webkit-transform: rotateX(180deg);
 opacity: 0;
}
 35% {
 -webkit-transform: rotateX(120deg);
 opacity: 0;
}
 65% {
 opacity: 0;
}
 100% {
 -webkit-transform: rotateX(360deg);
 opacity: 1;
}
}
 @-moz-keyframes cd-rotate-1-in {
 0% {
 -moz-transform: rotateX(180deg);
 opacity: 0;
}
 35% {
 -moz-transform: rotateX(120deg);
 opacity: 0;
}
 65% {
 opacity: 0;
}
 100% {
 -moz-transform: rotateX(360deg);
 opacity: 1;
}
}
 @keyframes cd-rotate-1-in {
 0% {
 -webkit-transform: rotateX(180deg);
 -moz-transform: rotateX(180deg);
 -ms-transform: rotateX(180deg);
 -o-transform: rotateX(180deg);
 transform: rotateX(180deg);
 opacity: 0;
}
 35% {
 -webkit-transform: rotateX(120deg);
 -moz-transform: rotateX(120deg);
 -ms-transform: rotateX(120deg);
 -o-transform: rotateX(120deg);
 transform: rotateX(120deg);
 opacity: 0;
}
 65% {
 opacity: 0;
}
 100% {
 -webkit-transform: rotateX(360deg);
 -moz-transform: rotateX(360deg);
 -ms-transform: rotateX(360deg);
 -o-transform: rotateX(360deg);
 transform: rotateX(360deg);
 opacity: 1;
}
}
 @-webkit-keyframes cd-rotate-1-out {
 0% {
 -webkit-transform: rotateX(0deg);
 opacity: 1;
}
 35% {
 -webkit-transform: rotateX(-40deg);
 opacity: 1;
}
 65% {
 opacity: 0;
}
 100% {
 -webkit-transform: rotateX(180deg);
 opacity: 0;
}
}
 @-moz-keyframes cd-rotate-1-out {
 0% {
 -moz-transform: rotateX(0deg);
 opacity: 1;
}
 35% {
 -moz-transform: rotateX(-40deg);
 opacity: 1;
}
 65% {
 opacity: 0;
}
 100% {
 -moz-transform: rotateX(180deg);
 opacity: 0;
}
}
 @keyframes cd-rotate-1-out {
 0% {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 -ms-transform: rotateX(0deg);
 -o-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
 35% {
 -webkit-transform: rotateX(-40deg);
 -moz-transform: rotateX(-40deg);
 -ms-transform: rotateX(-40deg);
 -o-transform: rotateX(-40deg);
 transform: rotateX(-40deg);
 opacity: 1;
}
 65% {
 opacity: 0;
}
 100% {
 -webkit-transform: rotateX(180deg);
 -moz-transform: rotateX(180deg);
 -ms-transform: rotateX(180deg);
 -o-transform: rotateX(180deg);
 transform: rotateX(180deg);
 opacity: 0;
}
}
/* -------------------------------- 



xtype 



-------------------------------- */

.dct-headline.type .dct-words-wrapper {
}
 .dct-headline.type .dct-words-wrapper::after {

  /* vertical bar */

  content: '';
 position: absolute;
 right: 0;
 top: 50%;
 bottom: auto;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 height: 90%;
 width: 1px;
 background-color: #aebcb9;
}
 .dct-headline.type .dct-words-wrapper.waiting::after {
 -webkit-animation: cd-pulse 1s infinite;
 -moz-animation: cd-pulse 1s infinite;
 animation: cd-pulse 1s infinite;
}
.dct-headline.type .dct-words-wrapper.selected {
	background-color: #aebcb9;
}
 .dct-headline.type .dct-words-wrapper.selected::after {
 visibility: hidden;
}
.dct-headline.type .dct-words-wrapper.selected b {
	color: #0d0d0d;
}
.dct-headline.type b {
	visibility: hidden;
}
.dct-headline.type b.is-visible {
	visibility: visible;
}
.dct-headline.type i {
	position: absolute;
	visibility: hidden;
}
.dct-headline.type i.in {
	position: relative;
	visibility: visible;
}
 @-webkit-keyframes cd-pulse {
 0% {
 -webkit-transform: translateY(-50%) scale(1);
 opacity: 1;
}
 40% {
 -webkit-transform: translateY(-50%) scale(0.9);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(-50%) scale(0);
 opacity: 0;
}
}
 @-moz-keyframes cd-pulse {
 0% {
 -moz-transform: translateY(-50%) scale(1);
 opacity: 1;
}
 40% {
 -moz-transform: translateY(-50%) scale(0.9);
 opacity: 0;
}
 100% {
 -moz-transform: translateY(-50%) scale(0);
 opacity: 0;
}
}
 @keyframes cd-pulse {
 0% {
 -webkit-transform: translateY(-50%) scale(1);
 -moz-transform: translateY(-50%) scale(1);
 -ms-transform: translateY(-50%) scale(1);
 -o-transform: translateY(-50%) scale(1);
 transform: translateY(-50%) scale(1);
 opacity: 1;
}
 40% {
 -webkit-transform: translateY(-50%) scale(0.9);
 -moz-transform: translateY(-50%) scale(0.9);
 -ms-transform: translateY(-50%) scale(0.9);
 -o-transform: translateY(-50%) scale(0.9);
 transform: translateY(-50%) scale(0.9);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(-50%) scale(0);
 -moz-transform: translateY(-50%) scale(0);
 -ms-transform: translateY(-50%) scale(0);
 -o-transform: translateY(-50%) scale(0);
 transform: translateY(-50%) scale(0);
 opacity: 0;
}
}
/* -------------------------------- 



xrotate-2 



-------------------------------- */

.dct-headline.rotate-2 .dct-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.dct-headline.rotate-2 i, .dct-headline.rotate-2 em {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dct-headline.rotate-2 b {
	opacity: 0;
}
.dct-headline.rotate-2 i {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	-moz-transform: translateZ(-20px) rotateX(90deg);
	-ms-transform: translateZ(-20px) rotateX(90deg);
	-o-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
}
.is-visible .dct-headline.rotate-2 i {
	opacity: 1;
}
.dct-headline.rotate-2 i.in {
	-webkit-animation: cd-rotate-2-in 0.4s forwards;
	-moz-animation: cd-rotate-2-in 0.4s forwards;
	animation: cd-rotate-2-in 0.4s forwards;
}
.dct-headline.rotate-2 i.out {
	-webkit-animation: cd-rotate-2-out 0.4s forwards;
	-moz-animation: cd-rotate-2-out 0.4s forwards;
	animation: cd-rotate-2-out 0.4s forwards;
}
.dct-headline.rotate-2 em {
	-webkit-transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	-o-transform: translateZ(20px);
	transform: translateZ(20px);
}
.no-csstransitions .dct-headline.rotate-2 i {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 0;
}
.no-csstransitions .dct-headline.rotate-2 i em {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.no-csstransitions .dct-headline.rotate-2 .is-visible i {
	opacity: 1;
}
 @-webkit-keyframes cd-rotate-2-in {
 0% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(90deg);
}
 60% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(-10deg);
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(0deg);
}
}
 @-moz-keyframes cd-rotate-2-in {
 0% {
 opacity: 0;
 -moz-transform: translateZ(-20px) rotateX(90deg);
}
 60% {
 opacity: 1;
 -moz-transform: translateZ(-20px) rotateX(-10deg);
}
 100% {
 opacity: 1;
 -moz-transform: translateZ(-20px) rotateX(0deg);
}
}
 @keyframes cd-rotate-2-in {
 0% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(90deg);
 -moz-transform: translateZ(-20px) rotateX(90deg);
 -ms-transform: translateZ(-20px) rotateX(90deg);
 -o-transform: translateZ(-20px) rotateX(90deg);
 transform: translateZ(-20px) rotateX(90deg);
}
 60% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(-10deg);
 -moz-transform: translateZ(-20px) rotateX(-10deg);
 -ms-transform: translateZ(-20px) rotateX(-10deg);
 -o-transform: translateZ(-20px) rotateX(-10deg);
 transform: translateZ(-20px) rotateX(-10deg);
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(0deg);
 -moz-transform: translateZ(-20px) rotateX(0deg);
 -ms-transform: translateZ(-20px) rotateX(0deg);
 -o-transform: translateZ(-20px) rotateX(0deg);
 transform: translateZ(-20px) rotateX(0deg);
}
}
 @-webkit-keyframes cd-rotate-2-out {
 0% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(0);
}
 60% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(-100deg);
}
 100% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(-90deg);
}
}
 @-moz-keyframes cd-rotate-2-out {
 0% {
 opacity: 1;
 -moz-transform: translateZ(-20px) rotateX(0);
}
 60% {
 opacity: 0;
 -moz-transform: translateZ(-20px) rotateX(-100deg);
}
 100% {
 opacity: 0;
 -moz-transform: translateZ(-20px) rotateX(-90deg);
}
}
 @keyframes cd-rotate-2-out {
 0% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(0);
 -moz-transform: translateZ(-20px) rotateX(0);
 -ms-transform: translateZ(-20px) rotateX(0);
 -o-transform: translateZ(-20px) rotateX(0);
 transform: translateZ(-20px) rotateX(0);
}
 60% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(-100deg);
 -moz-transform: translateZ(-20px) rotateX(-100deg);
 -ms-transform: translateZ(-20px) rotateX(-100deg);
 -o-transform: translateZ(-20px) rotateX(-100deg);
 transform: translateZ(-20px) rotateX(-100deg);
}
 100% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(-90deg);
 -moz-transform: translateZ(-20px) rotateX(-90deg);
 -ms-transform: translateZ(-20px) rotateX(-90deg);
 -o-transform: translateZ(-20px) rotateX(-90deg);
 transform: translateZ(-20px) rotateX(-90deg);
}
}
/* -------------------------------- 



xloading-bar 



-------------------------------- */

.dct-headline.loading-bar span {
	display: inline-block;
	padding: .2em 10px;
}
.dct-headline.loading-bar .dct-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
 .dct-headline.loading-bar .dct-words-wrapper::after {

  /* loading bar */

  content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 height: 5px;
 width: 0;
 background: #fff;
 z-index: 2;
 -webkit-transition: width 0.3s -0.1s;
 -moz-transition: width 0.3s -0.1s;
 transition: width 0.3s -0.1s;
 margin-left:10px;
}
 .dct-headline.loading-bar .dct-words-wrapper.is-loading::after {
 width: 100%;
 -webkit-transition: width 3s;
 -moz-transition: width 3s;
 transition: width 3s;
}
.dct-headline.loading-bar b {
	top: .2em;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.dct-headline.loading-bar b.is-visible {
	opacity: 1;
	top: 0;
}
/* -------------------------------- 



xslide 



-------------------------------- */

.dct-headline.slide span {
	display: ruby;
	padding: .2em 0px;
}
.dct-headline.slide .dct-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
.dct-headline.slide b {
	opacity: 0;
	top: .2em;
}
.dct-headline.slide b.is-visible {
	top: 0;
	opacity: 1;
	-webkit-animation: slide-in 0.6s;
	-moz-animation: slide-in 0.6s;
	animation: slide-in 0.6s;
}
.dct-headline.slide b.is-hidden {
	-webkit-animation: slide-out 0.6s;
	-moz-animation: slide-out 0.6s;
	animation: slide-out 0.6s;
}
 @-webkit-keyframes slide-in {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(20%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes slide-in {
 0% {
 opacity: 0;
 -moz-transform: translateY(-100%);
}
 60% {
 opacity: 1;
 -moz-transform: translateY(20%);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @keyframes slide-in {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
 -moz-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 transform: translateY(-100%);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(20%);
 -moz-transform: translateY(20%);
 -ms-transform: translateY(20%);
 -o-transform: translateY(20%);
 transform: translateY(20%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes slide-out {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
 60% {
 opacity: 0;
 -webkit-transform: translateY(120%);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(100%);
}
}
 @-moz-keyframes slide-out {
 0% {
 opacity: 1;
 -moz-transform: translateY(0);
}
 60% {
 opacity: 0;
 -moz-transform: translateY(120%);
}
 100% {
 opacity: 0;
 -moz-transform: translateY(100%);
}
}
 @keyframes slide-out {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 60% {
 opacity: 0;
 -webkit-transform: translateY(120%);
 -moz-transform: translateY(120%);
 -ms-transform: translateY(120%);
 -o-transform: translateY(120%);
 transform: translateY(120%);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);
}
}
/* -------------------------------- 



xclip 



-------------------------------- */

.dct-headline.clip span {
	display: inline-block;
	padding: .2em 10px;
}
.dct-headline.clip .dct-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
 .dct-headline.clip .dct-words-wrapper::after {

  /* line */

  content: '';
 position: absolute;
 top: 0;
 right: 0;
 width: 2px;
 height: 100%;
 background-color: #aebcb9;
}
.dct-headline.clip b {
	opacity: 0;
}
.dct-headline.clip b.is-visible {
	opacity: 1;
}
/* -------------------------------- 



xzoom 



-------------------------------- */

.dct-headline.zoom .dct-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.dct-headline.zoom b {
	opacity: 0;
}
.dct-headline.zoom b.is-visible {
	opacity: 1;
	-webkit-animation: zoom-in 0.8s;
	-moz-animation: zoom-in 0.8s;
	animation: zoom-in 0.8s;
}
.dct-headline.zoom b.is-hidden {
	-webkit-animation: zoom-out 0.8s;
	-moz-animation: zoom-out 0.8s;
	animation: zoom-out 0.8s;
}
 @-webkit-keyframes zoom-in {
 0% {
 opacity: 0;
 -webkit-transform: translateZ(100px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(0);
}
}
 @-moz-keyframes zoom-in {
 0% {
 opacity: 0;
 -moz-transform: translateZ(100px);
}
 100% {
 opacity: 1;
 -moz-transform: translateZ(0);
}
}
 @keyframes zoom-in {
 0% {
 opacity: 0;
 -webkit-transform: translateZ(100px);
 -moz-transform: translateZ(100px);
 -ms-transform: translateZ(100px);
 -o-transform: translateZ(100px);
 transform: translateZ(100px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @-webkit-keyframes zoom-out {
 0% {
 opacity: 1;
 -webkit-transform: translateZ(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateZ(-100px);
}
}
 @-moz-keyframes zoom-out {
 0% {
 opacity: 1;
 -moz-transform: translateZ(0);
}
 100% {
 opacity: 0;
 -moz-transform: translateZ(-100px);
}
}
 @keyframes zoom-out {
 0% {
 opacity: 1;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateZ(-100px);
 -moz-transform: translateZ(-100px);
 -ms-transform: translateZ(-100px);
 -o-transform: translateZ(-100px);
 transform: translateZ(-100px);
}
}
/* -------------------------------- 



xrotate-3 



-------------------------------- */

.dct-headline.rotate-3 .dct-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.dct-headline.rotate-3 b {
	opacity: 0;
}
.dct-headline.rotate-3 i {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-visible .dct-headline.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.dct-headline.rotate-3 i.in {
	-webkit-animation: cd-rotate-3-in 0.6s forwards;
	-moz-animation: cd-rotate-3-in 0.6s forwards;
	animation: cd-rotate-3-in 0.6s forwards;
}
.dct-headline.rotate-3 i.out {
	-webkit-animation: cd-rotate-3-out 0.6s forwards;
	-moz-animation: cd-rotate-3-out 0.6s forwards;
	animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .dct-headline.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 0;
}
.no-csstransitions .dct-headline.rotate-3 .is-visible i {
	opacity: 1;
}
 @-webkit-keyframes cd-rotate-3-in {
 0% {
 -webkit-transform: rotateY(180deg);
}
 100% {
 -webkit-transform: rotateY(0deg);
}
}
 @-moz-keyframes cd-rotate-3-in {
 0% {
 -moz-transform: rotateY(180deg);
}
 100% {
 -moz-transform: rotateY(0deg);
}
}
 @keyframes cd-rotate-3-in {
 0% {
 -webkit-transform: rotateY(180deg);
 -moz-transform: rotateY(180deg);
 -ms-transform: rotateY(180deg);
 -o-transform: rotateY(180deg);
 transform: rotateY(180deg);
}
 100% {
 -webkit-transform: rotateY(0deg);
 -moz-transform: rotateY(0deg);
 -ms-transform: rotateY(0deg);
 -o-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
}
 @-webkit-keyframes cd-rotate-3-out {
 0% {
 -webkit-transform: rotateY(0);
}
 100% {
 -webkit-transform: rotateY(-180deg);
}
}
 @-moz-keyframes cd-rotate-3-out {
 0% {
 -moz-transform: rotateY(0);
}
 100% {
 -moz-transform: rotateY(-180deg);
}
}
 @keyframes cd-rotate-3-out {
 0% {
 -webkit-transform: rotateY(0);
 -moz-transform: rotateY(0);
 -ms-transform: rotateY(0);
 -o-transform: rotateY(0);
 transform: rotateY(0);
}
 100% {
 -webkit-transform: rotateY(-180deg);
 -moz-transform: rotateY(-180deg);
 -ms-transform: rotateY(-180deg);
 -o-transform: rotateY(-180deg);
 transform: rotateY(-180deg);
}
}
/* -------------------------------- 



xscale 



-------------------------------- */

.dct-headline.scale b {
	opacity: 1;
}
.dct-headline.scale i {
	display: inline-block;
	opacity: 1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.is-visible .dct-headline.scale i {
	opacity: 1;
}
.dct-headline.scale i.in {
	-webkit-animation: scale-up 0.6s forwards;
	-moz-animation: scale-up 0.6s forwards;
	animation: scale-up 0.6s forwards;
}
.dct-headline.scale i.out {
	-webkit-animation: scale-down 0.6s forwards;
	-moz-animation: scale-down 0.6s forwards;
	animation: scale-down 0.6s forwards;
}
.no-csstransitions .dct-headline.scale i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}
.no-csstransitions .dct-headline.scale .is-visible i {
	opacity: 1;
}
 @-webkit-keyframes scale-up {
 0% {
 -webkit-transform: scale(0);
 opacity: 0;
}
 60% {
 -webkit-transform: scale(1.2);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 opacity: 1;
}
}
 @-moz-keyframes scale-up {
 0% {
 -moz-transform: scale(0);
 opacity: 0;
}
 60% {
 -moz-transform: scale(1.2);
 opacity: 1;
}
 100% {
 -moz-transform: scale(1);
 opacity: 1;
}
}
 @keyframes scale-up {
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 60% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @-webkit-keyframes scale-down {
 0% {
 -webkit-transform: scale(1);
 opacity: 1;
}
 60% {
 -webkit-transform: scale(0);
 opacity: 0;
}
}
 @-moz-keyframes scale-down {
 0% {
 -moz-transform: scale(1);
 opacity: 1;
}
 60% {
 -moz-transform: scale(0);
 opacity: 0;
}
}
 @keyframes scale-down {
 0% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 60% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
}
/* -------------------------------- 



xpush 



-------------------------------- */

.dct-headline.push b {
	opacity: 0;
}
.dct-headline.push b.is-visible {
	opacity: 1;
	-webkit-animation: push-in 0.6s;
	-moz-animation: push-in 0.6s;
	animation: push-in 0.6s;
}
.dct-headline.push b.is-hidden {
	-webkit-animation: push-out 0.6s;
	-moz-animation: push-out 0.6s;
	animation: push-out 0.6s;
}
 @-webkit-keyframes push-in {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(10%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @-moz-keyframes push-in {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100%);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(10%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0);
}
}
 @keyframes push-in {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 -moz-transform: translateX(-100%);
 -ms-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(10%);
 -moz-transform: translateX(10%);
 -ms-transform: translateX(10%);
 -o-transform: translateX(10%);
 transform: translateX(10%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @-webkit-keyframes push-out {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
 60% {
 opacity: 0;
 -webkit-transform: translateX(110%);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(100%);
}
}
 @-moz-keyframes push-out {
 0% {
 opacity: 1;
 -moz-transform: translateX(0);
}
 60% {
 opacity: 0;
 -moz-transform: translateX(110%);
}
 100% {
 opacity: 0;
 -moz-transform: translateX(100%);
}
}
 @keyframes push-out {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 60% {
 opacity: 0;
 -webkit-transform: translateX(110%);
 -moz-transform: translateX(110%);
 -ms-transform: translateX(110%);
 -o-transform: translateX(110%);
 transform: translateX(110%);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
}

/*Updated Menu*/

#et-info-email,
#et-info-phone {
    color: #666;
	font-weight: 600;
	margin-right: 20px;
	padding: 14px 0;
	text-decoration: none;
	font-size: 15px;
	opacity: 0.8;
}
#et-info-email:before, #et-info-phone:before, #et_search_icon:before{color:var(--color-1)!important;margin-right: 10px;}
#et-secondary-menu .et-social-icons {
    margin-right: 0px;
}
.et_duplicate_social_icons {
    display: block;
}
#et-secondary-menu {
    float: right;
    text-align: right;
	margin-top: -4px;
}
#top-header{padding:5px 0;}
#top-header #et-info .et-social-icons {
    display: none;
}
#top-header .et-social-icons li {margin-left:5px;margin-top:0px;}
#top-header .et-social-icon a {
    color: #666;
margin-right: 0px;
display: block;
text-align: center;
font-size: 10px;
width: 24px;
height: 24px;
border-radius: 1px;
line-height: 22px;
opacity: 0.8;
border: 1px solid #666;
}
#top-header .et-social-icon a:hover {background:var(--color-1);color:#fff;border-color:#fff;}
.et-social-icons a.icon:before {
    margin-top: 3px;
    display: inline-block;
}
#top-menu li {
    display: inline-block;
    padding-right: 0px;
    font-size: 14px;
    padding-left: 15px;
    margin-right: 0px;
}
.et-fixed-header #top-menu li.current-menu-ancestor > a, .et-fixed-header #top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a,
#top-menu li a:hover {color:var(--color-1) !important;opacity:1;} 
#top-menu li.quote-link{margin-left:70px;margin-right: 0;}
#top-menu li.quote-link a{padding:20px 30px!important;background:#ffc840;}
#top-menu li a{font-weight: 600!important;}
.et-fixed-header #logo{
max-height: 50% !important;}


#top-menu li .sub-menu li{border-left: 1px solid #9c9c9c;position: relative;margin-left: 20px;text-align: left;padding:0px !important;} 
/*
#top-menu li .sub-menu li{list-style-type:none;font-size: 15px;
line-height: 28px;color: #4C4C4C;text-align: left;}
*/
#top-menu li .sub-menu li a{display: block;
position: relative;
padding: 0px 0 5px 30px;
font-size: 13px;
cursor: pointer;
outline: none;

transition: all .5s;color: #999;}

#top-menu li .sub-menu li a::before{content: "";
position: absolute;
width: 20px;
height: 1px;
left: 0;
top: 13px;
background: #9c9c9c;}

#top-menu li.et-reverse-direction-nav li ul {
    right: 220px;
    left: auto;
}

#top-menu ul li a:hover {
    opacity: 1;
    background-color: transparent;
    color:var(--color-1) !important;
   
}
#main-header{ border-bottom:3px solid var(--color-1);}


/* Single Blog-Portfolio-Category*/


#sidebar .widgettitle{text-transform: uppercase;

color:
#333;

padding-bottom: 15px;

position: relative;

margin-bottom: 30px;

font-weight: 600;

font-size: 18px;

line-height: 22px;}

#sidebar .widgettitle:before{content: "";

position: absolute;

bottom: -15px;

left: 0;

display: inline-block;

width: 5px;

height: 5px;

border: 3px solid
#333;

margin-bottom: 10px;}
#sidebar .widgettitle:after{background-color: var(--color-1);

content: "";

position: absolute;

bottom: -10px;

left: 18px;

height: 3px;

margin: 0 0 0;

width: 70px;

margin: 10px 0;}

#sidebar .et_pb_widget select{height: 50px;text-transform: uppercase;

color:
#333;}



.single #dct_footer_v3 .et_pb_post{padding-bottom: 0;}

.dct_post_title{padding-bottom:0!important;padding-top:10%!important}.dct_post_title .et_pb_title_container{background:var(--color-1);color:#fff;padding:20px!important}.dct_post_title .et_pb_title_container .et_pb_title_meta_container,.dct_post_title .et_pb_title_container .et_pb_title_meta_container span a{color:#fff;font-size:15px}.dct_post_title .et_pb_title_container .entry-title{text-transform:uppercase;color:#fff;letter-spacing:1px;font-weight:700}
@media only screen and (max-width : 980px) {.dct_post_title{padding-top:30%!important}}

.dct_project_title{padding-bottom:0;padding-top:5%}
.dct_project_title .header-content .et_pb_module_header{background:var(--color-1);text-transform:uppercase;padding:20px}
.dct_project_title .header-content{margin-bottom:0!important}
@media only screen and (max-width :766px){.dct_project_title .header-content .et_pb_module_header{font-size:22px}.dct_project_title .header-content{width:100%!important;max-width:100%!important}.dct_project_title .et_pb_fullwidth_header_container{width:90%}}


.dct_project_list .project{padding-bottom:20px;margin-bottom:30px;box-shadow:0 10px 10px rgba(0,0,0,.1)}.dct_project_list .project .et_pb_module_header{text-transform:uppercase;font-size:22px;font-weight:600;padding-top:20px}

.dct_post_list .pagination,.dct_project_list .pagination{margin-top:50px}.dct_post_list .pagination .alignleft a,.dct_project_list .pagination .alignleft a{background:var(--color-1);color:#fff;padding:5px 10px;border-radius:5px}.dct_post_list .et_pb_post .more-link{background:var(--color-1);display:inline-block;padding:5px 20px;text-transform:uppercase;color:#fff;margin-top:20px}.dct_post_list .et_pb_post .entry-title{text-transform:capitalize}