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


/*Service Block III*/
.man_service_block h4 {
	margin: 30px 0;
}
.man_service_block_III img {
	position: absolute;
	height: 100%!important;
	object-fit:cover;
	width: 100%;
	object-position: 50% 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
	.man_service_block_III:hover img {
		transform:scale(1.05);
	}
.man_service_block_III {
	overflow: hidden;
	position: relative;
}
.man_service_block_III_content {
	position: absolute;
	z-index: 1;
	text-align: center;
	padding: 40px;
	width: 100%;
}
.man_service_block_III a {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.man_service_block_III_bottom .man_service_block_III_content {
	bottom: 0;
}

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


/*Column*/
.elementor-block-hover-white:hover,
.elementor-block-hover-white:hover .elementor-heading-title i,
.elementor-block-hover-white:hover p {
  color: #fff!important;
}

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

/*Header*/
#masthead {
	position: absolute!important;
	width: 100%;
}
#masthead p {
	margin: 0;
}

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


/*News*/
.elementor-widget-sm-news .man_news_list {
	margin-bottom: -60px;
}
.sm_news_square .man_news_item_img {
	border-radius: 0;
}

/*Heading*/
.elementor-heading-title i {
	margin-right: 10px;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-top: 5px;
}
.elementor-widget-heading span.elementor-heading-title {
	font-weight: normal;
}
.elementor-heading-title span {
	float: left;
	display: block;
	width: 80%;
}
span.elementor-heading-title:after {
	content: '';
	display: block;
	clear: both;
}
.elementor-widget-heading span.elementor-heading-title {
	line-height: 1.5!important;
}


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

.man_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%);
}
.man_slider_item_title_cont {
	position: relative;
	z-index: 1;
	width: 100%;
}
.man_slider_item_title {
	margin-bottom: 35px;
}
.man_slider_item_text {
		margin-bottom: 55px;
}
	.man_slider_item_text p {
		margin-bottom: 0;
	}
.man_slider_item .container {
	position: relative;
	height: 100%;
	padding: 0;
}
.man_slider .owl-dots {
	position: absolute;
	bottom: 40px;
	z-index: 5;
	margin: 0 auto;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
}

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

	.man_slider_item_title_cont .man_slider_item_text {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.man_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*/
.man_number_block {
	position: relative;
}
	.man_number_block_title span {
		display: inline-block;
		margin-right: 10px;
	}
	.man_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!important;
	z-index: -1;
}
.elementor-editor-active .elementor-widget-sm-absolute-image {
	z-index: 10;
}
.man_absolute_image {
	position: relative;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}

/*Service Block*/
.man_hover_margin_parents {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
.man_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;
}
.man_no_prefix .elementor-counter-number-prefix {
	display: none;
}
.elementor-counter-number {
	white-space: nowrap;
}
.man_no_suffix .elementor-counter-number-suffix {
	display: none;
}
.elementor-counter-flex {
	display: flex;
}
.elementor-counter .elementor-icon {
	margin-right: 25px;
}

/*Instagram*/
.man_bordered_block {
	width: 100%;
	height: 100%;
	min-height: 170px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.man_image_over {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.instagram-carousel .owl-dots {
	margin-top: 20px;
}
.instagram-carousel .man_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 .man_bordered_block a:hover {
	opacity: 0.8;
}
.instagram-carousel .man_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 .man_bordered_block a i {
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}
.instagram-carousel .man_bordered_block a:hover span {
	transform:translateY(-50%);
}

/*Map*/
.man_map_pins {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.man_map_pin {
	width: 40px;
	height: 40px;
	position: absolute;
}
.man_map_pin svg {
	transform:scale(1);
	padding: 3px;
}
.man_map_pin:before {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #f5f5fa;
	border-radius: 50%;
	top: 15px;
	left: 15px;
}
	.man_map_pin svg path {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		stroke:#f5f5fa;
		stroke-width: 17;
		transform:translateX(15px) translateY(15px);
	}
.man_map_pin span.man_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;
}
.man_map_pin span.man_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;
}
.man_map_pin span.man_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);
	}
}

