/*---------------------------------------------------------------------------------
 Theme Name:   Vallarta-Child
 Theme URI:    https://vallarta.com.co/
 Description:  DIVI Vallarta-Child is a clean and modern Divi child theme
 Author:       Bocetoagenciacreativa.com
 Author URI:   https://bocetoagenciacreativa.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
*/


body {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	line-height: 1.7em;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 mark, h2 mark, h3 mark, h4 mark, h5 mark, h6 mark {
	color: var(--color-3);
	background-color: transparent;
	padding: 0;
}

h1 span mark, h2 span mark, h3 span mark, h4 span mark, h5 span mark, h6 span mark {
	color: var(--color-2);
	background-color: transparent;
	padding: 0;
	font-weight: 800;
}

/* ===== Menu ======*/

/* ************************************************* */
/* MOBILE MENU */
/* SLIDE IN EFFECT - FIXED MOBILE HEADER */
/* ************************************************* */
/* Fix the mobile header */
.et_pb_section_0_tb_header.et_pb_section.dct_header, .et_pb_section_1_tb_header.et_pb_section.dct_header {
	position: fixed !important;
	/*padding: 0px !important;*/
	z-index: 10010;
	/* width: 529px; */
	left: 0px;
	top: 0px;
	bottom: auto;
	margin-top: 0px;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_0_tb_header .et_pb_menu__logo-wrap img {
	object-fit: contain;
	height: 100px!important;
}
.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_2_tb_header .et_pb_menu__logo-wrap img {
	object-fit: contain;
	height: 80px!important;
}
.dct_header et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu, .et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu ul, .dct_header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
	background-color: var(--color-1)!important;
}
.dct_header .et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu, .dct_header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
	border-color: transparent!important;
}
@media (max-width: 980px) {
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
		position: fixed;
	}
	/* Move the mobile menu fully off the screen when closed using translateX(100%) */
	#et-main-area.opened {
		-webkit-transform: translateX(80%);
		-moz-transform: translateX(80%);
		-ms-transform: translateX(80%);
		-o-transform: translateX(80%);
		transform: translateX(80%);
		/*position: fixed;*/
		overflow: hidden;
		height: 100vh;
	}
	/* Move the mobile menu back onto the screen when open using translateX(0%) */
	#et-main-area {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform 0.4s 0s;
		-moz-transition: -moz-transform 0.4s 0s;
		transition: transform 0.4s 0s;
		-overflow-scrolling:touch!important;
		-webkit-overflow-scrolling:touch!important;
	}
	/* Set the mobile menu full height and move it down so it doesn't overlap the fixed header */
	/* Adjust the 80px set in the height calc value to match the height of your mobile menu */
	.et_mobile_menu {
		display: block!important;
		width: 115%;
		height: calc(100vh + 35px)!important;
		z-index: -1;
		right: 0;
		/*position: fixed;*/
		margin-top: -95px!important;
		margin-bottom: 0!important;
		padding-top: calc(100vh - 77vh)!important;
		padding-bottom: 0!important;
		margin-left: -10vw;
		margin-right: -15vw;
		background-color: var(--color-1)!important;
		overflow: auto;
		-webkit-transition: -webkit-transform 0.4s 0s;
		-moz-transition: -moz-transform 0.4s 0s;
		transition: transform 0.4s 0s;
		-overflow-scrolling:touch!important;
		-webkit-overflow-scrolling:touch!important;
	}
	ul.et_mobile_menu li a {
		padding: 3vh 0!important;
		color: #ffffff!important;
		border-bottom: 0!important;
		text-align: center!important;
	}
	/* Move the mobile menu fully off the screen when closed using translateX(100%) */
	.mobile_nav.closed .et_mobile_menu {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	/* Move the mobile menu back onto the screen when open using translateX(0%) */
	.mobile_nav.opened .et_mobile_menu {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	/* Switch the menu icon to a CROSS when opened */
	.mobile_nav.opened .mobile_menu_bar:before {
		content: "\4d";
	}
	.et_pb_menu_0_tb_header {
		padding-top: 7px;
		padding-right: 0;
		padding-left: 0;
	}
}
.has_et_pb_sticky .et_pb_sticky_module .et_pb_row_1_tb_header {
	-webkit-transition: -webkit-transform 0.4s 0s;
	-moz-transition: -moz-transform 0.4s 0s;
	transition: transform 0.4s 0s;
	width: 15%!important;
	margin-left: 2%!important;
	padding-top: 0px!important;
}
/* Move the mobile menu fully off the screen when closed using translateX(100%) */
.has_et_pb_sticky .et_pb_sticky_module .et_pb_row_1_tb_header {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	margin-bottom: 50px;
}
/* Move the mobile menu back onto the screen when open using translateX(0%) */
.et_pb_sticky_module .et_pb_row_1_tb_header {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	margin-bottom: 0;
}

/* Desktop Menu */
.dct_header.dct_no_background_color {
	background-color: transparent!important;
}
.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent {
	background-color: transparent!important;
}
.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent ul li {
	margin: 0.2vw 1vw!important;
}
.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent ul li a {
	align-items: initial!important;
}

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

/* Mobiie Menu to X*/
.mobile_menu_bar::before {
	color:#ffffff !important;
}
.et_pb_section_0_tb_header.et_pb_section.dct_header .mobile_menu_bar::before {
	color: #ffffff !important;
}
.et_pb_section_1_tb_header.et_pb_section.dct_header .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;
}
/* End Mobiie Menu to X*/
/* Responsive */
/* ===== End Menu ======*/

/* ===== Contact Buttons ======*/
/* Show only on Divi Constructor */
.dct_header_btn_mobile {
	display: none!important;
}
.dct_header_btn_desktop {
	display: inline-block!important;
}
/* Show only on Divi Constructor */
.et-fb-root-ancestor .dct_header_btn_mobile {
	display: inline-block!important;
}
.et-fb-root-ancestor .dct_header_btn_desktop {
	display: inline-block!important;
}
/* ===== End Contact Buttons ======*/

@media only screen and (max-width : 980px) {
	.dct_header_btn_mobile {
		display: inline-block!important;
	}
	.dct_header_btn_desktop {
		display: none!important;
	}
	/* Show only on Divi Constructor */
	.et-fb-root-ancestor .dct_header_btn_mobile {
		display: inline-block!important;
	}
	.et-fb-root-ancestor .dct_header_btn_desktop {
		display: inline-block!important;
	}
}

#main-content {
	overflow-x: hidden;
}

#page-container {
	overflow: hidden;
}

.dct_top, .dct_intro_dark, .dct_tabs_accordion, .dct_bnn, .dct_icons, .dct_flex_two_boxes_right {
	overflow-x: hidden!important;
}

.et_pb_sticky_module{
	left: 0!important;
}

.dct_header.et_pb_section_0_tb_header {
	opacity: 1;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.dct_header.et_pb_section_1_tb_header {
	opacity: 0;
	background-color: rgba(255, 255, 255, 1) !important;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.dct_header.et_pb_section_0_tb_header.dct-fixed-header {
	opacity: 0;
}
.dct_header.et_pb_section_1_tb_header.dct-fixed-header {
	opacity: 1;
}
.dct_header.et_pb_section_0_tb_header.dct-fixed-header .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo, .dct_header.et_pb_section_0_tb_header.dct-fixed-header .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
	visibility: hidden;
}
.dct_header.et_pb_section_0_tb_header.dct-fixed-header .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img, .dct_header.et_pb_section_0_tb_header.dct-fixed-header .et_pb_menu_0_tb_header .et_pb_menu__logo-slot img {
	height: 80px;
	max-height: 80px;
}
/*.dct_header.dct_no_background_color.dct-fixed-header .et_pb_menu_0_tb_header.et_pb_menu ul li a {*/
/*	color: var(--color-2)!important;*/
/*}*/
/*.et_pb_menu_0_tb_header .et_pb_menu__logo-wrap .et_pb_menu__logo img {*/
/*	width: auto;*/
/*	object-fit: contain;*/
/*}*/
/*.dct_header.dct_no_background_color .et_pb_menu__logo-wrap {*/
/*	display: block;*/
/*	opacity: 1!important;*/
/*	!*visibility:hidden;*!*/
/*	!*width: 100px;*!*/
/*	!*max-width: 100px;*!*/
/*	!*height: auto!important;*!*/
/*	!*transition: height 0.35s ease-in-out;*!*/
/*	!*-webkit-transition: opacity 0.35s,*!*/
/*	!*-webkit-transform 0.35s;*!*/
/*	!*transition: opacity 0.35s, transform 0.35s;*!*/
/*	!*-webkit-transition: all 0.35s ease-in-out;*!*/
/*	!*-moz-transition: all 0.35s ease-in-out;*!*/
/*	!*transition: all 0.35s ease-in-out;*!*/
/*	!*animation-delay: 1s;*!*/
/*}*/
/*.dct_header.dct_no_background_color.dct-fixed-header .et_pb_menu__logo-wrap {*/
/*	display: none;*/
/*	opacity: 0!important;*/
/*	!*width: 100px!important;*!*/
/*	!*max-width: 100px!important;*!*/
/*	!*height: 0px!important;*!*/
/*	!*transition: height 0.35s ease-in-out;*!*/
/*	!*visibility:hidden;*!*/
/*}*/
/*.dct_header.dct_no_background_color.dct-fixed-header .et_pb_social_media_follow li a.icon:before {*/
/*	color: var(--color-2)!important;*/
/*}*/
/*.dct_header.dct_no_background_color.dct-fixed-header .mobile_menu_bar:before {*/
/*	color: var(--color-2)!important;*/
/*}*/
/*.et_pb_section_1_tb_header.et_pb_section.dct_header_logo_light {*/
/*	position: fixed !important;*/
/*	!*padding: 0px !important;*!*/
/*	z-index: 90010;*/
/*	!* width: 529px; *!*/
/*	left: 0px;*/
/*	top: 0px;*/
/*	bottom: auto;*/
/*	margin-top: 0px;*/
/*	background-color: rgba(255, 255, 255, 0) !important;*/
/*	opacity: 0;*/
/*	-webkit-transition: opacity 0.35s,*/
/*	-webkit-transform 0.35s;*/
/*	transition: opacity 0.35s, transform 0.35s;*/
/*}*/
/*.et_pb_section_1_tb_header.et_pb_section.dct_header_logo_light.dct-fixed-header {*/
/*	opacity: 1!important;*/
/*}*/
@media only screen and (max-width : 980px) {
	.et_pb_menu .et_mobile_nav_menu {
		margin: 20px 0!important;
	}
}
@media only screen and (max-width : 667px) {
	.et_pb_menu .et_mobile_nav_menu {
		margin: 9px 0!important;
	}
}
/*.hide-me {*/
/*	-moz-animation: cssAnimation 0s ease-in 0.5s forwards;*/
/*	!* Firefox *!*/
/*	-webkit-animation: cssAnimation 0s ease-in 0.5s forwards;*/
/*	!* Safari and Chrome *!*/
/*	-o-animation: cssAnimation 0s ease-in 0.5s forwards;*/
/*	!* Opera *!*/
/*	animation: cssAnimation 0s ease-in 0.5s forwards;*/
/*	-webkit-animation-fill-mode: forwards;*/
/*	animation-fill-mode: forwards;*/
/*}*/
/*@keyframes cssAnimation {*/
/*	to {*/
/*		width:200px;*/
/*		max-width:200px;*/
/*		visibility:visible;*/
/*		height:auto;*/
/*	}*/
/*}*/
/*@-webkit-keyframes cssAnimation {*/
/*	to {*/
/*		width:200px;*/
/*		max-width:200px;*/
/*		visibility:visible;*/
/*		height:auto;*/
/*	}*/
/*}*/

/* ===== Paralax Banners ======*/

/* ===== 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.csbg .et_parallax_bg_wrap .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;*/
	background-color: rgba(255, 183, 0, 0.9) !important;
}
.dct_plx .et_pb_text_inner, .dct_plx .et_pb_text_inner h2 {
	color: #FFFFFF;
}
.dct_plx.csbg .dct_s_title .et_pb_text_inner h2 span {
	color: #FFFFFF;
}

/* ===== Banners ======*/
.dct_p_hed_profile .et_pb_text_inner, .dct_p_hed_profile_white .et_pb_text_inner p {
	font-size: 18px;
	color:var(--color-2);
	padding: 0px 0px 0px 0px;
	font-family: var(--font-1)!important;
	font-weight: 400;
}
.dct_p_hed_profile .et_pb_text_inner h1, .dct_p_hed_profile_white .et_pb_text_inner h1 {
	font-size: 38px;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	font-family: var(--font-1)!important;
	font-weight: 500;
}
.dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
	color: var(--color-1);
	font-size: 38px;
	font-family: var(--font-1)!important;
	font-weight: 700;
	/*display: block;*/
}
.dct_p_hed_profile .et_pb_text_inner h1 mark, .dct_p_hed_profile_white .et_pb_text_inner h1 mark {
	color:var(--color-3)!important;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	font-size: 38px;
	font-weight: 700;
	font-family: var(--font-1)!important;
	line-height: 0.5em;
}
.dct_p_hed_profile .et_pb_text_inner h2, .dct_p_hed_profile_white .et_pb_text_inner h2 {
	font-size: 28px;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	font-family: var(--font-1)!important;
	font-weight: 700;
}
.dct_p_hed_profile .et_pb_text_inner h2 span, .dct_p_hed_profile_white .et_pb_text_inner h2 span {
	font-size: 28px;
	color: #ffffff;
	font-family: var(--font-1)!important;
	font-weight: 700;
	/*display: block;*/
}
.dct_p_hed_profile .et_pb_text_inner h2 mark, .dct_p_hed_profile_white .et_pb_text_inner h2 mark {
	/*font-size: 17px;*/
	/*color:#ffffff!important;*/
	/*background-color: transparent;*/
	/*padding: 0px 0px 0px 0px;*/
	/*font-weight: 300;*/
	/*font-family: 'Dancing Script', cursive;*/
	/*font-size: 59px;*/
	/*line-height: 0.5em;*/
}
.dct_p_hed_profile_dark .et_pb_text_inner, .dct_p_hed_profile_dark .et_pb_text_inner p {
	font-size: 18px;
	color:var(--color-2);
	padding: 0px 0px 0px 0px;
	font-family: var(--font-1)!important;
	font-weight: 400;
}
.dct_p_hed_profile_dark .et_pb_text_inner h1 {
	font-size: 38px;
	color:#ffffff;
	padding: 0px 0px 5px 0px;
	font-family: var(--font-1)!important;
	font-weight: 500;
}
.dct_p_hed_profile_dark .et_pb_text_inner h1 span {
	color: var(--color-2);
	font-size: 38px;
	font-family: var(--font-1)!important;
	font-weight: 700;
	display: block;
}
.dct_p_hed_profile_dark .et_pb_text_inner h1 mark {
	color:#50364f!important;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	font-size: 38px;
	font-weight: 700;
	font-family: var(--font-1)!important;
	line-height: 0.5em;
}
.dct_p_hed_profile_dark .et_pb_text_inner h2 {
	font-size: 28px;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	font-family: var(--font-1)!important;
	font-weight: 700;
}
.dct_p_hed_profile_dark .et_pb_text_inner h2 span{
	font-size: 28px;
	color: #ffffff;
	font-family: var(--font-1)!important;
	font-weight: 700;
	/*display: block;*/
}
.dct_p_hed_profile_dark .et_pb_text_inner h2 mark {
	font-size: 17px;
	color:#ffffff!important;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
	font-family: 'Dancing Script', cursive;
	font-size: 59px;
	line-height: 0.5em;
}
.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 {
	font-size: 28px;
}
.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 span {
	font-size: 28px;
}
.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 mark {
	font-size: 28px;
}







