
.dtp-flip-box-card-container {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
}

.dtp-flip-box-card {
	backface-visibility: hidden;
}

.dtp-flip-box-front-card {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	display: flex;
	align-items: center;
}

.dtp-flip-box-card-inner {
	width: 100%;
}

.dtp-flip-box-card-content {
	width: 100%;
	padding: 30px;
}

.dtp-flip-box-back-card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.dtp-flip-box--flip .dtp-flip-box-card-container {
	position: relative;
	perspective: 1000px;
}

.dtp-flip-box--flip .dtp-flip-box-back-card, .dtp-flip-box--flip .dtp-flip-box-front-card {
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	backface-visibility: hidden;
	perspective: 1000px;
}

.dtp-flip-box--flip .dtp-flip-box-front-card {
	position: relative;
	bottom: 0;
	z-index: 10;
}

.dtp-flip-box--flip .dtp-flip-box-back-card {
	position: absolute;
	z-index: -1;
	padding: 30px;
}

.dtp-flip-box--flip.dtp-flip-right .dtp-flip-box-front-card {
	transform: rotateY(0);
}

.dtp-flip-box--flip.dtp-flip-right .dtp-flip-box-back-card {
	transform: rotateY(-180deg);
}

.dtp-flip-box--flip.dtp-flip-right:hover .dtp-flip-box-back-card {
	transform: rotateY(0);
}

.dtp-flip-box--flip.dtp-flip-right:hover .dtp-flip-box-front-card {
	transform: rotateY(180deg);
}

.dtp-flip-box--flip.dtp-flip-left .dtp-flip-box-front-card {
	transform: rotateY(0);
}

.dtp-flip-box--flip.dtp-flip-left .dtp-flip-box-back-card {
	transform: rotateY(180deg);
}

.dtp-flip-box--flip.dtp-flip-left:hover .dtp-flip-box-back-card {
	transform: rotateY(0);
}

.dtp-flip-box--flip.dtp-flip-left:hover .dtp-flip-box-front-card {
	transform: rotateY(-180deg);
}

.dtp-flip-box--flip.dtp-flip-up .dtp-flip-box-front-card {
	transform: rotateX(0);
}

.dtp-flip-box--flip.dtp-flip-up .dtp-flip-box-back-card {
	transform: rotateX(-180deg);
}

.dtp-flip-box--flip.dtp-flip-up:hover .dtp-flip-box-back-card {
	transform: rotateX(0);
}

.dtp-flip-box--flip.dtp-flip-up:hover .dtp-flip-box-front-card {
	transform: rotateX(180deg);
}

.dtp-flip-box--flip.dtp-flip-down .dtp-flip-box-front-card {
	transform: rotateX(0);
}

.dtp-flip-box--flip.dtp-flip-down .dtp-flip-box-back-card {
	transform: rotateX(180deg);
}

.dtp-flip-box--flip.dtp-flip-down:hover .dtp-flip-box-back-card {
	transform: rotateX(0);
}

.dtp-flip-box--flip.dtp-flip-down:hover .dtp-flip-box-front-card {
	transform: rotateX(-180deg);
}

.dtp-flip-box--flip:hover .dtp-flip-box-front-card {
	z-index: -1;
}

.dtp-flip-box--flip:hover .dtp-flip-box-back-card {
	z-index: 1;
}

.dtp-flip-box-title-front, .dtp-flip-box-title-back, .dtp-flip-box-subtitle-back, .dtp-flip-box-subtitle-front {
	margin-bottom: 0;
	padding-bottom: 0;
}

.dtp-flip-box-figure-back .dtp-flip-box-icon, .dtp-flip-box-figure-front .dtp-flip-box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.dtp-flip-box-figure-back, .dtp-flip-box-figure-front {
	border-style: solid;
	display: inline-block;
}

.dtp-flip-box-figure-back img, .dtp-flip-box-figure-front img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dtp-flip-box-card {
	border-style: solid;
}

.dtp-flip-box--flip.dtp-flip-box-3d .dtp-flip-box-front-card, .dtp-flip-box--flip.dtp-flip-box-3d .dtp-flip-box-back-card {
	transform-style: preserve-3d;
}

.dtp-flip-box--flip.dtp-flip-box-3d .dtp-flip-box-card-inner {
	transform: translateZ(50px) scale(.9);
}

.dtp-flip-box--flip.dtp-flip-box-3d .dtp-flip-box-card-container {
	transform-style: preserve-3d;
}

.dtp-flip-box--slide, .dtp-flip-box--push {
	overflow: hidden;
	position: relative;
}

.dtp-flip-box--slide .dtp-flip-box-back-card {
	z-index: 9999;
}

.dtp-flip-box--slide.dtp-slide-up .dtp-flip-box-back-card, .dtp-flip-box--push.dtp-push-up .dtp-flip-box-back-card {
	top: 100%;
}

.dtp-flip-box--slide.dtp-slide-up:hover .dtp-flip-box-back-card, .dtp-flip-box--push.dtp-push-up:hover .dtp-flip-box-back-card {
	top: 0;
}

.dtp-flip-box--push.dtp-push-up:hover .dtp-flip-box-front-card {
	top: -100%;
}

.dtp-flip-box--slide.dtp-slide-down .dtp-flip-box-back-card, .dtp-flip-box--push.dtp-push-down .dtp-flip-box-back-card {
	top: -100%;
}

.dtp-flip-box--slide.dtp-slide-down:hover .dtp-flip-box-back-card, .dtp-flip-box--push.dtp-push-down:hover .dtp-flip-box-back-card {
	top: 0;
}

.dtp-flip-box--push.dtp-push-down:hover .dtp-flip-box-front-card {
	top: 100%;
}

.dtp-flip-box--slide.dtp-slide-left .dtp-flip-box-back-card, .dtp-flip-box--push.dtp-push-left .dtp-flip-box-back-card {
	left: 100%;
}

.dtp-flip-box--slide.dtp-slide-left:hover .dtp-flip-box-back-card, .dtp-flip-box--push.dtp-push-left:hover .dtp-flip-box-back-card {
	left: 0;
}

.dtp-flip-box--push.dtp-push-left:hover .dtp-flip-box-front-card {
	left: -100%;
}

.dtp-flip-box--slide.dtp-slide-right .dtp-flip-box-back-card, .dtp-flip-box--push.dtp-push-right .dtp-flip-box-back-card {
	left: -100%;
}

.dtp-flip-box--slide.dtp-slide-right:hover .dtp-flip-box-back-card, .dtp-flip-box--push.dtp-push-right:hover .dtp-flip-box-back-card {
	left: 0;
}

.dtp-flip-box--push.dtp-push-right:hover .dtp-flip-box-front-card {
	left: 100%;
}

.dtp-flip-box--fade .dtp-flip-box-back-card {
	z-index: 999;
	opacity: 0;
}

.dtp-flip-box--fade:hover .dtp-flip-box-back-card {
	opacity: 1;
}

.dtp-flip-box--zoom_in .dtp-flip-box-back-card {
	z-index: 999;
	opacity: 0;
	transform: scale(.3);
}

.dtp-flip-box--zoom_in:hover .dtp-flip-box-back-card {
	opacity: 1;
	transform: scale(1);
}

.dtp-flip-box--zoom_out .dtp-flip-box-front-card {
	z-index: 999;
	transform: scale(1);
}

.dtp-flip-box--zoom_out:hover .dtp-flip-box-front-card {
	opacity: 0;
	transform: scale(0);
	pointer-events: none;
}

.dtp-flip-box--rotate_3d .dtp-flip-box-inner {
	position: relative;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}

.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-card-container {
	position: absolute;
	transition-property: transform;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	transform-style: preserve-3d;
	transform: translateZ(-75px);
}

.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-card-container:hover {
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	transform: translateZ(-75px) rotateY(180deg);
}

.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-front-card {
	z-index: 1;
	transform: rotateY(0deg) translateZ(75px);
}

.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-back-card {
	z-index: 0;
	transform: rotateY(180deg) translateZ(75px);
}

.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flank {
	width: 150px;
	height: 100%;
	left: 75px;
	transform: rotateY(-90deg) translateZ(150px);
	display: block;
	overflow: hidden;
	position: absolute;
}

.dtp-flip-box--rotate_3d.dtp-rotate_3d-v .dtp-flip-box-inner .dtp-flip-box-card-container:hover {
	transform: translateZ(-75px) rotateX(180deg);
}

.dtp-flip-box--rotate_3d.dtp-rotate_3d-v .dtp-flip-box-inner .dtp-flip-box-back-card {
	transform: rotateX(180deg) translateZ(75px);
}

.dtp-flip-box--rotate_3d.dtp-rotate_3d-v .dtp-flip-box-inner .dtp-flank {
	width: 100%;
	height: 150px;
	left: 0;
	top: 25px;
}

.dtp-flip-box-card-container, .dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-card {
	height: 100%;
	width: 100%;
	position: absolute;
}

.dtp-flip-box--open_up .dtp-flip-box-card-container {
	perspective: 800px;
}

.dtp-flip-box--open_up .dtp-flip-box-front-card {
	transform-origin: top left;
}

.dtp-flip-box--open_up:hover .dtp-flip-box-front-card {
	transform: rotateX(77deg);
}

.dtp-flip-box--diagonal.dtp-diagonal-right .dtp-flip-box-back-card {
	transform: rotate3d(-1, 1, 0, 180deg);
}

.dtp-flip-box--diagonal.dtp-diagonal-left .dtp-flip-box-back-card {
	transform: rotate3d(1, -1, 0, 180deg);
}

.dtp-flip-box--diagonal.dtp-diagonal-right:hover .dtp-flip-box-card-container {
	transform: rotate3d(-1, 1, 0, 180deg);
}

.dtp-flip-box--diagonal.dtp-diagonal-left:hover .dtp-flip-box-card-container {
	transform: rotate3d(1, -1, 0, 180deg);
}

.dtp-flip-box--shake .dtp-flip-box-inner {
	perspective: 1500px;
}

.dtp-flip-box--shake .dtp-flip-box-card-container .dtp-flip-box-back-card {
	transform: rotateY(180deg);
}

.dtp-flip-box--shake:hover .dtp-flip-box-card-container {
	transform: rotateX(180deg) rotateZ(180deg);
}

.torq_progress_bar .dtp-progress .torq_progress_bar_child:last-child {
	margin-bottom: 0 !important;
}

.dtp-progress-bar__inner__text {
	font-size: 14px;
}

.dtp-progress-bar {
	position: relative;
}

.dtp-progress-bar__wrapper {
	background: #ddd;
	overflow: hidden;
}

.dtp-progress-bar__inner {
	transition: .3s;
	white-space: nowrap;
	background-color: #5b2cff;
}

.dtp-progress-bar__inner__text {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.text-in .dtp-progress-bar__inner span {
	color: #fff;
}

.dtp-lottie-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	transition-duration: 300ms;
}

.dtp-lottie-container {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	opacity: 1;
}

.dtp-lottie-container:hover {
	opacity: 1;
	transition-duration: 300ms;
}

.dtp-lottie-container svg, .dtp-lottie-container svg * {
	transition: none !important;
}

.dtp-lottie-caption {
	color: inherit;
	margin-top: 0;
	text-align: center;
}

html.magnifying>body {
	overflow-x: hidden !important;
}

.dtp-image-magnifier .magnify {
	position: relative;
}

.dtp-image-magnifier .magnify-lens {
	position: absolute;
	border-radius: 100%;
	cursor: none;
	display: none;
	z-index: 999;
	border-style: solid;
}

.dtp-image-magnifier .magnify>.magnify-lens.loading {
	background: #333 !important;
	opacity: .8;
}

.dtp-image-magnifier .magnify>.magnify-lens.loading:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	content: "Loading...";
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	margin-top: -8px;
	text-align: center;
	text-shadow: 0 0 2px rgba(51, 51, 51, .8);
	text-transform: none;
}

.dtp-image-magnifier img {
	border-style: solid;
	width: 100%;
	max-width: 100%;
}

.torq_hotspot_child .et_pb_module_inner {
	height: 100%;
	width: 100%;
}

.dtp-hotspots {
	position: relative;
}

.dtp-hotspot .dtp-hotspot-tooltip {
	display: none;
}

.dtp-hotspots-img-root {
	width: 100%;
}

.dtp-et-icon {
	display: inline-block;
	transition: .2s all ease !important;
	transform-origin: center;
	vertical-align: middle !important;
	line-height: 1;
}

.et-db #et-boc .dtp-et-icon:after, .dtp-et-icon:after {
	content: attr(data-icon) !important;
	font-family: "ETmodules" !important;
	line-height: inherit;
	font-size: inherit !important;
	display: inline-block;
	text-shadow: none;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	text-transform: none;
	transition: all .2s ease;
}

.dtp-hotspots .torq_hotspot_child {
	position: absolute !important;
	border-radius: 50%;
	margin-bottom: 0 !important;
}

.dtp-hotspot-label {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-style: solid;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.dtp-hotspot-title, .dtp-hotspot-desc {
	color: #fff;
}

h4.dtp-hotspot-title {
	font-size: 18px;
}

.dtp-hotspot-desc {
	font-size: 14px;
}

.dtp-hotspot-tp-figure {
	border-style: solid;
	display: inline-block;
}

.dtp-hotspot-tp-img, .dtp-hotspot-tp-icon {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dtp-hotspot-btn {
	font-size: 20px;
}

@keyframes hpAnimation {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	10% {
		opacity: 1;
	}
	
	90% {
		opacity: 0;
	}
	
	to {
		opacity: 0;
		transform: scale(1);
	}
}

.tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0;
}

[data-tippy-root] {
	max-width: calc(100vw - 10px);
}

.tippy-box {
	position: relative;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	outline: 0;
	transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top]>.tippy-arrow {
	bottom: 0;
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	transform-origin: center top;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
	top: 0;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	transform-origin: center bottom;
}

.tippy-box[data-placement^=left]>.tippy-arrow {
	right: 0;
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	transform-origin: center left;
}

.tippy-box[data-placement^=right]>.tippy-arrow {
	left: 0;
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
	transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #333;
}

.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
}

.tippy-content {
	position: relative;
	padding: 5px 9px;
	z-index: 1;
}