.man_map {
	position: relative;
}
	.man_map img {
		width: 100%;
		height: auto;
	}
.man_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;
}
.man_map_pin_right .man_map_pin_cont {
	left: -228px;	
}
.man_map_pin_cont_mobile {
	display: none;
	z-index: 10;
}
.man_map_pin_cont b {
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}


	.man_map_pin:hover .man_map_pin_cont {
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}

	.man_map.active .man_map_pins .man_map_pin_wrapper:first-child .man_map_pin_cont {
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}
	.man_map_pin_cont p:last-child {
		margin: 0;
	}
.elementor-widget-sm-offices .elementor-widget-container {
	overflow: visible;
}

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

.elementor-widget-sm-timeline .elementor-widget-container {
	overflow: visible;
}
	.man_timeline_pin {
		width: 44px;
		height: 44px;
		position: relative;
		margin: 0 50px;
	}
	.man_timeline_item {
		height: 300px;
		padding-top: 162px;
		padding-bottom: 202px;
	}
	.man_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;
	}
	.man_timeline_point_border {
		display: block;
		position: absolute;
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 50%;
	}
	.man_timeline_pin_title {
		position: absolute;
		transform:translateX(-50%);
		left: 50%;
		font-size: 40px!important;
		line-height: 50px!important;
	}
	.man_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;
	}

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

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

.man_timeline .owl-nav {
	position: absolute;
	top: 164px;
	width: 100%;
}
	.man_timeline .owl-prev {
		left: -10px;
		position: absolute;
	}
	.man_timeline .owl-next {
		right: -10px;
		position: absolute;
	}

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

/*Advantages*/
.elementor-widget-sm-advantages .elementor-widget-container {
	overflow: hidden;
}
.man_advantages {
	height: 600px;
}
	.man_adv_box {
		height: 600px;
		position: relative;
		color: #fff!important;
	}
		.man_page .man_adv_box h2 {
			margin-bottom: 10px;
			color: #fff;
		}
		.man_page .man_adv_box h4 {
			color: #fff;
			margin-bottom: 10px;
		}
		.man_adv_box h2:after {
			display: none;
		}
	.man_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;
	}
		.man_adv_box_img.active {
			z-index: 1;
			opacity: 1;
		}
		.man_adv_box_img.first-item {
			opacity: 1;
			z-index: 1;
		}
	.man_adv_box_block {
		position: absolute;
		width: 100%;
		bottom: 20px;
		z-index: 3;
	}
	.elementor-section .elementor-container {
		z-index: 3;
	}
.man_adv_carousel {
	position: relative;
	z-index: 2;
	margin-left: -1px;
}
	.man_adv_box:before {
		height: 100%;
		width: 1px;
		content: '';
		display: block;
		background: rgba(255,255,255,0.2);
		position: absolute;
		left: 0;
	}


	.man_adv_box_block {
		padding: 20px;
	}
	.man_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);
	}
		.man_adv_box_block_cont h4 {
			margin-top: 0;
		}
	.man_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);
	}
	.man_adv_box:hover .man_adv_box_block_cont_wb {
		opacity: 0;
		transform:translateY(-60px);
	}
	.man_adv_box:hover .man_adv_box_block_cont {
		opacity: 1;
		transform:translateY(0);
	}


/*Testimonials*/
.man_testimonials {
	margin: -15px -15px 0 -15px;
	width: calc(100% + 30px)!important;
}
.man_testimonials_item_cont {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
	color: #292929;
}
.man_testimonials_item {
	padding: 15px 15px 0;
}
.man_testimonials_item_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.man_testimonials_item_title_cont:after	 {
	display: block;
	content: '';
	clear: both;
}	
.man_testimonials_item_title_name {
	font-weight: bold;
}
.man_testimonials_item_desc {
	padding: 20px
}