.dct_bnn .dct_vertical_3_columns_container .et_pb_text_inner {
	font-size: 0.8vw!important;
	color: var(--color-1);
}
.dct_bnn .dct_vertical_3_columns_container .et_pb_text_inner span, .dct_bnn .dct_vertical_3_columns_container .et_pb_text_inner h2 span, .dct_bnn .dct_vertical_3_columns_container .dct_s_title .et_pb_text_inner span, .dct_bnn .dct_vertical_3_columns_container .dct_s_title .et_pb_text_inner h2 span{
	font-size: 1.4vw!important;
	color: var(--color-1);
	display: block;
}
.dct_bnn .et_pb_promo {
	background-color: rgba(255,255,255,0.96);
	padding-top: 16px!important;
	padding-right: 21px!important;
	padding-bottom: 16px!important;
	padding-left: 21px!important;
}
.dct_bnn .dct_vertical_3_columns_container .dct_vertical_3_columns_bnn {
	max-width: 800px;
	margin: 0 20px 0 0!important;
	padding-top: 400px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 10px 10px 0px rgb(211 220 232 / 60%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_50 .dct_vertical_3_columns_bnn {
	padding-top: 250px;
}
.dct_bnn .dct_vertical_3_columns_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo {
	height: 100px;
	background-color: rgba(255,255,255,0.96);
	padding-top: 16px!important;
	padding-right: 21px!important;
	padding-bottom: 16px!important;
	padding-left: 21px!important;
	border-radius: 10px 10px 10px 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dct_bnn .dct_vertical_3_columns_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo:before {
	position: absolute;
	content: '';
	background: var(--color-2);
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	z-index: 0;
	transition: all 500ms ease;
	border-radius: 10px;
}
.dct_bnn .dct_vertical_3_columns_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo .et_pb_button_wrapper {
	opacity: 0;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_25 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo.dct_link_button {
	height: 100px;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_50 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo {
	height: 150px;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_50 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo.dct_link_button {
	height: 150px;
}
.dct_bnn .dct_vertical_3_columns_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo h2 {
	font-weight: 700!important;
	font-size: 20px!important;
	overflow-wrap: break-word;
	text-align: left;
	font-family: var(--font-1)!important;
	color: var(--color-4)!important;
}
.dct_bnn .dct_vertical_3_columns_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo p {
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	color: var(--color-4)!important;
}
.dct_bnn .dct_vertical_3_columns_container .dct_bnn_et_pb_text {
	font-weight: 700;
	font-size: 34px;
	float: right!important;
	position: relative;
	z-index: 1;
	margin-top: 21px!important;
	margin-right: 25px!important;
	margin-left: 12px!important;
	margin-bottom: 12px!important;
	font-family: var(--font-1)!important;
	text-align: left;
	word-wrap: break-word;
	color: var(--color-1)!important;
	z-index: 10;
}
.dct_bnn .dct_vertical_3_columns_container .dct_bnn_et_pb_text p {
	font-weight: 300;
	font-size: 20px;
}
.dct_bnn .dct_vertical_3_columns_container .dct_bnn_et_pb_text p span {
	font-weight: 700;
	font-size: 34px;
	display: block;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_25 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo .et_pb_button_wrapper {
	opacity: 0;
	-webkit-transition: opacity 2.35s,
	-webkit-transform 0.35s;
	transition: opacity 2.35s, transform 0.35s;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_25 .dct_vertical_3_columns_bnn:not(:hover) .dct_bnn_et_pb_promo .et_pb_button_wrapper {
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.35s;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_25 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo .et_pb_button_wrapper .et_pb_button {
	margin-top: 0;
	margin-bottom: 0;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_50 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo .et_pb_button_wrapper {
	opacity: 0;
	-webkit-transition: opacity 2.35s,
	-webkit-transform 0.35s;
	transition: opacity 2.35s, transform 0.35s;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_50 .dct_vertical_3_columns_bnn:not(:hover) .dct_bnn_et_pb_promo .et_pb_button_wrapper {
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.35s;
}
.dct_bnn .dct_vertical_3_columns_container.dct_up_50 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo .et_pb_button_wrapper .et_pb_button {
	margin-top: 0;
	margin-bottom: 0;
}







.dct_bnn .dct_vertical_3_columns_modules_container .et_pb_text_inner {
	/*font-size: 0.8vw!important;*/
	color: var(--color-5);
}
.dct_bnn .dct_vertical_3_columns_modules_container .et_pb_text_inner span, .dct_bnn .dct_vertical_3_columns_modules_container .et_pb_text_inner h2 span, .dct_bnn .dct_vertical_3_columns_modules_container .dct_s_title .et_pb_text_inner span, .dct_bnn .dct_vertical_3_columns_modules_container .dct_s_title .et_pb_text_inner h2 span{
	/*font-size: 1.4vw!important;*/
	color: var(--color-1);
	display: block;
}
.dct_bnn .et_pb_promo {
	background-color: rgba(255,255,255,0.96);
	padding-top: 16px!important;
	padding-right: 21px!important;
	padding-bottom: 16px!important;
	padding-left: 21px!important;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn {
	max-width: 800px;
	margin: 0 20px 20px 0!important;
	background-color: #fff;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 10px 10px 0px rgb(211 220 232 / 60%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dct_bnn .dct_vertical_3_columns_modules_container.dct_up_50 .dct_vertical_3_columns_bnn {
	padding-top: 250px;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_image img {
	border-radius: 10px 10px 0 0;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo {
	min-height: 250px;
	background-color: rgba(255,255,255,0.96);
	padding-top: 16px!important;
	padding-right: 21px!important;
	padding-bottom: 16px!important;
	padding-left: 21px!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo .et_pb_blurb_container {
	position: relative;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo:before {
	position: absolute;
	content: '';
	background: var(--color-2);
	width: 100%;
	height: 0;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	transition: all 500ms ease;
	border-radius: 0 0  10px 10px;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo .et_pb_button_wrapper {
	opacity: 0;
}
/*.dct_bnn .dct_vertical_3_columns_modules_container.dct_up_25 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo.dct_link_button {*/
/*	height: 100px;*/
/*}*/
/*.dct_bnn .dct_vertical_3_columns_modules_container.dct_up_50 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo {*/
/*	height: 150px;*/
/*}*/
.dct_bnn .dct_vertical_3_columns_modules_container.dct_up_50 .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo.dct_link_button {
	height: 150px;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo .et_pb_blurb_container .et_pb_blurb_description {
	position: relative;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo h2 {
	position: relative;
	font-weight: 700!important;
	font-size: 20px!important;
	overflow-wrap: break-word;
	text-align: center;
	font-family: var(--font-1)!important;
	color: var(--color-6)!important;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo p, .dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .dct_bnn_et_pb_promo {
	font-size: 17px;
	line-height: 1.4em;
	text-align: left;
	font-family: var(--font-1);
	color: var(--color-4)!important;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_bnn_et_pb_text {
	font-weight: 700;
	font-size: 34px;
	float: right!important;
	position: relative;
	z-index: 1;
	margin-top: -21px!important;
	margin-right: 25px!important;
	margin-left: 12px!important;
	margin-bottom: 12px!important;
	font-family: var(--font-1)!important;
	text-align: left;
	word-wrap: break-word;
	color: var(--color-1)!important;
	background: var(--color-2)!important;
	padding: 20px;
	border-radius: 10px;
	z-index: 10;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_bnn_et_pb_text, .dct_bnn .dct_vertical_3_columns_modules_container .dct_bnn_et_pb_text p {
	font-weight: 300;
	font-size: 20px;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_bnn_et_pb_text span, .dct_bnn .dct_vertical_3_columns_modules_container .dct_bnn_et_pb_text p span {
	font-weight: 700;
	font-size: 34px;
	display: block;
	color: var(--color-5);
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper {
	/*background-color: rgba(255,255,255,0.96);*/
	padding-top: 16px!important;
	padding-right: 21px!important;
	padding-bottom: 16px!important;
	padding-left: 21px!important;
	text-align: center;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper .et_pb_button {
	min-width: 200px;
	color: #000000!important;
	border-width: 1px!important;
	border-color: #e5e5e5;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 700!important;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px!important;
	padding-right: 50px!important;
	padding-bottom: 8px!important;
	padding-left: 20px!important;
	color: var(--color-1);
	opacity: 0.5;
	z-index: 3;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn:not(:hover) .et_pb_button_module_wrapper .et_pb_button {
	/*opacity: 0.5;*/
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.35s;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper .et_pb_button:hover {
	color: #fff!important;
	/*color: var(--color-7)!important;*/
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper .et_pb_button:before {
	background-color: var(--color-1)!important;
	position: absolute;
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 0px;
	z-index:-1;
	transition: all 500ms ease;
	margin: 0 !important;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper .et_pb_button:hover:before {
	width: 100%;
	opacity: 1;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper .et_pb_button:after {
	top: 7px;
	margin-left: 0em;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper .et_pb_button:hover:after {
	margin-left: .5em;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_button:hover, .dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn .et_pb_button_module_wrapper .et_pb_bg_layout_light .et_pb_button:hover {
	background: none;
	background-color: none;
}
.dct_bnn .dct_vertical_3_columns_modules_container .dct_vertical_3_columns_bnn_advertisement {
	max-width: 800px;
	margin: 0 20px 20px 0!important;
	background-color: var(--color-3)!important;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}






@media only screen and (max-width : 667px) {
	.dct_p_hed_profile .et_pb_text_inner, .dct_p_hed_profile_white .et_pb_text_inner p {
		font-size: 16px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 {
		font-size: 22px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 span {
		font-size: 20px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 mark {
		font-size: 30px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner, .dct_p_hed_profile_dark .et_pb_text_inner p {
		font-size: 16px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 {
		font-size: 22px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 span {
		font-size: 20px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 mark {
		font-size: 30px;
	}
}

@media only screen and (max-width : 480px) {
	.dct_p_hed_profile .et_pb_text_inner, .dct_p_hed_profile_white .et_pb_text_inner p {
		font-size: 14px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 {
		font-size: 18px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 span {
		font-size: 18px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 mark {
		font-size: 22px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner, .dct_p_hed_profile_dark .et_pb_text_inner p {
		font-size: 14px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 {
		font-size: 18px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 span {
		font-size: 18px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 mark {
		font-size: 22px;
	}
}

@media only screen and (max-width : 420px) {
	.dct_p_hed_profile .et_pb_text_inner, .dct_p_hed_profile_white .et_pb_text_inner p {
		font-size: 12px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 {
		font-size: 12px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 span {
		font-size: 12px;
	}
	.dct_p_hed_profile .et_pb_text_inner h2 mark {
		font-size: 15px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner, .dct_p_hed_profile_dark .et_pb_text_inner p {
		font-size: 12px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 {
		font-size: 12px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 span {
		font-size: 12px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h2 mark {
		font-size: 15px;
	}
}

/* ===== End Banners ======*/

/* ===== Owl Carousel Slide Item ======*/
.owl-stage {
	display: flex;
	margin-bottom: 20px;
}
.owl-dots {
	text-align: center;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
	border: 1px solid var(--color-1);
	background-color: var(--color-1);
	border-radius: 50%;
	height: 12px;
	width: 12px;
	position: absolute;
	top: 1px;
	left:1px;
}
.owl-dots button.owl-dot{
	margin: 5px;
	border: 1px solid transparent;
	background: #f0f0f0;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	position: relative;
}
.owl-nav {
	text-align: center;
	margin-top: -30px;
}
.owl-nav button.owl-prev{
	margin: 5px;
	border: 1px solid transparent;
	background: transparent;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	position: relative;
}
.owl-nav button.owl-next{
	margin: 5px;
	border: 1px solid transparent;
	background: transparent;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	position: relative;
}
.owl-nav button.owl-prev:before {
	content: "4";
	margin-top: -20px;
	margin-left: -40px;
}
.owl-nav button.owl-next:after {
	content: "5";
	margin-top: -20px;
	margin-left: -20px;
}
.owl-nav button.owl-prev:before, .owl-nav button.owl-next:after {
	color: var(--color-1);
	font-family: ETmodules!important;
	font-size: 58px;
	font-weight: 500;
	line-height: 70px;
	top: 0;
}
.owl-nav button.owl-prev .nav-label, .owl-nav button.owl-prev .meta-nav{
	display: none;
}
.owl-nav button.owl-next .nav-label, .owl-nav button.owl-next .meta-nav{
	display: none;
}
.owl-nav button.owl-prev:hover .nav-label, .owl-nav button.owl-next:hover .nav-label {
	color: var(--color-3);
}
.owl-nav button.owl-prev:hover:before, .owl-nav button.owl-next:hover:after {
	color: var(--color-3);
}

/* ===== Slider ===== */

.dct_bnn {
	padding: 0!important;
}
.dct_bnn .dct_vertical_2_slides_container {
	padding: 0;
}
.et_pb_slides .et_pb_slider_container_inner {
	display: block;
	min-height: 380px!important;
}
.et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image img {
	width: 100%!important;
}
.et_pb_slide_image, .et_pb_slide_video {
	width: 100%!important;
	height: 100%!important;
	margin-right: 0!important;
	top: 0!important;
	z-index: -1;
}

/* Owl Carousel Sliders */
.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item {
	width: 100%;
	display: list-item;
	margin: 0!important;
	padding: 0!important;
	list-style-type: none;
	background-size: cover!important;
	box-shadow: 0px 10px 10px 0px rgb(211 220 232 / 60%);
}
.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slider_container_inner {
	padding: 0;
	max-width: 600px;
	margin: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description {
	width: 100%
	height: 100%;
	display: flex;
	margin: 0;
	padding: 0!important;
}
.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description, .dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description p {
	width: 100%;
	height: 100%;
	font-size: 19px;
	font-weight: 300!important;
	letter-spacing: 0px;
	line-height: 1.5em;
	text-align: left;
	font-family: var(--font-1)!important;
	z-index: 999!important;
}
.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description .et_pb_button_wrapper {
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
	margin-top: 10px;
	margin-bottom: 10px;
}
.dct_bnn_line_effect .et_pb_divider .et_pb_divider_internal {
	position: static !important;
}
.dct_bnn .dct_vertical_2_slides_container span.d-flex {
	display: flex!important;
}
.dct_bnn .dct_vertical_2_slides_container span.d-flex i.svg-icon.svg-icon-size-16 {
	height: 16px;
	width: 16px;
}
.dct_bnn .dct_vertical_2_slides_container span.d-flex .svg-icon:not(.svg-icon-v2) {
	fill: #98a1ab;
	display: inline-block;
	height: 16px;
	position: relative;
	width: 16px;
}
.et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6 {
	color: #ffffff!important;
}
.et_pb_bg_layout_dark .et_pb_slide_content {
	color: var(--color-1)!important;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none!important;
}

/* ===== Owl Carousel Sliders Animation ======*/
.dct_bnn .dct_vertical_2_slides_container .et-pb-slider-arrows, .dct_bnn .dct_vertical_2_slides_container .et-pb-controllers {
	display: none;
}
.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item:hover .et_pb_slide_description .et_pb_button_wrapper {
	opacity: 1;
}
/* ===== End Owl Carousel Sliders Animation ======*/

/* ===== Owl Carousel Gallery ===== */

.dct_bnn.dct_bnn_gallery {
	padding-top: 50px!important;
}
.dct_bnn.dct_bnn_gallery .et_pb_slider .et_pb_slide:first-child {
	display: list-item!important;
	opacity: 1!important;
	margin: 0!important;
	padding: 0!important;
}
.mfp-fade.mfp-bg {
	opacity: .8!important;
	transition: all .5s ease-out;
}
.owl-stage .owl-item .et_pb_gallery_image {
	display:block;
	width: 100%;
	height: 380px;
	min-height: 380px;
}
.owl-stage .owl-item .et_pb_gallery_image a {
	display:block;
	width: inherit;
	height: inherit;
	min-height: inherit;
}
.owl-stage .owl-item .et_pb_gallery_image img {
	object-fit: contain;
}
/* End Owl Carousel Sliders */

/* ===== Title ======*/

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

/* ===== Buttons and Calls ======*/

.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;
	margin: 0 20px;
	border-radius:0;
	font-weight:400;
	font-size:13px;
	padding: 10px 60px 10px 20px!important;
	border-radius: 10px;
	/*text-transform: uppercase;*/
	font-weight: 700;
	letter-spacing: 0.5px;
}
.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;
}
.dct_btn.dct_btn_mobile {
	display: none;
}
.dct_btn.dct_btn_desktop {
	display: inline-block;
}
.dct_icon_btn {
	width: 250px;
	height: 48px;
	background:var(--color-3);
	font-size:13px;
	font-weight: 700;
	line-height: 1em;
	padding:15px 5px 15px 20px!important;
	border: 2px solid transparent;
	border-color:var(--color-3);
	border-radius:10px;
	color:#fff!important;
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
}
.dct_icon_btn:hover {
	color:#000;
	background:#fff !important;
}
.dct_icon_btn .et_pb_blurb_container {
	padding: 0;
}
.dct_icon_btn .et_pb_module_header:after {
	content: ""!important;
	font-family: etmodules!important;
	width: 30px;
	height: 30px;
	line-height: inherit;
	font-size: 18px!important;
	opacity: 1;
	margin-left: 0.7em!important;
	right: 1.2em;
	display: inline-block;
}
.dct_icon_btn.dct_icon_btn_dollars .et_pb_module_header:after {
	content: "\e0ed"!important;
}
.dct_icon_btn.dct_icon_btn_agenda .et_pb_module_header:after {
	content: "\e025"!important;
}
.dct_icon_btn.dct_icon_btn_download .et_pb_module_header:after {
	content: "\e092"!important;
}
.dct_icon_btn h4 {
	margin-top: -2px;
	padding-bottom: 0;
	font-size:13px;
	font-weight: 700;
	color:#fff!important;
	display: inline-block;
	display: inline-flex;
	justify-content: center;
}
.dct_icon_btn:hover h4 {
	color:#000!important;
}
/* Show only on Divi Constructor */
.et-fb-module-wrapper .dct_btn.dct_btn_mobile {
	display: inline-block!important;
}
.et-fb-module-wrapper .dct_btn.dct_btn_desktop {
	display: inline-block!important;
}
.dct_btn-3 {
	background:var(--color-3)!important;
	border-color:var(--color-3)!important;
	color:#fff;
	border-radius:0;
	font-weight:400;
	font-size:15px;
	padding:.3em 1em !important;
	text-transform: uppercase;
	font-weight: 700;
}
.dct_btn-3:hover {
	color:#000;
	background: #fff !important;
}
.dct_btn-3:after {
	display:none !important
}
.dct_btn-3.bg {
	padding: 10px 35px !important;
}
.dct_btn-3.bg {
	background:#fff !important;
	color:#333 !important;
}
.dct_btn-3.bg:hover {
	background:#333 !important;
	color:#fff !important;
}
.dct_btn-3.dct_btn-3_mobile {
	display: none;
}
.dct_btn-3.dct_btn-3_desktop {
	display: inline-block;
}
/* Show only on Divi Constructor */
.et-fb-module-wrapper .dct_btn-3.dct_btn-3_mobile {
	display: inline-block!important;
}
.et-fb-module-wrapper .dct_btn-3.dct_btn-3_desktop {
	display: inline-block!important;
}

/* ===== Top Slider ======*/

@media only screen and (min-width:981px) {
	.dct_top .et_pb_slides {
		display: inline-block;
		position: relative;
		width: 100%;
		min-height:853px;
	}
	.dct_top .et_pb_slide {
		min-height:900px;
	}
	.dct_top .et_pb_slides:after {
		content: '';
		display: block;
		margin-top: 50%;
	}
	.dct_top .et_pb_slides .et_pb_slide {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: silver;
	}
}

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

.dct_intro_column .et_pb_column {
	height:100%;
}
.dct_intro .et_pb_text_inner h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: var(--color-1);
}
.dct_intro .et_pb_text_inner h2 span {
	color: var(--color-3);
}
.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-3);
	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-3);
	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:-33vw;
	margin-right: 0%!important;
}
.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;
}

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

.dct_intro_dark .et_pb_toggle {
	margin-bottom:25px;
	background-color:transparent;
	padding:0;
	border:none
}
.dct_intro_dark .et_pb_toggle .et_pb_toggle_content {
	padding-top:5px;
	font-weight:300
}
.dct_intro_dark .et_pb_toggle .et_pb_toggle_title:after {
	content:"\e052";
	font-family:ETmodules!important;
	position:absolute;
	color:var(--color-3);
	font-size:25px;
	left:0
}
.dct_intro_dark .et_pb_toggle .et_pb_toggle_title:before {
	color:rgba(0, 0, 0, 1);
	margin-top:-15px;
	font-size:25px;
	content:"\33"
}
.dct_intro_dark .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content:"\32"
}
.dct_intro_dark .et_pb_toggle .et_pb_toggle_title {
	font-size:18px;
	font-weight:600;
	color:rgba(255, 255, 255, 1);
	padding:15px 45px
}
.dct_intro_dark .dct_s_subhead .et_pb_text_inner h2 {
	color:#ffffff;
}
.dct_intro_dark .dct_s_title .et_pb_text_inner h2 {
	color: #ffffff;
}

/* ===== Section Title ======*/
.dct_s_title .et_pb_text_inner h2 {
	position: relative;
	margin-bottom: 15px;
	line-height: 46px;
	padding-bottom: 8px;
	font-size: 46px;
	font-weight: 700;
	color: #00546f;
}
.dct_s_title .et_pb_text_inner h2 span {
	font-weight: 500;
	line-height: 26px;
	color: #aaa;
}
.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_s_title .et_pb_slides .et_pb_container {
	height:auto !important;
}
.dct_s_title .et_pb_slides .et_pb_slide_description {
	padding: 10% 8%;
}
.dct_s_title .et_pb_slide_description .et_pb_slide_title {
	font-size:18px;
	line-height:30px;
	font-weight:300
}
.dct_s_title .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_s_title .et-pb-arrow-next, .dct_s_title .et-pb-arrow-prev {
	font-size: 40px;
	opacity:1 !important;
	background: var(--color-1);
	border-radius: 5px;
}
.dct_s_title .et-pb-arrow-next:before, .dct_s_title .et-pb-arrow-prev:before {
	color: #ffffff;
}
.dct_s_title .et_pb_slide_description .et_pb_slide_content {
	font-weight: 600;
	letter-spacing: 1px;
}
.dct_s_title .et-pb-arrow-prev {
	left: 22px !important;
}
.dct_s_title .et-pb-arrow-next {
	right: 22px !important;
}
/* Uncropped images of Slider module */
.dct_s_title_slider.et_pb_slider .et_pb_slide_image {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	top: auto;
	position: relative !important;
	display: block !important;
}
.dct_s_title_slider.et_pb_slider .et_pb_container {
	max-width: 100% !important;
	width: 100% !important;
}
.dct_s_title_slider.et_pb_slider .et_pb_slide_image img {
	max-height: none !important;
	width: 100% !important;
}
.dct_s_title_slider.et_pb_slider .et_pb_slide {
	padding: 0 !important;
}
.dct_s_title_slider.et_pb_slider .et_pb_slide_with_image .et_pb_slide_description {
	position: absolute !important;
	width: 100% !important;
	padding: 5% !important;
	float: none !important;
	bottom: 0 !important;
	text-align: left;
}
.dct_s_title_slider.et_pb_slider .et-pb-active-slide .et_pb_slide_image {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

/* ===== Section Subhead ======*/
.dct_s_subhead {
	padding-left: 140px!important;
	margin-bottom: 10px!important;
	transition: all 0.5s ease-in-out;
}
.et_pb_section:hover .dct_s_subhead {
	padding-left: 170px!important;
}
.dct_s_subhead .et_pb_text_inner h2 {
	position: relative;
	margin-bottom: 15px;
	line-height: 50px;
	padding-bottom: 0;
	font-size: 50px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	color:var(--color-2);
}
.dct_s_subhead:before {
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
	width: 120px;
	height: 3px;
	background: var(--color-3);
	transition: all 0.5s ease-in-out;
}
.et_pb_section:hover .dct_s_subhead::before {
	width: 150px;
}
.dct_s_subhead .et_pb_text_inner h2 span {
	font-weight: 500;
	line-height: 26px;
}
.dct_s_subhead.center .et_pb_text_inner h2 {
	text-align: center;
}
.dct_s_subhead.center .et_pb_text_inner h2::before {
	left: 50%;
	transform: translateX(-50%);
}
.dct_intro_dark .dct_s_subhead:before {
	background: #ffffff;
}

/* ===== Section Upperhead ======*/
.dct_s_upperhead h2 {
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	line-height: 36px;
	padding-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ffffff;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.dct_s_upperhead h2:before, .dct_s_upperhead h2:after {
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 50%;
	background-color: #ffffff;
}
.dct_toggle_clm .dct_s_upperhead h2:before, .dct_toggle_clm .dct_s_upperhead h2:after {
	background-color: var(--color-3);
}
.dct_s_upperhead h2:before {
	right: 0.5em;
	margin-left: -50%;
}
.dct_s_upperhead h2:after {
	left: 0.5em;
	margin-right: -50%;
}

.dct_accordion .et_pb_accordion_item .dct_s_h4 .et_pb_text_inner, .dct_accordion .et_pb_accordion_item .dct_s_h4 .et_pb_text_inner p {
	font-size: 16px;
	color:var(--color-2);
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.7em;
	text-align: left;
}

.dct_accordion .et_pb_accordion_item .dct_s_h4 .et_pb_text_inner li, .dct_accordion .et_pb_accordion_item .dct_s_h4 .et_pb_text_inner li a, .dct_accordion .et_pb_accordion_item .dct_s_h4 .et_pb_text_inner li p {
	color:var(--color-2);
}
.dct_accordion .et_pb_accordion_item .dct_s_h4 .et_pb_text_inner li.opened, .dct_accordion .et_pb_accordion_item .dct_s_h4 .et_pb_text_inner li.opened a, .dct_accordion .et_pb_accordion_item .dct_s_h4 .et_pb_text_inner li.opened p {
	color:var(--color-3);
}

.dct_accordion .et_pb_accordion_item .dct_s_h4.dct_marker .et_pb_text_inner li {
	padding: 3px 10px;
}
.dct_accordion .et_pb_accordion_item .dct_s_h4.dct_marker .et_pb_text_inner li::marker {
	content:"\35";
	font-family:ETmodules!important;
	position:absolute;
	color:var(--color-2);
	font-size:16px;
	left:0
}

.dct_accordion .et_pb_accordion_item .dct_s_h4.dct_marker li.opened::marker {
	color:var(--color-1);
}

/* ===== Section Column ======*/
.dct_s_column h4.et_pb_module_header {
	position: relative;
	margin-bottom: 15px;
	line-height: 24px;
	padding-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	color: var(--color-1);
}
.dct_s_column h4.et_pb_module_header span {
	font-weight: 500;
	line-height: 24px;
	color: #aaa;
}

.dct_s_centerline h2:before {
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	background-color: var(--color-3);
}

.dct_b_icon {
}
.et_pb_blurb_content {
	margin: 0!important;
}
.dct_b_icon .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-3);
	font-size: 16px;
	font-weight: 900;
	padding-top: 5px;
}
.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: 40px;
	color: #fff;
	padding: 0px 0px 50px 0px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.dct_p_hed_title .et_pb_text_inner h1 span {
	font-size: 40px;
	color: var(--color-3);
	font-weight: 800;
}
.dct_p_hed_title .et_pb_text_inner h2 {
	font-size: 20px;
	color: #fff;
	padding: 50px 0px 0px 0px;
	font-weight: 400;
	text-transform: uppercase;
}
.dct_p_menu_text .et_pb_text_inner p {
	font-size: 20px;
	color: #fff;
	padding: 0px 0px 50px 0px;
	font-weight: 400;
}
.dct_p_menu_text .et_pb_text_inner p span {
	font-size: 20px;
	color: var(--color-3);
	font-weight: 800;
}
.dct_p_menu_title {
	margin-bottom: 50px !important;
}
.dct_p_menu_title .et_pb_text_inner ol {
	position: absolute;
	left:5px;
	top: 0;
	display: flex;
	list-style: none;
}
.dct_p_menu_title .et_pb_text_inner ol li {
	color: #fff;
	font-size: 20px;
	text-align: left;
}
.dct_p_menu_title .et_pb_text_inner ol li a {
	color: var(--color-3);
}
 .dct_p_menu_title .et_pb_text_inner ol li:not(:last-child)::after {
	content: "/";
	margin: 0px 5px;
	box-sizing: border-box;
}
.dct_intro .dct_p_menu_title .et_pb_text_inner ol li {
	color: #000;
}

/*Page h2*/

.dct_intro .dct_s_h2 .et_pb_text_inner h2, .dct_s_h2 .et_pb_text_inner h2 {
	color:var(--color-2);
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 1;
}
.dct_intro .dct_s_h4 .et_pb_text_inner h4, .dct_s_h4 .et_pb_text_inner h4 {
	color: #000000;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1;
}
.dct_intro .dct_s_h4 .et_pb_text_inner h4 mark, .dct_s_h4 .et_pb_text_inner h4 mark {
	font-size: 22px;
}

/*Page Quote*/

.dct_p_hed_quote .et_pb_text_inner h1 {
	font-size: 40px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	text-transform: uppercase;
}
.dct_p_hed_quote .et_pb_text_inner h1 span {
	font-size: 40px;
	color: var(--color-1);
	font-weight: 800;
}

/*Page Profile*/

.dct_intro .dct_p_hed_profile .et_pb_text_inner {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile .et_pb_text_inner h1 {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile .et_pb_text_inner h1 mark {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile .et_pb_text_inner h2 {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile .et_pb_text_inner h2 span {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile .et_pb_text_inner h2 mark {
	color: var(--color-1);
}
.dct_intro_dark .dct_p_hed_profile .et_pb_text_inner {
	color: var(--color-2);
}
.dct_intro_dark .dct_p_hed_profile .et_pb_text_inner h1 {
	color: var(--color-2);
}
.dct_intro_dark .dct_p_hed_profile .et_pb_text_inner h1 span {
	color: var(--color-1);
}
.dct_intro_dark .dct_p_hed_profile .et_pb_text_inner h1 mark {
	color: var(--color-2);
}
.dct_intro_dark .dct_p_hed_profile .et_pb_text_inner h2 {
	color: var(--color-2);
}
.dct_intro_dark .dct_p_hed_profile .et_pb_text_inner h2 span {
	color: var(--color-2);
}
.dct_intro_dark .dct_p_hed_profile .et_pb_text_inner h2 mark {
	color: var(--color-3);
}
.dct_intro .dct_p_hed_profile_dark .et_pb_text_inner {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile_dark .et_pb_text_inner h1 {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile_dark .et_pb_text_inner h1 span {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile_dark .et_pb_text_inner h1 mark {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile_dark .et_pb_text_inner h2 {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile_dark .et_pb_text_inner h2 span {
	color: var(--color-2);
}
.dct_intro .dct_p_hed_profile_dark .et_pb_text_inner h2 mark {
	color: var(--color-1);
}

/*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 {
	width: 45%;
	padding: 30% 8% 0 8%;
	float: left;
}
.dct_slider .et_pb_slide_description .et_pb_slide_title {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.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: 800;
}
.dct_slider .et_pb_slide_description .et_pb_slide_content h1 span {
	color: var(--color-3);
}
.et_pb_slide_description h2.et_pb_slide_title {
	font-weight: 500;
	margin-top: 0;
	font-size: 46px;
}
.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-3);
	border-color:var(--color-3);
	font-size:17px;
	font-weight: 700;
	line-height: 1em;
	padding:10px 60px 10px 20px!important;
	border-radius:10px;
	color:#fff;
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
	display: inline-flex;
	justify-content: center;
}
.dct_slider .et_pb_button_wrapper .et_pb_button:hover {
	color:#000;
	background:#fff !important;
}
.dct_slider .et_pb_button_wrapper.et_pb_button_mobile {
	display: none;
}
.dct_slider .et_pb_button_wrapper.et_pb_button_desktop {
	display: inline-block;
}
.dct_slider .et_pb_button_wrapper .et_pb_button:after {
	content: "\e025"!important;
	font-family: etmodules!important;
	width: 30px;
	height: 30px;
	line-height: inherit;
	font-size: inherit!important;
	opacity: 1;
	margin-left: 1.2em!important;
	right: 1.2em;
	display: inline-block;
}
/* Show only on Divi Constructor */
.et-fb-advanced-module.dct_slider .et_pb_button_wrapper.et_pb_button_mobile {
	display: inline-block!important;
}
.et-fb-advanced-module.dct_slider .et_pb_button_wrapper.et_pb_button_desktop {
	display: inline-block!important;
}
.dct_header_btn_mobile {
	display: none!important;
}
.dct_header_btn_desktop {
	display: inline-block!important;
}
/* Show only on Divi Constructor */
.et-fb-root-ancestor .dct_header_btn_mobile {
	display: inline-block!important;
}
.et-fb-root-ancestor .dct_header_btn_desktop {
	display: inline-block!important;
}
.dct_pricing .et_pb_button_wrapper.et_pb_button_mobile {
	display: none;
}
.dct_pricing .et_pb_button_wrapper.et_pb_button_desktop {
	display: inline-block;
}
/* Show only on Divi Constructor */
.et-fb-advanced-module.dct_pricing .et_pb_button_wrapper.et_pb_button_mobile {
	display: inline-block!important;
}
.et-fb-advanced-module.dct_pricing .et_pb_button_wrapper.et_pb_button_desktop {
	display: inline-block!important;
}
/* ===== Pricing ======*/



.dct_pricing {
	display: flex;
	justify-content: center;
}
.dct_pricing .et_pb_pricing_table_wrap {
	flex-direction: column;
}
.dct_pricing .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.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: #ffffff;
}
.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 {
	margin-bottom: 50px;
	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: 35px;
	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;*/
	font-weight: 300;
}
.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;
}

/* ===== Table ======*/

.dct_table {
	display: flex;
	justify-content: center;
	border: 1px solid white;
}
.dct_intro .dct_intro_column {
	flex: 1 1 0px;
	width: 0;
	margin: 0;
}
.dct_table.et_pb_pricing, .dct_table .et_pb_pricing_table, .dct_table .et_pb_pricing_table_wrap {
	height:100%;
}
.dct_table .et_pb_pricing_table_wrap {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.dct_table .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_table .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_table .et_pb_pricing_table_wrap .et_pb_pricing_table {
	padding: 0;
	border-radius: 5px;
	border:#ffffff;
}
.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading {
	background-color: transparent;
	padding: 0;
}
.dct_table .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_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top {
	background-color: var(--color-3);
	padding: 15px 10px!important;
	border-bottom:2px solid #ffffff;
}
.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content {
	height: 50%;
	background-color: var(--color-1);
	padding: 35px 10px!important;
	height: 100%;
	right: 0;
	top: 0;
}
.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li span::before {
	content:none;
}
.dct_table .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_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
	font-size: 35px;
	font-weight: 600;
	color: #FFFFFF;
}
.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing {
}
.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li {
	padding: 0;
	font-size: 17px;
	line-height: 27px;
	color: #FFFFFF;
}
.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li span {
	color: #FFFFFF;
}
.dct_table .et_pb_button_wrapper {
	margin-top: 25px;
}
.dct_table .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_table .et_pb_button_wrapper .et_pb_button:hover {
	color: #fff;
	background: #333 !important;
	border-color: var(--color-1) !important;
}
.dct_table .et_pb_button_wrapper .et_pb_button:after {
	display:none !important;
}
.dct_table.bg .et_pb_pricing_table_wrap .et_pb_pricing_table {
	background: var(--color-2);
	color: #fff;
}
.dct_table.bg .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title, .dct_table.bg .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum, .dct_table.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_table.bg .et_pb_button_wrapper .et_pb_button:hover {
	background:#fff !important;
	color:#333;
}

/* ===== info ======*/

.et-icons-table {
	/*display: inline-flex!important;*/
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	margin-left: auto!important;
	margin-right: auto!important;
	display: flex;
	background-color: transparent;
}
.et-icons-table .dct_vertical_column_icons_container {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	direction: ltr;
	/* align-items: center; */
	justify-content: center;
}
.et-icons-table .dct_vertical_column_icons_container .et_pb_column {
	display: flex;
	direction: ltr;
	/*align-items: center;*/
	justify-content: center;
}
.et-icons-table .dct_vertical_column_icons_container .et_pb_column.et-icons-table-row-column {
	display: flex;
}
.et-icons-table .et-icons-table-column {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.et-icons-table .et-icons-table-column .et_pb_column {
	height: 100%;
	justify-content: center;
	/*flex-direction: column;*/
	align-items: center;
	align-content: center;
}
.et-icons-table .et-icons-table-column .et_pb_column .dct_info {
	width: 15vw;
	height: 14vw;
	margin-left: 0!important;
	margin-right: 0!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	margin-bottom: 7%!important;
}
.et-icons-table .et-icons-table-column .et_pb_column .dct_info_dark {
	width: 15vw;
	height: 14vw;
	margin-left: 0!important;
	margin-right: 0!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	margin-bottom: 7%!important;
}
.et-icons-table .et-icons-table-row {
	margin-top: 0;
	margin-bottom: 0;
}
.et-icons-table .et-icons-table-row .et_pb_column {
	height: 100%;
}
.et-icons-table .et-icons-table-row .et_pb_column.et-icons-table-row-column {
	display: flex;
}
.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_main_blurb_image {
	width: 100px;
	margin: 10px 20px;
}
.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_main_blurb_image {
	width: 100px;
	margin: 10px 20px;
}
.et-icons-table .dct_vertical_column_icons_container .dct_vertical_5_columns_bnn .dct_info {
	width: 12vw;
	height: 12vw;
	margin-left: 10px!important;
	margin-right: 10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	background-color: var(--color-4)!important;
}
.et-icons-table .dct_vertical_column_icons_container .dct_vertical_5_columns_bnn .dct_info_dark {
	width: 12vw;
	height: 12vw;
	margin-left: 10px!important;
	margin-right: 10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	background-color: var(--color-1)!important;
}
.et-icons-table .et-icons-table-row .et_pb_column .dct_info {
	width: 15vw;
	height: 14vw;
	margin-left: 10px!important;
	margin-right: 10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	background-color: var(--color-4)!important;
}
.et-icons-table.dct_icons_home .et-icons-table-row .et_pb_column .dct_info {
	border: 1px solid;
	border-color: #dddddd;
	box-shadow: 0px 5px 5px 0px rgb(211 220 232 / 60%);
}
.et-icons-table .et-icons-table-row .dct_info .et_pb_main_blurb_image {
	width: 100px;
	margin: 10px 20px;
}
.et-icons-table .et-icons-table-row .et_pb_column .dct_info_dark {
	width: 15vw;
	height: 14vw;
	margin-left: 10px!important;
	margin-right: 10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	background-color: var(--color-1)!important;
}
.et-icons-table.dct_icons_home .et-icons-table-row .et_pb_column .dct_info_dark {
	border: 1px solid;
	border-color: #dddddd;
	box-shadow: 0px 5px 5px 0px rgb(211 220 232 / 60%);
}
.et-icons-table .et-icons-table-row .dct_info_dark .et_pb_main_blurb_image {
	width: 100px;
	margin: 10px 20px;
}
.et-icons-table .et-icons-table-row.et-icons-table-row-30 {
	width: 30%;
}
.et-icons-table .et-icons-table-row.et-icons-table-row-50 {
	width: 50%;
}
.et-icons-table .et-icons-table-row.et-icons-table-row-70 {
	width: 70%;
}
.et-icons-table .et-icons-table-row.et-icons-table-row-100 {
	width: 100%;
}
/*.et-icons-table .et-icons-table-row.et-icons-table-row-50 .et_pb_column .dct_info {*/
/*	width: 50%;*/
/*}*/
/*.et-icons-table .et-icons-table-row.et-icons-table-row-100 .et_pb_column .dct_info {*/
/*	width: 100%;*/
/*}*/
/*.et-icons-table .et-icons-table-row.et-icons-table-row-70 .et_pb_column .dct_info {*/
/*	width: 100%;*/
/*}*/
/*.et-icons-table .et-icons-table-row.et-icons-table-row-50 .et_pb_column .dct_info_dark {*/
/*	width: 50%;*/
/*}*/
/*.et-icons-table .et-icons-table-row.et-icons-table-row-100 .et_pb_column .dct_info_dark {*/
/*	width: 100%;*/
/*}*/
/*.et-icons-table .et-icons-table-row.et-icons-table-row-70 .et_pb_column .dct_info_dark {*/
/*	width: 100%;*/
/*}*/
.et-icons-table .dct_vertical_column_icons_container.dct_vertical_align_column .et_pb_column {
	width: 100%;
}
.et-icons-table .dct_vertical_column_icons_container .et_pb_column .dct_info_only_image {
	width: 100%;
	max-width: 200px;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	margin-left: 10px!important;
	margin-right: 10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	background-color: #fff!important;
	border: 2px solid transparent;
	border-color: var(--color-1);
	border-radius: 10px;
}
.et-icons-table .dct_vertical_column_icons_container .et_pb_column .dct_info_only_image:hover {
	background-color: var(--color-3)!important;
	border-color: var(--color-3);
}
.et-icons-table .dct_vertical_column_icons_container .et_pb_column .dct_info_only_image_text {
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: var(--color-1);
}
.et-icons-table .dct_vertical_column_icons_container .et_pb_column .dct_info_only_image_text span {
	color: var(--color-3);
	font-weight: 700;
}
.et-icons-table .dct_vertical_column_icons_container.dct_vertical_column_icons_container-50 .et_pb_column .dct_info_only_image {
	width: 50%;
}
.dct_info_only_image .et_pb_blurb_content .et_pb_main_blurb_image {
	max-width: 70%;
	margin-bottom: 0!important;
}
/* ===== Banner 5 columns ======*/
.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn, .et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn:last-child {
	width: 15%;
	display: block;
	margin: 2.25%!important;
	margin-right: 2.25%!important;
}
/* ===== End Banner 5 columns ======*/
.dct_icons.et-icons-table {
	margin-top: 0;
	padding: 0 17%!important;
}
.dct_icons_home.et-icons-table {
	margin-top: -150px!important;
	padding-bottom: 20px;
}
.et-flex-two-boxes-right {
	display: flex!important;
}
.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left, .et-flex-two-boxes-right .et-flex-two-boxes-right-column-right {
	margin-top: 0;
	margin-bottom: 0;
}
.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left {
	width:49%;
	display: flex;
}
.et-flex-two-boxes-right .et-flex-two-boxes-right-column-right {
	width:47%;
	display: flex;
	margin-right: 3%;
}
.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left .et_pb_column, .et-flex-two-boxes-right .et-flex-two-boxes-right-column-right .et_pb_column {
	height: 100%;
	flex-direction: column;
	display: inline-flex;
	justify-content: center;
	padding: 0 30px;
}
.dct_info {
	margin-top: 10%!important;
	margin-bottom: 10%!important;
}
.dct_info .et_pb_blurb_content {
	background-color: transparent!important;
}
.dct_info .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	overflow:hidden;
}
.dct_info .et_pb_blurb_content .et_pb_main_blurb_image img {
	padding: 5px;
	transition: all .2s ease-out;
}
.dct_info:hover .et_pb_blurb_content .et_pb_main_blurb_image img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 0;
	/*text-transform: uppercase;*/
	font-weight: 600;
	font-size: 14px;
}
.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	margin-top: -3px;
	font-size: 13px;
	padding: 5px 0px;
	line-height: 15px;
	font-weight: 400;
}
.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
	color: var(--color-1);
	font-size: 20px;
	font-weight: 300;
}
.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
	color: var(--color-1);
	font-size: 20px;
	font-weight: 300;
}
.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
	font-weight: 500;
	display: block;
}
.dct_info.et_pb_blurb_position_left .et_pb_blurb_content .et_pb_blurb_container,
.dct_info.et_pb_blurb_position_right .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
	position: relative;
	top: 4px;
}
.dct_info.et_pb_blurb_0 .et-pb-icon, .dct_info.et_pb_blurb_1 .et-pb-icon, .dct_info.et_pb_blurb_2 .et-pb-icon, .dct_info.et_pb_blurb_3 .et-pb-icon, .dct_info.et_pb_blurb_4 .et-pb-icon, .dct_info.et_pb_blurb_5 .et-pb-icon, .dct_info.et_pb_blurb_6 .et-pb-icon, .dct_info.et_pb_blurb_7 .et-pb-icon, .dct_info.et_pb_blurb_8 .et-pb-icon, .dct_info.et_pb_blurb_9 .et-pb-icon {
	color:var(--color-1)!important;
}
.dct_info .et_pb_main_blurb_image {
	width: 100px;
	margin: 10px 20px;
}
.dct_info .et-waypoint:not(.et_pb_counters) {
	opacity: 1!important;
}
.dct_info .et-animated {
	opacity: 1!important;
	animation:none !important;
}
.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_blurb_content {
	width: 100%!important;
	height: 100%!important;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
	padding: 0 0.5vw;
}
.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_blurb_content {
	width: 100%!important;
	height: 100%!important;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
	padding: 0 0.5vw;
}
.et-icons-table .et-icons-table-column .dct_info .et_pb_blurb_content {
	width: 100%!important;
	height: 100%!important;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
	padding: 0 0.5vw;
	background-color: #ececec!important;
}
.et-icons-table .et-icons-table-column .dct_info .et_pb_main_blurb_image {
	width: 100px;
	margin: 10px 20px;
}
.dct_intro .dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color-1);
}
.dct_intro .dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: var(--color-2);
}
.dct_intro .et-flex-two-boxes-right-column-left .dct_info {
	border-bottom: 1px solid var(--color-2);
}
.dct_intro .et-flex-two-boxes-right-column-left .dct_info .et_pb_main_blurb_image {
	width: 60px;
	margin: 0;
}
.dct_intro_dark .dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: #ffffff;
}
.dct_intro_dark .dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #ffffff;
}
.dct_intro_dark .et-flex-two-boxes-right-column-left .dct_info {
	margin-bottom: 20px!important;
}
.dct_intro_dark .et-flex-two-boxes-right-column-left .dct_info .et_pb_main_blurb_image {
	width: 60px;
	margin: 30px;
}
.dct_info_dark {
	margin-top: 10%!important;
	margin-bottom: 10%!important;
}
.dct_info_dark .et_pb_blurb_content {
	background-color: transparent!important;
}
.dct_info_dark .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	overflow:hidden;
}
.dct_info_dark .et_pb_blurb_content .et_pb_main_blurb_image img {
	padding: 5px;
	transition: all .2s ease-out;
}
.dct_info_dark:hover .et_pb_blurb_content .et_pb_main_blurb_image img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 0;
	/*text-transform: uppercase;*/
	font-weight: 400;
	font-size: 16px;
}
.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 13px;
	padding: 5px 0px;
	line-height: 27px;
	font-weight: 400;
}
.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
}
.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
	font-weight: 500;
	display: block;
}
.dct_info_dark.et_pb_blurb_position_left .et_pb_blurb_content .et_pb_blurb_container,
.dct_info_dark.et_pb_blurb_position_right .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
	position: relative;
	top: 4px;
}
.dct_info_dark.et_pb_blurb_0 .et-pb-icon, .dct_info.et_pb_blurb_1 .et-pb-icon, .dct_info.et_pb_blurb_2 .et-pb-icon, .dct_info.et_pb_blurb_3 .et-pb-icon, .dct_info.et_pb_blurb_4 .et-pb-icon, .dct_info.et_pb_blurb_5 .et-pb-icon, .dct_info.et_pb_blurb_6 .et-pb-icon, .dct_info.et_pb_blurb_7 .et-pb-icon, .dct_info.et_pb_blurb_8 .et-pb-icon, .dct_info.et_pb_blurb_9 .et-pb-icon {
	color:var(--color-1)!important;
}
.dct_info_dark .et_pb_main_blurb_image {
	width: 100px;
	margin: 10px 20px;
}
.dct_info_dark .et-waypoint:not(.et_pb_counters) {
	opacity: 1!important;
}
.dct_info_dark .et-animated {
	opacity: 1!important;
	animation:none !important;
}
.dct_intro .dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color-2);
}
.dct_intro .dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #ffffff;
}
.dct_intro .et-flex-two-boxes-right-column-left .dct_info_dark {
	margin-bottom: 20px!important;
}
.dct_intro .et-flex-two-boxes-right-column-left .dct_info_dark .et_pb_main_blurb_image {
	width: 60px;
	margin: 30px;
}
.dct_intro_dark .dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: #ffffff;
}
.dct_intro_dark .dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #ffffff;
}
.dct_intro_dark .et-flex-two-boxes-right-column-left .dct_info_dark {
	margin-bottom: 20px!important;
}
.dct_intro_dark .et-flex-two-boxes-right-column-left .dct_info_dark .et_pb_main_blurb_image {
	width: 60px;
	margin: 30px;
}
.et-icons-table .et-icons-table-column .dct_info_dark .et_pb_blurb_content {
	width: 100%!important;
	height: 100%!important;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
	padding: 0 0.5vw;
	background-color: var(--color-1)!important;
}
.et-icons-table .et-icons-table-column .dct_info_dark .et_pb_main_blurb_image {
	width: 100px;
}
.dct_info_dark_bnn .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-size: 20px;
	font-weight: 700;
}
.dct_info_dark_bnn .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 20px;
	font-weight: 500;
}
.dct_intro_dark .et-flex-two-boxes-right-column-left .dct_info_dark_bnn .et_pb_main_blurb_image {
	width: 80px;
}
.et-flex-two-boxes-right-column-left .et_pb_image_4 {
	width: 40%;
}


/* ===== 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_tabs {
	margin-right: 20px!important;
}
.dct_tab {
	display:inline-flex;
	border:none
}
.dct_tab ul.et_pb_tabs_controls {
	background:0 0;
	display: none;
}
.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;
	border-bottom: 1px solid var(--color-1);
}
.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.et_pb_tab_active {
	background-color: #f4f4f4;
}
.dct_tab ul.et_pb_tabs_controls li a {
	display:block;
	padding:10px 30px 30px 30px;
	border-right:3px solid #ededed
}
.dct_tab .et_pb_all_tabs {
	width: 100%;
}
.dct_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content {
	padding:0;
	width:100%;
	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;
}
/* ===== End Tab ======*/

/* ===== Accordion ======*/
.dct_accordion {
}
.dct_accordion .et_pb_accordion_item {
	margin: 0!important;
	padding: 30px 0;
	border:none;
	border-bottom: 1px solid var(--color-1);
	background: transparent;
}
.dct_accordion .et_pb_accordion_item:first-child {
	border-top: 1px solid var(--color-1);
}
.dct_accordion .et_pb_accordion_item .et_pb_toggle_title {
	font-weight: 700;
	color: var(--color-2);
}
.dct_accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title {
	color: var(--color-3);
}
.dct_accordion .et_pb_accordion_item .et_pb_toggle_title:before {
	content: "\33";
	position: absolute;
	right: 0;
	font-size: 26px;
	color: var(--color-2);
	top: 50%;
	margin-top: -0.5em;
}
.dct_accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	color: var(--color-1);
}
.dct_accordion .et_pb_accordion_item .et_pb_toggle_content {
	font-size: 16px;
	font-weight:500;
	line-height:20px;
	color: var(--color-2);
}
.dct_accordion .et_pb_accordion_item .et_pb_toggle_content p {
}
/* ===== End Accordion ======*/

/* ===== 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: 56px;
	display: inline-block;
	color: var(--color-3);
	margin-bottom: 20px;
	font-weight: 700;
	padding-bottom: 18px;
	text-transform: uppercase;
	position:relative;
	text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.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:var(--color-1);
}
.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;
}

/* ===== Section Image Cover ======*/

.dct_image_fit_cover img {
	object-fit: cover;
	width: 100%;
	height: calc(100vh - 100px);
}

.dct_image_fit_cover_vh img {
	height: calc(100vh - 100px);
	max-height: calc(100vh - 100px);
}

.dct_image_fit_cover_h_60 img {
	height: 60%;
	max-height: 600px;
}

.dct_image_fit_cover_h_80 img {
	height: 80%;
	max-height: 800px;
}

.dct_image_fit_cover_center_top img {
	object-position: center top;
}

.dct_image_fit_cover_center_center img {
	object-position: center center;
}

.dct_image_fit_cover_center_bottom img {
	object-position: center bottom;
}

.dct_image_fit_cover_right_bottom img {
	object-position: right bottom;
}

.mfp-animated-image {
	display: none!important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	transition: all 0s ease-out!important;
	visibility: hidden!important;
}

/* ===== Section Location ======*/

.dct_location {
	display: inline-block;
	position: relative;
	width: 100%;
}
.dct_location:after {
	content: '';
	display: block;
	margin-top: 60%;
}
.dct_location_element {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: silver;
}

.dct_align_center {
	width: 100%;
	text-align: center;
}

/*ActiveCampaign Form*/

._form_73 {
	margin: 0 5%;
}
._form._form_73 {
	position: relative;
	text-align: left;
	margin: 25px auto 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	zoom: 1;
	background: transparent !important;
	border: 0px solid #b0b0b0 !important;
	max-width: 340px;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	border-radius: 20px !important;
	color: #000 !important;
	outline: 0;
	line-height: 1.6;
}
._form._form_73 ._full_width {
	width: 100%;
}
._form._form_73 ._form_element {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	max-width: 100%;
}
._form._form_73 ._checkbox-radio, ._form_element._x16061304 a {
	position: relative;
	font-size: 14px;
	color: #ffffff!important;
}
._form._form_73 ._form-label, #_form_622269FCEEB72_ ._form_element ._form-label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
._form._form_73 ._field-wrapper {
	position: relative;
}
._form._form_73 ._form_element input[type="text"], ._form._form_73 ._form_element input[type="date"], ._form._form_73 ._form_element select, ._form._form_73 ._form_element textarea:not(.g-recaptcha-response) {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
}
._form._form_73 input[type="text"], ._form._form_73 input[type="date"], ._form._form_73 textarea {
	padding: 6px;
	height: auto;
	border: var(--color-3) 3px solid;
	border-radius: 9px;
	color: #ffffff !important;
	font-size: 14px;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input::placeholder, textarea::placeholder {
	color: #fff!important;
}
._form._form_73 ._submit {
	-webkit-appearance: none;
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: var(--color-3) !important;
	border: 0 !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	color: #fff !important;
	padding: 12px 35px!important;
}

.dct_horizontal_align_center_btn {
	taext-align: center!important;
}

.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left.dct_wrap_vertical_align_column_right {
	width: 24%!important;
	right: 17%;
	position: absolute;
	background-color: var(--color-4)!important;
	box-shadow: 0px 10px 10px 0px rgb(211 220 232 / 60%);
	z-index: 3;
}
.et-flex-two-boxes-right .et-flex-two-boxes-right-column-right.dct_wrap_vertical_align_column_left {
	width: 90%!important;
	height: 48vw;
	margin-left: 0;
}
.et-flex-two-boxes-right .et-flex-two-boxes-right-column-right.dct_wrap_vertical_align_column_left .dct_vertical_3_columns_bnn_advertisement .et_pb_code_inner {
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.et_pb_section_2_tb_footer.dct_footer_social_media {
	display: none!important;
}
.et_pb_section_2_tb_footer.dct_footer_social_media .et_pb_column_2_tb_footer {
	margin-left: -4vw!important;
}

.dct_vertical_align_container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.dct_vertical_align_column {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

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

@media only screen and (min-width : 980px) {
	.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_0_tb_header, .dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_2_tb_header {
		width: 100%!important;
	}
	.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_0_tb_header .et_pb_menu__logo-wrap, .dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_2_tb_header .et_pb_menu__logo-wrap {
		width: 30%!important;
	}
	.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_0_tb_header .et_pb_menu__wrap, .dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_2_tb_header .et_pb_menu__wrap {
		width: 100%!important;
		/*align-items: center;*/
		justify-content: center;
	}
	.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_1_tb_header, .dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_3_tb_header {
		width: 15%!important;
	}
	.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_1_tb_header .et_pb_menu__wrap, .dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent .et_pb_column_3_tb_header .et_pb_menu__wrap {
		width: 100%!important;
	}
	.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent ul li {
		margin: 0.2vw 0.2vw!important;
		font-size: 1vw!important;
	}
	.dct_header.dct_no_background_color .dct_header_menu_top_3_columns_transparent ul li a {
		align-items: initial!important;
		font-size: 1vw!important;
	}
	.et-icons-table .et-icons-table-column .et_pb_column {
		display: flex!important;
		flex-direction: column;
	}
	.dct_p_hed_profile_vw_top_15 {
		margin-top: 15vw!important
	}
}
@media only screen and (max-width : 1600px) {
}
@media only screen and (max-width : 1500px) {
	.dct_top .et_pb_slides {
		min-height:753px;
	}
	.dct_top .et_pb_slide {
		min-height:800px;
	}
	.dct_slider .et_pb_slide_description {
		width: 50%;
		padding: 29% 8% 0 8%;
	}
	.dct_intro .dct_clm_ctf {
		margin-top:-36vw;
		margin-right: 0%!important;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
		font-size: 36px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 mark, .dct_p_hed_profile_white .et_pb_text_inner h1 mark {
		font-size: 36px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 {
		font-size: 26px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 span {
		font-size: 26px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 mark {
		font-size: 26px;
	}
	.dct_p_hed_profile_vw_top_15 {
		margin-top: 16vw!important
	}
	.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left.dct_wrap_vertical_align_column_right {
		width: 26%!important;
	}
	.dct_icons_home.et-icons-table {
		margin-top: -300px!important;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width : 1300px) {
	.dct_top .et_pb_slides {
		min-height:650px;
	}
	.dct_top .et_pb_slide {
		min-height:660px;
	}
	.dct_slider .et_pb_slide_description {
		width: 50%;
		padding: 30% 8% 0 8%;
	}
	.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: 25px;
	}
	.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
		font-size: 25px;
	}
	.et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
		bottom: 50px!important;
	}
	.dct_intro .dct_clm_ctf {
		margin-top:-38vw;
		margin-right: 5.5%!important;
	}
	.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
		margin-right: 5.5%!important;
	}
	.dct_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 32px!important;
	}
	._form._form_73 input[type="text"], ._form._form_73 input[type="date"], ._form._form_73 textarea {
		padding: 6px;
		height: auto;
		border: var(--color-3) 3px solid;
		border-radius: 7px;
		color: #ffffff !important;
		font-size: 12px;
		background: transparent;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
		font-size: 35px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 mark, .dct_p_hed_profile_white .et_pb_text_inner h1 mark {
		font-size: 35px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 {
		font-size: 25px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 span {
		font-size: 25px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 mark {
		font-size: 25px;
	}
	.dct_p_hed_profile_vw_top_15 {
		margin-top: 17vw!important
	}
	.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left.dct_wrap_vertical_align_column_right {
		width: 28%!important;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_vertical_5_columns_bnn .dct_info {
		width: 12vw;
		height: 12vw;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_vertical_5_columns_bnn .dct_info_dark {
		width: 12vw;
		height: 12vw;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_main_blurb_image {
		width: 75px;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_main_blurb_image {
		width: 75px;
	}
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 17px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 17px;
	}
	.et-icons-table .et-icons-table-row .et_pb_column .dct_info {
		width: 17vw;
		height: 15vw;
		margin-bottom: 0!important;
	}
	.et-icons-table .et-icons-table-row .et_pb_column .dct_info_dark {
		width: 17vw;
		height: 15vw;
		margin-bottom: 0%!important;
	}
	.et-icons-table .et-icons-table-column .et_pb_column .dct_info {
		width: 17vw;
		height: 15vw;
		margin-bottom: 0!important;
	}
	.et-icons-table .et-icons-table-column .et_pb_column .dct_info_dark {
		width: 17vw;
		height: 15vw;
		margin-bottom: 0%!important;
	}
	.dct_info_dark_bnn .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 16px;
	}
	.dct_info_dark_bnn .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
		font-size: 16px;
	}
}
@media only screen and (max-width : 1200px) {
	.dct_slider .et_pb_slide_description {
		width: 50%;
		padding: 32% 8% 0 8%;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_main_blurb_image {
		width: 70px;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_main_blurb_image {
		width: 70px;
	}
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 15px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 15px;
	}
	.dct_intro .dct_clm_ctf {
		margin-top:-41vw;
		margin-right: 5.5%!important;
	}
	.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
		margin-right: 5.5%!important;
	}
	._form._form_73 input[type="text"], ._form._form_73 input[type="date"], ._form._form_73 textarea {
		padding: 6px;
		height: auto;
		border: var(--color-3) 3px solid;
		border-radius: 7px;
		color: #ffffff !important;
		font-size: 12px;
		background: transparent;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	._form._form_73 ._form_element {
		margin-bottom: 7px;
	}
	._form._form_73 ._checkbox-radio, ._form_element._x16061304 a {
		font-size: 12px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
		font-size: 32px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 mark, .dct_p_hed_profile_white .et_pb_text_inner h1 mark {
		font-size: 32px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 {
		font-size: 22px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 span {
		font-size: 22px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 mark {
		font-size: 22px;
	}
	.dct_p_hed_profile_vw_top_15 {
		margin-top: 19vw!important
	}
	.dct_flex_two_boxes_right {
		padding-top: 63px!important;
	}
	.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left.dct_wrap_vertical_align_column_right {
		width: 30%!important;
	}
}
@media only screen and (max-width : 1100px) {
	.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_main_blurb_image {
		width: 65px;
		margin: 1px 20px;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_main_blurb_image {
		width: 65px;
		margin: 1px 20px;
	}
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 14px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 14px;
	}
	.dct_slider .et_pb_slide_description {
		width: 50%;
		padding: 37% 8% 0 8%;
	}
}
@media only screen and (max-width : 1050px) {
	.dct_slider .et_pb_slide_description {
		width: 50%;
		padding: 40% 8% 0 8%;
	}
}
@media only screen and (max-width : 980px) {
	.et_pb_section_0_tb_header.et_pb_section.dct_header {
		z-index: 1;
	}
	.dct_header.et_pb_section_0_tb_header .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img, .dct_header.et_pb_section_0_tb_header.dct-fixed-header .et_pb_menu_0_tb_header .et_pb_menu__logo-slot img {
		height: 50px!important;
		max-height: 50px!important;
	}
	.et_pb_section_1_tb_header.et_pb_section.dct_header {
		z-index: -1;
	}
	.dct_top .et_pb_slides {
		min-height:653px;
	}
	.dct_top .et_pb_slide {
		min-height:700px;
	}

	.dct_intro .dct_clm_ctf {
		margin-top: 0;
	}
	.dct_intro .et_pb_contact_form_container {
		padding-top: 50px;
	}
	.dct_s_subhead .et_pb_text_inner h2 {
		position: relative;
		margin-bottom: 15px;
		line-height: 40px;
		padding-bottom: 0;
		font-size: 40px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 4px;
		color:var(--color-2);
	}
	.dct_s_subhead:before {
		width: 90px;
		top: 24px;
	}
	.dct_footer_parallel .et_pb_row .et_pb_column.et-last-child, .dct_footer_parallel .et_pb_row .et_pb_column:last-child, .dct_footer_parallel .et_pb_row_inner .et_pb_column.et-last-child, .dct_footer_parallel .et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0%!important;
	}
	.et_pb_section:hover .dct_s_subhead {
		padding-left: 140px!important;
	}
	.et_pb_section:hover .dct_s_subhead::before {
		width: 120px;
	}
	.dct_s_subhead {
		padding-left: 110px!important;
	}
	.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;
	}
	.dct_slider .et_pb_slide_description {
		width: 70%;
		padding: 40% 8% 0 8%;
	}
	.dct_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 52px!important;
	}
	.dct_slider .et_pb_button_wrapper .et_pb_button {
		margin-top: 0px;
		font-size:14px;
		line-height: 0.8em;
		padding:7px 40px 7px 10px!important;
	}
	.dct_slider .et_pb_button_wrapper .et_pb_button:after {
		right: 0.2em;
	}
	.dct_slider .et_pb_button_wrapper.et_pb_button_mobile {
		display: inline-block;
	}
	.dct_slider .et_pb_button_wrapper.et_pb_button_desktop {
		display: none;
	}
	.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: 35px;
	}
	.dct_pricing .et_pb_button_wrapper.et_pb_button_mobile {
		display: inline-block;
	}
	.dct_pricing .et_pb_button_wrapper.et_pb_button_desktop {
		display: none;
	}
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 18px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 18px;
	}
	.dct_info_dark_bnn .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 20px;
	}
	.dct_info_dark_bnn .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
		font-size: 20px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 18px;
	}
	.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
		font-size: 35px;
	}
	.dct_icons.et-icons-table {
		padding: 0 10%!important;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_vertical_5_columns_bnn .dct_info {
		width: 20vw;
		height: 20vw;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_vertical_5_columns_bnn .dct_info_dark {
		width: 20vw;
		height: 20vw;
	}
	.et-icons-table .et-icons-table-row .et_pb_column .dct_info {
		width: 20vw;
		height: 19vw;
	}
	.et-icons-table .et-icons-table-row .et_pb_column .dct_info_dark {
		width: 20vw;
		height: 19vw;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_main_blurb_image {
		width: 75px;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_main_blurb_image {
		width: 75px;
	}
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 20px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 20px;
	}
	.et-icons-table .et-icons-table-row .dct_info .et_pb_main_blurb_image {
		width: 75px;
	}
	.et-icons-table .et-icons-table-row .dct_info_dark .et_pb_main_blurb_image {
		width: 75px;
	}
	.et-icons-table .et-icons-table-column .dct_info .et_pb_main_blurb_image {
		width: 75px;
	}
	.et-icons-table .et-icons-table-column .dct_info_dark .et_pb_main_blurb_image {
		width: 75px;
	}
	.et-icons-table .et-icons-table-row.et-icons-table-row-30 {
		width: 100%;
	}
	.et-icons-table .et-icons-table-row.et-icons-table-row-50 {
		width: 100%;
	}
	.et-icons-table .et-icons-table-row.et-icons-table-row-70 {
		width: 100%;
	}
	.et-icons-table .et-icons-table-row.et-icons-table-row-100 {
		width: 100%;
	}
	.et-icons-table .et-icons-table-column .et_pb_column .dct_info {
		width: 20vw;
		height: 19vw;
	}
	.et-icons-table .et-icons-table-column .et_pb_column .dct_info_dark {
		width: 20vw;
		height: 19vw;
	}
	.et-icons-table .dct_vertical_5_columns_icons_container {
		width: 100%;
	}
	.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn, .et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn:last-child {
		margin: 1%!important;
		margin-right: 1%!important;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_1_5_columns_bnn {
		width: 31%;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_2_5_columns_bnn {
		width: 31%;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_3_5_columns_bnn {
		width: 31%;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_4_5_columns_bnn {
		width: 31%;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_5_5_columns_bnn {
		width: 31%;
	}
	.dct_icons_home.et-icons-table {
		margin-top: -270px!important;
		padding-bottom: 20px!important;
	}
	.dct_btn.dct_btn_mobile {
		display: inline-block;
	}
	.dct_btn.dct_btn_desktop {
		display: none;
	}
	.dct_btn-3.dct_btn-3_mobile {
		display: inline-block;
	}
	.dct_btn-3.dct_btn-3_desktop {
		display: none;
	}
	.dct_header_btn_mobile {
		display: inline-block!important;
	}
	.dct_header_btn_desktop {
		display: none!important;
	}
	/* Show only on Divi Constructor */
	.et-fb-advanced-module.dct_slider .et_pb_button_wrapper.et_pb_button_mobile {
		display: inline-block!important;
	}
	.et-fb-advanced-module.dct_slider .et_pb_button_wrapper.et_pb_button_desktop {
		display: inline-block!important;
	}
	.et-fb-module-wrapper .dct_btn.dct_btn_mobile {
		display: inline-block!important;
	}
	.et-fb-module-wrapper .dct_btn.dct_btn_desktop {
		display: inline-block!important;
	}
	.et-fb-module-wrapper .dct_btn-3.dct_btn-3_mobile {
		display: inline-block!important;
	}
	.et-fb-module-wrapper .dct_btn-3.dct_btn-3_desktop {
		display: inline-block!important;
	}
	.et-fb-root-ancestor .dct_header_btn_mobile {
		display: inline-block!important;
	}
	.et-fb-root-ancestor .dct_header_btn_desktop {
		display: inline-block!important;
	}
	.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo, .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
		max-width: 170px!important;
	}
	.et-flex-two-boxes-right {
		flex-direction: column!important;
	}
	/*.et-flex-two-boxes-right .et_pb_column {*/
	/*	display: flex!important;*/
	/*	flex-direction: column!important;*/
	/*}*/
	.et-flex-two-boxes-right-column-left .et_pb_image_4 {
		width: 25%;
	}
	.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left {
		width:100%!important;
	}
	.et-flex-two-boxes-right .et-flex-two-boxes-right-column-right {
		width:100%!important;
		margin-right: 0!important;
	}
	.et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
		bottom: 50px!important;
	}
	.et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image img {
		width: 70%!important;
	}
	.dct_image_fit_cover_h_screen img {
		height: 60%;
		max-height: 600px;
	}
	._form._form_73 input[type="text"], ._form._form_73 input[type="date"], ._form._form_73 textarea {
		padding: 6px;
		height: auto;
		border: var(--color-3) 3px solid;
		border-radius: 9px;
		color: #ffffff !important;
		font-size: 14px;
		background: transparent;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	._form._form_73 ._form_element {
		margin-bottom: 10px;
	}
	._form._form_73 ._checkbox-radio, ._form_element._x16061304 a {
		font-size: 14px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
		font-size: 38px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 mark, .dct_p_hed_profile_white .et_pb_text_inner h1 mark {
		font-size: 38px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 {
		font-size: 30px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 span {
		font-size: 30px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 mark {
		font-size: 30px;
	}
	.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left.dct_wrap_vertical_align_column_right {
		width: 100%!important;
		margin: 0!important;
		position: initial;
	}
	.et-flex-two-boxes-right .et-flex-two-boxes-right-column-right.dct_wrap_vertical_align_column_left {
		width: 100%!important;
		height: 80vw;
	}
	.et-flex-two-boxes-right .et-flex-two-boxes-right-column-left.dct_wrap_vertical_align_column_right .et_pb_column, .et-flex-two-boxes-right .et-flex-two-boxes-right-column-right.dct_wrap_vertical_align_column_left .et_pb_column {
		margin: 0!important;
	}
	.dct_p_hed_profile_vw_top_15 {
		margin-top: 50vw!important
	}
	.et_pb_section_2_tb_footer.dct_footer_social_media {
		display: flex!important;
	}
	.et_pb_row_3_tb_footer.et_pb_row {
		display: none;
	}
	.et_pb_row_4_tb_footer.et_pb_row {
		width: 100%;
	}
	.et_pb_row_5_tb_footer.et_pb_row {
		display: none;
	}
	.et_pb_row_6_tb_footer.et_pb_row {
		width: 100%;
	}
}
@media only screen and (max-width : 880px) {
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 16px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 16px;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_main_blurb_image {
		width: 70px;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_main_blurb_image {
		width: 70px;
	}
	.et-icons-table .et-icons-table-row .dct_info .et_pb_main_blurb_image {
		width: 70px;
	}
	.et-icons-table .et-icons-table-row .dct_info_dark .et_pb_main_blurb_image {
		width: 70px;
	}
	.et-icons-table .et-icons-table-column .dct_info .et_pb_main_blurb_image {
		width: 70px;
	}
	.et-icons-table .et-icons-table-column .dct_info_dark .et_pb_main_blurb_image {
		width: 70px;
	}
}
@media only screen and (max-width : 767px) {
	.et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
		display: block!important;
		position: absolute!important;
	}
	.et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image img {
		width: 40%!important;
		float: left!important;
	}
	.et-icons-table .et-icons-table-row .et_pb_column .dct_info {
		width: 22vw;
		height: 21vw;
		margin-bottom: 5%!important;
	}
	.et-icons-table .et-icons-table-row .et_pb_column .dct_info_dark {
		width: 22vw;
		height: 21vw;
		margin-bottom: 5%!important;
	}
	.et-icons-table .et-icons-table-column .et_pb_column .dct_info {
		width: 22vw;
		height: 21vw;
		margin-bottom: 5%!important;
	}
	.et-icons-table .et-icons-table-column .et_pb_column .dct_info_dark {
		width: 22vw;
		height: 21vw;
		margin-bottom: 5%!important;
	}
	.dct_icons.et-icons-table {
		padding: 0 5%!important;
	}
	.dct_icons_home.et-icons-table {
		margin-top: -250px!important;
		padding-bottom: 20px!important;
		background-color: #ffffff;
	}
	.dct_p_hed_profile_vw_top_15 {
		margin-top: 56vw!important
	}
}
@media only screen and (max-width : 667px) {
	.dct_slider .et_pb_slide_description .et_pb_slide_content h1 {
		font-size: 35px!important;
	}
	.dct_slider .et_pb_slide_description {
		width: 90%;
		padding: 45% 8% 0 12%;
	}
	.dct_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 50px!important;
		max-width: 100%;
	}
	.dct_slider .et_pb_button_wrapper .et_pb_button {
		font-size:12px;
		line-height: 0.8em;
		padding:7px 40px 7px 10px!important;
	}
	.dct_slider .et_pb_button_wrapper .et_pb_button:after {
		right: 0.2em;
	}
	.dct_p_hed_title .et_pb_text_inner h1 {
		font-size: 35px!important;
	}
	.dct_p_hed_title .et_pb_text_inner h1 span {
		font-size: 35px!important;
	}
	.dct_p_hed_quote .et_pb_text_inner h1 {
		font-size: 35px!important;
	}
	.dct_p_hed_quote .et_pb_text_inner h1 span {
		font-size: 35px!important;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 {
		font-size: 35px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
		font-size: 35px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 mark {
		font-size: 35px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 {
		font-size: 35px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 span {
		font-size: 35px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 mark {
		font-size: 35px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 {
		font-size: 28px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 span {
		font-size: 28px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 mark {
		font-size: 28px;
	}
	.dct_top .et_pb_slides {
		min-height:593px;
	}
	.dct_top .et_pb_slide {
		min-height:600px;
	}
	.dct_intro .dct_s_h2 .et_pb_text_inner h2, .dct_s_h2 .et_pb_text_inner h2 {
		font-size: 20px!important;
	}
	.dct_intro .dct_s_h4 .et_pb_text_inner h4, .dct_s_h4 .et_pb_text_inner h4 {
		font-size: 22px!important;
	}
	.dct_intro .dct_s_h4 .et_pb_text_inner h4 mark, .dct_s_h4 .et_pb_text_inner h4 mark {
		font-size: 18px;
	}
	.dct_s_subhead .et_pb_text_inner h2 {
		position: relative;
		margin-bottom: 15px;
		line-height: 35px;
		padding-bottom: 0;
		font-size: 35px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 4px;
		color:var(--color-2);
	}
	.dct_s_subhead:before {
		width: 70px;
		top: 22px;
	}
	.et_pb_section:hover .dct_s_subhead {
		padding-left: 120px!important;
	}
	.et_pb_section:hover .dct_s_subhead::before {
		width: 100px;
	}
	.dct_s_subhead {
		padding-left: 90px!important;
	}
	.single-post .entry-title, .single .entry-title {
		font-size: 40px;
	}
	.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
		padding: 0.5em 1em;
	}
	.et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container {
		width: 100%;
	}
	.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li {
		font-size: 14px;
		line-height: 20px;
	}
	.et-icons-table {
		flex-direction: column!important;
	}
	.dct_icons_home.et-icons-table {
		margin-top: -270px!important;
		padding-bottom: 20px!important;
	}
	.et-icons-table .et_pb_column {
		display: flex!important;
	}
	.dct_icons:before {
		/*left: 0!important;*/
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_vertical_5_columns_bnn .dct_info {
		width: 20vw;
		height: 36vw;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_vertical_5_columns_bnn .dct_info_dark {
		width: 20vw;
		height: 36vw;
	}
	.et-icons-table .et-icons-table-row .et_pb_column .dct_info {
		width: 15vw;
		height: 40vw;
	}
	.et-icons-table .et-icons-table-row .et_pb_column .dct_info_dark {
		width: 15vw;
		height: 40vw;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_main_blurb_image {
		width: 100px;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_main_blurb_image {
		width: 100px;
	}
	.et-icons-table .dct_vertical_column_icons_container.dct_vertical_column_icons_container-50 .et_pb_column .dct_info_only_image {
		width: 40%;
	}
	.et-icons-table .et-icons-table-row .dct_info .et_pb_main_blurb_image {
		width: 100px;
	}
	.et-icons-table .et-icons-table-row .dct_info_dark .et_pb_main_blurb_image {
		width: 100px;
	}
	.et-icons-table .et-icons-table-column .et_pb_column .dct_info {
		width: 15vw;
		height: 40vw;
	}
	.et-icons-table .et-icons-table-column .et_pb_column .dct_info_dark {
		width: 15vw;
		height: 40vw;
	}
	.et-icons-table .et-icons-table-column .dct_info .et_pb_main_blurb_image {
		width: 100px;
	}
	.et-icons-table .et-icons-table-column .dct_info_dark .et_pb_main_blurb_image {
		width: 100px;
	}
	.et-icons-table .et-icons-table-row.et-icons-table-row-50 .et_pb_column .dct_info {
		width: 40%;
	}
	.et-icons-table .et-icons-table-row.et-icons-table-row-50 .et_pb_column .dct_info_dark {
		width: 40%;
	}
	.et-icons-table .et-icons-table-row.et-icons-table-row-50 .et_pb_column .dct_info.dct-order-2-mobile {
		order: 2;
	}
	.et-icons-table .et-icons-table-row.et-icons-table-row-50 .et_pb_column .dct_info_dark.dct-order-1-mobile {
		order: 1;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_1_5_columns_bnn {
		width: 47%!important;
		order: 1;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_2_5_columns_bnn {
		width: 47%!important;
		order: 2;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_3_5_columns_bnn {
		width: 47%!important;
		order: 4;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_4_5_columns_bnn {
		width: 47%!important;
		order: 3;
	}
	.dct_vertical_align_container_wrap.et-icons-table .dct_vertical_5_columns_icons_container .dct_vertical_5_columns_bnn.dct_vertical_5_5_columns_bnn {
		width: 47%!important;
		order: 5;
	}
	.dct_info {
		flex: 1 1 0px;
		/*width: 0;*/
	}
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 18px;
	}
	.dct_info_dark {
		flex: 1 1 0px;
		/*width: 0;*/
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 18px;
	}
	.et-flex-two-boxes-right-column-left .et_pb_image_4 {
		width: 30%;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide {
		max-width: 100%;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper {
		opacity: 1;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item {
		max-width: 100%;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description {
		height: 370px;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item:hover .et_pb_slider_container_inner .et_pb_slide_description {
		height: 375px;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description .et_pb_button_wrapper {
		opacity: 1;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description .et_pb_slide_content .et_pb_slide_content-right{
		margin: 10px;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slider_container_inner .et_pb_slide_description:before {
		flex-basis: 2.333rem;
		height: 2.333rem;
		width: 2.333rem;
	}
}
@media only screen and (max-width : 480px) {
	.dct_title .et_pb_text_inner h2 {
	font-size: 25px;
	padding-bottom: 15px;
	}
	.dct_p_hed_title .et_pb_text_inner h1 {
		font-size: 30px!important;
	}
	.dct_p_hed_title .et_pb_text_inner h1 span {
		font-size: 30px!important;
	}
	.dct_p_hed_quote .et_pb_text_inner h1 {
		font-size: 30px!important;
	}
	.dct_p_hed_quote .et_pb_text_inner h1 span {
		font-size: 30px!important;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 {
		font-size: 30px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
		font-size: 30px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 mark {
		font-size: 30px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 {
		font-size: 30px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 span {
		font-size: 30px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 mark {
		font-size: 30px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 {
		font-size: 25px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 span {
		font-size: 25px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 mark {
		font-size: 25px;
	}
	.dct_p_hed_title .et_pb_text_inner h2 {
		font-size: 16px!important;
	}
	.dct_p_menu_text .et_pb_text_inner p {
		font-size: 18px!important;
	}
	.dct_p_menu_text .et_pb_text_inner p span {
		font-size: 18px!important;
	}
	.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 {
		width: 90%;
		padding: 50% 8% 0 15%;
	}
	.dct_slider .et_pb_slide_description .et_pb_slide_content h1 {
		font-size: 30px!important;
	}
	.dct_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 45px!important;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info .et_pb_main_blurb_image {
		width: 60px;
		margin: 5px 20px;
	}
	.et-icons-table .dct_vertical_column_icons_container .dct_info_dark .et_pb_main_blurb_image {
		width: 60px;
		margin: 5px 20px;
	}
	.et-icons-table .et-icons-table-row .dct_info .et_pb_main_blurb_image {
		width: 60px;
		margin: 5px 10px;
	}
	.et-icons-table .et-icons-table-row .dct_info_dark .et_pb_main_blurb_image {
		width: 60px;
		margin: 5px 10px;
	}
	.et-icons-table .et-icons-table-column .dct_info .et_pb_main_blurb_image {
		width: 60px;
		margin: 5px 10px;
	}
	.et-icons-table .et-icons-table-column .dct_info_dark .et_pb_main_blurb_image {
		width: 60px;
		margin: 5px 10px;
	}
	.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;
	}
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 16px;
	}
	.dct_info .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 15px;
	}
	.dct_info .et_pb_main_blurb_image {
		width: 80px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 16px;
	}
	.dct_info_dark .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 {
		font-size: 16px;
	}
	.dct_info_dark .et_pb_main_blurb_image {
		width: 80px;
	}
	.dct_info_dark_bnn .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
		font-size: 16px;
	}
	.dct_info_dark_bnn .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
		font-size: 16px;
	}
	.dct_s_title .et_pb_text_inner h2 {
		position: relative;
		margin-bottom: 15px;
		line-height: 36px;
		padding-bottom: 8px;
		font-size: 36px;
		font-weight: 700;
		color: #00546f;
	}

	/* ===== Section Subhead ======*/
	.dct_s_subhead .et_pb_text_inner h2 {
		position: relative;
		margin-bottom: 15px;
		line-height: 25px;
		padding-bottom: 0;
		font-size: 25px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 2px;
		color:var(--color-2);
	}
	.dct_s_subhead:before {
		width: 40px;
		top: 19px;
	}
	.et_pb_section:hover .dct_s_subhead {
		padding-left: 90px!important;
	}
	.et_pb_section:hover .dct_s_subhead::before {
		width: 70px;
	}
	.dct_s_subhead {
		padding-left: 60px!important;
	}
	.single-post .entry-title, .single .entry-title {
		font-size: 36px;
	}
	.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
		padding: 0.4em 0.7em;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description {
		padding-top: 17px!important;
		padding-right: 5px!important;
		padding-bottom: 17px!important;
		padding-left: 5px!important;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description h5 {
		font-size: 23px!important;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description, .dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description p {
		font-size: 17px;
		letter-spacing: 0px;
		line-height: 1.5em;
	}
}
@media only screen and (max-width : 420px) {
	.dct_top .et_pb_slides {
		min-height:500px;
	}
	.dct_top .et_pb_slide {
		min-height:500px;
	}
	.dct_slider .et_pb_slide_description {
		width: 90%;
		padding: 50% 8% 0 15%;
	}
	.dct_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 40px!important;
	}
	.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: 25px;
	}
	.dct_table .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
		font-size: 25px;
	}
	.dct_p_hed_title .et_pb_text_inner h1 {
		font-size: 25px!important;
	}
	.dct_p_hed_title .et_pb_text_inner h1 span {
		font-size: 25px!important;
	}
	.dct_p_hed_quote .et_pb_text_inner h1 {
		font-size: 25px!important;
	}
	.dct_p_hed_quote .et_pb_text_inner h1 span {
		font-size: 25px!important;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 {
		font-size: 25px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 span, .dct_p_hed_profile_white .et_pb_text_inner h1 span {
		font-size: 25px;
	}
	.dct_p_hed_profile .et_pb_text_inner h1 mark {
		font-size: 25px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 {
		font-size: 25px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 span {
		font-size: 25px;
	}
	.dct_p_hed_profile_dark .et_pb_text_inner h1 mark {
		font-size: 25px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 {
		font-size: 23px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 span {
		font-size: 23px;
	}
	.dct_p_hed_profile.dct_p_hed_profile_vw_top_15 .et_pb_text_inner h1 mark {
		font-size: 23px;
	}
}
@media only screen and (max-width : 390px) {
	.dct_icon_btn {
		width: 230px;
		height: 44px;
	}
	.dct_icon_btn h4 {
		font-size:11px;
	}
	.dct_slider .et_pb_slide_description {
		width: 90%;
		padding: 50% 4% 0 14%;
		float: left;
	}
	.dct_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 35px!important;
	}
	.dct_p_hed_profile_vw_top_15 {
		margin-top: 60vw!important
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item .et_pb_slide_description {
		height: 370px;
	}
	.dct_bnn .dct_vertical_2_slides_container .et_pb_slide_item:hover .et_pb_slider_container_inner .et_pb_slide_description {
		height: 455px;
	}
}

/*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: #ffffff;
}
#dct_footer .et_pb_text_inner ul {
	list-style-type:none;
	margin:0;
	padding:0
}
#dct_footer .et_pb_text_inner ul li {
	display: block;
	position: relative;
	padding-left: 22px;
	color: var(--color-1);
	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;
	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 ul li li {
	padding:0 0 0 0
}
#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;
}

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

/* =======================
    Gallery
=========================*/

.dct_gllry .et_pb_gallery_item {
	overflow:hidden;
	border:5px solid #fff;
	position:relative
}
.dct_gllry .et_pb_gallery_item .et_pb_gallery_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_gllry .et_pb_gallery_item:hover .et_pb_gallery_image:before {
	bottom:0
}
.dct_gllry .et_pb_gallery_item .et_pb_gallery_image {
	margin-bottom:0;
	position:relative
}
.dct_gllry .et_pb_gallery_item .et_pb_gallery_image img {
	width:100%;
	height:auto
}
.dct_gllry .et_pb_gallery_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_gllry .et_pb_gallery_item .post-meta a {
	color:#fff;
}
.dct_gllry .et_pb_gallery_item:hover .post-meta {
	bottom:50%
}
.dct_gllry .et_pb_gallery_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_gllry .et_pb_gallery_item:hover .et_pb_module_header {
	opacity:1;
	bottom:50%
}
.dct_gllry .et_pb_gallery_item:hover p::after {
	transform:rotate(180deg);
	transition-delay:.3s
}
.dct_gllry .et_pb_gallery_item .et_overlay {
	background:0 0;
	border:none
}
/*.dct_gllry .et_pb_gallery_item .et_overlay:before {*/
/*	color:#fff;*/
/*	font-size:0*/
/*}*/

.dct_gllry .et_pb_gallery_item h3 {
	width:100%;
	height:50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	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_gllry .et_pb_gallery_item p {
	width:100%;
	height:50%;
	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_gllry .et_pb_gallery_item p:after {
	content:"";
	background-color:var(--color-3);
	position:absolute;
	left:50%;
	bottom:0px;
	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_gllry .et_pb_gallery_item:hover h3 {
	visibility: visible;
	opacity: 1;
	bottom:20px;
	/*color: #00ff00!important;*/
}

.dct_gllry.et_pb_gallery .et_pb_gallery_item .et_pb_gallery_title {
	margin: 10px 0 5px;
	padding-top: 0;
}

.dct_gllry.et_pb_gallery .et_pb_gallery_item .et_pb_gallery_caption {
	padding-top: 0;
}

.dct_gllry .et_pb_gallery_item .et_pb_gallery_caption:hover ~ .dct_gllry .et_pb_gallery_item .et_pb_gallery_title {
	color: #00ff00!important;
	background-color: #00ff00!important;
}
.dct_gllry .et_pb_gallery_item h3:hover ~ .dct_gllry .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before {
	opacity: 1;
	color: #00ff00!important;
}
.dct_gllry .et_pb_gallery_item:hover p {
	visibility: visible;
	opacity: 1;
	bottom:45px;
}
.dct_gllry .et_pb_gallery_item:hover .et_pb_gallery_image .et_overlay {
	opacity: 0;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.dct_gllry .et_pb_gallery_item:hover .et_pb_gallery_image .et_overlay:before {
	opacity: 0;
	color: #00ff00!important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.dct_gllry .et_pb_gallery_item:hover div {
	bottom:0px;
}
.dct_gllry .et_pb_gallery_item:hover ~ .dct_gllry .et_pb_gallery_item .et_overlay {
	opacity: 1;
	color: #00ff00!important;
}

.dct_gllry .et_pb_gallery_item .et_pb_gallery_caption .et_pb_lightbox_image {
	color:var(--color-3);
}

.et_pb_pricing_table_wrap {
	width: 100%;
}
.et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1.et_pb_row .et_pb_column_1_2, .et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1.et_pb_row .et_pb_column_1_3, .et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2, .et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
	/*display: flex;*/
	/*margin-right: 0!important;*/
}
.et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .dct_pricing, .et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .dct_pricing {
	width: 100%;
}
.et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2, .et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
	/*border: 0 solid #333;*/
	/*border-width: 1px;*/
	/*border-color: #FFFFFF;*/
}
/* Paralax image background color overlay effect */
/*div.et_pb_section.et_pb_section_0.dct-bg-overlay {*/
/*	!*background-color: rgba(38,153,195, 0.75);*!*/
/*	box-shadow: inset 0 0 0 1000px rgba(38,153,195,.4);*/
/*}*/
.bg-overlay .et_parallax_bg::before {
	background-color: rgba(255,183,0,.8)!important;
	/*background-color: rgba(198,18,175, 0.75);*/
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.dct_table-column-1, .dct_table-column-2 {
	min-width: 100px!important;
}
.dct_table-column-3 {
	min-width: 300px!important;
}
.dct_flex-two-boxes-column-1, .dct_flex-two-boxes-column-2 {
	min-width: 200px!important;
}
.hblocks-icon.right {
	width: 0;
	height: 0;
	position: absolute;
	top: 0px!important;
	left: -50px!important;
	border-right: 8px solid transparent;
	border-left: 24px solid transparent;
	border-bottom: 32px solid var(--color-3);
}
.hblocks-icon.right:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 20px!important;
	left: -31px!important;
	border-right: 15px solid transparent;
	border-left: 27px solid transparent;
	border-bottom: 16px solid #FFF;
}
.hblocks-icon.icon-black.right:after {
	border-bottom: 16px solid #000;
}
.hblocks-icon.icon-blue.right:after {
	border-bottom: 16px solid #f7f9fb;
}
.dct_intro .et_pb_row .et_pb_column .et_pb_module ol li {
	padding-bottom: 15px;
}
.dct_intro .et_pb_row .et_pb_column .et_pb_module ol li b {
	padding-bottom: 10px;
	line-height: 40px;
}
.dct_intro .et_pb_row .et_pb_column .et_pb_module ol li::marker {
	font-weight: 700;
}

/* Botón Whatsapp */

body #page-container .et_pb_section .dct_whatsapp_btn, body #page-container .et_pb_section .et_pb_button_0_tb_footer,
.et-db #et-boc .et-l .et_pb_button.dct_whatsapp_btn, body #page-container .et_pb_section .dct_whatsapp_btn.et-pb-hovered {
	background: #4fce5d;
	width: 82px;
	height: 82px;
	margin-top: 0px!important;
	margin-bottom: 0px;
	padding: 17px 6px;
	border-radius: 50%;
	line-height: 70px;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition-duration: .2s!important;
	transition-duration: .2s!important;
	-webkit-transition-property: all!important;
	transition-property: all!important;
}

body #page-container .et_pb_section .dct_whatsapp_btn:hover, body #page-container .et_pb_section .et_pb_button_0_tb_footer:hover,
.et-db #et-boc .et-l .et_pb_button.dct_whatsapp_btn:hover {
	background-color: var(--color-1)!important;
	color: #ffffff!important;
	line-height: 1.7em!important;
	text-align: left!important;
}

body #page-container .et_pb_section .dct_whatsapp_btn:before, body #page-container .et_pb_section .et_pb_button_0_tb_footer:after {
	line-height: 0.85em!important;
}

/* Whatsapp Image */
.eapp-whatsapp-chat-root-layout-component, .eapp-whatsapp-chat-root-layout-component * {
	font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
	box-sizing: border-box !important;
	outline: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.eapp-whatsapp-chat-root-layout-component a:-webkit-any-link {
	color: -webkit-link;
	cursor: pointer;
}
.eapp-whatsapp-chat-root-layout-component {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
#dVYIqU, .dVYIqU {
	display: inline-block;
	position: fixed;
	bottom: 0px;
	z-index: 9999999;
}
.eapp-whatsapp-chat-root-layout-component * {
	box-sizing: border-box !important;
	outline: none !important;
}
.hZAwTR {
	width: 360px;
	box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
	background-color: rgb(255, 255, 255);
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	touch-action: auto;
	margin-bottom: 76px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: auto;
	margin-right: 20px;
}
.iZQJIb {
	box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	touch-action: none;
	visibility: hidden;
	transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
	background-color: rgb(255, 255, 255);
	transform: translate3d(0px, 0px, 0px);
	margin-bottom: 60px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: auto;
	margin-right: 20px;
}
.drfHxL {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	opacity: 0.4;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	outline: transparent;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.drfHxL::before, .drfHxL::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: rgb(255, 255, 255);
	display: block;
	border-radius: 2px;
}
.drfHxL::before {
	transform: rotate(
			45deg
	);
}
.drfHxL::after {
	transform: rotate(
			-45deg
	);
}
.iFRqBo {
	background: rgb(99, 209, 200);
	color: rgb(17, 17, 17);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 24px 20px;
}
.kCCIpc {
	width: 52px;
	height: 52px;
	display: block;
	position: relative;
	flex-shrink: 0;
}
.kCCIpc::before {
	content: "";
	bottom: 0px;
	right: 0px;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	background-color: rgb(74, 213, 4);
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid rgb(99, 209, 200);
}
.izlSME {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.gdSVAm {
	min-width: 100%;
	height: 50%;
	flex-shrink: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/assets/img/logo.jpg);
}
.izlSME::after {
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	inset: 0px;
	position: absolute;
	content: "";
	overflow: hidden;
}
.hhASjW {
	margin-left: 16px;
	margin-right: 16px;
}
.hDGnqR {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: rgb(255, 255, 255);
}
.ioFWLq {
	font-size: 13px;
	line-height: 18px;
	margin-top: 4px;
	color: rgb(255, 255, 255);
}
.ewIAEB {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
	position: relative;
	overflow: auto;
	max-height: 382px;
}
.ewIAEB::before {
	display: block;
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0.08;
	background-image: url(/assets/img/components/whatsapp/whatsapp.webp);
}
.cWUfUj {
	display: flex;
	z-index: 1;
}
.iNguXd {
	opacity: 0;
	background-color: rgb(255, 255, 255);
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-left: 10px;
	opacity: 0;
	transition: all 0.1s ease 0s;
	z-index: 1;
	box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}
.kYdave {
	position: relative;
	display: flex;
}
.eMFEyG {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	background-color: rgb(158, 157, 162);
	animation-name: dJHihm;
}
.jAqeVd {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: rgb(182, 181, 186);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	animation-name: goHzKU;
}
.CPQqS {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: rgb(182, 181, 186);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	animation-name: krEmjx;
}
.dSUAOZ {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top;
	z-index: 2;
	box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
}
.dSUAOZ::before {
	position: absolute;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	top: 0px;
	left: -12px;
	width: 12px;
	height: 19px;
}
.acKCA {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}
.hOnFlx {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: rgb(17, 17, 17);
}
.dPhWdq {
	text-align: right;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
	margin-right: -8px;
	margin-bottom: -4px;
}
.eapp-whatsapp-chat-root-layout-component a {
	text-decoration: none;
}
.jwwAjt {
	padding: 8px 12px;
	border-radius: 20px;
	border: none;
	background: rgb(79, 206, 93);
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
	position: relative;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 20px;
	overflow: hidden;
	appearance: none;
}
.jwwAjt::before {
	content: "";
	position: absolute;
	display: block;
	opacity: 0;
	transform: scale(1);
	background-color: rgb(0, 0, 0);
	z-index: 0;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	bottom: -5px;
}
.jkaHSM {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	fill: rgb(255, 255, 255);
	z-index: 1;
}
.hqsrSh {
	margin-left: 8px;
	margin-right: 8px;
	z-index: 1;
	color: rgb(255, 255, 255);
}
.bilyAt {
	box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	position: relative;
	outline: transparent;
	background-color: rgb(255, 255, 255);
	margin-bottom: 20px;
	width: auto;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 20px;
	padding: 4px 24px 4px 16px;
}
.bilyAt .Bubble__StyledIcon-sc-83hmjh-1 {
	width: 32px;
	height: 32px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.bilyAt .Bubble__BubbleText-sc-83hmjh-0, .DefaultButton__DefaultButtonText-ulobej-1.hqsrSh {
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
	margin-left: 4px;
}
.bilyAt::before {
	right: 0px;
	top: 0px;
}
.bilyAt::before, .bilyAt::after {
	content: "";
	position: absolute;
	border: 1px solid rgb(79, 206, 93);
	inset: -2px;
	border-radius: 500px;
	opacity: 0;
	z-index: 0;
}
.jWA-dFm {
	width: 10px;
	height: 10px;
	background-color: rgb(255, 0, 0);
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	right: 4px;
	top: 4px;
}
.kFNELm {
	box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	position: relative;
	outline: transparent;
	background-color: rgb(255, 255, 255);
	margin-bottom: 20px;
	width: auto;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 20px;
	padding: 4px 24px 4px 16px;
}
.kFNELm .Bubble__StyledIcon-sc-83hmjh-1 {
	width: 32px;
	height: 32px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.kFNELm .Bubble__BubbleText-sc-83hmjh-0 {
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
	margin-left: 4px;
}
.kFNELm::before, .kFNELm::after {
	content: "";
	position: absolute;
	border: 1px solid rgb(79, 206, 93);
	inset: -2px;
	border-radius: 500px;
	opacity: 0;
	z-index: 0;
}
.kFNELm::before, .kFNELm::after {
	animation: 1s linear 0s infinite normal none running pulse;
}
.kFNELm::after {
	animation-delay: 0.5s;
}
.kFNELm::before {
	right: 0px;
	top: 0px;
}
.eaUCvE {
	display: flex;
}
.hzZnJx {
	display: flex;
}
.hYqWcg {
	display: block;
	color: rgb(79, 206, 93);
}
.kFNELm .Bubble__BubbleText-sc-83hmjh-0, .DefaultButton__DefaultButtonText-ulobej-1.hqsrSh {
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
	margin-left: 4px;
}
.DefaultButton__DefaultButtonText-ulobej-1.hqsrSh:hover {
	text-decoration:underline;
	display:inline-block;
}
@keyframes pulse
{
	0%
	{
		transform: scale( 1 );
		opacity: 1;
	}
	100%
	{
		transform: scale( 1.5 );
		opacity: 0;
	}
}
