/*---------------------------------------------------------------------------------
 Theme Name:   Divi Landscaping
 Theme URI:    https://divilandscaping.divifixer.com
 Description:  DIVI Landscaping is a clean and modern Divi child theme designed especially for gardening and landscaping companies, lawn services, landscape architects , lawn services businesses, groundskeepers, architects, gardeners and more!.
 Author:       Divi-childthemes.com
 Author URI:   https://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 ------------------------------*/
/** General  **/

.dct_icon .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
	color: var(--color-1);
}

.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_btn,
#dct_home_v2 .et_pb_promo .et_pb_button_wrapper .et_pb_button,
#dct_home_v2 .et_pb_contact_form_container .et_contact_bottom_container .et_pb_button {
	position: relative;
	font-size: 16px;
	line-height: 30px !important;
	color: #fff;
	z-index: 1;
	font-weight: 500 !important;
	border-color: var(--color-1);
	padding: 10px 30px;
	background-color: var(--color-1);
	overflow: hidden;
	transition: all 0.3s linear !important;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
}

.dct_btn:hover,
#dct_home_v2 .et_pb_promo .et_pb_button_wrapper .et_pb_button:hover,
#dct_home_v2 .et_pb_contact_form_container .et_contact_bottom_container .et_pb_button:hover {
	padding: 10px 30px !important;
	color: var(--color-1);
	border-radius: 3px !important;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dct_btn:before,
#dct_home_v2 .et_pb_promo .et_pb_button_wrapper .et_pb_button:before,
#dct_home_v2 .et_pb_contact_form_container .et_contact_bottom_container .et_pb_button:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible !important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.dct_btn:hover:before,
#dct_home_v2 .et_pb_promo .et_pb_button_wrapper .et_pb_button:hover:before,
#dct_home_v2 .et_pb_contact_form_container .et_contact_bottom_container .et_pb_button:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.dct_btn:hover:after,
#dct_home_v2 .et_pb_promo .et_pb_button_wrapper .et_pb_button:hover:after,
#dct_home_v2 .et_pb_contact_form_container .et_contact_bottom_container .et_pb_button:hover:after {
	opacity: 0 !important;
}

.dct_btn.bg::before {
	background-color: var(--color-2);
}

.dct_s_title .et_pb_text_inner h2 {
	position: relative;
	display: block;
	font-size: 36px;
	padding-bottom: 0px;
	display: inline-block;
	line-height: 1.2em;
	color: #1a2940;
	font-weight: 700;
	padding-left: 20px;
}

.dct_s_title .et_pb_text_inner h2:before {
	position: absolute;
	left: 0;
	top: 5%;
	height: 90%;
	width: 5px;
	background-color: var(--color-1);
	content: "";
}

.dct_s_title .et_pb_text_inner p {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
	font-weight: 300;
	margin-top: 20px;
}

.dct_s_title.dt .et_pb_text_inner h2 {
	font-size: 25px;
	font-weight: 600;
	color: #444;
	padding-bottom: 0;
}

@media only screen and (max-width: 480px) {
	.dct_s_title .et_pb_text_inner h2 {
		font-size: 20px;
		padding-left: 10px;
	}
	.dct_gp_header .et_pb_fullwidth_header_container .header-content .et_pb_module_header {
		font-size: 30px !important;
		line-height: 40px !important;
	}
}


/** Menu bar v1  **/

.dct_hdr_v1 ul li a:after {
	top: unset !important;
}

.dct_hdr_v1 ul li {
	border-left: 1px solid #e6e6e6;
	margin-top: 0 !important;
	padding: 0 !important;
}

.dct_hdr_v1 ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: -1px;
	width: 100%;
	height: 2px;
}

.dct_hdr_v1 ul li a:hover:before {
	background-color: var(--color-1);
}


/** Menu bar v2  **/

.dct_hdr_v2 ul li {
	
}

.dct_hdr_v2 ul li a:after {
	right: -5px !important;
}

.dct_hdr_v2 ul li:first-child{padding-left:0px;}

.dct_hdr_v2 .et_pb_menu__wrap .mobile_menu_bar::before {color:var(--color-1) !important;}
.dct_hdr_v2 .et_mobile_menu li:not(:last-child) a {border-bottom: 1px dashed #6a6a6a;}
/**Sub menu**/


ul.sub-menu li {
	border: none;
	display: block;float: none;
	padding: 0px !important;
}

ul.sub-menu li a:hover:before {
	background-color: transparent;
}

ul.sub-menu li a {
	position: relative;
	padding: 12px 15px 12px 35px !important;
	text-align: left;
	display: block !important;
	float: none !important;
	color: #fff !important;
	line-height: normal;
	margin: 10px;
	border: 1px dashed #6a6a6a;
	text-transform: capitalize;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	border-radius: 5px;
	width: auto;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

ul.sub-menu li a:before {
	content: "\39";
	font-family: ETmodules !important;
	position: absolute;
	font-size: 16px;
	right: 6px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	top: 32px;
	left: 12px;
	position: absolute;
	top: 15px;
	font-size: 15px;
	color: #209e2e;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}


/** Header  **/

.dct_header {
	position: relative;
	background-color: #fff;
	max-width: 700px;
	width: 100%;
	z-index: 5;
	text-align: center;
	margin: 0 auto;
	padding: 48px 0;
	box-shadow: 0 27px 50px rgba(0, 0, 0, .05)
}

.dct_header .et_pb_text_inner h1,
.dct_header.ctgr .et_pb_text_inner {
	position: relative;
	font-size: 60px;
	color: #1a2940;
	line-height: 70px;
	padding-bottom: 0;
	font-weight: 500;
	margin-bottom: 10px
}

.dct_header .et_pb_text_inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.dct_header .et_pb_text_inner ul li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: var(--color-1);
	cursor: pointer;
	font-weight: 400;
	cursor: default;
	padding-right: 9px;
	margin-right: 9px;
	text-transform: uppercase
}

.dct_header .et_pb_text_inner ul li:before {
	position: absolute;
	right: -3px;
	font-size: 13px;
	line-height: 25px;
	color: #999;
	content: "/"
}

.dct_header .et_pb_text_inner ul li a {
	color: #999;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_header .et_pb_text_inner ul li:last-child::before {
	display: none
}

.dct_header .et_pb_text_inner ul li a:hover {
	color: var(--color-1)
}

@media only screen and (max-width: 480px) {
	.dct_header .et_pb_text_inner h1,
	.dct_header.ctgr .et_pb_text_inner {
		font-size: 30px;
		line-height: 30px;
	}
}


/** Top bar  **/

#top-header .et-social-icon a:hover {
	background: var(--color-2);
	color: #fff;
	border-color: var(--color-2);
}

#top-header .et-social-icon a {
	color: #fff;
	margin-right: 0;
	display: block;
	text-align: center;
	font-size: 10px;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	line-height: 22px;
	opacity: .8;
	border: 1px solid #fff
}

#top-menu-nav .nav li.dct_cta_q a {
	z-index: 1;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff!important;
	font-weight: 500;
	border-color: var(--color-1);
	padding: 10px 20px!important;
	background-color: var(--color-1);
	transition: all .3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600
}

#top-menu-nav .nav li.dct_cta_q a:hover {
	opacity: 1;
	padding: 10px 20px!important;
	color: #fff !important;
	border-radius: 3px!important;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

#top-menu-nav .nav li.dct_cta_q a:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

#top-menu-nav .nav li.dct_cta_q a:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible!important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: var(--color-2);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

#top-menu li li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#top-menu li li a {
	position: relative;
	display: block;
	padding: 10px 0;
	padding-left: 0;
	line-height: 29px;
	font-weight: 500;
	font-size: 15px;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	text-transform: capitalize;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

#top-menu li li a:before {
	position: absolute;
	left: 0;
	top: 22px;
	height: 5px;
	width: 5px;
	background-color: var(--color-1);
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#top-menu li li a:hover:before {
	opacity: 1;
	visibility: visible
}

#top-menu li li a:hover {
	color: var(--color-1);
	background-color: #fff;
	padding-left: 16px;
	opacity: 1
}

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

#top-header {
	background: linear-gradient(to left, var(--color-1) 50%, var(--color-2) 50%)
}

#top-header #et-info {
	padding-bottom: 15px;
	padding-top: 15px
}

#top-header #et-info span {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	margin-right: 30px
}

#et-info-email::before,
#et-info-phone::before {
	background: var(--color-1);
	padding: 1px;
	margin-right: 10px;
	color: #1a2940
}

#top-header #et-info .et-social-icons {
	position: absolute;
	right: 0
}

#top-header .et-social-icons li {
	margin-top: 0;
	line-height: 25px;
	margin-left: 0;
	margin-right: 5px
}

#top-header .container {
	padding-top: 0
}

#top-menu li.current-menu-item>a {
	color: var(--color-1)!important
}

#top-menu li a {
	font-weight: 500!important;
	color: var(--color-2)!important;
	font-size: 15px;
	letter-spacing: 1px
}

@media only screen and (max-width: 320px) {
	#et-info-email {
		display: none;
	}
	#top-header #et-info span {
		margin-right: 0;
	}
}

@media only screen and (max-width: 980px) {
	#top-header {
		background: #1a2940
	}
	#top-header .et-social-icons {
		display: none;
	}
	#top-header #et-info {
		padding-bottom: 5px;
		padding-top: 5px;
	}
}


/**Home V2**/

#dct_home_v2 .et_pb_contact {
	padding: 20px;
}

#dct_home_v2 .et_pb_promo .et_pb_button_wrapper .et_pb_button {}


