/*Main Styles*/
.deb_image_bck {
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
}
.deb_over {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1
}
.tablet .deb_fixed,
.mobile .deb_fixed {
	background-attachment:scroll!important;
}
.deb_fixed {
	transition:none!important;
}
p {
	margin: 0 0 15px;
}
.deb_wht_txt {
	color: #fff;
}
a:focus,
.owl-next:focus,
.owl-prev:focus,
.owl-dot {
	outline:0;
}


/*Deb Price*/
.deb_price {
	position: fixed;
	bottom: 20px;
	background-color: #000;
	right: 20px;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	text-align: center;
	padding-top: 15px;
	z-index: 100;
}
	.deb_price b {
		display: block;
		font-size: 16px;
		line-height: 12px;
		margin-bottom: -6px;
		color: #fff;
	}
	.deb_price i {
		font-style: normal;
		font-size: 9px;
		line-height: 9px;
		color: #fff;
	}

/*Text Editor*/
.elementor-text-editor ul:not(.menu) li:before {
	content: "\e64c";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-family: themify;
	font-size: 10px!important;
}
h3.rpwe-title a {
	line-height: 1.2em!important;
}
/*Header*/

.sm_stick_section {
	position: fixed!important;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
	
#masthead {
	position: absolute!important;
	width: 100%;
}
#masthead p {
	margin: 0;
}

.single-elementor-hf .deb_page, .single-elementor-hf .site-content {
	background: none!important;
}


/*News*/
.elementor-widget-sm-news .deb_news_list {
	margin-bottom: -60px;
}

/*Google Map*/
.elementor-widget-eb-google-map-extended .elementor-widget-container {
	overflow: hidden;
}

/*Transparent Form*/
.elementor-form-transparent input[type="text"], 
.elementor-form-transparent input[type="email"], 
.elementor-form-transparent input[type="url"], 
.elementor-form-transparent input[type="password"], 
.elementor-form-transparent input[type="search"], 
.elementor-form-transparent input[type="number"], 
.elementor-form-transparent input[type="tel"], 
.elementor-form-transparent input[type="range"], 
.elementor-form-transparent input[type="date"], 
.elementor-form-transparent input[type="month"], 
.elementor-form-transparent input[type="week"], 
.elementor-form-transparent input[type="time"], 
.elementor-form-transparent input[type="datetime"], 
.elementor-form-transparent input[type="datetime-local"], 
.elementor-form-transparent input[type="color"], 
.elementor-form-transparent textarea, 
.elementor-form-transparent select {
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background: none;
	border-radius: 0!important;
	color: #fff!important;
}

.elementor-form-transparent input[type="text"]::placeholder, 
.elementor-form-transparent input[type="email"]::placeholder, 
.elementor-form-transparent input[type="url"]::placeholder, 
.elementor-form-transparent input[type="password"]::placeholder, 
.elementor-form-transparent input[type="search"]::placeholder, 
.elementor-form-transparent input[type="number"]::placeholder, 
.elementor-form-transparent input[type="tel"]::placeholder, 
.elementor-form-transparent input[type="range"]::placeholder, 
.elementor-form-transparent input[type="date"]::placeholder, 
.elementor-form-transparent input[type="month"]::placeholder, 
.elementor-form-transparent input[type="week"]::placeholder, 
.elementor-form-transparent input[type="time"]::placeholder, 
.elementor-form-transparent input[type="datetime"]::placeholder, 
.elementor-form-transparent input[type="datetime-local"]::placeholder, 
.elementor-form-transparent input[type="color"]::placeholder, 
.elementor-form-transparent textarea::placeholder, 
.elementor-form-transparent select::placeholder {
	color: #fff!important;
}


/*Social Icons*/
.elementor-social-icons-wrapper {
	line-height: 1;
}

/*Toggle*/
.elementor-toggle .elementor-tab-title {
	padding: 30px 0;
}

/*Heading*/
.sm_absolute_position {
	position: absolute!important;
}
	.sm_absolute_position .elementor-heading-title {
		margin-bottom: 0!important;
		position: relative;
	}
	.sm_absolute_position .elementor-heading-title:after {
		display: block;
		content: '';
		position: absolute;
		border: 2px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform:translateX(-50%) translateY(-50%);
		margin-top: -1px;
	}
