/*---------------------------------------------------------------------------------
 Theme Name:   Divi Gear Theme 
 Theme URI:    https://gear.divifixer.com/
 Description:  DIVI AutoService is a clean and modern Divi child theme
 Author:       Divi-childthemes.com
 Author URI:   https://divi-childthemes.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 
------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/*
* General
* Menu
* Slider
* Intro
* Testimonial
* Services
* Tab
* Blog
* Blog Detail
* Blog Category
* Sidebar
* Comments
* Team
* Counter
* Footer
* Footer Contact
* Call to action
* Contact us
* Menu bar
* Responsive
*Template-Options
*/



/* ===== General ======*/
.dct_plx .et_parallax_bg:before {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(0, 0, 0, .5)!important;
}
.dct_plx.bg .et_parallax_bg::before {
background-color:rgba(0, 0, 0, .8)!important;
}
.dct_title .et_pb_text_inner h2 {
	font-size:45px;
	position:relative;
	margin:0 auto;
	display:inline-block;
	font-weight:600
}
.dct_title .et_pb_text_inner {
	text-align:center
}
.dct_title .et_pb_text_inner h2:before {
	content:'';
	display:inline-block;
	position:absolute;
	width:100%;
	height:5px;
	background:var(--color-1);
	left:50%;
	transform:translateX(-50%);
	bottom:0
}
.dct_title.left .et_pb_text_inner h2 {
	padding-bottom: 20px;
	line-height: 40px;
}
.dct_title.left .et_pb_text_inner h2:before {
	margin-bottom: -20px;
}
.dct_call {
	padding: 12px 45px !important;
	background:#f5f5f5 !important;
	border-color:transparent;
	color:#111;
	font-weight:700;
	font-size:20px
}
.dct_call:before {
	color:var(--color-1);
	margin-left:-35px!important
}
.dct_btn {
	background:var(--color-1)!important;
	border-color:var(--color-1)!important;
	color:#fff;
	border-radius:0;
	font-weight:400;
	font-size:15px;
	padding:.3em 1em !important;
	text-transform: uppercase;
	font-weight: 700;
}
.dct_btn:hover {
	color:#000;
	background: #fff !important;
}
.dct_btn:after {
	display:none !important
}
.dct_btn.bg {
	padding: 10px 35px !important;
}
.dct_btn.bg {
	background:#fff !important;
	color:#333 !important;
}
.dct_btn.bg:hover {
	background:#333 !important;
	color:#fff !important;
}

/* ===== Section Title ======*/
.dct_s_title .et_pb_text_inner h2 {
	position: relative;
	margin-bottom: 15px;
	line-height: 26px;
	padding-bottom: 8px;
	font-size: 36px;
	font-weight: 700;
	color: #101010;
}
.dct_s_title .et_pb_text_inner h2:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 60px;
	height: 3px;
	background: var(--color-1);
}
.dct_s_title .et_pb_text_inner h2 span {
	font-weight: 400;
	line-height: 26px;
}
.dct_s_title.center .et_pb_text_inner h2 {
	text-align: center;
}
.dct_s_title.center .et_pb_text_inner h2::before {
left: 50%;
transform: translateX(-50%);
}
.dct_b_icon {
}
.dct_b_icon .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-1);
	font-size: 20px;
	font-weight: 900;
}
.dct_b_icon .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 0;
}
.dct_b_icon .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 15px;
}
/*Page Title*/

.dct_p_hed_title .et_pb_text_inner h1 {
	font-size: 60px;
	color: #fff;
	padding: 70px 0px 50px 0px;
	font-weight: 400;
}
.dct_p_hed_title .et_pb_text_inner h1 span {
	font-size: 60px;
	color: var(--color-1);
	font-weight: 700;
}
.dct_p_menu_title {
	margin-bottom: 50px !important;
}
.dct_p_menu_title .et_pb_text_inner ol {
	position: absolute;
	left:5px;
	bottom: 0;
	display: flex;
	list-style: none;
}
.dct_p_menu_title .et_pb_text_inner ol li {
	color: #fff;
	font-size: 20px;
}
.dct_p_menu_title .et_pb_text_inner ol li a {
	color: var(--color-1);
}
 .dct_p_menu_title .et_pb_text_inner ol li:not(:last-child)::after {
	content: "/";
	margin: 0px 5px;
	box-sizing: border-box;
}
/*Header Css*/