/** Pricing  **/

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table {
	border-radius: 30px;
	background-color: #f2f2f2;
	text-align: center;
	padding: 0 0 60px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
	transition: all .5s ease-out
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading {
	background-color: #444;
	border-radius: 30px 30px 0 0;
	transition: all .3s ease-out
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title {
	font-size: 30px;
	padding: 40px 0;
	color: #fff;
	display: block
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency {
	color: #fff;
	text-transform: capitalize
}

.dct_pricing .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;
	color: #fff
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span::before {
	content: none
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {
	background-color: #444
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table:hover .et_pb_pricing_heading .et_pb_best_value {
	background-color: var(--color-1);
	color: #fff
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_best_value {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #0c1623;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 15px 10px 25px;
	line-height: 1em;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_best_value:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border-top: 17px solid transparent;
	border-left: 10px solid #444;
	border-bottom: 17px solid transparent;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign,
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
	color: #fff;
	font-size: 72px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {
	padding-top: 0
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price {
	position: relative;
	left: 30px
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: inline-block
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul {
	margin-top: 30px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul li {
	border-top: 1px solid #d8d8d8;
	color: #222;
	text-align: center;
	padding: 15px;
	transition: all .5s ease-out
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content {
	text-align: center;
	padding: 0
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	border: none;
	color: #fff;
	font-weight: 500;
	border-color: var(--color-1);
	z-index: 1;
	padding: 10px 30px;
	background-color: var(--color-1);
	overflow: hidden;
	transition: all .3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:hover {
	padding: 10px 30px!important;
	color: #fff;
	background: 0 0!important;
	border: none!important;
	border-color: var(--color-2);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	z-index: -1;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper {
	padding-top: 30px
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:hover:after {
	opacity: 0
}

.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible!important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: var(--color-2);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}


/** Slider v1  **/

.dct_slider_v1 .et_pb_slide_description .et_pb_slide_title {
	position: relative;
	display: block;
	font-size: 64px;
	line-height: 70px;
	color: #fff;
	text-align: left;
	font-weight: 700;
	max-width: 750px;
	padding-left: 25px;
	margin-bottom: 25px;
	object-position: 0
}

.dct_slider_v1 .et_pb_slide_description .et_pb_slide_content {
	font-size: 28px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
	text-align: left
}

.dct_slider_v1 .et_pb_button_wrapper {
	text-align: left
}

.dct_slider_v1 .et_pb_button_wrapper .et_pb_button {
	position: relative;
	font-size: 16px;
	z-index: 1;
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	background-color: var(--color-1);
	overflow: hidden;
	transition: all .3s linear;
	border-radius: 3px;
	display: inline-block;
	border: none
}

.dct_slider_v1 .et_pb_button_wrapper .et_pb_button:hover {
	color: var(--color-1);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.dct_slider_v1 .et_pb_button_wrapper .et_pb_button:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible!important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.dct_slider_v1 .et_pb_button_wrapper .et_pb_button:hover:after {
	opacity: 0
}

.dct_slider_v1 .et_pb_button_wrapper .et_pb_button:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

.dct_slider_v1 .et_pb_slide_description .et_pb_slide_title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	content: "";
	background-color: var(--color-1);
	height: 100%;
	transition-delay: .5s;
	transition: all .7s ease
}

.dct_slider_v1 .et-pb-controllers a {
	width: 15px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	margin-right: 6px;
}

.dct_slider_v1 .et-pb-controllers .et-pb-active-control {
	width: 20px;
	background: var(--color-1);
}

.dct_slider_v1 .et-pb-arrow-next,
.dct_slider_v1 .et-pb-arrow-prev {
	background: var(--color-1);
	font-size: 35px;
	padding: 15px;
}

.dct_slider_v1 .et-pb-arrow-prev:before {
	content: '\23';
}

.dct_slider_v1 .et-pb-arrow-next:before {
	content: '\24';
}

.dct_slider_v1:hover .et-pb-arrow-prev {
	left: 0px !important;
}

.dct_slider_v1:hover .et-pb-arrow-next {
	right: 0px !important;
}

@media only screen and (max-width: 480px) {
	.dct_slider_v1 .et-pb-arrow-next,
	.dct_slider_v1 .et-pb-arrow-prev {
		font-size: 20px;
		padding: 5px;
	}
	.dct_slider_v1 .et_pb_slide_description .et_pb_slide_title {
		line-height: 35px;
	}
	.dct_slider_v1 .et_pb_slide_description .et_pb_slide_content {
		text-align: center;
	}
	.dct_slider_v1 .et_pb_button_wrapper {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 980px) {
	.dct_slider_v1 .et_pb_slide_description .et_pb_slide_title {
		line-height: auto;
	}
}


/** Slider v2  **/

.dct_slider_v2 .et_pb_slide_description {
	padding: 30px 0px 70px 0px;
}

.dct_slider_v2 .et-pb-arrow-prev,
.dct_slider_v2 .et-pb-arrow-next {
	opacity: 1;
	font-size: 30px;
	text-align: center;
}

.dct_slider_v2 .et-pb-arrow-prev {
	/*left: 22px !important*/
}

.dct_slider_v2 .et-pb-arrow-next {
	right: -22px !important
}


/** Inquiry v2  **/

.dct_inquiry_v2 .et_pb_text_inner h2 {
	font-size: 36px;
	line-height: 45px;
	color: var(--color-1);
	font-weight: 700
}

.dct_inquiry_v2 .et_pb_text_inner h3 {
	font-size: 18px;
	font-weight: 500;
	color: #111;
	margin-bottom: 18px;
	line-height: 30px
}

.dct_inquiry_v2 .et_pb_text_inner {
	color: #646464;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px
}

.dct_inquiry_v2 .et_pb_blurb .et_pb_blurb_content {
	max-width: 100%
}

.dct_inquiry_v2 .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color-1);
	font-size: 22px;
	line-height: 30px;
	font-weight: 700
}

.dct_inquiry_v2 .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #646464;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px
}

.dct_inquiry_v2 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-2)
}

.dct_inquiry_v2 .et_pb_contact_form_container .et_pb_contact_main_title {
	text-align: center;
	color: #fff;
	padding: 25px;
	padding-bottom: 50px
}

.dct_inquiry_v2 .et_pb_contact_field[data-type=select]::after {
	transform: translateY(-150%)!important
}

.dct_inquiry_v2 .et_pb_contact p input,
.dct_inquiry_v2 .et_pb_contact p textarea,
.dct_inquiry_v2 .et_pb_contact_select {
	border-radius: 5px;
	color: var(--color-1)
}

.dct_inquiry_v2 p.et_pb_contact_field {
	padding-bottom: 20px
}

.dct_inquiry_v2 .et_contact_bottom_container {
	float: none;
	padding-left: 20px
}

.dct_inquiry_v2 .et_contact_bottom_container .et_pb_button {
	background: var(--color-2);
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	border: none;
	width: 100%;
	font-size: 15px;
	height: 50px;
	font-weight: 600
}

.dct_inquiry_v2 .et_contact_bottom_container .et_pb_button:hover {
	padding: .3em 1em!important
}

.dct_inquiry_v2 .et_contact_bottom_container .et_pb_button:hover:after {
	opacity: 0
}


/** About v1  **/

#dct_about_v1 .et_pb_blurb {
	margin-bottom: 20px
}

#dct_about_v1 .dc_img .et_pb_image_wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	
}

#dct_about_v1 .et_pb_image_wrap img {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none
}

#dct_about_v1 .dc_clm {
	width: 50%!important
}

#dct_about_v1 .dc_title .et_pb_text_inner h2 {
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 1.2em;
	color: #1a2940;
	font-weight: 700;
	padding-left: 25px
}

#dct_about_v1 .et_pb_text .et_pb_text_inner p {
	font-size: 15px;
	line-height: 28px;
	color: #555;
	font-weight: 300;
	margin-bottom: 28px
}

#dct_about_v1 .et_pb_text .et_pb_text_inner h3 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
	color: #1a2940
}

#dct_about_v1 .dc_title .et_pb_text_inner h2:before {
	position: absolute;
	left: 0;
	top: 5%;
	height: 90%;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

#dct_about_v1 .dc_blurb .et_pb_blurb_content {
	max-width: 100%
}

#dct_about_v1 .dc_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	background-color: #1a2940;
	color: #fff;
	padding: 15px;
	border-radius: 50%;
	font-size: 20px
}

#dct_about_v1 .dc_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-size: 18px;
	line-height: 26px;
	color: #222;
	font-weight: 400
}

#dct_about_v1 .dc_b_cta .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	position: relative;
	display: inline-block;
	font-size: 35px;
	line-height: 50px;
	color: var(--color-1);
	font-weight: 700
}

#dct_about_v1 .dc_b_cta .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color-1);
	font-size: 35px;
	display: inline-block;
	font-weight: 700
}

#dct_about_v1 .dc_blurb.sc .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	background: none;
	color: var(--color-1);
	padding: 0;
}

#dct_about_v1 .dc_blurb.sc .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 0;
}

#dct_about_v1 .dc_blurb.sc .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 0;
	font-weight: 600;
}

@media only screen and (max-width: 980px) {
	#dct_about_v1 .dc_img .et_pb_image_wrap {
		position: relative;
	}
	#dct_about_v1 .dc_clm {
		width: 100% !important;
	}
}

@media only screen and (max-width: 480px) {
	#dct_about_v1 .dc_title .et_pb_text_inner h2 {
		font-size: 25px;
	}
	#dct_about_v1 .et_pb_text .et_pb_text_inner p {
		font-size: 13px;
	}
	#dct_about_v1 .dc_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 15px;
	}
	#dct_about_v1 .et_pb_text .et_pb_text_inner h3 {
		font-size: 22px;
		text-align: center;
		line-height: 35px;
	}
	#dct_about_v1 .dc_b_cta .et_pb_blurb_content {
		max-width: 100%;
		text-align: center;
		display: initial;
	}
	#dct_about_v1 .dc_b_cta .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 25px;
	}
	#dct_about_v1 .dc_b_cta .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
		line-height: 35px;
		font-size: 30px;
	}
}


/** Service v1  **/

#dct_service .et_pb_blurb {
	position: relative;
	margin-bottom: 58px
}

#dct_service .et_pb_blurb .et_pb_blurb_content {
	padding-left: 110px;
	max-width: 100%;
	position: relative
}

#dct_service .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	border: 2px solid #fff;
	border-radius: 2px;
	text-align: center;
	overflow: hidden
}

#dct_service .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	content: "";
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#dct_service .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	position: relative;
	font-size: 35px;
	line-height: 73px;
	width: 80px;
	color: var(--color-1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 9
}

#dct_service .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #1a2940
}

#dct_service .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border-radius: 0
}

#dct_service .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px
}

#dct_service .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: rgba(255, 255, 255, .65);
	font-weight: 400
}


/** Service v2  **/

.dct_blurb:hover {
	background-color: var(--color-2);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .1)
}

.dct_blurb {
	position: relative;
	background-color: #f9f9fa;
	text-align: center;
	padding: 60px 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image {
	background-color:#fff;
	box-shadow: 0 0 20px #fff
}

.dct_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #fff
}

.dct_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	position: relative;
	display: inline-block;
	height: 95px;
	width: 95px;
	font-size: 50px;
	color: #1a2940;
	line-height: 95px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 35px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center
}

.dct_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size: 50px;
	color: #1a2940;
	line-height: 95px
}

.dct_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: #fff
}

.dct_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-size: 20px;
	line-height: 1.2em;
	color: #1a2940;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #fff;
	opacity: .65
}

.dct_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 15px;
	line-height: 28px;
	color: #555;
	font-weight: 300;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}


/** Service v2  **/

.dct_service_v2 .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 2;
	color: #ffffff;
	padding: 20px;
	transition: all 0.5s ease-out;
}