.elementor-heading-title i {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.elementor-heading-title u {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.elementor-heading-title > span {
	display: block;
}
.elementor-heading-title u:before {
	display: block;
	content: '';
	width: 0;
	height: 6px;
	position: absolute;
	bottom: 2px;
	z-index: -1;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.sm_underline_grunge .elementor-heading-title u:before {
	display: none;
}

.elementor-heading-title svg {
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	z-index: -1;
}
.elementor-heading-title span.active u:before {
	width: 100%;
}
.elementor-heading-title span {
	margin-bottom: 0;
	display: block;
}
.elementor-widget-heading span.elementor-heading-title {
	font-weight: normal;
}

span.elementor-heading-title:after {
	content: '';
	display: block;
	clear: both;
}
.elementor-widget-heading span.elementor-heading-title {
	line-height: 1.5!important;
}


/*News Grid*/
.deb_news_grid.selected {
	width: 50%;
}
.deb_news_grid.selected .deb_news_default_title {
	width: 60%;
}
.deb_news_grid {
	width: 25%;
	float: left;
	padding: 0 15px;
	margin-bottom: -20px;
}
.deb_news_grid_wrap {
	margin-left: -15px;
	margin-right: -15px;
	width: calc( 100% + 30px );
}
@media (max-width: 767px) {
	.deb_news_grid,
	.deb_news_grid.selected {
		width: 100%!important;
	}
}
@media (max-width: 900px) {
	.deb_news_grid,
	.deb_news_grid.selected {
		width: 50%;
	}
	.deb_news_grid.selected .deb_news_default_title {
		width: 100%;
	}
}

/*Demos*/
.deb_demo_item_photo {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
	.deb_demo_item_photo img {
		border-radius: 5px!important;
		margin-bottom: -7px;
		width: 100%;
		height: auto;
	}
.deb_demo_item .deb_default_shadow {
	background-color: #fff;
}
.deb_demo_item {
	max-width: 320px;
	margin-left:auto;
	margin-right: auto;
}
.deb_demo_item_title {
	text-align: center;
	text-transform: uppercase;
	margin-top: -20px;
}
.deb_demo_item_badge {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
	border-radius: 5px;
}
.deb_demo_item_photo_photo {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
	.deb_demo_item:hover .deb_demo_item_photo_photo {
		opacity: 1;
	}



/*Column*/
.elementor-block-shadow > .elementor-column-wrap {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

/*Block Link*/
.deb_block_link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	z-index: 10;
}

/*Team*/
.deb_team_item .deb_default_shadow {
	margin-bottom: 0;
}
.deb_team_item2 .deb_default_shadow {
	margin-bottom: 40px!important;
}
.elementor-widget-sm-team2 .owl-dots,
.elementor-widget-sm-team .owl-dots {
	margin-top: 0;
}
.elementor-widget-sm-woo-products2 .owl-dots {
	margin-top: -20px!important;
}
.deb_testimonials_item_bl {
	background-color: #fff;
	border-radius: 5px;
	padding-bottom: 135px!important;
}
.deb_team_item_photo {
	height: 280px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
}
.deb_team_item_photo:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.deb_team_item:hover .deb_team_item_photo:before {
		opacity: 1;
	}
.deb_team_item_photo_content {
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform:translateY(10px);
	height: 100%;
}
.deb_team_item_photo_content_text {
	max-height: 161px;
	overflow: hidden;
}
	.deb_team_item:hover .deb_team_item_photo_content {
		opacity: 1;
		transform:translateY(0);
	}
.deb_team_item_titles h4 {
	margin-top: -6px;
	margin-bottom: 0;
}
.deb_team_item_titles {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.deb_team_item_photo_content_social a {
	margin-right: 15px;
}
.deb_team_item_photo_content p {
	margin-bottom: 30px;
}
.deb_team_item_photo_content_social {
	position: absolute;
	bottom: 40px;
}
.sm_autotype_span,
.typed-cursor {
	display: inline!important;
}

/*Team 2*/

.deb_team_item2 .deb_team_item_titles {
	position: absolute;
	z-index: 1;
	transform:translateY(-31px);
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.deb_team_item2:hover .deb_team_item_titles {
		transform:translateY(-51px);
		opacity: 1;
	}
	.deb_team_item2 h4,
	.deb_team_item2 h6 {
		color: #fff!important;
	}
	.deb_team_item2 .deb_team_item_photo:after {
		display: block;
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		border-radius: 5px;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.deb_team_item2:hover .deb_team_item_photo:after {
		opacity: 0.7;
	}

/*Slider*/
.deb_slider .owl-nav .ti {
	color: #fff;
}
.deb_slider .owl-nav .ti:after {
	background-color: #fff;
}
.deb_slider_item {
	overflow: hidden;
	position: relative;
}
.deb_slider_item_over {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.deb_slider_over_text {
	position: absolute;
	font-size: 340px!important;
	left: 50%;
	transform: translateX(-50%);
	line-height: 340px!important;
	font-weight: bold;
	height: 100%;
	padding:0;
	top: 60%;
	filter: brightness(130%);
	filter: contrast(110%);
}
.deb_slider_item_title_cont {
	position: relative;
	z-index: 1;
	width: 100%;
}
.deb_slider_item_title {
	margin-bottom: 35px;
}
.deb_slider_item_text {
		margin-bottom: 55px;
}
	.deb_slider_item_text p {
		margin-bottom: 0;
	}
.deb_slider_item .container {
	position: relative;
	height: 100%;
	padding: 0;
}
.deb_slider .owl-dots {
	position: absolute;
	bottom: 40px;
	z-index: 5;
	margin: 0 auto;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
}

.deb_slider .owl-nav {
	position: absolute;
	bottom: 50px;
	z-index: 3;
	margin: 0 auto;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}
	.deb_slider .owl-prev {
		left: auto;
		right: 80px;
		width: 71px;
		text-align: left;
		transform:translateY(-50%);
		height: 34px;
		margin: 0;
	}
	.deb_slider .owl-next {
		right: 0;
		text-align: right;
		width: 71px;
		height: 34px;
		transform:translateY(-50%);
		margin: 0;
	}
.deb_slider .btn {
	margin: 0;
}
.deb_slider_item_count {
	position: absolute;
	right: 0;
	top: 165px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
	.deb_slider_item_count span {
		font-size: 14px;
		line-height: 30px;
		position: relative;
		display: inline-block;
		transform: translateY(-15px);
	}

	.deb_slider_item_title_cont .deb_slider_item_text {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.deb_slider_item_title_cont .btn {
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

.elementor-widget-sm-slider .elementor-widget-container {
	overflow: hidden;
}

/*Partners*/
.gallery.owl-carousel {
	margin: 0 -15px;
	width: calc(100% + 30px)!important;
}

/*Number Block*/
.deb_number_block {
	position: relative;
}
	.deb_number_block_title span {
		display: inline-block;
		margin-right: 10px;
	}
	.deb_number_block_number {
		position: absolute;
		font-size: 160px;
		line-height: 142px;
		opacity: 0.16;
		top: 0;
		font-weight: bold;
		z-index: -1;
	}


/*Absolute Image*/
.elementor-widget-sm-absolute-image {
	position: absolute;
	z-index: -1;
	width: auto!important;
}
.elementor-editor-active .elementor-widget-sm-absolute-image {
	z-index: 10;
}

.deb_absolute_image {
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
.deb_absolute_image.deb_absolute_image_animation {
	-webkit-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}
 
	.deb_absolute_image .deb_default_shadow {
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.deb_absolute_image .deb_image_bck {
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
		z-index: 1;
	}


/*Service Block*/
.deb_hover_margin_parents {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
.deb_hover_margin_parents:hover {
	transform:translateY(-10px);
}
.elementor-widget-video .elementor-widget-container {
	overflow: hidden;
	position: relative;
}
.elementor-widget-sm-service-block  p:last-child {
	margin: 0;
}

/*Image*/
.elementor-widget-image .elementor-widget-container {
	overflow: hidden;
	position: relative;
}

/*Video Block*/
.elementor-custom-embed-play {
	z-index: 2;
}
.elementor-custom-embed-play i {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50%;
}
.elementor-widget-video:hover .elementor-custom-embed-play i {
	box-shadow:0 0 40px #fff;
	transform:scale(1.1);
	
}
.eicon-play:before {
	position: relative;
	z-index: 1;
}
.elementor-custom-embed-play i {
	opacity: 1!important;
}
.eicon-play:after {
	background: #fff;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

/*Counter Block*/
.elementor-counter .elementor-counter-title {
	text-align: left!important;
}
.deb_no_prefix .elementor-counter-number-prefix {
	display: none;
}
.elementor-counter-number {
	white-space: nowrap;
}
.deb_no_suffix .elementor-counter-number-suffix {
	display: none;
}
.elementor-counter-flex {
	display: flex;
}
.elementor-counter .elementor-icon {
	margin-right: 25px;
}


/*Block Link*/
.elementor-widget-sm-block-link {
	margin-bottom: 0!important;
}

/*Dots*/

.elementor-widget-sm-dots {
	z-index: 10;
}
	.elementor-widget-sm-dots .elementor-widget-container,
	.elementor-widget-sm-dots-2 .elementor-widget-container {
		overflow: hidden;
	}
.deb_dots {
	margin-bottom: -7px;
}
.deb_dots:before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.deb_dots img {
	width: 100%;
}
.deb_dots_item {
	width: 28px;
	height: 28px;
	position: absolute;
}
	.deb_dots_item span {
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background: #000;
		display: block;
		position: relative;
	}
	.deb_dots_item span i {
		position: absolute;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		top: 50%;
		left: 50%;
		color: #fff;
		font-weight: bold;
		font-size: 14px!important;
	}
	.deb_dots_item_content {
		background: #fff;
		border-radius: 5px;
		padding: 10px;
	}
		.deb_dots_item_content p {
			margin: 0;
		}
	
	.deb_dots_item .deb_default_shadow {
		position: absolute;
		width: 277px;
		transform:translateY(10px) translateX(-45%);
		opacity: 0;
		margin: 0;
		pointer-events: none;
		top: 35px;
	}
		.deb_dots_item .deb_default_shadow:hover {
			transform:translateY(0px) translateX(-45%);
		}
	.deb_dots_item:hover .deb_default_shadow {
		opacity: 1;
		transform:translateY(0px) translateX(-45%);
		pointer-events: auto;
	}
	.deb_dots_item:hover {
		z-index: 10;
	}
.deb_dots_item span:after {
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    display: block;
    content: '';
    position: absolute;
    margin: -2px 0 0 -2px;
}
.deb_dots_item span:before {
    border: 1px solid #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
    animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
    display: block;
    content: '';
    position: absolute;
    margin: -5px 0 0 -5px;
}


/*Dots 2*/
/*Horizontal*/
.deb_dots_item_alignment_horizontal .deb_dots_item_content_ii:before {
	display: block;
	position: absolute;
	width: 150px;
	height: 1px;
	background: #fff;
	opacity: 0.2;
	content: '';
	top: 5px;
}

/*Up*/
.deb_dots_item_alignment_up .deb_dots_item_content_ii:before {
	display: block;
	position: absolute;
	width: 1px;
	height: 150px;
	background: #fff;
	opacity: 0.2;
	content: '';
	top: 5px;
}
.deb_dots_item_alignment_up .deb_dots_item_content_ii {
	padding-top: 160px;
}
.deb_dots_item_alignment_up.deb_dots_item_alignment_right .deb_dots_item_content_ii {
	left: -257px;
}
.deb_dots_item_alignment_up.deb_dots_item_alignment_right .deb_dots_item_content_ii:before {
	right: 0;
}

/*Down*/
.deb_dots_item_alignment_down .deb_dots_item_content_ii:before {
	display: block;
	position: absolute;
	width: 1px;
	height: 150px;
	background: #fff;
	opacity: 0.2;
	content: '';
	bottom: -160px;
}
.deb_dots_item_alignment_down .deb_dots_item_content_ii {
	top:auto;
	bottom: 170px;
}
.deb_dots_item_alignment_down.deb_dots_item_alignment_right .deb_dots_item_content_ii {
	left: -257px;
}
.deb_dots_item_alignment_down.deb_dots_item_alignment_right .deb_dots_item_content_ii:before {
	right: 0;
}

	/*Horizontal Left*/
	.deb_dots_item_alignment_horizontal.deb_dots_item_alignment_left .deb_dots_item_content_ii:before {
		left: -160px;
	}
	.deb_dots_item_alignment_horizontal.deb_dots_item_alignment_left .deb_dots_item_content_ii {
		margin-left: 160px;
	}
	/*Horizontal Right*/
	.deb_dots_item_alignment_horizontal.deb_dots_item_alignment_right .deb_dots_item_content_ii:before {
		right: -160px;
	}
	.deb_dots_item_alignment_horizontal.deb_dots_item_alignment_right .deb_dots_item_content_ii {
		margin-right: 160px;
		left: -417px;
	}
	/*Up Left*/
	.deb_dots_item_alignment_horizontal.deb_dots_item_alignment_right .deb_dots_item_content_ii:before {
		right: -160px;
	}
	.deb_dots_item_alignment_horizontal.deb_dots_item_alignment_right .deb_dots_item_content_ii {
		margin-right: 160px;
		left: -417px;
	}

.deb_dots_item_content_ii {
	position: absolute;
	width: 270px;
	top: 9px;
	left: 14px;
}


@media (min-width: 1025px) { 
	.elementor-widget-sm-dots-2 .deb_dots_item .deb_default_shadow {
		display: none;
	}
	.elementor-widget-sm-dots-2 .deb_dots_item > span {
		background: none;
	}
	.elementor-widget-sm-dots-2 .deb_dots_item {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.elementor-widget-sm-dots-2 .noactive .deb_dots_item {
		opacity: 0;
	}
	.elementor-widget-sm-dots-2 .active .deb_dots_item {
		opacity: 1;
	}
}
@media (max-width: 1024px) { 
	.deb_dots_item_content_ii {
		display: none;
	}
	.elementor-heading-title u:before {
		width: 100%!important;
	}
}

/*Gallery Tiles*/
.deb_gallery_tiles {
	margin-bottom: -40px;
}
.deb_gallery_device_samsung:before {
	background-image:url(images/samsung.png)!important;
	height: 506px!important;
	width: 240px!important;
}
.deb_gallery_device_samsung .deb_gallery_iphone_item_img {
	width: 226px;
	left: 5px;
}
.deb_gallery_tiles_1,
.deb_gallery_tiles_4 {
	width: 150px;
}
.deb_gallery_tiles_2,
.deb_gallery_tiles_5 {
	width: 200px;
}
.deb_gallery_tiles_3 {
	width: 320px;
}
.deb_gallery_tiles_item a {
	display: block;
	margin-bottom: -10px;
	position: relative;
}
.deb_gallery_tiles_item img {
	border-radius: 5px!important;
	position: relative;
	z-index: 1;
}
.deb_gallery_tiles .deb_default_shadow {
	display: block;
}
.deb_gallery_tiles .owl-dots {
	margin-top: 0;
}
.gallery-item img {
	border-radius: 5px!important;
}



/*Anchor Link*/
.deb_anchor {
	height: 54px;
	width: 54px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border:1px solid;
}
	.deb_anchor i {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		animation:1.4s ease 0s normal none infinite mouse-down;
		-webkit-animation:1.4s ease 0s normal none infinite mouse-down;
	}
	.deb_anchor a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}

@keyframes mouse-down {
	0% {
		transform: translateX(-50%) translateY(-100%);
		opacity: 0;
	}
	50% {
		transform: translateX(-50%) translateY(-50%);
		opacity: 1;	
	}
	100% {
		transform: translateX(-50%) translateY(0%);
		opacity: 0;
	}
}	

/*Countdown*/
.countdown-row {
	display: block;
	width: 100%;
}
.countdown-section {
	display: inline-block;
	width: 25%;
}
.countdown-amount {
	display: block;
}
/*Gallery Simple*/
.deb_gallery_simple_item img {
	border-radius: 5px!important;
}
.deb_gallery_simple .owl-stage-outer {
	margin-top: -10px;
	margin-bottom: -40px;
}

/*Gallery Iphone*/
.deb_gallery_iphone_item {
	position: relative;
	width: 253px;
	height: 506px;
	margin: 0 auto;
}
.deb_gallery_iphone_item:before {
	position: absolute;
	background-image: url(../assets/images/iphone.png);
	width: 253px;
	height: 506px;
	display: block;
	content: '';
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	left: -3px;
	z-index: 1;
}
.deb_gallery_device_vector:before {
	background-image: url(../assets/images/mobilev.png);
}
.deb_gallery_device_vector .deb_gallery_iphone_item_img {
	left: 14px;
	top: 11px;
	height: 484px;
	width: 225px;
}
.elementor-widget-heading .elementor-heading-title {
	line-height: 1.15!important;
}
	.deb_gallery_iphone_item_img {
		position: absolute;
		width: 221px;
		height: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		left: 14px;
		top: 15px;
		height: 476px;
	}

/*Instagram*/

.deb_bordered_block {
	width: 100%;
	height: 100%;
	height: 150px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.deb_bordered_block.deb_default_shadow:hover:after {
	box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.deb_image_over {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.instagram-carousel .owl-dots {
	margin-top: 20px;
}
.owl-dot:hover {
	background: none!important;
}
.instagram-carousel .deb_bordered_block a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	color: #fff;
	opacity: 0;
	left: 0;
}
.instagram-carousel .deb_bordered_block a:hover {
	opacity: 0.8;
}
.instagram-carousel .deb_bordered_block a span {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	top:50%;
	transform:translateY(-20%);
	display: block;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}
.instagram-carousel .deb_bordered_block a i {
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}
.instagram-carousel .deb_bordered_block a:hover span {
	transform:translateY(-50%);
}

/*Map*/
.deb_map_pins {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.deb_map_pin {
	width: 40px;
	height: 40px;
	position: absolute;
}
.deb_map_pin svg {
	transform:scale(1);
	padding: 3px;
}
.deb_map_pin:before {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #f5f5fa;
	border-radius: 50%;
	top: 15px;
	left: 15px;
}
	.deb_map_pin svg path {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		stroke:#f5f5fa;
		stroke-width: 17;
		stroke-position:outside;
		transform:translateX(15px) translateY(15px);
	}
.deb_map_pin span.deb_map_point {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	animation: pin-scale-multiple 2s 0s linear infinite;
	opacity: 0;
}
.deb_map_pin span.deb_map_point_border {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pin-scale-multiple2 2s 0s linear infinite;
	animation-delay: -.4s;
}
.deb_map_pin span.deb_map_point_second_border {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pin-scale-multiple3 2s 0s linear infinite;
	animation-delay: -.2s;
	opacity: 0;
}
@keyframes pin-scale-multiple {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}
@keyframes pin-scale-multiple2 {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 0.4;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}
@keyframes pin-scale-multiple3 {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 0.3;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}

.deb_map {
	position: relative;
}
	.deb_map img {
		width: 100%;
		height: auto;
	}
.deb_map_pin_cont {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	position: absolute;
	left: 53px;
	top: -45px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	z-index: -2;
	pointer-events: none;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
}
.deb_map_pin_right .deb_map_pin_cont {
	left: -228px;	
}
.deb_map_pin_cont_mobile {
	display: none;
	z-index: 10;
}
.deb_map_pin_cont b {
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}


	.deb_map_pin:hover .deb_map_pin_cont {
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}

	.deb_map.active .deb_map_pins .deb_map_pin_wrapper:first-child .deb_map_pin_cont {
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}
	.deb_map_pin_cont p:last-child {
		margin: 0;
	}
.elementor-widget-sm-offices .elementor-widget-container {
	overflow: visible;
}

/*Timeline*/
.deb_timeline_line {
	height: 1px;
	position: absolute;
	width: 99.9%;
	top: 182px;
	border-bottom: 2px dashed;
}

.elementor-widget-sm-timeline .elementor-widget-container {
	overflow: visible;
}
	.deb_timeline_pin {
		width: 44px;
		height: 44px;
		position: relative;
		margin: 0 50px;
	}
	.deb_timeline_item {
		height: 300px;
		padding-top: 162px;
		padding-bottom: 202px;
	}
	.deb_timeline_point {
		width: 19px;
		height: 19px;
		position: absolute;
		background: #ff0754;
		border-radius: 50%;
		left: 50%;
		top: 50%;
		transform:translateY(-50%) translateX(-50%);
		z-index: 1;
	}
	.deb_timeline_point_border {
		display: block;
		position: absolute;
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 50%;
	}
	.deb_timeline_pin_title {
		position: absolute;
		transform:translateX(-50%);
		left: 50%;
		font-size: 30px!important;
		line-height: 40px!important;
		margin-left: 30px;
	}
	.deb_timeline_pin_cont {
		position: absolute;
		max-height: 116px;
		color: #fff!important;
		padding: 20px;
		-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		border-radius: 5px;
		min-width: 200px;
		width: 200px;
		font-size: 18px!important;
		line-height: 28px!important;
		font-weight: normal!important;
		text-transform: none!important;
	}

		.deb_timeline_pin_cont p:last-child {
			margin: 0;
		}
		.deb_timeline_pin_cont .deb_timeline_pin_cont_corner {
			content: '';
			display: block;
			width: 14px;
			height: 18px;
			-webkit-background-size: cover;
			background-size: cover;
			position: absolute;
			left: 23px;
			top: -16px;
		}
		.deb_timeline_pin_cont_corner_even {
			top:auto!important;
			bottom:-16px;
		}

.deb_timeline_pin.even .deb_timeline_pin_title {
	top: 45px;
}
.deb_timeline_pin.odd .deb_timeline_pin_title {
	bottom: 45px;
}
.deb_timeline_pin.even .deb_timeline_pin_cont {
	bottom: 69px;
}
.deb_timeline_pin_cont p {
	letter-spacing:0!important;
}
.deb_timeline_pin.odd .deb_timeline_pin_cont {
	top: 69px;
}
.deb_timeline_pin.even .deb_timeline_pin_cont:before {
	bottom: -18px;
	background-image: url('images/corner_bottom.png');
}
.deb_timeline_pin.odd .deb_timeline_pin_cont:before {
	top: -18px;
	background-image: url('images/corner_top.png');
}

.deb_timeline .owl-nav {
	position: absolute;
	top: 164px;
	width: 100%;
}
	.deb_timeline .owl-prev {
		left: -13px;
		position: absolute;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.deb_timeline .owl-next {
		right: -13px;
		position: absolute;
		padding-left: 0!important;
		padding-right: 0!important;
	}


.deb_timeline .owl-nav i {
	font-size: 40px;
}


/*Pricetable*/
.sm_pricetable p {
	margin-bottom: 0;
}
.sm_pricetable_titles {
	margin: 0!important;
}
.sm_pricetable_col {
	text-align: center;
	display: flex;
	align-items: center;
  	justify-content: center;
  	flex-wrap: wrap
}
.sm_pricetable {
	position: relative;
	margin: 74px 0 40px;
	padding: 0 15px;
}

.sm_pricetable_col h2,
.sm_pricetable_col h3, 
.sm_pricetable_col h1,
.sm_pricetable_col h4,
.sm_pricetable_col h5,
.sm_pricetable_col h6 {
	margin-bottom: 0;
	width: 100%;
}

.sm_pricetable_bg_row {
	position: absolute;
	width: 100%;
	height: 100%;
}
.sm_pricetable_col_bg {
	position: absolute!important;
	height: calc( 100% + 80px );
	margin-top: -40px;
	z-index: 0;
}
.sm_pricetable_col_bg:before {
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: calc( 100% - 10px );
	border-radius: 5px;
	left: 5px;
	border:1px solid rgba(0,0,0,0);
}
.sm_pricetable_row_border:after {
	display: block;
	content: '';
	background: rgba(0,0,0,0.05);
	width: calc( 100% - 5px );
	position: relative;
	z-index: 1;
	margin: 0!important;
	height: 1px;
	left: 15px;
}
.sm_price_table_mobile_column h3,
.sm_price_table_mobile_column p,
.sm_price_table_mobile_column h2,
.sm_price_table_mobile_column h1,
.sm_price_table_mobile_column h4,
.sm_price_table_mobile_column h5,
.sm_price_table_mobile_column h6 {
	margin-bottom: 0;
}
.sm_price_table_mobile_column_content {
	padding: 50px 0;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	border: 1px solid rgba(0,0,0,0);
}
.sm_price_table_mobile_column_content_line {
	border-bottom: 1px solid #000;
}
.sm_price_table_mobile_column_content .sm_pricetable_row_border:after {
	left: 0;
	width: 100%;
	top: 10px;
}
.sm_price_table_mobile_column_item {
	padding: 10px 20px!important;
}
.sm_price_table_mobile_column {
	margin-bottom: 50px;
}
.sm_price_table_mobile_column:last-child {
	margin-bottom: 0;
}
.sm_price_table_mobile {
	display: none;
}
.sm_price_table_wrap .row {
	margin-left: -15px;
	margin-right: -15px;
}
@media (max-width: 767px) {
	.sm_price_table_mobile {
		display: block;
	}
	.sm_price_table_wrap {
		display: none;
	}
}

/*Advantages*/
.elementor-widget-sm-advantages .elementor-widget-container {
	overflow: hidden;
}
.deb_advantages {
	height: 600px;
}
	.deb_adv_box {
		height: 600px;
		position: relative;
		color: #fff!important;
	}
		.deb_page .deb_adv_box h2 {
			margin-bottom: 10px;
			color: #fff;
		}
		.deb_page .deb_adv_box h4 {
			color: #fff;
			margin-bottom: 10px;
		}
		.deb_adv_box h2:after {
			display: none;
		}
	.deb_adv_box_img {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 0;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		z-index: 1;
	}
		.deb_adv_box_img.active {
			z-index: 1;
			opacity: 1;
		}
		.deb_adv_box_img.first-item {
			opacity: 1;
			z-index: 1;
		}
	.deb_adv_box_block {
		position: absolute;
		width: 100%;
		bottom: 20px;
		z-index: 3;
	}
	.elementor-section .elementor-container {
		z-index: 3;
	}
.deb_adv_carousel {
	position: relative;
	z-index: 2;
	margin-left: -1px;
}
	.deb_adv_box:before {
		height: 100%;
		width: 1px;
		content: '';
		display: block;
		background: rgba(255,255,255,0.2);
		position: absolute;
		left: 0;
	}


	.deb_adv_box_block {
		padding: 20px;
	}
	.deb_adv_box_block_cont {
		border-radius: 5px;
		background: #ff2153;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		transform:translateY(60px);
	}
		.deb_adv_box_block_cont h4 {
			margin-top: 0;
		}
	.deb_adv_box_block_cont_wb {
		padding: 0 30px 15px;
		opacity: 1;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		bottom: 0;
		transform:translateY(0);
	}
	.deb_adv_box:hover .deb_adv_box_block_cont_wb {
		opacity: 0;
		transform:translateY(-60px);
	}
	.deb_adv_box:hover .deb_adv_box_block_cont {
		opacity: 1;
		transform:translateY(0);
	}


/*Testimonials*/
.deb_testimonials {
	margin: -15px -15px 0 -15px;
	width: calc(100% + 30px)!important;
}
	.deb_testimonials .owl-stage {
		margin-top: -10px;
	}
	.deb_testimonials  .owl-dots {
		margin-top: 0;
	}
.deb_testimonials_item_cont {
	border-left:2px solid #000;
	padding-left: 30px;
}
.deb_testimonials_item {
	padding: 15px 15px 0;
}
.deb_testimonials_item_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.deb_testimonials_item_title_cont:after	 {
	display: block;
	content: '';
	clear: both;
}	
.deb_testimonials_item_title_name {
	font-weight: bold;
}
.deb_testimonials_item_desc {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.deb_testimonials_item_icon {
	position: relative;
	font-size: 40px;
	float: right;
	margin-top: 5px;
}
	.deb_testimonials_item_icon a {
		opacity: 0.6;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
		.deb_testimonials_item_icon a:hover {
			opacity: 1;
		}

/*Widget Menu*/
.elementor-widget ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.elementor-widget ul.menu a:hover,
	.elementor-widget-wp-widget-recent-posts ul a:hover {
		transform:translateX(5px);
	}
	.elementor-widget ul.menu li a,
	.elementor-widget-wp-widget-recent-posts ul li a {
		position: relative;
		font-size: 16px;
		line-height: 24px;
		color: #424242;
		display: block;
	}
	.elementor-widget-wp-widget-recent-posts li {
		margin-bottom: 15px;
	}
	.elementor-widget-wp-widget-recent-posts .post-date {
		font-size: 13px;
	}
	.elementor-widget ul.menu a:before,
	.elementor-widget-wp-widget-recent-posts ul li a:before {
		display: inline-block;
		content: "\e628";
		font-family: themify;
		position: absolute;
		left: -20px;
		font-size: 10px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
		.elementor-widget ul.menu a:hover:before,
		.elementor-widget-wp-widget-recent-posts ul a:hover:before {
			opacity: 1;
			left: -16px;
			-webkit-transition-delay: 0.1s;
			-o-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}
		.elementor-widget ul.menu a:before {
			opacity: 1;
			left: -16px;
		}
		.elementor-widget ul.menu a {
			left: 16px;
		}
	
.elementor-widget-sm-menu {
	margin-bottom: 0!important;
}
.sm_nav_menu {
	margin: 0;
	padding: 0;
}


/*Timeline2*/
.sm_timeline2_item_subtitle:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	background: #000;
	display: block;
	content: '';
	margin-left: -40px;
	margin-top: 2px;
}
.sm_timeline2_item_subtitle:after {
	width: 2px;
	height: 100%;
	position: absolute;
	background: #000;
	display: block;
	content: '';
	margin-left: -31px;
	margin-top: -5px;
}
.sm_timeline2_item {
	position: relative;
	padding: 0 0 0 30px;
}
.sm_timeline2_item_title {
	padding-bottom: 50px;
	position: relative;
	opacity: 0.5;
	padding-right: 50px;
}
	.sm_timeline2_item_done .sm_timeline2_item_title {
		opacity: 1;
	}
.sm_timeline2_item_title:before {
	display: block;
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #000;
	right: 0;
}
.sm_timeline2_item_title:after {
	display: block;
	content: '';
	position: absolute;
	content: "\e64c";
	font-family: themify;
	right: 9px;
	top: -2px;
	font-size: 20px;
	font-weight: bold;
	display: none;
}
	.sm_timeline2_item_done .sm_timeline2_item_title:after {
		display: block;
	}
.sm_timeline2_item:last-child .sm_timeline2_item_subtitle:after {
	display: none;
}

/*Buttons*/
.btn_default .elementor-button,
.btn {
	-webkit-transition: all 0.3s!important;
	-o-transition: all 0.3s!important;
	transition: all 0.3s!important;
}
body .elementor-widget-sm-default-button .btn {
	margin-right: 5px!important;
}
.elementor-widget-sm-default-button .btn:first-child {
	margin-left: 5px!important;
}


/*Text Editor*/



/*Basket*/
.deb_cart_block .ti {
	font-size: 20px;
	position: relative;
	margin-top: 3px;
	cursor: pointer;
}
.deb_cart_block .ti,
.deb_cart_block span {
	display: inline-block;
}


/*Products*/

.woo_products_slider .owl-dots {
	margin-top: 0;
}
.elementor-widget-sm-woo-products .woo_products {
	margin-bottom: -40px;
}
.woo_products .product {
	margin-bottom: 0!important;
}
.elementor-widget-sm-woo-products .deb_product_photo {
	height: 447px;
	margin-bottom: 20px;
	box-shadow:none;
}	
	.elementor-widget-sm-woo-products .deb_product_photo img {
		position: absolute;
		left: 0;
	}
	.elementor-widget-sm-woo-products .deb_product_photo a {
		display: block;
	}
	.deb_vertical_products .deb_product_photo img {
		position: relative!important;
	}
	.deb_vertical_products .deb_product_photo {
		height: auto;
		margin-bottom: 0;
	}
.deb_product2 {
	background-color: #fff;
	border-radius: 5px;
}
.deb_products2 .deb_default_shadow {
	margin-bottom: 40px!important
}
.elementor-widget-sm-woo-products2 .deb_product_photo {
	height: 247px;
	margin-bottom: 20px;
	box-shadow:none;
}


/*Responsive*/
@media (max-width: 767px) {
	.deb_slider_item_title {
		margin-bottom: 20px;
	}
	.deb_slider_item_text  {
		margin-bottom: 20px;
	}
	.deb_slider .owl-dots {
		bottom: 0;
	}
	.elementor-counter-number-wrapper_flex {
		max-width: 100px;
	}
	.deb_map_pin_cont {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	.elementor-widget-sm-woo-products .product {
		padding: 0!important;
	}
}
@media (min-width: 1025px) {
	.elementor-hidden-desktop {
		display: none!important;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.elementor-hidden-tablet {
		display: none!important;
	}
}
@media (max-width: 1024px) {
	.woo_products .product:nth-child(3n+1) {
		clear: both;
	}
	.woo_products.columns-5 .product:nth-child(3n+1) {
		clear: none;
	}

	/*Offices*/
	.deb_map_pin_cont_mobile {
		background: #fff;
		padding: 20px;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		top: -190px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		min-width: 250px;
		opacity: 0;
		pointer-events: none;
		display: block;
	}
		.deb_map_pin_cont_mobile_close {
			display: block;
			position: absolute;
			right: 10px;
			top: 10px;
		}
	.deb_map_pin_cont_mobile.active {
		opacity: 1;
		pointer-events: auto;
	}
	.deb_map_pin_cont {
		display: none;
	}
}

/*Google Map*/
.sm_map_background {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
	.sm_map_background .elementor-widget-container,
	.sm_map_background .eb-map {
		height: 100%!important;
	}
.sm_map_column_background {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
	.sm_map_column_background .elementor-widget-container,
	.sm_map_column_background .eb-map {
		height: 100%!important;
	}

/*Tabs*/
.elementor-block-tabs .elementor-inner-section {
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform:translateY(10px);
	pointer-events: none;
}
.elementor-block-tabs {
	overflow: hidden;
}
	.elementor-block-tabs .sm_tabs li {
		cursor: pointer;
	} 
.elementor-block-tabs > .elementor-column-wrap > .elementor-widget-wrap {
	padding-top: 50px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.elementor-block-icon-tabs .sm_tabs li:before {
		display: none!important;
	}
		.elementor-block-icon-tabs .sm_tabs li i {
			font-size: 24px;
			display: block;
			margin-bottom: 15px;
			font-weight: normal;
		}
		.elementor-block-icon-tabs .sm_tabs li.active i {
			color: #fff;
		}
	.elementor-block-icon-tabs .sm_tabs li {
		border-radius: 5px 5px 0 0 ;
		padding: 27px 41px 23px;
		height: 114px;
	}
	.elementor-block-icon-tabs > .elementor-column-wrap > .elementor-widget-wrap {
		padding-top: 114px;
	}
		.elementor-block-icon-tabs .sm_tabs h3 {
			margin-bottom: 0;
		}
		.elementor-block-icon-tabs .sm_tabs li.active h3 {
			color: #fff!important;
		}
.elementor-block-tabs .elementor-inner-section.sm_active_tab {
	opacity: 1;
	transform:translateY(0px);
	pointer-events: auto;
}

.sm_tabs {
	top: 0;
	position: absolute;
	border-bottom: 1px solid #D8D8D8;
	padding: 0;
	margin: 0;
	list-style:none;
	width: 100%;
	text-align: center;
}
.sm_tabs li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}
.sm_tabs li.active:before {
	width: 100%;
}
.sm_tabs li:before {
	width: 0%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	height: 3px;
}

/*Horizontal Animation*/
.deb_horizontal_animation {
	animation: horizontal_animation  1200s infinite linear;
	background-position: 0 0; 
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
@keyframes horizontal_animation {
    0%   { 
    	background-position: 0 0;
    }
    50%   { 
    	background-position: 1000% 0;
    }
}

/*Heart Animation*/
.love {
  -webkit-animation: heartBeat 1s infinite ease;
  animation: heartBeat 1s infinite ease;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  background-color: rgba(242, 74, 36, 0.4);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  z-index: 3;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.love i {
	color: #fff;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.love:after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    background-color: #f24a24;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: heartBeatInner 1s infinite ease;
    animation: heartBeatInner 1s infinite ease;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;    
}
.love:before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  -webkit-animation: heartBeatInner 1s infinite ease;
  animation: heartBeatInner 1s infinite ease;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  border-radius:50%;
  opacity: 0.4;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes heartBeatInner {
    0%,
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes heartBeatInner {
    0%,
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

/*Demos*/
	.deb_demos_photo  {
		position: absolute;
		top: 0;
		-webkit-transition: all 6s;
		-o-transition: all 6s;
		transition: all 6s;
		height: 100%;
		width: 100%;
		background-position: 0 0;
		border-radius: 5px;
	}
	.deb_demos:hover .deb_demos_photo {
		background-position: 0 100%;
	}
	.deb_demos_title {
		position: absolute;
		width: 100%;
		text-align: center;
		top:100%;
		margin-top: 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		padding: 0 
		margin-bottom: 100px;0px;
		font-size: 20px;
		line-height: 28px;
	}
.deb_coming {
	background: url(images/coming.png);
	width: 133px;
	height: 133px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

ins {
	background: none!important;
}
del {
	font-weight: normal;
	opacity: 0.7;
}

/*Services Block II*/
.icon_background {
	position: relative;
	opacity: 0.2;
	margin: -64px 0 0 -4px;
	display: block;
}
.deb_icon_bg .sm_icon {
	width: 80px;
	text-align: center;
	display: inline-block;
}
.deb_icon_bg {
	padding-top: 18px;
}
.deb_service_block_II .deb_icon {
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 20px;
	display: block;
	font-size: 50px;
}
.deb_service_block_II {

}
.deb_service_block_II a {
	min-height: 280px;
}
	.deb_service_block_II:hover .deb_icon {
		opacity: 0;
	}
	.deb_service_block_II:hover .deb_woo_cat_item_cont_an {
		padding-bottom: 180px;
		padding-top: 10px;
	}
	.deb_service_block_II .deb_woo_cat_item_cont_an {
	}
.deb_service_block i {
	display: block;
}


/*Video Link*/
.sm_video_link span b {
	position: absolute;
	width: 41px;
	height: 41px;
	left: 0;
	top: 0;
}
.sm_video_link span b:after {
	width: 41px;
	height: 41px;
	display: block;
	content: '';
	background: #333;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.sm_video_link span {
	display: inline-block;
	width: 41px;
	height: 41px;
	vertical-align: middle;
	position: relative;
	margin-top: -4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sm_video_link:hover span {
	transform:scale(1.2);
}
.sm_video_link_text span {
	margin-right: 16px;
}
.sm_video_link span i {
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 54%;
	z-index: 1;
	color: #fff;
	font-size: 12px;
}
.sm_video_link span:after {
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    -webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    display: block;
    content: '';
    position: absolute;
}
.sm_video_link span:before {
    border: 1px solid #fff;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    -webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
    animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
    display: block;
    content: '';
    position: absolute;
    margin: -3px 0 0 -3px;
}
@keyframes iconWave {
  0% {
    border-width: 1px;
    -webkit-transform: scale(1);
    transform: scale(1.1);
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}



/*Twentytwenty*/
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-overlay {
	display: none;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: auto;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: attr(data-content);
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-wrapper {
	border-radius: 5px;
	overflow: hidden;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.twentytwenty-overlay.hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay.hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before{
  background-color: rgba(17,17,17,0.96);
}

