
.single .entry-content {
    margin-bottom: 30px !important;
}
.related-products-wrapper {
    width: 100%;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}
.related-title {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
	margin-bottom: 30px;
}
.related-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #8ebc3f;
    height: 3px;
    width: 120px;
    background: linear-gradient(to right, #8ebc3f, #010167);
    border-radius: 0px;
	text-transform: uppercase;
}
.rtl .related-title::after {
	left: auto;
    right: 0;
	background: linear-gradient(to left, #8ebc3f, #010167);
}
.related-products-car .owl-stage-outer {
    direction: ltr;
}
.rtl .related-products-car .owl-item {
    float: right;
	direction: rtl;
	background: #fff;
}
.product-item {
    background: #fff;
    border: 2px solid #eaeaea;
    box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
}
.product-item-image  {
	width: 200px;
	margin-right: 25px;
	overflow: hidden;
}
.rtl .product-item-image  {
	margin-right: 0;
	margin-left: 25px;
}
.product-item-image img {
    width: 200px !important;
   transition: .75s;
    height: 200px !important;
    object-fit: cover;
}
.product-item-image:hover img {
	transform: scale(1.1);
}
.product-item-text {
    width: calc(100% - 225px);
    padding: 15px 15px 15px 0px;
    box-sizing: border-box;
}
.rtl .product-item-text {
    padding: 15px 0px 15px 15px;	
}
.product-item-text a {
	text-decoration: none !important;
}
.product-item-text h4 {
	margin: 0 0 5px;
	line-height: 1.2;
}
.product-item-text h4:hover {
	color: #010167;
}
.product-item-text p {
	margin: 0;
}
.related-products-wrapper  .owl-nav.disabled {
    display: block !important;
}
.owl-nav button {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	left: -40px;
	font-size: 50px !important;
}
.owl-nav button.owl-next {
	right: -40px;
	left: auto;		
}
.rtl .owl-nav button {
	right: -40px;	
	left: auto;
}
.rtl .owl-nav button.owl-next {
	right: auto;
	left: -40px;		
}
/* share */
.blog-share {
    margin-top: 50px;
    width: 100%;
    display: flex;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
	justify-content: center;
}
.blog-share-title {
    font-size: 20px;
    font-weight: 500;
	margin-right: 10px;
}
.rtl .blog-share-title {
	margin-right: 0px;
	margin-left: 10px;
}
.a2a_kit.a2a_default_style {
    display: flex;
    align-items: center;
}
.a2a_default_style a {
    float: right;
}
.a2a_kit .a2a_svg {
    width: 20px !important;
	height: 20px !important;
}
@media only screen and (min-width: 780px) and (max-width: 1300px) {
	.related-products-car {
		max-width: calc(100% - 60px);
		margin: auto;
	}	
}
@media only screen and (max-width: 780px) {
	.mpt-title {
		margin-top: 80px;
	}
	.related-products-car .owl-stage {
		display: flex;
	}
	.related-products-car.owl-carousel{
		width: calc(100% - 60px) !important;
		margin: auto;
	}
	.related-products-car .owl-stage-outer {
		border: 1px solid #eaeaea;
	}
	.product-item {
		border: none;
	}
	.product-item-image, .product-item-image img {
		width: 100% !important;
		margin: 0 !important;
		height: calc(100vw - 100px) !important;
	}
	.product-item-text {
		width: 100%;
		padding: 15px !important;
	}
	.blog-share {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
		position: absolute;
		top: calc(30vw + 90px);
		right: 20px;
		left: 20px;
		justify-content: flex-start;
	}
	.blog-share-title {
		display: none;
	}
	.a2a_default_style a {
		padding: 0 5px;
	}
	.a2a_kit .a2a_svg {
		width: 25px !important;
		height: 25px !important;
	}
}

/* tunnels */
.scale-hover {
	overflow: hidden;
}
.scale-hover img {
	transition: 2s;
}
.scale-hover:hover img {
    transform: scale(1.5);
}
.proccess {
	margin-bottom: 35px;
	counter-reset: my-step-counter;
}
.proccess .vc_col-sm-2 .vc_column-inner > .wpb_wrapper,
.proccess .vc_col-sm-1\/5 .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.proccess .vc_custom_heading {
	position: relative;
	border-radius: 10px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
	height: 100%;
	line-height: 1.4;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
}
.proccess .vc_custom_heading::before,
.proccess .vc_custom_heading:not(.last)::after {
    position: absolute;	
    width: 20px;	
}
.proccess .vc_custom_heading::before {
    counter-increment: my-step-counter;
    content: counter(my-step-counter)"";
    top: -7px;
    left: -7px;
    background: #010167;
    height: 20px;
    border-radius: 30px;
    color: #fff;
}
.proccess .vc_custom_heading:not(.last)::after {
    content: "\f053";
    font-family: icomoon-the7-font !important;
    position: absolute;
    right: -25px;
    width: 20px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    height: 100%;
    top: 0;
}
.tunnels {
	padding: 40px 0;
	color: #fff;
}
.tunnels h3 {
	color: #fff;	
}
.tunnels .enelist ul{
	margin-bottom: 15px !important;
}
.tunnels .enelist ul li::before {
	color: #fff;
}
.tunnels::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1,1,103,0.7);
	z-index: 0;
}
.tunnels .wpb_column {
	z-index: 1;
}
@media only screen and (max-width: 780px) {
	.proccess .vc_col-sm-1\/5:not(:last-child),
	.proccess .vc_col-sm-2:not(:last-child) {
		margin-bottom: 30px;
	}	
	.proccess .vc_custom_heading:not(.last)::after {
		left: 0;
		right: 0;
		margin: auto;
		top: auto !important;
		bottom: -23px;
		height: 20px;
		transform: rotate(90deg);
	}
}