.dct_header_mail .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size: 24px;
	color:var(--color-1) !important;
}
/*404 Css*/
.dct_404 .et_pb_text_inner h1 {
	font-size: 100px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
	text-align: center;
}
.dct_404_btn {
	background:var(--color-1);
	border-color:var(--color-1);
	font-weight:400;
	font-size:15px;
	padding:12px 45px!important;
	border-radius:0;
	padding-right:55px!important;
	color:#fff
}
.dct_404_btn:hover {
	color:#000;
	background: #fff !important;
	border: 2px solid var(--color-1)
}
.dct_404_btn:after {
	display: none !important;
}
/* ===== Menu ======*/
.nav li li{
	padding:0px;
	display: inline-block;
	width: 100%;
}
.et-menu li li a{
	width: auto;
}
nav> ul > li > ul{
	border:none;
}
nav > ul > li > ul::after {
	position: absolute;
	left: 20%;
	margin-left: -40px;
	top: -15px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
}
.nav li ul {	
	text-align: left;
}
.et_pb_menu ul li ul.sub-menu li a {color:#222 !important;}
@media only screen and (min-width:1405px) {
 .et-show-dropdown .sub-menu {
	-webkit-animation:scale-in-top 0.3s cubic-bezier(0.250,0.460,0.450,0.940) both;
	animation:scale-in-top 0.3s cubic-bezier(0.250,0.460,0.450,0.940) both
 }
 .sub-menu {
	-webkit-animation:scale-out-top 0.3s cubic-bezier(0.550,0.085,0.680,0.530) both;
	animation:scale-out-top 0.3s cubic-bezier(0.550,0.085,0.680,0.530) both
 }
}
@media only screen and (min-width:1100px) and (max-width:1405px) {
 .et-show-dropdown .sub-menu {
	-webkit-animation:scale-in-top 0.3s cubic-bezier(0.250,0.460,0.450,0.940) both;
	animation:scale-in-top 0.3s cubic-bezier(0.250,0.460,0.450,0.940) both
 }
 .sub-menu {
		-webkit-animation:scale-out-top 0.3s cubic-bezier(0.550,0.085,0.680,0.530) both;
		animation:scale-out-top 0.3s cubic-bezier(0.550,0.085,0.680,0.530) both
 }
}
@-webkit-keyframes scale-out-top {
 0% {
	  -webkit-transform:scale(1);
	  transform:scale(1);
	  -webkit-transform-origin:50% 0%;
	  transform-origin:50% 0%;
	  opacity:1
 }
 100% {
	  -webkit-transform:scale(0);
	  transform:scale(0);
	  -webkit-transform-origin:50% 0%;
	  transform-origin:50% 0%;
	  opacity:1
 }
}
@keyframes scale-out-top {
 0% {
	  -webkit-transform:scale(1);
	  transform:scale(1);
	  -webkit-transform-origin:50% 0%;
	  transform-origin:50% 0%;
	  opacity:1
 }
 100% {
	  -webkit-transform:scale(0);
	  transform:scale(0);
	  -webkit-transform-origin:50% 0%;
	  transform-origin:50% 0%;
	  opacity:1
 }
}
@-webkit-keyframes scale-in-top {
 0% {
	  -webkit-transform:scale(0);
	  transform:scale(0);
	  -webkit-transform-origin:50% 0%;
	  transform-origin:50% 0%;
	  opacity:1
 }
 100% {
	  -webkit-transform:scale(1);
	  transform:scale(1);
	  -webkit-transform-origin:50% 0%;
	  transform-origin:50% 0%;
	  opacity:1
 }
}
@keyframes scale-in-top {
 0% {
	  -webkit-transform:scale(0);
	  transform:scale(0);
	  -webkit-transform-origin:50% 0%;
	  transform-origin:50% 0%;
	  opacity:1
 }
 100% {
	  -webkit-transform:scale(1);
	  transform:scale(1);
	  -webkit-transform-origin:50% 0%;
	  transform-origin:50% 0%;
	  opacity:1
 }
}
@media screen and (max-width:980px) {
  /*for login user make adminbar fix*/	
  #wpadminbar {
	 position:fixed;
  }
}
/* ===== Slider ======*/

