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

/*
    Add your custom styles here
*/

.whatwedo .elementskit-infobox .box-body p{
	text-align: justify;
}

.hvr-sweep-to-right{
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-left {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-right::before {
	content: ""!important;
	position: absolute!important;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(47,76,117,0.5);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-left::before {
	content: ""!important;
	position: absolute!important;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(47,76,117,0.5);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover::before, .hvr-sweep-to-right:focus::before, .hvr-sweep-to-right:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.hvr-sweep-to-left:hover::before, .hvr-sweep-to-left:focus::before, .hvr-sweep-to-left:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.hvr-sweep-to-left:hover .elementor-heading-title,
.hvr-sweep-to-left:hover .elementor-widget-text-editor{
	color:#fff!important;
}

a{
	cursor:pointer!important;
}

.ekit-wid-con .elementskit-single-testimonial-slider {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0 rgba(176, 176, 176, 0.1)!important;
}

.elementor-widget-theme-post-content a,
.elementor-widget-text-editor a,
.elementor-widget-text-editor a strong{
	color: #337ab7!important;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 0 40px;
	background: #ebedef;
	padding: 20px;
	box-shadow: inset 1px 1px 1px 1px #fff;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  margin-bottom: 6px;
}

fieldset input {
  padding: 5px;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form textarea {
  font-family: 'Cinzel';
  width: 100%;
  background: #f9f9f9!important;
  color: #314d75!important;
  font-weight: 500!important;
  border: 1px solid #bbb!important;
  padding: 8px 10px!important;
  box-shadow: inset 1px 1px 4px 1px #ddd!important;
  display:inline-block!important;
  min-height:45px;
}

fieldset label {
	color: #000000;
	font-weight: 700;
	margin: 10px 0;
}

.row{
	box-sizing: border-box;
	clear:both;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item [type="checkbox"] {
	/* float: left; */
	display: inline !important;
	width: auto;
	margin-top: 4px;
	margin-right: 8px;
}

.wpcf7-list-item-label {
	font-size: 20px;
	line-height: 40px;
}

.wpcf7-form .wpcf7-submit {
	padding: 10px 30px 10px 30px !important;
	border: none !important;
	background: var( --e-global-color-accent ) !important;
	color: white !important;
	box-shadow: none !important;
	display:inline-block!important;
	width: auto!important;
}

.wpcf7-form legend{
	font-size:20px;
}

img.alignright, img.alignleft {
	border: 5px solid #fff;
	border-radius: 3px;
	box-shadow: rgba(216, 216, 216, 0.42) 0px 0px 11px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-left: 30px;
}

img.alignleft {
	float: left;
	margin-right: 30px;
}




@media (min-width: 767px) {
	.col-md-6 {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
  	.col-md-4 {
		width: 33.33333333%;
		float: left;
		padding: 0 15px;
	}
	
	.col-md-12{
		padding: 0 15px;
	}
}

@media (max-width: 567px) {
	.login {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}
