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

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





:root {
 --color-1:#5f315f;
 --color-2:#111;
}
/* =======================

    General

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


.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_close h5, .about_us_v1 .et_pb_toggle_title::before {
color:var(--color-1)!important;
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_ta