.dct_slider .et_pb_slides .et_pb_container {
	height:auto!important
}
.dct_slider .et_pb_slide_description {
	padding:10% 8%
}
.dct_slider .et_pb_slide_description .et_pb_slide_title {
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.dct_slider .et_pb_slide_description .et_pb_slide_content {
}
.dct_slider .et_pb_slide_description .et_pb_slide_content h1 {
	padding-bottom: 0;
	font-size: 60px;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
}
.dct_slider .et_pb_slide_description .et_pb_slide_content h1 span {
	color: var(--color-1);
}
.dct_slider .et_pb_slide_description .et_pb_slide_content p {
	max-width: 650px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 30px;
}
.dct_slider .et_pb_button_wrapper .et_pb_button {
	background:var(--color-1);
	border-color:var(--color-1);
	font-size:16px;
	padding:10px 20px!important;
	border-radius:0;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.dct_slider .et_pb_button_wrapper .et_pb_button:hover {
	color:#000;
	background:#fff !important;
}
.dct_slider .et_pb_button_wrapper .et_pb_button:after {
	display:none;
}
/* ===== Pricing ======*/



.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_best_value {
	position: absolute;
	top: -19px;
	left: -38px;
	width: 65px;
	height: 32px;
	background: var(--color-1);
	line-height: 32px;
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding-left: 10px;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_best_value:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 0px;
	border-style: solid;
	border-color: transparent transparent transparent var(--color-2);
	border-width: 16px 0 16px 12px;
	box-sizing: border-box;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table {
	padding: 35px 40px 40px;
	border-radius: 5px;
	border:none;
	background: #f7f7f7;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading {
	background-color: transparent;
	padding: 0;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title {
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 20px;
	font-size: 20px;
	color: #101010;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {
	padding-bottom:0px;
	border-bottom:none;
	padding-top: 0;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content {
	padding:0px;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li span::before {
	content:none;
}
.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: 20px;
	margin-left: -13px !important;
	top: 0;
	color: #101010;
	font-weight: 600;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
	font-size: 45px;
	font-weight: 600;
	color: #101010;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing {
	margin-top: 35px;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li {
	padding: 10px;
	font-size: 17px;
	line-height: 27px;
	text-transform: capitalize;
}
.dct_pricing .et_pb_button_wrapper {
	margin-top: 25px;
}
.dct_pricing .et_pb_button_wrapper .et_pb_button {
	background-color: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0;
	letter-spacing: 1px;
	padding: .3em 1em !important;
}
.dct_pricing .et_pb_button_wrapper .et_pb_button:hover {
	color: #fff;
	background: #333 !important;
	border-color: var(--color-1) !important;
}
.dct_pricing .et_pb_button_wrapper .et_pb_button:after {
	display:none !important;
}
.dct_pricing.bg .et_pb_pricing_table_wrap .et_pb_pricing_table {
	background: var(--color-2);
	color: #fff;
}
.dct_pricing.bg .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title, .dct_pricing.bg .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum, .dct_pricing.bg .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign {
	color:#fff;
}
.dct_pricing.bg .et_pb_button_wrapper .et_pb_button:hover {
	background:#fff !important;
	color:#333;
}


/* ===== Intro ======*/

#dct_intro .et_pb_text_inner h2 {
	padding-bottom:0;
	font-size:30px;
	color:rgba(0, 0, 0, 1);
	font-weight:600
}
#dct_intro .et_pb_toggle {
	margin-bottom:25px;
	background-color:transparent;
	padding:0;
	border:none
}
#dct_intro .et_pb_toggle .et_pb_toggle_content {
	padding-top:5px;
	font-weight:300
}
#dct_intro .et_pb_toggle .et_pb_toggle_title:after {
	content:"\e052";
	font-family:ETmodules!important;
	position:absolute;
	color:var(--color-1);
	font-size:25px;
	left:0
}
#dct_intro .et_pb_toggle .et_pb_toggle_title:before {
	color:rgba(0, 0, 0, 1);
	margin-top:-15px;
	font-size:25px;
	content:"\33"
}
#dct_intro .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content:"\32"
}
#dct_intro .et_pb_toggle .et_pb_toggle_title {
	font-size:18px;
	font-weight:600;
	color:rgba(0, 0, 0, 1);
	padding:15px 45px
}
#dct_intro .et_pb_contact_form_container {
	background-color:rgba(255, 255, 255, 1);
	box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0!important;
	padding:30px;
	-moz-box-shadow:rgba(0, 0, 0, .25) 0 3px 11px 0;
	-webkit-box-shadow:rgba(0, 0, 0, .25) 0 3px 11px 0;
	border-bottom-style:solid;
	border-bottom-color:var(--color-1);
	padding-top:20px;
	padding-top:80px;
	border-bottom-width:6px
}
#dct_intro .et_pb_contact_form_container {
	display:grid
}
#dct_intro .et_pb_contact_form_container .et_pb_contact_main_title {
	font-size:30px;
	position:relative;
	display:inline-block;
	margin:0 auto;
	padding-top:15px;
	color:#000
}
#dct_intro .et_pb_contact_form_container .et_pb_contact_main_title:after {
	content:"\e00b";
	color:var(--color-1);
	font-family:ETmodules!important;
	position:absolute;
	font-size:35px;
	top:-36px;
	display:block;
	text-align:center;
	margin:0 auto;
	left:50%;
	transform:translateX(-50%)
}
#dct_intro .et_pb_contact_form_container .et_pb_contact_main_title:before {
	content:'';
	width:100%;
	height:5px;
	background:var(--color-1);
	position:absolute;
	bottom:0;
	left:-50%;
	transform:translateX(50%)
}
#dct_intro .dct_clm_ctf {
	margin-top:-150px
}
#dct_intro .et_pb_contact_form_container .et_pb_contact_form {
	margin-top:20px
}
#dct_intro .et_pb_contact_form_container .et_pb_contact p input, #dct_intro .et_pb_contact_form_container .et_pb_contact p textarea {
	background:#fff;
	color:rgba(100, 100, 100, 1);
	font-size:13px;
	border-bottom:1px solid #000;
	padding-left:0
}
#dct_intro .et_pb_contact_form_container .et_pb_contact p textarea {
	min-height:auto
}
#dct_intro .et_contact_bottom_container {
	display:block;
	float:none;
	text-align:center;
	margin-top:6.5%
}
#dct_intro .et_contact_bottom_container .et_pb_contact_submit {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
	border-color:var(--color-1);
	color:#fff;
	padding:10px 50px!important;
	text-align:center;
	background:var(--color-1)
}
#dct_intro .et_contact_bottom_container .et_pb_contact_submit:after {
	display:none !important;
}
#dct_intro .et_contact_bottom_container .et_pb_contact_submit:hover {
	color:#000;
	background:#fff !important;
}
/* ===== Testimonial  ======*/

