@media (min-width: 1025px) {
	.testimonial-button-next,
	.testimonial-button-prev{
		transition: opacity 0.3s ease;
	}
	.testimonial-button-next:hover,
	.testimonial-button-prev:hover{
		opacity: .8;
	}
	.mountains-dark{
		background: url(../img/dark-mountains.svg) no-repeat center center;
		background-size: 100% 100%;
		z-index: 8;
	}
	.mountains-light{
		background: url(../img/light-mountains.svg) no-repeat center center;
		background-size: 100% 100%;
		z-index: 7;
	}
	.tree-dark{
		background: url(../img/dark-trees.svg) no-repeat center center;
		background-size: 100%  100%;
		z-index: 9;
	}
	.tree-light{
		background: url(../img/light-trees.svg) no-repeat center center;
		background-size: 100%  100%;
		z-index: 8;
	}
	.cloud-dark{
		background: url(../img/solid-clouds.svg) no-repeat center center;
		background-size: 100% auto;
	}
	.cloud-light{
		background: url(../img/transparent-clouds.svg) no-repeat center center;
		background-size: 100% auto;
	}
	.cloud-below{
		background: url(../img/cloud-below-the-trees.svg) no-repeat center center;
		background-size: 100% 100%;
		z-index: 11;
	}
	.sun{
		background: url(../img/sun.svg) no-repeat center center;
		width: 300px;
		height: 300px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -150px 0 0 -150px;
	}
	
	.greenry{
		position: absolute;
		bottom: -140px;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/grace-ground.svg) no-repeat center top;
		height: 396px;
		background-size: 100% 100%;
		width: 100%;
		z-index: 4;
	}
	.greenry-flowers{
		position: absolute;
		bottom: 0;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/plants.svg) no-repeat center center;
		height: 263px;
		width: 100%;
		z-index: 5;
	}
	.blue-tree{
		
		position: absolute;
		bottom: 160px;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/blue-trees.svg) no-repeat center center;
		height: 290px;
		width: 100%;
		background-size: contain;
		z-index: 3;
	}
	.green-tree{
		
		position: absolute;
		bottom: 160px ;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/green-trees.svg) no-repeat center center;
		height: 403px;
		width: 100%;
		background-size: contain;
		z-index: 3;
	}
	.mountains-light2{
		position: absolute;
		bottom: 140px;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/pink-mountains.svg) no-repeat center center;
		height: 403px;
		width: 100%;
		background-size: 100% 100%;
		z-index: 1;
	}
	
	.mountains-dark2{
		position: absolute;
		bottom: 120px;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/light-pink-mountains.svg) no-repeat center center;
		height: 403px;
		width: 100%;
		background-size: 100% 100%;
	}
	.bird-obj{
		position: absolute;
		width: 286px;
		height: 98px;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/birds.svg) no-repeat center center;
		right: 100px;
		top: 40px;
		background-size: 100% 100%;
	}
	.cloud-dark2{
		position: absolute;
		width: 1267px;
		height: 443px;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/white-clouds.svg) no-repeat center center;
		right: 0;
		top: 100px;
		background-size: 100% 100%;
		
	}
	.cloud-obj{
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/scu-building.png) no-repeat center center;
		width: 439px;
		height: 134px;
		position: absolute;
		bottom: 207px;
		z-index: 5;
		left: 50%;
		transform: translatex(-50%);
	}
	.cloud-light2{
		position: absolute;
		width: 1267px;
		height: 443px;
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/light-blue-clouds.svg) no-repeat center center;
		left: -70px;
		top: 100px;
		background-size: 100% 100%;
	}
	.cloud-obj{
		background: url(/wp-content/themes/yoo_digit_wp/assets/img/scu-building.png) no-repeat center center;
		width: 439px;
		height: 134px;
		position: absolute;
		bottom: 207px;
		z-index: 5;
		left: 50%;
		transform: translatex(-50%);
	}
	body:not(.elementor-editor-active) .elementor-icon-box-description-has:hover .elementor-icon-box-icon{
		opacity: 0;
	}
	body:not(.elementor-editor-active) .elementor-icon-box-description-has:hover .elementor-icon-box-content{
		transform: translateY(-74px);
	}
	body:not(.elementor-editor-active) .animate-shapes .elementor-widget-icon-box.elementor-icon-box-description-has:hover .elementor-icon-box-title{
		color: #EEDAF1 !important;
	}
	body:not(.elementor-editor-active) .animate-shapes .elementor-widget-icon-box:not(.elementor-icon-box-description-has) .elementor-icon-box-title a:hover{
		text-decoration: underline;
	}
	body:not(.elementor-editor-active) .elementor-icon-box-description-has:hover .elementor-icon-box-description{
		display: block !important;
		margin-top: 10px;
		position: absolute;
		width: 100%;
	}
	body:not(.elementor-editor-active) .elementor-icon-box-description-has:hover .elementor-icon-box-description a,
	body:not(.elementor-editor-active) .animate-shapes .elementor-icon-box-description a{
		color: #fff !important;
	}
	body:not(.elementor-editor-active) .animate-shapes .elementor-icon-box-description a{
		display: block;
		font-size: 16px;
		line-height: 1;
	}
	body:not(.elementor-editor-active) .animate-shapes .elementor-icon-box-description br{
		display: none !important;
	}
}