.dct_service_v2:hover .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	opacity: 0;
	transition: all 0.5s ease-out;
}

.dct_service_v2 .et_pb_promo {
	opacity: 0;
	padding: 45px 20px;
	position: absolute;
	top: 0;
	z-index: 3;
	height: 100%;
	width: 100%;
	transition: all 0.5s ease-out;
}

.dct_service_v2:hover .et_pb_promo {
	opacity: 1;
	transition: all 0.5s ease-out;
}

.dct_service_v2 .et_pb_promo .et_pb_promo_description .et_pb_module_header:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 35px;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #ffffff;
	margin: 0 auto;
	right: 0;
}


/** Why Choose us  **/

.dct_wcu {
	position: relative;
	z-index: 10
}

.dct_wcu:after,
.dct_wcu:before {
	z-index: -1;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 77%;
	content: ""
}

.dct_wcu:after {
	background-color: #1a2940
}

.dct_wcu .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 500;
	margin-bottom: 8px;
	padding-bottom: 0
}

.dct_wcu .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
	opacity: .65
}

.dct_wcu .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size: 48px;
	color: var(--color-1)
}

@media only screen and (max-width: 479px) {
	.dct_blurb {
		padding: 20px;
	}
	.dct_wcu .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 14px;
	}
}


/** Call to action  **/

#dct_cta {
	position: relative;
	background-color: var(--color-1)
}

#dct_cta .et_pb_text_inner h1 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px
}

#dct_cta .et_pb_text_inner {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: 400
}

#dct_cta .et_pb_button_module_wrapper .et_pb_button {
	background-color: var(--color-2);
	border-color: var(--color-2)
}

#dct_cta .et_pb_button_module_wrapper .et_pb_button:hover {
	background-color: transparent!important;
	border-color: transparent
}

#dct_cta .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	position: relative;
	display: inline-block;
	top: 3px;
	font-size: 28px;
	line-height: 30px;
	margin-right: 5px;
	color: #fff;
	font-weight: 400
}

#dct_cta .et_pb_blurb_content {
	max-width: 100%
}

#dct_cta .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 5px
}

#dct_cta .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	position: relative;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding-bottom: 0;
	font-size: 20px
}

#dct_cta .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	display: inline-block;
	color: #fff;
	padding-left: 7px;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer
}


/** FAQ  **/

#dct_faq .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
	position: relative;
	background-color: #fff;
	padding: 24px 30px 15px
}

#dct_faq .et_pb_accordion .et_pb_toggle {
	border: none;
	padding: 0;
	margin-bottom: 10px!important
}

#dct_faq .et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
	position: relative;
	font-size: 18px;
	line-height: 25px;
	color: #222;
	font-weight: 500;
	cursor: pointer;
	padding: 20px 34px;
	padding-right: 34px;
	background-color: #f3f4f5;
	padding-right: 100px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#dct_faq .et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before {
	position: absolute;
	right: 15px;
	top: 20px;
	display: block;
	height: 35px;
	width: 35px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background: #1a2940;
	background-color: #1a2940;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#dct_faq .image-2 .et_pb_image_wrap {
	position: absolute;
	left: -10px;
	bottom: 0;
	border: 10px solid #fff;
	margin-bottom: 0
}

@media only screen and (max-width: 980px) {
	#dct_faq .image-2 .et_pb_image_wrap,
	#dct_faq .image-2 .et_pb_image_wrap img,
	#dct_faq .dc_im_1 .et_pb_image_wrap,
	#dct_faq .dc_im_1 .et_pb_image_wrap img {
		position: relative;
		width: 100%;
		left: 0;
		max-width: 100%;
	}
}


/** Counter v1  **/