#dct_testimonial .et_pb_slides .et_pb_container {
	height:auto !important;
}
#dct_testimonial .et_pb_slides .et_pb_slide_description {
	padding: 10% 8%;
}
#dct_testimonial .et_pb_slide_description .et_pb_slide_title {
	font-size:18px;
	line-height:30px;
	font-weight:300
}
#dct_testimonial .et_pb_slide_description .et_pb_slide_title:after {
	content:"\7b";
	color:rgba(255, 255, 255, .6);
	font-weight:900;
	font-family:ETmodules!important;
	position:absolute;
	font-size:70px;
	top:10px;
	display:block;
	font-style:normal;
	text-align:center;
	margin:0 auto;
	left:50%;
	transform:translateX(-50%)
}
#dct_testimonial .et-pb-arrow-next, #dct_testimonial .et-pb-arrow-prev {
	margin-top: -70px;
	font-size: 40px;
	opacity:1 !important;
	background: var(--color-1);
	border-radius: 5px;
}
#dct_testimonial .et_pb_slide_description .et_pb_slide_content {
	font-weight: 600;
	letter-spacing: 1px;
}
#dct_testimonial .et-pb-arrow-prev {
	left: 22px !important;
}
#dct_testimonial .et-pb-arrow-next {
	right: 22px !important;
}
/* ===== Testimonial v2  ======*/

.dct_testi_v1 .et_pb_testimonial_description_inner .et_pb_testimonial_content {
	font-size: 17px;
	line-height: 30px;
}
.dct_testi_v1 .et_pb_testimonial_description .et_pb_testimonial_author {
	text-transform: uppercase;
	color: var(--color-1);
	padding-bottom: 5px;
	font-size: 18px;
	letter-spacing: 1px;
}
.dct_testi_v1 .et_pb_testimonial_description .et_pb_testimonial_meta {
	font-size: 15px;
	text-transform: capitalize;
}
.dct_testi_v1:before {
	content: "\7c";
	font-size: 32px;
	left: auto;
	position: absolute;
	top: auto;
	background: #f5f5f5;
	margin-left: -16px;
	border-radius: 31px;
	z-index: 2;
	bottom: 40px;
	right: 30px;
	background: var(--color-1);
	color: #fff;
	font-size: 32px;
}
/* ===== Services  ======*/

.dct_service .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	overflow:hidden;
}
.dct_service .et_pb_blurb_content .et_pb_main_blurb_image img {
transition: all .2s ease-out;
}
.dct_service:hover .et_pb_blurb_content .et_pb_main_blurb_image img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.dct_service .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
.dct_service .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 17px;
	padding: 5px 0px;
	line-height: 27px;
}
.dct_service:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color:var(--color-1);
}
/* ===== Tab ======*/