/*Widget Menu*/
.elementor-widget ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.elementor-widget ul.menu a:hover {
		padding-left: 20px;
	}
	.elementor-widget ul.menu li a {
		position: relative;
		font-size: 16px;
		line-height: 36px;
		color: #424242;
	}
	.elementor-widget ul.menu a:before {
		display: inline-block;
		content: "\e628";
		font-family: themify;
		position: absolute;
		left: -5px;
		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 {
			opacity: 1;
			left: 0;
			-webkit-transition-delay: 0.1s;
			-o-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}
	
.elementor-widget-sm-menu {
	margin-bottom: 0!important;
}
.sm_nav_menu {
	margin: 0;
	padding: 0;
}


/*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;
}
.sm_display_inline .btn {
	
}

/*Text Editor*/
.elementor-text-editor p:last-child {
	margin-bottom: 0;
}


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


/*Products*/
.man_woo_cat_item_square,
.man_woo_cat_item_square a,
.man_woo_cat_item_square .man_woo_cat_item_over {
	border-radius: 0!important;
}
.elementor-widget-sm-woo-products .woo_products {
	margin-bottom: -40px;
}
.woo_products .product {
	margin-bottom: 20px!important;
}
.elementor-widget-sm-woo-products .man_product_photo {
	margin-bottom: 20px;
	box-shadow:none;
}	
	.elementor-widget-sm-woo-products .man_product_photo img {
		left: 0;
	}
	.elementor-widget-sm-woo-products .man_product_photo a {
		display: block;
	}
	.man_vertical_products .man_product_photo img {
		position: relative!important;
	}
	.man_vertical_products .man_product_photo {
		height: auto;
		margin-bottom: 0;
	}


/*Responsive*/
@media (max-width: 767px) {
	.man_slider_item_title {
		margin-bottom: 20px;
	}
	.man_slider_item_text  {
		margin-bottom: 20px;
	}
	.man_slider .owl-dots {
		bottom: 0;
	}
	.elementor-counter-number-wrapper_flex {
		max-width: 100px;
	}
	.man_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;
	}
	.mc4wp-form {
		text-align: center;
	}
	/*Offices*/
	.man_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;
	}
		.man_map_pin_cont_mobile_close {
			display: block;
			position: absolute;
			right: 10px;
			top: 10px;
		}
	.man_map_pin_cont_mobile.active {
		opacity: 1;
		pointer-events: auto;
	}
	.man_map_pin_cont {
		display: none;
	}
}

/*Horizontal Animation*/
.man_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(86, 110, 249, 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: #566ef9;
    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*/
.man_demos {
	height: 400px;
	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: relative;
	margin-bottom: 100px;
}
	.man_demos a {
		display: block;
		width: 100%;
		height: 100%;
		z-index: 2;
		position: absolute;
	}
	.man_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;
	}
	.man_demos:hover .man_demos_photo {
		background-position: 0 100%;
	}
	.man_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;
		font-size: 20px;
		line-height: 28px;
	}
.man_coming {
	background-image: 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*/
.man_service_block_II .man_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;
}
.man_service_block_II .man_woo_cat_item_cont_an {
	opacity: 1;
	transform:translateY(0);
	height: auto;
}
.man_woo_cat_item_cont_2 {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform:translateY(-40%) translateX(-50%);
}
.man_woo_cat_item_cont {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.man_service_block_II:hover .man_woo_cat_item_cont {
		opacity: 0;
		transform:translateY(-60%) translateX(-50%);
	}
	.man_service_block_II:hover .man_woo_cat_item_cont_2 {
		opacity: 1;
		transform:translateY(-50%) translateX(-50%);
	}
.man_woo_cat_item_cont .btn_inline_style {
	color: #fff;
}
.man_service_block_II .man_woo_cat_item_cont_an > div {
	height: auto;
	margin: 15px 0 0;
}
.man_service_block_II .man_woo_cat_item_cont {

}
.man_service_block_II a {
	min-height: 280px;
}
	.man_service_block_II:hover .man_icon {
		opacity: 1;
	}
	.man_service_block_II:hover .man_woo_cat_item_cont_an {
	}
	.man_service_block_II .man_woo_cat_item_cont_an {
	}

