/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


.services-box > .elementor-widget-container > .elementor-image-box-wrapper >.elementor-image-box-content{
	position: absolute;
	padding: 5% 10% 5% 10%;
	z-index: 1;
	bottom: 0;
	min-height: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.services-box > .elementor-widget-container > .elementor-image-box-wrapper::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: linear-gradient(0deg, rgba(80, 75, 253, 0.88) 0%, rgba(80, 75, 253, 0) 100%); */
	/* background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(95,154,207,0.7) 32%,rgba(62,120,179,1) 67%,rgba(30,87,153,1) 100%); */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+38,162372+100&0+17,0.7+59,1+79,1+100,1+100 */
background: linear-gradient(to bottom,  rgba(125,185,232,0) 17%,rgba(125,185,232,0.35) 38%,rgba(90,134,192,0.7) 59%,rgba(57,86,154,1) 79%,rgba(22,35,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	border-radius: 20px;
}
@media only screen and (max-width: 991px){
	.services-box-section > .elementor-container{
		max-width: 100% !important;
	}
}
.owl-item > .testimonial {
	transition: all 0.32s ease;
}
.owl-item:not(.center) > .testimonial {
	opacity: 0.5;
	transform: scale(80%);
	filter: blur(1px);
}

.blog-type-2 .porto-tb-meta,
.blog-type-2 .wp-block-group-is-layout-flow {
	display: none !important;
}
.blog-type-2 .porto-section {
	background: #ffffff;
	padding: 15px !important;
	border-radius: 15px;
	box-shadow: 0px 14px 10px -13px rgba(0,0,0,0.3);
}
.blog-type-2 img {
	border-radius: 10px;
}
.blog-type-2 .porto-heading > a {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
@media only screen and (max-width: 1400px){
    .elementor-widget-wrap.elementor-element-populated {
        background-position: 83% 61% !important;
    }
}