.dct_cnt_v1 {
	position: relative;
	padding: 78px 15px;
	text-align: center;
	box-shadow: 0 27px 50px rgba(233, 233, 233, .55);
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_cnt_v1.icon .percent-value:before {
	content: '+';
	float: right
}

.dct_cnt_v1:hover .percent .percent-value {
	color: #fff
}

.dct_cnt_v1 .percent .percent-value {
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: #1a2940;
	line-height: 60px;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_cnt_v1:before {
	content: "\3a";
	font-family: ETmodules!important;
	font-size: 162px;
	line-height: 1em;
	color: var(--color-1);
	width: 100%;
	font-weight: 400;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: .1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_cnt_v1.ic:before {
	content: '\e028'
}

.dct_cnt_v1.ic_1:before {
	content: '\e0f5'
}

.dct_cnt_v1.ic_2:before {
	content: '\e035'
}

.dct_cnt_v1 .title {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	color: #222;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_cnt_v1:hover .title {
	color: #fff
}

.dct_cnt_v1:hover:before {
	color: #fff
}

.dct_cnt_v1:hover {
	background-color: var(--color-1)
}


/** Counter v2  **/

.dct_cnt_v2 .percent-value {
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: #1a2940;
	line-height: 60px;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_cnt_v2 .percent-value::before {
	content: '+';
	float: right
}

.dct_cnt_v2 .title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #222;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_cnt_v2.icon .percent-value::after {
	content: "\e037";
	font-family: ETmodules!important;
	float: left;
	margin-right: 15px;
	color: var(--color-1)
}


/** Team v1  **/

.dct_team_v1 {
	position: relative;
	padding-bottom: 115px
}

.dct_team_v1 .et_pb_team_member_image {
	max-width: 100%;
	width: 100%;
	margin: 0;
	float: none
}

.dct_team_v1 .et_pb_team_member_image img {
	width: 100%
}

.dct_team_v1 .et_pb_team_member_description {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 50px;
	text-align: center;
	background-color: #fff;
	padding: 35px 20px;
	box-shadow: 0 27px 30px rgba(0, 0, 0, .03);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_team_v1:hover .et_pb_team_member_description {
	background-color: #1a2940
}

.dct_team_v1:hover .et_pb_team_member_description .et_pb_module_header {
	color: #fff
}

.dct_team_v1:hover .et_pb_team_member_description .et_pb_member_position {
	color: var(--color-1);
}

.dct_team_v1:hover .et_pb_team_member_description .et_pb_member_social_links {
	visibility: visible;
	opacity: 1;
	margin-top: 20px;
	height: 30px
}

.dct_team_v1 .et_pb_team_member_description .et_pb_module_header {
	color: #1a2940;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_position {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links {
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	height: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li {
	position: relative;
	display: inline-block;
	margin: 0 10px
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a:hover {
	color: var(--color-1)
}

@media only screen and (min-width: 766px) and (max-width:980px) {
	.dct_team_v1 {
		max-width: 550px;
		margin: 0 auto;
	}
}

.dct_team_v2 {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-bottom: -20px !important;
}

.dct_team_v2 .et_pb_team_member_image:before {
	content: "";
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	transform: scale(1, 1);
	opacity: 0;
	transition: all 0.3s linear 0.3s;
}

.dct_team_v2:hover .et_pb_team_member_image:before {
	opacity: 1;
	transform: scale(1.1, 1.1);
	transition-delay: 0s;
}

.dct_team_v2 .et_pb_team_member_image {
	margin-bottom: 0;
	overflow: hidden;
	max-width: 100%;
}

.dct_team_v2 .et_pb_team_member_image img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition: transform 0.5s linear;
}

.dct_team_v2:hover .et_pb_team_member_image img {
	transform: scale(1.1, 1.1);
}

.dct_team_v2 .et_pb_team_member_description {
	position: relative;
	top: -60px;
	width: 100%;
	z-index: 1;
}

.dct_team_v2 .et_pb_team_member_description .et_pb_module_header {
	width: 100%;
	position: absolute;
	top: -41px;
	padding: 10px;
	left: 0;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background: var(--color-1);
	z-index: 1;
	transform-origin: center bottom 0;
	transform: perspective(400px) rotateX(0);
	transition: all 0.5s ease 0s;
}

.dct_team_v2:hover .et_pb_team_member_description .et_pb_module_header {
	opacity: 0;
	transform: perspective(400px) rotateX(90deg);
}

.dct_team_v2 .et_pb_team_member_description .et_pb_member_position {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 15px;
	left: 0;
	padding: 10px;
	color: #fff;
	font-style: italic;
	text-transform: lowercase;
	background: #000;
	z-index: 1;
	transform-origin: center bottom 0;
	transform: perspective(400px) rotateX(0);
	transition: all 0.5s ease 0s;
}

.dct_team_v2:hover .et_pb_team_member_description .et_pb_member_position {
	opacity: 0;
	transform: perspective(400px) rotateX(90deg);
}

.dct_team_v2 .et_pb_team_member_description .et_pb_team_short_description {
	font-style: italic;
	display: none;
}

.dct_team_v2:hover .et_pb_team_member_description .et_pb_team_short_description {
	display: block;
	position: relative;
	top: -40px;
	color: #fff;
	padding: 10px;
}

.dct_team_v2 .et_pb_team_member_description .et_pb_member_social_links {
	width: 100%;
	position: relative;
	bottom: 9px;
	list-style: none;
	transform: translateY(0);
	text-align: center;
	transition: all 0.5s ease 0s;
}

.dct_team_v2:hover .et_pb_team_member_description .et_pb_member_social_links {
	transform: translateY(-190px);
	z-index: 1;
}

.dct_team_v2 .et_pb_team_member_description .et_pb_member_social_links li {
	display: inline-block;
	margin-right: 10px;
}

.dct_team_v2 .et_pb_team_member_description .et_pb_member_social_links li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: var(--color-1);
	transition: all 0.3s ease 0s;
}

.dct_team_v2 .et_pb_team_member_description .et_pb_member_social_links li a:hover {
	background: #fff;
	color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.dct_team_v2 .et_pb_team_member_image {
		width: 100% !important;
	}
	.dct_team_v2 .et_pb_team_member_description {
		display: inline-block;
	}
	.dct_team_v2 .et_pb_team_member_description .et_pb_module_header {
		top: -21px !important;
	}
}

@media only screen and (max-width: 990px) {
	.dct_team_v2 {
		margin-bottom: 0 !important;
	}
}


/** Portfolio v1  **/

.dct_ptf_v1 .et_pb_portfolio_item .meta .post-meta,
.dct_ptf_v1 .et_pb_portfolio_item .meta .et_pb_module_header {
	margin-top: 0 !important;
	width: auto;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image,
.dct_ptf_v1 .et_pb_portfolio_item .et_pb_portfolio_image {
	position: relative;
	display: block;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image:before,
.dct_ptf_v1 .et_pb_portfolio_item .et_pb_portfolio_image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image:before,
.dct_ptf_v1 .et_pb_portfolio_item .et_pb_portfolio_image:before {
	border: 0;
	border-radius: inherit;
	transform: scaleX(0);
}

.dct_ptf_v1 .et_pb_portfolio_item:hover .et_portfolio_image:before,
.dct_ptf_v1 .et_pb_portfolio_item:hover .et_pb_portfolio_image:before {
	transform: scaleX(1);
	opacity: 1;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image:after,
.dct_ptf_v1 .et_pb_portfolio_item .et_pb_portfolio_image:after {
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	color: var(--color-1);
	content: "\30";
	font-family: ETmodules !important;
	font-size: 18px;
	height: 60px;
	left: 0;
	line-height: 60px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: scale(3);
	transition: all 0.5s ease 0s;
	width: 60px;
	opacity: 0;
	z-index: 2;
}

.dct_ptf_v1 .et_pb_portfolio_item:hover .et_portfolio_image:after,
.dct_ptf_v1 .et_pb_portfolio_item:hover .et_pb_portfolio_image:after {
	transform: scale(1);
	opacity: 1;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image .et_overlay {
	background-color: transparent;
	border: none;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image .et_overlay:before {
	display: none;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_pb_module_header {
	bottom: auto !important;
	top: 15px;
	padding: 10px !important;
	font-size: 15px;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_pb_module_header,
.dct_ptf_v1 .et_pb_portfolio_item .post-meta {
	background: var(--color-1);
	padding: 0 30px;
	position: absolute;
	color: #fff;
	bottom: 15px;
	left: -100%;
	z-index: 1;
	transition: all 0.3s ease 0.2s;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 2s ease 0s;
}

.dct_ptf_v1 .et_pb_portfolio_item:hover .et_portfolio_image img {
	transform: scale(1.2);
}

.dct_ptf_v1 .et_pb_portfolio_item .post-meta,
.dct_ptf_v1 .et_pb_portfolio_item .post-meta a {
	color: #fff;
}

.dct_ptf_v1 .et_pb_portfolio_item:hover .et_pb_module_header,
.dct_ptf_v1 .et_pb_portfolio_item:hover .post-meta {
	left: 0;
}

.dct_ptf_v1 .et_pb_portfolio_item {
	overflow: hidden;
	position: relative;
}

.dct_ptf_v1 .et_pb_portfolio_filters li a.active {
	background-color: #23242c;
	color: #fff;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	color: #23242c;
}

.dct_ptf_v1 .et_pb_portfolio_filters li a:hover {
	background-color: var(--color-1);
	color: #fff;
}

.dct_ptf_v1 .et_pb_portfolio_item .post-meta {
	background: var(--color-1);
}

.dct_gp_header .et_pb_fullwidth_header_container .header-content {
	padding: 20px 0px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 5;
	text-align: center;
	margin: 0 auto !important;
	box-shadow: 0 27px 50px rgba(0, 0, 0, 0.05);
}

.dct_gp_header .et_pb_fullwidth_header_container .header-content .et_pb_module_header {
	position: relative;
	font-size: 50px;
	color: #1a2940 !important;
	line-height: 70px;
	letter-spacing: 1px;
	padding-bottom: 0;
	font-weight: 500;
}

.dct_blog_detail .et_pb_contact p input,
.dct_blog_detail .et_pb_contact p textarea {
	background: #fff;
	border: 1px solid #ccc;
}

.dct_blog_detail .et_contact_bottom_container {
	float: none;
	padding-left: 10px;
}

.dct_blog_detail .et_contact_bottom_container .et_pb_contact_submit {
	z-index: 1;
	position: relative;
	width: 100%;
	font-size: 16px;
	border: none !important;
	line-height: 30px;
	margin: 0;
	color: #fff !important;
	font-weight: 500;
	border-color: var(--color-1);
	padding: 10px 20px !important;
	background-color: var(--color-1);
	transition: all 0.3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
}

.dct_blog_detail .et_contact_bottom_container .et_pb_contact_submit:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible !important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: var(--color-2);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.dct_blog_detail .et_contact_bottom_container .et_pb_contact_submit:hover {
	opacity: 1;
	padding: 10px 20px !important;
	color: #fff !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dct_blog_detail .et_contact_bottom_container .et_pb_contact_submit:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.dct_blog_detail .et_contact_bottom_container .et_pb_contact_submit:after {
	display: none !important;
}

@media only screen and (min-width: 981px) {
	.dct_ptf_v1 .et_pb_portfolio_filters ul {
		text-align: center;
	}
	.dct_ptf_v1 .et_pb_portfolio_filters ul li {
		display: inline-block;
		float: none !important;
		margin-left: 10px;
	}
}


/** Project Details  **/

.dct_p_dt .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #fff!important;
	background: var(--color-2);
	padding: 15px;
	border-radius: 50%
}

.dct_p_dt .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #222;
	font-weight: 400
}

.dct_p_dt .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 15px!important
}

.dct_info .et_pb_text_inner {
	position: relative;
	background-color: #f7f7f7;
	border: 1px solid var(--color-1);
	padding: 55px 55px
}

.dct_info .et_pb_text_inner h2 {
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #1a2940;
	padding-bottom: 0;
	font-weight: 500;
	padding-left: 23px;
	margin-bottom: 35px
}

.dct_info .et_pb_text_inner h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 34px;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

.dct_info .et_pb_text_inner ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}

.dct_info .et_pb_text_inner ul li {
	position: relative;
	font-size: 15px;
	color: #555;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 30px
}

.dct_info .et_pb_text_inner ul li strong {
	position: relative;
	display: block;
	font-size: 16px;
	color: #222;
	line-height: 26px;
	text-transform: capitalize;
	letter-spacing: -.02em;
	font-weight: 500
}


/** Single Project Details  **/

.dct_ptf_detail .project .et_portfolio_image {
	position: relative;
	display: block;
}

.dct_ptf_detail .project .et_portfolio_image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	transition: all .5s ease 0s;
}

.dct_ptf_detail .project .et_portfolio_image::before {
	border: 0;
	border-radius: inherit;
	transform: scaleX(0);
}

.dct_ptf_detail .project .et_portfolio_image::after {
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	color: var(--color-1);
	content: "\30";
	font-family: ETmodules !important;
	font-size: 18px;
	height: 60px;
	left: 0;
	line-height: 60px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: scale(3);
	transition: all .5s ease 0s;
	width: 60px;
	opacity: 0;
	z-index: 2;
}

.dct_ptf_detail .project:hover .et_portfolio_image::before {
	transform: scaleX(1);
	opacity: 1;
}

.dct_ptf_detail .project:hover .et_portfolio_image::after {
	transform: scale(1);
	opacity: 1;
}

.dct_ptf_detail .project {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.dct_ptf_detail .project .et_pb_module_header {
	margin-top: 0;
	background: var(--color-2);
	color: #fff;
	padding: 15px;
	font-size: 20px;
	text-transform: uppercase;
}

.dct_ptf_detail .project .post-meta {
	margin: 0;
	background: var(--color-1);
	padding: 10px;
	padding-left: 15px;
	color: #fff;
}

.dct_ptf_detail .project .post-meta a {
	color: #fff;
}

.dct_ptf_detail .pagination .alignleft a {
	color: #fff;
	background: var(--color-1);
	padding: 20px;
}

.dct_blog_detail.ptf .dct_s_title .et_pb_text_inner h2 {
	font-size: 20px;
	padding-bottom: 0;
}

.dct_blog_detail.rtl .dct_blog .et_pb_post .post-content {
	padding-left: 25px;
}


/** Service Details  **/

.dc_b_services .et_pb_text_inner ul {
	padding: 0!important;
	line-height: inherit!important;
	list-style: none!important;
	position: relative
}

.dc_b_services .et_pb_text_inner ul li {
	position: relative;
	margin-bottom: 15px
}

.dc_b_services .et_pb_text_inner ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #1a2940;
	content: "";
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dc_b_services .et_pb_text_inner ul li a {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #1a2940;
	line-height: 26px;
	padding: 15px 25px;
	padding-left: 25px;
	padding-left: 25px;
	display: block;
	padding-left: 45px;
	border-radius: 3px;
	background-color: #fff;
	z-index: 9;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dc_b_services .et_pb_text_inner ul li a:before {
	position: absolute;
	left: 22px;
	top: 15px;
	font-size: 18px;
	line-height: 26px;
	color: var(--color-1);
	font-weight: 900;
	content: "\45";
	font-family: ETmodules!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
}

.dc_b_services .et_pb_text_inner ul li a:after {
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--color-1);
	z-index: -1;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.dc_b_services .et_pb_text_inner ul li.active a,
.dc_b_services .et_pb_text_inner ul li:hover a {
	color: #fff;
	padding-left: 25px
}

.dc_b_services .et_pb_text_inner ul li:hover::before {
	opacity: 1;
	visibility: visible
}

.dc_b_services .et_pb_text_inner ul li.active a::before,
.dc_b_services .et_pb_text_inner ul li:hover a::before {
	opacity: 0
}

.dc_b_services .et_pb_text_inner ul li.active a::after,
.dc_b_services .et_pb_text_inner ul li:hover a::after {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.dc_s_title .et_pb_text_inner h4 {
	position: relative;
	font-size: 1.3em;
	margin-bottom: 12px;
	line-height: 25px;
	padding-left: 15px;
	color: #1a2940;
	font-weight: 600
}

.dc_s_title .et_pb_text_inner h4:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

.dc_s_cta {
	position: relative;
	background-color: #fff!important;
	padding: 20px!important;
	text-align: left;
}

.dc_s_cta .et_pb_promo_description {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 35px;
	color: #555;
	font-weight: 400;
	margin-bottom: 10px
}

.dc_s_cta .et_pb_promo_description .et_pb_module_header {
	color: #222!important;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px
}

.dc_s_cta .et_pb_promo_description .et_pb_module_header:before {
	content: "\e090";
	font-family: ETmodules!important;
	color: #1a2940!important
}

.dc_s_cta .et_pb_button_wrapper .et_pb_button {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	border-color: var(--color-1);
	z-index: 1;
	padding: 10px 30px;
	background-color: var(--color-1);
	overflow: hidden;
	transition: all .3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600
}

.dc_s_cta .et_pb_button_wrapper .et_pb_button:hover:after {
	opacity: 0
}

.dc_s_cta .et_pb_button_wrapper .et_pb_button:hover {
	padding: 10px 30px!important;
	color: var(--color-1);
	background: 0 0;
	border-radius: 3px!important;
	border-color: transparent;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.dc_s_cta .et_pb_button_wrapper .et_pb_button:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

.dc_s_cta .et_pb_button_wrapper .et_pb_button:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	z-index: -1;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible!important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

@media only screen and (max-width: 480px) {
	.dc_s_cta {
		padding: 20px 0px !important;
	}
}


/** Service Detail V2  **/

#dct_service_detail_v2 .dc_title .et_pb_text_inner h2 {
	font-size: 25px;
	padding-bottom: 0px;
}


/** services-and-skills  **/

.dct_sas .et_pb_blurb {
	margin-bottom: 0!important;
	position: relative;
	padding: 50px 20px 45px;
	background: #fff;
	text-align: center
}

.dct_sas .et_pb_column:hover .et_pb_blurb {
	background: var(--color-1)
}

.dct_sas .et_pb_image .et_pb_image_wrap,
.dct_sas .et_pb_image .et_pb_image_wrap img {
	width: 100%;
}

.dct_sas .et_pb_column:hover .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dct_sas .et_pb_column:hover .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #fff
}

.dct_sas .et_pb_column:hover .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	filter: invert(100%);
	backface-visibility: hidden;
}

.dct_sas .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color-1);
	text-transform: capitalize;
	font-weight: 600;
}

.dct_sas .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-2);
	font-size: 50px
}


/** Progress bar  **/

.dct_bar li {
	margin-bottom: 45px
}

.dct_bar .et_pb_counter_title {
	font-size: 16px;
	line-height: 24px;
	color: #222;
	padding-bottom: 15px;
	font-weight: 600
}

.dct_bar .et_pb_counter_container {
	position: relative;
	width: 100%;
	height: 8px;
	background-color: #eee!important;
	overflow: visible
}

.dct_bar .et_pb_counter_container .et_pb_counter_amount {
	background: linear-gradient(to right, rgba(26, 41, 64, 1) 0, rgba(68, 107, 167, 1) 100%);
	height: 8px
}

.dct_bar .et_pb_counter_container .et_pb_counter_amount .et_pb_counter_amount_number {
	font-size: 20px;
	font-weight: 600;
	color: #222;
	position: absolute;
	top: -35px;
	right: 0;
	padding: 0
}


/** Testimonial  **/

.dct_testi_v1 {
	overflow: visible
}

.dct_testi_v1 .et_pb_slide {
	background-color: #fff!important;
	overflow: visible
}

.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: 7% 8%;*/
	width: 100%;
	float: none;
	text-align: center
}

.dct_testi_v1 .et_pb_slide_description .et_pb_slide_content {
	padding-top: 10px;
	color: var(--color-1)!important;
	text-shadow: none
}

.dct_testi_v1 .et_pb_slide_image {
	top: 0!important;
	width: 100%!important;
	margin-right: 0!important
}

.dct_testi_v1 .et_pb_slide_description .et_pb_slide_title {
	font-size: 18px!important;
	text-shadow: none;
	line-height: 30px;
	color: #2e2f39!important
}

.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-2);
	font-size: 35px;
	padding: 10px;
	margin-top: -60px
}