.dct_tab {
	display:inline-flex;
	border:none
}
.dct_tab ul.et_pb_tabs_controls {
	background:0 0
}
.dct_tab ul.et_pb_tabs_controls:after {
	border:none
}
.dct_tab ul.et_pb_tabs_controls li {
	height: auto !important;
	border:none;
	display:block;
	text-align:center;
	float:none;
	color:#000;
	font-size:17px;
	font-weight:600
}
.dct_tab ul.et_pb_tabs_controls li.et_pb_tab_active a, .dct_tab ul.et_pb_tabs_controls li:hover a {
	color:var(--color-1)!important;
	border-color:var(--color-1)
}
.dct_tab ul.et_pb_tabs_controls li a {
	text-transform: uppercase;
	display:block;
	padding:10px 30px 30px 0px;
	border-right:3px solid #ededed
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content {
	padding-top:10px;
	padding:20px;
	width:70%;
	float:left
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h1 {
	padding-bottom:20px;
	font-size:25px;
	font-weight:600
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p {
	font-size: 16px;
	text-align:justify;
	font-weight:300;
	line-height:30px;
	padding-bottom:20px
}
.dct_tab .et_pb_all_tabs .et_pb_tab {
	padding:0px;
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a {
	background:var(--color-1);
	padding:10px 15px;
	color:#fff;
	font-weight:500
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a:hover {
	color:#000
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a:after {
	content:"\24";
	font-family:ETmodules!important
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a:after {
	display:none !important;
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a:hover {
	background:#333 !important;
	color:#fff !important;
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
/* ===== Blog  ======*/

.dct_blog .et_pb_post {
	background: #f7f7f7;
	position:relative;
	border:none;
	box-shadow:rgba(0, 0, 0, .11) 0 3px 11px 0!important;
	-moz-box-shadow:rgba(0, 0, 0, .11) 0 3px 11px 0!important;
	-webkit-box-shadow:rgba(0, 0, 0, .11) 0 3px 11px 0!important
}
.dct_blog .et_pb_post .entry-featuvar(--color-1)-image-url {
margin-bottom:0;
overflow:hidden;
position:relative;
display:block
}
.dct_blog .et_pb_post .entry-featuvar(--color-1)-image-url img {
transition:all .2s ease-out!important;
height:100%;
width:100%
}
.dct_blog .et_pb_post:hover .entry-featuvar(--color-1)-image-url img {
-webkit-transform:scale(1.06);
transform:scale(1.06)
}
.dct_blog .et_pb_post .entry-title {
	text-transform:capitalize;
	line-height:1.5em;
	font-size:20px;
	font-weight:700;
	color:rgba(0, 0, 0, 1)
}
.dct_blog .et_pb_post .post-content p {
	line-height: 26px;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 17px;
}
.dct_blog .et_pb_post .post-content .more-link {
	text-transform:capitalize;
	color:var(--color-1);
}
.dct_blog .et_pb_post .post-content .more-link:after {
	position:absolute;
	margin-top:1px;
	margin-left:3px;
	font-size:15px;
	content:"\24";
	font-family:ETmodules!important
}
.dct_blog .et_pb_post .post-meta a {
	color:var(--color-1);
}
.dct_blog .et_pb_post .post-meta .published {
	position: absolute;
	right: 30px;
	width: 45px;
	height: 75px;
	background: var(--color-1);
	text-align: center;
	color: #fff;
	padding-top: 2px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.dct_blog .et_pb_post .post-meta .published:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-color: var(--color-1) #f7f7f7;
	border-width: 28px 0px 0px 45px;
	border-style: solid;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* ===== Search  ======*/

.dct_search {
	border:none;
	border-radius:0
}
.dct_search input.et_pb_searchsubmit {
	background:0 0;
	color:transparent;
	border:none;
	width:55px;
	z-index:2
}
.dct_search input.et_pb_s {
	background:#fff;
	height:52px!important
}
.dct_search input.et_pb_s {
	padding-right:55px!important
}
.dct_search .et_pb_searchform:before {
	content:'\55';
	position:absolute;
	font-family:ETModules;
	z-index:1;
	right:0;
	color:#000;
	font-size:17px;
	padding:15px 20px
}
/* ====== Blog Detail ======*/

.dct_blog_title {
	margin-bottom: 0px !important;
	font-size: 20px;
	padding: 20px;
	background-color: var(--color-1);
}
.dct_blog_title .et_pb_text_inner {
	color:#000;
	line-height: 1em;
	font-weight: 600;
}
.dct_blog_category {
	margin-bottom: 0px !important;
	padding: 20px;
	font-size: 20px;
	background-color: #000;
}
.dct_blog_category .et_pb_text_inner a {
	color:#fff;
	line-height: 1em;
	font-weight: 500;
}
.dct_blog_description .et_pb_text_inner {
	color:#333;
	padding-top: 10px;
	font-size: 16px;
}
/* ===== Blog Category ======= */
.dct_category .et_pb_post .entry-title {
	color:var(--color-1);
	font-weight: 650;
}
.dct_category .et_pb_post .entry-title:hover {
	color:#000;
}
.dct_category .et_pb_post .post-meta {
	background-color:#000;
	padding: 10px;
}
.dct_category .et_pb_post .post-meta .author {
	color:#fff;
}
.dct_category .et_pb_post .post-meta .published {
	color:#fff;
}
.dct_category .et_pb_post .post-meta a {
	color:#fff;
}
.dct_category .et_pb_post .post-content p {
	color:#333;
	padding-top: 10px;
	font-size: 16px;
}
/* ===== Siddebar  ======*/

.dct_sidebar {
	padding-left:0!important
}
.single #main-content .container::before {
display:none
}
.dct_sidebar .widgettitle {
	font-size:15px
}
.dct_sidebar .et_pb_widget ul li {
	align-items:center;
	position:relative;
	margin-bottom:15px;
	border:1px solid #efefef;
	border-radius:5px
}
.dct_sidebar .et_pb_widget ul li a {
	color:#333;
	font-size:15px;
	padding:10px 28px;
	padding-left:10px;
	font-weight:500;
	display:inline-block
}
.dct_sidebar .et_pb_widget ul li a:after {
	content:"\24";
	font-family:ETmodules!important;
	text-align:center;
	position:absolute;
	right:15px;
	top:50%;
	transform: translateY(-50%);
	color:#000
}
.dct_sidebar .et_pb_widget ul li a:hover {
	color:var(--color-1)
}
.dct_sidebar .widget_search input#searchsubmit {
	background:0 0;
	color:transparent;
	border:none;
	width:55px;
	z-index:2
}
.widget_search input#s {
	padding-right:55px!important
}
.widget_search::before {
	bottom: 50%;
	background: var(--color-1);
	color: #fff;
	content: '\55';
	position: absolute;
	font-family: ETModules;
	z-index: 1;
	right: 21px;
	font-size: 20px;
	padding: 8px 10px;
	transform: translateY(50%);
	margin-bottom: -28px;
}
.dct_sidebar .widget_search {
	position:relative;
}
.single .post-meta {
	background:#000;
	color:#fff;
	padding:10px !important;
	text-transform:capitalize;
	margin-bottom:0
}
.single #left-area .post-meta a {
	color:#fff
}
.dct_sidebar .widgettitle, h3#reply-title {
	font-size:17px;
	display:inline-block;
	position:relative;
	font-weight:700;
	color:#333;
	text-transform:uppercase;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.dct_sidebar .et_pb_widget {
	margin-bottom:20px !important;
	border: 1px solid #ccc;
	padding: 20px;
}
.dct_sidebar .widgettitle:before, #reply-title:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 50px;
	height: 3px;
	background: var(--color-1);
}
.single-post .container {
	max-width: 1180px;
}
.single-post .entry-title, .single .entry-title {
	font-size: 40px;
	display: inline-block;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	padding-bottom: 18px;
	text-transform: uppercase;
	position:relative;
}
.single-post .entry-title:before, .single .entry-title:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 60px;
	height: 3px;
	background: var(--color-1);
}
.single-post .et_pb_title_meta_container span {
	font-size: 18px;
	color:#fff;
}
.single-post .et_pb_title_meta_container span a {
	color:var(--color-1);
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}
.single .published {
	color:var(--color-1);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.dct_sidebar #gallery-1 .gallery-item {
	margin-bottom: 0;
	margin-top: 0;
}
/* ===== 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;
	padding-bottom: 20px;
	text-transform:uppercase
}
#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 {
	background: #fff !important;
	padding:10px 30px!important;
	color:#333 !important;
	border: 2px solid 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
	}
}
.form-submit .et_pb_button:after {
	display: none;
}
/* ===== Team ======*/

.dct_team .et_pb_team_member_image {
	width:100%;
	max-width:100%;
	float:none;
	display:block;
	overflow:hidden;
	margin-bottom:0
}
.dct_img .et_pb_image_wrap {
	overflow:hidden;
	display:block
}
.dct_img .et_pb_image_wrap img, .dct_team .et_pb_team_member_image img {
transition:all .2s ease-out
}
.dct_img:hover .et_pb_image_wrap img, .dct_team:hover .et_pb_team_member_image img {
	-webkit-transform:scale(1.06);
	transform:scale(1.06)
}
.dct_team .et_pb_team_member_description {
	display: block !important;
	padding:20px
}
.dct_team .et_pb_team_member_description .et_pb_module_header {
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size:18px;
	color:rgba(0, 0, 0, 1);
	font-weight:600
}
.dct_team .et_pb_team_member_description .et_pb_member_position {
	padding-bottom: 10px;
	font-size:15px;
	color:rgba(88, 88, 88, 1);
	font-weight:300
}
.dct_team .et_pb_team_member_description .et_pb_member_social_links li {
	margin-right: 5px;
}
.dct_team .et_pb_team_member_description .et_pb_member_social_links li a {
	width: 35px;
	background: var(--color-1);
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
}
.dct_team .et_pb_team_member_description p span {
	float: right;
}
.dct_team .et_pb_team_member_description p {
	padding-bottom: 0;
	font-size: 16px;
	line-height: 29px;
}
/* ===== Counter ======*/

#dct_counter .et_pb_number_counter.et_pb_with_title .percent {
	margin-bottom:0;
}
#dct_counter .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom:10px;
}
#dct_counter .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size:30px;
}
/* ===== faq ======*/

.dct_faq .et_pb_toggle {
	margin-bottom: 20px !important;
}
.dct_faq .et_pb_toggle_title::before {
display:block !important;
content: "\4c";
color: #000;
font-size: 20px;
}
 .dct_faq .et_pb_toggle_open .et_pb_toggle_title::before {
content: "\4b";
}
.dct_faq .et_pb_toggle_open .et_pb_toggle_title {
	color:var(--color-1) !important;
}
.dct_faq .et_pb_toggle .et_pb_toggle_title {
	font-size: 18px;
	font-weight: 600;
}
.dct_faq .et_pb_toggle_close {
	background-color: transparent;
}
.dct_inqy .et_contact_bottom_container .et_pb_contact_submit {
	background-color: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0;
	letter-spacing: 1px;
	padding: .3em 1em !important;
}
.dct_inqy .et_contact_bottom_container .et_pb_contact_submit:hover {
	color: #333;
	background: #fff !important;
	border-color: var(--color-1) !important;
}
.dct_inqy .et_contact_bottom_container .et_pb_contact_submit:after {
	display:none;
}
.dct_inqy .et_pb_contact p input, .dct_inqy .et_pb_contact p textarea {
	background: transparent;
	border: 1px solid #ccc;
	height: 60px;
}
/* =======================
    Portfolio 
=========================*/

.dct_ptf .et_pb_portfolio_item {
	overflow:hidden;
	border:5px solid #fff;
	position:relative
}
.dct_ptf .et_pb_portfolio_item .et_portfolio_image:before {
	content:"";
	width:100%;
	height:100%;
	background:rgba(24, 35, 51, .83);
	position:absolute;
	bottom:-100%;
	left:0;
	z-index:1;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s
}
.dct_ptf .et_pb_portfolio_item:hover .et_portfolio_image:before {
	bottom:0
}
.dct_ptf .et_pb_portfolio_item .et_portfolio_image {
	margin-bottom:0;
	position:relative
}
.dct_ptf .et_pb_portfolio_item .et_portfolio_image img {
	width:100%;
	height:auto
}
.dct_ptf .et_pb_portfolio_item .post-meta {
	width:100%;
	position:absolute;
	bottom:-30%;
	z-index:1;
	text-align:center;
	margin-bottom:30px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s
}
.dct_ptf .et_pb_portfolio_item .post-meta a {
	color:#fff;
}
.dct_ptf .et_pb_portfolio_item:hover .post-meta {
	bottom:50%
}
.dct_ptf .et_pb_portfolio_item .et_pb_module_header {
	font-weight: 700;
	width:100%;
	position:absolute;
	bottom:-30%;
	text-transform:uppercase;
	color:#fff;
	z-index:1;
	text-align:center;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s
}
.dct_ptf .et_pb_portfolio_item:hover .et_pb_module_header {
	opacity:1;
	bottom:50%
}
.dct_ptf .et_pb_portfolio_item .et_pb_module_header a:after {
	content:"";
	background-color:var(--color-1);
	position:absolute;
	left:50%;
	bottom:-22px;
	width:60px;
	height:3px;
	margin-left:-25px;
	transform:rotateX(-180deg);
	transition:width 1s ease-out 0s, transform 1s ease-in-out 0s, opacity 1s ease-out 0s
}
.dct_ptf .et_pb_portfolio_item:hover .et_pb_module_header a::after {
	transform:rotate(180deg);
	transition-delay:.3s
}
.dct_ptf .et_pb_portfolio_item .et_overlay {
	background:0 0;
	border:none
}
.dct_ptf .et_pb_portfolio_item .et_overlay:before {
	color:#fff;
	font-size:0
}
.pagination .alignleft, .pagination .alignright {
	margin-top: 20px;
}
.pagination .alignleft a, .pagination .alignright a {
	background-color: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0;
	letter-spacing: 1px;
	padding: 15px !important;
}
.pagination .alignleft a:hover, .pagination .alignright a:hover {
	color: #fff;
	background: #000 !important;
	border-color: #000 !important;
}
.pagination .alignleft a:after, .pagination .alignright a:after {
	display:none;
}
/* ===== bar counter ======*/

.dct_bar li {
	margin-bottom:20px
}
.dct_bar li .et_pb_counter_title {
	color:#333;
	font-size:15px;
	font-weight:700;
	padding-bottom:6px;
	text-transform:uppercase;
	letter-spacing:1px
}
.dct_bar li .et_pb_counter_container {
	overflow:visible;
	height:9px
}
.dct_bar li .et_pb_counter_container .et_pb_counter_amount {
	background-color:var(--color-1);
	height:9px
}
.dct_bar li .et_pb_counter_amount_number {
	display:block;
	padding:0;
	position:absolute;
	right:0;
	top:-30px;
	color:var(--color-1);
	font-size:13px
}
/* ===== Footer ======*/

#dct_footer .et_pb_text_inner h4 {
	color:#fff;
	line-height:1.5;
	font-size:16px;
	font-weight:700
}
#dct_footer .et_pb_text_inner ul {
	padding:0;
	list-style-type:none
}
#dct_footer .et_pb_text_inner ul li a {
	display: inline-block;
	position: relative;
	padding-left: 22px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-transform: uppercase;
}
#dct_footer .et_pb_text_inner ul li a:hover {
	color:var(--color-1);
}
#dct_footer .time .et_pb_text_inner ul li span {
	margin-left:20px;
	color:#fff;
	font-weight:300;
}
#dct_footer .et_pb_social_media_follow li a.icon {
	background-color:transparent !important;
}
#dct_cnt_bottom {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
}
#dct_cnt_bottom .et_pb_blurb {
	display: inline-block;
	width: 32%;
	margin-bottom:0 !important;
}
#dct_cnt_bottom .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom:0;
}
#dct_cnt_bottom .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-size:15px;
}
#dct_cnt_bottom .dct_cnt_blrb_2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size: 20px;
	color:#fff;
	background:#000;
	padding: 30px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid#fff;
}
#dct_cnt_bottom .dct_cnt_blrb_2 {
	position: relative;
	top: -55px;
}
/* ===== Footer Contact  ======*/

