/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/






.NextTestimonials,
.prevTestimonials,
.prevProject,
.NextProject{
	cursor: pointer;
}

.NextTestimonials:hover,
.prevTestimonials:hover,
.prevProject:hover,
.NextProject:hover{
	opacity: 0.6;
}

input#input_1_5{
	text-transform: lowercase;
}


.seviceBox::after,
.horizantalText,
.verticalText,
.seviceBox{
	transition: all ease 500ms !important;
	-webkit-transition: all ease 500ms !important;
}
.horizantalText{
	opacity: 0;
	visibility: hidden;
	height: 0;
	margin-bottom: 0 !important;
}

.seviceBox{
	width: 25% !important;
}
.seviceBox::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 105px;
	width: 5px;
	background: #fff;
	opacity: 0;
}
.seviceBox:hover{
	width: 47% !important;
	padding-left: 20px !important;
}
.seviceBox:hover::after{
	opacity: 1;
}

.seviceBox:hover .verticalText{
	opacity: 0;
	visibility: hidden;
}
.seviceBox:hover .horizantalText{
	opacity: 1;
	visibility: visible;
	height: auto;
	margin-bottom: 20px !important;
}



.testimonoalsSlider .swiper {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
}


@media (max-width:1024px){ 
	.seviceBox{
		width: 50% !important;
	}
	.seviceBox:hover{
		width: 50% !important;
	}

}

@media (max-width:767px){ 
	.seviceBox:hover,
	.seviceBox{
		width: 100% !important;
	}
	.seviceBox:hover{
		padding-left: 0 !important;
	}
	.seviceBox:hover::after{
		opacity: 0;
	}
}


/*@media (min-width:1200px) and (max-width:1699px){ 

html{ 

       zoom:80%; 

       zoom:0.80; 

  } 

} */