.dct_testi_v1 .et-pb-controllers .et-pb-active-control {
	background-color: var(--color-1)
}

.dct_testi_v1 .et-pb-controllers a {
	background-color: var(--color-2);
	opacity: 1;
	width: 25px;
	border-radius: 0
}

.dct_testi_v1 .et-pb-arrow-prev::before {
	content: "\23"
}

.dct_testi_v1 .et-pb-arrow-next::before {
	content: "\24"
}

@media only screen and (max-width :980px) {
	.dct_testi_v1 .et_pb_slide_with_image .et_pb_slide_description {
		float: none
	}
}

@media only screen and (max-width :480px) {
	.dct_testi_v1 .et-pb-arrow-next::before,
	.dct_testi_v1 .et-pb-arrow-prev::before {
		font-size: 20px;
	}
}


/** Testimonial v2  **/

.dct_testi_v2 .et_pb_text .et_pb_text_inner h3 {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: normal;
	color: #999;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase
}

.dct_testi_v2 .et_pb_text .et_pb_text_inner h3:before {
	position: absolute;
	z-index: 2;
	top: -50px;
	left: 0;
	font-size: 45px;
	line-height: 1em;
	color: var(--color-1);
	content: "\7b";
	font-family: ETmodules!important
}

.dct_testi_v2 .et_pb_text .et_pb_text_inner h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #1a2940;
	font-weight: 700
}

.dct_testi_v2 .et_pb_text .et_pb_text_inner {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #555;
	font-weight: 300;
	margin-top: 30px
}

.dct_testi_v2 .et_pb_testimonial {
	position: relative;
	background-color: #f7f7f7;
	padding: 65px 50px
}

.dct_testi_v2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #222;
	font-weight: 400
}

.dct_testi_v2 .et_pb_testimonial .et_pb_testimonial_portrait {
	position: absolute;
	bottom: 0;
	height: 52px;
	width: 52px;
	margin: 0 auto 65px;
	border-radius: 50%;
	overflow: hidden
}

.dct_testi_v2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_author,
.dct_testi_v2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_meta {
	padding-left: 70px
}


/** Video  **/

.dct_video .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	position: relative;
	display: inline-block;
	height: 100px;
	width: 100px;
	padding: 10px;
	border-radius: 50%;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, .13);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_video .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image {
	background-color: #fff
}

.dct_video .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	background-color: var(--color-1);
	color: #fff
}

.dct_video .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	position: relative;
	height: 80px;
	width: 80px;
	cursor: pointer;
	color: #df6512;
	line-height: 80px;
	text-align: center;
	font-size: 50px;
	padding-left: 3px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	color: var(--color-1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_video .et_pb_blurb .et_pb_blurb_content {
	max-width: 100%
}

.dct_video .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	display: block;
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.02em;
	margin-bottom: 10px;
	margin-bottom: 50px
}

@media only screen and (max-width: 480px) {
	.dct_video .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 25px;
		margin-bottom: 10px;
	}
}


/** Blog  **/

.dct_blog .et_pb_post:last-child,
.dct_blog .et_pb_post:nth-child(2n + 2) {
	margin-right: 0 !important;
}

.dct_blog .et_pb_post:nth-child(2n + 1) {
	clear: both;
}

.dct_blog .et_pb_post {
	width: 47%;
	margin-right: 6% !important;
	cursor: pointer;
	float: left;
}

.dct_blog .et_pb_post .entry-featured-image-url {
	position: relative;
	overflow: hidden;
}

.dct_blog .et_pb_post .entry-featured-image-url:before {
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 1;
}

.dct_blog .et_pb_post:hover .entry-featured-image-url:before {
	transform: scale(1);
}

.dct_blog .et_pb_post .entry-featured-image-url img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	max-width: 100%;
	vertical-align: middle;
}

.dct_blog .et_pb_post:hover .entry-featured-image-url img {
	transform: scale(1.5);
}

.dct_blog .et_pb_post .post-meta .published {
	background-color: var(--color-1);
	color: #fff;
	font-weight: 600;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	transition: 0.5s;
	opacity: 0;
}

.dct_blog .et_pb_post:hover .post-meta .published {
	opacity: 1;
}

.dct_blog .et_pb_post .entry-title,
.dct_blog .et_pb_post .post-content,
.dct_blog .et_pb_post .post-meta {
	transition: 0.5s;
}

.dct_blog .et_pb_post:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.dct_blog .et_pb_post .more-link {
	z-index: 1;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 20px;
	font-weight: 500;
	border-color: var(--color-1);
	padding: 12px 25px;
	background-color: var(--color-1);
	overflow: hidden;
	transition: all 0.3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
}

.dct_blog .et_pb_post .more-link:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible !important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: var(--color-2);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.dct_blog .et_pb_post .more-link:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.dct_blog .et_pb_post .more-link:hover {
	padding: 12px 25px !important;
	color: #fff;
	background: 0 0;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dct_blog .et_pb_post .entry-title {
	color: var(--color-2);
	font-size: 18px;
	font-weight: 700;
	padding-left: 25px;
	transition: all 0.5s ease 0s;
}

.dct_blog .et_pb_post:hover .entry-title {
	color: var(--color-1);
}

.dct_blog .et_pb_post .post-meta {
	padding-left: 25px;
}

.dct_blog .et_pb_post .post-content {
	padding-left: 25px;
	padding-top: 5px;
}

.dct_blog .et_pb_post .post-meta a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

.dct_blog .et_pb_post .entry-featured-image-url::after {
	content: "\e059";
	font-family: ETmodules !important;
	position: absolute;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border: 1px dashed #fff;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%) scale(0);
	-o-transform: translateY(-50%) translateX(-50%) scale(0);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0);
	transform: translateY(-50%) translateX(-50%) scale(0);
	z-index: 2;
	transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	opacity: 0;
}

.dct_blog .et_pb_post:hover .entry-featured-image-url::after {
	-moz-transform: translateY(-50%) translateX(-50%) scale(1);
	-o-transform: translateY(-50%) translateX(-50%) scale(1);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
	opacity: 1;
}

.dct_blog.ctg .et_pb_post .post-meta .published {
	top: 50px;
}

@media only screen and (max-width: 767px) {
	.dct_blog .et_pb_post {
		width: 100%;
	}
	.dct_blog .et_pb_post {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 1199px) {
	.dct_blog .et_pb_post .post-meta .published {
		top: 10%;
	}
	.dct_blog .et_pb_post .entry-title {
		margin-bottom: 15px;
		line-height: 25px;
	}
}


/*** Blog List ***/


/* ===== Blog List ======*/

.dct_blog_list .et_pb_post {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #f0f0f0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dct_blog_list .et_pb_post:hover {
	border-color: #fff;
	background: #fff;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}

.dct_blog_list .et_pb_post:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}

.dct_blog_list .et_pb_post:after {
	content: "";
	left: 0;
	visibility: visible;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid var(--color-1);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
}

.dct_blog_list .et_pb_post .blog_list {
	padding-left: 320px;
	padding-top: 20px;
	padding-right: 20px;
}

.dct_blog_list .et_pb_post .blog_list .published {
	position: absolute;
	top: 0;
	background: var(--color-1);
	color: #fff;
	padding: 3px 15px;
}

.dct_blog_list .et_pb_post .entry-featured-image-url {
	margin-bottom: 0;
	width: 33.33333333%;
	float: left;
}

.dct_blog_list .et_pb_post a.more-link {
	clear: unset;
}

.dct_blog_list .et_pb_post .entry-featured-image-url {
	position: relative;
	overflow: hidden;
}

.dct_blog_list .et_pb_post .entry-featured-image-url:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	text-align: left;
	opacity: 1;
	border: none;
	z-index: 1;
	padding: 30px 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(150, 181, 193, 0) 28%, rgba(52, 113, 135, 0) 53%, rgba(17, 88, 114, 0.26) 62%, rgba(12, 46, 59, 0.7) 77%, rgba(7, 9, 11, 0.7) 90%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(150, 181, 193, 0) 28%, rgba(52, 113, 135, 0) 53%, rgba(17, 88, 114, 0.26) 62%, rgba(12, 46, 59, 0.7) 77%, rgba(7, 9, 11, 0.7) 90%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(150, 181, 193, 0) 28%, rgba(52, 113, 135, 0) 53%, rgba(17, 88, 114, 0.26) 62%, rgba(12, 46, 59, 0.7) 77%, rgba(7, 9, 11, 0.7) 90%);
}

