/*
Theme Name: Equine Eyes
Description: Equine Eyes is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: Equine Eyes
Domain Path: Equine Eyes
Author: Developing Team
Contact: tanand79@gmail.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.head-logo {
	position: absolute;
	bottom: -42px;
}
.head-ct .elementor-icon-box-icon {
	background-color: #3E05AA;
	padding: 5px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	margin: auto;
	justify-content: center;
	padding-top: 11px;
}
.menu-wrap {
	position: relative;
}
.menu-wrap::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-color: transparent transparent transparent #3e05aa;
	border-style: solid;
	border-width: 3px;
	transform: skewX(-29deg);
	left: 27px;
	bottom: 0px;
}
.menu-wrap .hfe-menu-item {
	border-top: 3px solid transparent;
}
.menu-wrap .hfe-menu-item:hover {
	border-top: 3px solid #3e05aa;
}
.menu-wrap .current-menu-item .hfe-menu-item {
	border-top: 3px solid #3e05aa;
}
.header-wrap {
	position: relative;
}
.header-wrap::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 46.5%;
	background-color: #f2e356;
	z-index: -1;
}
.banner-wrap li i.fa-square::before {
	content: " ";
	width: 3px !important;
	height: 25px !important;
	background-color: #0c2c45 !important;
	position: absolute;
}
.banner-wrap li.slick-active i.fa-square::before {
	background-color: #ca4883 !important;
}
.shadow-img {
	position: relative;
}
.shadow-img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20%; 
  height: 100%;
  background: linear-gradient(to left, rgba(62,5,170,0.7), transparent);
  pointer-events: none;
}

.testi-wrap h5 {
	font-size: 19px;
	color: #3e05aa;
	font-family: "Source Sans Pro", Sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
.contact-form {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
}
#wpforms-submit-898 {
	background-color: #3E05AA;
	font-family: "Source Sans Pro", Sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 30px 30px 30px 30px;
	padding: 12px 30px 15px 30px;
}
.testi-wrap {
	height: 395px !important;
	overflow: scroll;
}



/*RESPONSIVE*/

@media screen and (max-width: 1279px) {
	.head-logo {
		bottom: -31px;
		width: 200px;
		left: 15px;
	}
	.menu-wrap::before {
		left: 24px;
	}
	.header-wrap::after {
		height: 44.5%;
	}
	.testi-wrap h5 {
		font-size: 15px;
	}
	.testi-wrap {
		height: 310px !important;
	}
}

@media screen and (max-width: 1023px) {
	.head-logo {
		bottom: -27px;
		width: 200px;
		left: 0;
	}
	.menu-wrap::before {
		left: 13px;
	}
	.testi-wrap {
		height: 317px !important;
	}
}

@media screen and (max-width: 767px) {
	.head-logo {
		bottom: -21px;
	}
	.shadow-img::after {
		display: none;
	}
	.faq-wrap .eael-accordion-tab-title {
		width: 85% !important;
	}
	
}