.dct_footer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header, .dct_footer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:#fff;
}
.dct_footer_blurb .et_pb_blurb_content {
	max-width:100%;
}
.dct_footer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 5px;
	font-size: 15px;
}
.dct_footer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-weight:300;
}
/* ===== Call to action  ======*/
.dct_cta {
	background-color: var(--color-1)!important;
}
.dct_cta .et_pb_blurb_content {
	max-width:100%
}
.dct_cta .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-bottom:0;
	font-size:32px;
	font-weight:700;
	line-height:1.5;
	color:#fff
}
.dct_cta .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	line-height:1.5;
	font-size:16px;
	color:#fff;
	font-weight:500
}
/* ===== Contact us  ======*/

#dct_contact .et_contact_bottom_container {
	display:block;
	float:none;
	text-align:center;
	margin-top:3.5%
}
#dct_contact .et_contact_bottom_container .et_pb_contact_submit {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	background:var(--color-1);
	border-color:var(--color-1);
	padding:10px 30px;
	font-size:17px;
	color:#fff;
	border-radius:0
}
#dct_contact .et_contact_bottom_container .et_pb_contact_submit:hover {
	color:#000;
	background:#fff !important;
}
#dct_contact .et_contact_bottom_container .et_pb_contact_submit:after {
	display:none !important;
}
.dct_contact_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:var(--color-1) !important;
}