.dct_blog_list .et_pb_post:hover .entry-featured-image-url img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.dct_blog_list .et_pb_post .blog_list .post-content-inner {
	padding-bottom: 10px;
}

@media only screen and (max-width: 979px) {
	.dct_blog_list .et_pb_post .entry-featured-image-url {
		float: none;
		width: auto;
	}
	.dct_blog_list .et_pb_post .blog_list {
		padding-left: 0;
		padding-right: 0;
	}
	.dct_blog_list .et_pb_post .blog_list .entry-title {
		padding: 0px 0;
		line-height: 23px;
	}
	.dct_blog_list .et_pb_post {
		max-width: 450px;
		margin: 0 auto 30px;
		float: none;
	}
}


/** Global single post content  **/

.dct_single_blg .et_pb_text_inner {
	line-height: 30px;
	text-align: justify
}

.dct_blog_detail .et_pb_testimonial {
	background-color: #f2f2f2;
	border-radius: 4px;
	color: #222;
	border: medium none;
	font-size: 18px;
	font-weight: 400;
	padding: 40px 30px;
	margin: 40px 0;
	line-height: 30px
}

.dct_blog_detail .et_pb_testimonial::before {
	color: var(--color-1);
	top: 0;
	left: 35px;
	content: "\7b"
}

.dct_blog_detail .et_pb_testimonial_description_inner {
	font-size: 15px;
	text-align: justify;
	line-height: 30px
}

.dct_blog_detail .et_pb_testimonial_author {
	font-style: italic;
	font-size: 17px
}

.dct_blog_detail .dct_blog .et_pb_post {
	width: 100%;
	border: none;
	padding: 0;
	position: relative
}

.dct_blog_detail .et_pb_blog_grid .et_pb_image_container {
	margin: 0
}

.dct_blog_detail .dc_s_title .et_pb_text_inner h4 {
	display: inline-block
}


/** Footer  **/

#dct_footer .et_pb_text .et_pb_text_inner h2 {
	padding-bottom: 0px;
	position: relative;
	display: block;
	font-size: 20px;
	display: inline-block;
	text-transform: capitalize;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	padding-left: 20px
}

#dct_footer .et_pb_text .et_pb_text_inner h2:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 90%;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

#dct_footer .et_pb_text .et_pb_text_inner ul {
	margin: 0;
	padding: 0
}

#dct_footer .et_pb_text .et_pb_text_inner ul li {
	list-style: none;
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
	color: #fff
}

#dct_footer .et_pb_text .et_pb_text_inner ul li:before {
	position: absolute;
	left: 0;
	content: "\35";
	font-family: ETmodules!important;
	color: var(--color-1)
}

#dct_footer .et_pb_text .et_pb_text_inner ul li a {
	color: #fff;
	transition: .5s
}

#dct_footer .et_pb_text .et_pb_text_inner ul li a:hover {
	color: var(--color-1)
}

#footer_bottom ul li a.icon {
	width: 35px;
	height: 35px;
	background-color: var(--color-1) !important;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	font-weight: 100;
}

#footer_bottom ul li a.icon:before {
	width: 35px;
	line-height: 35px;
}

#footer_bottom ul li a.icon:hover {
	background-color: #fff !important;
}

#footer_bottom ul li a.icon:hover:before {
	color: var(--color-1);
}

#footer_bottom .et_pb_text .et_pb_text_inner p {
	color: #fff;
}

#footer_bottom .et_pb_text .et_pb_text_inner p a {
	color: var(--color-1);
}

@media only screen and (max-width: 480px) {
	#main-footer ul li {
		margin-left: 2px;
	}
}

@media only screen and (max-width: 980px) {
	#main-footer .et-social-icons {
		margin-bottom: 30px;
	}
}


/** Email Opt-in  **/

#dct_email .et_pb_blurb .et_pb_blurb_content {
	max-width: 100%;
}

#dct_email .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	position: relative;
	height: 80px;
	width: 80px;
	cursor: pointer;
	color: #df6512;
	line-height: 80px;
	text-align: center;
	font-size: 35px;
	padding-left: 3px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	color: var(--color-1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#dct_email .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	background-color: var(--color-1);
	color: #fff
}

#dct_email .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	position: relative;
	height: 100px;
	width: 100px;
	padding: 10px;
	border-radius: 50%;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, .13);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#dct_email .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image {
	background-color: #fff
}

#dct_email .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	color: #fff;
	padding-top: 15px
}

#dct_email .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: #fff;
	font-size: 25px
}
#dct_email .et_pb_newsletter_form form {position: relative;}
#dct_email .et_pb_newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	border-color: var(--color-1);
	color: #fff;
	font-size: 18px;
	padding: 11px;
	padding-left: 18px!important;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	background-color: var(--color-1);
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#dct_email .et_pb_newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button:after {
	margin-left: 0!important
}

#dct_email .et_pb_newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button .et_pb_newsletter_button_text {
	font-size: 0
}

#dct_email .et_pb_newsletter .et_pb_newsletter_form .input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 60px;
	border-radius: 0;
	font-size: 15px;
	color: #555;
	font-weight: 300;
	background: #fff;
	padding: 10px 80px 10px 28px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width: 480px) {
	#dct_email .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
		display: block;
	}
	#dct_email .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
		padding-top: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	#dct_email .et_pb_newsletter .et_pb_newsletter_form {
		width: 100%;
	}
	#dct_email .et_pb_newsletter .et_pb_newsletter_description {
		display: none;
	}
}


/** Mobile Menu **/

@media all and (max-width: 980px) {
	.et_secondary_nav_two_panels #et-secondary-menu {
		margin-top: 12px
	}
	.et_header_style_left .et_pb_menu_hidden .logo_container {
		opacity: 0;
		-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
	}
	.et_header_style_left .et_pb_menu_visible .logo_container {
		opacity: 1;
		-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
	}
	.et_header_style_left #et-top-navigation {
		padding-left: 0!important;
		width: 100%
	}
	.et_header_style_left .et-search-form {
		max-width: 100%!important;
		width: 100%!important
	}
	.et_header_style_left #et-top-navigation .et-cart-info {
		margin: 5px 0 0 0
	}
	.et_header_style_left.et_fixed_nav #main-header {
		position: fixed;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding-top: 5px
	}
	.et_header_style_left #et-top-navigation {
		-webkit-transition: padding-top .4s ease;
		-o-transition: padding-top .4s ease;
		transition: padding-top .4s ease
	}
	.et_header_style_left .et-fixed-header .mobile_menu_bar {
		padding-bottom: 5px
	}
	.et_header_style_left .mobile_menu_bar {
		-webkit-transition: padding-bottom .4s ease;
		-o-transition: padding-bottom .4s ease;
		transition: padding-bottom .4s ease
	}
	#main-header .mobile_nav.opened .mobile_menu_bar:before {
		content: '\4d'
	}
	#main-header .et_mobile_menu {
		border-color: var(--color-1);
		overflow: scroll!important;
		max-height: 80vh;
		padding: 0;
		position: fixed
	}
	#main-header .mobile_menu_bar::before {
		color: var(--color-1);
		top: 10px;
	}
	
	/*.et_header_style_left .et-fixed-header .mobile_menu_bar:before{top: 0px;}*/
	#et-info {
		display: block;
		float: left
	}
	#et-info-phone::after {
		background: 0 0
	}
	#et-secondary-menu {
		display: block!important;
		position: absolute;
		right: 0;
		top: -3px
	}
	.et-cart-info {
		float: right
	}
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
		position: relative;
	}
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
		position: absolute;
		z-index: 1;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 5px;
		top: 6px;
		right: 10px;
		cursor: pointer;
		text-align: center
	}
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
		color: var(--color-2)
	}
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
		font-family: ETmodules!important;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 36px;
		font-size: 24px;
		text-transform: none;
		speak: none;
		color: var(--color-1);
		content: '\33'
	}
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
		content: '\32'
	}
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
		display: none!important;
		padding-left: 0
	}
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
		display: block!important;
		background-color: rgba(0, 0, 0, .03)
	}
	#main-header #mobile_menu.et_mobile_menu li li {
		padding-left: 0
	}
	#main-header #mobile_menu.et_mobile_menu li a,
	#main-header #mobile_menu.et_mobile_menu li li a,
	#main-header #mobile_menu.et_mobile_menu li li li a {
		padding: 15px;
		text-transform: uppercase
	}
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a {
		background-color: transparent;
		font-weight: inherit
	}
	#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
		font-weight: bolder;
		color: var(--color-1)!important
	}
}

@media only screen and (min-width: 783px) and (max-width: 980px) {
	.logged-in.et_header_style_left.et_fixed_nav #main-header.et-fixed-header {
		top: 32px!important
	}
}

.et_fixed_nav #top-header {
	position: absolute!important
}

.et-fixed-header {
	top: 0!important
}

@media only screen and (max-width:479px) {
	#et-info {
		float: none
	}
	#top-header #et-info>a {
		display: none
	}
	#top-header #et-info span {
		margin-right: 0
	}
}

.et-fixed-header {
	top: 0 !important;
}


/** About Page -intro  **/

.dct_abt_b {
	visibility: visible;
	animation-name: fadeInUp
}

.dct_abt_b .et_pb_blurb_content {
	padding-bottom: 30px;
	position: relative;
	background-color: #fff;
	padding: 50px 40px;
	padding-left: 40px;
	padding-left: 110px;
	overflow: hidden;
	box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}

.dct_abt_b .et_pb_blurb_content:before {
	position: absolute;
	left: -20px;
	top: 30px;
	height: 100px;
	width: 100px;
	background-color: #f3f4f5;
	content: "";
	border-radius: 50%
}

.dct_abt_b .et_pb_blurb_content .et_pb_main_blurb_image {
	position: absolute;
	left: 10px;
	top: 50px
}

.dct_abt_b .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	position: relative;
	font-size: 54px;
	line-height: 1em;
	color: #1a2940
}