.tippy-box[data-animation=scale][data-placement^=top] {
	transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
	transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
	transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
	transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
	transform: scale(.5);
	opacity: 0;
}

.tippy-box[data-animation=perspective][data-placement^=top] {
	transform-origin: bottom;
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
	transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
	transform: perspective(700px) translateY(8px) rotateX(60deg);
}

.tippy-box[data-animation=perspective][data-placement^=bottom] {
	transform-origin: top;
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
	transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
	transform: perspective(700px) translateY(-8px) rotateX(-60deg);
}

.tippy-box[data-animation=perspective][data-placement^=left] {
	transform-origin: right;
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
	transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
	transform: perspective(700px) translateX(8px) rotateY(-60deg);
}

.tippy-box[data-animation=perspective][data-placement^=right] {
	transform-origin: left;
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
	transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
	transform: perspective(700px) translateX(-8px) rotateY(60deg);
}

.tippy-box[data-animation=perspective][data-state=hidden] {
	opacity: 0;
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden] {
	opacity: 0;
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=top] {
	transform: translateY(20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=bottom] {
	transform: translateY(-20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=left] {
	transform: translateX(20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=right] {
	transform: translateX(-20px);
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden] {
	opacity: 0;
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=top] {
	transform: translateY(-20px);
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=bottom] {
	transform: translateY(20px);
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=left] {
	transform: translateX(-20px);
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=right] {
	transform: translateX(20px);
}

.dtp-toggle label {
	cursor: pointer;
}

.dtp-toggle {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.dtp-toggle-left, .dtp-toggle-right {
	cursor: pointer;
}

.dtp-toggle-head-1 {
	margin: 0;
	padding: 0;
}

.dtp-toggle-btn {
	align-items: center;
}

.dtp-content-toggle-label {
	position: relative;
	display: inline-block;
	width: 4.5em;
	vertical-align: middle;
}

.dtp-content-toggle-label .dtp-toggle-switch {
	display: none;
}

.dtp-content-toggle-inner {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
}

.dtp-content-toggle-inner:before {
	position: absolute;
	content: "";
	height: 1.8em;
	width: 1.8em;
	left: .25em;
	bottom: .25em;
	transition: .4s;
}

.dtp-toggle-head-2 {
	margin: 0;
	padding: 0;
}

.dtp-toggle-switch:checked+.dtp-content-toggle-inner:before {
	transform: translateX(2.1em);
}

.dtp-content-toggle-body .et-waypoint:not(.et_pb_counters) {
	opacity: 1 !important;
}

.dtp-divider {
	display: flex;
}

.dtp-divider__text {
	margin-bottom: 0;
	padding-bottom: 0;
}

.dtp-divider__text span {
	display: block;
}

.dtp-divider__element img, .dtp-divider__element i {
	border-style: solid;
}

.dtp-divider__icon i {
	display: inline-block !important;
}

.dtp-divider__border {
	flex: 1;
}

.dtp-divider__text {
	font-size: 30px;
	line-height: 1em;
}

.dtp-alert {
	display: flex;
}

.dtp-alert-content {
	flex: 1 1;
}

.dtp-alert-icon {
	border-style: solid;
}

.dtp-alert-dismiss {
	cursor: pointer;
}

.dtp-alert-title {
	line-height: 1.7em;
	font-weight: 600;
}

.dtp-alert-desc {
	font-size: 14px;
}

.dtp-alert .dtp-et-icon:before {
	display: none !important;
}

.dtp-alert .dtp-et-icon:after {
	content: attr(data-icon) !important;
	font-family: "ETmodules" !important;
	line-height: inherit;
	font-size: inherit !important;
	display: inline-block;
	text-shadow: none;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	text-transform: none;
	transition: all .2s ease;
}

.dtp-inline-svg-wrap {
	text-align: center;
}

.dtp-inline-svg {
	min-width: 40px;
}

.dtp-inline-svg svg {
	min-width: 40px;
}

.dtp-inline-svg {
	display: inline-block;
}

.dtp-inline-svg-custom-width svg {
	width: 100%;
	height: auto;
	display: block;
}

.dtp-inline-svg-custom-width {
	width: 100%;
}

.dtp-inline-svg-custom-color svg {
	fill: currentColor;
	stroke: currentColor;
}

.dtp-info-box .dtp-info-box-figure {
	overflow: hidden;
	position: relative;
}

.dtp-info-box .dtp-info-box-figure img {
	transition: .3s;
	width: 100%;
	vertical-align: middle;
}

.dtp-info-box .dtp-info-box-figure {
	display: inline-block;
	vertical-align: middle;
}

.dtp-info-box-icon {
	transition: .2s all ease !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dtp-info-box .dtp-info-box-figure, .dtp-info-box .dtp-info-box-icon, .dtp-info-box .dtp-content-video {
	border-style: solid;
}

.dtp-mce-content p, .dtp-mce-content h1, .dtp-mce-content h2, .dtp-mce-content h3, .dtp-mce-content h4, .dtp-mce-content h5, .dtp-mce-content h6 {
	color: inherit !important;
}

.fluid-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dtp-content-video {
	border-style: solid;
}

.dtp-heading-wrap {
	width: 100%;
	position: relative;
	display: block;
}

.dtp-module .dtp-heading {
	display: flex;
	line-height: 1;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.dtp-module .dtp-heading-border {
	position: absolute;
	z-index: -1;
}

.dtp-icon-box {
	position: relative;
	display: block;
	color: initial;
}

.dtp-icon-box-inner {
	border-style: solid;
}

.dtp-icon-box__icon-wrap {
	display: flex;
}

.dtp-icon-box__icon {
	display: flex;
	transition: .2s all ease;
	border-style: solid;
	justify-content: center;
	align-items: center;
}

.dtp-icon-box__icon img {
	transform-origin: center;
	display: inline-block;
	transition: .2s all ease;
	width: 100%;
	vertical-align: middle;
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
}

.dtp-icon-box__badge {
	position: absolute;
	border-style: solid;
}

.dtp-icon-box__desc {
	font-size: 14px;
}

.dtp-card {
	display: flex;
	overflow: initial !important;
	color: inherit;
	position: relative;
}

.dtp-card img {
	vertical-align: middle;
}

.dtp-card .dtp-card-title {
	margin-bottom: 0;
}

.dtp-card-content {
	flex: 1 1;
}

.dtp-module .dtp-card-title {
	font-size: 22px;
}

.dtp-card-icon {
	display: inline-block;
	border-style: solid;
}

.dtp-card-figure {
	position: relative;
}

.dtp-card-figure img {
	transition: .2s cubic-bezier(.95, .05, .795, .035);
	border-style: solid;
}

.use-icon-on .dtp-card-figure {
	display: inline-block;
}

.dtp-card-badge {
	font-size: 13px;
	border-style: solid;
	white-space: nowrap;
}

.dtp-card-desc p:empty {
	display: none;
}

.torq_basic_list .torq-basic-list {
	list-style-type: none;
	margin-left: 0px;
}

.torq_basic_list .torq-basic-list li {
	border-style: solid;
}

.torq_basic_list .torq_basic_list_child.et_pb_module.ui-sortable {
	display: none !important;
}

.torq_icon_list ul.torq-icon-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 16px;
}

.torq_icon_list ul.torq-icon-list li.torq-icon-list-child {
	border-style: solid;
	list-style: none;
}

.torq_icon_list ul.torq-icon-list li.torq-icon-list-child .torq-icon-list-child-wrap {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
}

.torq_icon_list ul.torq-icon-list li.torq-icon-list-child .torq-icon-list-child-wrap .torq-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.torq_icon_list_child.et_pb_module.ui-sortable {
	display: none !important;
}

.torq_checkmark_list ul.torq-checkmark-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 16px;
}

.torq_checkmark_list ul.torq-checkmark-list li.torq-checkmark-list-child {
	border-style: solid;
	list-style: none;
}

.torq_checkmark_list ul.torq-checkmark-list li.torq-checkmark-list-child .torq-checkmark-list-child-wrap {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 8px;
}

.torq_checkmark_list ul.torq-checkmark-list li.torq-checkmark-list-child .torq-checkmark-list-child-wrap .torq-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.torq_checkmark_list .torq_checkmark_list_child.et_pb_module.ui-sortable {
	display: none !important;
}

.torq-checkmark-list-child .torq-icon {
	margin-right: 5px;
	padding: 5px;
	border-radius: 2px;
	color: #fff;
}

.dtp-logo-list {
	display: flex;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
}

.torq_logo_list_child * {
	height: 100%;
}

.torq_logo_list_child {
	transition: .2s ease;
}

.torq_logo_list_child figure {
	margin: 0;
	text-align: center;
	height: 100%;
}

.dtp-logo-list__item a {
	display: block;
	height: 100%;
}

.dtp-logo-list__item img {
	vertical-align: middle;
	transition: .2s ease;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.zoom_in .dtp-logo-list__item:hover img {
	transform: scale(1.2);
}

.zoom_out .dtp-logo-list__item:hover img {
	transform: scale(.8);
}

.fade .dtp-logo-list__item:hover img {
	opacity: .65;
}

.black_n_white .dtp-logo-list__item:hover img {
	filter: grayscale(100%);
}

.dtp-logo-list .et_pb_module {
	margin-bottom: 0 !important;
}

.dtp-logo-list__item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-style: solid;
}

.torq-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.torq-stats-grid .torq_stats_grid_child {
	max-width: 100%;
}

.torq-stats-grid .stats-item {
	height: 100%;
}

.torq-stats-grid .stats-item .icon-container {
	text-align: center;
}

.torq-stats-grid .stats-item .text-container {
	text-align: center;
}

.dtp-carousel-item figure img {
	width: 100%;
}

.dtp-carousel-item figure {
	position: relative;
}

.dtp-carousel-item {
	position: relative;
	border-style: solid;
}

.dtp-carousel .content--absolute {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	z-index: 99;
	pointer-events: none !important;
}

.dtp-carousel-item .content .content-inner {
	border-style: solid;
}

.dtp-carousel-item .content--absolute * {
	position: relative;
}

.ba_carousel_child {
	overflow: hidden !important;
}

.dtp-carousel-item .dtp-image-subtitle {
	padding-bottom: 0;
	margin-bottom: 0;
}

.ba_logo_carousel_child, .dtp-logo-carousel-item {
	overflow: hidden;
}

.ba_logo_carousel_child>div {
	width: 100%;
	text-align: center;
}

.ba_logo_carousel_child div img {
	display: inline-block !important;
}

.dtp-logo-carousel-item img {
	vertical-align: middle;
	transition: .2s ease;
}

.zoom_in .dtp-logo-carousel-item:hover img {
	transform: scale(1.1);
}

.zoom_out .dtp-logo-carousel-item:hover img {
	transform: scale(.9);
}

.fade .dtp-logo-carousel-item:hover img {
	opacity: .65;
}

.black_n_white .dtp-logo-carousel-item:hover img {
	filter: grayscale(100%);
}

.ba_logo_carousel_child {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.torq-filterable-gallery-fancybox {
	z-index: 9999999 !important;
}

.torq-filterable-gallery-fancybox .fancybox__toolbar {
	--f-button-svg-width: 24px;
	--f-button-svg-height: 24px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-fill: none;
}

.torq-filterable-gallery-fancybox .fancybox-button svg {
	width: var(--f-button-svg-width);
	height: var(--f-button-svg-height);
	fill: var(--f-button-svg-fill);
	stroke: currentColor;
	stroke-width: var(--f-button-svg-stroke-width);
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: opacity .15s ease;
	pointer-events: none;
}

.torq-filterable-gallery-fancybox .fancybox-button svg path {
	stroke-width: 1;
}

.torq-filterable-gallery-fancybox .fancybox-button svg circle {
	background-color: rgba(0, 0, 0, 0);
}

.torq-filterable-gallery-fancybox .fancybox-button.fancybox-button--play svg path {
	stroke-width: 0;
}

.torq-filterable-gallery .torq-items .torq-item .torq-item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.torq-filterable-gallery .torq-items .torq-item .torq-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.torq-filterable-gallery .torq-items .torq-item p {
	bottom: 20%;
	line-height: 1.5;
	transform: translate3d(0, 100%, 0);
	letter-spacing: 1px;
}

.torq-filterable-gallery .torq-items .torq-item .torq-title {
	top: 10%;
	transition: transform .35s;
	transform: translate3d(0, 20px, 0);
}

.torq-filterable-gallery .torq-items .torq-item .torq-title, .torq-filterable-gallery .torq-items .torq-item p {
	opacity: 0;
	transition: opacity .35s, transform .35s;
}

.torq-filterable-gallery .torq-items .torq-item:hover p {
	margin-top: 10px;
	margin-bottom: 5px;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.torq-filterable-gallery .torq-items .torq-item:hover .torq-title {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.torq-filterable-gallery .torq-items .torq-item:hover img {
	opacity: .8;
}

.torq-filterable-gallery .torq-filters {
	margin-bottom: 20px;
}

.torq-filterable-gallery .torq-filters ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.torq-filterable-gallery .torq-filters ul li {
	position: relative;
	overflow: hidden;
	margin: 0;
	display: inline-block;
}

.torq-filterable-gallery .torq-filters ul li a {
	padding: 5px 15px;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	background: #efefef;
}

.torq-filterable-gallery .torq-filters ul li.current a {
	background: #f5f5f5;
	color: #333;
}

@media (max-width: 1200px) {
	.torq-filterable-gallery .torq-filters ul li a {
		font-size: 12px;
		padding: 5px 12px;
	}
}

@media (max-width: 992px) {
	.torq-filterable-gallery .torq-filters ul {
		justify-content: flex-start;
		padding-left: 10px;
	}
	
	.torq-filterable-gallery .torq-filters ul li {
		margin: 0 5px 5px 0;
	}
	
	.torq-filterable-gallery .torq-filters ul li a {
		font-size: 11px;
		padding: 4px 10px;
	}
}

@media (max-width: 576px) {
	.torq-filterable-gallery .torq-filters ul li a {
		font-size: 10px;
		padding: 4px 8px;
	}
}

.torq-filterable-gallery .torq-items {
	position: relative;
	z-index: 1;
}

.torq-filterable-gallery .torq-items .torq-item {
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
}

.torq-filterable-gallery .torq-items .torq-item img.pic {
	display: block;
	opacity: 1;
}

.torq-filterable-gallery .torq-items .torq-item .torq-item-content {
	transition: transform .3s ease-out, opacity .2s linear, top .3s, left .6s;
	opacity: 0;
	height: 100%;
}

.torq-filterable-gallery .torq-items .torq-item .torq-item-content a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: 0 0;
	cursor: pointer;
}

.torq-filterable-gallery .torq-items .torq-item .torq-item-content img {
	width: 100% !important;
	display: block;
}

.torq-filterable-gallery .torq-items .torq-item .torq-caption {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	max-width: 100%;
}

.torq-filterable-gallery .torq-items .torq-grid .torq-items .torq-item {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
}

.torq-filterable-gallery .torq-items .torq-grid .torq-items .torq-item img.pic {
	font-size: 12px;
	position: absolute;
	max-width: 999em;
	transition: width .3s, height .3s, transform .3s linear, opacity .2s linear;
}

.torq-filterable-gallery .torq-items .torq-grid .torq-items .torq-item .torq-caption {
	height: 100%;
	top: 0;
}

.torq-filterable-gallery .torq-items .torq-slider .torq-items .torq-item {
	display: block;
}

.torq-filterable-gallery .torq-items .torq-slider .torq-items .torq-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.torq-filterable-gallery .torq-pagination-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 30px;
}

.torq-filterable-gallery .torq-pagination-wrap div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.torq-filterable-gallery .torq-pagination-wrap a.pager {
	position: relative;
	display: inline-block;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #d3d3d3;
	color: #777;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	transition: all .27s cubic-bezier(0, 0, .58, 1);
}

.torq-filterable-gallery .torq-items .torq-item .torq-item-content {
	transform: scale(1) translate(0, 0) rotate(0deg) !important;
	opacity: 1;
}

.torq-filterable-gallery .torq-items .torq-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.torq-item, .torq-item img, .torq-filter-item {
	border-style: solid;
}

.dt-masonry-gallery {
	--gutter: 20px;
	--columns: 3;
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.dt-masonry-gallery>li:not(.dt-gutter-sizer) {
	margin-bottom: var(--gutter);
	width: calc(100% / var(--columns) - var(--gutter) * ( var(--columns) - 1 ) / var(--columns));
}

.dt-masonry-gallery li.dt-isotope-sizer {
	display: none;
}

.dt-masonry-gallery li.dt-gutter-sizer {
	width: var(--gutter) !important;
}

.dt-masonry-gallery figure {
	display: block;
	width: 100%;
}

.dt-masonry-gallery .image {
	display: inline-block;
	aspect-ratio: unset;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-masonry-gallery img {
	outline: none;
	vertical-align: middle;
}

.dt-masonry-gallery .dt-layout-item {
	line-height: 1.6;
	position: relative;
}

.yo-marquee {
	overflow-x: hidden;
	display: flex;
	flex-direction: row;
	position: relative;
	width: var(--width);
	transform: var(--transform);
}

.yo-marquee:hover div {
	animation-play-state: var(--pause-on-hover);
}

.yo-marquee:active div {
	animation-play-state: var(--pause-on-click);
}

.yom-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.yom-overlay::before, .yom-overlay::after {
	background: linear-gradient(to right, var(--gradient-color), rgba(255, 255, 255, 0));
	content: "";
	height: 100%;
	position: absolute;
	width: var(--gradient-width);
	z-index: 2;
	pointer-events: none;
	touch-action: none;
}

.yom-overlay::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.yom-overlay::before {
	left: 0;
	top: 0;
}

.yom-track {
	flex: 0 0 auto;
	min-width: var(--min-width);
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
	animation-play-state: var(--play);
	animation-delay: var(--delay);
	animation-direction: var(--direction);
}

@keyframes scroll {
	0% {
		transform: translateX(0%);
	}
	
	100% {
		transform: translateX(-100%);
	}
}

.yom-list {
	flex: 0 0 auto;
	display: flex;
	min-width: auto;
	flex-direction: row;
	align-items: center;
}

.yom-item {
	transform: var(--transform);
	list-style-type: none !important;
	cursor: pointer;
}

.dt-image-slider .yom-list {
	align-items: start;
}

.dt-image-slider .dt-image-slider-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	gap: 10px;
	border-style: solid;
}

.dt-image-slider .dt-image-slider-item a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dt-image-slider .dt-image-slider-item img, .dt-image-slider .dt-image-slider-item a {
	line-height: 0;
	width: 100%;
}

.dt-image-slider.dt-image-position-left .dt-image-slider-item {
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.dt-image-slider img.image {
	display: inline-block;
	aspect-ratio: unset;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-image-slider .dt-image-slider-image {
	-o-object-fit: cover;
	object-fit: cover;
	height: 150px;
	border-style: solid;
}

.dt-image-slider .dt-image-slider-title {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dt-image-slider.dt-image-slider-300x300 .dt-image-slider-image {
	height: 300px;
}

.dt-image-slider.dt-image-slider-300x300 .dt-image-slider-item {
	min-width: 300px;
	width: 300px;
}

.dt-image-slider.dt-image-slider-400x250 .dt-image-slider-image {
	height: 250px;
}

.dt-image-slider.dt-image-slider-400x250 .dt-image-slider-item {
	min-width: 400px;
	width: 400px;
}

.dt-image-slider.dt-image-slider-480x270 .dt-image-slider-image {
	height: 270px;
}

.dt-image-slider.dt-image-slider-480x270 .dt-image-slider-item {
	min-width: 480px;
	width: 480px;
}

.dt-image-slider.dt-image-slider-960x540 .dt-image-slider-image {
	height: 540px;
}

.dt-image-slider.dt-image-slider-960x540 .dt-image-slider-item {
	min-width: 960px;
	width: 960px;
}

@media (max-width: 767px) {
	.dt-image-slider .dt-image-slider-item {
		flex-direction: column;
		align-items: start;
	}
}

.dt-post-grid {
	--gutter: 20px;
	--tablet-gutter: 10px;
	--mobile-gutter: 5px;
	--columns: 3;
	--tablet-columns: 2;
	--mobile-columns: 1;
}

.dt-post-grid .dt-post-grid-wrap {
	display: grid;
	grid-template-columns: repeat(var(--columns), 1fr);
	grid-gap: var(--gutter);
}

@media (max-width: 980px) {
	.dt-post-grid .dt-post-grid-wrap {
		grid-template-columns: repeat(var(--tablet-columns), 1fr);
		grid-gap: var(--tablet-gutter);
	}
}

@media (max-width: 767px) {
	.dt-post-grid .dt-post-grid-wrap {
		grid-template-columns: repeat(var(--mobile-columns), 1fr);
		grid-gap: var(--mobile-gutter);
	}
}

.dt-post-grid .dt-post-inner-wrap {
	display: flex;
	flex-direction: column;
}

.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-post-wrap {
	margin-bottom: var(--gutter);
	width: calc(100% / var(--columns) - var(--gutter) * ( var(--columns) - 1 ) / var(--columns));
}

.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-isotope-sizer {
	display: none;
	margin-bottom: var(--gutter);
	width: calc(100% / var(--columns) - var(--gutter) * ( var(--columns) - 1 ) / var(--columns));
}

.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-gutter-sizer {
	width: var(--gutter) !important;
}

@media (max-width: 980px) {
	.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-post-wrap {
		width: calc(100% / var(--tablet-columns) - var(--gutter) * ( var(--tablet-columns) - 1 ) / var(--tablet-columns));
	}
	
	.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-isotope-sizer {
		width: calc(100% / var(--tablet-columns) - var(--gutter) * ( var(--tablet-columns) - 1 ) / var(--tablet-columns));
	}
}

.dt-post-grid .dt-post-wrap {
	position: relative;
	overflow: hidden;
}

.dt-post-grid .dt-post-wrap .dt-post-content {
	display: flex;
	flex-direction: column;
}

.dt-post-grid .dt-post-thumbnail {
	overflow: hidden;
	position: relative;
	border-style: solid;
	border-width: 0;
	border-color: #000;
}

.dt-post-grid .dt-post-thumbnail .dt-post-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 11;
	color: #fff;
}

.dt-post-grid .dt-post-thumbnail img {
	width: 100%;
	transition: all .3s linear;
}

.dt-post-grid .dt-post-thumbnail .dt-post-taxonomy-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 11;
}

.dt-post-grid .dt-post-thumbnail.dt-post-thumbnail-background, .dt-post-grid .dt-post-thumbnail.dt-post-thumbnail-background::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.dt-post-grid .dt-post-title {
	margin-top: 10px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
}

.dt-post-grid .dt-post-title a {
	color: #000;
	transition: all .3s linear;
}

.dt-post-grid .dt-post-meta {
	margin-top: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 5px;
}

.dt-post-grid .dt-post-meta>span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.dt-post-grid .dt-post-meta.dt-post-meta-separator>span {
	white-space: nowrap;
	margin-right: 5px;
}

.dt-post-grid .dt-post-meta.dt-post-meta-separator>span:not(:last-child)::after {
	content: "|";
}

.dt-post-grid .dt-post-meta .dt-post-meta-label {
	display: flex;
	align-items: center;
	font-weight: 600;
}

.dt-post-grid .dt-post-meta .dt-post-author-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.dt-post-grid .dt-post-meta .dt-post-author-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-post-grid .dt-post-excerpt {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}

.dt-post-grid.dt-post-thumbnail-ratio .dt-post-thumbnail {
	--ratio: 1;
	padding-bottom: calc(var(--ratio, 1) * 100%);
}

.dt-post-grid.dt-post-thumbnail-ratio .dt-post-thumbnail img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.dt-post-grid .dt-post-taxonomy-badge {
	display: flex;
	align-items: center;
	gap: 5px;
}

.dt-post-grid .dt-post-taxonomy-badge a {
	transition: all .3s linear;
}

.dt-post-grid .dt-readmore {
	margin-top: 20px;
}

.dt-post-grid .dt-readmore a {
	background-color: #007bff;
	font-size: 14px;
	transition: all .3s linear;
	border-radius: 2px;
	padding: 5px 10px;
	color: #fff;
}

.dt-post-grid .dt-readmore a:hover {
	background-color: #0056b3;
}

.dt-post-grid.dt-post-thumbnail-bg .dt-post-thumbnail-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	text-align: center;
	z-index: 2;
}

.dt-post-grid.dt-post-thumbnail-bg .dt-post-thumbnail-background::before {
	content: "";
	z-index: 3;
}

.dt-post-grid.dt-post-thumbnail-bg .dt-post-thumbnail-background img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.dt-post-grid.dt-post-thumbnail-bg .dt-post-content {
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%;
}

.dt-post-grid .dt-post-filters-wrap {
	padding: 0;
	margin: 0 0 30px;
	border-style: solid;
	border-width: 0;
	border-color: #000;
}

.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item:not(:last-child) {
	margin-right: 10px;
}

.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item {
	border-style: solid;
	border-width: 0;
	border-color: #000;
	padding: 5px 10px;
	border-radius: 2px;
	transition: all .3s linear;
	cursor: pointer;
}

.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item:hover {
	color: #007bff;
}

.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item.active {
	color: #007bff;
}

.dt-post-grid .dt-pagination {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
}

.dt-post-grid .dt-pagination .page-numbers:not(.dots) {
	margin-right: 8px;
	border-style: solid;
	border-width: 0;
	border-color: #000;
}

.dt-post-grid .dt-pagination .page-numbers:not(.dots):not(.next):not(.prev), .dt-post-grid .dt-pagination span.page-numbers.current {
	border-style: solid;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dt-post-grid .dt-pagination span.page-numbers.dots {
	margin-right: 8px;
}

.dt-post-grid .dt-pagination a.page-numbers {
	color: #222c39;
	border-color: #222c39;
	transition: all .3s linear;
}

.dt-post-grid .dt-pagination a.page-numbers:hover {
	color: #007bff;
	border-color: #007bff;
}

.dt-post-grid .dt-pagination span.page-numbers.current {
	color: #0e40ff;
	border-color: #0e40ff;
}

.dt-post-grid .dt-pagination .next, .dt-post-grid .dt-pagination .prev {
	height: 30px;
	margin-right: 8px;
	padding: 0 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dt-post-grid .dt-infinite-scroll-wrap {
	text-align: center;
}

.dt-post-grid .dt-infinite-scroll-wrap .dt-scroll-button {
	display: inline-block;
	line-height: 1;
	background-color: #69727d;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s;
}

.dt-post-grid .dt-loader {
	display: block;
	margin: 0 auto;
	min-height: 48px;
	line-height: 48px;
	width: 48px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9999;
	background: #fff;
}

.dt-post-grid .dt-loader::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 4px solid rgba(0, 0, 0, .1);
	border-top-color: #007bff;
	animation: dt-loader-spin 1s linear infinite;
}

.dt-post-grid .dt-loader-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: hsla(0, 0%, 100%, 0);
	content: "";
	height: 100%;
	width: 100%;
	z-index: 9999;
}

@keyframes dt-loader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 767px) {
	.dt-post-grid .dt-post-filters-wrap {
		padding: 0;
		margin: 0;
	}
	
	.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list {
		flex-direction: column;
		gap: 10px;
	}
	
	.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item:not(:last-child) {
		margin-right: 0 !important;
	}
	
	.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item {
		width: 100%;
		text-align: center;
	}
}

.dt-post-carousel .dt-post-inner-wrap {
	display: flex;
	flex-direction: column;
}

.dt-post-carousel .dt-post-wrap {
	position: relative;
	overflow: hidden;
	width: auto;
}

.dt-post-carousel .dt-post-wrap .dt-post-content {
	display: flex;
	flex-direction: column;
	padding: 30px;
}

.dt-post-carousel .dt-post-thumbnail {
	overflow: hidden;
	position: relative;
	border-style: solid;
	border-width: 0;
	border-color: #000;
}

.dt-post-carousel .dt-post-thumbnail .dt-post-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 11;
	color: #fff;
}

.dt-post-carousel .dt-post-thumbnail img {
	width: 100%;
	transition: all .3s linear;
}

.dt-post-carousel .dt-post-thumbnail .dt-post-taxonomy-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 11;
}

.dt-post-carousel .dt-post-thumbnail.dt-post-thumbnail-background, .dt-post-carousel .dt-post-thumbnail.dt-post-thumbnail-background::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.dt-post-carousel .dt-post-title {
	margin-top: 10px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
}

.dt-post-carousel .dt-post-title a {
	color: #000;
	transition: all .3s linear;
}

.dt-post-carousel .dt-post-meta {
	margin-top: 10px;
	font-size: 14px;
	color: #69727d;
	display: flex;
	align-items: center;
	gap: 5px;
}

.dt-post-carousel .dt-post-meta>span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.dt-post-carousel .dt-post-meta.dt-post-meta-separator>span {
	white-space: nowrap;
}

.dt-post-carousel .dt-post-meta.dt-post-meta-separator>span:not(:last-child)::after {
	content: "|";
}

.dt-post-carousel .dt-post-meta .dt-post-meta-label {
	display: flex;
	align-items: center;
	font-weight: 600;
}

.dt-post-carousel .dt-post-meta .dt-post-author-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.dt-post-carousel .dt-post-meta .dt-post-author-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-post-carousel .dt-post-excerpt {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}

.dt-post-carousel.dt-post-thumbnail-ratio .dt-post-thumbnail {
	padding-bottom: calc(var(--ratio, 1) * 100%);
}

.dt-post-carousel.dt-post-thumbnail-ratio .dt-post-thumbnail img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.dt-post-carousel .dt-post-taxonomy-badge {
	display: flex;
	align-items: center;
	gap: 5px;
}

.dt-post-carousel .dt-post-taxonomy-badge a {
	transition: all .3s linear;
}

.dt-post-carousel .dt-readmore {
	margin-top: 20px;
}

.dt-post-carousel .dt-readmore a {
	background-color: #007bff;
	font-size: 14px;
	transition: all .3s linear;
	border-radius: 2px;
	padding: 5px 10px;
	color: #fff;
}

.dt-post-carousel .dt-readmore a:hover {
	background-color: #0056b3;
}

.dt-post-carousel.dt-post-thumbnail-bg .dt-post-thumbnail-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	text-align: center;
	z-index: 2;
}

.dt-post-carousel.dt-post-thumbnail-bg .dt-post-thumbnail-background::before {
	content: "";
	z-index: 3;
}

.dt-post-carousel.dt-post-thumbnail-bg .dt-post-thumbnail-background img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.dt-post-carousel.dt-post-thumbnail-bg .dt-post-content {
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%;
}

.dt-post-carousel .yo-marquee .yom-list {
	align-items: start !important;
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dt-post-carousel .yo-marquee .yom-list .yom-item {
	margin: 0;
}

.dt-related-posts {
	--columns: 3;
	--rowGap: 20px;
	--columnGap: 20px;
}

.dt-related-posts li {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.dt-related-posts li figure {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.dt-related-posts li img {
	aspect-ratio: 4/3;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: transform .3s ease;
}

.dt-related-posts li img:hover {
	transform: scale(1.05);
}

.dt-related-posts.grid {
	display: grid;
	grid-template-columns: repeat(var(--columns), 1fr);
	gap: var(--rowGap) var(--columnGap);
}

.dt-related-posts.list {
	display: flex;
	flex-direction: row;
	gap: var(--rowGap);
	flex-wrap: wrap;
}

.dt-related-posts.list li {
	flex-direction: row;
}

.dt-related-posts.list li figure {
	width: 30%;
}

.dt-related-posts.list li .dt-post-content {
	flex: 1;
	padding: 0 1rem;
}

.dt-related-posts.list li .dt-post-content .dt-post-title {
	margin-top: .5rem;
}

.dt-related-posts.list li .dt-post-content .dt-post-meta {
	margin-top: .5rem;
}

.dt-related-posts.list li .dt-post-content .dt-post-excerpt {
	margin-top: .5rem;
	flex: none;
}

.dt-related-posts .dt-post-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1;
}

.dt-related-posts .dt-post-content .dt-post-excerpt {
	margin: 0;
	flex: 1;
	line-height: 1.6;
}

.dt-related-posts .dt-post-content .dt-post-meta {
	display: flex;
	align-items: center;
}

.dt-auto-align {
	margin: 0;
	flex: 1;
}

@media (max-width: 1024px) {
	.dt-related-posts {
		--columns: 2;
		--rowGap: 15px;
		--columnGap: 15px;
	}
}

@media (max-width: 768px) {
	.dt-related-posts {
		--columns: 1;
		--title-size: 14px;
	}
	
	.dt-related-posts .post-content .post-title {
		margin: 1rem 0 .5rem;
	}
	
	.dt-related-posts .post-content .post-meta {
		margin-top: 1rem;
	}
}

.dt-ajax-search {
	position: relative;
}

.dt-ajax-search .dt-search-form {
	display: flex;
	align-items: center;
	margin: 0;
	transition: .2s;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-wrapper {
	position: relative;
	display: flex;
	flex: 1 1 auto;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-wrapper .dt-ajax-search-field {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 0 12px;
	line-height: 40px;
	border: 1px solid #dddedf;
	box-shadow: none;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-wrapper .dt-ajax-search-field.dt-ajax-search-field-icon {
	padding-left: 35px;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-wrapper .dt-ajax-search-input-icon {
	top: 50%;
	left: 15px;
	width: 1em;
	position: absolute;
	transform: translateY(-50%);
	text-align: center;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-categories {
	position: relative;
	display: flex;
	width: 200px;
	margin-left: 10px;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-categories .dt-ajax-search-categories-select {
	overflow: hidden;
	width: 100%;
	padding: 0 12px;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fff;
	border: 1px solid #dddedf;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-submit {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 13px 20px;
	flex: 0 1 auto;
	cursor: pointer;
	border-style: solid;
	border-width: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	margin-left: 10px;
	color: #fff;
	background-color: #0e40ff;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-submit .dt-ajax-search-icon {
	color: #fff;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-submit .dt-ajax-search-text {
	margin-left: 5px;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results {
	z-index: 9999999;
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	border-style: solid;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-results-holder {
	height: 400px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, .5) #fff;
	max-height: none;
	overflow-x: hidden;
	overflow-y: auto;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results.show {
	display: block;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-results-list {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-results-item {
	max-width: calc(100% / var(--columns));
	flex: 0 0 calc(100% / var(--columns));
	border-style: solid;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-link {
	display: flex;
	align-items: flex-start;
	padding: 10px;
	gap: 10px;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-content-wrapper {
	flex: 1 1 auto;
	overflow: hidden;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-content-wrapper .dt-ajax-search-item-title {
	font-size: 16px;
	font-weight: 700;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-content-wrapper .dt-ajax-search-item-content {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.5;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-thumbnail {
	flex-shrink: 0;
	width: 15%;
	max-width: 15%;
	border-style: solid;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-thumbnail img {
	width: 100%;
	vertical-align: top;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-message {
	display: none;
	padding: 10px;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-message.show {
	display: block;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-show-more {
	display: block;
	padding: 10px;
	cursor: pointer;
	text-align: center;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-show-more.hide {
	display: none;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder {
	display: none;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder.show {
	display: block;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot-flashing-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 50px;
	margin: 0px auto;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #000;
	border-radius: 50%;
	animation: dot-flashing-animation 1s infinite ease-in-out;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot.dot-1 {
	animation-delay: -.32s;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot.dot-2 {
	animation-delay: -.16s;
}

.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot.dot-3 {
	animation-delay: 0s;
}

@keyframes dot-flashing-animation {
	0%, 80%, 100% {
		opacity: 0;
	}
	
	40% {
		opacity: 1;
	}
}

.dtp_ajax_search {
	overflow: unset !important;
}

.dtp-social-share {
	display: flex;
	box-sizing: border-box;
	flex: 0 1 auto;
	flex-wrap: wrap;
}

.dtp-social-share-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible !important;
	border-style: solid;
	position: relative;
}

.dtp-social-share-icon span {
	line-height: 1;
}

.dtp-social-share-shape svg {
	position: absolute;
	z-index: 2;
	top: 50%;
	height: 37%;
	transform: translateY(-50%);
	left: 100%;
}

.dtp-social-share .dtp-social-share-btn a {
	display: flex;
	align-items: center;
}

.dtp-social-share-btn-inner {
	border-style: solid;
}

.dtp-social-share-text {
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dtp-social-share-btn-inner, .dtp-social-share-text, .dtp-social-share-icon, .dtp-social-share-icon svg {
	transition: all .3s;
}

.dt-instagram-feed {
	display: flex;
	flex-direction: column;
}

.dt-instagram-feed .dt-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: inherit;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.dt-instagram-feed .dt-header-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.dt-instagram-feed .dt-header-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 2px 0;
	margin-right: 10px;
}

.dt-instagram-feed .dt-profile-image {
	flex-shrink: 0;
	margin-right: 10px;
	border: 2px solid #333;
	border-radius: 100%;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

.dt-instagram-feed .dt-profile-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-instagram-feed .dt-grid-layout {
	display: grid;
	grid-auto-flow: dense;
}

.dt-instagram-feed .dt-image-wrap {
	position: relative;
	padding-bottom: 100%;
	cursor: pointer;
}

.dt-instagram-feed .dt-image-wrap .dt-image-overlay {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	background: #333;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	overflow: hidden;
	cursor: inherit;
}

.dt-instagram-feed .dt-image-wrap .dt-image-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 1em;
}

.dt-instagram-feed .dt-image-wrap .dt-instagram-link {
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 2px;
	padding: 8px;
	cursor: inherit;
}

.dt-instagram-feed .dt-image-wrap .dt-instagram-link .dt-svg-inline {
	display: inline-block;
	height: 2em;
	width: 2em;
	overflow: visible;
}

.dt-instagram-feed .dt-image-wrap:hover .dt-image-overlay {
	display: block !important;
}

.dt-instagram-feed .dt-image-inner {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.dt-instagram-feed .dt-image-inner a {
	flex: 1;
	overflow: hidden;
}

.dt-instagram-feed .dt-image-thumb {
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	border-color: rgba(0, 0, 0, 0);
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-instagram-feed .dt-footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.dt-instagram-feed .dt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	transition: background-color .3s ease;
}

.dt-instagram-feed .dt-footer.side-by-side .dt-loadmore-button, .dt-instagram-feed .dt-footer.side-by-side .dt-follow-button {
	margin-right: 5px;
}

.dt-instagram-feed .dt-footer.top-bottom {
	flex-direction: column;
}

.dt-instagram-feed .dt-footer.top-bottom .dt-loadmore-button, .dt-instagram-feed .dt-footer.top-bottom .dt-follow-button {
	margin-bottom: 5px;
}

.dt-instagram-feed .dt-loadmore-button, .dt-instagram-feed .dt-follow-button a {
	color: #fff;
	display: inline-block;
	padding: 14px 32px;
	text-decoration: none;
	background-color: #ff6900;
	border-radius: 5px;
	border-style: solid;
	border-width: 0;
	border-color: rgba(0, 0, 0, 0);
	transition: background-color .3s ease;
}

.dt-instagram-feed .dt-follow-button a {
	background-color: #0a236d;
}

.dt-instagram-feed .dt-loadmore-button {
	position: relative;
	transition: opacity .5s ease-out;
}

.dt-instagram-feed .dt-loadmore-button .dt-loaded {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	background-color: #fff;
	border-radius: 100%;
	animation: dt-scaleout 1s infinite ease-in-out;
}

@keyframes dt-scaleout {
	0% {
		transform: scale(0);
	}
	
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.dt-instagram-feed .dt-loadmore-button .dt-hidden-text, .dt-instagram-feed .dt-loadmore-button .dt-hidden {
	opacity: 0 !important;
}

.dt-instagram-feed .dt-loadmore-button .dt-loadmore-button-text, .dt-instagram-feed .dt-loadmore-button .dt-loaded {
	opacity: 1;
	transition: all .1s ease-in;
}

.dt-reviews {
	width: 100%;
	display: grid;
	transition: all .3s;
	--columns: 3;
	--gutter: 1rem;
	--arrow-size: 1rem;
	--space-between-cards: 1rem;
}

.dt-reviews.grid {
	grid-template-columns: repeat(var(--columns), 1fr);
	gap: var(--gutter);
}

.dt-reviews.grid .dt-review-card {
	width: 100%;
}

.dt-reviews.yo-marquee .yom-list {
	align-items: start;
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dt-reviews.yo-marquee .yom-list .yom-item {
	margin: 0;
}

.dt-reviews.list {
	grid-template-columns: repeat(1, 1fr);
	gap: var(--space-between-cards);
}

.dt-reviews.splide__list {
	display: flex;
}

.dt-reviews .dt-review-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #f4f4f4;
	border-radius: 4px;
	padding: 20px;
	border-style: solid;
}

.dt-reviews .dt-review-card.splide__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-reviews .dt-review-card .dt-review-header {
	display: flex;
	gap: 1rem;
}

.dt-reviews .dt-review-card .dt-review-details {
	display: flex;
	flex-direction: column;
}

.dt-reviews .dt-review-card .dt-review-stars {
	display: flex;
	gap: .5rem;
}

.dt-reviews .dt-review-card .dt-review-stars .star {
	background-size: contain;
	background-repeat: no-repeat;
}

.dt-reviews .dt-review-card .dt-review-stars .star.full {
	background-image: url("https://cdn-ilefpmf.nitrocdn.com/swcQChSbEFgoCzZmarXlBtBRGlApupzt/assets/images/source/rev-8ad20a2/www.nomadsummit.com/wp-content/plugins/divitorque-pro/dist/6bc84ec9d0c115b5fdcc.svg");
}

.dt-reviews .dt-review-card .dt-review-stars .star.full.nitro-lazy {
	background-image: none !important;
}

.dt-reviews .dt-review-card .dt-review-stars .star.empty {
	background-image: url("https://cdn-ilefpmf.nitrocdn.com/swcQChSbEFgoCzZmarXlBtBRGlApupzt/assets/images/source/rev-8ad20a2/www.nomadsummit.com/wp-content/plugins/divitorque-pro/dist/961b8bf6493bcac0682d.svg");
}

.dt-reviews .dt-review-card .dt-review-stars .star.empty.nitro-lazy {
	background-image: none !important;
}

.dt-reviews .dt-review-card .dt-review-stars .star.half {
	background-image: url("https://cdn-ilefpmf.nitrocdn.com/swcQChSbEFgoCzZmarXlBtBRGlApupzt/assets/images/source/rev-8ad20a2/www.nomadsummit.com/wp-content/plugins/divitorque-pro/dist/aef5befa9af91f0908ac.svg");
}

.dt-reviews .dt-review-card .dt-review-stars .star.half.nitro-lazy {
	background-image: none !important;
}

.dt-reviews .dt-review-card .dt-review-content {
	min-height: 88px;
	height: 88px;
}

.dt-reviews .dt-review-card .dt-review-content .dt-review-text {
	margin: 0;
}

.dt-reviews .dt-review-card .dt-review-content .dt-read-more {
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.dt-reviews .dt-review-card .dt-review-content {
	position: relative;
	overflow: hidden;
	margin-bottom: auto;
	min-height: 82px;
	height: 82px;
}

.dt-reviews .dt-review-card .dt-review-content .dt-review-text.gradient::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(rgba(250, 250, 251, 0) 0%, #f1f1f1 90%);
}

.dt-reviews .dt-review-card .dt-review-date {
	font-size: .875rem;
	color: #666;
}

.dt-reviews .dt-review-card .dt-reviewer-name {
	margin: 0;
}

.dt-reviews .dt-review-card .dt-reviewer-avatar {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.dt-reviews-container .splide__arrow {
	width: calc(var(--arrow-size) * 1.667);
	height: calc(var(--arrow-size) * 1.667);
}

.dt-reviews-container .splide__arrow svg {
	width: var(--arrow-size);
	height: var(--arrow-size);
}

.dtp-review {
	display: flex;
}

.dtp-stars-wrap {
	font-size: 30px;
	position: relative;
	display: inline-block;
	line-height: .9;
}

.dtp-stars-wrap .dtp-star {
	display: inline-block;
	line-height: .9;
}

.dtp-stars-inact {
	white-space: nowrap;
}

.dtp-stars-act {
	position: absolute;
	left: 0;
	top: 0;
	width: var(--active-width);
	overflow: hidden;
	white-space: nowrap;
}

.dtp-ratings {
	display: flex;
	align-items: center;
}

.dtp-ratings-number {
	padding-top: 5px;
}

.dtp-rating-figure {
	border-style: solid;
	position: relative;
}

.dtp-rating-figure img {
	border-style: solid;
}

.dtp-rating-star-desc {
	font-size: 14px;
}

@media (max-width: 767px) {
	.dtp-review {
		display: block;
	}
}

.dtp-review-badge {
	font-size: 13px;
	border-style: solid;
	white-space: nowrap;
}

.torq-star-rating {
	display: flex;
	align-items: center;
	flex-direction: row;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	gap: 12px;
}

.torq-star-rating .torq-star-rating-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.torq-star-rating .torq-star-rating-wrap svg {
	fill: #f8954f;
	width: 32px;
	height: 32px;
}

.dtp-team {
	border-style: solid;
}

.dtp-team-content {
	border-style: solid;
	z-index: 99;
}

.dtp-team figure .figure-wrap {
	overflow: hidden;
	height: 100%;
}

.dtp-team figure {
	border-width: 0;
	position: relative;
}

.dtp-team figure img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: .3s;
	border-style: solid;
}

.et-db #et-boc .dtp-team .dtp-team-social, .dtp-team .dtp-team-social {
	list-style: none !important;
	padding-left: 0;
}

.dtp-team .dtp-team-social {
	display: flex;
	padding-bottom: 0;
	transition: .3s;
	margin-bottom: 0;
}

.dtp-team .dtp-team-social li a span, .dtp-team .dtp-team-social li a svg {
	vertical-align: middle;
	line-height: 1;
}

.dtp-team .dtp-team-social li a {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
	padding: 3px;
}

.dtp-team .content-left {
	text-align: left;
}

.dtp-team .content-right {
	text-align: right;
}

.dtp-team .content-center {
	text-align: center;
}

.dtp-team .item-center {
	justify-content: center;
}

.dtp-team-content-job-title, .dtp-team-content-bio {
	font-size: 14px;
}

h3.dtp-team-content-name {
	font-size: 22px;
}

.dtp-team .item-right {
	justify-content: flex-end;
}

.dtp-team.hover_1 {
	position: relative;
}

.dtp-team.hover_1 .dtp-team-content {
	position: absolute;
	bottom: 50px;
	left: 25px;
	width: calc(100% - 50px);
	opacity: 0;
}

.dtp-team.hover_1:hover .dtp-team-content {
	bottom: 25px;
	opacity: 1;
}

.dtp-team.hover_2 {
	position: relative;
}

.dtp-team.hover_2 .dtp-team-content {
	position: absolute;
	top: 25px;
	left: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dtp-team.hover_2:hover .dtp-team-content {
	opacity: 1;
}

.dtp-team.hover_3 {
	position: relative;
}

.dtp-team.hover_3 .dtp-team-content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	transform: translateY(100%);
}

.dtp-team.hover_3:hover .dtp-team-content {
	opacity: 1;
	transform: translateY(0);
}

.dtp-team.hover_4 {
	position: relative;
}

.dtp-team.hover_4 .dtp-team-content {
	position: absolute;
	top: 50%;
	left: 25px;
	width: calc(100% - 50px);
	opacity: 0;
	transform: translateY(-50%) scale(.7);
}

.dtp-team.hover_4:hover .dtp-team-content {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.dtp-testimonial-img {
	border-style: solid;
	overflow: hidden;
	border-width: 0;
	display: inline-block !important;
}

.dtp-img-right .dtp-testimonial-reviewer figure {
	order: 2;
}

.dtp-testimonial-title {
	font-size: 14px;
}

.dtp-testimonial {
	position: relative;
}

.dtp-testimonial.dtp-align-left * {
	text-align: left;
}

.dtp-testimonial.dtp-align-center * {
	text-align: center;
}

.dtp-testimonial.dtp-align-right * {
	text-align: right;
}

.dtp-img-left .dtp-testimonial-reviewer, .dtp-img-right .dtp-testimonial-reviewer {
	display: flex;
	align-items: center;
}

.dtp-testimonial-review {
	font-size: 14px;
}

.dtp-align-right .dtp-testimonial-reviewer {
	justify-content: flex-end;
}

.dtp-align-center .dtp-testimonial-reviewer {
	justify-content: center;
}

.dtp-testimonial-icon i {
	display: inline-block;
	border-style: solid;
}

.dtp-testimonial-inner {
	position: relative;
	z-index: 1;
	border-style: solid;
	min-height: 110px;
}

.dtp-testimonial-inner .dtp-icon-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
}

.dtp-testimonial .dtp-icon-absolute {
	position: absolute;
	z-index: 9999999;
}

.dtp-testimonial-content {
	width: 100%;
}

.dtp-testimonial-inner.img-pos-left, .dtp-testimonial-inner.img-pos-right {
	display: flex;
}

@media (max-width: 767px) {
	.dtp-testimonial-inner.img-pos-left, .dtp-testimonial-inner.img-pos-right {
		display: block !important;
	}
}

.dtp-horizontal-timeline-frontend .slick-arrow:before {
	content: attr(data-icon) !important;
}

.dtp-et-icon {
	display: inline-block;
	transition: .2s all ease !important;
	transform-origin: center;
	vertical-align: middle !important;
	line-height: 1;
}

.et-db #et-boc .dtp-et-icon:after, .dtp-et-icon:after {
	content: attr(data-icon) !important;
	font-family: "ETmodules" !important;
	line-height: inherit;
	font-size: inherit !important;
	display: inline-block;
	text-shadow: none;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	text-transform: none;
	transition: all .2s ease;
}

.dtp-horizontal-timeline .slick-arrow:before {
	font-family: ETmodules !important;
	line-height: 1.35;
	vertical-align: middle;
}

.dtp-horizontal-timeline .slick-arrow:before, .dtp-horizontal-timeline .slick-arrow:after {
	color: inherit !important;
}

.dtp-horizontal-timeline-title h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
}

.dtp-horizontal-timeline-date, .dtp-horizontal-timeline-desc {
	font-size: 14px;
}

.dtp-horizontal-timeline .slick-arrow {
	z-index: 99 !important;
}

.dtp-horizontal-timeline-icon-wrap {
	position: relative;
}

.dtp-horizontal-timeline-icon-wrap:before {
	content: "";
	width: 500%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.dtp-horizontal-timeline-icon {
	border: 0px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 99;
	border-radius: 6px;
}

.dtp-horizontal-timeline-figure {
	max-width: 100%;
	overflow: hidden;
	display: inline-block;
}

.dtp-horizontal-timeline-figure img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
}

.dtp-horizontal-timeline-content-wrap {
	position: relative;
}

.dtp-horizontal-timeline .dtp-horizontal-timeline-arrow:before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	transition: inherit;
}

.dtp-horizontal-timeline .dtp-horizontal-timeline-arrow {
	position: absolute;
	bottom: 100%;
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	border-right-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	transition: inherit;
}

.both .slick-slide:nth-child(even) .dtp-horizontal-timeline-item {
	padding-bottom: 15px;
}

.both .slick-slide:nth-child(odd) .dtp-horizontal-timeline-item {
	display: flex;
	flex-direction: column-reverse;
}

.both .slick-slide:nth-child(odd) .dtp-horizontal-timeline-item .dtp-horizontal-timeline-arrow {
	top: 100%;
}

.both .slick-slide:nth-child(odd) .dtp-horizontal-timeline-item {
	height: calc(var(--main-height));
}

.both .slick-slide:nth-child(odd) .dtp-horizontal-timeline-top {
	display: flex;
	flex-direction: column-reverse;
}

.dtp-horizontal-timeline.both .dtp-horizontal-timeline-date {
	height: 30px;
}

.dtp-horizontal-timeline-icon-wrap {
	position: relative;
}

.dtp-horizontal-timeline-date.empty-date {
	opacity: 0;
}

.dtp-horizontal-timeline.both .slick-arrow {
	top: var(--arrow-pos) !important;
	transform: translateY(-50%) !important;
}

.top .dtp-horizontal-timeline-item {
	display: flex;
	flex-direction: column-reverse;
}

.top .dtp-horizontal-timeline-top {
	display: flex;
	flex-direction: column-reverse;
}

.top .dtp-horizontal-timeline-item .dtp-horizontal-timeline-arrow {
	top: 100%;
}

.top.dtp-horizontal-timeline .slick-track {
	display: flex !important;
}

.top.dtp-horizontal-timeline .slick-slide {
	height: initial !important;
}

.top .dtp-horizontal-timeline-item, .top.dtp-horizontal-timeline .bapro_horizontal_timeline_child>div, .top.dtp-horizontal-timeline .bapro_horizontal_timeline_child, .top.dtp-horizontal-timeline .slick-slide>div {
	height: 100% !important;
}

.dtp-et-icon {
	display: inline-block;
	transition: .2s all ease !important;
	transform-origin: center;
	vertical-align: middle !important;
	line-height: 1;
}

.et-db #et-boc .dtp-et-icon:after, .dtp-et-icon:after {
	content: attr(data-icon) !important;
	font-family: "ETmodules" !important;
	line-height: inherit;
	font-size: inherit !important;
	display: inline-block;
	text-shadow: none;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	text-transform: none;
	transition: all .2s ease;
}

.dtp-vertical-timeline .et_pb_module {
	margin-bottom: 0 !important;
}

.dtp-vertical-timeline .et_pb_module.torq_timeline_child:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.dtp-vt-content-inner {
	position: relative;
}

.dtp-vertical-timeline h4, .dtp-vertical-timeline h5 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.dtp-vertical-timeline {
	position: relative;
	overflow: hidden;
}

.dtp-vt-figure img {
	border-style: solid;
}

.dtp-vt-desc {
	font-size: 14px;
	line-height: 1.6;
}

.dtp-vt-content {
	border-style: solid;
}

.dtp-vt-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 0 solid #333;
	z-index: 9999;
	position: absolute;
}

.dtp-vt-title h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.dtp-vertical-timeline h5 {
	font-size: 16px;
}

.dtp-vertical-timeline h4 {
	font-size: 18px;
}

.torq_timeline_child:not(.is-scroll) .dtp-vt-scroll-inner {
	display: none;
}

.dtp-vt-circle i:after {
	transition: 0s !important;
}

.dtp-vt-scroll {
	position: absolute;
	height: 300%;
	left: 0px;
	top: 5px;
	z-index: 99;
}

.dtp-vt-scroll-inner {
	width: 100%;
	position: static;
}

.dtp-vt-circle-date {
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.dtp-vt-circle-date .date-day {
	font-size: 13px;
}

.dtp-vt-circle-date .date-month {
	font-size: 16px;
}

.dtp-vt-circle-date .date-year {
	font-size: 11px;
}

.dtp-vt-time {
	margin-left: 8px;
}

.dtp-vt-title h4 {
	line-height: 1.6;
	font-size: 18px;
}

.dtp-vt-subtitle h5 {
	line-height: 1.6;
	font-size: 16px;
}

.template-1 .dtp-vt-scroll {
	left: 100%;
	transform: translateX(-50%);
}

.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-scroll {
	left: auto;
	right: 100%;
	transform: translateX(50%);
}

.template-1 .torq_timeline_child {
	position: relative;
	margin: 0px 50% 0 0;
}

.template-1 .torq_timeline_child:nth-child(2n) {
	margin: 0 0 0 50%;
}

.template-1 .dtp-vt-content {
	position: relative;
}

.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-content-inner:before {
	right: auto;
	left: -9px;
}

.template-1 .dtp-vt-content-inner:before {
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	transform: rotate(-45deg);
	position: absolute;
	right: -9px;
	background-color: inherit;
}

.template-1 .dtp-vt-circle {
	position: absolute;
	transform: translateX(50%);
}

.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-circle {
	right: auto;
	transform: translateX(-50%);
}

.template-2 .dtp-vt-content-inner:before {
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	transform: rotate(-45deg);
	position: absolute;
	left: -9px;
	background-color: inherit;
}

.template-2 .torq_timeline_child {
	position: relative;
	margin: 0px 0 0px 0px;
}

.template-2 .dtp-vt-content {
	position: relative;
}

.template-2 .dtp-vt-circle {
	transform: translateX(-50%);
}

.template-2 .dtp-vt-scroll {
	left: 0;
	transform: translateX(-50%);
}

.template-3 .torq_timeline_child {
	position: relative;
	padding-bottom: 40px;
}

.template-3 .dtp-vt-content {
	position: relative;
}

.template-3 .dtp-vt-content-inner:before {
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	transform: rotate(-45deg);
	position: absolute;
	left: -9px;
	background-color: inherit;
}

.template-3 .dtp-vt-scroll {
	left: 0;
	transform: translateX(-50%);
}

.template-3 .dtp-vt-circle {
	transform: translateX(-50%);
}

.template-3 .dtp-vt-content-left {
	position: absolute;
	text-align: right;
	top: 0px;
	transform: translateX(-100%);
}

@media (max-width: 767px) {
	.dtp-vertical-timeline.template-1 .dtp-vt-circle {
		transform: translateX(-50%) translateY(-50%);
	}
	
	.dtp-vertical-timeline.template-1 .dtp-vt-scroll {
		left: 50% !important;
		transform: translateX(-50%) !important;
		right: auto !important;
	}
	
	.dtp-vertical-timeline.template-1 .torq_timeline_child {
		margin: 0 0 0 0 !important;
	}
	
	.dtp-vertical-timeline.template-1 .dtp-vt-content-inner:before {
		left: 50% !important;
		top: -10px !important;
		right: auto !important;
		margin-left: -10px;
	}
	
	.dtp-vertical-timeline.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-content, .dtp-vertical-timeline.template-1 .dtp-vt-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-circle {
		transform: translateX(-50%) translateY(-50%) !important;
	}
	
	.template-1 .dtp-vt-content {
		z-index: 9999;
	}
	
	.template-1 .torq_timeline_child .dtp-vt-circle {
		right: auto !important;
		left: 50% !important;
	}
	
	.dtp-vertical-timeline.template-3 .dtp-vt-title {
		position: static !important;
		text-align: inherit;
		top: initial;
		left: initial;
		transform: translateX(0%) translateY(0%);
		margin-bottom: 15px;
	}
	
	.dtp-vertical-timeline.template-3 .dtp-vt-content-left {
		width: 166px !important;
		position: static !important;
		width: initial !important;
		transform: translateX(0) translateY(0) !important;
		text-align: left !important;
	}
}

.dtp-business-hour-day, .dtp-business-hour-hour {
	line-height: 1;
}

.dtp-business-hour-child {
	border-style: solid;
}

.dtp-business-hour-day, .dtp-business-hour-time {
	font-size: 14px;
}

.torq_business_hours .dtp-business-hour .dtp-business-hour-content .torq_business_hours_child:last-child {
	margin-bottom: 0 !important;
}

.torq_business_hours .dtp-business-hour .dtp-business-hour-content .torq_business_hours_child:last-child:after {
	display: none;
	opacity: 0;
}

.torq_business_hours_child {
	position: relative;
}

.torq_business_hours_child:after {
	width: 100%;
	left: 0;
}

.dtp-business-hour-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dtp-business-hour-separator {
	flex: 1 1;
}

.dtp-price-menu-image {
	border-style: solid;
	display: inline-block !important;
}

.dtp-price-menu-header h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.dtp-price-menu-image img {
	width: 100%;
	-o-object-position: center;
	object-position: center;
}

.dtp-price-menu .dtp-price-menu-desc {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bapro_price_menu_child {
	border-style: solid;
}

.bapro_price_menu .dtp-price-menu.dtp-module .bapro_price_menu_child:last-child {
	margin-bottom: 0 !important;
}

.dtp-price-menu-child {
	width: 100%;
}

.dtp-cf7-styler * {
	box-sizing: border-box;
}

.dtp-cf7-styler .wpcf7 form {
	position: relative;
}

.dtp-cf7-styler .wpcf7-form .wpcf7-submit {
	display: block !important;
}

.dtp-cf7-styler .wpcf7 form>div, .dtp-cf7-styler .wpcf7 form>p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.dtp-cf7-styler .wpcf7 .dtp-cf7-styler .wpcf7-control-wrap {
	width: 100%;
	display: block;
}

.dtp-cf7-styler .wpcf7 input:not([type=submit]):focus, .dtp-cf7-styler .wpcf7 select:focus, .dtp-cf7-styler .wpcf7 textarea:focus {
	border-color: #eaeaea;
	outline: 0;
	box-shadow: none;
}

.dtp-cf7-styler .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .dtp-cf7-styler .wpcf7 select, .dtp-cf7-styler .wpcf7 textarea {
	width: 100%;
	max-width: 100%;
}

.dtp-cf7-styler .wpcf7 input[type=file] {
	color: #666;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	background: #fafafa;
	box-shadow: none;
	transition: all .2s linear;
	border-radius: 2px;
	box-sizing: border-box;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7 input[type=checkbox], .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7 input[type=radio] {
	display: inline-block;
	position: relative;
	visibility: hidden;
	clear: none;
	cursor: pointer;
	line-height: 0;
	height: 1.2em;
	margin: -3px 4px 0 0;
	outline: 0;
	padding: 0;
	border-radius: .2em;
	text-align: center;
	vertical-align: middle;
	width: 1.4em;
	min-width: 1.4em;
	transition: all .2s linear;
}

.dtp-cf7-styler input[type=range] {
	background: 0 0 !important;
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before {
	box-sizing: content-box;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox], .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox], .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio] {
	display: none;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]:not(:checked)+span:before {
	background-color: #fff;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before {
	border-width: 1px;
	border-style: solid;
	border-color: #d1d8de;
	width: 14px;
	height: 14px;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]:checked+span:before {
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before {
	border-radius: 100%;
	background-color: #d1d8de;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before, .dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before {
	content: "✔";
	line-height: 1.2;
}

.dtp-cf7-styler-button-center input.wpcf7-form-control.wpcf7-submit, .dtp-cf7-styler-button-justify input.wpcf7-form-control.wpcf7-submit, .dtp-cf7-styler-button-left input.wpcf7-form-control.wpcf7-submit, .dtp-cf7-styler-button-right input.wpcf7-form-control.wpcf7-submit {
	-js-display: flex;
	display: flex;
	width: auto;
}

.dtp-cf7-styler .wpcf7 input[type=submit] {
	letter-spacing: .6px;
	width: auto;
	font-size: 16px;
	padding: 10px 22px 10px 22px;
	border-radius: 3px;
	border-style: solid;
	border-color: #2ea3f2;
	color: #fff;
	background-color: #2ea3f2;
	-webkit-appearance: button;
	cursor: pointer;
}

.dtp-cf7-styler .wpcf7 div.wpcf7-response-output {
	margin: 0;
}

.dtp-form-header {
	display: flex;
	align-items: center;
}

.dtp-form-header-icon, .dtp-form-header-image {
	position: relative;
	display: flex;
	flex: auto 0 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 50% 50%;
}

.dtp-form-header-title {
	font-size: 32px;
	font-weight: 600;
}

.dtp-form-header-text {
	margin-top: 8px;
	opacity: .7;
	font-size: 15px;
}

.dtp-cf7-styler-button-center .wpcf7-form input[type=submit], .dtp-cf7-styler-button-center .wpcf7-form button.wpcf7-submit {
	margin-left: auto !important;
	margin-right: auto !important;
}

.dtp-cf7-styler-button-right .wpcf7-form input[type=submit], .dtp-cf7-styler-button-right .wpcf7-form button.wpcf7-submit {
	margin-left: auto !important;
}

.dtp-cf7-styler-button-left .wpcf7-form input[type=submit], .dtp-cf7-styler-button-left .wpcf7-form button.wpcf7-submit {
	margin-right: auto !important;
}

.dtp-cf7 .wpcf7 input[type=submit][disabled] {
	cursor: not-allowed;
}

.dt-gf-styler .gform_wrapper .chosen-container-multi .chosen-choices, .dt-gf-styler .gform_wrapper .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	height: auto;
	border: 1px solid #aaa;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
}

.dt-gf-styler .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input {
	margin-bottom: 0;
}

.dt-gf-styler .gform_wrapper li.hidden_label input {
	margin-top: 0;
}

.dt-gf-styler .gform_wrapper .chosen-container-single .chosen-single span {
	line-height: 1;
}

.dt-gf-styler .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
	background: #fff;
}

.dt-gf-styler .gform_page .gform_page_footer input[type=button], .dt-gf-styler .gform_page .gform_page_footer input[type=submit] {
	display: inline-block;
}

.dt-gf-styler .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title, .dt-gf-styler .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	opacity: 1;
}

.dt-gf-styler .gchoice, .dt-gf-styler .gchoice_button {
	align-items: center;
	vertical-align: middle;
}

.dt-gf-styler .chosen-single, .dt-gf-styler select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.dt-gf-styler .gform_wrapper div.validation_error {
	border-top: none;
	border-bottom: none;
}

.dt-gf-styler .gform_wrapper .gfield_radio li label {
	margin: 0;
}

.dt-gf-styler .gform_wrapper .gform_body {
	width: 100% !important;
}

.dt-gf-styler .gform_wrapper .gsection {
	margin-right: 0;
}

.dt-gf-styler .gform_body ul {
	margin-left: 0;
	list-style: none;
}

.dt-gf-styler .gform_wrapper .chosen-choices li.search-field input.default, .dt-gf-styler .gform_wrapper .chosen-choices li.search-field input[type=text], .dt-gf-styler .gform_wrapper .gfield .ginput_container .chosen-choices, .dt-gf-styler .gform_wrapper .gfield .ginput_container .chosen-single, .dt-gf-styler .gform_wrapper .gfield .ginput_container select {
	height: auto;
}

.dt-gf-styler .gform_page .gform_page_footer input[type=button] {
	margin-bottom: 20px;
}

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button, .gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button {
	display: inline-block;
}

.dt-gf-styler .gform_wrapper .gform_validation_errors>h2 .gform-icon {
	display: unset;
	position: relative;
	left: unset;
	top: unset;
}

.dt-gf-styler .gform_wrapper .gform_validation_errors>h2.gform_submission_error {
	display: flex;
	align-items: center;
}

.dt-gf-styler .gform_wrapper {
	display: block !important;
}

.dt-ff-styler .fluentform input[type=checkbox], .dt-ff-styler .fluentform input[type=radio], .dt-ff-styler select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: solid;
}

.dt-ff-styler .fluentform input[type=checkbox], .dt-ff-styler .fluentform input[type=radio] {
	box-sizing: content-box;
	display: inline-block;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.dt-ff-styler .fluentform input[type=checkbox]:before, .dt-ff-styler .fluentform input[type=radio]:before {
	content: "";
	box-sizing: content-box;
	cursor: pointer;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.dt-ff-styler .fluentform input[type=checkbox]:focus, .dt-ff-styler .fluentform input[type=radio]:focus {
	outline: 0;
}

.dt-ff-styler .fluentform .ff-el-form-check label.ff-el-form-check-label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.dt-ff-styler .fluentform input[type=radio], .dt-ff-styler .fluentform input[type=radio]:checked:before {
	border-radius: 100%;
}

.dt-ff-styler .fluentform input[type=checkbox]:checked:before {
	content: "✔";
	line-height: 1.2;
}

@keyframes dot1 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

@keyframes dot2 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

@keyframes dot3 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

.dt-whatsapp-chat-wrapper {
	position: fixed;
	margin: 20px 0 0;
	bottom: 30px;
	z-index: 999999999999999;
	transition: .5s;
}

.dt-whatsapp-chat-wrapper .dt-chat-close-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	opacity: .4;
	cursor: pointer;
	transition: all .3s ease 0s;
	outline: rgba(0, 0, 0, 0);
	justify-content: center;
	align-items: center;
	display: flex !important;
}

.dt-whatsapp-chat-wrapper .dt-chat-close-btn::before, .dt-whatsapp-chat-wrapper .dt-chat-close-btn::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: #fff;
	display: block;
	border-radius: 2px;
}

.dt-whatsapp-chat-wrapper .dt-chat-close-btn::before {
	transform: rotate(45deg);
}

.dt-whatsapp-chat-wrapper .dt-chat-close-btn::after {
	transform: rotate(-45deg);
}

.dt-whatsapp-chat-wrapper .dt-chat-bubble {
	position: relative;
	position: fixed;
	bottom: 30px;
	z-index: 9999999;
}

.dt-whatsapp-chat-wrapper .dt-chat-bubble-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	background-color: #25d366;
	cursor: pointer;
	border: none;
	gap: 10px;
	visibility: visible;
}

.dt-whatsapp-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon {
	display: block;
	width: 40px;
	height: 40px;
}

.dt-whatsapp-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon svg {
	width: 100%;
	height: 100%;
}

.dt-whatsapp-chat-wrapper .dt-chat-box {
	opacity: 0;
	box-shadow: rgba(0, 0, 0, .1) 0px 12px 24px 0px;
	background-color: #fff;
	border-radius: 9px;
	transition: .5s;
	position: fixed;
	width: 360px;
	bottom: 0;
	z-index: 2;
	visibility: hidden;
}

.dt-whatsapp-chat-wrapper .dt-chat-box-show {
	opacity: 1;
	bottom: 0;
	margin-bottom: 100px;
	visibility: visible;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header {
	background-color: #095e54;
	padding: 20px;
	display: flex;
	align-items: center;
	border-radius: 9px 9px 0 0;
	color: #fff;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header .dt-chat-header-right {
	padding-left: 15px;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header .dt-chat-header-right .dt-profile-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation {
	background-color: #f1f0f0;
	padding: 40px 20px 50px;
	position: relative;
	overflow: auto;
	max-height: 382px;
	display: flex;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots {
	background-color: #fff;
	width: 50px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .1s ease 0s;
	opacity: 0;
	z-index: 1;
	border-radius: 9px;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px .5px;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner {
	position: relative;
	display: flex;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: #b6b5ba;
	border-radius: 50%;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	display: inline-block !important;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot1 {
	animation-name: dot1;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot2 {
	animation-name: dot2;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot3 {
	animation-name: dot3;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg {
	background-color: #fff;
	border-radius: 9px;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px .5px;
	color: #000;
	font-size: 14px;
	margin-left: -50px;
	line-height: 1.3;
	max-width: calc(100% - 80px);
	padding: 7px 14px 6px;
	width: 100%;
	opacity: 0;
	transition: .5s;
	z-index: 2;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p.dt-user-name {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, .4);
	margin-bottom: 4px;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper {
	padding: 30px;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat {
	background-color: #25d366;
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	align-items: center;
	color: #fff;
	cursor: pointer;
	gap: 10px;
}

.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat img {
	height: 24px;
}

.dt-whatsapp-chat-wrapper .dt-chat-box-show {
	opacity: 1;
	bottom: 0;
	margin-bottom: 100px;
}

.dt-whatsapp-chat-wrapper.dt-floating-right {
	right: 0;
}

.dt-whatsapp-chat-wrapper.dt-floating-right .dt-chat-box {
	right: 50px;
}

.dt-whatsapp-chat-wrapper.dt-floating-right .dt-chat-bubble {
	right: 50px;
}

.dt-whatsapp-chat-wrapper.dt-floating-left {
	left: 0;
}

.dt-whatsapp-chat-wrapper.dt-floating-left .dt-chat-box {
	left: 50px;
}

.dt-whatsapp-chat-wrapper.dt-floating-left .dt-chat-bubble {
	left: 50px;
}

.dt-whatsapp-chat-wrapper.dt-floating-center {
	left: 50%;
	transform: translateX(-50%);
}

.dt-whatsapp-chat-wrapper.dt-floating-center .dt-chat-box {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.dt-whatsapp-chat-wrapper.dt-floating-center .dt-chat-bubble {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.torq_whatsapp_chat .dt-template-support .dt-chat-box .dt-chat-header {
	background-color: #fff;
	color: #000;
}

.torq_whatsapp_chat .dt-template-support .dt-wc-chat-bubble-btn {
	border-radius: 100px;
	width: auto;
	padding: 10px 25px;
	background-color: #000;
	color: #fff;
}

.torq_whatsapp_chat .dt-template-booking .dt-chat-box .dt-chat-header {
	background-color: #1c68f5;
}

.torq_whatsapp_chat .dt-template-booking .dt-wc-chat-bubble-btn {
	border-radius: 100px;
	width: auto;
	padding: 10px 25px;
	background-color: #1c68f5;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
}

.dt-template-sale .dt-chat-box .dt-chat-header {
	background-color: #ff6900;
}

.dt-template-sale .dt-wc-chat-bubble-btn {
	background-color: #ff6900;
}

@media (max-width: 768px) {
	.dt-whatsapp-chat-wrapper {
		bottom: 20px;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-box {
		width: 90%;
		max-width: 320px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.dt-whatsapp-chat-wrapper {
		bottom: 20px;
		margin: 0px auto;
		width: 100%;
	}
	
	.dt-whatsapp-chat-wrapper.dt-floating-right {
		right: 20px;
	}
	
	.dt-whatsapp-chat-wrapper.dt-floating-right .dt-chat-box {
		right: 10px;
	}
	
	.dt-whatsapp-chat-wrapper.dt-floating-right .dt-chat-bubble {
		right: 10px;
	}
	
	.dt-whatsapp-chat-wrapper.dt-floating-left {
		left: 20px;
	}
	
	.dt-whatsapp-chat-wrapper.dt-floating-left .dt-chat-box {
		left: 10px;
	}
	
	.dt-whatsapp-chat-wrapper.dt-floating-left .dt-chat-bubble {
		left: 10px;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-bubble-btn {
		border-radius: 50%;
		height: 50px;
		width: 50px;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-box {
		width: calc(100% - 40px);
		bottom: 100px;
		left: auto;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header {
		padding: 15px;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation {
		padding: 15px;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg {
		max-width: 100%;
		width: 100%;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper {
		padding: 10px;
	}
	
	.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat {
		padding: 7px 10px;
	}
}

.dt-warning {
	color: #343541;
	font-weight: bold;
	cursor: pointer;
	background-color: #fae69e;
	border-radius: .375rem;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 500;
	padding: .275rem .375rem !important;
	display: inline-block;
}

@keyframes dot1 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

@keyframes dot2 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

@keyframes dot3 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

.dt-instagram-chat-wrapper {
	position: fixed;
	margin: 20px 0 0;
	bottom: 30px;
	z-index: 999999999;
	transition: .5s;
}

.dt-instagram-chat-wrapper .dt-chat-close-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	opacity: .4;
	cursor: pointer;
	transition: all .3s ease 0s;
	outline: rgba(0, 0, 0, 0);
	justify-content: center;
	align-items: center;
	display: flex !important;
}

.dt-instagram-chat-wrapper .dt-chat-close-btn::before, .dt-instagram-chat-wrapper .dt-chat-close-btn::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: #fff;
	display: block;
	border-radius: 2px;
}

.dt-instagram-chat-wrapper .dt-chat-close-btn::before {
	transform: rotate(45deg);
}

.dt-instagram-chat-wrapper .dt-chat-close-btn::after {
	transform: rotate(-45deg);
}

.dt-instagram-chat-wrapper .dt-chat-bubble {
	position: relative;
	position: fixed;
	bottom: 30px;
	z-index: 9999999999;
}

.dt-instagram-chat-wrapper .dt-chat-bubble-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	background-color: #5851db;
	cursor: pointer;
	border: none;
	gap: 5px;
	visibility: visible;
}

.dt-instagram-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon {
	display: block;
	width: 40px;
	height: 40px;
}

.dt-instagram-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon svg {
	width: 100%;
	height: 100%;
}

.dt-instagram-chat-wrapper .dt-chat-box {
	opacity: 0;
	box-shadow: rgba(0, 0, 0, .1) 0px 12px 24px 0px;
	background-color: #fff;
	border-radius: 9px;
	transition: .5s;
	position: fixed;
	width: 360px;
	bottom: 0;
	z-index: 2;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header {
	background-color: #5851db;
	padding: 20px;
	display: flex;
	align-items: center;
	border-radius: 9px 9px 0 0;
	color: #fff;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header .dt-chat-header-right {
	padding-left: 15px;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header .dt-chat-header-right .dt-profile-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation {
	background-color: #f1f0f0;
	padding: 40px 20px 50px;
	position: relative;
	overflow: auto;
	max-height: 382px;
	display: flex;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots {
	background-color: #fff;
	width: 50px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .1s ease 0s;
	opacity: 0;
	z-index: 1;
	border-radius: 9px;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px .5px;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner {
	position: relative;
	display: flex;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: #b6b5ba;
	border-radius: 50%;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	display: inline-block !important;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot1 {
	animation-name: dot1;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot2 {
	animation-name: dot2;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot3 {
	animation-name: dot3;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg {
	background-color: #fff;
	border-radius: 9px;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px .5px;
	color: #000;
	font-size: 14px;
	margin-left: -50px;
	line-height: 1.3;
	max-width: calc(100% - 80px);
	padding: 7px 14px 6px;
	width: 100%;
	opacity: 0;
	transition: .5s;
	z-index: 2;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p.dt-user-name {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, .4);
	margin-bottom: 4px;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper {
	padding: 30px;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper a.dt-start-chat {
	background-color: #5851db;
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper a.dt-start-chat img {
	height: 24px;
}

.dt-instagram-chat-wrapper .dt-chat-box-show {
	opacity: 1;
	bottom: 0;
	margin-bottom: 100px;
}

.dt-instagram-chat-wrapper.dt-floating-right {
	right: 0;
}

.dt-instagram-chat-wrapper.dt-floating-right .dt-chat-box {
	right: 50px;
}

.dt-instagram-chat-wrapper.dt-floating-right .dt-chat-bubble {
	right: 50px;
}

.dt-instagram-chat-wrapper.dt-floating-left {
	left: 0;
}

.dt-instagram-chat-wrapper.dt-floating-left .dt-chat-box {
	left: 50px;
}

.dt-instagram-chat-wrapper.dt-floating-left .dt-chat-bubble {
	left: 50px;
}

.dt-instagram-chat-wrapper.dt-floating-center {
	left: 50%;
	transform: translateX(-50%);
}

.dt-instagram-chat-wrapper.dt-floating-center .dt-chat-box {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.dt-instagram-chat-wrapper.dt-floating-center .dt-chat-bubble {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.torq_instagram_chat .dt-template-support .dt-chat-box .dt-chat-header {
	background-color: #fff;
	color: #000;
}

.torq_instagram_chat .dt-template-support .dt-chat-bubble-btn {
	border-radius: 100px;
	width: auto;
	padding: 10px 25px;
	background-color: #000;
	color: #fff;
}

.torq_instagram_chat .dt-template-booking .dt-chat-box .dt-chat-header {
	background-color: #1c68f5;
}

.torq_instagram_chat .dt-template-booking .dt-chat-bubble-btn {
	border-radius: 100px;
	width: auto;
	padding: 10px 25px;
	background-color: #1c68f5;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
}

.dt-template-sale .dt-chat-box .dt-chat-header {
	background-color: #ff6900;
}

.dt-template-sale .dt-chat-bubble-btn {
	background-color: #ff6900;
}

@media (max-width: 768px) {
	.dt-chat-wrapper .dt-chat-box {
		width: 90%;
		max-width: 340px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.dt-instagram-chat-wrapper {
		bottom: 20px;
		margin: 0px auto;
		width: 100%;
	}
	
	.dt-instagram-chat-wrapper.dt-floating-right {
		right: 20px;
	}
	
	.dt-instagram-chat-wrapper.dt-floating-right .dt-chat-box {
		right: 10px;
	}
	
	.dt-instagram-chat-wrapper.dt-floating-right .dt-chat-bubble {
		right: 10px;
	}
	
	.dt-instagram-chat-wrapper.dt-floating-left {
		left: 20px;
	}
	
	.dt-instagram-chat-wrapper.dt-floating-left .dt-chat-box {
		left: 10px;
	}
	
	.dt-instagram-chat-wrapper.dt-floating-left .dt-chat-bubble {
		left: 10px;
	}
	
	.dt-instagram-chat-wrapper .dt-chat-bubble-btn {
		border-radius: 50%;
		height: 50px;
		width: 50px;
	}
	
	.dt-instagram-chat-wrapper .dt-chat-box {
		width: calc(100% - 40px);
		bottom: 100px;
		left: auto;
	}
	
	.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header {
		padding: 15px;
	}
	
	.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation {
		padding: 15px;
	}
	
	.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg {
		max-width: 100%;
		width: 100%;
	}
	
	.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	
	.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper {
		padding: 10px;
	}
	
	.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat {
		padding: 7px 10px;
	}
}

.dt-warning {
	color: #343541;
	font-weight: bold;
	cursor: pointer;
	background-color: #fae69e;
	border-radius: .375rem;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 500;
	padding: .275rem .375rem !important;
	display: inline-block;
}

@keyframes dot1 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

@keyframes dot2 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

@keyframes dot3 {
	0% {
		background-color: #b6b5ba;
	}
	
	15% {
		background-color: #111;
	}
	
	25% {
		background-color: #b6b5ba;
	}
}

.dt-telegram-chat-wrapper {
	position: fixed;
	margin: 20px 0 0;
	bottom: 30px;
	z-index: 999999999;
	transition: .5s;
}

.dt-telegram-chat-wrapper .dt-chat-close-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	opacity: .4;
	cursor: pointer;
	transition: all .3s ease 0s;
	outline: rgba(0, 0, 0, 0);
	justify-content: center;
	align-items: center;
	display: flex !important;
}

.dt-telegram-chat-wrapper .dt-chat-close-btn::before, .dt-telegram-chat-wrapper .dt-chat-close-btn::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: #fff;
	display: block;
	border-radius: 2px;
}

.dt-telegram-chat-wrapper .dt-chat-close-btn::before {
	transform: rotate(45deg);
}

.dt-telegram-chat-wrapper .dt-chat-close-btn::after {
	transform: rotate(-45deg);
}

.dt-telegram-chat-wrapper .dt-chat-bubble {
	position: relative;
	position: fixed;
	bottom: 30px;
	z-index: 9999999999;
}

.dt-telegram-chat-wrapper .dt-chat-bubble-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	background-color: #229ed9;
	cursor: pointer;
	border: none;
	gap: 10px;
	visibility: visible;
}

.dt-telegram-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon {
	display: block;
	width: 40px;
	height: 40px;
}

.dt-telegram-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon svg {
	width: 100%;
	height: 100%;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box {
	opacity: 0;
	box-shadow: rgba(0, 0, 0, .1) 0px 12px 24px 0px;
	background-color: #fff;
	border-radius: 9px;
	transition: .5s;
	position: fixed;
	width: 360px;
	bottom: 0;
	z-index: 2;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-header {
	background-color: #229ed9;
	padding: 20px;
	display: flex;
	align-items: center;
	border-radius: 9px 9px 0 0;
	color: #fff;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-header img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-header .dt-chat-header-right {
	padding-left: 15px;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-header .dt-chat-header-right .dt-profile-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation {
	background-color: #f1f0f0;
	padding: 40px 20px 50px;
	position: relative;
	overflow: auto;
	max-height: 382px;
	display: flex;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots {
	background-color: #fff;
	width: 50px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .1s ease 0s;
	opacity: 0;
	z-index: 1;
	border-radius: 9px;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px .5px;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner {
	position: relative;
	display: flex;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: #b6b5ba;
	border-radius: 50%;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	display: inline-block !important;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot1 {
	animation-name: dot1;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot2 {
	animation-name: dot2;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot3 {
	animation-name: dot3;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg {
	background-color: #fff;
	border-radius: 9px;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px .5px;
	color: #000;
	font-size: 14px;
	margin-left: -50px;
	line-height: 1.3;
	max-width: calc(100% - 80px);
	padding: 7px 14px 6px;
	width: 100%;
	opacity: 0;
	transition: .5s;
	z-index: 2;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p.dt-user-name {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, .4);
	margin-bottom: 4px;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-btn-wrapper {
	padding: 30px;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat {
	background-color: #229ed9;
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	align-items: center;
	color: #fff;
	cursor: pointer;
	gap: 10px;
}

.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat img {
	height: 24px;
}

.dt-telegram-chat-wrapper .dt-chat-box-show {
	opacity: 1;
	bottom: 0;
	margin-bottom: 100px;
}

.dt-telegram-chat-wrapper.dt-floating-right {
	right: 0;
}

.dt-telegram-chat-wrapper.dt-floating-right .dt-telegram-chat-box {
	right: 50px;
}

.dt-telegram-chat-wrapper.dt-floating-right .dt-chat-bubble {
	right: 50px;
}

.dt-telegram-chat-wrapper.dt-floating-left {
	left: 0;
}

.dt-telegram-chat-wrapper.dt-floating-left .dt-telegram-chat-box {
	left: 50px;
}

.dt-telegram-chat-wrapper.dt-floating-left .dt-chat-bubble {
	left: 50px;
}

.dt-telegram-chat-wrapper.dt-floating-center {
	left: 50%;
	transform: translateX(-50%);
}

.dt-telegram-chat-wrapper.dt-floating-center .dt-telegram-chat-box {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.dt-telegram-chat-wrapper.dt-floating-center .dt-chat-bubble {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.torq_telegram_chat .dt-template-support .dt-telegram-chat-box .dt-chat-header {
	background-color: #fff;
	color: #000;
}

.torq_telegram_chat .dt-template-support .dt-chat-bubble-btn {
	border-radius: 100px;
	width: auto;
	padding: 10px 25px;
	background-color: #000;
	color: #fff;
}

.torq_telegram_chat .dt-template-booking .dt-telegram-chat-box .dt-chat-header {
	background-color: #1c68f5;
}

.torq_telegram_chat .dt-template-booking .dt-chat-bubble-btn {
	border-radius: 100px;
	width: auto;
	padding: 10px 25px;
	background-color: #1c68f5;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
}

.dt-template-sale .dt-telegram-chat-box .dt-chat-header {
	background-color: #ff6900;
}

.dt-template-sale .dt-chat-bubble-btn {
	background-color: #ff6900;
}

@media (max-width: 768px) {
	.dt-telegram-chat-wrapper .dt-telegram-chat-box {
		width: 90%;
		max-width: 340px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.dt-telegram-chat-wrapper {
		bottom: 20px;
		margin: 0px auto;
		width: 100%;
	}
	
	.dt-telegram-chat-wrapper.dt-floating-right {
		right: 20px;
	}
	
	.dt-telegram-chat-wrapper.dt-floating-right .dt-chat-box {
		right: 10px;
	}
	
	.dt-telegram-chat-wrapper.dt-floating-right .dt-chat-bubble {
		right: 10px;
	}
	
	.dt-telegram-chat-wrapper.dt-floating-left {
		left: 20px;
	}
	
	.dt-telegram-chat-wrapper.dt-floating-left .dt-chat-box {
		left: 10px;
	}
	
	.dt-telegram-chat-wrapper.dt-floating-left .dt-chat-bubble {
		left: 10px;
	}
	
	.dt-telegram-chat-wrapper .dt-chat-bubble-btn {
		border-radius: 50%;
		height: 50px;
		width: 50px;
	}
	
	.dt-telegram-chat-wrapper .dt-chat-box {
		width: calc(100% - 40px);
		bottom: 100px;
		left: auto;
	}
	
	.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-header {
		padding: 15px;
	}
	
	.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation {
		padding: 15px;
	}
	
	.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg {
		max-width: 100%;
		width: 100%;
	}
	
	.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	
	.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper {
		padding: 10px;
	}
	
	.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat {
		padding: 7px 10px;
	}
}

.dt-warning {
	color: #343541;
	font-weight: bold;
	cursor: pointer;
	background-color: #fae69e;
	border-radius: .375rem;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 500;
	padding: .275rem .375rem !important;
	display: inline-block;
}

.bck_video_popup {
	overflow: hidden;
}

.dtp-video-modal-inner {
	position: relative;
}

.dtp-video-modal a svg {
	transition: .2s ease-in-out;
}

.dtp-video-modal a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.dtp-video-modal .dtp-video-modal-icon:after, .dtp-video-modal a:after {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	animation: dtp-video-animation 2s infinite;
}

@keyframes dtp-video-animation {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	10% {
		opacity: 1;
	}
	
	90% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.dtp-video-modal a {
	color: #fff;
}

.dtp-video-modal-trigger {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.dtp-video-modal-figure {
	position: relative;
	cursor: pointer;
	display: block;
}

.dtp-video-modal-figure:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.dtp-video-modal-figure img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.dtp-video-open .mfp-iframe-holder .mfp-close {
	width: 52px;
	top: -51px !important;
	opacity: 1 !important;
	font-size: 46px;
}

.dtp-video-open .mfp-iframe-holder .mfp-close:focus {
	outline: none;
	border: none;
}

.dtp-modal {
	max-width: 700px;
	margin: 30px auto;
	position: relative;
	padding: 0px;
	background: #fff;
	opacity: 0;
	transition: .1s !important;
}

.dtp-video-wrap {
	overflow: hidden;
}

.dtp-modal video {
	width: 100%;
	vertical-align: middle;
}

.dtp-video-open .mfp-wrap .dtp-modal .mfp-close:active {
	top: 0 !important;
}

.dtp-modal.open {
	opacity: 1;
}

.dtp-modal-open .mfp-close-btn-in .mfp-close {
	color: #fff;
	top: -42px;
	opacity: 1;
	font-size: 40px;
}

.dtp-video-modal-icon, .dtp-video-modal-text {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.dtp-video-modal-text {
	font-size: 16px;
	line-height: 1em;
}

.dtp-image-scroll {
	cursor: pointer;
}

.scroll-figure-wrap {
	position: relative;
}

.dtp-image-scroll-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	transition: .3s all ease-in-out;
}

.dtp-image-scroll-icon img {
	width: 50px;
}

.dtp-image-scroll-icon {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s all ease-in-out;
}

.dtp-image-scroll:hover .dtp-image-scroll-overlay, .dtp-image-scroll:hover .dtp-image-scroll-icon {
	opacity: 0;
}

@keyframes dtp-scroll-X {
	0% {
		transform: translateX(0);
	}
	
	100% {
		transform: translateX(8px);
	}
}

@keyframes dtp-scroll-Y {
	0% {
		transform: translateY(0);
	}
	
	100% {
		transform: translateY(8px);
	}
}

.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:before, .dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:after, .dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:before, .dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 30;
	box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
}

.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:before, .dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:before, .dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.dtp-image-compare .twentytwenty-overlay div:before {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 0 solid;
}

.dtp-image-compare .twentytwenty-before-label, .dtp-image-compare .twentytwenty-after-label, .dtp-image-compare .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition-duration: .5s;
}

.dtp-image-compare .twentytwenty-before-label, .dtp-image-compare .twentytwenty-after-label {
	transition-property: opacity;
}

.dtp-image-compare .twentytwenty-before-label:before, .dtp-image-compare .twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	background: hsla(0, 0%, 100%, .2);
	line-height: 38px;
	padding: 0 20px;
}

.dtp-image-compare .twentytwenty-horizontal .twentytwenty-before-label:before, .dtp-image-compare .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	transform: translateY(-50%);
}

.dtp-image-compare .twentytwenty-vertical .twentytwenty-before-label:before, .dtp-image-compare .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}

.dtp-image-compare .twentytwenty-left-arrow, .dtp-image-compare .twentytwenty-right-arrow, .dtp-image-compare .twentytwenty-up-arrow, .dtp-image-compare .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset rgba(0, 0, 0, 0);
	position: absolute;
}

.dtp-image-compare .twentytwenty-left-arrow, .dtp-image-compare .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.dtp-image-compare .twentytwenty-up-arrow, .dtp-image-compare .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.dtp-image-compare .twentytwenty-container {
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.dtp-image-compare .twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.dtp-image-compare .twentytwenty-container.active .twentytwenty-overlay, .dtp-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.dtp-image-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .dtp-image-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .dtp-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .dtp-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.dtp-image-compare .twentytwenty-container * {
	box-sizing: content-box;
}

.dtp-image-compare .twentytwenty-before-label:before {
	content: attr(data-content);
}

.dtp-image-compare .twentytwenty-after-label:before {
	content: attr(data-content);
}

.dtp-image-compare .twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.dtp-image-compare .twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.dtp-image-compare .twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.dtp-image-compare .twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.dtp-image-compare .twentytwenty-overlay {
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.dtp-image-compare .twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, .5);
}

.dtp-image-compare .twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.dtp-image-compare .twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.dtp-image-compare .twentytwenty-before {
	z-index: 20;
}

.dtp-image-compare .twentytwenty-after {
	z-index: 10;
}

.dtp-image-compare .twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border-radius: 1000px;
	box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
	z-index: 40;
	cursor: pointer;
}

.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
}

.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
}

.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
}

.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
}

.dtp-image-compare .twentytwenty-left-arrow {
	left: 50%;
	margin-left: -17px;
}

.dtp-image-compare .twentytwenty-right-arrow {
	right: 50%;
	margin-right: -17px;
}

.dtp-image-compare .twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px;
}

.dtp-image-compare .twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}

.torq-countdown {
	display: flex;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

.torq-countdown .torq-countdown-container {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	justify-content: center;
	align-items: center;
	gap: 10px;
}

@media (max-width: 980px) {
	.torq-countdown .torq-countdown-container {
		grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	}
}

@media (max-width: 767px) {
	.torq-countdown .torq-countdown-container {
		grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
	}
}

.torq-countdown .torq-time-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	border-radius: 3px;
	border-style: solid;
}

.torq-countdown .torq-countdown-expire-message {
	display: none;
	padding: 20px;
	text-align: center;
}

.torq-pricing-table {
	display: flex;
	flex-direction: column;
	border-style: solid;
}

.torq-pricing-table i.torq-icon {
	font-style: normal !important;
}

.torq-pricing-table-price {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}

.torq-pricing-table-price .price-tag {
	display: flex;
	align-items: center;
	text-align: center;
}

.torq-pricing-table-price .original-price, .torq-pricing-table-price .sale-price {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.torq-pricing-table-price .sale-on.price-tag.above {
	flex-direction: column;
}

.torq-pricing-table-price .sale-on.price-tag.above .original-price {
	margin-top: 10px;
	margin-bottom: 10px;
}

.torq-pricing-table-price .sale-on.price-tag .original-price {
	text-decoration-line: line-through;
}

.torq-pricing-table-price .sale-on.price-tag .original-price .currency {
	margin-left: 5px;
}

.torq-pricing-table-price .sale-on.price-tag.side .sale-price {
	margin-left: 10px;
}

.torq-pricing-table ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.torq-pricing-table ul li {
	display: block;
	width: 100%;
	height: auto;
}

.torq-pricing-table-footer {
	text-align: center;
	margin-top: auto;
}

.torq-pricing-table-button {
	color: #fff;
	text-decoration: none;
	transition: background-color .3s ease;
	display: inline-block;
}

.torq-pricing-table.default-style .torq-pricing-table-header {
	display: block;
	position: relative;
	z-index: 0;
}

.torq-pricing-table.default-style .price-tag {
	position: relative;
}

.torq-pricing-table.default-style ul {
	display: block;
	width: 100%;
}

.torq-pricing-table.default-style .torq-pricing-table-icon, .torq-pricing-table.default-style .torq-pricing-table-icon .torq-icon, .torq-pricing-table.style-2 .torq-pricing-table-icon, .torq-pricing-table.style-2 .torq-pricing-table-icon .torq-icon, .torq-pricing-table.style-3 .torq-pricing-table-icon, .torq-pricing-table.style-3 .torq-pricing-table-icon .torq-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.torq-pricing-table.default-style .torq-pricing-table-icon .torq-icon, .torq-pricing-table.style-2 .torq-pricing-table-icon .torq-icon, .torq-pricing-table.style-3 .torq-pricing-table-icon .torq-icon {
	border-radius: 50%;
}

.torq-pricing-table .torq-feature-not-included {
	text-decoration: line-through;
}

.torq-pricing-table.default-style .torq-pricing-table-header, .torq-pricing-table.style-2 .torq-pricing-table-header, .torq-pricing-table.style-3 .torq-pricing-table-header {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	z-index: 0;
}

.torq-pricing-table .torq_pricing_table_child .torq-icon {
	margin-right: 5px;
}

.dt-nav-menu-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.dt-nav-menu-wrapper {
	position: relative;
	width: 100%;
}

.dt-nav-menu-wrapper .dt-nav-menu-main {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dt-nav-menu-wrapper .dt-nav-menu-main li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dt-nav-menu-wrapper .dt-nav-menu-main li a {
	display: block;
	text-decoration: none;
	transition: all .3s ease;
}

.dt-nav-menu-wrapper.orientation-column .dt-nav-menu-main {
	flex-direction: column;
	gap: .5rem;
}

.dt-nav-menu-mobile-wrapper, .dt-nav-menu-mobile-toggle {
	display: none;
}

@media (max-width: 767px) {
	.has-mobile-menu .dt-nav-menu-wrapper {
		display: none;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-toggle {
		display: flex;
		flex-direction: column;
		gap: 4px;
		padding: 10px;
		background: rgba(0, 0, 0, 0);
		border: none;
		cursor: pointer;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-toggle .toggle-line {
		width: 24px;
		height: 2px;
		background-color: currentColor;
		transition: all .3s ease;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-wrapper {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 999;
		padding: 20px;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-wrapper.active {
		display: block;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-wrapper .dt-nav-menu-mobile-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-wrapper .dt-nav-menu-mobile-list li {
		margin: 0;
		padding: 0;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-wrapper .dt-nav-menu-mobile-list li a {
		display: block;
		padding: 12px 0;
		text-decoration: none;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		z-index: 998;
	}
	
	.has-mobile-menu .dt-nav-menu-mobile-overlay.active {
		display: block;
	}
}