/* ===== Responsive  ======*/

@media only screen and (max-width : 980px) {
 #dct_intro .dct_clm_ctf {
	margin-top: 0;
}
 #dct_intro .et_pb_contact_form_container {
	padding-top: 50px;
}
 .dct_cta .et_pb_blurb_content .et_pb_blurb_container {
text-align:center !important;
}
 .dct_cta .et_pb_button_module_wrapper .et_pb_button {
font-size: 15px;
}
 #dct_testimonial .et_pb_image {
display:none;
}
 .dct_tab {
display: inline-block;
}
 .dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .list {
padding: 0;
width: 100%;
float: none;
}
 .dct_tab ul.et_pb_tabs_controls li a {
padding: 10px;
}
 .dct_tab .et_pb_all_tabs .et_pb_tab_content .image {
display:none;
}
 .dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .list p a {
text-align: center;
}

}
 @media only screen and (max-width : 480px) {
 .dct_title .et_pb_text_inner h2 {
font-size: 25px;
padding-bottom: 15px;
}
 .dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .list p a {
display: block;
}
 .dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .list h1 {
text-align: center;
font-size: 18px;
}
 .dct_cta .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
font-size: 25px;
}
 .dct_slider .et_pb_slide_description .et_pb_slide_title {
font-size: 35px !important;
max-width: 100%;
}
 #dct_intro .et_pb_contact_form_container .et_pb_contact_main_title {