.dct_abt_b .et_pb_blurb_content {
	max-width: 100%
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	line-height: 25px;
	color: #1a2940;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #555;
	font-weight: 300;
	margin-bottom: 20px
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
	font-size: 15px;
	color: var(--color-1);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	text-decoration: underline;
	transition: all .3s ease;
	cursor: pointer
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover {
	color: var(--color-2)
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before {
	display: inline-block;
	float: right;
	margin-left: 5px;
	content: "\35";
	font-family: ETmodules!important;
	color: #1a2940;
	font-size: 18px
}

.dct_abt_b.var .et_pb_blurb_content {
	background-color: #1a2940;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_abt_b.var:hover .et_pb_blurb_content {
	background-color: var(--color-1);
}

.dct_abt_b.var:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
	color: #fff;
}

.dct_abt_b.var:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color-2);
}

.dct_abt_b.var .et_pb_blurb_content:before {
	background-color: #ffffff;
	
}

.dct_abt_b.var .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct_abt_b.var .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dct_abt_b.var .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #fff;
}

.dct_abt_b.var .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a::before {
	color: #fff;
}


/*Client*/

#dct_client .owl-controls {
	display: block!important;
	position: absolute;
	margin: 0 auto;
	width: 100%
}

#dct_client .owl-controls .owl-buttons div {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 22px;
	color: #ccc;
	line-height: 41px;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #ddd;
	margin: 0 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#dct_client .owl-controls {
	margin-top: 50px
}

#dct_client .owl-controls .owl-buttons div:hover {
	background: var(--color-1);
	color: #fff;
	border-color: var(--color-1)
}

#dct_client .owl-next::after,
#dct_client .owl-prev::after {
	content: "\23";
	font-family: ETmodules!important;
	font-size: 20px;
	font-weight: 900
}

#dct_client .owl-next::after {
	content: "\24"
}

#dct_client .own-item {
	max-width: 150px;
	transition: transform .3s ease 0s, transform .3s ease 0s, transform .3s ease 0s, transform .3s ease 0s, transform .3s ease 0s;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	background-color: #fff
}

#dct_client .own-item .et_pb_image_wrap img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	opacity: .5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#dct_client .own-item .et_pb_image_wrap img:hover {
	opacity: 1
}

@media only screen and (max-width: 1299px) {
	#dct_client .owl-next {
		position: absolute;
		right: -7%;
	}
}


/* Intro V3 */

.dct_intro_hover_v3 {
	overflow: hidden;
}

.dct_intro_hover_v3 .et_pb_blurb_content .et_pb_blurb_description {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transition: all 0.5s ease-out;
	transform: translateX(-50%);
}

.dct_intro_hover_v3:hover .et_pb_blurb_content .et_pb_blurb_description {
	bottom: -28px;
}

.dct_intro_hover_v3 .et_pb_blurb_content .et_pb_blurb_description a {
	opacity: 0;
	transition: all 0.5s ease-out;
	border-radius: 30px;
	padding: 8px 22px;
	font-size: 14px;
	font-weight: 500;
	background: #ffffff;
	text-transform: capitalize;
}

.dct_intro_hover_v3:hover .et_pb_blurb_content .et_pb_blurb_description a {
	opacity: 1;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 19px -14px var(--color-1);
}


/*Mobile app*/

.dct_download .et_pb_text_inner h2 {
	position: relative;
	display: block;
	padding-left: 20px;
	font-size: 36px;
	line-height: 1.2em;
	color: #1a2940;
	font-weight: 700
}

.dct_download .et_pb_text_inner h2:before {
	position: absolute;
	left: 0;
	top: 5%;
	height: 90%;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

.dct_download .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	display: inline-block;
	color: #1a2940
}

.dct_download .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size: 50px;
	line-height: 1em;
	color: var(--color-1);
	font-weight: 400
}

.dct_download .et_pb_blurb .et_pb_blurb_content {
	max-width: 100%
}

.dct_download .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 15px;
	line-height: 28px;
	color: #555;
	font-weight: 300
}

.dct_download .dc_b_btn.bg {
	background-color: var(--color-2)
}

.dct_download .dc_b_btn {
	position: relative;
	background-color: var(--color-1);
	padding: 15px 30px;
	height: 75px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	display: inline-block;
	margin-right: 10px
}

.dct_download .dc_b_btn .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size: 34px;
	line-height: 40px;
	color: #fff
}

.dct_download .dc_b_btn .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	padding-bottom: 0
}

.dct_download .dc_b_btn .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 400
}


/* Contact us */

.dct_s_contact .et_contact_bottom_container .et_pb_contact_submit {
	z-index: 1;
	border: none;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	border-color: var(--color-1);
	padding: 10px 30px;
	margin: 0;
	background-color: var(--color-1);
	overflow: hidden;
	transition: all .3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600
}

.dct_s_contact .et_contact_bottom_container {
	float: left;
	padding-left: 20px
}

.dct_s_contact .et_contact_bottom_container .et_pb_contact_submit:hover {
	padding: 10px 30px!important;
	color: #fff;
	background: 0 0!important;
	border-radius: 3px!important;
	border-color: var(--color-2)!important;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.dct_s_contact .et_contact_bottom_container .et_pb_contact_submit:hover:after {
	opacity: 0
}

.dct_s_contact .et_contact_bottom_container .et_pb_contact_submit:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

.dct_s_contact .et_contact_bottom_container .et_pb_contact_submit:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible!important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: var(--color-2);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.dct_s_contact .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	padding-left: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 0;
	text-transform: uppercase
}

.dct_s_contact .et_pb_blurb .et_pb_blurb_content {
	max-width: 100%
}

.dct_s_contact .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

.dct_s_contact .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, .65);
	padding-left: 20px;
	font-weight: 400;
	margin-bottom: 35px
}

.dct_s_contact .et_pb_social_media_follow li a {
	background-color: transparent!important
}

.dct_s_contact .et_pb_social_media_follow li a.icon::before {
	color: #ccc
}

.dct_s_contact .et_pb_social_media_follow li a.icon:hover::before {
	color: var(--color-1);
}

.dct_s_contact.cn .et_contact_bottom_container {
	float: none;
	padding-left: 0;
	text-align: center;
	margin-top: 20px
}


/* Blog Details and Sidebar */

.single-post .et_pb_post .et_post_meta_wrapper .entry-title,
.single-project .project .et_main_title .entry-title {
	position: relative;
	font-size: 22px;
	margin-bottom: 12px;
	padding-bottom: 0;
	line-height: 25px;
	text-transform: uppercase;
	padding-left: 18px;
	color: #1a2940;
	font-weight: 600
}

.single-post #left-area .post-meta {
	padding-left: 17px
}

.single-post .et_pb_post .et_post_meta_wrapper .entry-title:before,
.single-project .project .et_main_title .entry-title:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

.single-project .project .et_main_title .et_project_categories {
	display: block;
	padding-left: 17px
}

#main-content .container::before {
	background-color: transparent
}

.single-post #main-content,
.single-project #main-content {
	background-color: #f7f7f7
}

.single-post .container,
.single-project .container {
	max-width: 1170px
}

.single-project .nav-single .nav-next a,
.single-project .nav-single .nav-previous a {
	color: #fff
}

.single-project .nav-single .nav-next a span,
.single-project .nav-single .nav-previous a span {
	color: #fff;
	font-size: 20px
}

.single-project .nav-single {
	margin-bottom: 40px
}

.single-project .nav-single .nav-next,
.single-project .nav-single .nav-previous {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	border-color: var(--color-1);
	padding: 5px 15px;
	background-color: var(--color-1);
	overflow: hidden;
	transition: all .3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600
}

#sidebar .et_pb_widget .widgettitle {
	position: relative;
	font-size: 1.3em;
	margin-bottom: 12px;
	line-height: 25px;
	padding-left: 20px;
	color: #1a2940;
	font-weight: 600
}

#sidebar .et_pb_widget .widgettitle:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

#sidebar ul {
	position: relative;
	margin-bottom: 60px
}

#sidebar ul li {
	position: relative;
	margin-bottom: 0px
}

#sidebar ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #1a2940;
	content: "";
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#sidebar ul li a {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #1a2940;
	line-height: 26px;
	padding: 15px 25px;
	padding-left: 25px;
	display: block;
	padding-left: 45px;
	border-radius: 3px;
	background-color: #fff;
	z-index: 9;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#sidebar ul li a::before {
	position: absolute;
	left: 22px;
	top: 15px;
	font-size: 18px;
	line-height: 26px;
	color: var(--color-1);
	font-weight: 900;
	content: "\45";
	font-family: ETmodules!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
}

#sidebar ul li a::after {
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--color-1);
	z-index: -1;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

#sidebar ul li.active a::before,
#sidebar ul li:hover a::before {
	opacity: 0
}

#sidebar ul li.active a::after,
#sidebar ul li:hover a::after {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

#sidebar ul li.active a,
#sidebar ul li:hover a {
	color: #fff;
	padding-left: 25px
}

#sidebar ul li:hover::before {
	opacity: 1;
	visibility: visible
}

#sidebar .widget_search input#s {
	position: relative;
	padding: 15px 24px;
	border: 1px solid #e5e5e5;
	background: #1a2940;
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 26px!important;
	width: 100%;
	height: 56px!important;
	border-radius: 4px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.widget_search input#searchsubmit {
	background: var(--color-1);
	color: #fff;
	height: 55px!important;
	border: none
}

.dct_blog_detail .dc_side .et_pb_text_inner {
	background-color: #1a2940;
	display: table;
	width: 100%
}

.dct_blog_detail .dc_side,
.dct_blog_detail .dc_side_1,
.dct_blog_detail .et_pb_image {
	margin-bottom: 0!important
}

.dct_blog_detail .dc_side .et_pb_text_inner h3 {
	position: relative;
	padding: 40px 40px;
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.3em;
	line-height: 25px;
	color: #fff;
	font-weight: 600
}

.dct_blog_detail .et_pb_image .et_pb_image_wrap,
.dct_blog_detail .et_pb_image .et_pb_image_wrap img {
	width: 100%
}

.dct_blog_detail .dc_side_1 h2 {
	position: relative;
	background-color: var(--color-1);
	padding: 25px 25px 50px;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	text-align: center
}

.dct_blog_detail .dc_btn:hover:after {
	opacity: 0
}

.dct_blog_detail .dc_btn {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	z-index: 1;
	border-color: var(--color-2);
	padding: 10px 30px;
	background-color: var(--color-2);
	overflow: hidden;
	transition: all .3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600
}

