/*Menu*/
.hfe-creative-menu .elementor-button{
	padding:12px 30px!important;  
}
/*Homefaq*/
#button1,#button2,#button3,#button4,#mbutton1,#mbutton2,#mbutton3,#mbutton4{
	 transition-property: transform;
  transition-duration: 3s;
}
#button1:hover,#button2:hover,#button3:hover,#button4:hover,#mbutton1:hover,#mbutton2:hover,#mbutton3:hover,#mbutton4:hover{
	transform: scale(1.1,1.1);
	cursor: pointer;
}
.equalheight{
	height:550px;
}
@media only screen and (max-width: 820px){
	.equalheight{
	height:600px;
}
}
@media only screen and (max-width: 460px){
	.equalheight{
	height:500px;
}
}
/*FAQ box*/
.iconreverse .elementor-icon-list-item{
	flex-direction:row-reverse!important;
	justify-content: flex-start!important;
}
.faq:hover .elementor-icon-box-title,.faq:hover .elementor-icon-list-text,.faq:hover .textbefore {
	color:#fff!important;
}
@media only screen and (min-width: 1080px) {
.rotateL{
	transform: rotate(270deg);
}
.rotateR{
	transform: rotate(270deg);
}
.mr{
	margin-right:10vw;
}
.ml{
	margin-left:10vw;
	}
	.faq{
	height:350px;
	overflow:hidden;
}
.textafter{
	top: 100%;
  position: relative;
  transition: all .3s ease-out;
  height: 100%;
}
.faq:hover .textafter{
	 top:0%;
}
.faq:hover .textbefore{
	display:none;
	}
}

/*form*/
.wpcf7 form .wpcf7-response-output{
	color:#fff;
}
.secbtn input.wpcf7-form-control.wpcf7-submit {
  background:#92B1C3;
}
input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
	font-weight:bold;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:30px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media ( min-width: 820px ){
	input.wpcf7-form-control.wpcf7-submit {
   width:35%;
}
	.customwidth input.wpcf7-form-control.wpcf7-submit{
   width:55%!important;
}
}