font-size: 20px;
}
 #dct_intro .et_pb_text_inner h2 {
font-size: 20px;
line-height: 23px;
}
 #dct_intro .et_pb_contact_form_container .et_pb_contact_main_title::after {
top: -25px;
font-size: 25px;
}
 #dct_testimonial .et_pb_slide_description .et_pb_slide_title::after {
display:none;
}
 #dct_intro .et_pb_toggle .et_pb_toggle_title {
font-size: 16px;
}
}

/*Footer*/

#dct_footer .dct_sale .et_pb_text_inner {
	display:block;
	border:2px dashed #949597;
	padding:50px 0;
	text-align:center
}
#dct_footer .dct_sale .et_pb_text_inner span {
	display:inline-block;
	padding-top:10px;
	text-transform:uppercase;
	font-size:30px;
	font-weight:500;
	color:#fff
}
#dct_footer .dct_sale .et_pb_text_inner span span {
	font-size:70px;
	color:#004f6e
}
#dct_footer .dct_sale .et_pb_text_inner h5 {
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:10px;
	margin-top:5px;
	color:#fff;
	font-weight:300
}
#dct_footer .dct_sale .et_pb_text_inner p {
	color:#999;
	margin-bottom:20px
}
#dct_footer .dct_timing .et_pb_text_inner p {
	padding: 9px 0 10px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	border-bottom: 1px solid #3f4043;
}
#dct_footer .dct_timing .et_pb_text_inner p span {
	float:right
}
#dct_footer .et_pb_text_inner h3 {
	line-height: 26px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color:#fff;
	margin-bottom: 20px;
}
#dct_footer .et_pb_text_inner h3:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 60px;
	height: 3px;
	background: var(--color-1);
}
#dct_footer .et_pb_text_inner ul {
	list-style-type:none;
	margin:0;
	padding:0
}
#dct_footer .et_pb_text_inner ul li {
	float:none;
	padding:0 0 11px 0
}
 #dct_footer .et_pb_text_inner ul li a::before {
	position:absolute;
	top:7px;
	left:0;
	line-height:1em;
	font-size:13px;
	color:inherit;
	content:"\24";
	font-family:ETmodules!important
}
#dct_footer .et_pb_text_inner ul li a:hover {
	color:#f5f5f5;
}
#dct_footer .et_pb_text_inner p a.dc_bt {
	cursor:pointer;
	background:#004f6e;
	color:#fff;
	padding:10px;
	border-radius:25px;
	text-transform:uppercase;
	font-size:15px
}
#dct_footer .et_pb_text_inner p a.dc_bt:hover {
	background:#fff;
	color:#333
}
#dct_footer .et_pb_blurb {
	margin-bottom:25px !important;
}
#dct_footer .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
}
#dct_footer .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	padding-left:0px;
	COLOR:#FFF;
}
#dct_footer .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color:#fff;
	font-size: 20px;
}
#dct_footer .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon, #dct_footer .et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color:#fff;
}

/* 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;
	}
}

/* Mobiie Menu to X*/
.mobile_menu_bar::before {color:var(--color-1) !important;}
/*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;
    }
}