.dct_blog_detail .dc_btn:hover {
	padding: 10px 30px!important;
	color: var(--color-1);
	border-radius: 3px!important;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.dct_blog_detail .dc_btn:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

.dct_blog_detail .dc_btn:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible!important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.dct_blog_detail .et_pb_button_module_wrapper {
	margin-top: -25px;
	margin-bottom: 0!important;
	background: #fff
}

.dct_blog_detail .dc_no .et_pb_text_inner {
	position: relative;
	padding: 34px 0px 35px;
	background: #fff;
	border-bottom: 3px solid #1a2940
}

.dct_blog_detail .dc_no .et_pb_text_inner h4 {
	position: relative;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	width: 100%;
	color: #222;
	padding-bottom: 0;
	font-weight: 700
}

.dct_blog_detail .dc_no .et_pb_text_inner h4:before {
	content: "\e090";
	font-family: ETmodules!important;
	margin-right: 20px;
	color: #fff;
	font-size: 15px;
	background: var(--color-1);
	padding: 10px;
	border-radius: 50%
}

.dct_blog_detail .et_pb_blurb {
	margin-bottom: 15px!important
}

.dct_blog_detail .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-1);
	font-size: 20px
}

.dct_blog_detail .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 0
}

.single-post .et-l .et_pb_post_title .et_pb_title_container {
	position: relative;
	background-color: rgba(255, 255, 255, .7);
	width: 100%;
	z-index: 5;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	box-shadow: 0 27px 50px rgba(0, 0, 0, .05)
}

.single-post .et-l .et_pb_post_title .et_pb_title_container h1 {
	position: relative;
	font-size: 30px;
	color: #1a2940;
	text-transform: uppercase;
	padding-bottom: 0;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 50px
}

#sidebar {
	padding-bottom: 0!important
}

@media only screen and (max-width: 480px) {
	.dct_blog_detail .dc_no .et_pb_text_inner h4 {
		font-size: 20px;
	}
	.single-post .et-l .et_pb_post_title .et_pb_title_container h1 {
		font-size: 20px;
		line-height: 35px;
	}
	.dct_p_dt .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 14px;
	}
}


/* =======================
    Comments
=========================*/

#comment-wrap {
	padding-top: 20px
}

#commentform {
	padding-bottom: 30px;
	position: relative;
	overflow: hidden
}

h1#comments,
h3#reply-title {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 0;
	position: relative;
	text-transform: uppercase
}

h1#comments {
	margin-bottom: 30px
}

h3#reply-title {
	position: relative;
	display: block;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #1a2940;
	font-weight: 700;
	padding-left: 25px
}

h3#reply-title:before {
	position: absolute;
	left: 0;
	top: 5%;
	height: 90%;
	width: 5px;
	background-color: var(--color-1);
	content: ""
}

#commentform p {
	font-weight: 300;
	font-size: 15px
}

.form-submit {
	position: relative
}

.form-submit .et_pb_button {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	border-color: var(--color-1);
	padding: 10px 30px;
	background-color: var(--color-1);
	overflow: hidden;
	transition: all .3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600
}

.form-submit .et_pb_button:hover {
	padding: 10px 30px!important;
	color: var(--color-1);
	border-radius: 3px!important;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.form-submit .et_pb_button:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

.form-submit .et_pb_button:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible!important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition: transform .5s cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
	transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

h3#reply-title a#cancel-comment-reply-link {
	font-size: 14px
}

.single .comment_area .comment-reply-link {
	padding-top: 3px!important;
	padding-bottom: 3px!important;
	font-size: 13px;
	line-height: 1.5!important;
	position: relative;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 8px;
	border-width: 1px;
	color: inherit;
	font-weight: 500
}

.single .comment_area .comment-reply-link:hover {
	color: #fff
}

.comment #respond {
	margin: 0 auto 30px!important;
	padding: 0!important
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url],
#commentform textarea {
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid rgba(0, 0, 0, .15);
	padding: 12px 15px;
	border-radius: 0;
	background: 0 0!important;
	transition: all .3s, ease-in-out
}

.comment span.fn,
.comment span.fn a {
	font-size: 14px
}

.comment .comment-body {
	margin-bottom: 15px;
	padding: 15px 15px 15px 70px;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 5px;
	min-height: 75px
}

.comment .children .comment-body {
	margin-bottom: 10px
}

.comment .comment_avatar {
	left: 12px;
	top: 15px
}

.comment .comment_avatar img {
	width: 45px!important;
	height: 45px!important;
	object-fit: cover;
	border-radius: 50%;
	max-width: 100%!important
}

.comment .comment_area {
	font-size: 14px;
	line-height: 1.4
}

.comment_postinfo {
	line-height: 1.2!important
}

.comment.bypostauthor>article {
	background: rgba(0, 0, 0, .02);
	border-left: 4px solid
}

.single .entry-content .et_builder_inner_content .et_pb_section {
	padding: 0!important
}

@media (min-width:500px) {
	.single-post.et_full_width_page #comment-wrap {
		width: 90%;
		margin-right: auto;
		margin-left: auto
	}
}

@media (min-width:700px) {
	p.comment-form-author,
	p.comment-form-email,
	p.comment-form-url {
		width: 32%;
		float: left
	}
	p.comment-form-author,
	p.comment-form-email {
		margin-right: 2%!important
	}
	p.comment-form-author input,
	p.comment-form-email input,
	p.comment-form-url input {
		width: 100%!important;
		display: block
	}
}


/* Template-Options
-------------------------------------------------------------- */


/* Mobile Menu */

.logged-in.admin-bar .dct-fixed-header {
	top: 32px;
}

@media screen and (max-width:980px) {
	/*for login user make adminbar fix*/
	#wpadminbar {
		position: fixed;
	}
}


/*change Divi hamburger menu to X*/

.mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*remove the border from the top of the mobile menu*/

.et_mobile_menu {
	border-top: none;
}


/*hide the submenu items on mobile*/

.et_mobile_menu li ul.hide {
	display: none !important;
}


/*adjust the parent menu items on mobile*/

.et_mobile_menu .menu-item-has-children {
	position: relative;
}


/*adjust the parent menu items on mobile*/

.et_mobile_menu .menu-item-has-children>a {
	background: transparent;
}


/*position and style the submenu icons*/

.et_mobile_menu .menu-item-has-children>a+span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
}


/*icon for closed submenu*/

span.menu-closed:before {
	content: "\33";
	display: block;
	color: var(--color-1);
	font-size: 18px;
	font-family: ETmodules;
}


/*icon for open submenu*/

span.menu-closed.menu-open:before {
	content: "\4d";
	color: var(--color-1);
}


/*adjust border under mobile menu items*/

.et_mobile_menu li:not(:last-child) a {
	border-bottom: 2px solid #f3f6fd;
}


/*remove border under last mobile menu item*/

.et_mobile_menu li:last-child a {
	border-bottom: none;
}


/* Responsive */


/* Template-Options */


/*------------------------------------------------------- Template-Options -------------------------------------------*/

.template-options .theme_option_bar:before {
	font-size: 22px;
	content: "\e037";
	cursor: pointer;
	color: #000;
	font-family: ETmodules !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
}

.template-options.opened .theme_option_bar:before {
	content: "\4d";
	font-size: 32px;
}

.template-options {
	position: fixed;
	top: 130px;
	right: -200px;
	width: 200px;
	background: #fff;
	-webkit-transition: right .4s;
	transition: right .4s;
	z-index: 9999999
}

.template-options.opened {
	right: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 9999999
}

.option-section {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1
}

.option-section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}

.option-section h4 {
	color: #333;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px
}

.option-section .checkbox {
	margin-bottom: 0
}

.options-inner {
	position: relative;
	padding: 20px
}

.cl-toggler {
	position: absolute;
	top: 0;
	left: -48px;
	display: inline-block;
	background: #fff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.cl-toggler i {
	font-size: 20px
}

.cl-toggler:hover {
	color: #000
}

.cl-bg-images,
.cl-presets {
	list-style: none;
	padding: 0;
	margin: -5px
}

.cl-bg-images li,
.cl-presets li {
	display: block;
	float: left;
	margin: 5px
}

.cl-bg-images li a,
.cl-presets li a {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 2px;
	float: left
}

.cl-bg-images li a img {
	width: 100%
}

.cl-bg-images li.active a {
	border: 3px solid #22b8f0
}

.cl-presets li.active a {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .2) inset
}

.switcher-style-list {
	list-style: none;
	overflow: hidden;
}

.switcher-style-list li {
	float: left;
	margin: 2px;
}

.switcher-style-list li a {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background-size: cover;
}

#switcher-theme-custom-color.switcher-style-list li a {
	width: 80px;
	height: 40px;
	border: 2px solid #444;
	position: relative;
}

#switcher-theme-custom-color.switcher-style-list li a .color {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #eee;
}

#switcher-theme-custom-color.switcher-style-list li.active a:after {
	color: #ddd;
	content: "\e052";
	font-family: ETmodules !important;
	font-size: 16px;
	left: 40%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 15%;
}

.layout select {
	width: 100%;
	padding: 5px;
	border: none;
	margin: 0 0 0 -5px;
	color: #666;
	cursor: pointer;
}

@media (max-width: 980px) {
	.template-options {
		top: 10%;
		width: 100px;
		right: -100px;
	}
	.cl-bg-images li a,
	.cl-presets li a {
		width: 25px;
		height: 25px;
	}
	#switcher-theme-custom-color.switcher-style-list li a {
		width: 65px;
		height: 25px;
	}
	#switcher-theme-custom-color.switcher-style-list li.active a::after {
		top: 0px;
	}
}

@media only screen and (max-width: 768px) {
	#switcher-menu-primary-color,
	#switcher-menu-secondary-color {
		display: none;
	}
}

.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
}


/* Default button appearance */

.et_pb_scroll_top::before {
	content: "6";
}

.et_pb_scroll_top.et-pb-icon {
	right: 30px;
	/* space from right */
	bottom: 30px;
	/* space from bottom */
	padding: 8px;
	/*padding size*/
	border-radius: 5px;
	/* make the circle */
	background: var(--color-1)/* button color */
	;
	font-size: 32px;
	/* icon size */
	transition: all .1s ease-in-out;
	/* add transition */
}


/* Button Appearance on Mouseover */

.et_pb_scroll_top.et-pb-icon:hover {
	bottom: 32px/* space from bottom */
	;
	background: var(--color-2)/*button hover color*/
	;
	transition: all .1s ease-in-out;
	/*add transition*/
	box-shadow: 0 10px 15px #162c4e4a;
	/*box shadow on hover*/
}


/* Animation tweaks */

.et_pb_scroll_top.et-visible {
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50, 0, .160, 1);
	-moz-animation: fadeInBottom 2s 1 cubic-bezier(.50, 0, .160, 1);
	-o-animation: fadeInBottom 1s 1 cubic-bezier(.50, 0, .160, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(.50, 0, .160, 1);
}

.et_pb_scroll_top.et-hidden {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

/*set the defautl background color of the header section*/
.dct-header {
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
/*set the background color of the fixed header when scrolling*/
.dct-fixed-header {
	position:fixed;
	top:0px;
	width:100%;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}